@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --black : #101010;
    --white : #fff;
    --darkBlue :#021E46;
    --sky : #6BD7FE;
    --blue : #1B52A0;
    --yellow : #FBAA01
}   
body p {
    font-weight: 300;
    font-size: 15px;
}
*{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    text-transform: math-auto   ;
    box-sizing:  border-box;
}

*::selection{
  background-color: var(--darkBlue);
  color: var(--white);
}
.text-black{
    color: black;
}

*:focus {
    outline: none;
}

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  var(--darkBlue);
    outline: 1px solid var(--darkBlue);
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

a , a:hover{
    text-decoration: none;
    color: var(--black);
}
ul{
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,span{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}

span,a,li,p {
    font-size: 16px;
    margin-bottom: 0;
}

.container{
    max-width: 1300px
}

section{
    padding: 70px 0;
}
.bg-blue{
    background-color: #4078FF;
}
.text-blue {
    color:  #4078FF; ;
}
.bg-black {
    background-color: #232429;
}
.text-black {
    color: #232429;
}
.navbar-brand img {
    width: 200px;
    height: 60px;
    object-fit: cover;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #6E6E6E;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 400;
}
/* .navbar-light .navbar-brand {
    max-width: 15%;
} */
.logo img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(70%) saturate(453%) hue-rotate(209deg) brightness(113%) contrast(101%);
    width: 200px;
    height: 60px;
    object-fit: cover;
}
.get__started  {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid black;
    padding: 12px 35px;
}

.get__started :hover {
    border-color: white;
    background-color: #4078FF;
    color: white;
}
.call__now {
    display: flex;
    align-items: center;
    gap: 10px;
}.call__now svg {
    font-size: 18px;
    background-color: #e4e4e4;
    padding: 14px;
    border-radius: 100px;
    animation: dzRing 1.2s infinite ease-in-out;
}
.call__now span {
    font-size: 14px;
}
.call__now p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.hero-bg {
    background: url(../../assets/images/main-banner.webp) center bottom / cover no-repeat;
}
.hero__banner {
    padding: 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
section.hero__banner .txt {
    font-size: 25px;
    font-weight: 600;
    color: white;
    background-color: #3d78ff;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: inline-block;
}

section.hero__banner h2 {
    font-size: 70px;
    line-height: 75px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 10px 0;
}
section.hero__banner .para  , .work__box p{
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
}
section.work__wrap {
    background: linear-gradient(180deg,rgba(35, 36, 41, 1) 62%, rgba(255, 255, 255, 1) 62%);
}

section.work__wrap .content h4 {
    font-size: 50px;
    color: white;
    font-weight: 600;
    text-align: center;
}

section.work__wrap .content p  , .choose__wrap .content p , .choose__wrap span,
.experts__wrap p , .key__benefit .content p , .key__benefit .content span , .footer__wrap p , .copy__right , .wiki-content{
    text-align: center ;
    color: white;
    font-weight: 300;
    padding-top: 10px;
}
.work__box {
    background-color: #fff;
    padding: 0 40px 35px 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-height: 100%;
}
.work__box img {
    display: block;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(51%) sepia(38%) saturate(7285%) hue-rotate(209deg) brightness(99%) contrast(104%);
}
.img-box {
    padding: 10px;
    background-color: #80808033;
    width: max-content;
    display: block;
    margin: auto;
    width: 100px;
    height: 80px;
    object-fit: contain;
}
.work__box span {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.work__box:hover .img-box {
    background-color: #4078fb;
}
.work__box:hover .img-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(163deg) brightness(105%) contrast(102%);
}
section.why-choose strong  , .service__wrap strong,
.choose__wrap strong , .promotion__wrap strong , .experts__wrap strong , .process__wrap strong , .key__benefit strong , .faq strong{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6E6E6E;
    padding-bottom: 5px;
}
section.why-choose h4  , .service__wrap h4 , .promotion__wrap h4 , .process__wrap h4 , .key__benefit h4 , .faq h4 , .experts__wrap h4 ,
.customers__wrap .title h5 , .wiki__cta .content h5 , .hero__banner h6 , .hero__banner h6 span , .content__info .title h4{
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
}
.why-choose .choose__box {
    background: url(../../assets/images/choose-box.png) center bottom / cover no-repeat;
    padding: 20px;
}
.why-choose .choose__box div{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #4577fbba;
    padding: 15px 20px;
}
.choose__box h6 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.choose__box p {
    font-size: 16px;
    padding: 5px 0 0 0 !important;
    color: white;
    line-height: 21px;
    font-weight: 400;
}
.why-choose .list {
    display: flex;
    margin-top: 20px;
    gap:20px;
}
.why-choose .list span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    line-height: 24px;
}
.why-choose .list p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 0px;
    color: #000000;
}
.why-choose  .get__started  , .hero__banner .get__started  {
    background-color: #4478fb;
    border-color: white;
    color: white;
}
.why-choose .call__now svg  , .hero__banner .call__now svg{
    background-color: black;
    color: white;
}
.bg-dgrey{
    background-color: #F4F5F8;
}
.service__wrap .ser__box {
    background-color: white;
    padding: 12px 12px 25px 12px;
    border-radius: 5px;
    position: relative;
}
.service__wrap .ser__box .icon {
    background-color: #000;
    width: max-content;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin: -31px 0 0 15px;
    position: relative;
}

