*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    /* font-family: "Raleway", sans-serif; */
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
p{
    font-family: "Poppins", sans-serif;
}
a,a:hover,a:focus{
    text-decoration: none;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.col-20{
    flex: 0 0 auto;
    width: 20%;
}
/* @media (min-width: 1229px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1379px) {
    .container {
        max-width: 1229px;
    }
}
@media (min-width: 1429px) {
    .container {
        max-width: 1379px;
    }
}
@media (min-width: 1479px) {
    .container {
        max-width: 1429px;
    }
}
@media (min-width: 1529px) {
    .container {
        max-width: 1479px;
    }
}
@media (min-width: 1579px) {
    .container {
        max-width: 1529px;
    }
}
@media (min-width: 1629px) {
    .container {
        max-width: 1579px;
    }
}
@media (min-width: 1679px) {
    .container {
        max-width: 1629px;
    }
}
@media (min-width: 1739px) {
    .container {
        max-width: 1679px;
    }
}
@media (min-width: 1799px) {
    .container {
        max-width: 1739px;
    }
}
@media (min-width: 1860px) {
    .container {
        max-width: 1800px;
    }
} */
/*========== Font Face Start =============*/


/*========== Font Face End =============*/

.header{
    padding: 20px 0;
    margin: 0;
    /* position: fixed; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #fff; */
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 88;
    transition: all 300ms ease-in-out;
}
/* .header.sticky{
    padding: 15px 0;
    background: #040809;
} */
/* .header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
} */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .header-wrap{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}
.navigation .stellarnav.light{
    background: transparent;
}

.navigation .stellarnav{
    width: auto;
}
.navigation .stellarnav ul > li{
    padding: 0;
    margin: 0 24px 0 0;
}
.navigation .stellarnav ul > li:last-child{
    margin-right: 0;
}


.navigation .stellarnav ul > li > a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #363636;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.stellarnav > ul > li.active a {
    color: #363636;
    font-weight: 700;
}
.navigation .stellarnav ul > li > a:hover{
    color: #432B7C;
}

.navigation .stellarnav ul > li > ul{
    padding: 10px;
    border-radius: 5px;
}
.navigation .stellarnav ul > li > ul li{
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.navigation .stellarnav ul > li > ul li a{
    font-size: 14px;
    padding: 8px 0;
    margin:0;
    display: block;
    color: #000;
}
.navigation .stellarnav ul > li > ul li:first-child a{
    padding-top: 0;
}
.navigation .stellarnav ul > li > ul li:last-child a{
    padding-bottom: 0;
}

.navigation .stellarnav ul > li > ul li:last-child{
    border-bottom: none;
}
.stellarnav li.has-sub>a:after{
    border-top-color: #0A1A56;
}

.header .logo{
    max-width: 220px;
    transition: all 300ms ease-in-out;
}
.header .logo img{
    max-width: 100%;
}
/* .header.sticky .logo{
    max-width: 200px;
} */

.header .header-wrap .hd-right-side{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    padding: 0;
    margin: 0 0 0 60px;
}
.header .header-wrap .hd-right-side .src-btn{
    transition: all 300ms ease-in-out;
}
.header .header-wrap .hd-right-side .src-btn img{
    max-width: 24px;
    transition: all 300ms ease-in-out;
}

.header .header-wrap .hd-right-side .book-btn{
    font-size: 14px;
    line-height: 1.2;
    background: #432B7C;
    border: 1px solid #432B7C;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 24px;
    display: inline-block;
    transition: all 300ms ease-in-out;
    border-radius: 27px;
}
.header .header-wrap .hd-right-side .book-btn:hover{
    background: transparent;
    color: #432B7C;
}
 .header .header-wrap .rt-side{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }


.stellarnav.mobile.light ul {
    background: rgb(255 255 255);
    box-shadow: 0px 0px 15px 0px #00000014;
}
.stellarnav.mobile.light li a {
    padding: 10px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
.stellarnav.light a.dd-toggle .icon-plus:after, 
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #ffffff;
}


.banner{
    position: relative;
    padding: 40px 0 0;
    margin: 0;
}
.banner .bannerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.banner .bannerWrap .banner-icon{
    position: relative;
}
.banner .bannerWrap .banner-icon .bg-animation{
    position: absolute;
    top: 0;
    left: 0;
    width: 108%;
    height:auto;
 
}
.banner .bannerWrap .banner-icon .mainImg {
    position: relative;
    z-index: 2;
    width: 95%;
    border-radius: 10px;
} 
.banner .bannerWrap .banner-content h1{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 96px;
    line-height:1;
    color: #2D2D2D;
    max-width: 632px;
    padding: 0;
    margin: 0 0 30px;
}
.banner .bannerWrap .banner-content p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 30px;
}
.banner .bannerWrap .banner-content p span{
    color: #432B7C;
}

