#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: 'Michroma', sans-serif
}

* {
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px !important
    }
}

body {
    font-family: 'Michroma', sans-serif;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative
}

.fc-primary {
    color: var(--primary-color)
}

.fc-secondary {
    color: var(--secondary-color)
}

.fc-dark {
    color: var(--theme-dark)
}

.fc-lite {
    color: var(--theme-lite)
}

.primary-btn,
.secondary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 3px
}

.primary-btn:after,
.secondary-btn:after {
    content: "\e957";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle
}

.primary-btn {
    color: #000;
    border: 1px solid #000 !important;
    background: #000
}

.primary-btn:hover {
    background: var(--primary-color-dark);
    color: #fff
}

.secondary-btn {
    background: var(--secondary-color);
    color: #fff
}

.secondary-btn:hover {
    background: var(--secondary-color-dark);
    color: #fff
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
    background-color: #fff0;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff !important
}

.secpad-100 {
    padding: 100px 0
}

.sm-btn {
    font-size: 14px
}

.md-btn {
    font-size: 16px
}

.lg-btn {
    font-size: 18px
}

.xl-btn {
    font-size: 20px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
    font-family: 'Michroma', sans-serif
}

h1,
.h1,
h2,
.h2 {
    font-family: 'Michroma', sans-serif
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Michroma', sans-serif;
    sans-serif;
    padding-bottom: 10px;
    color: var(--theme-dark)
}

h2,
.h2 {
    font-size: 6.7vmin
}

h3,
.h3 {
    font-size: var(--font-size-h3);
    font-weight: 600
}

h4,
.h4 {
    font-size: var(--font-size-h4)
}

h5,
.h5 {
    font-size: var(--font-size-h5)
}

h6,
.h6 {
    font-size: var(--font-size-h6)
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0;
    color: #687087;
    font-family: 'Bai Jamjuree', sans-serif
}

.sec-padding-100 {
    padding: 100px 0
}

.sec-padding-90 {
    padding: 90px 0
}

.sec-padding-80 {
    padding: 80px 0
}

.sec-padding-70 {
    padding: 70px 0
}

.sec-padding-60 {
    padding: 60px 0
}

.sec-padding-xlarge {
    padding: 50px 0
}

.sec-padding-large {
    padding: 40px 0
}

.sec-padding-medium {
    padding: 30px 0
}

.sec-padding-small {
    padding: 25px 0
}

.sec-padding-xsmall {
    padding: 10px 0
}

.sec-margin-100 {
    margin: 100px 0
}

.sec-margin-90 {
    margin: 90px 0
}

.sec-margin-80 {
    margin: 80px 0
}

.sec-margin-70 {
    margin: 70px 0
}

.sec-margin-60 {
    margin: 60px 0
}

.sec-margin-xlarge {
    margin: 50px 0
}

.sec-margin-large {
    margin: 40px 0
}

.sec-margin-medium {
    margin: 30px 0
}

.sec-margin-small {
    margin: 25px 0
}

