html {
  scroll-padding-top: 0px; 
  scroll-behavior: smooth; 
}

body{
     font-family: "Poppins", sans-serif;
}

.container{
    max-width: 1200px;
    margin: auto;
}

h1,h2,h3,h4,h5{
    letter-spacing: 0px;
}

p,a{
    letter-spacing: 0;
}

:hover{
    transition: all 800ms;
}

h1{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 500;
}

.page h1{
    letter-spacing: 0;
    font-weight: bold;
    color: #006fab;
}

.page-template-default h2{
    font-weight: 600;
    font-size: 24px;
        margin-top: 1.5em;
}

h2{
    font-size: 28px;
    font-weight: bold;
    color: #006fab;
}

h3{
    font-size: 22px;
    font-weight: bold;
    color: #006fab;
}

a, a:hover, a:focus, a:visited{
    color: #036544;
    cursor: pointer !important;
}

a.btn, input.btn{
    background: #54b948;
    font-weight: 400;
    color: #FFF !important;
    font-size: 18px;
}

a.btn i{
    color: #FFF;
    margin-left: .25em;
}

a.btn:hover{
    background: #3e8b35;
}

:focus{
    outline: none !important;
}

p, li{
    font-size: 16px;
    color: #004063;
    line-height: 26px;
}

.top-header{
    background: #0083ca;
}

.top-header ul li a, .top-header ul li{
    text-decoration: none;
    font-size: 14px;
}

.top-header ul li a i{
    color: #FFF;
}

#menu-main-menu{
    float: right;
    list-style: none;
    margin: 0;
    clear: right;
}

#menu-main-menu li{
    float: left;
}

#menu-main-menu li a{
    font-size: 16px;
    color: #003958;
    font-weight: 500;
    text-decoration: none;
    padding: 0 1em;
    border-left: 2px solid #bfbfbf;
}

#menu-main-menu li:first-child a{
    border: none;
}

#menu-main-menu li:last-child a{
    padding-right:0;
}

#menu-main-menu li a:hover{
    color: #3e8b35;
}

#header{
    background: #FFF;
    z-index: 99999;
    border-bottom:2px solid #148dce;
}

.header-phone a{
    color: #3f4348;
      font-size: 26px;
    font-weight: bold;
    text-decoration: none;
}

.header-phone a i{
    color: #036544;
    font-size: 28px;
}