.banner .bannerWrap .banner-content a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #4E4E4E;
    border-radius: 20px;
    padding: 14px 30px;
    margin: 0;
    background: #7B7A8E;
    transition: all 300ms ease-in-out;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    transition: all 300ms ease-in-out;
}
.banner .bannerWrap .banner-content a::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 80%;
    left: 1px;
    top: 0;
    bottom: 0;
    background: #fff;
    margin: auto 0;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}
.banner .bannerWrap .banner-content a span,
.banner .bannerWrap .banner-content a i{
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
}
.banner .bannerWrap .banner-content a i{
    color: #fff;
}
.banner .bannerWrap .banner-content a:hover::after{
    width: calc(100% - 2px);
}
.banner .bannerWrap .banner-content a:hover i{
    color: #4E4E4E;
}



.strategic-sec{
    padding:0 15px;
    margin: -72px 0 0;
    position: relative;
    z-index: 2;
}
.strategic-sec .strategic-wrap{ 
    background: url(../images/strategic-bg.png) no-repeat center top, #fff;
    background-size: 100% 100%;
    padding: 260px 0 170px;
    position: relative;
}
.strategicTop{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0 0 0;
}
.strategicTop .strategicTopWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.strategicTop .strategicTopWrap .lttop{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0 0 0;
}
.strategicTop .strategicTopWrap .lttop .tham img{
    max-width: 100%;
    width: 100%;
}