.sec-margin-xsmall {
    margin: 10px 0
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.tt-uppercase {
    text-transform: uppercase
}

.tt-capitalize {
    text-transform: capitalize
}

p strong {
    color: #000
}

p span {
    color: #000
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

img {
    border: 0;
    outline: none
}

ul,
li {
    list-style-type: none
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

h2,
.h2 {
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px
}

h2 span,
.h2 span {
    color: var(--primary-color);
    font-family: 'Michroma', sans-serif
}

a {
    text-decoration: none
}

.list-simple {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block
}

.list-simple li {
    color: var(--default-color);
    padding: 0 0 10px 16px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.list-simple li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: var(--secondary-color);
    content: "\e93a";
    font-family: 'icomoon' !important
}

.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

header .logo-blk {
    display: none
}

.header-main.showmenu .logo-blk {
    display: block
}

.header-main.showmenu .btm-headr {
    background-color: #000
}

.header-main.showmenu .logo-clr {
    display: none
}

.header-main.showmenu {
    background-color: #fff;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 75%)
}

.header-main.showmenu .navwrp ul li a {
    color: #000
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999
}

.header-main.showmenu .upr-head {
    padding: 7px 0
}

a.btn-responsive {
    background: #ff9700;
    border: none;
    background: linear-gradient(to right, #e99019 0%, #e6304a 100%);
    z-index: 1;
    padding: 13px 21px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    cursor: pointer
}

a.btn-responsive {
    display: none
}

a.btn-responsive span {
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.upr-head {
    padding: 7px 0;
    color: #fa4766;
    font-size: 18px;
    letter-spacing: 2px
}

.upr-head .logowrp img {
    width: 250px;
    padding-top: 10px
}

.upr-head .navwrp {
    margin: 30px 0 0
}

.upr-head .navwrp ul {
    text-align: right;
    margin: 10px 0
}

.upr-head .navwrp ul li {
    display: inline-block;
    text-align: right;
    margin: 0 10px
}

.upr-head .navwrp ul li a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 600
}

.upr-head .navwrp ul li a:hover {
    color: #fa4766
}

.upr-head .navwrp ul li a.btnwrp {
    background: linear-gradient(121deg, #f9467d 0%, #FA472D 70%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 12px;
    transition: all 0.3s ease
}

.btm-headr {
    background-color: #06042075
}

.btm-headr .ser-headr ul {
    margin: 0;
    text-align: center
}

.btm-headr .ser-headr ul li {
    display: inline-block;
    margin: 0 20px
}

.btm-headr .ser-headr ul li a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 0;
    display: block
}

.btm-headr .ser-headr ul li a:hover {
    color: #fa4766
}

.btm-headr .ser-headr ul li.has-dropdown {
    position: relative
}

.btm-headr .ser-headr ul li.has-dropdown ul.submenu {
    width: 280px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 52px;
    text-align: right;
    padding: 0 0;
    display: none
}

.btm-headr .ser-headr ul li.has-dropdown ul.submenu li {
    margin: 0;
    border-bottom: solid 1px;
    display: block;
    padding: 10px 15px
}

.btm-headr .ser-headr ul li.has-dropdown ul.submenu li a {
    color: #000;
    font-size: 14px;
    padding: 0
}

.btm-headr .ser-headr ul li.has-dropdown:hover ul.submenu {
    display: block;
    border: 1px solid
}

.main-banner:before {
    content: ""
}

.main-banner .txtwrp h1 {
    color: #fff;
    font-size: 40px;
    padding: 0 0 15px;
    font-weight: 600
}

.main-banner .txtwrp p {
    color: #fff;
    font-size: 18px;
    width: 480px
}

.main-banner .txtwrp ul {
    margin: 0 0 0 0
}

.main-banner .txtwrp ul li {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    position: relative;
    padding: 0 3px 5px
}

.imgwrp.hk_set {
    position: absolute;
    right: -190px;
    top: -285px;
    width: 100%;
    overflow: hidden
}

.main-banner .formwrp {
    margin: 0 0 0
}

.main-banner .formwrp form .lable {
    display: inline-block;
    width: 16%;
    margin: 0 -3px;
    vertical-align: top
}

.main-banner .formwrp form .lable input {
    width: 100%;
    padding: 0 0 0 10px;
    height: 46px;
    border-radius: -5px;
    outline: none
}

.main-banner .formwrp form .lable input.btn {
    background: linear-gradient(to right, #e99019 0%, #e6304a 100%);
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 1px;
    border-radius: 0 6px 6px 0
}

.hero-content ul li i {
    color: #4cb821;
    font-size: 17px;
    margin-right: 6px
}

.client-logowrp {
    display: none
}

.home-banner-wrp .imgtop {
    position: relative;
    z-index: 10;
    display: inline-block;
    background: #ececec21;
    padding: 8px 15px;
    border-radius: 9px;
    border: 1px solid #ffffff26;
    margin: 0 0 18px
}

.home-banner-wrp .imgtop img {
    width: 40px
}

.home-banner-wrp .imgtop span {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px
}

.home-banner-wrp {
    background-image: url(../images/identity-business-banner.png);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.home-banner-wrp .txtwrp h4 {
    color: #f6583e;
    font-size: 20px;
    background-image: linear-gradient(180deg, hsl(0 0% 100% / .3), hsl(0 0% 100% / .3)), linear-gradient(7deg, #ff0071, #fff800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0
}

.home-banner-wrp .txtwrp h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    padding: 0 0 25px
}

.home-banner-wrp .txtwrp p {
    color: #fff;
    font-size: 16px
}

.home-banner-wrp .txtwrp ul {
    margin: 10px 0 0 20px
}

.home-banner-wrp .txtwrp ul li {
    position: relative;
    display: inline-block;
    width: 49%;
    color: #fff;
    padding: 0 0 10px 13px;
    font-size: 16px
}

.home-banner-wrp .txtwrp ul li:after {
    content: "";
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: -19px;
    top: 1px;
    font-size: 14px;
    color: #f9466d
}

.home-banner-wrp .btnwrp {
    display: block;
    margin: 40px 0 0
}

.btn-1 {
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    color: #fff;
    padding: 16px 45px;
    font-weight: 600;
    border-radius: 7px
}

.btn-2 {
    background: unset;
    color: #f94661;
    padding: 13px 43px;
    font-weight: 600;
    border-radius: 7px;
    border: 2px solid;
    margin: 0 0 0 20px
}

.home-banner-wrp .btnwrp img {
    width: 160px;
    margin: -10px 0 0 10px
}

.home-banner-wrp .txtwrp span {
    color: #fff;
    display: block;
    margin: 25px 0 0
}

.home-banner-wrp .imgwrp img {
    width: 100%;
    margin: 0 0 30px 0
}

.home-banner-wrp .formwrp {
    margin: 30px 0 0;
    background: #fff;
    width: 120%;
    margin: 40px 0 0;
    border-radius: 9px;
    position: relative;
    z-index: 5
}

.home-banner-wrp .formwrp form {
    display: block;
    text-align: center
}

.home-banner-wrp .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0 -3px -10px;
    vertical-align: top
}

.home-banner-wrp .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 55px;
    font-weight: 400;
    outline: none !important;
    margin-bottom: 10px
}

.home-banner-wrp .formwrp form .lable input.nmbr {
    border-right: 0
}

.home-banner-wrp .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0 9px
}

.home-banner-wrp .formwrp form .lable input.btn {
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 45px;
    margin: 0 0 0 1px;
    border-radius: 9px;
    width: 98%;
    margin: 5px 0 0 2px;
    padding: 0
}

.client-logowrp {
    padding: 30px 0;
    background: #170a2b
}

.client-logowrp .txtwrp {
    width: 60%;
    margin: 0 auto 50px;
    display: block;
    text-align: center
}

.client-logowrp .mainwrp ul {
    margin: 0;
    display: block;
    text-align: center
}

.client-logowrp .mainwrp ul li {
    display: inline-block;
    margin: 0 50px 50px
}

.client-logowrp .mainwrp ul li img {
    height: 70px
}

.client-logowrp h2 {
    color: #fff;
    font-size: 35px;
    width: 80%;
    margin: 0 auto
}

.main-heading {
    color: #22204F;
    font-size: 31px;
    font-weight: 600
}

.main-pera {
    color: #22204F;
    font-size: 16px;
    font-weight: 600
}

.simple-section {
    padding: 70px 0
}

.simple-section .imgwrp img {
    width: 130%
}

.simple-section .btnwrp {
    display: block;
    padding: 20px 0 0
}

.approach-module {
    padding: 70px 0;
    background: #e8e6f1;
    position: relative
}

.approach-module:after {
    content: "";
    background-image: url(../images/circle-shade.png);
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -480px;
    right: 0;
    z-index: -1;
    filter: hue-rotate(20deg);
    z-index: 1
}

.approach-module h2 {
    text-align: center;
    font-size: 34px;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 0
}

.approach-items {
    position: relative;
    counter-reset: my-sec-counter
}

.approach-items .approach-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
    color: #f94668
}

.approach-items .approach-content {
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.approach-items .approach-item {
    position: relative;
    width: 100%;
    text-align: left
}

.approach-items .approach-item:before {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    display: block;
    content: '';
    background: -webkit-linear-gradient(top, #f0584a 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px
}

.approach-items .approach-item .approach-inner {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 2px solid #dfdfdf;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 1
}

.approach-items .approach-item .approach-inner:after {
    position: absolute;
    content: '';
    display: inline-block;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) "";
    color: #f0584a;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px
}

.approach-items .approach-item:nth-child(2n) .approach-inner {
    float: right
}

.approach-items .approach-item:after {
    clear: both;
    display: block;
    content: ''
}

.approach-sub-module {
    padding: 0 0 100px 0
}

.approach-sub-module .container {
    padding-top: 40px;
    border-top: 1px solid #d0d0d0
}

.approach-sub-module .section-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 60px
}

.approach-sub-module .row:last-child .inner:before {
    display: none
}

.approach-sub-module .row:first-child .inner {
    padding: 25px 5% 25px 95px
}

.approach-sub-module .row:first-child .inner:before {
    top: 25px;
    height: calc(100% - 25px)
}

.approach-sub-module .row:last-child .approach-list:not(.active) .inner .column-count:before {
    position: absolute;
    height: 27px;
    z-index: 8;
    left: 50%;
    margin-left: -1px;
    top: -27px;
    display: block;
    content: '';
    width: 2px;
    background-color: #d0d0d0
}

.approach-selection {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.approach-selection .inner {
    position: absolute;
    top: -5px;
    left: 0;
    padding: 0 0 0 0 !important
}

.approach-selection .approach-title {
    position: relative;
    z-index: 19;
    text-transform: uppercase;
    color: #333743;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
    display: block
}

.approach-selection .approach-content {
    position: relative;
    z-index: 11;
    font-size: 24px;
    line-height: 38px;
    color: #9297a3;
    opacity: .75;
    font-weight: 400
}

.approach-list {
    position: relative;
    padding-right: 8%;
    box-sizing: border-box
}

.approach-list:before {
    position: absolute;
    content: '';
    display: block;
    z-index: 21;
    right: 0;
    height: 100%;
    width: 8%
}

.approach-list .approach-title {
    position: relative;
    z-index: 19;
    text-transform: uppercase;
    color: #333743;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    display: block
}

.approach-list .approach-content {
    position: relative;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    color: #9297a3;
    opacity: .75;
    font-weight: 400
}

.approach-list .column-count {
    position: absolute;
    z-index: 12;
    top: 25px;
    left: 32px;
    background-color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    color: #106674;
    border-radius: 34px;
    box-sizing: border-box;
    border: 2px solid #d0d0d0
}

.approach-list .inner {
    position: relative;
    padding: 25px 5% 25px 95px;
    box-sizing: border-box;
    z-index: 22
}

.approach-list .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    display: block;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.approach-list .inner:before {
    position: absolute;
    height: 100%;
    z-index: 8;
    left: 48px;
    top: 0;
    display: block;
    content: '';
    width: 2px;
    background-color: #d0d0d0
}

@media (min-width:801px) {
    .approach-items .approach-item .approach-inner {
        width: calc(50% - 70px)
    }
}

@media (min-width:801px) {
    .approach-items .approach-item:nth-child(2n) .approach-inner:after {
        right: auto;
        left: -165px
    }
}

@media (min-width:801px) {
    .approach-items .approach-item .approach-inner:after {
        top: 50%;
        right: -167px;
        margin-top: -11px
    }
}

.portsection {
    padding: 90px 0 170px;
    background-image: url(../images/banner-bg-port.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%)
}

.portsection .txtwrp {
    width: 80%;
    margin: 0 auto;
    display: block
}

.portsection .txtwrp h2 {
    color: #fff
}

.portsection .txtwrp p {
    color: #fff
}

.portfoliowrp {
    margin: -160px 0 0;
    padding: 0 0 70px
}

.portfoliowrp .navwrp .tabbing-links {
    text-align: center;
    margin: 0 0 50px
}

.portfoliowrp .navwrp .tabbing-links li {
    display: inline-block;
    color: #fff;
    margin: 0 3px;
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px 25px;
    border-radius: 10px
}

.portfoliowrp .navwrp .tabbing-links li.current {
    border-bottom: 1px solid;
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%)
}

.portfoliowrp .imgport {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.portfoliowrp .imgport li {
    display: inline-block;
    width: 23%;
    margin: 0 5px 15px;
    transition: 1.5s cubic-bezier(.51, .92, .27, .96) !important
}

.portfoliowrp .imgport li:hover {
    transform: scale(1.1)
}

.portfoliowrp .imgport li img {
    width: 100%;
    border-radius: 10px
}

.portfoliowrp .imgport li figure {
    margin: 0
}

.portfoliowrp .btnwrp {
    text-align: center;
    display: block;
    margin: 50px 0 0
}

.portfoliowrp .tabs {
    display: none
}

.portfoliowrp .tabs.current {
    display: block;
    width: 80%
}

.portfoliowrp .tabs.tabs-web-dsgn li {
    transition: 7s cubic-bezier(.51, .92, .27, .96) !important;
    border-radius: 10px
}

.portfoliowrp .tabs.tabs-web-dsgn li:hover {
    transform: unset
}

.cta-main-1 {
    padding: 90px 0 90px;
    background: linear-gradient(180deg, #f5f5f7 0%, #fff 99%)
}

.cta-main-1 .mainwerp {
    background: #fff;
    border-radius: 7px;
    padding: 50px 75px 50px 65px;
    box-shadow: #121a4714 1px 11px 60px 0 !important;
    overflow: hidden;
    border: 1px solid #f1718e
}

.cta-main-1 .mainwerp .main-box {
    margin: 0 7px 0 0
}

.cta-main-1 .mainwerp .main-box h4 {
    padding: 0 0 10px 84px;
    font-size: 20px;
    color: #000;
    display: none
}

.cta-main-1 .mainwerp .main-box ul {
    display: block;
    text-align: right
}

.cta-main-1 .mainwerp .main-box ul li {
    display: inline-block;
    margin: 0 4px 0;
    width: 40%
}

.cta-main-1 .mainwerp .main-box ul li img {
    width: 100%;
    border-radius: 10px
}

.cta-main-1 .mainwerp .main-box ul li p {
    text-align: left;
    padding: 7px 0 0;
    font-size: 20px;
    color: #000;
    display: none
}

.cta-main-1 .mainwerp .main-box ul li span {
    text-align: left;
    display: block;
    font-size: 16px;
    display: none
}

.cta-main-1 .mainwerp .btnwrp {
    display: block;
    padding: 15px 0 0
}

.tabs {
    display: none !important
}

.tabs.current {
    display: block
}

.packagewrp {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: #e8e6f1
}

.packagewrp:after {
    content: ""
}

.packagewrp .tabingwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center
}

.packagewrp .tabingwrp ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 23px;
    font-family: 'Cairo', sans-serif !important;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .4s;
    border: 1px solid #f95f57;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 111
}

.packagewrp .tabingwrp ul li.current {
    background: #F95F57;
    color: #fff;
    transition: .4s;
    border: 2px solid #F95F57;
    font-weight: 600
}

.packagewrp .txtwrp {
    display: block;
    padding: 0 0 20px
}

.packagewrp .btnwrp a {
    font-size: 18px;
    margin: 0 0 0 30px;
    color: #222;
    font-weight: 600
}

.packagewrp .btnwrp a i {
    color: #fa130d
}

.titlebox {
    color: #fff;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: 20px
}

.titlebox h4 {
    display: inline-block;
    margin: 0 11px 0 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #000
}

section.packagewrp .titlebox h4+p {
    width: auto;
    text-align: left;
    margin: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000
}

section.packagewrp [class^="col-md-4"]>div.pkgbox {
    padding: 20px 0 0;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #f95f57;
    width: 86%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin: -20px auto 0
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Cairo', sans-serif !important
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #e80101;
    top: -1px
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox h3 {
    display: inline-block;
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #F95F57;
    padding-right: 10px;
    font-family: 'Cairo', sans-serif !important
}

.package-off {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.package-off {
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    color: #fff;
    position: absolute;
    top: 0;
    right: -26px;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.package-off strike {
    position: initial;
    right: initial;
    color: #fff
}

section.packagewrp .col-md-4 {
    margin: 20px 10px;
    float: none;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    max-width: 31%;
    position: relative;
    z-index: 1;
    border: 1.5px solid #f95f57;
    background: #fff;
    position: relative;
    z-index: 11
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
    height: 293px;
    overflow-y: scroll
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 17px;
    font-family: 'Cairo', sans-serif !important;
    list-style: none
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 5px;
    position: absolute;
    left: 0;
    content: \f00c;
    color: #F95F57;
    font-size: 12px;
    top: 5px
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #F95F57;
    top: -1px
}

a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    cursor: context-menu
}

section.packagewrp a.grad-btn {
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 6px;
    margin-right: 0;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 9px 9px;
    font-size: 14px;
    background: -moz-linear-gradient(left, #fa6d34 0%, #f95e48 100%);
    background: #F95F57;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1)
}

section.packagewrp a.grad-btn:hover {
    color: #000
}

section.packagewrp a.chat {
    display: inline-block;
    vertical-align: middle
}

section.packagewrp a.chat span {
    display: block;
    color: #f95f57;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    padding-left: 20px;
    animation: blinker 1s step-start infinite
}

section.packagewrp a.chat span small {
    display: block;
    font-size: 10px;
    color: #8a8a8a;
    font-weight: 600
}

a.vm-btn:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #f95f57
}

.packagewrp:after {
    content: "";
    position: absolute;
    background-image: url(../images/circle-shade.png);
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -220px;
    right: 0;
    z-index: -1;
    filter: hue-rotate(20deg);
    z-index: 1
}

.packagewrp:before {
    content: "";
    position: absolute;
    background-image: url(../images/vect-8.png);
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    left: 0;
    top: 90px
}

.tabs.current {
    display: block !important
}

.comboopack {
    padding: 90px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.container-custom {
    max-width: 1285px;
    margin: auto;
    padding: 0 15px
}

.comboopack .combopackwrap {
    width: 100%;
    display: inline-block;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / .06);
    border: 1px solid #77777763;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative
}

.comboopack .combopackwrap .topheadtxt {
    display: block;
    text-align: center;
    border-bottom: 1px solid #464646;
    margin: 0 0 50px;
    padding: 0 0 10px
}

.comboopack .combopackwrap .headdd {
    padding: 14px 50px;
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    text-align: left;
    position: relative;
    border-radius: 10px 10px 0 0
}

.comboopack .combopackwrap .headdd figure {
    position: absolute;
    margin-bottom: 0;
    right: -20px;
    top: -30px
}

.comboopack .combopackwrap .headdd h3 {
    text-align: center;
    padding-bottom: 0;
    font-family: 'Cairo', sans-serif !important;
    color: #fff;
    font-size: 32px;
    text-transform: capitalize
}

.comboopack .combopackwrap .headdd h3 span {
    display: block;
    font-size: 24px;
    margin-top: -3px
}

.comboopack .combopackwrap .bodyyy {
    font-size: 0;
    padding: 30px 50px;
    background: linear-gradient(343deg, #f9444408, #ffffff14 70%)
}

.comboopack .combopackwrap .bodyyy .coll {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading {
    font-weight: 700;
    color: #F95F57;
    padding-left: 0;
    font-size: 20px;
    font-family: 'Cairo', sans-serif !important
}

.comboopack .combopackwrap .bodyyy .coll ul li {
    color: #000;
    font-size: 14px;
    padding: 0 0 10px 30px;
    position: relative;
    line-height: 1.4;
    font-family: 'Cairo', sans-serif !important
}

.comboopack .combopackwrap .bodyyy .coll ul li:before {
    content: "\f00c";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 5px;
    font-size: 14px;
    color: #F95F57;
    display: table-cell;
    vertical-align: middle;
    top: 1px
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading:before {
    font-size: 0
}

.comboopack .combopackwrap .headdd figure img {
    width: 170px;
    position: absolute;
    left: -200px;
    top: 30px;
    height: 150px
}

.comboopack .combopackwrap .footterr {
    padding: 20px 30px;
    font-size: 0;
    background: #F95F57;
    border-top: 1px solid #f3f3f3;
    border-radius: 0 0 10px 10px
}

.comboopack .combopackwrap .footterr .left {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 0
}

.comboopack .combopackwrap .footterr .left .txtt {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle
}

.comboopack .combopackwrap .footterr .left .txtt h4 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 0
}

.comboopack .combopackwrap .footterr .left .btnwrap {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 30px
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 21px;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.comboopack .combopackwrap .footterr .right {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    position: relative
}

.comboopack .combopackwrap .footterr .right figure {
    margin-bottom: 0;
    display: inline-block;
    width: 30%
}

.comboopack .combopackwrap .footterr .right figure img {
    width: 230px;
    position: absolute;
    top: -355px;
    left: 200px
}

.comboopack .combopackwrap .footterr .right .price {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding-left: 10px
}

.comboopack .combopackwrap .footterr .price h2 {
    font-size: 44px;
    color: #F95F57;
    padding-bottom: 12px;
    position: absolute;
    top: 430px;
    left: 1040px
}

.comboopack .combopackwrap .footterr .right .price h6 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 0
}

.comboopack .combopackwrap .footterr .right .orderbtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center
}

.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {
    color: #a6b0ba;
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 20px 0 0
}

.comboopack .combopackwrap .footterr .price h2 span {
    position: relative;
    font-size: 18px;
    padding-bottom: 0;
    color: #b3b1b1;
    margin-left: 10px
}

.comboopack .combopackwrap .footterr .price h2 span:before {
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    background: #9e9c9c;
    position: absolute;
    left: 0;
    top: 47%
}

.img-price img {
    width: 150px;
    position: absolute;
    top: 380px;
    left: 870px
}

a.numbercta {
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #fff;
    margin-right: 20px;
    border-radius: 10px;
    background: #000
}

a.chatcta {
    font-size: 20px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 22px;
    color: #fff;
    margin-right: 20px;
    border-radius: 10px
}

.btn-primary {
    border: 1px solid #fff !important;
    background-color: #fa130d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff !important;
    line-height: 1;
    border: none;
    padding: 18px 40px;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block
}

.comboopack .combopackwrap .pricingwrpr h4 {
    color: #F95F57;
    font-size: 52px;
    font-weight: 600;
    text-align: right
}

.comboopack .combopackwrap .pricingwrpr h4 span {
    font-size: 22px
}

.comboopack .combopackwrap .detailwrp {
    display: block;
    padding: 140px 0 0;
    text-align: right
}

.comboopack .combopackwrap .detailwrp a {
    color: #f95f57;
    font-size: 24px;
    margin: 0 0 10px;
    display: inherit;
    color: #000
}

.comboopack .combopackwrap .detailwrp a span {
    display: block;
    text-decoration: underline;
    color: #000
}

.comboopack .combopackwrap .detailwrp a.btn-1 {
    background: #F95F5;
    color: #fff;
    7;
    font-size: 16px;
    border: none;
    display: inline-flex
}

.comboopack .combopackwrap .package-off {
    top: 19rem;
    right: 0rem;
    padding: 13px 70px 13px 90px;
    clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%)
}

.comboopack .combopackwrap .package-off span {
    font-family: 'Cairo', sans-serif !important;
    font-size: 21px
}

.testimonial {
    padding: 50px 0;
    background: #e8e6f1
}

.testimonial .txtwrp-top {
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.testimonial ul {
    list-style: none;
    font-size: 0;
    margin: 0;
    margin-top: 40px
}

.testimonial ul li {
    width: 100% !important;
    display: inline-block;
    margin-right: 35px;
    background: #fff;
    padding: 30px;
    box-shadow: 5px 6px 30px #00000012;
    border-radius: 6px;
    min-height: 354px;
    position: relative;
    max-width: 365px;
    margin-top: 45px;
    margin-bottom: 50px;
    margin-left: 20px;
    z-index: 1
}

.testimonial .profile-card .txtwrp {
    text-align: left
}

.testimonial .profile-card .profile-dp {
    position: absolute;
    top: -35px;
    left: 25px;
    text-align: center;
    padding: 20px 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    font-weight: 700;
    box-shadow: 8px 9px 30px #00000029
}

.testimonial .profile-card .profile-dp span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 700
}

.testimonial .profile-card .txtwrp h3 {
    font-size: 20px;
    margin-top: 18px;
    color: #000
}

.testimonial .profile-card .txtwrp p {
    margin: 0;
    font-size: 16px;
    height: 230px;
    padding: 10px 0
}

.testimonial .profile-card .txtwrp h2 {
    font-size: 17px
}

.testimonial .profile-card .ratings {
    padding: 8px 0;
    display: inline-block
}

.testimonial .profile-card .trus-sec {
    display: inline-block
}

.testimonial .profile-card .ratings span {
    font-size: 15px;
    color: #f5a623
}

.testimonial .profile-card .trus-sec img {
    width: 95px;
    margin-left: 96%
}

.testimonial .mCustomScrollBox {
    padding: 0 15px 0 0
}

.testimonial .slick-next:before {
    content: "\e957" !important;
    font-family: icomoon !important
}

.testimonial .slick-prev:before {
    content: "\e958" !important;
    font-family: icomoon !important
}

.testimonial .slick-next {
    width: 50px;
    top: 50%;
    height: 50px;
    background: #d4d0d0;
    border-radius: 50%;
    box-shadow: 0 0 11px #eaf0f6;
    right: -40px
}

.testimonial .slick-prev {
    width: 50px;
    top: 50%;
    height: 50px;
    background: #d4d0d0;
    border-radius: 50%;
    box-shadow: 0 0 11px #eaf0f6;
    left: -60px
}

.testimonial.wiki .img-wrp img {
    width: 30%
}

.testimonial .main-heading img {
    width: 80px
}

.testimonial .video-review .btnwrp {
    margin-bottom: 50px
}

.testimonial .video-review .btnwrp a img {
    border-radius: 4px
}

.testimonial .video-review .btnwrp {
    margin-bottom: 50px
}

.testimonial .video-review .btnwrp a img {
    border-radius: 4px;
    width: 100%
}

.testimonial .video-secs-wrp {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    padding: 45px 20px 0 20px;
    background: #fff;
    box-shadow: 5px 6px 30px #00000012;
    margin-bottom: 50px;
    width: 95%;
    border-radius: 6px;
    margin-left: 2%
}

.testimonial .video-secs-wrp .txtwrp {
    margin-top: -4px;
    margin-left: 10px
}

.testimonial .video-secs-wrp .trus-sec {
    display: inline-block;
    position: relative
}

.testimonial .video-secs-wrp .trus-sec img {
    position: absolute;
    top: -60px;
    left: 500px
}

.testimonial .proof-sec .btnwrp {
    text-align: center
}

.contactfrom {
    background: #f5f5f7;
    padding: 90px 0
}

.contactfrom .formwrp .formwrap {
    border-radius: 10px;
    margin: 0 auto 0 0
}

.contactfrom .formwrp form .txtwrp {
    display: block;
    text-align: left
}

.contactfrom .formwrp form .txtwrp h2 {
    color: #22204F;
    padding: 0 0 20px;
    width: 120%
}

.contactfrom .formwrp form .txtwrp span {
    color: #ff647a;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 9px;
    top: 3px;
    z-index: 10
}

.contactfrom .formwrp .lablewrp {
    position: relative
}

.contactfrom .formwrp .lablewrp input {
    width: 100%;
    height: 57px;
    margin: 0 0 14px;
    padding: 0 0 0 20px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    outline: none
}

.contactfrom .formwrp .lablewrp select {
    width: 100%;
    height: 54px;
    color: #777;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 20px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    outline: navajowhite
}

.contactfrom .formwrp .lablewrp input.btnm {
    transition: all 250ms ease;
    cursor: pointer;
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    color: #fff;
    width: 100%;
    padding: 0;
    border: none;
    display: block
}

.contactfrom .formwrp .lablewrp input.btnm:hover {
    transition: all 250ms ease;
    transform: translateY(-.625rem)
}

.contactfrom .img-pp {
    background-size: cover;
    background-repeat: no-repeat
}

.contactfrom .formwrp .lablewrp input#file {
    border: none;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 0 10px;
    color: #c5c9ead9;
    position: relative
}

.contactfrom .mmaindiv {
    width: 100%;
    background: #F0FCF888
}

.contactfrom .mmaindiv a {
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.contactfrom .formwrp .lablewrp textarea {
    color: #757a7e;
    width: 100%;
    height: 115px;
    margin: 10px 0 10px;
    position: relative;
    padding: 0 0 0 10px;
    border: 2px solid #dedede8f;
    border-radius: 10px;
    resize: none;
    padding: 10px 0 0 20px;
    outline: navajowhite
}

.contactfrom .formwrp .lablewrp textarea::placeholder {
    color: #757a7e
}

.contactfrom .mmaindiv a span {
    color: #357782
}

.contactfrom .formwrp .lablewrp i {
    position: absolute;
    top: 15px;
    z-index: 11;
    color: #777780;
    right: 20px
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px
}

.rangeslider {
    position: relative
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 11px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    border: 4px solid #FFF;
    background: #FFF
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
    margin: 0 0 17px
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4
}

.rangeslider__fill {
    position: absolute;
    background: #d39f00
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: #fff;
    position: absolute;
    background: #ff637b;
    border-radius: 10px;
    display: inline-block;
    background: #087984
}

.rangeslider__handle:after {
    content: "$";
    position: absolute;
    color: #0b0b1c;
    left: 8px;
    top: 4px
}

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 11px;
    margin-top: -2.5px
}

.budget-wrap .header .title {
    color: #777;
    font-size: 15px;
    margin-bottom: 10px
}

.budget-wrap .header .title .pull-right {
    color: #fa4766;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fa4766;
    padding: 2px 20px;
    border-radius: 7px;
    margin: -5px 8px 0 0
}

.budget-wrap .footer {
    margin-top: 30px
}

.budget-wrap .footer .btn {
    color: inherit;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none
}

.budget-wrap .footer .btn.btn-def {
    color: #525263;
    display: none
}

.budget-wrap .footer .btn.btn-pri {
    color: #eee;
    background: #ff5a84;
    display: none
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: #fff;
    position: absolute;
    background: #ff637b;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    background: #fcfcfc;
    box-shadow: 0 11px 60px 0 rgb(126 126 126 / 72%);
    border: 1px solid #efdcdc
}

.contactfrom .mainboxwrp {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 0 0 70px;
    background-position: center;
    border-radius: 70px;
    width: 83%;
    float: right;
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 710px;
    margin: 54px 0 0
}

.contactfrom .mainboxwrp:after {
    content: "";
    position: absolute;
    background-image: url(../images/lines-01.svg);
    background-repeat: no-repeat;
    background-size: 98%;
    width: 100%;
    height: 520px;
    z-index: 1;
    left: 328px;
    right: 0;
    margin: auto;
    top: 250px
}

.contactfrom .main-curclewrp {
    position: absolute;
    border: 1px solid #dcdcdc;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    right: -110px;
    border-left: 0;
    z-index: 1;
    border-top: 0;
    transform: rotate(279deg);
    bottom: 70px
}

.contactfrom .mainboxwrp .videowrp video {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -4
}

.contactfrom .mainboxwrp .side-from-txt {
    width: 60%;
    position: relative;
    z-index: 10
}

.contactfrom .mainboxwrp .side-from-txt p {
    color: #fff
}

.contactfrom .mainboxwrp .side-from-txt h6 {
    color: #fff
}

.contactfrom .mainboxwrp .side-from-txt span {
    color: #d39f00
}

.contactfrom .box-1 {
    position: absolute;
    right: -150px;
    background: #fff;
    padding: 0;
    box-shadow: 0 11px 60px 0 rgb(126 126 126 / 29%);
    border-radius: 15px;
    top: 120px;
    z-index: 11
}

.contactfrom .box-1 .box-img {
    display: inline-block;
    position: relative;
    left: -30px
}

.contactfrom .box-1 .box-img i {
    color: #d9d9d9;
    font-size: 30px
}

.contactfrom .box-1 .box-txt {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    position: relative;
    left: -30px;
    padding: 10px 0
}

.contactfrom .box-1 .box-txt span {
    color: #bfbaba
}

.contactfrom .box-1 .box-txt h4 {
    color: #22204F;
    font-size: 18px;
    padding: 1px 0 2px
}

.contactfrom .box-1 .box-txt p {
    color: #d39f00;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase
}

.contactfrom .box-2 {
    position: absolute;
    right: -200px;
    background: #fff;
    padding: 15px 30px 15px 20px;
    box-shadow: 0 11px 60px 0 rgb(126 126 126 / 29%);
    border-radius: 10px;
    z-index: 11;
    bottom: 280px
}

.contactfrom .box-2 .box-img {
    display: inline-block
}

.contactfrom .box-2 .box-img i {
    color: #48e116;
    font-size: 22px
}

.contactfrom .box-1 .box-img img {
    width: 83px;
    border-radius: 15px 0 0 15px
}

.contactfrom .box-2 .box-txt {
    display: inline-block;
    color: #bfbaba;
    margin: 0 0 0 10px
}

.contactfrom .playwrp span {
    position: absolute;
    left: 70px;
    background: #e75a5b;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    top: 250px;
    z-index: 110
}

.contactfrom .playwrp span i {
    color: #fff;
    display: block;
    text-align: center;
    padding: 38% 0 0 7px;
    font-size: 24px
}

.contactfrom .formwrap .txtwrp p {
    color: #3C3863
}

.contactfrom .formwrp .lablewrp input.emilwrp {
    margin: 0 0 0 15px;
    border-right: 0;
    width: 99%;
    border-radius: 10px 0 0 10px;
    margin-bottom: 14px
}

.contactfrom .formwrp .lablewrp input.nmbrwrp {
    border-radius: 0 10px 10px 0;
    width: 95%
}

.contactfrom .mainboxwrp .img-box-wrp img {
    position: absolute;
    box-shadow: 0 11px 60px 0 rgb(126 126 126 / 29%)
}

.contactfrom .mainboxwrp .img-box-wrp img.img-1 {
    top: 120px;
    right: -130px
}

.contactfrom .mainboxwrp .img-box-wrp img.img-2 {
    right: -200px
}

.contactfrom .chat-box {
    float: right;
    display: block;
    padding: 30px 0 0;
    margin: 20px 30px 0 0;
    position: relative;
    z-index: 10
}

.contactfrom .chat-box .txtdiv {
    width: 83%;
    margin: 0 -110px 0 0
}

.contactfrom .chat-box .txtdiv p {
    color: #22204F;
    font-size: 16px
}

.contactfrom .chat-box .chatmain {
    float: right;
    margin: -80px -30px 0 0;
    position: relative;
    z-index: 1
}

.contactfrom .chat-box .chatmain span {
    height: 70px;
    width: 70px;
    box-shadow: 0 11px 60px 0 rgb(126 126 126 / 48%);
    border-radius: 50%;
    padding: 24px 6px 0 0;
    display: block;
    text-align: center
}

.contactfrom .chat-box .chatmain span i {
    color: #d39f00;
    font-size: 21px
}

.slider-wrapper {
    display: inline-block;
    width: auto;
    text-align: left
}

.slider {
    height: 96px;
    overflow: hidden;
    position: relative;
    top: 2px;
    right: -10px
}

.slider div {
    color: #22204F;
    margin-bottom: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 16px
}

.slider-text1 {
    animation: slide 5s linear infinite;
    margin: 10px 0 0;
    margin: 0 0 0 10px px;
    position: relative;
    top: 13px
}

.slider-text2 {
    margin: 0 0 0 -35px;
    position: relative;
    top: 13px
}

.slider-text3 {
    margin: 0 0 0 0;
    position: relative;
    top: 11px;
    left: -18px;
    width: 100%
}

.slider-text4 {
    margin: 0 0 0 0;
    position: relative;
    top: 13px;
    left: -12px
}

.slider-text5 {
    margin: 0 0 0 0;
    position: relative;
    top: 13px;
    left: -12px
}

@keyframes slide {
    0% {
        margin-top: -300px
    }
    5% {
        margin-top: -200px
    }
    33% {
        margin-top: -200px
    }
    38% {
        margin-top: -100px
    }
    66% {
        margin-top: -100px
    }
    71% {
        margin-top: 0
    }
    100% {
        margin-top: 0
    }
}

.book-lp .shapingwrp:before {
    content: '';
    background-image: url(../images/element-3.png);
    position: absolute;
    width: 200px;
    height: 280px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -126px;
    right: -30px
}

section.shapingwrp.stickboxwrp.back-white {
    background: #fff;
    position: relative
}

section.shapingwrp.stickboxwrp.back-white .sticky .txtwrp img {
    width: 250px;
    padding: 0 0 0
}

section.shapingwrp.stickboxwrp.back-white .sticky .txtwrp h2 {
    color: #000;
    padding: 10px 0
}

section.shapingwrp.stickboxwrp.back-white .sticky .txtwrp p {
    color: #000
}

section.assurances-section.back-white {
    background: #fff
}

section.assurances-section.back-white .txtwrp h4,
section.assurances-section.back-white .txtwrp h2,
section.assurances-section.back-white .txtwrp p {
    color: #000
}

section.assurances-section.back-white .mainwrp h5,
section.assurances-section.back-white .mainwrp li {
    color: #000
}

.shapingwrp {
    padding: 70px 0;
    background: #23233c
}

.shapingwrp .txtwrp h2 {
    color: #fff;
    font-size: 38px
}

.shapingwrp .txtwrp p {
    color: #ffffffa6
}

.shapingwrp .btnwrp {
    display: block;
    padding: 0 0 0
}

.shapingwrp .mainwrp {
    position: relative
}

.shapingwrp .mainwrp ul li {
    margin: 0 0 40px;
    position: relative
}

.shapingwrp .mainwrp ul li .maindiv {
    padding: 50px 20px;
    transition: opacity .3s;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 7px;
    height: 400px
}

.shapingwrp .mainwrp ul li .maindiv:hover {
    background: background:#07f !important
}

.shapingwrp .mainwrp ul li .maindiv .nmbrwrp {
    display: inline-block;
    vertical-align: top
}

.shapingwrp .mainwrp ul li .maindiv .nmbrwrp h5 {
    color: #fa4766;
    font-size: 42px
}

.shapingwrp .mainwrp ul li .txtdiv {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px
}

.shapingwrp .mainwrp ul li .txtdiv h4 {
    font-size: 22px;
    padding: 10px 0 20px
}

.shapingwrp .mainwrp ul li .txtdiv p {
    height: 130px
}

.shapingwrp .mainwrp ul li:after {
    position: absolute;
    top: 60px;
    display: inline-block;
    content: '';
    left: -28px;
    width: 0;
    height: 0;
    border-top: 12px solid #fff0;
    border-bottom: 12px solid #fff0;
    border-right: 12px solid #fa4766;
    transform: rotate(-180deg)
}

.shapingwrp .mainwrp:after {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 2px;
    display: block;
    content: '';
    background: -webkit-linear-gradient(top, #fa4766 50%, transparent 50%);
    background: linear-gradient(top, orange 50%, transparent 50%);
    background-size: 100% 6px
}

.shapingwrp .sticky {
    position: sticky;
    top: 180px
}

.shapingwrp .sticky .btnwrp .btn-2 {
    margin: 0
}

.shapingwrp .sticky .btnwrp .btn-1 {
    margin-left: 10px
}

.shapingwrp .btnwrp {
    margin-top: 30px
}

.footer-main {
    background: #33475b;
    margin: 0 0 0 0
}

.footer-top {
    padding: 260px 0 0
}

.footer-top h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
    position: relative
}

.footer-main p {
    color: #fff;
    font-size: 13px;
    padding-bottom: 0;
    text-align: left
}

.footerleft a {
    color: #fff;
    font-size: 16px;
    padding: 0 40px 0 0;
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block
}

.footerleft .clr-two {
    color: #ffba00
}

.address-main ul {
    width: 100%;
    display: inline-block;
    margin: 10px 0
}

.address-main ul li {
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    padding: 0 0 8px 18px;
    position: relative;
    color: #fff
}

.address-main ul li a {
    color: #fff
}

.address-main ul li a:hover {
    color: #c2c2c2
}

.address-main ul li span {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
    font-size: 15px
}

.ftr-social {
    text-align: left;
    display: table;
    margin: 0
}

.ftr-social li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center
}

.ftr-social li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social li a span {
    color: #cbd6e2;
    font-size: 14px;
    margin: 0
}

.ftr-social li a:hover span {
    color: #fff !important
}

.ftr-social li a:hover span.icon-facebook {
    color: #3b5998
}

.ftr-social li a:hover span.icon-twitter {
    color: #1da1f2
}

.ftr-social li a:hover span.icon-google-plus {
    color: #dd5044
}

.ftr-social li a:hover span.icon-linkedin {
    color: #007bb6
}

.ftr-social li a:hover span.icon-youtube-play {
    color: #c4302b
}

.ftr-social li a:hover span.icon-pinterest-p {
    color: #C92228
}

.ftr-social li a:hover span.icon-instagram {
    color: #fb3958
}

.ftr-social li a:hover span.icon-vimeo {
    color: #4EBBFF
}

.ftr-social li a:hover span.icon-medium {
    color: #347235
}

.ftr-social2 {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.ftr-social2 li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center
}

.ftr-social2 li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social2 li a span {
    background: #3b5998;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin: 0;
    display: block
}

.ftr-social2 li a:hover span {
    color: #fff
}

.ftr-social2 li a span.icon-facebook {
    background: #3b5998
}

.ftr-social2 li a span.icon-twitter {
    background: #1da1f2
}

.ftr-social2 li a span.icon-google-plus {
    background: #dd5044
}

.ftr-social2 li a span.icon-linkedin {
    background: #007bb6
}

.ftr-social2 li a span.icon-youtube-play {
    background: #c4302b
}

.ftr-social3 {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.ftr-social3 li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center
}

.ftr-social3 li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social3 li a span {
    color: #fff;
    font-size: 25px;
    margin: 0
}

.ftr-social3 li a:hover span {
    color: lightgray
}

.footer-nav {
    text-align: right;
    list-style-type: none;
    margin: 12px 0 20px;
    width: 100%;
    display: inline-block
}

.footer-nav li {
    margin-right: 20px;
    position: relative;
    display: inline-block
}

.footer-nav li:before {
    position: absolute;
    font-family: 'icomoon' !important;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: var(--primary-color)
}

.footer-nav li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.footer-nav li a:hover {
    color: #c2c2c2
}

.subscribe-main {
    margin: 30px 15px 10px;
    width: 100%;
    float: right;
    text-align: right;
    display: inline-block
}

.subscribe-main input[type='text'] {
    background: #fff;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #9d9d9d;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 65%
}

.subscribe-main input[type='submit'] {
    background: #20CB98;
    border: 0;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 35%
}

.subscribe-main input[type='submit']:hover {
    background: #23bb8f
}

.subscribe-main input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1 !important
}

.subscribe-main input:-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input::-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input:-ms-input-placeholder {
    color: #9d9d9d
}

.footer-bottom {
    background: #181131;
    padding: 15px 0;
    text-align: center;
    color: #fff
}

.footer-bottom ul {
    display: block;
    text-align: right;
    font-size: 9px;
    color: #919bd3;
    margin: 0
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 7px;
    font-size: 9px;
    color: #919bd3;
    vertical-align: middle
}

.footer-bottom ul li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize
}

