@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Roboto", sans-serif;
font-family: "Dosis", sans-serif;
*/
body {
    background: #252f49;
    color: #ffffff !important;
}
/*header*/
.headerSec {
    z-index: 2;
    position: relative;
}

.headerBg {
    background-color: transparent;
    background-image: linear-gradient(180deg, #2c3b58 0%, #242e47 100%);
}
.topHeaderInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topHeaderInfo ul li {
    display: inline-block;
    margin: 10px;
}
.topHeaderInfo ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}
.topHeaderInfo ul li a i {
    color: #f4d3a7;
}
.topHeaderMedia {
    text-align: end;
}
.navCustom {
    background: #2f3e5b;
    box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2));
}
.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
#navbarSupportedContent li:not(:last-child) {
   margin-right:15px;    
}
#navbarSupportedContent a {
    text-transform: capitalize;
    font-weight: 400;
    color: #f4d3a7;
    font-family: "Roboto", sans-serif;
}
#navbarSupportedContent a:hover {
    color: #dda14f;
}
.bannerSlider {
    margin-top: -87px;
    position: relative;
}
#bannerSlider .owl-nav button.owl-prev {
    background-color: transparent;
    border: 1px solid #ffffff;
    position: absolute;
    left: 100px;
    top: 50%;
    color: #ffffff;
    font-size: 20px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
}
#bannerSlider .owl-nav button.owl-next {
  background-color: transparent;
  border: 1px solid #ffffff;
  position: absolute;
  right: 100px;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 40px;
  width: 40px;
}
#bannerSlider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 5px;
}
#bannerSlider .owl-nav [class*=owl-]:hover {
    background: #25304a;
    color: #FFF;
    text-decoration: none;
}
/*quote*/
.getQuoteSec {
    background: #f4d3a7;
}
.getQuoteBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0px;
}
.getQuoteBox h3 {
    font-size: 20px;
    margin: 0;
    color: #252f49;
}
.getQuoteBox i {
    margin-left: 3px;
    font-size: 14px;
    color: #f4d3a7;
    transition: all .3s;
}
.getQuoteBox a {
    display: inline-block;
    text-decoration: none;
    background: #273171;
    color: #ffffff;
    padding: 10px 13px;
    border: 2px solid #273171;
    transition: all .3s;
}
.getQuoteBox a:hover {
    border:2px solid #ffffff;
    color: #273171;
    background: #f4d3a7;
}
.getQuoteBox a:hover i {
    color: #273171;
}
/*euroFeatures*/
.featureSec {
    padding-top: 10px;
}
.euroFeatures {
    padding: 30px 0px;
    background: #2f3e5b;
}
.euroFeatureBox {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.euroFeatureText {
    position: absolute;
    background: #252f49;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 30px;
    transform: translateY(73%);
    transition: all .5s;
}
.eftIcon {
    display: inline-flex;
    vertical-align: top;
    color: #f4d3a7;
    font-size: 30px;
    margin-right: 15px;
}
.eftTitle {
    max-width: calc(100% - 65px);
    display: inline-block;
}
.eftTitle h3 {
    color: #ffffff;
    margin: 0 0 25px 0;
    font-size: 17px;
}
.eftTitle p {
    color: #ffffff;
    font-size: 14px;
}
.euroFeatureBox:hover .euroFeatureText {
    transform: translateY(0%);
     padding: 55px 30px;
}





















.banner_feature_icon {
    width: 6em;
    height: 6em;
    margin: auto;
    text-align: center;
    line-height: 4.5em;
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 9px 9px 9px 9px;
    border-color: #ffffff;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 0px 2px 0px #273171;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featureBoxInfo {
    display: inline-block;
    max-width: calc(100% - 110px);
    vertical-align: top;
    padding-left: 20px;
}
.featureIconBox {
    display: inline-flex;
}
.banner_feature_icon i {
    font-size: 40px;
}
.banner_features_wrap:hover .banner_feature_icon {
    color: #ffffff;
    fill: #ffffff;
    background-color: #273171;
    box-shadow: 0px 0px 2px 0px #273171;
}
.darkBg {
    background-color: transparent;
    background-image: radial-gradient(at bottom right, #237EA5 0%, #191718 77%);
}
.topHeaderInfo ul li a span{
    display:inline-block;
    margin-left: 5px;
    font-size: 12px;
}
.banner_feature_info {
    text-align: center;
}
.banner_feature_info h3 {
    padding: 0px 0px 0px 0px;
    color: #1a1a1a;
    font-family: "Dosis", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.banner_feature_info p {
    color: #555555;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.banner_features_wrap {
    padding: 15px;
}
.banner_features_wrap > div {
    margin-bottom: 10px;
}
.bannerFeatureSec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.transparentTitleBox {
    text-align: center;
}
.transparentTitleBox h1 {
    font-size: 80px;
    margin: 25px 0 25px 0;
    color: transparent;
    -webkit-text-stroke: 1px #e3e3e3;
    text-transform: uppercase;
    font-weight: 800;
}
.about_us_title h3 {
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto';
    font-size: 28px;
    position: relative;
}
.about_us_title h4 {
    font-weight: 700;
    color: #e9a242;
}
.about_us_title {
    text-align: center;
    padding: 10px 0 20px 0;
    margin-bottom: 30px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.about_us_title h3 {
    position: relative;
    margin-bottom: 35px;
    color: #f4d3a7;
}
.about_us_title h3:after {
    position: absolute;
    content: "";
    background: url(../imgs/divider.png) no-repeat center;
    height: 10px;
    width: 70px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 65px;
}
.about_us_title h4 {
    margin-bottom: 15px;
}
.about_us_title h5 {
    font-size: 17px;
    font-family: 'Dosis', sans-serif;
}
.featureBoxInfo h3 {
    padding: 0px 0px 0px 0px;
    color: #f4d3a7;
    font-size: 16px;
    font-weight: 700;
}
.featureBoxInfo p {
    font-size: 14px;
}
.feature_box_main {
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}

.featureIconBox i {
    color: #252f49;
    position: relative;
    z-index: 1;
    transform: translateY(60%);
}
.featureSec .row .col-12:hover {
    background: #ffffff;
}
.featureSec .row .col-12 {
   margin-bottom: 15px;
   cursor:default;
   transition: all .3s;
}
.featureIconBox { 
    transition: all .3s;
}
.lineBg {
    height: 0;
    background: #e9a242;
    width: 3px;
    position: absolute;
    left: 55px;
    top: 30px;
}
.lineBg:after {
    position: absolute;
    content: "";
    height: 0;
    width: 5px;
    background: #e9a242;
    top: calc(-100% + 103px);
    transition: all .3s;
    border-radius: 5px;
}
.lineBg:before {
    position: absolute;
    content: "";
    height: 0;
    width: 5px;
    background: #e9a242;
    transition: all .3s;
    top: 8px;
    border-radius: 5px;
}
.featureSec .row .col-12:hover .featureIconBox {
    margin-top: 40px;
}
.featureSec .row .col-12:hover .lineBg:before,
.featureSec .row .col-12:hover .lineBg:after {
    height: 18px;
}
.featureSec .row .col-12:hover .featureBoxInfo p {
    color: #252f49;
}
.featureSec .row .col-12:hover .featureBoxInfo h3 {
    color: #e9a242;
}
.featureIconBox i {
    font-size: 30px;
}
.featureIconBox {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 70px;
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: transparent;
    text-align: center;
}
.featureIconBox:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #252f49;
    clip-path: inherit;
}
.featureIconBox:after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #f2f2f2;
    clip-path: inherit;
}
.featureSec .container {
    padding: 0 35px 0 35px;
}

/*counterSec*/
.counterSec {
    position: relative;
    background-image: url(../imgs/counterBg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 70px 0px;
    z-index: 1;
}
.counterSec::before {
    position: absolute;
    content: "";
    background: #252f4991;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.counterSec .container {
    padding: 0 50px;
}
.counterBox {
    max-width: 675px;
    width: 100%;
}
.counterIcon {
    width: 75px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}
.counterIcon i {
    font-size: 70px;
    color: #f4d3a7;
}
.counter {
    width: calc(100% - 90px);
    display: inline-block;
}
.counter h3 {
    font-size: 35px;
    color: #f4d3a7;
    font-weight: 900;
}
.countingLoader {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-left: 80px;
}
.counts {
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1px;
    word-spacing: 6px;
    max-width: 150px;
    width: 100%;
}
.counts h4 {
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}
.counter p {
    color: #ffffff;
    font-weight: 700;
}
.counts font {
    margin-left: -10px;
}

/*Testimonial*/
.reviewBoxTitleWrapper h2 {
    color: #f4d3a7;
    text-transform: capitalize;
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 45px;
}
.reviewBoxTitleWrapper {
    text-align: center;
}
.reviewWrap>div {
    width: 50%;
}
.reviewWrap {
    display: flex;
}






    /*Why Us*/
.whyUsSec {
    padding: 50px 0px;
}
.whyUsTitle h2 {
    color: #f4d3a7;
    text-transform: capitalize;
    position: relative;
    font-size: 25px;
    display: inline-block;
    font-weight: 700;
}
.whyUsTitle h2 span {
    font-weight: 100;
}
.whyUsTitle h2:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 30px;
    border-radius: 4px;
    background: #e9a242;
    left: 0;
    bottom: -15px;
    transform: translateY(-50%);
}
.whyUsBox {
   color: #252f49;
    margin-bottom: 35px;
}
.whyUsIcon span {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.whyUsIcon span img {
    width: 100%;
}
.whyUsIcon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    background: #f4d3a7;
    border-radius: 100%;
    line-height: 55px;
    text-align: center;
}
.whyUsInfo {
    display: inline-block;
    max-width: calc(100% - 80px);
    width: 100%;
    padding-left: 25px;
}
.whyUsInfo h3 {
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    color: #f4d3a7;
}
.whyUsInfo h3:after{
    position: absolute;
    content: "";
    height: 6px;
    width: 30px;
    border-radius: 4px;
    background: #e9a242;
    left: 0;
    bottom: -20px;
    transform: translateY(-50%);
}
.whyUsInfo p {
    font-size: 15px;
    color: #ffffff;
}
/*counter*/
.counterTitleBox {
    text-align: center;
}
.counterTitleBox h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.counterTitleBox h2 {
    font-weight: 400;
    color: #1D88C9;
    margin: 15px 0;
}
.counterTitleBox p {
    font-weight: 400;
    line-height: normal;
    color: #242424;
}

.countrySec{
    background: #2f3e5b;
    padding: 45px 0px;
}
.countriesTitle {
    text-align: center;
    margin: 0 0 55px 0;
}
.countriesTitle h2 {
    font-size: 35px;
    line-height: 51px;
    letter-spacing: 1px;
    color: #f4d3a7;
    font-weight: 700;
}
#countriesSlider .owl-stage {
    transition-timing-function: linear !important;
}
#countriesSlider .owl-dots .owl-dot.active span, #countriesSlider .owl-dots .owl-dot:hover span {
    background: #252f49;
}
#countriesSlider .owl-dots .owl-dot span {
    background: #f4d3a7;
    border: 1px solid #ffffff;
}
.clientSec{
    position: relative;
    padding: 70px 0px;
}

