/* ============== Home Banner =================== */


#HomeBanner{
  position: relative;
}
.homebannerleft{
  background: #F4F4F4;
  padding-top: 200px;
  padding-bottom: 80px;
}

.homebannerInner{
  display: flex;

}
.homebannerleft{
  width: 100%;
  display: flex;
  justify-content: right;
}
.homebannerright{
  width: 100%;
}

.homebannerright{
  background-position: center center;
  background-size: cover !important;
}
.homebannerleftInner{
  width: 720px;
  padding-right: 120px;
}

.bannercontent{
  margin-top: 60px;
}
.bannerplaybtn{
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #4C51E0;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
}

.bannerplaybtn img{
  width: 45px;
}

.bannerplaybtn:hover{
  background: #000;
}

.ExpertiseWrap{
  width: 300px;
  background:#fff;
  border-radius:150px;
  position: absolute;
  right: 50px;
  bottom: 80px;
  display: flex;
  padding: 20px 20px;
  align-items: center;
}
.ExpertiseWrapleft{
  display: flex;
}

.imageround1{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #f00;
  position: relative;
  border:2px solid #fff;
}
.imageround2{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #f00;
  position: relative;
  left: -15px;
  border:2px solid #fff;

}
.imageround3{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #f00;
  position: relative;
  left: -30px;
  border:2px solid #fff;
}
.imageround4{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #f00;
  position: relative;
  left: -45px;
  border:2px solid #fff;
  }

.imageround1 img, .imageround2 img, .imageround3 img, .imageround4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .ExpertiseWrapright .Expertisenumber{
    color: #000;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
  }
   .ExpertiseWrapright .Expertisetexts{
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }
  .bannerbtnwrap{
    display: flex;
    column-gap: 15px;
  }
  .mobilepanbtn{
        width: 56px;
    height: 56px;
    background: #4c51e0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: none;
  }
   .mobilepanbtn img{
        width: 18px;
   }

/* ============== Home Banner =================== */