.service__wrap .ser__box h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 25px 0 10px 0;
}
.service__wrap .ser__box:hover div {
    background-color: #4778f7;
}
.choose__wrap {
    background-color: #232429;
    position: relative;
    min-height: 780px;
}
.choose__wrap .content ul li strong {
    position: relative;
    padding-left: 25px;
    width: 100%;
    line-height: 31px;
    font-size: 18px;
    color: #fffffff7;
}
.choose__wrap .content ul li strong::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #4078FF;
    clip-path: circle();
    left: 0;
}

.choose__wrap .content ul {
    margin: 25px 0;
}
/* .choose__wrap .content {
    padding-top: 80px;
} */
.shape {
    position: absolute;
    right: 0;
    bottom: -1px;
}
 .choose__wrap h5{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.choose__wrap .img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.about-choose {
    min-height: 600px !important;
}
.choose__wrap h3 {
    color: #4078FF;
}
.service__wrap .row .col-lg-4:nth-child(4) .ser__box,
.service__wrap .row .col-lg-4:nth-child(5) .ser__box,
.service__wrap .row .col-lg-4:nth-child(6) .ser__box{
    margin-top: 20px;
}
.choose__wrap .get__started   , .key__benefit .get__started  {
    background-color: white;
    color: #000000;
    border-color: white;
}
.choose__wrap .call__now svg  , .key__benefit .call__now svg  {
    background-color: #4378fb;
    color: white;
}
section.promotion__wrap .nav-tabs {
    flex-direction: column;
}

section.promotion__wrap .nav-tabs button{
    border: 0;
    font-size: 18px;
    background-color: #D4D4D4;
    color: black;
    font-weight: 500;
    width: 250px;
    letter-spacing: -1px;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 0;
    text-align: left;
}
section.promotion__wrap .nav-tabs .nav-link.active{
    background-color: #4078FF;
    color: white;
}
section.promotion__wrap .nav-tabs .nav-link::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #4378fb;
    left: 0%;
    clip-path: circle(44%);
    top: 32%;
}
section.promotion__wrap .nav-tabs .nav-link {
    position: relative;
}
section.promotion__wrap .nav-tabs .nav-link::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #000000;
    left: -15%;
    clip-path: circle(29%);
    top: 32%;
}
section.promotion__wrap .nav-tabs .nav-link.active::before {
    clip-path: circle(46%);
    background-color: #4378fb;
}
.promotion__wrap .content {
    height: 345px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.promotion__wrap .content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.promotion__wrap div#myTabContent {
    border: 1px solid #80808047;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.promotion__wrap .content p {
    padding-right: 15px;
}
.promotion__wrap .content h5 {
    border-bottom: 3px solid #4378fb;
    width: max-content;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    padding: 25px 0 5px 0;
}
.process__tabs .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: black;
    border: 0;
    font-family: inherit;
    letter-spacing: -0.5px;
}
.process__tabs .nav-tabs {
    justify-content: space-between;
    position: relative;
}
.process__tabs .nav-tabs .nav-link span {
    font-size: 30px;
    display: block;
    background-color: #F4F5F8;
    color: #B0B0B0;
    padding: 30px;
    clip-path: circle(36%);
    font-weight: 400;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.nav-tabs .nav-link.active span {
    background-color: #4378fb;
    color: white;
}
.process__tabs h4 {
    font-size: 30px;
    color: #4378fb;
}
.process__tabs .nav-tabs::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 1px solid #0000002e;
    top: 60%;
}
.key__benefit .content {
    background-color: #232429;
    padding: 35px;
    min-width: 650px;
    position: relative;
    top: 10%;
    left: -10%;
}
.faq .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
}
.faq .accordion-header {
    margin-bottom: 0;
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
}
.faq .accordion-item {
    border-top: none;
}
.faq .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: black !important;
}
.footer__wrap {
    background: url(../../assets/images/footer-bg.png) center bottom / cover no-repeat;
}
.footer__wrap h4 {
    font-size: 25px;
    color: white;
    font-weight: 600;
    padding-bottom: 15px;
}
.footer__wrap ul li a {
    font-size: 16px;
    color: #ffffffd6;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__wrap ul li a object {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(126deg) brightness(101%) contrast(101%);
}
.ft-content {
    text-align: center;
}
.ft-content a {
    font-size: 40px;
    color: white;
    font-weight: 500;
}
.social__share {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 20px 0;
}
.social__share li a {
    background-color: #4173f1;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.social__share li a:hover {
    background-color: white;
    color: #4473ed;
    transform: scale(1.1);
}
.footer__wrap .list li a{
    justify-content: end;
}
.footer__wrap .row .col-xxl-6 {
    border-right: 1px solid #ffffff38;
    border-left: 1px solid #ffffff38;
}
.footer__wrap .row {
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 40px;
}

