@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    font-family: 'Poppins', sans-serif;
}
.maxw{
    max-width:1170px;
    /* border: 1px solid; */
    width: 100%;
    margin: 0 auto;
}

/* header */
.headerWpar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.logo a{
    display: block;
}
.logo a img{
    width: 150px;
}
.headerRight{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerBtn{
    width: 72px;
    height: 33px;
    line-height: 33px;
    background: #03A29A;
    font-size: 1.4rem;
    font-weight: 300;
    border-radius: 4px;
    border: none;
    outline: none;
}
.headerBtn:focus{
    border: none;
    outline: none;
}
.sci ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.sci ul li{
    font-size: 1.5rem;
    margin-left: 20px;
    color: #4D4D4D;
    list-style: none;
}
.socialWithHover,.socialWithOutHover{
    transition: 0.5s;
}
.socialWithOutHover span{
   margin-left: 5px;
   color: #4D4D4D;
   font-size: 1.5rem;
}



/* header */

/* banner */

.banner{
    background-image: linear-gradient(120deg, rgba(39,99,152,0.7) 57% , transparent 50%), url(../../../../wp-content/uploads/2022/01/homepage-banner-550.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 0 0 0;
	max-height: 550px;
}
.banner .contentBx{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.bannerContentBx{
    color: #fff;
    max-width: 650px;
    padding-bottom: 230px;
}
.bannerContentBx h1{
    font-size: 5rem;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 50px;
    line-height: 60px;
}
.bannerContentBx h2{
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 44px;
}
.bannerContentBx p{
    font-size: 2rem;
    font-weight: 300;
    line-height: 37px;
}
.banner_icon{
    position: relative;
    width: 500px;
    height: 100%;
}
.banner_icon span a{
    width: 54px;
    height: 54px;
    overflow: hidden;
    display: block;
	cursor: auto;
}
.banner_icon span a img{
    width: 54px;
    height: 54px;
	
}
.banner_icon span.iconOne{
    position: absolute;
    bottom: 35%;
    right: 2%;
}
.banner_icon span.iconTwo{
    position: absolute;
    bottom: 32%;
    left: 18%;
}
.banner_icon span.iconThree{
    position: absolute;
    top: 14%;
    left: 41%;
}


/* banner */

/* banner bottom */

.banner_bottomSec{
    box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    border-radius: 10px;
    margin-top: -80px;
    background: #fff;
    margin-bottom: 104px;
}
.banner_bottomInnerWrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.banner_bottomInner{
    padding: 33px;
    position: relative;
    height: 100%;
}
.banner_bottomInner::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 90%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,e5e5e5+50,f9f9f9+100 */
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(229,229,229,1) 50%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(229,229,229,1) 50%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(229,229,229,1) 50%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.banner_bottomInner .iconBx{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #2272b9;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.8rem;
    color: #fff;
}
.banner_bottomInner .iconBx svg{
    fill: #fff;
    width: 38px;
}
.banner_bottomInner h3{
    color:#2c3c5b;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
	min-height:90px;
}
.banner_bottomInner h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background:#03a29a;
    width: 100px;
    height: 4px;
}
.banner_bottomInner:first-child .iconBx{
    background:#2272B9
}
.banner_bottomInner:nth-child(2) .iconBx{
    background: #10427C;
}
.banner_bottomInner:last-child .iconBx{
    background: #03A29A;
}
.banner_bottomInner:last-child:before{
    background: transparent;
}
.banner_bottomInner p{
    font-size: 1.6rem;
    line-height: 25px;
    font-weight: 300;
    color:#2c3c5b;
    margin-bottom: 20px;
}


/* banner bottom */

/* post list */
.listWrapper{
    padding-bottom: 60px;
}
h1.textHeading{
    color: #2c3c5b;
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 28px;
}
h4.subHeading{
    color: #2c3c5b;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 55px;
}
.cardWrapper{
    height: 100%;
}
.cardWrapper .card {
    border: none;
    box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    overflow: hidden;
    height: 100%;
    border-radius: 5px;
}
.cardWrapper .card .card-img-top{
    margin-bottom: 30px;
     height: 200px;
    object-fit: cover; 
}
.cardWrapper .card-body{
    padding: 0 30px 30px 30px;
}
.cardWrapper .card-body h5.card-title{
    color:#2c3c5b;
    font-size: 1.9rem;
    line-height: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
	min-height:90px;
}
.cardWrapper .card-body h5.card-title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background:#03a29a;
    width: 100px;
    height: 4px;
}
.cardWrapper .card-body p.card-text{
    font-size: 1.6rem;
    line-height: 25px;
    font-weight: 300;
    color:#2c3c5b;
    margin-bottom: 20px;
}
.cardWrapper a{
    background: #2272b9;
    padding: 20px 0;
    font-size: 1.6rem;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-weight: 300;
}
.cardWrapper a:hover{
    background: #03a29a;
}
.cardWrapper a .fas{
    font-size: 2rem;
    margin-left: 15px;
}


/* post list */

/*  in-page call */

.in-pageCallWrapper{
    background: url(../../../../wp-content/uploads/2022/01/call-to-action.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 70px 0 70px;
}
.in-pageCallWrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,1f6eae+100&0+21,0.88+57,1+100 */
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(187,204,217,0) 42%, rgba(31,110,174,0.88) 57%, rgba(31,110,174,.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(187,204,217,0) 42%,rgba(31,110,174,0.88) 57%,rgba(31,110,174,.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(187,204,217,0) 42%,rgba(31,110,174,0.88) 57%,rgba(31,110,174,.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#1f6eae',GradientType=1 ); /* IE6-9 */
}

.pageCallWrapper{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.pageCallMail{
    width: 480px;
    position: relative;
    height: 100%;
}
.pageCallMail .iconOne{
    position: absolute;
    top: 17%;
    left: 0;
}
.pageCallMail .iconTwo{
    position: absolute;
    bottom: 22%;
    right: 0;
}
.pageCallMail span a{
    width: 54px;
    height: 54px;
    display: block;
	cursor: auto;
}
.pageCallMail span a img{
    width: 54px;
    height: 54px;
}
.pageCallDesc{
    width: 410px;
    color: #fff;
}
.pageCallDesc h1{
    color: #fff;
    margin-bottom: 44px;
}
.pageCallDesc p{
    font-size: 1.6rem;
    line-height: 25px;
    max-width: 365px;
    margin: 0 auto 50px;
    font-weight: 300;
}
.pageCallDesc button{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background-color: #03a29a;
    line-height: 14px;
}
.pageCallDesc button:hover{
    background-color: #03a29a;
}
.pageCallDesc button:focus{
    box-shadow: none;
}
.pageCallDesc button .fas{
    margin-left: 15px;
    font-size: 18px;
}

/*  in-page call */

/* client section */

.clientWrapper{
    padding: 65px 0;
}
.allClientSec{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.allClientSec .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.allClientSec .owl-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
}
.owl-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.owl-carousel button.owl-dot {
    background: transparent;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 0.5rem;
    border: 1px solid #2272b9;
}
.owl-carousel button.owl-dot:focus,.owl-carousel button.owl-dot.active:focus{
    border: 1px solid #2272b9;
    outline: none;
}
.owl-carousel button.owl-dot.active{
    background: #2272b9;
}

/* client section */

/* Testimonials */
.testimoWrap{
    background: #f8f9fb;
    padding: 67px 0;
}
.sliderBx{
    max-width: 830px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    border-radius: 10px;
    position: relative;
}
.sliderBx p{
    padding:32px 110px 32px 192px ;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
    color: #2C3C5B;
}
.sliderBx p .fas{
    font-size: 11px;
    display: inline-block;
    margin-right: 6px;
}
.sliderBx p .fas.fa-quote-right{
    margin-left: 6px;
}
.testimoSlider .authorDetails{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e9ea;
    padding: 24px 97px;
    background: #F8F9FB ;
}
.authorDetails .leftBx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.authorDetails .leftBx .imgBx{
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 30px;
}
.authorDetails .leftBx .imgBx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.authorDetails .rightBx .testimo_btn{
    width: 176px;
    height: 40px;
    line-height: 40px;
    background: #2272B9;
    border-radius: 4px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authorDetails .rightBx .testimo_btn .fas{
    margin-left: 15px;
}
.authorDetails .leftBx .contentBx h3{
    color: #2c3c5b;
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.authorDetails .leftBx .contentBx h5{
    color: #929292;
    font-weight: 300;
    font-size: 1.4rem;
}
.testimoSlider{
    /* position: relative; */
/*     padding-bottom: 80px;
    min-height: 480px; */
}
.authorCompanyLogo{
    background: #fff;
    border-radius: 8px;
    width: 150px;
    height: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16%;
    left: -8%;
    box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px -1px 17px -3px rgb(0 0 0 / 22%);
}
.authorCompanyLogo img{
    width: 100%;
}
.testimoWrap .carousel-indicators li{
    width: 18px;
    height: 18px;
    border: 1px solid #2272b9;
    opacity: 1;
    border-radius: 50%;
}
.testimoWrap .carousel-indicators li.active{
    background: #2272b9;
}
.testimoWrap .carousel-inner{
    height: auto;
}
@media screen and (max-width: 600px) {
	.testimoWrap .carousel-inner {
    height: 875px;
 }
}
.bsCustomArrow span{
    color: #fff;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    background: #2272b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimoWrap .carousel-control-prev, .testimoWrap .carousel-control-next{
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 8%;
    height: 15px;
}
@media screen and (max-width: 600px) {
	.testimoWrap .carousel-control-prev, .testimoWrap .carousel-control-next{
	right: 5%;
}
}
.latestPostSlider{
    width: 90%;
    margin: 0 auto;
}

/* Testimonials */

/* sector work */

.work{
    /*background-image: linear-gradient( 132deg, rgba(238,238,238,1) 53% , transparent 50%);*/
	background: url('../../../../wp-content/uploads/2021/10/Gray_L.svg') no-repeat;
    padding: 80px 0;
}
.workInnerBx h1{
    color: #1e335b;
    font-size: 3.6rem;
    line-height: 44px;
    margin-bottom: 35px;
    font-weight: 500;
}
.workInnerBx h3{
    font-size: 1.8rem;
    font-weight: 300;
    color: #122b5a;
    line-height: 26px;
    margin-bottom: 60px;
}
.workInnerBx p{
    color: #2c3c5b;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 80%;
}
.workWrapper{
    position: relative;
}
.workWrapper .dropdown-toggle::after {
    display: none;
}
.edit_dropdown:focus{
    border: none;
    outline: none;
}
.edit_dropdown{
    width: 316px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background: #2272B9;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 50px;
    /*position: absolute;
    bottom: 5%;
    left: 0;*/
}
.edit_dropdown .fas{
    margin-left: 10px;
}
.worksSlider .owl-inner{
    width: 362px;
    margin: 0 auto;
}
.worksSlider .cardWrapper{
    padding: 15px;
}
.worksSlider button:focus{
    outline: none;
}
.worksSlider .cardWrapper .card-body {
    padding: 0 15px 15px 15px;
}
/* .worksSlider .custom-nav .owl-prev{
    background: #000;
}
.worksSlider .custom-nav .owl-next{
    background: #000;
} */

.worksSlider {
    position: relative;
  }
  .worksSlider .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
  }
  .worksSlider .owl-theme .custom-nav .owl-prev,
  .worksSlider .owl-theme .custom-nav .owl-next {
    position: absolute;
	margin: -15px;
    height: 36px;
    width: 36px;
    background: #2272B9;
    border-radius: 50%;
    color: inherit;
    /* background: none; */
    border: none;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .worksSlider .owl-theme .custom-nav .owl-prev i,
  .worksSlider .owl-theme .custom-nav .owl-next i {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .worksSlider .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
  .worksSlider .owl-theme .custom-nav .owl-next {
    right: 0;
  }


  .latestNews .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
  }
  .latestNews .owl-theme .custom-nav .owl-prev,
  .latestNews .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 36px;
    width: 36px;
    background: #2272B9;
    border-radius: 50%;
    color: inherit;
    /* background: none; */
    border: none;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .latestNews .owl-theme .custom-nav .owl-prev i,
  .latestNews .owl-theme .custom-nav .owl-next i {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .latestNews .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
   .latestNews .owl-theme .custom-nav .owl-prev:focus,.latestNews .owl-theme .custom-nav .owl-next:focus{
    outline: none;
   }
  .latestNews .owl-theme .custom-nav .owl-next {
    right: 0;
  }

  .allClientSec .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
  }
  .allClientSec .owl-theme .custom-nav .owl-prev,
  .allClientSec .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 36px;
    width: 36px;
    background: #2272B9;
    border-radius: 50%;
    color: inherit;
    /* background: none; */
    border: none;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .allClientSec .owl-theme .custom-nav .owl-prev i,
  .allClientSec .owl-theme .custom-nav .owl-next i {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .allClientSec .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
   .allClientSec .owl-theme .custom-nav .owl-prev:focus,.allClientSec .owl-theme .custom-nav .owl-next:focus{
    outline: none;
   }
  .allClientSec .owl-theme .custom-nav .owl-next {
    right: 0;
  }
  
/* .carousel-control-next-icon,.carousel-control-prev-icon{
    background-image: none;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
    border: 1px solid;
    background: red;
    height: 50px;
}
.carousel-item {
    position: relative;
    display: none;
    float: unset;
    width: 50%;
    margin: 0 auto;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.latestNews .owl-carousel .owl-stage{
    display: flex;
}
.latestNews .owl-carousel.owl-drag .owl-item .item{
    height: 100%;
}
.latestNews .owl-carousel.owl-drag .owl-item .owl-inner{
    height: 100%;
}
.latestNews .owl-carousel.owl-drag .owl-item .item .cardWrapper{
    height: 100%;
}
.latestNews .owl-carousel.owl-drag .owl-item .item .cardWrapper .card{
    height: 100%;
}



/* sector work */

/* links */
.links{
    padding: 0px 0;
}

/* links */

/* latest news */
.latestNews .cardWrapper{
    padding: 0 10px 15px 10px;
}
.newsInnerBx h1{
    color: #2C3C5B;
    font-size: 3.6rem;
    margin-bottom: 40px;
    font-weight: 500;
}
.newsInnerBx p{
    color: #2C3C5B;
    font-size: 1.8rem;
    line-height: 25px;
    margin-bottom: 50px;
}
.workWrapper{
    position: relative;
}
.workWrapper a.newsBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    background-color: #2272B9;
    width: 152px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    top: 35%;
    left: 0;
}
.workWrapper a.newsBtn .fas {
    margin-left: 15px;
    font-size: 18px;
}
.latestNews .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    position: absolute;
    left: -52%;
    bottom: 2%;
}
.latestNews .card{
    position: relative;
}
.postdate{
    width: 65px;
    position: absolute;
    top: 0;
    left: 0;
}
.postdate .dateDay{
    background: #fff;
    color: #1E335B;
    font-size: 2.4rem;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
}
.postdate .monthSec{
    background: #2272B9;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 20px;
    padding: 10px;
}
.postdate .monthSec span{
    display: block;
}

/* latest news */



/* home contact panel */

.home_bottom_contactWrap{
    background: url(../../../../wp-content/uploads/2022/01/call-to-action.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 70px 0 40px;
}
.home_contact_us .iconOne{
    position: absolute;
    top: 16%;
    left: 0;
}
.home_contact_us .iconTwo{
    position: absolute;
    bottom: 0;
    left: 30%;
}
.home_bottom_contactWrap .pageCallDesc{
    padding-bottom: 30px;
}

/* home contact panel */

/* product box */

.productWrapBox{
    padding: 30px 0;
}
.productInnerWrapper{
    box-shadow: 0px 2px 20px -5px rgba(0,0,0,0.29);
-webkit-box-shadow: 0px 2px 20px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 2px 20px -5px rgba(0,0,0,0.29);
border-radius: 15px;
}
.productInnerWrapper .topBx{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 54px;
}
.productInnerWrapper .topBx .productIcon{
    width: 175px;
}
.productInnerWrapper .topBx .contentDetailsBx{
    width: 78%;
}
.productButtonSec{
    background: #F8F9FB;
    padding: 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 1px solid #e8e9ea;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.productBoxHeadingWrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.productInnerWrapper .topBx .contentDetailsBx .productContentBox h2,
.productInnerWrapper .apiTop .left .contentDetailsBx .productContentBox h2{
    color:#2C3C5B;
    font-size: 2.4rem;
    margin-bottom: 0;
}
.productInnerWrapper .topBx .contentDetailsBx .productContentBox h3,
.productInnerWrapper .apiTop .left .contentDetailsBx .productContentBox h3{
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 0;
    /* padding-left: 45px;
    position: relative; */
}
.sepLine{
    /* content: '';
    position: absolute;
    top: -5px;
    left: 9%; */
    width: 4px;
    height: 40px;
    background: #03a29a;
    margin: 0 20px;
}
.productInnerWrapper .topBx .contentDetailsBx .productContentBox p{
    color:#2C3C5B;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 26px;
    margin-top: 75px;
}
.productInnerWrapper .productButtonSec a{
    background: #2272b9;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    display: flex;
    padding: 20px 30px;
    margin-right: 95px;
}
.productInnerWrapper .productButtonSec a i{
    margin-left: 10px;
    font-size: 23px;
}
.productInnerWrapper .productButtonSec .buttonWrap{
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.productInnerWrapper .apiTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 33px 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom: 1px solid #e8e9ea;
}
.productInnerWrapper .apiTop .left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 46%; */
}
.productInnerWrapper .apiTop .left .productIcon{
    width: 75px;
    margin-right: 25px;
}
.productInnerWrapper .apiTop .right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.productInnerWrapper .apiTop .right h3{
    color: #2C3C5B;
    font-weight: 300;
    font-size: 1.6rem;
    margin-right: 25px;
}
.apiDesc{
    padding: 33px 100px;
}
.apiDesc .msgInfo{
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: 300;
    color: #0C5460;
    padding: 17px 23px;
    border-radius: 10px;
    background: #D1ECF1;
    border: 1px solid #BEE5EB;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apiDesc .msgInfo span{
    font-size: 1.8rem;
    margin-right: 10px;
}
.apiDesc .msgInfo a{
    color:#0C5460;
    text-decoration: underline;
    margin: 0 8px;
}
.apiData_dropdown.dropdown-toggle::after {
    display: none;
}
.apiData_dropdown:focus{
    border: none;
    outline: none;
}
.apiData_dropdown{
    width: 316px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background: #2272B9;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 50px;
}
.apiData_dropdown .fas{
    margin-left: 10px;
}
.apiDataWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.apiDataWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
}
.apiDataWrap .dataLeft{
    margin-top: 40px;
}
.apiDesc .form-inline .form-control.apiDataSearch{
    width: 460px;
    border-radius: 10px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #8B8B8B;
    border: 1px solid #c4c4c4;
}
.apiDesc .form-inline .form-control.apiDataSearch:focus{
    box-shadow: none;
    border: 1px solid #c4c4c4;
}
.apiDesc .form-inline .form-control.apiDataSearch::placeholder{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 26px;
    margin-top: 5px;
    color: #8B8B8B;
}
.apiDesc .apiDataWrap .dataRight{
    width: 35%;
}
.apiDesc .apiDataWrap .dataRight h3{
    color: #2C3C5B;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 300;
}
.apiDesc .apiDataWrap .dataRight .dataShowingBox{
    background: #1E1E1E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 30px 20px 30px;
    width: 100%;
}
.apiDesc .apiDataWrap .dataRight .dataShowingBox .left{
    margin-right: 45px;
}
.apiDesc .apiDataWrap .dataRight .dataShowingBox ul li{
    list-style: none;
    color: #57A64A;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.apiDesc .apiDataWrap .dataRight .dataShowingBox ul li span{
    font-weight: 300;
    margin-left: 5px;
}

/* ON/OFF Switch */
.onoffswitch {
    position: relative;
    width: 70px;
    display: inline-block;
    font-size: 12px;
  }
  .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsl(0, 0%, 90%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
  }
  .onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
  }
  .onoffswitch .onoffswitch-inner:before,
  .onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 100%;
    color: hsl(0, 0%, 100%);
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .onoffswitch .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #3DA33F;
    color: hsl(0, 0%, 100%);
  }
  .onoffswitch .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: hsl(0deg 0% 90%);
    color: hsl(0, 0%, 24%);
    text-align: right;
    font-size: 12px;
  }
  .onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 45px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
  }
  .toggle-group {
    position: relative;
    height: 27px;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  .toggle-group input[type=checkbox] {
    position: absolute;
    left: 10px;
  }
  .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  }
  .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .toggle-group input[type=checkbox]:focus ~ .onoffswitch {
    outline: thin dotted #333;
    outline: 0;
  }
  .toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    font-weight: 200;
  }
  /* ==== Accessibility ===== */
  .aural {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  .aural:focus {
    clip: rect(0, 0, 0, 0);
    font-size: 1em;
    height: auto;
    outline: thin dotted;
    position: static !important;
    width: auto;
    overflow: visible;
  }
  


/* footer */
.footer{
	width: 100%;
	background: #0F1A30;
	color: #fff;
	padding: 100px 0 30px;
	font-size: 13px;
	line-height: 20px;
}
.footer_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_inner .box{
	flex-basis: 25%;
	padding: 10px;
}
.footer_inner .box:nth-child(2){
	flex-basis: 22%;
}
.footer_inner .box .logo{
	margin-bottom: 25px;
    width: 150px;
}
.footer_inner .box h2{
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}
.footer_inner .box h5{
    font-weight: 200;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 22px;
}
.footer_inner .box p{
    font-weight: 200;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
}
.footer_inner .box .footer_heading{
	width: fit-content;
	margin-bottom: 40px;
	font-weight: normal;
    font-size: 1.6rem;
	position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer_inner .box .footer_heading::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background:#03a29a;
    width: 100px;
    height: 4px;
}
.footer_inner .box ul li{
	list-style: none;
	margin-bottom: 12px;
}
.footer_inner .box ul li a{
	text-decoration: none;
	color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 21px;
}
.social_icons ul{
	display: flex;
	margin-top: 25px;
}
hr{
	border: none;
	border-bottom: 4px solid #FFFFFF80;
	margin: 40px 0;
    width: 100%;
}
.footerRular{
    display: none;
}
.bottomSec{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bottomLeft{
    width: 62%;
}
.bottomLeft p{
    font-size: 1.1rem;
    line-height: 18px;
    font-weight: 200;
    margin-bottom: 25px;
}
.copyright{
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 200;
}
.company_regs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_regs .companyAward{
    width: 166px;
    position: relative;
    overflow: hidden;
    margin-left: 30px;
}
.company_regs img{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 22/10/21  */

.contactDetailsModal .modal-body{
    padding: 0;
}
.modalBodyWrap{
    display: flex;
}
.modalLeft{
    background: #2f71b5;
    width: 35%;
    padding: 15px;
}
.modalLeft h2{
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}
.iconBx{
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #2d689d;
    font-size: 1.8rem;
}
.modalLeft .contentBx{
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    width: 70%;
}
.modalLeft .contentBx a{
    color: #fff;
    text-decoration: none;
}
.modalLeft ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sales{
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.support{
    padding: 20px 0;
}
.contactDetailsModal button.close{
    position: absolute;
    top: -3px;
    right: -1px;
    font-size: 4rem;
    text-shadow: none;
    font-weight: 400;
    opacity: 1;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
    border: none;
    outline: none;
}
.contactDetailsModal button.close:hover{
    opacity: 1!important;
}
.modalRight{
    padding: 15px;
    width: 65%;
}
.modalRight h2{
    color: #2f71b5;
    font-size: 3rem;
    line-height: 32px;
    font-weight: 400;
    margin-top: 15px;
}

/* 3/11/21  */
.filterSection{
    padding: 50px 0 0;
}
.filterWrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.search-content-wrap{
    position: relative;
}
.search-content-wrap i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    font-size: 20px;
    color: #939191;
    cursor: pointer;
}
.searchFd{
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 10px 45px 10px 20px;
    background: #eff2f7;
    width: 250px;
    margin: 10px 5px;
    font-size: 18px;
}
.searchFd::placeholder{
    color: #747474;
}
.filterBtn{
    font-size: 18px;
    color: #747474;
    font-weight: 500;
    padding: 10px;
    width: 200px;
    border: none;
    outline: none;
    border-radius: 25px;
    background: #eff2f7;
    margin: 10px 5px;
}
.filterBtn:focus{
    outline: none;
}
.filter-content-wrap{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 25px 10px 25px;
}
.filter-content-wrap ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.filter-content-wrap ul li{
    display: flex;
    border-bottom: 1px solid #9d9d9d;
}
.filter-content-wrap ul li:last-child{
    border-bottom: 0;
}
.filter-content-wrap ul li ul{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.filter-content-wrap ul li ul li{
    margin-bottom: 0px;
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.filter-content-wrap ul li ul li:last-child{
    border-right: 0;
}
.filter-content-wrap ul li .tabbtn{
    text-decoration: none;
    font-size: 16px;
    color: #282828;
    margin: 0 10px 0 0;
    padding: 15px 0;
}
.filter-content-wrap ul li .tabbtn a{
    text-decoration: none;
}
.tabinnerCont{
    font-size: 16px;
    color: #282828;
    margin: 0 10px;
    text-decoration: none;
}
.tabinnerCont:hover{
    text-decoration: none;
}
.filter-content-wrap ul li button{
    width: 130px;
    padding:10px 0;
    border: none;
    outline: none;
    color: #fff;
}
.search-img img{
	width:100%;
}
.searchpanel {
    position: relative;
}
.searchpanel ul li{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-top: 8px;
}
.searchpanel ul li:hover:not(.active){
  background: #4D4D4D;
}
.searchpanel ul li i{
    font-size: 15px;
}
.searchpanel .search-box{
  background: #02a29a;
  position: absolute;
  top: 54px;
  right: 0;
  width: 310px;
  /*height: 60px;
  line-height: 60px;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #2273b9;
  display: none;
  padding: 10px 0px;
}

.searchpanel .search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #2273b9;
}

.searchpanel .search-box input[type="text"]{
  width: 200px;
  padding: 10px 10px;
  margin-left: 23px;
  border: 1px solid #2273b9;
  outline: none;
}

.searchpanel .search-box input[type="submit"]{
  width: 80px;
  padding: 10px 0;
  background: #2273b9;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #2273b9;
  outline: none;
  cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 700px) {
  /*ul{
    width: 200px;
  }
  
  ul li{
    width: 100px;
  }

  ul li.active{
   text-align: right;
  }

  ul li.mob{
    display: none;
  }*/
  .searchpanel .search-box{
    width: 270px;
    right: -16%;
  }
  .searchpanel .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .searchpanel .search-box input[type="submit"] {
    margin-right: 12px;
  }
}
/*.latestNews .owl-nav{
    display: none;
}
.latestNews .owl-dots{
    display: none;
}*/

.scrollList{
    /*width: 25%!important;*/
    height: 100vh;
    padding: 0px 0 0 10px;
    margin: -10px;
/*     position: fixed!important; */
    transition: 0.5s;
    /*overflow-y: scroll;*/
}
.scrollList ol li a{
    font-size: 16px;
}
.scrollList ol li a{
    color: #0071bd;
}
.scrollList ol li ol{
    display: none;
}
.scrollList ol li.child_active ol{
    display: block;
}

.scrollList ol li.child_active ol li.li-active:first-child a{
	color:#0071bd;
}

/*.scrollList ol li.child_active:first-child a{
	color:#0071bd;
}*/

.scrollList ol li.li-active ol li a {
    font-weight: 400;
}

.scrollList ol li.li-active a{
    font-weight: 700;
}
.scrollList ol li.li-active ol{
    display: block;
}
.scrollList ol li ol li.li-active{
    color: green;
}

/* test */
.scrollList .customScrollList{
    position: fixed;
    top: 0  ;
}


.productInnerWrapper [type="radio"]:checked,
.productInnerWrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.productInnerWrapper [type="radio"]:checked + label,
.productInnerWrapper [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.productInnerWrapper [type="radio"]:checked + label:before,
.productInnerWrapper [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #2273b9;
    border-radius: 100%;
    background: #fff;
    padding: 0;
}
.productInnerWrapper [type="radio"]:checked + label:after,
.productInnerWrapper [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #2273b9;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.productInnerWrapper [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.productInnerWrapper [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.productInnerWrapper{
    padding: 50px 0!important;
}
.productInnerWrapper h3{
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.productInnerWrapper h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #303030;
	display:none;
}
.productInnerWrapper .form-control{
    border: 1px solid #2273b9;
    font-size: 16px;
    border-radius: 5px;
}
.productInnerWrapper .form-control:focus{
    border: 1px solid #2273b9;
    box-shadow: none;
}
.productInnerWrapper h2{
    color: #2C3C5B;
    font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.productInnerWrapper .alert-info{
    margin-bottom: 30px;
}

.form-check {
    display: block;
    position: relative;
    background: none;
    margin: 0 0 0.5em 0;
}

.form-check input[type="checkbox"] {
    opacity: 0 !important;
}

.form-check input[type="checkbox"] + label {
    padding-left: 40px;
    color: #666;
    font-size: 14px;
    margin-left: 0;
    position: relative;
}

.form-check input[type="checkbox"] + label:before {
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 30px;
    height: 12px;
    background-color: #767676;
    border-radius: 10px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #0071bd;
}

.form-check input[type="checkbox"] + label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    font-size: 0.75em;
    background-color: #fff;
    border-radius: 500rem;
    border: 2px solid #767676;
}

.form-check input[type="checkbox"]:checked + label:after {
    transform: translateX(1.5rem);
    border: 2px solid #0071bd;
}

/*.form-check-input[type="checkbox"] {
  display: none;
  margin-top: 10px;
}
.form-check-input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  font-size: 15px;
    padding-left: 42px;
    white-space: nowrap;
    display: inline-block;
    margin-top: 10px;
}
.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
}
.form-check-input[type="checkbox"] + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #ededed;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.form-check-input[type="checkbox"] + label::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.form-check-input[type="checkbox"]:checked + label {
  background-color: #2273b9;
}
.form-check-input[type="checkbox"]:checked + label::before {
  background-color: #2273b9;
}
.form-check-input[type="checkbox"]:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}*/

/*.productInnerWrapper input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.productInnerWrapper label.form-check-label {
  position: relative;
  cursor: pointer;
  color: #666;
    font-size: 14px;
}

.productInnerWrapper label.form-check-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.productInnerWrapper input[type="checkbox"]:checked + label.form-check-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/

.productInnerWrapper .afd-typeahead-container button{
    background: #2273b9;
    color: #fff;
    padding: 11px;
    position: relative;
    z-index: 2;
    right: 7px;
    top: -1px;
}
.productInnerWrapper .afd-typeahead-container button:hover{
    background: #0079bf;
}
.productInnerWrapper .afd-typeahead-container button svg{
    fill: #fff!important;
}
.productInnerWrapper .form-check{
    margin-bottom: 10px;
}
.productInnerWrapper .country-select{
    width: 100%;
}
.afd-lookup-container .afd-form-control{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.reverse-geocode-button button{
    background: #03a29a;
}
.reverse-geocode-button button svg{
    fill: #fff!important;
}
.contentList p, .contentList ul li, .contentList ol li, .contentList pre  {
    font-size: 17px;
    color: #2c3c5b;
}

.contentList h2 {
    font-size: 22px;
    color: #0071bd;
}
.forSignUp .modalRight{
    width: 100%;
    padding: 30px;
}
.forSignUp{
    border-radius: 3px;
}
.homeWorkSlider .cardWrapper .card-body h5.card-title {
    padding-bottom: 0;
}
.homeWorkSlider .cardWrapper .card-body h5.card-title a{
    display: inline-block;
    padding: 0 0 20px 0;
    background: transparent;
    color: #2c3c5b;
    font-size: 1.9rem;
    font-weight: 500;
}

/*.scrollList ol{
      counter-reset: item;
}
.scrollList ol li{
        counter-increment: item;
}
.scrollList ol li:before {
        content: counters(item, ".") " ";
 }*/

.scrollList ol {
  counter-reset: cupcake;
}
.scrollList ol li {
  counter-increment: cupcake;
  list-style: none;
}
.scrollList ol li:before {
  content: counters(cupcake, ".") " ";
    font-size: 12px;
}



#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
  border-radius: 3px
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
      color: #fff;
      display: block;
      text-align: left;
      background: #03a29a;
      /*color: #222;*/
      padding: 20px;
    font-size: 22px;
	font-family: "Poppins", Sans-serif;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #2273b9;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#main #faq .card .collapsing {
  /*background: #FFE472;*/
  line-height: 30px;
}

#main #faq .card .collapse {
  /*border: 0;*/
}

#main #faq .card .collapse.show .card-body {
  /*background: #FFE472;*/
  line-height: 30px;
  color: #222;
  /*border: 1px solid #03a29a;
border-radius: 0 0 3px 3px;*/
}
#main{
    color: #222!important;
    font-size: 17px!important;
}
#main #faq .card .card-body{
    border: 1px solid #03a29a;
    border-radius: 0 0 3px 3px;
}
#main #faq .card .collapse .card-body{
    color: #222!important;
    font-size: 17px!important;
	font-family: "Poppins", Sans-serif;
}
.contentList a, .contentList p a{
	word-break: break-all;
}
#partner-toc .modal-content{
	padding:15px;
}
#partner-toc .modal-title{
	font-size: 2.6rem;
    line-height: 34px;
	margin-bottom: 15px;
	color:#2273b9;
}
#partner-toc .modal-body{
	padding-top:15px;
}
#partner-toc .modal-body p{
	font-size: 20px;
    line-height: 28px;
}
#partner-toc .modal-footer button,#partner-toc .modal-footer a{
	padding: 8px 20px;
    font-size: 16px;
    border-radius: 8px;
	border:none;
	outline:none;
}
#partner-toc .modal-footer{
	padding-top:20px;
}
#partner-toc .modal-footer a{
	background: #898989;
    color: #fff;
}
#partner-toc .modal-footer button{
	background:#03A29A;
}