.reviewBoxTitle {
    position: relative;
}
.reviewInfo {
    background: #2f3e5b;
    padding: 0px 15px 15px 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.reviewBoxTitleWrapper h2 font {
    display: block;
    font-size: 20px;
    text-align: right;
    font-weight: 500;
    margin: 10px 0px 50px 0;
}
.reviewBoxTitleWrapper h2:before {
    top: calc(50% - 20px);
}
.reviewRating {
    margin-bottom: 30px;
}
.reviewRating i {
    display: inline-block;
    color: #fec42d;
    font-size: 13px;
}
.reviewText p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}
.reviewName h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #e9a242;
}
.reviewName h4 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #f4d3a7;
}
#clientSlider .owl-nav button.owl-prev {
    background-color: transparent;
    border: 1px solid #f4d3a7;
    position: absolute;
    left: -55px;
    top: 50%;
    color: #f4d3a7;
    font-size: 20px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
}
#clientSlider .owl-nav button.owl-next {
  background-color: transparent;
  border: 1px solid #f4d3a7;
  position: absolute;
  right: -55px;
  top: 50%;
  color: #f4d3a7;
  font-size: 20px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 40px;
  width: 40px;
}
#clientSlider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 5px;
}
#clientSlider .owl-nav [class*=owl-]:hover {
    background: #25304a;
    color: #FFF;
    text-decoration: none;
}