.footer-nav2 {
    list-style-type: none;
    ;
    margin: 10px 0 10px 0;
    float: right
}

.footer-nav2 li {
    float: left;
    padding: 0 12px;
    position: relative
}

.footer-nav2 li:first-child {
    padding-left: 0
}

.footer-nav2 li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #fff;
    left: 0;
    top: 30%
}

.footer-nav2 li:first-child:before {
    display: none
}

.footer-nav2 li a {
    font-size: 13px;
    font-weight: 400;
    color: #cbd6e2
}

.footer-nav2 li a:hover {
    color: #fff
}

.copyright {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px;
    color: #cbd6e2
}

.copyright span {
    color: #cbd6e2
}

.disclaimer-area {
    background: #000;
    padding: 10px 0
}

.disclaimer {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    margin: 0;
    padding: 10px 0
}

.disclaimer strong {
    color: var(--primary-color);
    font-weight: 500
}

#footer>.container>.row {
    padding: 60px 0
}

#footer>.container>.row~.row {
    padding: 0
}

footer .social-full {
    border-top: 1px solid rgb(0 0 0 / .06);
    border-bottom: 1px solid rgb(0 0 0 / .06)
}

footer .logo-card {
    position: relative
}

footer .logo-card img {
    margin: 45px 0 0;
    width: 500px
}