/* ============== Home About =================== */
  .aboutInner{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutInnerLeft{
    width: 51%;
  }
   .aboutInnerRight{
    width: 45%;
  }
  .line{
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    position: relative;
    margin-bottom: 20px;
  }
  .line:before{
    width: 100px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    display: block;
  }
  main ul li{
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
    line-height: 1.5;
  }
    main ul li:before{
      width: 19px;
    height: 19px;
    border:1px solid #000;
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: block;
    border-radius: 50%;
    }
    main ul li:after{
      width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 6px;
    top: 13px;
    content: '';
    display: block;
    border-radius: 50%;
    }

.aboutInnerRight img.aboutimage2{
  margin-bottom: 30px;
  width: 100%;
}


.helpwrap{
  display: flex;
  margin-top: 30px;
  column-gap: 25px;
}
.helpwrapbox{
  width: 62px;
  height: 62px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helpwraptext span{
  display: block;
}
.helpwraptext a{
  font-size: 24px;
  color: #000;
  font-weight: 500;
  padding-top: 5px;
  display: block;
}
.helpwraptext{
  align-self: center;
}
.aboutimage1{
margin-top: 30px;
}

/* ============== Home About =================== */

/* ============== Home Section 2 =================== */

.headmiddle h2, .headmiddle{
  text-align: center;
}
.tabwithimage{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.tabsection{
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.tabimage{
  width: 34%;
}


/* Tabs */
.tabs {
  width: 55%;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.tab{
  width: 100%;
      display: flex;
    align-items: center;
    background: #E8E8E8;
    padding: 0 20px;
     font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    cursor: pointer;
}



.tab:hover,
.tab.active {
  background: #000000;
  border-left-color: #4f5cff;
  color: #fff;
}

.tab-content{
  width: 44%;
  background: #F5F5F5;
  padding: 40px;
      display: flex;
    align-items: center;
}

.content {
  display: none;
}

.content.active {
  display: block;
}


span.count{
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #4F4F4F;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}

.certificateimage{
  display: flex;
  justify-content: center;
}

/* ============== Home Section 2 =================== */



/* ============== Home Team =================== */

#team{
  background-size: cover !important;
}
.teamoverlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
}

#team h2{
  color: #fff;
}
#team .headmiddle p{
  color: #ffffff;
}
.headmiddle{
  width: 64%;
  margin: auto;

}
#team .headmiddle{
  margin-bottom: 30px;
}
.teamdetails{
  background: #fff;
}
.teamwrap{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.teamwrapbox{
  width: 100%;
}
.teamwrapbox img{
  width: 100%;
}
.teamdetails{
  text-align: center;
  padding: 30px 20px;
}
.tabimage img{
  width: 100%;
  height: 100%;
}
.social ul li:after, .social ul li:before{
  display: none;
}
.social ul{
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.social ul li{
  padding-left: 0 !important;
}
.teamdetails p{
  padding-bottom: 5px;
  padding-top: 5px;
}
.social ul li a{
  color: #4C51E0
}
.owl-carousel{
  margin-top: 20px;
}

/* ============== Home Team =================== */


/* ============== Home Offer =================== */

.offerinner{
  background: #F5F5F5;
  padding: 50px;
}
.halfhead{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.helfleft{
  width: 45%;
}
.helfright{
  width: 40%;
}
.offercontainerwrap{
  display: flex;
  flex-flow: row wrap;
  gap:20px;
  margin-top: 40px;
  justify-content: space-between;
}
.offerbox{
  width: 49%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

}
.offerbox ul{
  margin-top: 20px;
  
}
.mobile-btn {
  text-align: center;
  display: none;-
}
.mobile-btn a{
  margin-top: 20px;

}

/* ============== Home Offer =================== */

/* ============== Home Logo =================== */
.logosInner{
      display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.logosbox{
  width: 20%;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 6px 0;
}
#logos .logosbox img{
  height: 153px !important;
    width: 153px !important;
    margin: auto;
}

/* ============== Home Logo =================== */


/* ============== Home Big CTA =================== */

.ctabigoverlay{
  background: rgba(0,0,0,0.75);
}
.ctabigcontent{
  width: 800px;
  margin: auto;
  text-align: center;
}

#ctabig p{
  color: #fff
}


.my-accordion{
      margin: auto;
    overflow: hidden;
}
.accordion-item{
  border-bottom: 1px solid #D9D9D9;
}
.accordion-header{
      padding: 26px 0px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}
.accordion-content{
  display: none;
    padding: 15px 0;
    background: #fff;
    color: #333;
    padding-top: 0;
    box-sizing: border-box;
}
.accordion-item.active .accordion-content{
      display: block;
}
.accordion-item .accordion-header::before{
  content: "";
    position: absolute;
    right: 12px;
    width: 20px;
    border-top: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-item .accordion-header::after{
  content: "";
    position: absolute;
    right: 22px;
    height: 20px;
    border-left: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-item.active .accordion-header::after{
  content: "";
    position: absolute;
    opacity: 0;
}

#homefaq .headmiddle{
      width: 71%;
}
.homefaqinner{
  margin-top: 30px;
  width: 70%;
  margin: auto;
}


.contactInner{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c51e0+0,4c51e0+50,ffffff+50,ffffff+100 */
background: linear-gradient(to bottom,  #4c51e0 0%,#4c51e0 80%,#ffffff 20%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 40px 40px 0 40px;
}

.contactInnerLeft{
  width: 40%;
}
.contactInnerRight{
  width: 47%;
  background: #fff;
}
.formwrap{
  padding: 30px;
  ⁨⁨⁨⁨⁨⁨background: #FFF;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.25);
}
.formwrap p{
  color: #676666 !important;
}
#contact p{
  color: #fff;
}
.socialMedia ul li{
  padding-left: 0;
}

.socialMedia ul li:after{
  display: none;
}
.socialMedia ul li:before{
  display: none;
}
.socialMedia ul {
  display: flex;
  column-gap: 10px;
}
.socialMedia ul li a{
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.socialMedia ul li a i{
  font-size: 25px;
  color: #000;
}
.socialMedia ul li a:hover{
  background: #000;
}
.socialMedia ul li a:hover i{
  color: #fff;
}
.Certificatewrap{
  margin-top: 20px;

}

.Certificatewrap span.Certificatetext{
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  display: block;
  line-height: 1.5;
}
.Certificatewrap .btnwrap{
  margin-top: 20px;
}




#footer{
  background: #000;
}
.footertop{
  display: flex;
  justify-content: space-between;
}
.footertopcol-1{
  width: 25%;
}

#footer h5{
  text-transform: uppercase;
}

#footer h5{
  padding-bottom: 20px;
  font-weight: 700;
}

#footer .footertopcol-2 li{
  position: relative;
  padding-left: 34px;
  padding-bottom: 15px;
 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
#footer .footertopcol-2 li:before{
  width: 24px;
  height: 8px;
  position: absolute;
  display: block;
  content: '';
  left:0;
  top: 7px;
  background:url(../../assets/img/footer-arrow.png);
}

#footer .footertopcol-2 li:hover{
      transform: translateX(20px);
}