footer.footerSec {
    background-color: transparent;
    background-image: linear-gradient(180deg, #2c3a57 0%, #242e47 100%);
    padding: 70px 0px 0 0;
    position: relative;
    z-index: 1;
}
.footerSec:after {
    position: absolute;
    content: "";
    position: absolute;
    content: "";
    background: url(../imgs/footerbg.webp) no-repeat center;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-10;
}
.footerBox h3 {
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.footerBox h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #f4d3a7;
    left: 0;
    bottom: -12px;
}
.footerLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerLinks ul li {
    display: block;
    margin-bottom: 6px;
}
.footerLinks ul li a {
    display: block;
    color: #FFFFFFC7;
    transition: color 0.3s;
    text-decoration: none;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.footerLinks ul li a:hover {
    color: #ffffff;
}
.footerInfo a {
    display: block;
    color: #f9f9f9;
    text-decoration: none;
    margin-bottom: 15px;
}
.infoTitle {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 2px;
}
.footerInfo a > span {
    display: inline-block;
    width: 30px;
    color: #f4d3a7;
}
.footerInfo a > div {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
}

.loader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.loader .count{
    flex: 1 1 22%;
    text-align: center;
}
.copyrightBox {
    border-top: 1px solid #515151;
    padding: 30px 0px 30px 0px;
}
.copyrightBox p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
}
/*aboutnew*/
.aboutSecOne {
    padding: 40px 0px;
}
.aboutWrapperInfo {
    max-width: calc(100% - 550px);
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.aboutWrapperImgBox {
    max-width: 300px;
    width: 100%;
    display: inline-block;
}
.aboutWrapperText p {
    text-align: justify;
    font-size: 15px;
}
.aboutWrapperTitle {
    background: #f2f2f2;
    padding: 25px 20px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #293651;
}
.aboutWrapperTitle:before {
    position: absolute;
    content: "";
    width: 3px;
    background: #ffc107;
    left: 0;
    top: 0;
    bottom: 0;
}
.aboutInfoSec {
    padding: 45px 0px;
}
.aboutInfoTextBox {
    padding: 15px 0px;
}
.aboutInfoTextBox h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.aboutInfoWrapper {
    position: relative;
    margin-bottom: 35px;
}
.aboutInfoTextBox p {
    font-size: 15px;
    text-align: justify;
}
.aboutInfoWrapper:before, .aboutInfoWrapper:after {
    position: absolute;
    content: "";
}
.aboutInfoWrapper:before {
    height: 20px;
    width: 20px;
    background: #e9a242;
    top: -30px;
    border-radius: 100%;
}

.aboutInfoWrapper:after {
    height: 5px;
    width: 100%;
    background: #e9a242;
    top: -22px;
}
.pageCountrySec .whyUsTitle p {
    font-size: 15px;
    color: #252f49;
}

.pageCountrySec .whyUsTitle h2 {
    margin-bottom: 25px;
}
/*serviceNew*/
.serviceNewSec, .contactNewSec {
    padding: 45px 0px;
}
.serviceNewTextBox {
    padding: 10px 0;
}
.serviceNewTextBox h2:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 6px;
    background: #e9a242;
    border-radius: 3px;
    top: -20px;
}
.serviceNewTextBox h2 {
    font-size: 18px;
    font-weight: 700;
    color: #f4d3a7;
    margin: 30px 0 20px 0;
    position: relative;
    transition: all ease .3s;
}
.serviceNewTextBox p {
    font-size: 14px;
    text-align: justify;
}
.serviceNewTextBox span {
    /*display: inline-block;*/
    display:none;
    font-size: 13px;
    font-weight: 500;
    transition: all ease .3s;
}
.serviceNewTextBox i {
    font-size: 12px;
    margin-left: 3px;
    transition: all ease .3s;
}
.serviceNewWrapper {
    margin-bottom: 30px;
}
.serviceNewWrapper > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.serviceNewImgBox {
    position: relative;
}
.serviceNewImgBox:before {
    position: absolute;
    content: "+";
    color: #ffffff;
    height: 30px;
    width: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1;
    font-size: 40px;
    display: flex;
    align-items: center;
    transition: all ease .3s;
}
.serviceNewImgBox:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #252f49b5;
    transition: all ease .3s;
}
.serviceNewImgBox:before, .serviceNewImgBox:after {
    opacity: 0;
}
.serviceNewWrapper:hover .serviceNewImgBox:after, .serviceNewWrapper:hover .serviceNewImgBox:before {
   opacity: 1;
}
.serviceNewWrapper:hover .serviceNewTextBox h2, .serviceNewWrapper:hover .serviceNewTextBox span{
    color: #e9a242;
}
.serviceNewTextBox ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