.border-div{
    border-width: 18px 47vw 0 47vw;
    border-color: #148dce transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}

.border-triangle{
     border-color: #148dce transparent transparent transparent;
}

.border-triangle-light{
     border-color: #00aeef transparent transparent transparent;
}
.border-triangle-bottom{
    border-width: 18px 47vw 0 47vw;
    border-color: transparent transparent #00aeef transparent;
}

span.eyebrow{
    color: #006fab;
    font-size: 22px;
    font-weight: 500;
    border-bottom: #54b948 3px solid;
    padding-bottom: .25em;
}

.banner h1{
      color: #006fab;
      font-weight: bold;
}

.banner p{
    font-size: 18px;
    font-weight: 500;
}

.banner .carousel-indicators [data-bs-target]{
    background-color: #006fab;
    height: 10px;
    width: 10px;
        margin: 3px 6px;
}

.banner .carousel-control-prev, .banner .carousel-control-next{
    background: none !important;
    
}

.trust-bar{
    background: #0083ca;
}

.trust-bar-content{
    border: 1px solid #ffffff;
}

.trust-bar i{
        color: #8fe1ff;
    font-size: 40px;
    margin-bottom: .25em;
}

.trust-bar p{
    color: #6dd7ff;
}

.mission-vision-div{
    border-right: 1px solid #00aeef;
}

.mission-vision-div ul li{
    font-size: 18px;
    line-height:30px;
}

.why-choose, .process, .cta{
    background: #0083ca;
}

.p-light{
    color: #a4e5fd;
}

.why-choose-div{
        background: #FFF;
    border: 2px solid #6bd7ff;
    min-height: 157px;
}

.why-choose-div .border-blue{
        width: 100%;
    border-top: 10px solid #08b0ef;
}

.why-choose-div h3{
    color: #006fab;
}

.why-choose-div i{
        font-size: 30px;
    color: #54b948;
}

.portfolio-div{
        border: 2px solid #08b0ef;
    overflow: hidden;
        min-height: 288px;
}

.technical-support{
    border-top: 2px solid #00aeef;
    border-bottom: 2px solid #00aeef;
}

.technical-div{
    background: #0083ca;
        border-top: 8px solid #08b0ef;
}

.technical-div i{
    font-size: 26px;
}

.technical-div h3{
        border-bottom: 3px solid #08b0ef;
       padding-bottom: .25em;
    font-size: 18px;
        margin-top: .5em;
            min-height: 71px;
}

.technical-div p{
    font-size: 14px;
    line-height: normal;
        min-height: 62px;
}

.steps{
    min-height: 230px;
}

.steps h2{
    font-size: 50px;
    color: #0083ca;
}


.steps h3{
    font-size: 18px;
    color: #08b0ef;
}

.logos{
    max-width: 920px;
}

.logos img{
    cursor: pointer;
      filter: grayscale(100%);
}

.logos img:hover{
    filter: grayscale(0);
}

.contact-form-bottom{
    max-width: 800px;
}

.contact-form-bottom label{
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.contact-form-bottom input, .contact-form-bottom input:focus, .contact-form-bottom select, .contact-form-bottom textarea{
    background: #FFF;
    border-radius: 5px;
    color: #004063;
    border: none;
    width: 100%;
    padding: .5em .75em;
}


.contact-form-bottom input::placeholder, .contact-form-bottom textarea::placeholder{
     color: #004063;
}

.contact-form-bottom select{
        border-right: 10px solid transparent;
}

.contact-form-bottom textarea{
        height: 100px;
    resize: none;
}

.contact-form-bottom input[type="checkbox"]{
	    width: auto;
	cursor: pointer;
}

span.wpcf7-list-item-label{
	font-weight: normal;
    font-size: 15px;
}

.contact-form-bottom input[type="submit"]{
    width: auto !important;
        background: #54b948 !important;
}

.contact-form-bottom .accept-terms{
    font-size: 14px;
    color: #a4e5fd;
}

.contact-form-bottom h4{
        font-size: 18px;
    color: #a4e5fd;
    border-top: 3px solid #54b948;
    padding-top: .5em;
}

.contact-form-bottom h4 a{
    text-decoration: none;
    color: #FFF;
        font-weight: bold;
}

.wpcf7-response-output{
    margin: 0;
}

.footer-top{
    background: #006ca6;
}

.footer-top p{
    color: #d4f0ff;
}

.footer-top h3{
    border-bottom: 3px solid #54b948;
    padding-bottom: .25em;
    float: left;
}

.footer-top ul{
    list-style: none;
    clear: both;
}

.footer-top ul li a, .footer-top ul li i, .footer-top ul li{
        text-decoration: none;
    color: #d4f0ff;
    font-size: 18px;
}

.footer-top .contact ul li a, .footer-top .contact ul li{
    font-size: 16px;
}

.copyright{
    background: #0083ca;
}

.copyright p, .copyright a{
    color: #a4e5fd !important;
    font-size: 12px;
    line-height: normal;
}

span.wpcf7-not-valid-tip {
    color: #8a1717;
}

.wpcf7-response-output{
    margin: 0;
    color: #FFF;
    text-align: center;
}

#back-to-top{
        color: #006399;
    font-size: 40px;
    position: fixed;
    bottom: .5em;
    right: .5em;
      visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
      z-index: 99999999999;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#whatsapp-float{
        background: #27d367;
    right: .5em;
    position: fixed;
    top: 70%;
    font-size: 40px;
    padding: 3px 5px 5px;
    border-radius: 10px;
    line-height: normal;
    z-index: 99999999999;
}

#whatsapp-float i{
    background: #27d367;
    line-height: normal;
}