#footer .footertopcol-3 li{

  padding-bottom: 15px;
  -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
#footer .footertopcol-3 li:hover{
  transform: translateX(20px);
}

#footer .footertopcol-2 li a, #footer .footertopcol-3 li a{
  color: #D2D2D2;
  font-weight: 400;
}

.footertopcol-1 p{
  color: #D2D2D2;
  padding-top: 20px;
}

.footersocialMedia ul{
  display: flex;
  column-gap: 15px;
}

.footersocialMedia ul li a{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footersocialMedia ul li a i{
  color: #000;
}
.footerBottomTop{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  align-items: center;
}
.footerBottomTop span{
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}
.footerBottomcopy{
  padding: 20px 0;
}
.footerBottomcopy{
  display: flex;
  justify-content: space-between;
}
.footerbottommenu ul{
  display: flex;
  column-gap: 30px;
}
.footerbottommenu ul li a{
  color: #fff;
}
.copywrite h6{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}




















.newsform form input[type="text"]{
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  padding-left: 15px;
}
.footertopcol-4{
  width: 25%;
}
.newsform form{
  position: relative;
}

.newsform form button{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}






#innerbanner{
  width: 100%;
  padding: 230px 0 100px;
  background: #F4F4F4;
}
.innerbannerhead{
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#innerbanner h1{
  text-align: center;
}
.innerbannerhead p{
    width: 80%;
    margin: auto;
    text-align: center;
  padding-top: 20px;
}

.aboutsection1Inner{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.aboutsection1InnerLeft{
  width: 42%;
}
.aboutsection1InnerRight{
  width: 47%;
}
.aboutsection1InnerRight img{
  width: 100%;
}
.Certificatewrap p{
  padding-top: 20px;
}





.sectionheadmiddle{
  text-align: center;
}
.servicesection1content{
  text-align: center;
}
.servicesection1content img{
  margin: auto;
  width: 1200px;
}



#choose_us_color{
  background: #4C51E0;
}
.choose_us_color_inner{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.choose_us_color_left{
  width: 51%;
}
.choose_us_color_right{
  width: 42%;
}
#choose_us_color p{
  color: #fff;
}
#choose_us_color li{
  color: #fff;
}
#choose_us_color li:after{
  background: #fff;
}
#choose_us_color li:before{
  border-color: #fff;
}
.choose_us_color_right img{
  object-fit: cover;
  height: 100%;

    object-position: left;
}

.choose_us_color_left ul{
  margin-bottom: 20px;
}




.service_list_wrap{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-gap: 15px;
}
.service_list_box{
  width: 32%;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	overflow:hidden;
}
.list-overlay{
  width: 100%;
  height: 100%;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.03+0,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: '';
}
.list-content{
  z-index: 99;
  position: absolute;
  display: block;
  left: 0;
  bottom: 15px;
  content: '';
  padding: 15px;
}
.list-content h2{
  padding-bottom: 6px;
}
.list-content p{
  color: #fff;
}
.list-content a{
  color: #fff;
  text-transform: uppercase;
}



.iso-details-wrapper{
      display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.iso-sidebar{
  width: 20%;
    gap: 30px;
    display: flex;
    flex-flow: column;
}
.iso-content{
     width: 75%;
}

.iso-list li{

  padding-left: 0;
}
.iso-list a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s ease;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.iso-list li:after, .iso-list li:before{
  display: none;
}

.iso-sidebar-bottom, .iso-sidebar-top{
  border-radius: 15px;
    background: #ebebeb;
    padding: 20px;
}

.content-wrap h3.head5{
  padding-bottom: 10px;
}

aside.sidebar-title{
  font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px;
}

#stat_wrap{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c51e0+0,4c51e0+50,f6f6f6+50,f6f6f6+100 */
background: linear-gradient(to bottom,  rgba(76,81,224,1) 0%,rgba(76,81,224,1) 50%,rgba(246,246,246,1) 50%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}




.innerstat{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #fff;
}

.statbox{
  width: 25%;
  padding: 45px 5px;
  text-align: center;
}
.statbox span{
  font-size: 50px;
  font-weight: 700;
  color: #000;
}

#Provide_wrap{
  background: #F6F6F6;
}
.headmiddlefull{
  text-align: center;
}
.ProvideInner{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 25px;
  margin-top: 30px;
}
.ProvideInnerBox{
  width: 32%;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);

  ⁨}
  .ProvideInnerBox h3{
    padding-bottom: 15px;
  }