/*contactNew*/

.contactDetailsBox {
    background: #252f49;
    padding: 30px 15px 15px 15px;
}
.contactNewInfoBox .cotactMedia ul li a {
    background: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #252f49;
    margin-bottom: 0;
}
.contactNewInfoBox .cotactMedia ul li a:hover {
    background: #f4d3a7;
}
.contactNewInfoBox .cotactMedia ul {
    padding: 0 0 0 25px;
}
.contactDetailsBox .cotactMedia {
    margin: 25px 0 25px 0px;
}
.contactNewInfoBox {
    margin-bottom: 30px;
}
.contactNewFormBox .contactBox input, .contactNewFormBox .contactBox textarea {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background: #cacaca;
    border: 2px solid #cacaca;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px;
    margin-bottom: 25px;
}
.contactNewFormBox .contactBox label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}
.contactNewFormBox .contactBox textarea {
    min-height: 125px;
    margin-bottom: 25px;
}
.contactNewFormBox .contactBox input:focus, .contactNewFormBox .contactBox textarea:focus {
    background: #ffffff;
    border: 2px solid #f4d3a7;
    border-radius: 4px;
}
.contactNewFormBox .contactBox button {
    background: #f4d3a7;
    color: #252f49;
}
.contactNewFormBox .contactBox button:hover, .contactNewFormBox .contactBox button:focus {
    background: #e9a242;
    
}
.contactNewFormBox .contactBox {
    padding: 0;
}
.contactNewFormBox {
    margin-top: 50px;
}