#mobile-header h2 a{
        background: #006fab;
    padding: .5em;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
     h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 22px !important;
    }
    .home h3{
        font-size: 18px !important;
    }
    p, li{
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .copyright p, .copyright a{
        font-size: 12px !important;
        line-height: normal !important;
    }
    .portfolio-div{
        min-height: 0;
    }

}

@media only screen and (max-width: 1100px) {
    #multilanguage, #top-contact{
            clear: both;
    justify-content: center !important;
    float: none !important;
    }

}


@media only screen and (max-width: 980px) {
    .banner h1, .banner p{
        text-align: left;
    }
    #mobile-header .logo img{
        margin: 0 auto !important;
        display: block;
    }
    .top-header ul{
            justify-content: center ! important;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none;
    }
    #sliderHome{
            min-height: 324px;
    }
    span.eyebrow {
            font-size: 18px;
    }
    .why-choose-div i{
            display: block;
    width: 100%;
    }
    .technical-div h3, .technical-div p, .steps{
        min-height: 0;
    }
    .technical-div{
        margin-bottom: .75em;
    }
    .steps h3, .steps p{
            text-align: left !important;
    }
    .footer-top .logo img{
        max-width: 280px;
    margin: 0 auto !important;
    display: block;
    }
    .footer-top p{
        text-align: center;
    }
    .footer-top h3{
            text-align: center;
    width: 100%;
            border: none;
        background: #00aeef;
        padding: .25em;
                font-size: 18px;
    }
    .footer-top ul li a, .footer-top ul li{
        font-size: 16px !important;
            text-align: center;
    width: 100%;
    display: block;
    }
    .footer-top .col-12{
        margin-bottom: 1em;
    }
      .footer-top .col-12:last-child{
        margin-bottom: 0;
      }
}

@media only screen and (max-width: 767px) {
     .footer-top ul li a, .footer-top ul li i, .footer-top ul li{
        font-size: 14px !important;
     }
    h1, span, p{
        text-align: center !important;
        width: 100%;
        display: block;
    }
    h2, h3, h4{
        text-align: center;
    }
    .banner h1{
            margin-bottom: .5em !important;
    }
    br{
        display:none;
    }
    a.btn, input.btn{
        width: 100%;
        font-size: 16px;
            margin-bottom: .5em;
    }
    .mission-vision-div{
        border: none;
        border-bottom: 1px solid #00aeef;
        margin-bottom: .5em;
    }
    .values .mission-vision-div{
        margin-bottom: 0;
        border: none;
    }
    .mission-vision-div ul li{
        text-align: center;
    }
    .why-choose-div{
        min-height: 0;
    }
    .why-choose-div h3, .why-choose-div p{
        text-align: left !important;
    }
    .contact-form-bottom p{
        text-align: left !important;
    }
    .contact-form-bottom input[type="submit"]{
        width: 100% !important;
        padding: .75em !important;
    }
    .trust-bar i{
        font-size: 28px;
    }
    #whatsapp-float{
        top: auto;
        bottom: .5em;
        right: auto;
        left: .5em;
    }
    .cta-technical li{
        width: 100%;
    }
}

a.glink span{
    font-size: 12px !important;
    color: #a4e5fd !important;
}

.g-translate-mobile{
    background: #148dce;
}

.g-translate-mobile a.glink{
    float: left;
    margin: 0 .5em;
}

.g-translate-mobile a.glink span{
    color: #8fe1ff !important;
}

.wpcf7-response-output:not(:empty){
    background: #FFF;
    color: #006fab;
    border: 2px solid #006fab;
    margin-bottom: 1em;
}

.grecaptcha-badge{
	display: none;
}