ul.footer-level-nav li {
    display: inline-block
}

ul.footer-level-nav li a {
    padding: 0 16px 0 0
}

.footer-top {
    background-size: contain !important;
    padding: 60px 0;
    background-color: #170B28
}

.footer-top h3 {
    padding-top: 22px;
    color: #fa4766;
    padding-bottom: 17px;
    font-size: 14px;
    margin-bottom: 6px
}

.footer-top h3.nobrder {
    border-bottom: 0
}

.footer-top .linkinglist {
    display: inline-block;
    margin-bottom: 0
}

.footer-top .linkinglist li {
    padding: 5px 0
}

.footer-top .linkinglist li a {
    color: #fff
}

.footerleft figure img {
    width: 350px;
    margin: 15px 0 20px
}

ul.socialwrp {
    display: block;
    text-align: left;
    margin: 10px 0 0
}

ul.socialwrp li {
    display: inline-block !important;
    padding: 0 15px 0 0
}

.socialwrp li a i {
    color: #fff
}

.clr-two {
    color: #ffc527;
    font-size: 14px;
    font-weight: 600
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 11px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    border: 4px solid #FFF;
    background: #FFF
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
    margin: 0 0 17px
}

.content input#r3 {
    width: 100%
}

.rangeslider__fill {
    position: absolute;
    background: #d39f00
}

