@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.p0{
    padding:0px ;
}

h1,h2,h3,a,li,span,button,p,h4,h5,h6{
    font-family: "Poppins", sans-serif;
    margin: 0;
}

body {
    overflow-x: hidden;
    

}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}


section {
    float: left;
    width: 100%;
}
:root{
    --bgwhite:#fff;
    --white:#fff;
    --black:#000000;
    --orange:#FF8155;
    --darkgray:#252525;
    --lightgray:#636363;
    --gray:#7F7F7F;
};

/*banner*/



/*header-*/
a.navbar-brand img {
    width: 180px;
}
ul.navbar-nav {
    gap: 0 20px;
}
li.nav-item a {
    color: #263041;
    font-size: 16px;
    transition: all .5s ease-in-out;
    font-weight: 500;
    position: relative;
}
.custom-dropdown .drop-rht-side  a::before{
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: -7%;
    translate: -50% -50%;
    background: url(../images/icon_sym.png) no-repeat center/cover;
    transition: 0.8s;
}
.custom-dropdown .drop-rht-side  a:hover::before{
    transform: rotate(180deg);
}
a.nav-link.contact-btn {
    padding: 8px 35px !important;
    background: var(--orange);
    border-radius: 40px;
    color: var(--white);
    text-decoration: none;
    border: 1px solid var(--orange);
    transition: all .5s ease-in-out;
}
.box-switch {
  background: var(--white);
  border: 2px solid var(--orange);
  width: 100px;
  height: 40px;
  background: transparent;
  border-radius: 30px;
  position: relative;
  margin-left: 10px;
}
.box-switch .switch {
  background: var(--white);
  width: 30px;
  height: 30px;
  background: var(--orange);
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.5s all ease;
}
li.nav-item a:hover {
    color: var(--orange);
}

a.nav-link.contact-btn:hover {background: #263041;border-color: var(--white);color: #ffffff;}
/*header-*/
/*home*/
.main-banner {
   
}

.bnr-txt h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
}

.bnr-txt h1 span {
    color: var(--orange);
}

form.bnr-form {position: relative;z-index: 1;}

.banner-form:before {
    content: '';
    background: #ffffffa6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    /* filter: blur(11px); */
    border-radius: 20px;
}

.get-btn {
    background: var(--orange);
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    display: table;
    transition: all .5s ease-in-out;
}

.chat-btn {
    background: #263041;
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    display: table;
    transition: all .5s ease-in-out;
}

.bnr-txt p {
    color: #263041;
    font-size: 16px;
}

.bnr-txt ul {
    line-height: 25px;
    font-size: 18px;
    color: var(--orange);
    margin: 0;
    padding: 10px 0 20px 20px;
}

.bnr-txt p {
    padding-top: 10px;
}

.main-banner {
    padding: 160px 0 50px;
}

.main-banner .row {
    align-items: center;
}

form.bnr-form input {
    display: flex;
    width: 100%;
}

form.bnr-form textarea {
    width: 100%;
    display: flex;
    resize: none;
    height: 110px;
}

.form-div input {
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    box-shadow: 1px 1px 20px 0px #00000024;
}

.form-div textarea {
    padding: 8px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px #00000024;
    border: 0;
}

.bnr-form-col {
    padding: 0 30px 0 14%;
    position: relative;
}

.form-icon-1 {
    position: absolute;
    top: 0;
    left: 140px;
    z-index: 2;
}

.form-icon-2 {
    position: absolute;
    right: 0;
    z-index: 2;
}

.form-icon-3 {
    position: absolute;
    bottom: 0;
    left: 125px;
    z-index: 2;
}

.banner-form h3 {
    text-align: center;
}

.banner-form p {
    text-align: center;
}

form.bnr-form {
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px 0;
}

.form-div {
    position: relative;
}

.form-div label {
    position: absolute;
    top: 10px;
    left: 15px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    padding: 2px;
    opacity: 1;
}

.form-div input:focus ~ label {opacity: 0;}

form.bnr-form input:focus {
    outline: 0;
}

form.bnr-form textarea:focus ~ label {opacity: 0;}

