@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}

.f-light{
   font-family: "Poppins", sans-serif;
   font-weight:300;
}
.f-medium{
   font-family: "Poppins", sans-serif;
   font-weight:500;
}

.f-extrabold{
   font-family: "Poppins", sans-serif;
   font-weight:800;
}
.f-book{
   font-family: "Poppins", sans-serif;
   font-weight:400;
}
.f-bold{
   font-family: "Poppins", sans-serif;
   font-weight:700;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 100px;
    background: #fff;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
color: #000;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 15px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 43px;
    margin-top: 20px;
    padding-bottom: 32px;
}
.navbar-expand-md .navbar-nav .nav-link.common-btn {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    width: 124px;
    margin-right: 34px;
    padding-bottom: 9px;
}
/*.navbar-expand-md .navbar-nav .nav-link.common-btn:hover{
  border: 1px solid #2472d4 !important;
  color: #486AAE !important !important;
}*/
header .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    top: 37px;
    background-color: #2472d4;
    width: 0%;
    margin: 0 auto;
    z-index: 19;
    height: 3px;
    opacity: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  position: relative;
    top: 3px;
}
header .navbar-nav .nav-link img {
    width: 79%;
    position: relative;
    top: -2px;
}
.navbar-expand-md .navbar-nav .nav-item .nav-link i{
  color: #2472d4;
  font-size: 23px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(9) .nav-link,
.navbar-expand-md .navbar-nav .nav-item:nth-child(10) .nav-link {
    margin-right: 25px;
    position: relative;
    top: 3px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(9) .nav-link::before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(10) .nav-link::before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link::before{
  background: #fff;
}
.navbar-brand {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 76%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
  .main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 42px;
}
.footer-text h3 {
    color: #fff;
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 0;
  }
  footer{
    position: relative;
  }
  .footer-text {
    border: 1px solid #fff;
    width: 35%;
    margin: 0 auto;
}
 .main-footer {
    background: #231F20;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 1%;
}
.blue-span{
  color: #2472d4;
}
  .btm-strip {
      background: #000000;
  }
  .btm-strip span{
    font-size: 14px;
  }
  .btm-strip .container {
    padding: 21px 15px 21px 0px;
}
    .column:nth-child(1) {
    width: 25%;
   
}
  .column:nth-child(1) p {
    color: #CCCCC7;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
}
  .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
  }
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.column:nth-child(5) h4{
  margin-bottom: 4px;
}
  .social-box .facebook:hover{
    color: #4267B2;
  }
  .social-box .twitter:hover{
    color: #1d9bf0;
  }
  .social-box .insta:hover{
    color: #6938b9;
  }
  .social-box .linkedin:hover{
    color: #0072b1 ;
  }
  .footer-logo {
    display: block;
    / margin: 0 auto; /
    width: 35%;
}
  .column:nth-child(2) {
    width: 25%;
  
}
  
  .column h4 {
    color: #2472d4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
  
  .footer-contact span {
    color: #5EC434;
    font-size: 30px;
    margin-right: 5px;
}
.footer-contact {
    display: flex;
    align-items: center;
    width: 34%;
}
  .column:nth-child(2) .footer-contact a {
      padding-bottom: 0;
      color: #fff;
      font-size: 15px;
      margin-left: 15px;
  }
  .column:nth-child(3) {
    width: 25%;
   
}
  .column:nth-child(4) {
    width: 25%;
    padding-left: 6%;
}
  .column:nth-child(5) {
      width: 25%;
    }
  
  
  .column a {
      display: block;
      padding-bottom: 15px;
      line-height: 1;
      color: #DBDDDE;
      font-size: 18px;
  }
  .column p{
    color: #eee9e9;
    width: 100%;
    font-size:14px;
  }
  .column .social{
    margin-top: 15px;
  }

  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    width: 85%;
    margin-bottom: 0;
  }
.common-btn {
    width: fit-content;
    height: 45px;
    background:#2472d4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#2472d4;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:0px;
    color: #fff;
}
.common-btn:hover{
    color: #2472d4;
    border:0px;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 5px;
}

.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #2472d4;
}
.btm-strip a {
    font-size: 16px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc26;
    padding: 10px 0px;
    margin-bottom: 35px;
}
.container {
  max-width: 1680px;
}
.footer-bottom img {
    position: relative;
    left: -33px;
    margin-right: 9%;
    width: 14%;
}
.slider-section h2 {
    font-size: 87px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 33px;
    z-index: 2;
}
.slider-section p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}
.slider-section .caption-left {
    position: absolute;
    top: 30%;
    left: 7%;
    z-index: 2;
}
.slider-section .traingle {
    position: absolute;
    top: 0;
    z-index: 1;
}
.slider-section .img{
  height: 100vh;
}
.slider-section .common-btn{
    width: 138px;
    height: 50px;
    font-size: 15px;
    background: #fff;
    color: #000;
}
.slider-section .common-btn:hover{
  color: #fff;
}
.slider-section .owl-nav {
    position: absolute;
    right: 8%;
    bottom: 0;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    padding: 13px 18px;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    background: #ffffff59;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  background: #2472d4;
}
.slider-section .owl-theme .owl-prev{
  
}
.slider-section .owl-theme .owl-next{
  
}
.slider-section {
    margin-top: 35px;
}
.heading{
  font-size: 50px;
  line-height: 74px;
}
.home-solution {
    padding: 60px 0px;
    padding-bottom: 5%;
}
.img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.img-wrapper img:hover{
   transform: scale(1.1);
}
.home-solution .item h3{
  color: #2472d4;
  font-size: 38px;
  line-height: 39px;
}
.home-solution .item p{
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.home-solution .text-box {
    background: #FFFFFF;
    box-shadow: 0px -2px 33px #09415f29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 41px;
    position: relative;
    transition: 0.5s all ease-in-out;
    margin-bottom: 4%;
}
.home-solution .text-box::before {
    position: absolute;
    content: "";
    background: #ffffff2b;
    height: 100%;
    width: 1px;
    right: 112px;
}
.home-solution .text-box .a-tag{
    color: #2472d4;
    font-size: 22px;
   position: relative;
    transition: 0.5s all ease-in-out;
}
.home-solution .text-box a:hover{
  left: 10px;

}
.home-solution .item {
    margin-left: 0px;
    margin-bottom: 7%;
    margin-top: 4%;
}
.home-solution .item:hover .text-box{
  background: #2472d4;
}
.home-solution .item:hover h3,
.home-solution .item:hover p,
.home-solution .item:hover span{
  color: #fff;
}
.home-solution .owl-nav {
    position: absolute;
    right: 7.2%;
    bottom: -59px;
}
.home-solution .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    padding: 13px 18px;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.home-solution .owl-theme .owl-prev {
    background: #9f9a9a !important;
}
.home-solution .owl-theme .owl-next{
  background: #2472d4 !important;
}
.home-counter{
  background: #F4F6F7;
  padding: 45px 0px;
  margin-top: 6%;
}
.counter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter .counter-single {
    width: 25%;
    padding: 11px 0px;
    padding-left: 5%;
}
.counter-single .counter-value {
    font-size: 52px;
    line-height: 35px;
}
.counter-single p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: -8px;
}
.counter-single{
  display: flex;
  align-items: flex-start;
  position: relative;
}
.counter-single::before {
    position: absolute;
    content: "";
    background: #000000;
    opacity: 7%;
    height: 100%;
    width: 2px;
    right: -42px;
    top: 0;
}
.counter-single:last-child::before{
  display: none;
}
.counter-single .counter-icon {
    font-size: 51px;
    color: #2472d4;
    position: relative;
    top: 8px;
}
.counter-single .text-box{
  padding-left: 14px;
}
.counter-single span.plus {
    font-size: 50px;
}
.home-about .img2 {
    position: absolute;
    top: 213px;
    z-index: -1;
}
.home-about .img1 {
    float: right;
    position: relative;
    left: -61px;
}
.home-about .heading {
    font-size: 50px;
    line-height: 71px;
    margin-top: 26px;
}
.home-about h5{
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  width: 119px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background:#231f20a6;
}
.home-about p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 32px;
}
.home-about .common-btn{
  width: 138px;
  height: 46px;
  font-size: 13px;
}
.home-about .common-btn::before{
  background: #fff;
}
.home-about .common-btn:hover{
  background: #fff;
  border: 1px solid #2472d4;
}
.home-about .text-box {
    padding-left: 0%;
    width: 93%;
    margin-top: 0;
}
section.home-about {
    padding-bottom: 4%;
    padding-top: 4%;
}
.event {
    background: url(../images/events-and-training.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 44px 0px;
    padding-bottom: 7%;
    clear: both;
}
.event .heading{
  margin-bottom: 2%;
}
.event .row{
  justify-content: flex-start;
  padding: 0px 20px;
}
.event-single{
  position: relative;
  padding: 0;
  overflow: hidden;
  flex: 0 0 31%;
  max-width: 31%;
  margin: 0 1%;
}
.event-single h4 {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 2px;
    position: relative;
}
.event-single p{
  font-size: 26px;
  line-height: 34px;
  position: relative;
}
.event-single .text-box {
    bottom: 0;
    position: absolute;
    color: #fff;
    padding: 15px 28px;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 76%) 53%, rgb(255 255 255 / 0%) 69%);*/
    background: linear-gradient(0deg, rgb(0 0 0 / 76%) 65%, rgb(255 255 255 / 0%) 100%);
    width: 100%;
    left: 0px;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}