@media (min-width: 576px){
	#partner-toc .modal-dialog {
    max-width: 800px;
}
}
.testimoWrap .carousel-item{
	height:430px;
}
#partner-list-container #partner-list-container{
    padding: 50px 0;
}
#partner-list-container #partner-tab ul.nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #03a29a;
    margin-bottom: 20px;
    margin-left: 0;
}
#partner-list-container #partner-tab ul.nav-tabs li a{
    font-size: 18px;
    padding: 10px 15px;
    color: #2273b9;
}
#partner-list-container #partner-tab ul.nav-tabs li .nav-link.active,#partner-list-container #partner-tab .nav-tabs .nav-item.show .nav-link{
    color: #fff;
    background-color: #03a29a;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#partner-list-container #partner-tab .nav-tabs .nav-item{
    margin-bottom: 0;
    margin-right: 10px;
}
#partner-list-container #partner-tab .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
#partner-list-container #partner-tab ul.nav-tabs .nav-link{
    border: none;
}
#partner-list-container .multicolumn ul li{
    margin-bottom: 12px;
    list-style: none;
}
#partner-list-container .multicolumn ul li i{
    color: #8b8b8b!important;
    font-size: 18px;
    margin-right: 5px;
}
#partner-list-container .multicolumn ul li a.nav-link,#partner-list-container .multicolumn ul li a{
    font-size: 18px;
    color: #4d4d4d;
    padding: 0;
}
#partner-list-container .multicolumn ul{
    margin-bottom: 30px;
}
#partner-list-container .multicolumn ul h4{
    font-size: 20px;
    font-weight: 600;
}
#partner-list-container .tab-detail{
    height: 100%;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
}
#partner-list-container .tab-detail h4{
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #303030;
    padding-bottom: 10px;
    position: relative;
}
#partner-list-container .tab-detail h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #303030;
    width: 100px;
    height: 2px;
}
#partner-list-container #partner-letters{
    margin-bottom: 20px;
}
#partner-list-container #partner-letters span a{
    text-transform: uppercase;
    color: #303030;
    font-size: 24px;
    margin-right: 12px;
    font-weight: 500;
}
#partner-list-container .tab-detail ul{
    margin: 0;
    padding-left: 15px;
}
#partner-list-container .tab-detail ul li{
    display: flex;
    margin-bottom: 12px;
}
#partner-list-container .tab-detail ul li a{
    color: #2273b9;
    font-size: 17px;
}
#partner-list-container .tab-detail ul li i{
    color: #2273b9!important;
    font-size: 17px;
    margin-right: 5px;
    line-height: 26px;
}
#partner-list-container #partner-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 36px;
    padding-bottom: 8px;
    /*border-bottom: 2px solid ;*/
    position: relative;
}
#partner-list-container #partner-title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 25px;
    background: #383838;
}
#partner-list-container .partner-row p.partner-label{
    font-size: 18px;
    color: #10437c;
    font-weight: 500;
}
#partner-list-container .partner-row p{
    margin-bottom: 0;
    font-size: 18px;
}
#partner-list-container .partner-row p a{
    color: #2273b9;
    font-weight: 500;
}
#partner-list-container .partner-row{
    margin-bottom: 20px;
}
#partner-list-container .partner-row #partner-skills,#partner-list-container .partner-row #partner-industries{
    margin-left: 0;
}
#partner-list-container .partner-row #partner-skills li,#partner-list-container .partner-row #partner-industries li {
    font-size: 18px;
    margin-bottom: 5px;
}