.pageCountrySec .whyUsTitle p{
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    margin: 0;
}
.countryImg {
    margin-bottom: 30px;
}
.countryImg {
    margin-bottom: 30px;
    overflow: hidden;
}
.countryImg img {
    transition: all .3s;
}
.countryImg:hover img {
    transform: scale(1.1);
}
.formFieldBox input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    padding: 8px 10px;
    font-weight: 700;
    background: #f4d3a7;
    color: #252f49;
    width: 119px;
}
.formFieldBox input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:hover,
.formFieldBox input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:focus {
    color: #ffffff;
    background: #e9a242;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 13px;
    font-weight: 600;
}





/*faqPageSec*/
.faqPageSec .container {
    padding: 50px 100px;
}
section.faqPageSec h2 {
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-bottom: 70px;
}
.faqTitle {
    background-color: #2f3e5b;
    padding: 21px 40px 21px 40px;
    margin: 0px 0px 0px 0px;
}
.faqTitle h3 {
    font-size: 17px;
    color: #e9a242;
}
.faqInfo {
    font-family: "Roboto", Sans-serif;
    padding: 30px 40px 30px 40px;
    margin: 0px 0px 0px 0px;
}
.faqBox {
    box-shadow: 0px 17px 32px -14px rgba(34, 34, 34, 0.1411764705882353);
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cotactMedia ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.cotactMedia ul li {
    margin-right: 10px;
    display: inline-block;
}
.cotactMedia ul li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    transition: all .3s;
    background: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #252f49;
    margin-bottom: 0;
}
.cotactMedia ul li a:hover {
    background: #f4d3a7;
}
    .cotactMedia {
    margin-left: 25px;
}
.contactBox button {
    background: #066aab;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    padding: 8px 35px;
    color: #ffffff;
    font-weight: 700;
}
.contactSec {
    margin-bottom: 30px;
}
.contactBox button:hover, .contactBox button:focus {
    background: #0081d5;
    color: #ffffff;
}