#ctabig.ctabgcolor .ctabigoverlay{
  background: #4C51E0;
}




.ProcessWrap{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom:60px;
}
.ProcessWrapbox{
  width: 32%;
  text-align: center;
}

.ProcessWrapbox img{
  width: 73px;
  margin:auto;
  margin-bottom: 20px;

}

.ProcessWrapbox  h3{
  padding-bottom: 20px;
}




#IndustriesWrap{
  background: #4C51E0;
}
.IndustriesInner{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 10px;
  margin-top: 30px;
}
.Industriesbox{
  width: 19%;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding:40px;
  border-radius: 10px;
}
.Industriesbox img{
  width: 75px;
  margin: auto;
  margin-bottom: 15px;
}

#IndustriesWrap p{
  color: #fff;
  width: 60%;
  margin: auto;
}

#IndustriesWrap h3{
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}



#Benefits{
  position: relative;
}
.BenefitsLeft{
  width: 68%;
  position: relative;
  z-index: 9;
}
.side-image-service{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
}


.aboutsection2Inner{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.aboutsection2Left{
  width: 47%;
}

.aboutsection2Right{
  width: 47%;
}


#section1-marquee {
  background: #4C51E0;
  padding: 20px 0;
}


.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.marquee-content span {
  display: inline-block;
  margin-right: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  vertical-align: middle;
}

/* Duplicate content for seamless loop */
.marquee-content span:last-child {
  margin-right: 0;
}

.marquee-content span {
  color: #fff;
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


#section1-marquee h2{
  display: none;
}

#marqueeText{
  background: #4C51E0;
  padding-bottom: 20px;
}

.marqueeText{
  width: 60%;
  margin: auto;
}

.marqueeText p{
  color: #fff;
  text-align: center;
}

.headmiddlebottomgap{
  margin-bottom: 30px;
}




.blogWrapperInner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.blogWrapperInnerLeft {
  width: 73%;

}

.blogWrapperInnerRight {
  width: 25%;
}

.blog-list-wrap {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 15px;
}

.blog-list {
  width: 48%;
  background: #F3F3F3;
  padding: 15px;
  border-radius: 10px;
}

.blog-list img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-list a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;

}

.blog-list a:hover {
  text-decoration: underline;
}

.Recent-Posts-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.Recent-Posts-list img {
  width: 30%;
  height: auto;
  border-radius: 5px;
  object-fit: contain;
}

.Recent-Posts-content {
  width: 65%;
}

.Recent-Posts-content h6 {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}

.Recent-Posts-content span {
  color: #4c51e0;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.rightsidebarcontainer {
  background: #F3F3F3;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.rightsidebarcontainer h5 {
  color: #000000;
}

.rightsidebarcontainer input[type="text"] {
  width: 100%;
  height: 58px;
  background: #fff;
  border-radius: 100px;
  padding: 0 10px 0 20px;
  margin-bottom: 10px;
}

.rightsidebarcontainer button {
  width: 100%;
  height: 58px;
  text-align: center;
  background: #4c51e0;
  color: #fff;
  border-radius: 100px;
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.rightsidebarcontainer button:hover {
  background: #000000;
  color: #fff;
}

.Recent-Posts-list:hover h6 {
  color: #4c51e0;
}


.blog-details-container img{
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-container  h2{
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 1;
      color: #433D3D;
}

.blog-details-container  h3{
  font-size: 32px;
  line-height: 1;
  padding-bottom: 20px;
      color: #433D3D;
 
}

.blog-details-container ul, .blog-details-container ol {
  margin-bottom: 20px;
}

.blog-details-container ol li{
      position: relative;
    padding: 5px 0;
    padding-left: 30px;
    line-height: 1.5;
}

.blog-details-container ol li:after{
  width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 6px;
    top: 10px;
    content: '';
    display: block;
    border-radius: 50%;
}
.blog-details-container ol li:before{
  width: 19px;
    height: 19px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    border-radius: 50%;
}





#workwrap{
  background: #4C51E0;
}

#workwrap .headmiddle{
  width: 100%;
}
.workwrapInner ol{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
      padding: 0 10px;
}
.workwrapInner ol li{
  width: 48%;
  color: #fff;
}
.workwrapInner{
  margin-top: 30px;
}