/* featured article banner */

.featuredBanner{
    background-image: linear-gradient(120deg, rgba(39,99,152,0.7) 57% , transparent 50%), url(https://www.afd.co.uk/wp-content/uploads/2022/02/flying-for-life-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 0 0 0;
	max-height: 550px;
}
.featuredBanner .contentBx{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.featuredBannerContentBx{
    color: #fff;
    max-width: 650px;
    padding-bottom: 230px;
}
.featuredBannerContentBx h1{
    font-size: 5rem;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 50px;
    line-height: 60px;
}
.featuredBannerContentBx h2{
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 44px;
}
.featuredBannerContentBx p{
    font-size: 2rem;
    font-weight: 300;
    line-height: 37px;
}

.featuredBanner button{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background-color: #03a29a;
    line-height: 15px;
	text-decoration: none;
}
.featuredBanner button:hover{
    background-color: #03a29a;
	text-decoration: none;
}
.featuredBanner button:focus{
    box-shadow: none;
	text-decoration: none;
}
.featuredBanner button .fas{
    margin-left: 15px;
    font-size: 18px;
}

/* featured article banner */

/* cookie warning */

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #2f3640;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  max-height: 200px;
  z-index: 2;

  transition: 200ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #10427c;
}

.cookie-container p {
  font-size: 15px;
  margin-top: 20px;	
}

.cookie-btn {
  background: #03a29a;
  border: 0;
  color: #f5f6fa;
  padding: 8px 30px;
  font-size: 15px;
  margin-bottom: 16px;
  margin-right: 50px;	
  border-radius: 8px;
  cursor: pointer;
  float: right;
}

/* cookie warning */