.form-btn-bnr input {
    background: var(--orange);
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    display: table;
    border: 0;
}
.banner-form {}

.banner-form {
    position: relative;
    z-index: 1;
    padding: 20px 20px;
}

img.form-icon-4 {
    position: absolute;
    right: -40px;
    bottom: 210px;
    z-index: 2;
}

section.combine-sec:after {
    content: '';
     top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
    background: url(../images/banner-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
section.combine-sec:before{
  content: '';
  background: linear-gradient(144deg, rgba(255,178,84,0.4990371148459384) 3%, rgba(171,222,203,0.4990371148459384) 55%, rgba(255,255,255,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}



.rating-list {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
}

.rating-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rating-list img {
    width: 100%;
    max-width: 100%;
}
section.rating-sec {
    padding: 20px 0;
}
.help-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 32px;
    justify-content: flex-end;
    margin: 0;
}

.help-list ul li {
    width: 45%;
}

.help-box {
    background: #fff;
    box-shadow: 0px 1px 20px 0px #00000059;
    border-radius: 12px;
    padding: 30px 20px;
}

.help-img-bx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.help-box h4 {
    font-size: 18px;
    font-weight: 600;
}

section.help-sec:before {
  content: '';
  background: url(../images/help-path.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin:auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.help-sec {
    padding: 90px 0 90px;
   position: relative;
}

section.help-sec .hd-txt img {
    width: 100%;
    position: relative;
    left: 140px;
    margin-top: 20px;
}

section.help-sec .hd-txt {
    width: 80%;
}

.hd-txt h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 50px;
    color: #263041;
}

.hd-txt h4 {
    color: var(--orange);
    font-size: 16px;
}

.help-list ul li {
    position: relative;
}

.help-list ul li:nth-child(odd) {
    top: -40px;
}

.help-list ul li:nth-child(even) {
    top: 40px;
}
.combine-sec {
    position: relative;
}

.why-sec {
    padding: 70px 0;
}

.why-sec .row {
    align-items: center;
}

.why-side-img img {
    width: 100%;
}

.why-sec .hd-txt {
    padding-left: 60px;
}

.why-sec .hd-txt h2 {
    padding: 10px 0;
}
.why-sec .bnr-btn {
    display: table;
    margin-top: 40px;
}

.hd-txt p {
    color: #909090;
}
.hd-txt ul li {
    color: #909090;
}


section.cta-sec .col-sm-12 {
    text-align: center;
    background: white;
    padding: 50px 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 0px #00000059;
    position: relative;
    overflow: hidden;
}
section.about-sec-bg .cta-sec .col-sm-12 {
    background: #FFE3D9;
}
.sevcies-sec-bg .cta-sec .col-sm-12 {
    background: #FFF4D2;
}
section.cta-sec {
    padding-bottom: 30px;
    padding-top: 50px;
}

section.cta-sec 
 .bnr-btn.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px  30px;
}

section.cta-sec .col-sm-12 .cta-txt p {
    padding: 10px 0 20px;
}

.cta-txt h2 {
    font-size: 48px;
    font-weight: 600;
    color: #263041;
}

.cta-txt p {
    color: var(--orange);
    font-size: 16px;
}

section.cta-sec .col-sm-12:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.services-sec {
    padding: 50px 0;
}

.serv-bx {
    background: #263041;
    padding: 50px 80px;
    border-radius: 20px;
    position: relative;
    transition: all .5s ease-in-out;
    box-shadow: 0px 60px 20px 0px rgb(226 222 219 / 52%);
}

.services-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding: 0;
    list-style: none;
}

.serv-bx span {
    position: absolute;
    left: -30px;
    top: 40px;
    width: 79px;
    height: 79px;
    background: rebeccapurple;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 5px 50px 50px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.serv-bx h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.serv-bx p {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    width: 90%;
    font-weight: 300;
}

.services-list {
    padding-left: 15%;
}

.services-list li:nth-child(1) span {
    background: var(--orange);
}

.services-list li:nth-child(2) span {
    background: #9365D5;
}

.services-list li:nth-child(3) span {
    background: #59CCC7;
}

.services-list li:nth-child(4) span {
    background: #FFDD6E;
    color: #000;
}
section.services-sec .hd-txt p {
    padding: 30px 0;
}

section.services-sec .hd-txt h2 {
    padding-top: 15px;
}

section.services-sec .hd-txt {
    position: sticky;
    top: 8px;
}
.serv-bx:hover {
    background: #fff;
}

.serv-bx:hover h4, .serv-bx:hover p {
    color: #000;
}

section.happy-client-sec {
    padding: 50px 0;
}

section.happy-client-sec .hd-txt span {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--orange);
}

section.happy-client-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.client-rating-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 0 20px;
}

.client-rating-box {
    padding: 50px 20px;
    background: #fff;
    box-shadow: 2px 2px 20px 0px #00000024;
    border-radius: 12px;
}

.client-rating-list ul li {
    width: 23%;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.client-rating-box h3 {
    font-size: 38px;
    color: #9365D5;
    font-weight: bold;
}

.client-rating-box p {
    font-size: 20px;
}

.testimonial-sec {
    padding: 50px 0 50px;
    height: 730px;
    position: relative;
}

.testimonial-sec .hd-txt h2 {
    width: 450px;
    padding: 20px 0;
}

.testimonial-sec .hd-txt img {
    margin-top: 30px;
    width: 470px;
}

.testi-slider-col {
    position: relative;
}

.testi-slider-col:before {
    content: '';
    background: #DFF8F7;
    position: absolute;
    top: -168px;
    right: auto;
    left: 0;
    width: 710px;
    height: 760px;
    border-radius: 60% 60% 60% 2%;
}
.testi-slider-col .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(90deg);
    top: 0;
    left: 150px;
}

.testi-slider-col .slick-dots li{
    width: 40px;
}
.testi-slider-col .slick-dots li.slick-active button {
    background-color: transparent;
    border-color: #ff8a62;
    width: 40px;
}

.testi-slider-col .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-slider-col .slick-dots li button {
    background-color: #fd8961;
    border-radius: 50px;
    width: 30px;
    height: 2px;
    border: 1px solid #ff8a62;
    transition: all .5s ease-in-out;
}


.testi-side-circle {
    content: '';
    background: #DFF8F7;
    position: absolute;
    top: -168px;
    right: auto;
    left: 0;
    width: 710px;
    height: 760px;
    border-radius: 60% 60% 60% 2%;
}

.testi-box {
    margin: 10px;
    padding: 20px 20px;
    position: relative;
    /* background: hsl(0deg 0% 100% / 60%); */
}

.testi-slider .slick-list {
    /* padding: 20px 0; */
    margin: 20px;
}

.testi-box-img {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.testi-box-img span {
    font-size: 16px;
    display: block;
    color: #909090;
    font-weight: 400;
}

.testi-box-img h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.testi-box p {
    font-size: 16px;
    width: 90%;
    line-height: 30px;
    margin-bottom: 40px;
}

.testi-slider {
    left: -90px;
}

.testi-box:before {
    content: '';
    background: hsl(0deg 0% 100% / 60%);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(54px);
    /* filter: blur(2px); */
    box-shadow: -1px 1px 20px 0px #0000000d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
}


.testimonial-sec .row {
    align-items: center;
}
.testi-ico-1 {
    position: absolute;
    right: 265px;
    background: #ff8a62;
    width: 80px;
    height: 80px;
    border-radius: 60% 5% 60% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -65px;
}

.testi-ico-2 {
    position: absolute;
    right: 110px;
    background: #FFDD6E;
    width: 133px;
    height: 133px;
    border-radius: 5% 60% 60% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -118px;
}
.case-std-list ul {
    padding: 0;
,:;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin: 0;
    list-style: none;
}

.case-std-list ul li {
    width: 48%;
}

.case-std-box {
    background: var(--orange);
    padding: 30px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.case-std-box h4 {
    display: table;
    background: hsl(0deg 0% 100% / 20%);
    padding: 5px 25px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
}

.case-studies-sec {
    padding: 70px 0;
}

.case-studies-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.case-std-box h3 {font-size: 22px;font-weight: 600;padding: 22px 0 12px;color: #fff;}

.case-std-box p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
}

.case-std-list {
    /* gap: 20px 0; */
}

.case-std-list .col-sm-6 .case-std-box:first-child {
    margin-bottom: 40px;
}

.case-std-box img {
    display: table;
    margin-left: auto;
    height: 0;
    transition: all .5s ease-in-out;
    display: none;
}

.case-std-box .bnr-btn.cta-btn {
    margin-top: 20px;
}

.case-std-box:hover {
    /* padding-bottom: 0; */
}

.case-std-box:hover .case-img-st {
    height: 176px;
}
.case-std-box.case-std-box3 {
    background: #263041;
}

.case-std-box.case-std-box3 a.chat-btn.chats {
    background: var(--orange);
}

.case-std-box.case-std-box2 {
    background: #9365D5;
}

.case-std-box.case-std-box2 a.chat-btn.chats {
    background: var(--orange);
}

.case-std-box.case-std-box4 {
    background: #59CCC7;
}
.faq-sec {
    padding-bottom: 50px;
}

.faq-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

button.accordion-button {
    background: #FAF8F5;
}

button.accordion-button.collapsed {
    background: #FAF8F5 !important;
}

.accordion-item {
    margin-top: 15px;
    border: 0;
    background: #FAF8F5;
}

button.accordion-button {
    padding: 20px 20px;
}

button.accordion-button {font-size: 18px;font-weight: 600;color: #000;}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background: #FAF8F5;
    box-shadow: none;
}

.accordion-button:focus {}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}
/*home*/



/*ftr*/
.footer-sec {
    padding: 90px 0 50px;
    background: #FAF8F5;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ftr-logo p {
    font-size: 16px;
    padding: 20px 0;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 20px;
}

.social-links a {
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    background: #fff;
    border: 0;
}

.social-links a i {color: #909090;}

.trust-img-st {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 0px;
}

.list-ftr-1 ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 20px 0 0 0;
}

.list-ftr-1 ul a {
    text-decoration: none;
    color: #909090;
    font-size: 15px;
}

.ftr-last-box {
    /* background: #fff; */
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    position: relative;
    z-index: 1;
}

.ftr-last-box:before {
    content: '';
    background: #ffdd6e;
    position: absolute;
    top: -60px;
    right: -60px;
    width: 309px;
    height: 309px;
    border-radius: 60% 4% 60% 60%;
    z-index: -1;
}

.ftr-last-box a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #909090;
}

.ftr-last-box span {
    display: block;
    color: #263041;
    font-weight: 700;
}

a.ftr-btn-st {
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    display: table;
    background: #fe926c;
    text-align: center;
}

.ftr-last-box a:nth-child(1) {border-bottom: 1px solid;padding-bottom: 20px;}

.ftr-last-box:after {
    background: #ffffff;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.footer-sec:before {
    content: '';
    background: #faf8f5;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -210px;
    top: -210px;
    border-radius: 60%;
    z-index: -1;
    border: 40px solid #fff;
}

.trust-img-st img:nth-child(odd) {border-right: 1px solid #000;padding-right: 5px;margin-right: 5px;}

section.copy-right-link {
    padding: 10px 0;
    background: #263041;
}

section.copy-right-link .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.copy-right-link .col-sm-12 a {
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
}

section.copy-right-link .col-sm-12 p {
    color: #fff;
}
/*ftr*/


section.combine-sec.sevcies-sec:after {
    display: none;
}
section.why-sec.serv-sec-1 {
    content: '';
    /* background: url(../images/help-path.png); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.why-sec.serv-sec-1 {
    /*background: #fff;*/
    position: relative;
    padding-bottom: 0;
    padding-top: 40px;
}


.serv-pg-bx {
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    margin: 0 20px;
    border-radius: 17px;
    position: relative;
}

.serv-pg-bx img {
    margin: 0 auto;
}

.serv-pg-bx h4 {
    padding: 20px 0;
    font-size: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .serv-pg-bx1 {
    background: var(--orange);
    position: relative;
}

 .serv-pg-bx2 {
    background: #FFF4D2;
}

 .serv-pg-bx3 {
    background: #DAF0E8;
}

 .serv-pg-bx4 {
    background: #FFDD6E;
}

 .serv-pg-bx5 {
    background: #D3F1FA;
}

section.serv-pg-inner-sec {
    padding: 50px 0 0;
    /* background: url(../images/push-down-inner-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.serv-pg-inner-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

section.serv-pg-inner-sec .slick-list {
    padding: 50px 0 0;
}

 .serv-pg-bx1:before {
    content: '';
    background: #FFB196;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    z-index: -1;
    border-radius: 13px;
    margin: auto;
}

.serv-pg-bx1:after {
    content: '';
    background: #FFDFD4;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    border-radius: 13px;
    margin: auto;
}





 .serv-pg-bx2:before {
    content: '';
    background: #FFF8E3;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    z-index: -1;
    border-radius: 13px;
    margin: auto;
}

.serv-pg-bx2:after {
    content: '';
    background: #FDF8EB;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    border-radius: 13px;
    margin: auto;
}




 .serv-pg-bx3:before {
    content: '';
    background: #E3FFF5;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    z-index: -1;
    border-radius: 13px;
    margin: auto;
}

.serv-pg-bx3:after {
    content: '';
    background: #EFFFF9;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    border-radius: 13px;
    margin: auto;
}



 .serv-pg-bx4:before {
    content: '';
    background: #FFE9A0;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    z-index: -1;
    border-radius: 13px;
    margin: auto;
}

.serv-pg-bx4:after {
    content: '';
    background: #FFF5D2;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    border-radius: 13px;
    margin: auto;
}


 .serv-pg-bx5:before {
    content: '';
    background: #E5F9FF;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    z-index: -1;
    border-radius: 13px;
    margin: auto;
}

.serv-pg-bx5:after {
    content: '';
    background: #F0FBFF;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: -2;
    border-radius: 13px;
    margin: auto;
}


.sevcies-sec-bg{
    background: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}
.home-bg-sec{
    background: url(../images/home-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}
section.header {
    position: absolute;
    /*top: 20px;*/
}

section.header .row {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px #0000002b;
    padding: 8px 0;
}
section.header .container-fluid .row {
    background: transparent;
    box-shadow: none;
}

.box-switch {
    display: none;
}
.bnr-btn {
    margin-top: 20px;
}




/*about-pg*/
.about-side-img img {
    width: 100%;
}

.about-sec-bg{
    background: url(../images/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}
.contact-bg{
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
    padding-bottom: 50px;
}
.contact-txt.hd-txt p {
    color: #000;
}
.about-team ul {display: flex;align-items: center;justify-content: center;padding: 0;margin: 0;gap: 0 20px;list-style: none;}

.about-team-box img {
    margin: 0;
    width: 100%;
}

.about-team {
    padding: 50px 0 0;
}

.about-team .hd-txt {
    text-align: center;
    padding-bottom: 20px;
}

.about-team-box h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 5px;
}

.about-team-box p {
    color: #777;
}

.about-serv-sec {
    padding: 50px 0;
    margin-bottom: 50px;
}

.about-serv-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.about-serv-sec .hd-txt p {
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}

.about-serv-sec ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.about-serv-sec ul li {
    width: 25%;
}

.about-serv-sec .help-box {
    box-shadow: none;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.about-serv-sec .help-box:hover {
    box-shadow: 0px 1px 20px 0px #00000059;
}


.contact-details-side {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    padding-top: 30px;
}

.contact-details-side h4 {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}

.contact-details-list ul {
    padding: 0;
    list-style: none;
    line-height: 35px;
}

.contact-details-list ul li a {text-decoration: none;color: #000;}

li.social-list {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-top: 20px;
}

li.social-list a {
    width: 35px;
    height: 35px;
    background: var(--orange);
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.social-list a i {
    color: #fff;
}
/*about-pg*/












/*header*/
.custom-dropdown {
    /*display: none;*/
    align-items: flex-start;
    position: absolute;
    width: 800px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px;
    top: 62px;
    z-index: 2;
    left: -270px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all .5s ease-in-out;

}

a.inner-drop-a-st {
    font-size: 16px;
}

a.inner-drop-a-st span {
    display: block;
    font-size: 16px;
    color: #858585;
    font-weight: 400;
}
li.nav-item.nav-itm-srv {
    position: relative;
}

.drop-rht-side {
    position: relative;
    width: 60%;
}

.inner-drop-1 {
    display: none;
    position: absolute;
    top: 0;
    /* display: flex; */
    flex-wrap: wrap;
    /* opacity: 0; */
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0 0 0 40px;
}

.inner-drop-2 {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    display: none;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0 0 0 40px;
}

.inner-drop-3 {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    display: none;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0 0 0 40px;
}

.drop-lft-side {
    width: 40%;
}

.drop-rht-side a {
    width: 50%;
    font-size: 15px !important;
}

li.nav-item a span {
    display: block;
    color: #858585;
    width: 76%;
    font-size: 13px;
}

.custom-dropdown:before {
    content: '';
    background: transparent;
    position: absolute;
    transition: all .5s ease-in-out;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);

}
/*header*/


.custom-dropdown.active:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}
.custom-dropdown.active {
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}
.inr-drop-st-down.active{
    display: flex;
}


a.inner-drop-a-st.active{
    color: var(--orange)
}
a.get-btn:hover {
    background: #263041;
    color: #fff;
}

a.chat-btn:hover {
    background: var(--orange);
    color: #fff;
}
.bnr-txt li {
    font-size: 16px;
}



/*testi-pg*/
.testi-name-bx {
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: relative;
}

.testi-name-bx span {
    display: block;
}

img.quote-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testi-pg-bx-st {
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 20px 0px #00000059;
    border-radius: 12px;
    padding: 20px 20px;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}

.testi-pg-bx-st p {
    font-size: 15px;
    font-weight: 300;
    color: #02113799;
    padding-bottom: 20px;
    height: 103px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* width */
.testi-pg-bx-st p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testi-pg-bx-st p::-webkit-scrollbar-track {
  background:#fff;
  border-radius: 10px;
}
 
/* Handle */
.testi-pg-bx-st p::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
.testi-pg-bx-st p::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.testi-pg-bx-st h4 {
    font-size: 20px;
    font-weight: bold;
}

.testi-pg-bx-st span {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.testi-bx-big.testi-pg-bx-st p {
    font-size: 20px;
    line-height: 36px;
    height: 145px;
}

.testi-bx-big.testi-pg-bx-st {
    padding: 40px 20px;
}

.hd-txt.client-testi-txt-hd {
    padding-bottom: 30px;
}

.hd-txt.client-testi-txt-hd p {
    width: 80%;
}

.hd-txt.client-testi-txt-hd h2 {
    padding: 10px 0;
}
.testi-main-div-pg ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 45px;
}

.testi-main-div-pg ul li {
    width: 31%;
}

.testi-main-div-pg ul .testi-pg-bx-st {
    margin: 0;
}

.testi-main-div-pg {
    margin-top: 20px;
}

.testi-pg-bx-st:hover {}

.testi-pg-bx-st:hover p, .testi-pg-bx-st:hover h4, .testi-pg-bx-st:hover span {
    color: #fff;
}

.testi-pg-bx-st:hover {
    background: var(--orange);var(
    --orange): ;
}

.serv-pg-bx p {
    /* height: 140px; */
    height: 170px;
    overflow-x: hidden;
    overflow: auto;
        padding: 0 10px;
}
/*testi-pg*/



.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li.slick-active button {
    background-color: var(--orange);
}

.slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}



.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

 .mobile-nav{
    display: none;
 }
 .dropdown-menu {
    padding: 10px 20px;
    border: 0;
}






/* width */
.serv-pg-bx p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.serv-pg-bx p::-webkit-scrollbar-track {
  background:#fff;
  border-radius: 10px;
}
 
/* Handle */
.serv-pg-bx p::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
.serv-pg-bx p::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.list-ftr-1 ul a:hover {
    color: var(--orange);
}
.list-ftr-1.serv ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-ftr-1.serv ul li {
  width: 47%;
}