.strategicTop .strategicTopWrap .rttop .counterWrap{
    display: flex;
    padding: 0;
    margin: 0;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box{
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box:last-child{
    padding: 0 0px 0 0;
    margin: 0 0px 0 0;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box:after{
    content: '';
    width: 1px;
    height: 30px;
    background: #744ECF;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box:last-child:after{
    display: none;
}

.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box h3{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0 0 10px;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box h3 span{
    color: #744ECF;
}
.strategicTop .strategicTopWrap .rttop .counterWrap .counter-Box p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height:1.2;
    color: #989898;
    padding: 0;
    margin: 0;
}
.strategicBottom {
    padding: 0;
    margin: 0;
}
.strategicBottom .stdesc{
    text-align: center;
    padding: 0;
    margin: 0;
}
.strategicBottom .stdesc .chip{
    display: inline-block;
    border: 1px solid #744ECF;
    padding: 10px 30px;
    margin: 0 0 40px;
    border-radius: 27px;
}
.strategicBottom .stdesc .chip p{
    font-weight: 400;
    font-size: 20px;
    line-height:1.2;
    text-align: center;
    color: #8B71FE;
    padding: 0;
    margin: 0;
}
.strategicBottom .stdesc h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 auto 80px;
    max-width: 898px;
}
.stratBox{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease-in-out;
    top: 0px;
}
.stratBox:hover{
    top: -30px;
}
.stratBox::after{
    background: linear-gradient(180deg, rgba(8, 10, 20, 0) 0%, #080A14 100%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.stratBox .tham img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stratBox .text{
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    transition: all 300ms ease-in-out;
}
.stratBox:hover .text{
    bottom: 30px;
}

.stratBox .text .ttl{
    padding: 0;
    max-width: 234px;
    margin: 0 auto 35px;
}
.stratBox .text .ttl h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0;
}
.stratBox .text a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: #744ECF;
    border: 1px solid #8B71FE;
    border-radius: 27px;
    padding: 12px 20px;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.stratBox .text a:hover{
    background: #2D2D2D;
}



.strategic-sec .explorepanel {
    padding: 30px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.strategic-sec .explorepanel a{
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
}
.strategic-sec .explorepanel a span{
    display: block;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FEFEFE;
}
.strategic-sec .explorepanel strong{
    font-weight: normal;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto  10px;
}






.footer{
    background: #201F2A;
    padding: 60px 0 20px;
}


.footer .footer-logo{
    padding: 0;
    margin: 0 0 30px;
}
.footer .ft-desc{
    max-width: 266px;
    padding: 0;
    margin: 0 0 30px;
}
.footer .ft-desc p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.footer .ft-social ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin:0;
}

.footer .ft-contact{
    padding: 0 30px;
}
.footer .ft-contact .ft-contact-panel{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 0.25px solid #DFD5F4;
}
.footer .ft-contact .ft-contact-panel:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.footer .ft-contact .ft-contact-panel .cnt-desc h5{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height:1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0 0 6px;
}
.footer .ft-contact .ft-contact-panel .cnt-desc a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.footer .ft-contact .ft-contact-panel .cnt-desc a:hover{
    color: #7B7A8E;
}

.footer .ft-contact .ft-contact-panel .cnt-desc p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 0;
}

.footer .ft-contact .ft-contact-panel .cntWrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer .ft-menu{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.footer .ft-menu .ft-menu-panel h5{
    font-family: "Poppins", sans-serif;
    font-weight: 500;;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0 0 15px;
}
.footer .ft-menu .ft-menu-panel ul{
    padding: 0;
    margin: 0;
}
.footer .ft-menu .ft-menu-panel ul li{
    padding: 0;
    margin: 0 0 10px;
}
.footer .ft-menu .ft-menu-panel ul li:last-child{
    margin-bottom: 0;
}
.footer .ft-menu .ft-menu-panel ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.footer .ft-menu .ft-menu-panel ul li a:hover{
    color: #7B7A8E;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #432B7C;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid #432B7C;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}
.go-top svg{
    max-width: 16px;
    /* filter: brightness(1) invert(1); */
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}



input[type=range] {
  -webkit-appearance: none;
  display: inline-block;
  margin: 10px auto;
  margin-top: calc(0.75em);
  border-radius:20px;
  width:100%;
  height:10px;
  background: #1438621A;
  transition:all 0.3s ease;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0px;
  background: #1438621A;
  padding: none;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: url(../images/bar_chart.png) no-repeat center, #fff ;
  background-size: 14px;
  margin-top: -12px;
  cursor:pointer;
  border: 3px solid #432B7C;
}
input[type=range]:focus {
  outline: none;
  cursor:pointer;
}










.modern-sec{
    padding: 100px;
    margin: 0;
}
.modern-sec .modern-text h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 30px;
}
.modern-sec .modern-text h4{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #4E4E4E;
    padding: 0;
    margin: 0 0 40px;
}
.modern-sec .modern-text h4 span{
    color: #432B7C;
}

.modern-sec .tham img{
    border-radius: 24px;
    width: 100%;
}

.modern-sec .modern-info{
    padding: 0 0 0 30px;
    margin: 0;    
}
.modern-sec .modern-info .Know-text{
    padding: 0;
    margin: 0 0 30px;
}
.modern-sec .modern-info .Know-text a{
    display: inline-block;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 1;
    background: #FFFFFF;
    border: 1px solid #7B7A8E;
    padding: 14px 20px;
    border-radius: 15px;
    color: #4E4E4E;
    transition: all  300ms ease-in-out;
}
.modern-sec .modern-info .Know-text a:hover{
    background: #744ECF;
    border-color: #744ECF;
    color: #fff;
}
.modern-sec .modern-info .Know-text p{
    font-weight: 400;
    font-size: 16;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
    margin:30px 0 15px;
}
.modern-sec .modern-info .Know-text i{
    color: #4E4E4E;
}
.modern-sec .catalystsText{
    padding: 0;
    margin: 0 0 30px;
}
.modern-sec .catalystsText p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #4E4E4E;
    padding: 15px 0 0;
    margin: 0;
}
.modern-sec .catalystsText h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 10px;
}
.modern-sec .mdstatusBox{
    box-shadow: 0px 4px 15px 0px #00000008;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
}
.modern-sec .mdstatusBox .top{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
}
.modern-sec .mdstatusBox .top .icon{
    background: #1438620D;
    width: 50px;
    height: 56px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modern-sec .mdstatusBox .top .text{
    padding: 0;
    margin: 0;
}
.modern-sec .mdstatusBox .top .text h4{ 
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    color: #4E4E4E;
    padding: 0;
    margin: 0;
}
.modern-sec .mdstatusBox p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
    margin: 0;
}





.whyChoose-sec{
    padding: 0 0 140px;
    margin: 0;
}
.whyChoose-sec .whyTtl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 50px;
}
.whyChoose-sec .whyTtl .ttlBtn{
    width: 320px;
}
.whyChoose-sec .whyTtl .ttlBtn p{
    background: #7B7A8E;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    padding: 16px 40px;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.whyChoose-sec .whyTtl .ttlBtn a:hover{ 
    background: #432B7C;
}
.whyChoose-sec .whyTtl .ttlText{
    width: calc(100% - 340px);
}
.whyChoose-sec .whyTtl .ttlText h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    padding: 0;
    margin: 0;
}