@-webkit-keyframes dzRing {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }
  
  }

  .header .navbar-light .navbar-nav .nav-link:hover  , .footer__wrap ul li a:hover{
    color: #4078fb;
}
header.header {
    background: #fff;
    padding: 15px 0;
}
.header .call__now span , .header .call__now p {
    color: #000000;
}
.slick-dots li {
    width: 35px;
    height: 5px;
    background-color: #30303063;
  }
  .slick-dots li:active {
    background-color: #2673e0;
  }
.slick-dots li.slick-active button:before {
    background-color: #2673e0;
    width: 35px;
    height: 5px;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: transparent;
  }
 .slick-dots {
    bottom: -50px;
}
.wiki-hero{
    background: url(../../assets/images/hero-bg.png) center bottom / cover no-repeat;
}
.hero__banner h4, .hero__banner h4 span {
    font-size: 50px;
    color: white;
    font-weight: 600;
    line-height: 58px;
}
.hero__banner h4 span {
    background-color: #3e78fb;
    padding: 0 15px;
}
.lp-query h6 {
    font-size: 23px;
    font-weight: 600;
}

.lp-query {
    background-color: white;
    text-align: center;
    padding: 20px;
    border-bottom: 10px solid #3d78fb;
    padding: 30px;
}

.lp-query .input__group {
    display: flex;
    GAP: 10PX;
}

.lp-query input , .lp-query textarea {
    background-color: #EFEFEF;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px;
}

.lp-query textarea {
    height: 90px;
}

.lp-query button {
    font-size: 16px;
    text-align: left;
    margin-right: auto;
    display: block;
    background-color: #3e78fb;
    color: white;
    padding: 12px 35px;
    border-radius: 60px;
    margin-top: 15px;
}
.lp-query p {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0 15px 0;
    font-weight: 300;
}

label.chota_fnt {
    display: flex;
    gap: 10px;
    align-items: center;
}

label.chota_fnt input {
    width: 60px;
    height: 30px;
    margin: 0;
}

label.chota_fnt p , label.chota_fnt a {
    font-size: 11px !important;
    line-height: 12px !important;
    text-align: left;
    padding: 0;
}
.wiki-hero .get__started  {
    border-color: #4178f7;
}
.wiki-hero .call__now svg {
    background-color: white;
    color: black;
}
.box__ser .icon  , .box__sers .icon{
    width: 80px;
    height: 65px;
    background-color: #F4F5F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box__ser h4{
    font-size: 30px;
    font-weight: 600;
    padding: 15px 50px 15px 0;
    line-height: 35px;
}
 .box__sers h4 {
    font-size: 35px;
    font-weight: 600;
    padding: 15px 50px 15px 0;
    line-height: 35px;
}
.box__sers .icon {
    background-color: transparent;
}
.box__ser p , .box__sers p {
    letter-spacing: 0;
    line-height: 24px;
}

.box__ser {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 0 25px 25px 25px;
}
.box__sers{
    border: 1px solid #80808045;
    padding: 25px 25px 25px 25px;
}