.workwrapInner ul li:after{
  background: #fff;
}

.workwrapInner ul li:before{
  border-color: #fff;
}

.workwrapInner ol li{
  font-size: 16px;
      padding: 5px 0;
      color: #fff;
      line-height: 1.5;
      list-style: decimal;
}

.BenefitsLeft h2{
  margin-bottom: 20px;
}

.requirementWrap{
  display: flex;
  flex-flow: row wrap;  
  margin-top: 40px;
  gap: 30px;
}
.requirementbox{    
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  border:1px solid rgba(255,255,255,0.1);
   width: calc((100% - 60px) / 3);
}

.requirementWrap h3{
  color: #fff;
}
.requirementWrap ul li{
  color: #fff;
}

.requirementWrap ul li:after{
  background: #fff;
}

.requirementWrap ul li:before{
  border-color: #fff;
}

.service-image-full{
  margin-top: 30px;
  width: 100%;
}

.service_list_box:hover{
    transform: scale(1.1);
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.iso-courses .courses-flex{
  display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.course-card{
      background: #ffffff;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card figure{
  margin: 0;
    padding: 0;
    overflow: hidden;
}
.course-card img{
  width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
    height: 285px !important;
}

.course-content{
  padding: 20px 15px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.course-actions{
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.course-actions a{
      text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s ease;
        border: 1px solid transparent;
}


.btn-dark-blue{
  background: #4C51E0;
  color: #fff;
}

.btn-dark-black{
  background: #000000;
  color: #fff;
}

.course-card:hover{
  transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pecb-partner{
  background: #4c51e0;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pecb-flex{
  display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 0 auto;
}
.pecb-logo{
  width: 254px;
    margin-top: -50px;
    margin-bottom: -50px;
}
.pecb-content{
      width: calc(100% - 284px);
}
.pecb-content p{
  color: #FFF;

    font-style: normal;

    line-height: 125%;
    margin: 0;
}

.how-flex{
  display: flex;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

.how-content{
  width: calc(56% - 70px);
}
.how-image{
  width: 44%;
}

.pecb-partner #pecb-partner-title{
 padding-bottom: 15px;
}


.iso-cta-section{
  background-color: #4c51e0;
    color: #fff;
}

.iso-cta-section .container{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.case-info-inner{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.case-info-box{
  width: 33.33%;
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  padding:30px 20px;
}

.case-info-box:nth-of-type(4), .case-info-box:nth-of-type(5), .case-info-box:nth-of-type(6){
  border-bottom: 1px solid #C9C9C9;
}

.case-info-box:nth-of-type(1), .case-info-box:nth-of-type(4){
border-left: 1px solid #C9C9C9;
}

.case-info-box h3 a{
  color: #606060;
  text-transform: none;	
}


.case-endorsementbox {
  margin-bottom: 20px;
}

.contact-section .contact-flex{
      display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-section .contact-info{
  flex: 1;
    min-width: 300px;
}

.contact-section .contact-form{
  flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.contact-section .contact-details li{
      margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.contact-section .contact-details li:after{
  display: none;
}

.contact-section .contact-details li:before{
  display: none;
}

.social-icons a{
  width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
}

.contact-section .social-icons{
      flex-flow: row wrap;
}

.contact-icons{
  display: flex;
  flex-flow: row wrap;
  column-gap: 8px;
}

.contact-details a{
      color: #595959;
}

.informationInner h2{
  text-align: center;
}



#informationwrap1{
  background: #4C51E0;
}

#informationwrap1 p{
  color: #fff;
}

#informationwrap1 ul li{
  color: #fff;
}

#informationwrap1 h2{
      font-size: 55px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 20px;
}

#informationwrap1 ul{
  margin-bottom: 20px;
}

#informationwrap1 ul li:after{
  background: #fff;
}

#informationwrap1 ul li:before{
  border-color: #fff;
}


#informationwrap1 h3{
     font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 10px;
}


#Endorsementswrap h2{
  text-align: center;
}

.EndorsementInnerBox{
  background: #F5F5F5;
  padding: 40px;
}

.EndorsementInnerBox .logoImage{
 margin: 0 auto 20px auto;
}

.EndorsementInnerBox{
  margin-bottom: 30px;
}

.EndorsementInnerBox span{
  font-weight: 700;
}

.EndorsementInner{
  margin-top: 40px;
}


.Txt-testimonialInr{
  flex-wrap: wrap;
    justify-content: space-between;
}

.Txt-testimonLeft{
  width: 33%;
    position: sticky;
    top: 145px;
    align-self: flex-start;
}

.Txt-testimonRght{
      width: 64%;
    margin-top: 35px;
}

.testimonialBxWrp{
  position: relative;
    margin-bottom: 36px;
}

.testimonialBxWrp .qotIcon{
  position: absolute;
    top: -40px;
    left: -12px;
}

.testimonialBx{
  padding: 35px 45px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    border-radius: 30px;
    border-radius: 30px;
    position: relative;
}

.athr-company-logo-wrap{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 50px 0;
    box-sizing: border-box;
    padding-top: 80px;
}

.athr-company-logo-wrap .athr{
      padding: 0;
    box-sizing: border-box;
    padding-top: 0;
}

.dFlex{
  display: flex;
}

.testimonialBx::after{
  content: "";
    position: absolute;
    bottom: -62px;
    left: 72px;
    width: 0;
    height: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 62px solid #fff;
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, .2));
}