.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkslateblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    border:1px solid #432B7C;
    background-position: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkslateblue' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}





.blogSec{
    padding: 100px 0 0;
    background: url(../images/blog-bg.png) no-repeat left top;
    background-size: cover;
    margin: 0;
}
.blogSec .blog-desc {
    max-width: 650px;
    width: 100%;
}

.blogSec .blog-desc h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    background: #7B7A8E;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 27px;
    padding: 12px 40px;
}
.blogSec .blog-desc h2{ 
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 50px 0 0px;
    max-width: 455px;
}
.blogSec .blogCard{
    position: relative;
    padding: 0;
    margin: 0;
}

.blogSec .blogCard .blogImg img{
    width: 100%;
    border-top-left-radius: 30px;
}
.blogSec .blogCard .blogContent{
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 418px;
    padding: 0;
    margin: 0 auto;
    /* background: rgba(0, 0, 0, 0.5); */
}
.blogSec .blogCard .blogContent p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.blogSec .blogCard .blogContent a{
    display: inline-block;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    border: 2px solid #FFFFFF;
    color: #fff;
    padding: 14px 40px;
    margin: 0;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}
.blogSec .blogCard .blogContent a:hover{
    background: #744ECF;
    border-color: #432B7C;
}
.blogSec .blog-descWrap{
    display: flex;
    justify-content: flex-end;
}

.blogList-sec{
    padding: 100px 0;
    margin: 0;
}
.blogList-sec .blogItem{
    padding: 0;
    margin: 0;
}
.blogList-sec .blogItem .blogImg{
    width: 100%;
}
.blogList-sec .blogItem .blogImg img {
    width: 100%;
    border-radius: 10px;
    max-height: 198px;
    object-fit: cover;
    object-position: center;
}  
.blogList-sec .blogItem .blogContent{
    padding: 15px 0 0;
}
.blogList-sec .blogItem .blogContent h4{
    font-weight: 600;
    font-size: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #4E4E4E;
    padding: 0;
    margin: 0 0 15px;
    min-height: 45px; 
    font-family: Raleway, sans-serif; 
} 
.blogList-sec .blogItem .blogContent p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
    margin: 0 0 15px;
}
.blogList-sec .blogItem .blogContent a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    border: 1px solid #7B7A8E;
    color: #4E4E4E;
    background: #FFFFFF;
    padding: 16px 30px;
    margin: 0;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}
.blogList-sec .blogItem .blogContent a:hover{
    background: #744ECF;
    color: #fff;
}


.testimonial-sec{
    padding:0 0 100px 0;
    margin: 0;
}
.testimonial-sec .testimonial-map{
    padding: 0;
}
.testimonial-sec .testimonial-map img{
    width: 100%;
}
.testimonial-sliderWrap .item{
    padding: 20px 0;
}
.testCard{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 30px;
    box-shadow: 0px 4px 60px 0px #00000008;
}
.testCard .testiconReating .testicon{
    padding: 0;
    margin: 0 0 10px;
}
.testCard .testiconReating .testicon img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 0px;
    display: block;
}
.testCard .testContent{
    width: calc(100% - 90px);
}
.testiconReating .reating{
    display: flex;
    align-items: center;
    gap: 10px;
}
.testiconReating .reating i{
    font-size: 20px;
    line-height: 1;
    color: #FFFF00;
}
.testiconReating .reating strong{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
}



.testimonial-sec .testimonial-wrap .testChip h5{
    background: #432B7C;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    padding: 16px 40px;
    margin: 0 0 40px;
}
.testimonial-sec .testimonial-wrap{
    max-width: 615px;
}
.testimonial-sec .testimonial-wrap h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 30px;
}
.testimonial-sec .testimonial-wrap p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
    margin: 0;
}
.testimonial-sliderWrap {
    margin: -60px 0 0;
    padding: 0;
}
.testCard .testContent h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 10px;
}
.testCard .testContent p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #2D2D2D;
    padding: 0;
    margin: 0;
}


.career-sec{
    padding: 0 0 100px 0;
    margin: 0;
}
.career-sec .careerWrap{
    background: url(../images/small-circular-icon.png) no-repeat left bottom, rgba(116, 78, 207, .1);
    background-size: 33% auto;
    border-radius: 40px;
    padding: 40px 80px 0;
    margin: 0;
}   