.box__ser:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.box__ser:hover .icon {
    background-color: #4279f9;
}
.box__ser:hover .icon img ,
.customer__box:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
}
.works__wrap .nav-tabs .nav-link {
    font-size: 30px;
    font-weight: 600;
    color: black;
    line-height: 55px;
    padding: 6px 30px;
    position: relative;
}
section.works__wrap .nav-tabs .nav-link.active {
    background-color: #4078FF;
    color: white;
}
.customer__box h5 {
    font-size: 25px;
    font-weight: 600;
    font-family: inter;
    line-height: 27px;
}

.customer__box {
    border: 1px solid #80808075;
    padding: 25px;
    min-height: 100%;
}

.customer__box .img {
    background-color: white;
    padding: 11px;
    width: 80px;
    height: 65px;
    display: flex  ;
    justify-content: center;
    align-items: center;
}
.customer__box img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(58%) saturate(1568%) hue-rotate(203deg) brightness(100%) contrast(97%);
}
.customer__box:hover {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.customer__box:hover .img {
    background-color: #4478fb;
}
.wiki__cta {
    background-color: #232429;
    color: white;
}
.wiki__cta a {
    font-size: 18px;
    color: white;
    background-color: #4478fb;
    padding: 12px 30px;
    display: block;
    width: max-content;
    margin: auto;
    border-radius: 0;
    border: 1px solid transparent;
}

.wiki__cta a:hover {
    background-color: transparent;
    color: white;
    border-color: white;
}
.why-choose ul li strong {
    color: black;
    font-weight: 600;
}
.about-banner {
    background: url(../../assets/images/about-banner.png) center bottom / cover no-repeat;
}
.about-choose {
    background-color: #F4F5F8;
}
.about-choose p , .about-choose a span {
    color: black !important;
}
.sasti {
    display: flex;
    justify-content: space-between;
}

.sasti li span {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 50px;
}

.sasti li p {
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    padding-top: 5px;
}

.sasti li {
    position: relative;
}

.sasti li::before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ffffff4d;
    content: '';
    left: 71%;
}

.sasti .last::before {
    border: none;
}

.ser__box object {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(102%) contrast(103%);
}
.about__img {
    position: relative;
}

.about__img .about__count {
    position: absolute;
    bottom: 5%;
    background-color: #232429;
    color: white;
    padding: 15px;
    width: 200px;
    left: -7%;
    height: 125px;
}

.about__img .about__count span {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    display: inline;
}
.about__img img {
    margin-left: auto;
    display: block;
}
.about__img .about__count p {
    font-size: 15px;
    line-height: 19px;
    padding-right: 0;
    border-left: 5px solid #4378fb;
    margin:  5px 0 0 5px;
    font-weight: 400;
    padding-left: 5px;
}
.circle-before {
    position: absolute;
    top: -40%;
    left: -15%;
    z-index: -1;
    animation: 5s linear infinite asteroid;
}
.circle-after {
    position: absolute;
    bottom: -40%;
    right: -15%;
    z-index: -1;
    animation: 5s linear infinite asteroid;
}
@-webkit-keyframes asteroid{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes asteroid{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@-ms-keyframes asteroid{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(360deg)}}@-o-keyframes asteroid{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(360deg)}}@keyframes asteroid{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.choose__img {
    width: 100%;
    height: 780px;
    object-fit: cover;
}
.choose__content {
    padding-top: 80px;
}
.promotion__wrap .content h6 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    font-family: poppins;
    display: flex;
    align-items: center;
    gap: 10px;
}
.promotion__wrap .content h6 a {
    font-size: 16px;
    font-family: poppins;
    background-color: #4078FF;
    color: white;
    padding: 8px 15px;
    display: inline-block;
}
.works__wrap .nav-tabs .nav-link::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    background-color: #ffffff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(100% 0, 0 0, 51% 100%);
}
section.works__wrap .nav-tabs .nav-link.active::before {
    background-color: #4078FF;
}
.works__wrap .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.box__ser .icon img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(64%) saturate(1672%) hue-rotate(208deg) brightness(97%) contrast(108%);
}
.content__details h6  , .content__details a{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 20px 0 10px 0;
    display: inherit;
}
.content__details {
    text-align: center;
}
.content__details {
    letter-spacing: -1px;
    line-height: 19px;
    padding: 0 20px;
    position: relative;
}
.content__details::before {
    content: '';
    position: absolute;
    height: 100%;
    border-right: 1px solid #80808052;
    left: 0;
}
.content__info .row .col-12:first-child .content__details::before {
    border: 0;
}
.content__form h5 {
    font-size: 40px;
    color: white;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: capitalize;
}
.content__form p {
    text-align: left !important;
    line-height: 19px;
    padding-bottom: 15px;
}
.content__form span {
    text-align: left !important;
    line-height: 19px;
    padding-bottom: 15px;
    display: block;
}
.content__form p , .content__form a {
    padding: 0 !important;
    color: white;
}