.Txt-testimonLeft .arwImg img{
      display: block;
    margin-left: auto;
}


.video_inner{
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap:15px;
}

.videoBox{
  width: 32%;
}

.IframeVideo{
  position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    background: #000;
}

.IframeVideo iframe{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#testimonials-video h2{
  text-align: center;
  margin-bottom: 30px;
}

#Quality-Policy-wrap2{
  background: #4C51E0;
}

#Quality-Policy-wrap2 ul li{
  color: #fff;
}

#Quality-Policy-wrap2 ul li:after{
  background: #fff;
}

#Quality-Policy-wrap2 ul li:before{
  border-color: #fff;
}

#Quality-Policy-wrap2 p{
  color: #fff;
}

#Quality-Policy-wrap2 ul{
  margin-bottom: 20px;
}

#thank-you-wrap{
  width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.thank-inner img.big{
      margin: auto;
    margin-bottom: 30px;
}


#thank-you-wrap h1{
  padding-bottom: 20px;
}
#thank-you-wrap h2{
  padding-bottom: 20px;
}

.quotewrap{
  width: 60%;
  margin: auto;
}

.quotewrap span.head6, .quotewrap h2.head2, .quotewrap p{
  text-align: center;

}

.offerbox p{
  padding-bottom: 0;
}

.workwrapInner .requirementbox{
  width: 48%;
}

.workwrapInner .requirementbox p{
  color: #fff;
}

.aboutsection1InnerLeft ul{
  margin-bottom: 20px;
}

.accordion-content ul li{
      color: #595959;
}

.accordion-content ul{
  margin-bottom: 20px;
}

.offercontainerwrapLeft{
  width: 48%;
}

.offercontainerwrapright{
  width: 48%;
}

.offercontainerwrapLeft ul{
  margin-bottom: 20px;
}

.offercontainerwrapright img{
  object-fit: cover;
  height: 100%;
}


#iso_service_list .headmiddle{
  width: 75%;
}

.service_list_wrap{
  margin-top: 40px;
}

.under-faq-wrap{
      background: #d2d3ff;
    padding: 40px;
    border: dashed 1px #4c51e0;
    margin-top: 40px;
}

.under-faq-wrap p{
  text-align: center;
  color: #00023e;
}

.content-wrap ul{
  margin-bottom: 30px;
}

.video_inner{
  margin-top: 30px;
}

.how-steps{
  margin-bottom: 30px;
}