.contactfrom .formwrp form .txtwrp h4 {
    position: relative;
    top: 49px
}

.servc-page {
    background-image: url(../images/3d-logo-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.abs {
    background-image: url(../images/abstract-logo-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.annni {
    background-image: url(../images/animated-logo-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.bbrand {
    background-image: url(../images/branding-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.allls {
    background-image: url(../images/illustrative-logo-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.webd {
    background-image: url(../images/website-design-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.vvd {
    background-image: url(../images/video-animation-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.digg {
    background-image: url(../images/digital-marketing-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.eecom {
    background-image: url(../images/ecommerce-banner-01.jpg);
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.baner-formwrp {
    background: #64627c14;
    width: 80%;
    float: right;
    padding: 50px 40px;
    position: relative;
    border: 1px solid #f9467d;
    border-radius: 8px
}

.baner-formwrp h4 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700
}

.baner-formwrp h4 span {
    color: #fa4766
}

.baner-formwrp input {
    width: 100%;
    background: #f3f5fe;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    border: 0;
    padding: 13px 24px;
    border: 1px solid #fff0;
    margin: 0 0 15px;
    outline: none
}

.baner-formwrp input.btnmain {
    background: linear-gradient(121deg, #F9467D 0%, #FA472D 70%);
    margin: 20px 0 0;
    color: #fff
}

.baner-formwrp textarea {
    width: 100%;
    background: #f3f5fe;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    border: 0;
    padding: 13px 24px;
    border: 1px solid #fff0;
    height: 120px;
    resize: none
}

.servc-page {
    position: relative
}

.lab-wrp {
    width: 90%
}

.secndwrp {
    padding: 100px 0
}

.secndwrp img {
    width: 100%
}

.secndwrps img {
    width: 100%
}

.awardswrp {
    padding: 70px 0;
    background: #d2d4d614
}

.awardswrp .txtwrp {
    display: block;
    text-align: center
}

.awardswrp .mainwrp ul {
    margin: 20px 0 0;
    text-align: center
}

.awardswrp .mainwrp ul li {
    display: inline-block;
    margin: 0 0;
    border-right: 1px solid #00000036;
    padding: 0 50px
}

.awardswrp .mainwrp ul li img {
    width: 100%
}

.awardswrp .mainwrp ul li.b-nonee {
    border-right: unset
}

.our-testi {
    padding: 60px 0;
    background-color: #f0f0f0
}

.our-testi .txtwrp {
    text-align: center;
    display: block;
    padding: 0 0 40px
}

.our-testi .mainwrp {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin: 0 0 40px;
    height: 260px
}

.our-testi .mainwrp p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ada2a261;
    padding: 0 0 10px;
    margin: 0 0 20px
}

.our-testi .mainwrp .namwrp {
    display: inline-block
}

.our-testi .mainwrp .namwrp h4 {
    font-size: 17px;
    color: #000;
    padding: 0 0 0
}

.our-testi .mainwrp .namwrp h6 {
    color: #6c7b86;
    font-size: 14px;
    padding: 6px 0 0
}

.our-testi .mainwrp .namwrp span {
    color: #ffdd65;
    font-size: 16px
}

.our-testi .mainwrp .imawrp {
    display: inline-block;
    float: right;
    background: linear-gradient(121deg, #f9467d 0%, #FA472D 70%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box
}

.our-testi .mainwrp .imawrp span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 13px 0 0 8px;
    display: block
}

.our-testi .mainwrp:hover {
    box-shadow: 0 0 20px 1px #d2d2d2bf;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05)
}

.pointlisting {
    margin-bottom: 0;
    display: inline-block
}

.pointlisting li {
    position: relative;
    width: 50% !important;
    font-size: 12px;
    padding-left: 26px;
    padding-bottom: 10px
}

.pointlisting li {
    padding: 10px 0 10px 0;
    width: 38%;
    float: left
}

.pointlisting li:before {
    position: relative;
    left: -6px;
    top: 0;
    color: #000;
    content: "\e962";
    font-family: icomoon !important
}

.contacts {
    height: auto;
    padding: 200px 0 100px 0
}

.call-us h2 {
    text-align: left;
    font-size: 44px;
    font-weight: 600
}

.form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / .09);
    text-decoration: none;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    font-size: 15px;
    border: 1px solid #d4d4d4
}

.form select {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / .09);
    position: relative;
    font-size: 15px;
    color: #aba9a9;
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none
}

.form textarea {
    width: 100%;
    height: 160px;
    padding: 10px 0 0 10px;
    resize: unset;
    margin: 0 0 20px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / .09);
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #d4d4d4
}

.contactpage .form .frmbtn [type=submit] {
    text-align: center;
    border: none;
    height: 50px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    background: linear-gradient(121deg, #f9467d 0%, #FA472D 70%);
    color: #fff;
    border-radius: 8px
}

.get-pg .navwrp ul li a {
    color: #fff !important
}

.get-pg .logo-clr {
    display: none
}

.get-pg .logo-blk {
    display: block
}

.termspage {
    padding: 60px 0
}

.subhead.black {
    color: #fa4766;
    font-size: 18px !important
}

.get-pg .upr-head {
    background: #010220 !important
}

.inner-banner-content {
    padding: 320px 0 150px 0
}

.inner-banner-content .banner-ele {
    z-index: 7;
    overflow: hidden
}

.inner-banner-content h4 {
    color: #00a95b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.inner-banner-content h1 {
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

.inner-banner-content p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px
}

.inner-banner-content .primary-btn {
    visibility: hidden
}

.inner-banner-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 3
}

.col-md-12.banner-ele {
    text-align: center
}

.thanks .upr-head {
    background: #000
}

.get-pg .logo-blk {
    display: none
}

.get-pg .logo-clr {
    display: block
}

.linkinglist {
    padding: 0
}

.get-pg .mobile {
    display: none
}

.txtwrp ul {
    color: #22204F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Bai Jamjuree', sans-serif;
}