.career-sec .careerWrap.logo {
    background: unset;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} 

.career-sec .career-wrap .career-desc{
    padding: 0;
    margin: 0;
}
.career-sec .career-wrap .career-desc h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color:#2D2D2D;
    padding: 0;
    margin: 0 0 10px;
}
.career-sec .career-wrap .career-desc h2 span{
    color: #432B7C;
}
.career-sec .career-wrap .career-desc h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #4E4E4E;
    padding: 0;
    margin: 0 0 30px;
}
.career-sec .career-wrap .career-desc p{
    color: #4E4E4E;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 30px;
}
.career-sec .career-wrap .career-desc a{
    display: inline-block;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    border: 2px solid #432B7C;
    background: #432B7C;
    color: #fff;
    padding: 14px 40px;
    margin: 0;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}
.career-sec .career-wrap .career-desc a:hover{
    background: #ffff;
    color: #432B7C;

}
.whychoosecard{
    background: #ffff;
    box-shadow: 0px 4px 60px 0px #00000008;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 0 0 30px;
}
.accocard .accordion{
    border: none;
}

.accocard .accordion .accordion-item{
    border: none;
    border-bottom: 0.25px solid #432B7C;
}
.accocard .accordion .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
}

.accocard .accordion .accordion-item:last-of-type{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accocard .accordion .accordion-item .accordion-header .accordion-button{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding:20px 0;
    position: relative;

    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #4E4E4E;
}
.accocard .accordion .accordion-item .accordion-body{
    padding: 0 0 10px;
}
.accocard .accordion .accordion-item .accordion-body p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4E4E4E;
    padding: 0;
    margin: 0;
}

.accocard{
    padding: 20px 20px 20px 0;
}

.whychoosecard .tham{
    height: 100%;
}
.whychoosecard .tham img{
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.whatWeLink{
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 30px;
    /* overflow: hidden; */
    box-shadow: 0px 4px 60px 0px #00000008;

}
.whatWeLink img{
    border-radius: 30px;
    width: 100%;
}
.whatWeLink::after{
    content: '';
    background: #080A14A6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
    border-radius: 30px;
    z-index: 1;
    transition: all 300ms ease-in-out;
}
.whatWeLink .ttl{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0 0 30px;
}
.whatWeLink .ttl h3{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.whatWeDesc{
    padding: 30px 0;
    margin: 0;
}
.whatWeDesc p{
    font-weight: 400;
    font-size: 18x;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 15px;
}
.whatWeDesc p:last-child{
    margin-bottom: 0;
}
.whatWeDesc a{
    display: block;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    border: 2px solid #432B7C;
    color: #fff;
    background: #432B7C;
    padding: 14px 40px;
    margin: 0;
    border-radius: 15px;
    text-align: center;
    transition: all 300ms ease-in-out;
}
.whatWeDesc a:hover{
    color: #432B7C;
    background: transparent;
}

.copyright p {
    color: #ffffff;
}

.rangeSlider{
    background: #1438621A;
    border-radius: 20px;
    height: 20px;
    width: 100%;
    margin:15px 0;
    padding: 0;
    position: relative;
}
.rangeTrack{
    width: 0%;
    height: 100%;
    background: #432B7C;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    border-radius: 20px;
    transition: all 400ms ease-in-out;
}
 
.mainImgBox {
    padding: 0px 6px 50px 73px;
} 


/* About Us Page Ends */


/* ============inner-pages-start====================*/
.breadcumb {
    margin: 0px 0px;
    position: relative;
}

.positioned-icons {
    position: relative;
}

.positioned-icons img.about-three-dot {
    left: 154px;
    bottom: -54px;
    position: absolute;
    z-index: 9;
    width: 180px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

/*.breadcumb img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    position: relative;*/
/*    height: 250px;*/
/*    max-height: 250px;*/
/*}*/ 

.breadcumb img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: relative;
    height: 480px;
    max-height: 480px;
}

.breadcumb #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

/*.hero-content-upper {
    padding-top: 4%;
}*/

.hero-content-upper h2 {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Bold;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #505154;
    text-align: center;
    display: block;
    line-height: 40px;

}

.hero-content {
    position: absolute;
    color: #ffffff;
    left: 0%;
    width: 100%;
}

.aboutrightimg {
    margin: 0px 0px 22px 0px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.aboutrightimg img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.aboutrightimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutrightimg02 {
    margin: 0px 0px 22px 0px;
    position: relative;
    width: 100%;
    height: 585px;
    border-radius: 20px;
    overflow: hidden;
}

.aboutrightimg02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.aboutrightimg02:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-section {
  background: #f9f9f9;
}
.single-service-section .service-title {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}
.single-service-section .service-content {
  color: #555;
  line-height: 1.7;
}
.single-service-section .btn {
  background-color: #007bff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
}
.aboutuspage-section {
    margin: 0px 0px;
    padding: 60px 0px;
    overflow: hidden;
}


.custom-container {
    padding: 0px 80px;
}



.about-page-left {
    text-align: left;
}

.about-page-left p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}

.about-page-left h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #505154;
    padding-bottom: 10px;
    font-size: 24px;
}


/* ========================== */
/* ========contactt-page====*/
/* ========================== */

.contactuscard-section {
	margin: 0px 0px;
	padding: 60px 0px;
	overflow: hidden;
}

.dropus-line h2 {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 35px;
	leading-trim: NONE;
	line-height: 39px;
	letter-spacing: 0%;
	color: #171717;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.dropus-line p {
	font-family: 'Poppins' ;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #171717;
	padding: 0px;
	margin: 0px 30px 30px 0px;
	text-align: justify;
}

.quoteform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}