.imageround img{
      width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageround:nth-of-type(1){
  width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #f00;
    position: relative;
    border: 2px solid #fff;
}

.imageround:nth-of-type(2){
      width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #f00;
    position: relative;
    left: -15px;
    border: 2px solid #fff;
}

.imageround:nth-of-type(3){
  width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #f00;
    position: relative;
    left: -30px;
    border: 2px solid #fff;
}

.imageround:nth-of-type(4){
  width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #f00;
    position: relative;
    left: -45px;
    border: 2px solid #fff;
}

.aboutsection1InnerLeft h2{
	font-size: 55px;
    line-height: 1;
    font-weight: 800;
    color: #433D3D;
    padding-bottom: 20px;
}

#informationwrap2 h2, .aboutsection1InnerLeft h2{
	font-size: 55px;
    line-height: 1;
    font-weight: 800;
    color: #433D3D;
    padding-bottom: 20px;
}
#informationwrap2 h4, .aboutsection1InnerLeft h4{
	 font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #433D3D;
    padding-bottom: 10px;
}

#informationwrap1 h4{
	    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 10px;
}

.aboutsection1InnerLeft.aboutsection1InnerLeftfull{
	width:100% !important;
}

#oopss{
	background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    z-index: 9999;
}

.error404 header, .error404 footer{
	display:none;
}

#oopss #error-text{
	font-size: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
	justify-content:center;
}

#oopss #error-text img.imageerror{
	margin: 85px auto 20px;
    height: 342px;
}

#oopss h1{
	font-size: 100px;
    color: #000000;
    line-height: 100px;
	text-align:center;
}

#oopss p{
	text-align:center;
}

#oopss a{
	line-height: 40px !important;
}

.sub-menu li.current-menu-item a{
	    background: #4C51E0;
        color: #fff !important;
}

.EndorsementInnerBox .logoImage img{
	height: 100px;
}

.blog-faq{
	width:100%;
}
.white-text{
	color: #fff;
}

.pagination-wrap{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content: center;
    gap: 10px;
	margin-top: 30px;
}

.pagination-wrap a, .pagination-wrap span{
	padding:10px 20px;
	background: #d5d5d5;
    color: #000000;
}
.pagination-wrap span.current{
	    background: #4c51e0;
	color:#fff;
}

.pagination-wrap a:hover, .pagination-wrap span:hover{
	background: #4c51e0;
	color:#fff;
}

#informationwrap1 a{
	color:#fff;
	text-decoration:underline;
}

#informationwrap2 a{
    color:#4C51E0;
	text-decoration:underline;
}

#aboutsection1 a{
	text-decoration:underline;
}

#gform_fields_7, #gform_fields_4{
	row-gap: 15px !important;
}

#gform_fields_7 .gfield_checkbox {
	display:flex;
	flex-flow:row wrap;
}

#gform_fields_7 .gchoice{
	width:31%;
}

.gform-footer input[type="submit"]{
	border-radius: 50px !important;
    background: #4c51e0 !important;
	    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;

}

.gform-footer input[type="submit"]:hover{
	background:#000 !important;
}

.newCta{
	padding: 30px;
    max-width: 100%;
    margin-bottom: 40px;
	border-radius:20px;
}

.blue-box{
	background:#4c51e0
}

.newCta h3{
	font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4;
}
.newCta p{
	color:#fff;
}

.newCta p a{
	color:#fff;
	font-weight:600;
	text-decoration:underline;
}

.newCta p a:hover{
	text-decoration:none;
}

#gform_fields_8 input[type="text"], #gform_fields_8 input[type="tel"], #gform_fields_8 input[type="email"]{
	width: 100%;
    height: 58px;
    background: #fff;
    border-radius: 100px;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
    border-bottom: none;
    border: none;
}

#gform_fields_9 input[type="text"], #gform_fields_9 input[type="tel"], #gform_fields_9 input[type="email"]{
	width: 100%;
    height: 58px;
    background: #fff;
    border-radius: 100px;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
    border-bottom: none;
    border: none;
}

#gform_fields_8, #gform_fields_9{
	row-gap:15px;
}

.rightsidebarcontainer input[type="submit"]{
	width:100% !important;
	text-align:center !important;
}

.iso-sidebar .rightsidebarcontainer{
	margin-bottom:0;
}

#mobile-form{
	background: #4C51E0;
	display:none;
}

#mobile-form .gfield_validation_message{
	color:#fff !important;
}

#mobile-form .gform_validation_errors{
	border-color:#fff !important;
}