/* Tablet */
@media (max-width: 1368px){
.aboutWrapperInfo {
    max-width: calc(100% - 350px);
}   
    
}

@media screen and (max-width: 991px) {
   #navbarSupportedContent {
    background: #252f49;
}
    .serviceBox {
        height: auto;
        overflow: auto;
    }
    .navCustom {
        background: #ffffff;
    }
    .bannerSlider {
        margin-top: 0px;
    }
    #bannerSlider .owl-nav button.owl-prev {
        left:0;
    }
    #bannerSlider .owl-nav button.owl-next {
        right: 0;
    }
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 300px;
    height: 100%;
    z-index: 9999;
    padding: 25px 0;
    transform: translateX(-310px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  #navbarSupportedContent a{
      padding-left: 15px;
      transition: all ease .3s;
  }
  #navbarSupportedContent a:hover {
    background: #2f3e5b;
    padding-left: 25px;
}
  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
.topHeaderInfo ul li {
    margin: 10px 0;
}
.topHeaderInfo ul li a, .topHeaderInfo ul li a span {
    font-size: 14px !important;
}
.topHeaderInfo.topHeaderMedia ul li {
    margin: 10px 2px 0px 2px;
}

.aboutWrapperInfo, .aboutWrapperImgBox {
    max-width: 100%;
} 
.aboutWrapperInfo {
    padding-left: 0;
}
.aboutWrapperImgBox {
    margin-bottom: 20px;
}


}

@media screen and (max-width: 768px) {

.reviewWrap>div {
    width: 100%;
}
.reviewImgBox{
    display: none;
}

}

@media only screen and (max-width: 600px) {
  #bannerSlider .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  #bannerSlider .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
} 

    .loader{
        justify-content: center;
    }

    .loader .count{
        flex: 1 1 100%;
    }
    .pageBannerSec {
        background-size: cover;
    }



@media only screen and (max-width: 575px) {
.getQuoteBox h3 {
    font-size: 15px;
} 
.getQuoteBox a {
    padding: 10px 10px;
    font-size: 14px;
    min-width: 120px;
}    

.getQuoteBox h3 {
    margin: 0 10px 0 0;
    line-height: normal;
}    

.euroFeatureText {
    transform: translateY(35%);
}
.transparentTitleBox h1 {
    font-size: 30px;
    opacity: 0.3;
}    
.about_us_title h3 {
    font-size: 20px;
}   
.feature_box_main {
    padding: 20px 0px;
}
.lineBg:after, .lineBg:before {
    left: -18px;
}
.counter h3 {
    font-size: 19px;
    margin-bottom: 15px !important;
}   
.counterSec .container {
    padding: 0 15px;
}
.counterIcon i {
    font-size: 40px;
}
.counterIcon {
    width: 40px;
}
.counter {
    width: calc(100% - 60px);
}
.counterSec {
    padding: 50px 0px 0 0;
}
.whyUsSec {
    padding: 0px 10px;
}
.countriesTitle h2, .reviewBoxTitleWrapper h2 {
    font-size: 25px;
}
#clientSlider .owl-nav button.owl-prev {
    left:-5px;
}
#clientSlider .owl-nav button.owl-next {
    right:-5px;
}
faqPageSec h2 {
    font-size: 25px;
    line-height: normal;
}
.faqPageSec .container {
    padding: 15px;
}
.faqInfo, .faqTitle {
    padding: 20px 15px 20px 15px;
}
.faqTitle h3 {
    line-height: 1.5;
}
section.faqPageSec h2 {
    margin-bottom: 30px;
    margin-top: 20px;
}
    
    
}

