.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #4A4A4A;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A8A8A8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 21px;
	font-family: "Outfit", sans-serif;
}


.containerimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}

.containerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.dropus-line {
	padding: 10px 0px 0px;
}


.mapcard-section.wow.animate.fadeInUp {
	width: 100%;
	height: 450px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.book-btn {
    font-size: 14px;
    line-height: 1.2;
    background: #432B7C;
    border: 1px solid #432B7C;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 24px;
    display: inline-block;
    transition: all 300ms 
ease-in-out;
    border-radius: 27px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.book-btn:hover{
    background: transparent;
    color: #432B7C;
}

/* ========================== */
/* ========contactt-page====*/
/* ========================== */
.rangeTrackBtn{
    position: relative;
    width: 100%;
    height: 100%;
}
.rangeTrackBtn .rangeTrackBtnInner{
    position: absolute;
    top: -12px;
    right: 0;
}

section.about-section.cmn-section {
    margin: 0px;
    padding: 60px 0px;
    overflow: hidden;
}

.custom-container p {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}

.all-logo {
    display: flex;
    padding: 0 0 50px;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}  

.careerWrap.logo h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 30px; 
    color: #2D2D2D; 
} 

.logo-wrap img{
    max-width: 200px; 
}

.banner-content {
	position: relative;
	top: 50px;
	z-index: 9;
}   

.hero-content-upper h2.white{
    color: #ffffff !important; 
}

.wpcf7-list-item {
    margin: 0 15px 0 0 !important;
}

.about-page-left li{
    list-style: disc !important;
    margin: 4px 0 0 15px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4E4E4E;
    padding: 0;
    margin: 0; 
}

.blog-page-content {
    text-align: center;
    margin: 0 0 40px;
}

.blog-page-content h3{ 
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.2;
    padding: 0px;
    margin: 0px 0px 30px; 
}

.blog-page-content p{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: rgb(78, 78, 78);
    padding: 0px;
    margin: 0px 0px 40px;
} 

.blogList-sec.what-we-think .blogItem {
    padding: 0;
    margin: 0 0 50px; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding: 20px !important;
    border-radius: 20px !important; 
} 

.about-section.cmn-section li{
    list-style: disc !important;
    margin: 4px 0 0 15px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4E4E4E;
    padding: 0;
    margin: 0; 
}  

.aboutuspage-section .about-page-left p {
    font-weight: 400;
    font-size: 16;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
}

.aboutuspage-section .about-page-left h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 20px;
} 

.blogList-sec.what-we-do h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 20px;
} 


.who-we-are-content {
    padding: 60px 0; 
    margin: 0;
} 

.who-we-are-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0; 
}
.who-we-are-values {
    padding: 60px 0;
    background: #e9f6ff63;
} 

.who-we-are-values h2, .who-we-are-partner h2{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 20px;
}

.who-we-are-values p, .who-we-are-partner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;  
}

.who-we-are-values li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4E4E4E;
    padding: 0;
    margin: 10px 0 10px;
    list-style-type: disclosure-closed;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
} 

.who-we-are-partner{
    padding: 60px 0;
} 

.who-we-are-values .row, .who-we-are-partner .row{
    align-items: center; 
}

.who-we-are-values .row, .who-we-are-partner .row {
    align-items: flex-start;
}  

.values-image img, .partner-content img {
    border-radius: 30px;
} 