.event-single .tag {
    width: 0;
    height: 0;
    border-top: 138px solid #2472d4cc;
    border-right: 138px solid transparent;
    position: absolute;
    top: 0;
    left: 0px;
}
.event-single .tag h5 {
    left: 15px;
    position: atop:7px;
    position: absolute;
    top: -121px;
    color: #fff;
    position: relative;
}
/*.event-single:hover .text-box{
  background: #2472d4e8;
}*/
.event-single .text-box::before {
    position: absolute;
    content: "";
    background: #2472d4e8;
    width: 100%;
    height: 99%;
    bottom: -153px;
    left: 0;
     transition: 0.5s all ease-in-out;
}
.event-single:hover .text-box::before{
  bottom: 0;
}
.event-single:hover img{
  transition: unset;
  transform: unset;
}
.training {
    padding-top: 5%;
    background: url(../images/training.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
    position: relative;
}
.training-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 5%;
    flex-wrap: wrap;
}
.training-wrapper .training-single {
    width: 25%;
    box-shadow: 0px 20px 33px #09415f14;
    background: transparent;
    height: 220px;
    padding: 3% 1%;
    margin-bottom: 39px;
    border-right: 1px solid #ffffff45;
    transition: all 0.5s ease;
}
.training-wrapper .training-single span.icon:before {
  color: #fff;
  transition: all 0.5s ease;
}
/*.training-single span {
    color: #fff;
    margin-bottom: 12px;
    font-size: 51px;
    display: block;
    text-align: center;
}*/
.training-single span.nowrap {white-space: nowrap;}
.training-single h2{
  font-size: 275px;
  line-height: 236px;
  color: #2472d4;
}
.training-single h3 {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}
.training-single ul{
  padding-left: 4%;
}
.training-single ul li {
    color: #fff;
    list-style-type: disc;
}
.training-single p{
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.training-single .text-box {
    position: relative;
    left: -32px;
    top: 19px;
}

.training-wrapper .training-single:nth-child(4), .training-wrapper .training-single:nth-child(7) {
  border-right: none !important;
}

.training .heading{
  color: #fff;
}
.training .common-btn{
  width: 305px;
  height: 73px;
  font-size: 22px;
  margin: 0 auto;
}
.training .common-btn:hover{
  color: #2472d4;
}
.training .common-btn::before{
  background: #fff;
}
.training .btn-box {
    border: 1px solid #fff;
    margin: 0 auto;
    width: 20.5%;
    padding: 15px 0px;
    position: relative;
    margin-top: 6%;
}
.training .line1 {
    position: absolute;
    content: "";
    background: #fff;
    width: 32.2%;
    height: 1px;
    left: 9%;
    bottom: 14%;
}
.training .line2 {
    position: absolute;
    content: "";
    background: #fff;
    width: 32.2%;
    height: 1px;
    right: 9%;
    bottom: 14%;
}
.home-client .item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 33px #09415f14;
    margin: 0% 10px 15%;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-client{
  padding: 50px 0px;
}
.home-client .owl-carousel .owl-item img {
    width:84% !important;
    margin: 0 auto;
    display: block;
}
.client-slider{
  margin-top: 4%;
}
.client-slider.owl-theme .owl-nav [class*=owl-],
.client-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #a5a0a0;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.client-slider .owl-prev {
    position: absolute;
    top: 29%;
    left: -43px;
}
.client-slider .owl-next{
  position: absolute;
  top:29%;
  right:-43px;
}
.get-quote {
    background: url(../images/footer-form-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3% 0;
    position: relative;
}
.get-quote .line1 {
    display: block;
    background: #ccc;
    height: 1px;
    width: 24%;
    position: absolute;
    top: 30%;
    z-index: 1;
    left: 10-1%;
    left: 11%;
}
.get-quote .line2 {
    display: block;
    background: #ccc;
    height: 1px;
    width: 24%;
    position: absolute;
    top: 30%;
    z-index: 1;
    right: 11%;
}
.get-quote .heading {
    color: #fff;
    font-size: 45px;
}
.get-quote-wrapper {
    display: flex;
    align-items: center;
    margin-top: 3%;
}
.form-div .form-control:focus{
  box-shadow: none;
}
.get-quote .form-control {
    border-radius: 0;
    border: 1px solid #2472d4;
    background: #ffffff24;
    padding: 21px 19px;
    font-size: 23px;
    color: #fff;
}
.get-quote-wrapper::placeholder{
  color: #fff !important;
}
.get-quote form{
  display: flex;
}
.get-quote .form-div{
  width: 80%;
}
.get-quote .text{
  width: 20%;
}
.form-div .form-group {
    width: 22%;
    margin-right: 20px;
    margin-bottom: 0;
}
.get-quote .common-btn{
  width: 313px;
height: 79px;
font-size: 23px;
}
.get-quote .common-btn:hover{
  color: #2472d4;
}
.get-quote .common-btn::before{
  background: #fff;
}
.footer-contact h3{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.footer-contact a{
  color: #fff;
  font-size: 25px;
  line-height: 33px;
}
.social-link{
  display: flex;
  align-items: center;
  width: 25%;
}
.social-link a {
    color: #fff;
    font-size: 27px;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum_container {
    height: 90%;
    width: 100%;
    position: absolute;
    left: 7%;
    top: 50%;
}
.breadcum_container h1 {
    font-size: 85px;
    line-height: 80px;
    color: #fff;
}
.breadcum-list {
    display: flex;
    padding: 13px 21px;
    position: absolute;
    bottom: 0%;
    /* top: 32%; */
    right: 6%;
    text-transform: uppercase;
    color: #fff;
    background: #0a0a10;
}
.breadcum-list a, .breadcum-list span .breadcum-list a:hover{
  color: #fff;
  font-size: 15px;
}
.contact-us{
  padding: 60px 0px;
}
.contact-us h2{
  font-size: 64px;
  line-height: 58px;
  margin-bottom: 15px;
}
.contact-us p{
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 37px;
}
.contact-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.form-single{
  width: 61%;
}
.opportunities .form-single{margin: 2rem auto 0;}
.map-single{
  width: 35%;
}
.form-single .form-div .form-control {
    border-radius: 0;
    background: #F5F6F8;
    color: #8B8B8B;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 33px;
    border: 0;
    font-family: "Poppins", sans-serif;
}
.form-single .form-div select.form-control {padding: 22px 15px; height: auto;}
.form-single .form-div .form-group{
  width: 100%;
  margin-bottom: 30px;
}
/*.form-single::placeholder{
  color: #8B8B8B !important;
}*/
/*#msg-error {
    color: red;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.8rem;
    display: none;
    position: absolute;
    bottom: 0;
}*/
.form-single .common-btn{
  width: 138px;
  height: 46px;
  font-size: 13px;
  border: 0;
}
.form-single .common-btn::before{
  background: #fff;
}
.form-single .common-btn:hover{
  color: #2472d4;
  border: 1px solid #2472d4;
}
.details-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.details-wrapper .details-single {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #cccccc59;
    height: 306px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.details-wrapper .details-single:hover{
  background: #2472d4;
}
.details-wrapper .details-single:hover h4,
.details-wrapper .details-single:hover p,
.details-wrapper .details-single:hover a,
.details-wrapper .details-single:hover span{
  color: #fff;
}
.details-single h4{
  font-size: 27px;
  line-height: 28px;
  text-align: center;
}
.details-single p, .details-single a{
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
.details-single a:hover{
  color: #000;
}
.details-single span {
    color: #2472d4;
    font-size: 49px;
    margin-bottom: 23px;
}
.about-main .img-box img{
  width: 100%;
}
.contact .get-quote{
  display: none;
}
.contact-last {
    position: relative;
    margin-top: -8%;
    z-index: -1;
}
.contact-last .social-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.home-counter.about-counter{
  margin-top: 0;
}
.home-counter.about-counter .count{
    font-size: 52px;
    line-height: 35px;
}
section.about-main {
    padding-bottom: 3%;
}
section.about-main .heading {
    font-size: 64px;
    line-height: 71px;
    margin-top: 0;
}
.about-main .text-box {
    width: 100%;
    padding-left: 7%;
    margin-left: -19px;
}
.about-main .img2 {
    top: 312px;
}
.about-main{
  padding: 60px 0px;
}
#about-breadcrumb {
  position: relative;
  top: 12%;
}
.success-wrapper {
    display: flex;
    margin-top: 4%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.success-single {
    display: flex;
    align-items: flex-start;
    width: 30%;
}
.success-single h6{
  font-size: 20px;
  line-height: 28px;
  padding-left: 15px;
}
.success-single h6 span{
  font-size: 22px;
  line-height: 22px;
  color: #2472d4;
}
.vision {
    background: url(../images/vision-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5%;
    padding-bottom: 2%;
    background-attachment: fixed;
}
.vision-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 8%;
    justify-content: space-between;
    justify-content: center;
}
.vision-heading {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    padding-left: 32px;

}
.vision-heading h2 {
    font-size: 60px;
    line-height: 105px;
    color: #fff;
    background: #2472d4;
    margin-bottom: 0;
    padding: 0px 70px;
    box-shadow: 0px 5px 29px #00000039;
}
.vision-heading span {
    font-size: 91px;
    background: #fff;
    width: 146px;
    height: 145px;
    color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-text {
    /* width: 787px; */
    /* height: 369px; */
    background: #fff;
    padding: 54px 30px 36px;
    position: relative;
    margin-top: -32px;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.vision-single {
    width: 38%;
    margin: 0px 16px;
}
.vision-text::before {
    width: 0;
    height: 0;
    border-top: 76px solid #fff;
    border-right: 76px solid transparent;
    position: absolute;
    content: "";
    bottom: -24%;
    left: 0px;
     transition: all 0.3s ease-in-out;
}
.vision-text p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}
.vision-single:hover .vision-text{
  background: #2472d4;
}
.vision-single:hover p{
  color: #fff;
}
.vision-single:hover .vision-text::before{
   border-top: 76px solid #2472d4;
}
.mainheading{
  font-size: 63px;
  line-height: 71px;
  text-align: center;
}
.value{
  padding: 60px 0px;
}
.value-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}
.value-wrapper .value-single{
  width: 15%;
  margin: 0 0.83%;
  background: #FFFFFF;
box-shadow: 0px 20px 33px #09415F14;
height:220px;
display: flex;
align-items: center;
justify-content: center;
 transition: all 0.3s ease-in-out;
 flex-direction: column;
}
.value-single h4 {
    font-size: 20px;
    margin-bottom: 6px;
}
.value-single p{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 0px 20px;
}
.value-single span {
    font-size: 58px;
    color: #2472d4;
    margin-bottom: 13px;
}
.value-single:hover{
  background: #2472d4;
}
.value-single:hover h4,
.value-single:hover p,
.value-single:hover span
{
  color: #fff;
}
.certification {
    background: url(../images/certification-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 5%;
    padding-bottom: 7%;
}
.certification .owl-carousel .owl-item img {
    width: 61% !important;
}
.certification .item {
    box-shadow: unset;
    margin: 0;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.certification .item::before{
  position: absolute;
  content: "";
  background: #2472d4;
  height: 5px;
  width: 0%;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.certification .item:hover:before{
  width: 100%;
}
.certification .owl-theme .owl-nav [class*=owl-],
.certification .owl-theme .owl-nav [class*=owl-]:hover {
    color: #a5a0a0;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.certification .owl-prev {
    position: absolute;
    top: 41%;
    left: -43px;
}
.certification .owl-next{
  position: absolute;
  top:41%;
  right:-43px;
}
.certification-slider {
    margin-top: 3%;
}
.client-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.client-single {
    width: 18%;
    background: #fff;
    margin-right: 33px;
    box-shadow: 0px 20px 33px #09415f14;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    position: relative;
}
.client-single:nth-child(5),
.client-single:nth-child(10),
.client-single:nth-child(15) {
  margin-right: 0;
}
.client-single::before{
  position: absolute;
  content: "";
  background: #2472d4;
  height: 5px;
  width: 0%;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.client-single:hover:before{
  width: 100%;
}
.client{
  padding: 50px 0px 40px;
}
.client-main .breadcum-list {
    background: #000000a6;
}
ul.dropdown-menu {
    min-width: 15rem;
    padding: 14px 18px 7px;
    background-color: #fff;
    top: 72px;
    border: 0px;
    left: -18px;
    border-radius: 0px;
}
.dropdown-link {
  margin-bottom: 11px;
  display: block;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}
.dropdown-link:hover{
  color: #2472d4;
}
.dropdown-link.active{
  color: #2472d4;
}
.service-page .breadcum_container h1{
  font-size: 70px;
}
.services{
  padding: 60px 0px;
}
.services p{
  font-size: 19px;
  line-height: 33px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.services-slider h4{
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}
.services-slider p{
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}
.services-slider .owl-carousel .owl-item img {
    width: 33% !important;
    margin: 0 auto;
    margin-bottom: 29px;
}
.services-slider .item {
    background: #FFFFFF;
    box-shadow: 0px 20px 33px #09415f14;
    height: 295px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 22%;
    position: relative;
}
.services-slider .item::before{
   position: absolute;
    content: "";
    background: #2472d4;
    height: 5px;
    width: 0%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.services-slider .item:hover:before{
  width: 100%;
}
.services-slider .owl-theme .owl-nav [class*=owl-],
.services-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #a5a0a0;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.services-slider  .owl-prev {
    position: absolute;
    top: 29%;
    left: -43px;
}
.services-slider  .owl-next{
  position: absolute;
  top:29%;
  right:-43px;
}
.services-content {margin-top: 4rem;}
.services-content p{
  font-size: 20px;
  line-height: 34px;
  padding-left: 20px;
  margin-bottom: 0;
}
.services-content ul {
    padding-left: 41px;
    padding-top: 10px;
}
.services-content li{
   font-size: 15px;
  line-height: 30px;
  list-style-type: disc;
}
a.section-content-link {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  width: 124px;
  margin-right: 34px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;height: 45px;
  background: #2472d4;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
}
/*.services-content .row{
  align-items: center;
}*/
.training.highlights .common-btn {
    width: 210px;
  }
.training.highlights .btn-box {
    width: 15%;
}
.training.highlights .line1 {
    width: 43.5%;
}
.training.highlights .line2 {
    width: 43.5%;
}
.service-client-wrapper{
  display: flex;
  align-items: center;
  margin-top: 3%;
}
.service-client-wrapper .service-client-single{
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-client{
  padding-top: 4%;
  padding-bottom: 5%;
}
.highlights{
  margin-top: 4%;
}
.project-listing{
  padding: 3% 0;
}
.project-listing p{
  font-size: 20px;
  line-height: 34px;
}
.project-listing-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2%;
}
.project-listing-wrapper .project-listing-single {
    width: 32%;
    color: #fff;
    position: relative;
    margin-right: 33px;
    margin-bottom: 33px;
}
.project-listing-single:nth-child(3),
.project-listing-single:nth-child(6){
  margin-right: 0;
}
.project-listing-single p{
  margin-bottom: 7px;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.project-listing-single:hover p {
    height: 78px;
    line-height: 25px;
    margin-bottom: 3px;
  }
.project-listing-single h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #ffffff52;
}
.project-listing-single .a-tag{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}
.project-listing-single .a-tag img{
  width: 6%;
    margin-left: 10px;
    position: relative;
    top: 1px;
    transition: all 0.3s ease-in-out;
}
/*.project-listing-single a:hover img{
  left: 10px;
}*/
.project-listing-single .text-box {
    position: absolute;
    bottom: 0;
    padding: 16px 25px;
    padding-bottom: 34px;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 76%) 53%, rgb(255 255 255 / 0%) 69%);*/
    background: linear-gradient(0deg, rgb(0 0 0 / 76%) 70%, rgb(255 255 255 / 0%) 100%);
    width: 98%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.project-listing-single:hover .text-box{
  background: #2472d4;
}
.project-details{
  padding: 3% 0;
}
.project-details .mainheading {
    font-size: 56px;
    line-height: 66px;
    text-align: center;
}
.pd-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;

}
.project-details .row{
   margin-top: 3%;
}
.pd-wrapper .pd-single {
    width: 45%;
    box-shadow: 0px 20px 33px #09415f14;
    /* width: 300px; */
    height: 273px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.pd-single h3{
  font-size: 27px;
}
.pd-single p{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.pd-single span {
    color: #2472d4;
    font-size: 72px;
    margin-bottom: 11px;
}
.details-content p, .project-details p {
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.project-details p {text-align: left; line-height: 1.5;}
.project-details li {list-style: inherit; margin-left: 20px;}
section.details-content {
    width: 73%;
    margin: 0 auto 5rem;
}
.details-content ul li, .details-content ol li {
    color: #13ACF3;
    font-size: 20px;
    position: relative;
    margin-bottom: 26px;
    width: 48%;
}
.details-content ol li {list-style-type: decimal;}
.details-content ul li::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #13ACF3;
    border-radius: 50%;
    top: 13px;
    left: -14px;
}
.details-content ul, .details-content ol {
    padding-left: 23px;
    margin-top: 3rem;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-project {
    background: url(../images/event-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 44px 0px;
    padding-bottom: 3%;
}

/**/
.cert-training .nav-tabs {
    border-bottom: 0px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.cert-training ul.nav.nav-tabs li a {
    border: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #5c595a;
    padding:10px 0px;
    margin:0px 20px;
    position: relative;
}
.cert-training ul.nav.nav-tabs li a::before {
    background: #466aab;
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
}
.cert-training ul.nav.nav-tabs li a.active::before{
  width: 100%;
}
.cert-training ul.nav.nav-tabs li a.active {
    color: #466aab;
  }
.cert-training ul.nav.nav-tabs li a {
    margin-bottom: 30px;
}
.cert-training {
    padding: 50px 0px;
}
.cert-training  .event-single {
    margin: 0px 8px;
  }

  .growth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.growth-single {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease-in-out;
}
.growth-single.left-growth {
    position: relative;
    top: 120px;
}
.growth-single.right-growth {
    position: relative;
    top: 25px;
    margin-left: -5px;
}
img.img-fluid.tringle-svg {
    transform: rotate(330deg);
    width: 3%;
}
.growth-journey .story-space {
    width: 44%;
    height: 1px;
    border-top: 1px solid #ccc;
    position: relative;
    margin-top: 5px;
    margin-left: 4px;
}
.growth-single.right-growth .story-space{
  margin-top: 2px;
    margin-left: 1px;
}
.journey1 {
    width: 40%;
}
.growth-content {
    width: 100%;
    padding-left: 20px;
    box-shadow: 0px 20px 33px #09415F14;
    padding: 25px 15px;
    background: #fff;
}
.growth-content h4 {
    color: #2472d4;
    font-size: 28px;
    margin-bottom: 5px;
}
.growth-content p {
    font-size: 14px;
}
.growth-journey .story-space:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #2472d4;
    left: -2px;
    top: -4px;
}
.growth-journey {
    padding: 70px 0px;
    background:url('../images/milstone-bg.png');
}
.growth-single.left-growth .story-space:before {
    right: 0;
    left: unset;
    top: -3px;
}
.growth-single.left-growth .tringle-svg {
    transform: rotate(150deg);
    margin-top: 10px;
}
.growth-single.left-growth .growth-content {
    padding-left: 15px;
    padding-right: 10px;
    text-align:left;
}
.growth-wrapper:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 55%;
    background-color: #ccc;
    margin-top: 30px;
}
.growth-wrapper:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #3b4d57;
    top: 150px;
    border-radius: 50px;
}
.growth-sec {
    margin-top: 50px;
}
.growth-sec:before {
    background: #2472d4;
    position: absolute;
    content: "";
    left: 49.5%;
    height: 15px;
    width: 15px;
    bottom: 19.5%;
}
.growth-single:hover .growth-content{
background-color:#2472d4;
color:#fff;
}

.growth-single:hover .growth-content h4{
  color:#fff;
}
.career .img-box{
position:relative;
}
.career .img2 {
    position: absolute;
    top: 160px;
    z-index: -1;
    / width: 62%; /
}
.career .img1 {
    float: right;
    position: relative;
    left: 170px;
}
.career .offset-md-1 {
    padding-left: 7%;
}
.career ul {
    display: flex;
    flex-wrap: wrap;
}
.career li {
    width: 33%;
    margin-bottom: 20px;
    position:relative;
    color: #2472d4;
    font-weight: 600;
    font-size:20px;
}
.career li span{
  color:#000;
  font-weight:400;
  font-size:16px;
}
.career li:before {
    position: absolute;
    content: "";
    background-image: url(./images/benfits.png);
    background-position: center;
}
.career {
    padding: 60px 0px 0px;
}
.opportunities-slider .item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
}
.opportunities-slider .inner-text {
  /*  box-shadow: 0px -2px 33px #09415f29;*/
    padding: 15px 20px;
}
.opportunities-slider .item{
  margin:10px 0px;
 
position: relative;
overflow: hidden;
}
.opportunities-slider .item:hover h3{
color: #fff;
margin-bottom: 6px;
}
.opportunities-slider .item a {
    font-size: 23px;
    line-height: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.opportunities-slider .text-box {
    /* height: 65px; */
    background: #fff;
    color: #2472d4;
    position: absolute;
    bottom: -24px;
    width: 100%;
    padding-left: 11%;
    padding-top: 22px;
     transition: all 0.3s ease-in-out;
}
.opportunities-slider .item:hover .text-box{
  bottom: 0;
  background: #2472d4;
  padding-bottom: 25px;
}
.opportunities-slider  span{
  font-size:13px;
  margin-left:10px;
}


.opportunities-slider.owl-theme .owl-nav [class*=owl-], .opportunities-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #a5a0a0;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.opportunities-slider.owl-theme .owl-nav [class*=owl-] span{
  font-size: 25px;
}
.opportunities-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
}
.opportunities-slider .owl-next{
  position: absolute;
  top:40%;
  right:-30px;
}
.opportunities {
    background-image: url(../images/career-bg.png);
    padding-top: 4%;
    padding-bottom: 5%;
}
.opportunities-slider{
  margin-top: 3%;
}
.team {
    background: #F2F5F8;
    padding: 60px 0px;
}
.team-text {
    padding: 40px;
}
.team-slider .item {
    display: flex;
    justify-content: center;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.teams h5 {
    position: absolute;
    bottom: -8px;
    text-align: center;
    background: #2472d4;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
}
.team-slider{
    margin-top: 4%;
}
.team-text p{
  font-size: 20px;
  line-height: 26px;
}
.teams {
    width: 40%;
    position: relative;
}
.team-text {
    width: 60%;
    box-shadow: 0px -1px 36px #19356915;
}
.team-slider.owl-theme .owl-nav [class*=owl-], .team-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #837d7e;
    font-size: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.team-slider .owl-prev {
    position: absolute;
    top: 46%;
    left: 35px;
}
.team-slider .owl-next{
  position: absolute;
  top:46%;
  right:35px;
}
.team-sec {
    display: flex;
    flex-wrap: wrap;
}
.team-list {
    width: 30%;
    margin: 0px 15px;
    position:relative;
    margin-bottom:20px;

}
.team-list .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #2472d4;
    padding: 10px;
    height:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:0.3s all ease-in-out;
}
.team-list .overlay p{
  display: none;
  font-size: 14px;
  line-height: 26px;
}

.team-list:hover .overlay {
  height: 100%;
  background:#2472d4eb;

}

.team-list:hover .overlay p{
  display: block;
}

.team-members .nav.nav-tabs {
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.team-members .nav-tabs .nav-link{
  border: 1px solid transparent;
  font-size:22px;
  padding:0px 0px;
  margin:10px 20px;
  color:#231F20;
  position: relative;
}
.team-members .nav-tabs .nav-link::before {
    background: #466aab;
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    bottom: -7px;
    transition: all 0.3s ease-in-out;
}
.team-members .nav-tabs .nav-link.active::before{
  width: 100%;
}
.team-members .nav-tabs .nav-link.active{
  
  color:#2472d4;
}
.team-members {
    padding: 50px 0px;
}
.team h2 {
    margin-bottom: 30px;
}
.team-list h5 {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-list .overlay i {
    font-size: 31px;
    display: none;
}

.team-list:hover .overlay i{
  display: block;
}
.sitemap{
  padding: 60px 0px;
}
.sitemap h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.sitemap a, .sitemap a:hover {
    display: block;
    color: #2472d4;
    margin-bottom: 4px;
}
.common-page{
  padding: 60px 0px;
}
.common-page h3, .common-page h4 {
    font-size: 20px;
}
.training-form{
  background: url(../images/training-form-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 0;
}
.training-form .form-single {
    width: 63%;
    margin: 0 auto;
}
.training-form .mainheading{
  color: #fff;
}
.training-form  p.f-book {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.training-form .form-single .common-btn {
    margin: 0 auto;
}
.highlights{
  margin-top: 3%;
}
.benefits {
    margin-top: 4%;
    padding-bottom: 2%;
}
.benefits .success-single {
    display: block;
    text-align: center;
    margin-bottom: 18px;
}
.benefits .success-single h6{
  padding-left: 0;
}
.benefits .success-wrapper {
    margin-top: 2%;
}
.career-modal .form-single{
  width: 100%;
}
.career-modal h5 {
    font-size: 32px;
}
.career-modal .modal-dialog {
    max-width: 678px;
}
.career-modal span {
    font-size: 37px;
}
.career-modal .form-single .form-div .form-group{
  margin-bottom: 15px;
}
.ts-benefits .mainheading {
    font-size: 29px;
    line-height: 43px;
    text-align: center;
}
.ts-benefits{
  margin-top: 0;
}
.benefits.ts-benefits .success-single h6{
  margin-top: 11px;
  font-size: 25px;
}
.benefits.ts-benefits .success-single{
  width: 19%;
}
.benefits.ts-benefits .success-single img {
  height: 4rem;
}
body.modal-open {
    padding-right: 0 !important;
}
.inner-event{
  background: #fff;
  padding-bottom: 3%;
}
.inner-event .row {justify-content: flex-start;}
.inner-event .event-single {
  flex: 0 0 31%;
  margin: 0 1% 2.5%;
}
.et-details {
    padding: 50px 16%;
}
.et-details img {
  float: left;
    margin: 0 1.5rem 0.5rem 0;
}
.et-details h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.et-details p {
    font-size: 15px;
    margin-bottom: 29px;
    margin: 20px 0px;
    font-family: "Poppins", sans-serif;
}
.project-listing-single .tag {
    width: 0;
    height: 0;
    border-top: 138px solid #2472d4cc;
    border-right: 138px solid transparent;
    position: absolute;
    top: 0;
    left: 0px;
}
.project-listing-single .tag h5 {
    left: 15px;
    position: atop:7px;
    position: absolute;
    top: -121px;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.training-single img {
    /*width: 20%;*/
    height: 4rem;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.training-single span.icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 4rem;
    text-align: center;
}

/*.training-single:nth-child(1) img{
  width: 23%;
}*/
.team .item{
  display: flex;
  margin-bottom: 35px;
}
.team .item {
    display: flex;
   
    width: 64%;

    margin: 0 auto;
     margin-bottom: 35px;
}
.teams img{
  width: 100%;
}
.error-page{
  background: #231F20;
  border: 36px solid #2472d4;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.error-page .btn-error{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .btn-error .common-btn{
  width: 138px;
height: 46px;
font-size: 13px;
line-height: 17px;
background: #fff;
color: #2472d4;
margin: 0px 10px;
}
.error-page .btn-error .common-btn:hover{
  color: #fff;
}
.error-page p{
  font-size: 28px;
  line-height: 41px;
  font-weight: 100;
  margin-bottom: 32px;
}
#cookieNotice {
  position: fixed;
  bottom: 0;
  background: rgba(0,0,0,0.9);
  padding: 1rem 1rem 0.2rem;
  color: #ffffffc4;
  z-index: 10;
}
#cookieNotice a.btn-primary {
  background: none;
  color: #2472d4;
  cursor: pointer;
}
#cookieNotice button.btn-primary {
  padding: 0.1rem 1rem;
  border: none;
  background: #2472d4;
  cursor: pointer;
}
.slider-section .caption-left {
    position: absolute;
    top: 30%;
    left: 7%;
    z-index: 2;
}
.slider-section{
position:relative;
}
p.email-error.errors,
p#msg-error {
    color: red;
    font-size: 13px;
}
.intl-tel-input{
    position: relative;
    display: inline-block;
    width: 100% !important;
}


.get-quote .intl-tel-input.separate-dial-code .selected-dial-code{
  color: #fff !important;
}
p.email-error2.errors2 {
    color: #fff;
}

.nav-item.social-linkheader {
    display: flex;
}
.home_modal .modal-body {
    border: 4px solid #000;
    padding: 20px;
}
.home_modal .modal-dialog{
    max-width: 800px;
}
.home_modal p {
        font-size: 18px;
}
.home_modal button,
.home_modal button:hover{
    position: absolute;
    top: 2px;
    right: 2px;
    background: #000;
    opacity: 1;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}