.content__form input, .content__form textarea {
    width: 100%;
    font-size: 14px;
    height: 45px;
    padding: 10px;
    margin-bottom: 10px;
}

.content__form .input__group {
    display: flex;
    gap: 12px;
}

.content__form textarea {
    height: 80px;
}
.content__form button {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #1175fb;
    padding: 10px 30px;
    display: block;
    width: max-content;
    margin-top: 15px;
}
.key__benefit .top-4{
    top: 4%;
}
.key__bene {
    height: 100%;
    object-fit: cover;
}
.terms_condition .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
    padding-bottom: 10px;
}
.terms_condition p {
    padding: 5px 0 10px 0;
}



/* inner pages css  */
.research-banner {
    background: url(../../assets/images/research-banner.webp);
    display: flex;
    align-items: center !important;
    overflow: hidden;
    padding: 0;
}
.align-items-center {
    align-items: center !important;
}

.inner-banner-head h6 {
    color: #4177fb;
    font-size: 24px;
        font-family: "Inter", sans-serif;
}
.inner-banner-head h1, .inner-banner-head h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    padding: 10px 0 20px;
}
.inner-banner-head p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
        font-family: "Inter", sans-serif;
}
.btn-active {
    color: #fff;
    border-radius: 0 2px 2px 0;
    padding: 10px 26px;
    background: #4177fb;
    margin: 0 10px 0 0;
}
.inner-banner-head ul.footer-social-list {
    justify-content: start;
    padding: 40px 1px 0 0;
}
ul.footer-social-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}
.country-list.canda-list-st .slick-slide, .shop-page .shop-product-wrap.grid, img {
    height: auto;
    max-width: 100%;
}
.inner-circle {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: -70px;
}
.industry-banner, .inner-banner-img, section.footer-sec-new .row {
    position: relative;
    z-index: 1;
}
img.inner-front-img {
    position: relative;
    left: 11%;
}
.inner-ser-research-head h2, .inner-ser-research-head h3 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
        margin-top: 20px;
    margin-bottom: 15px;
}
/* .country-ft-list, .importance_wiki, .lab-ul {
    column-count: 2;
} */
.banner-content p {
    max-width: 80%;
    margin: 0 !important;
}
.inner-ser-research-head p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0;
}
.lab-ul li svg {
    color: #ec5f24;
    padding-right: 5px;
    font-size: 17px;
}
.lab-ul {
    margin-top: 10px;
}
section.client-sec {
    background: #e9e9e9;
    padding: 85px 0;
}
section.client-sec h3 {
    text-align: center;
    font-size: 40px;
    line-height: 49px;
    color: #000;
    font-weight: 600;
    padding: 0 0 25px;
}
.client-sec-box {
    text-align: center;
    background: #fff;
    padding: 30px 35px 45px;
    height: 100%;
}
.client-sec-box p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 0;
}
.skill-section {
    background: #101115;
    position: relative;
}
.skill-section::before {
    top: 0;
    width: 50%;
    height: 100%;
     background: #4177fb;
}
.titleh5 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
}
.skill-item .skill-inner {
    padding: 15px;
}
.skill-small-title {
    margin-bottom: 5px;
    font-size: 17px;
    color: #101115;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

}
.skill-section::before{
        position: absolute;
    content: "";
}
.skill-item .skill-inner {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.padding-tb {
    padding: 70px 0;
}
.skill-section .container {
    position: relative;
}
.skill-section .skill-item .skill-inner .skill-thumb, .wiki-detil-country ul li {
    width: 25%;
}
.skill-inner .skill-thumb {
    margin-right: 15px;
}
.skill-section .get__started {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 12px 35px;
    background-color: white;
}
.skill-section .call__now span , .skill-section .call__now p{
    color: white;
}
.build-sec {
    background: #f4f4f4;
    padding: 50px 0 55px;
}
.headingH2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    transition: .3s !important;
    font-family: Barlow, sans-serif !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}
section.build-sec p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 23px;
   padding: 0px 0 20px;
}
.online-box {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .08);
    padding: 17px 20px 60px;
    text-align: center;
}
.online-box .heading {
    text-align: center;
    margin: 50px 0 0;
    min-height: 50px;
    padding: 0;
    font-size: 1.125rem;
    color: #101115;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

}
.section-header .subtitle {
    font-size: 1.125rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #4177fb;
    font-weight: 500;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    display: block;
}
.heading-s40 {
    font-size: 2.5rem;
    color: #101115;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-family: Barlow, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.testi-bx {
    background-color: #f4f4f4;
    padding: 35px 28px 28px;
    position: relative;
    border-radius: 6px;
    height: 100%;
    margin: 35px 20px 0;
    box-shadow: 0 0 0 0 transparent;
    transition: .5s ease-in-out;
}
.testi-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    background-color: #4177fb;
    border-radius: 50%;
    position: absolute;
    top: -33px;
}
.testi-bx {
    background-color: #f4f4f4;
    padding: 35px 28px 28px;
    position: relative;
    border-radius: 6px;
    height: 100%;
    margin: 35px 20px 0;
    box-shadow: 0 0 0 0 transparent;
    transition: .5s ease-in-out;
}
.testi-bx strong {
    margin-bottom: 10px;
    display: flex;
}
.testi-bx h6, .testi-bx strong {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}
.testi-name span {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 12px;
}
.testi-bx p {
    color: #515050;
    font-style: italic;
    min-height: 140px;
}
.footer-form-new-sec, .padding-tb {
    padding: 70px 0;
}
.footer-form-new-list {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 120px;
    bottom: 0;
    margin: auto;
}
.footer-form-new-box h3, .footer-form-new-box strong {
    color: #fff;
    text-align: center;
    font-size: 35px;
}
.footer-form-new-box p {
    color: #fff;
        margin-bottom: 30px;
    text-align: center;
}
.footer-form-new-box input {
    margin: 0 0 13px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 10px;
}
.footer-form-new-box textarea {
    margin: 0 0 13px;
    border-radius: 5px;
    height: 110px;
    resize: none;
    width: 100%;
    padding: 10px;
}
.footer-form-new-box button {
    background: #fff;
    border-radius: 5px;
    padding: 13px 42px;
    display: table;
    margin: auto;
}
.footer-form-new-box-list {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 60px 0 rgba(0, 0, 0, .1);
    width: 247px;
    text-align: center;
    margin: 0 0 20px;
    padding: 20px;
}
.footer-form-new-box-list img {
    display: block;
    margin: auto;
}
.footer-form-new-box-list span {
    display: block;
    padding: 10px 0 5px;
    color: #4177fb;
}
.footer-form-new-box-list a {
    color: #000;
    font-weight: 500;
}
.footer-form-new-head h3, .footer-form-new-head .heading-s50 {
    font-size: 50px;
    font-weight: 400;
}
.heading-s50 {
    color: #101115;
    font-family: Barlow, sans-serif;
}
.footer-form-new-head p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.footer-form-new-head a {
    background: #4177fb;
    border-radius: 5px;
    padding: 13px 42px;
    color: #fff;
    font-size: 16px;
}
.footer-form-new-head {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 2px solid #cacaca;
}
.footer-social-list-new {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 20px;
}
.footer-form-new-box {
    border-radius: 5px;
    background-color: #4177fb;
    width: 515px;
    height: 569px;
    padding: 25px 100px 25px 25px;
}
input, select, textarea {
    outline: 0;
    border: 1px solid #ecf0f3;
}
section.footer-form-new-sec .col-md-7 {
    position: relative;
}
.client-sec-box:hover {
    background-color: #4477f7;
}
.client-sec-box:hover p {
   color: #fff;
}
.navbar-nav  .dropdown-item {
       min-width: max-content;
}
.dropdown-menu {
    border: 0;
    padding: 20px;
    background-color: #4078fbab;
}

.dropdown-menu li {
    border: 1px solid #80808059;
    background-color: white;
       margin-bottom: 5px;
}
.dropdown-menu li img {
    max-width: 15%;
}


.refund__content h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    /* margin: 0 !important; */
}

.refund__content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.refund__content ul li {
    list-style: disc;
    margin-left: 15px;
    line-height: 30px;
}

.refund__content ul {
    margin: 10px 0;
}