@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.eot');
    src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff'),
        url('Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.eot');
    src: url('Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff'),
        url('Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.eot');
    src: url('Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff'),
        url('Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.eot');
    src: url('Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff'),
        url('Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.eot');
    src: url('Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff'),
        url('Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cambria';
    src: url('Cambria.eot');
    src: url('Cambria.eot?#iefix') format('embedded-opentype'),
        url('Cambria.woff2') format('woff2'),
        url('Cambria.woff') format('woff'),
        url('Cambria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria Math';
    src: url('CambriaMath.eot');
    src: url('CambriaMath.eot?#iefix') format('embedded-opentype'),
        url('CambriaMath.woff2') format('woff2'),
        url('CambriaMath.woff') format('woff'),
        url('CambriaMath.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}
a{
    color: #039ace;
    text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: #039ace;
}
ul{
    margin-bottom: 0;
}
ul li{
    list-style-type: none;
}

.primary_btn{
    height: 46px;
    padding: 0 30px;
    display: inline-block;
    line-height: 40px;
    border: 3px solid #31b0e4;
    border-radius: 25px;
    color: #31b0e4;
    font-weight: 500;
    background: linear-gradient(to left, transparent 50%, #31b0e4 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.primary_btn:hover{
    border: 3px solid #31b0e4;
    color: #fff;
    background-position: left;
    cursor: url("../images/list-icon.png"), default;
}
/*header style start here*/
header{
    width: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    z-index: 99;
}
.sticky header{
    background: rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px #2c2929;
}
.logo{
    width: 155px;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo img{
    max-width: 100%;
}
.mob-menu{
    width: 100%;
    display: none;
}
.mob-menu-overlay{
    display: none;
}
.menu-btn{
    width: 35px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.menu-btn span{
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #039ace;
}
.menuClose{
    display: none;
}
.header-menu{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.navMenu{
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}
ul.navMenu li{
    padding: 0 25px;
}
ul.navMenu li:last-child{
    padding-right: 0;
}
ul.navMenu li a{
    color: #fff;
    font-weight: 300;
    transition: all ease .5s;
    font-size: 14px;
}
ul.navMenu li a:not([href]):not([class]){
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}
ul.navMenu li a:hover, ul.navMenu li a:not([href]):not([class]):hover{
    color: #039ace;
    font-weight: 300;
    cursor: pointer;
}
ul.navMenu li.active a{
    color: #039ace;
    font-weight: 400;
}
ul.header-phnMail{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 88px;
}
ul.header-phnMail li{
    padding: 0 25px;
}
ul.header-phnMail li:last-child{
    padding-right: 0;
}
ul.header-phnMail li a{
    display: flex;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    align-items: center;
    transition: all ease .5s;
}
ul.header-phnMail li a:hover{
    color: #039ace;
}
ul.header-phnMail li a i{
    transition: all ease .8s;
}
ul.header-phnMail li a:hover i{
    transform: rotate(360deg);
}
.phone-icon-header{
    display: inline-block;
    background: url(../images/phone-ico.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 17px;
    margin-right: 7px;
}
.mail-icon-header{
    display: inline-block;
    background: url(../images/mail-ico.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}

/*Banner start here*/
.Banner{
    width: 100%;
    height: 1000px;
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.Banner-inner{
    width: 100%;
}
.content-div{
    width: 100%
}
.banner-box{
    width: 50%;
    height: 384px;
    position: relative;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
}
.banner-box:before{
    height: 384px;
    width: 100%;
    left: -100%;
    background: rgba(0,0,0,.6);
    content: '';
    position: absolute;
}
.banner-box:after{
    width: 0; 
    height: 0; 
    content: '';
    position: absolute;
    top: 0;
    right: -173px;
    border-bottom: 384px solid rgba(0,0,0,.6);
    border-left: 0px solid transparent;
    border-right: 173px solid transparent;
}
.banner-text{
    width: 100%;
    padding-left: 60px;
}
.banner-text h1{
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 70px;
    font-family: 'Cambria Math';
}
.banner-text h1 span{
    color: #31b0e4;
}
.bannerbottom{
    width: 100%;
    position: relative;
    min-height: 600px;
    background-image: linear-gradient(#1a1a1a, #000);
}
.bannerbottom:before{
    position: absolute;
    top: -345px;
    content: '';
    width: 100%;
    height: 637px;
    background: url(../images/banner-mask.png) no-repeat top center;
    background-size: cover;
}
/*Choice section start here*/
.company-choice{
    width: 100%;
    z-index: 2;
    position: relative; 
    padding-bottom: 180px;
}
.choose-btn{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.choose-btn:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #039ace;
    top: 22px;
    right: -53%;
}
.choose-btn.Choose3:after{
    display: none;
}
.choose-btn span{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #039ace;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.choose-cont{
    text-align: center;
    width: 350px;
    max-width: 100%;
    color: #fff;
    padding-top: 45px;
    margin: 0 auto;
}
.choose-cont h3{
    font-size: 22px;
    margin-bottom: 15px;
}
.choose-cont p{
    font-size: 15px;
    font-weight: 300;
}

/*About Us section started*/
.aboutUs{
    width: 100%;
    background: url(../images/about-bg.jpg) no-repeat top center;
    background-size: cover;
}
.aboutOverlay{
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    padding: 120px 0;
    background: rgba(0,0,0,0.85);
}
.about-team-img{
    width: 100%;
    position: relative;
    min-height: 500px;
    
}
.about-team-img img{
    object-fit: cover;
    transition: all ease .5s;
}
.about-team-img img:hover{
    transform: scale(1.1);
}
.team-one-img{
    width: 332px;
    height: 305px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
}
.team-two-img{
    width: 180px;
    height: 190px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 280px;
    left: 30px;
    overflow: hidden;
}
.about_content{
    width: 100%;
    color: #fff;
}
.about_content h3{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px;
}
.about_content h4{
    font-size: 20px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #e1e1e1;
}
.about_content p{
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    color: #e1e1e1;
}
.about_content ul{
    width: 100%;
    padding-bottom: 35px;
    padding-left: 24px;
}
.about_content ul li{
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    padding-left: 24px;
    color: #e1e1e1;
}
.about_content ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    background: url(../images/list-icon.png) no-repeat center;
    background-size: contain;
}

/*Service Section start here*/
.services{
    width: 100%;
    padding-top: 180px;
    padding-bottom: 150px;
    text-align: center;
}
.services h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #e1e1e1;
}
.services_content{
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 45px 15px;
    transition: all ease .8s;
}
.services_content:hover{
    background: #222222;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.services_content .service-icon{
    display: inline-block;
    height: 50px;
    width: 55px;
    margin-bottom: 20px;
}
.web-design{
    background: url(../images/webdesign.png) no-repeat center;
    background-size: contain;
}
.web-application{
    background: url(../images/web-application.png) no-repeat center;
    background-size: contain;
}
.web-development{
    background: url(../images/web-development.png) no-repeat center;
    background-size: contain;
}
.content-management{
    background: url(../images/content-management.png) no-repeat center;
    background-size: contain;
}
.mobile-technology{
    background: url(../images/mobile-technology.png) no-repeat center;
    background-size: contain;
}
.graphic-design{
    background: url(../images/graphic-design.png) no-repeat center;
    background-size: contain;
}
.services_content h3{
    color: #31b0e4;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.services_content p{
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    color: #b6b8b7;
}

/*Our Clients start here*/
.our-clients{
    background-color: #121619;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.our-clients h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 80px;
    color: #e1e1e1;
}
.clients-carousel .item{
    background: #fff;
    border: 5px solid #039ace;
    padding: 12px;
    text-align: center;
    cursor: move;
}
.client-logo{
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-item .client-logo img{
    height: 43px;
    width: auto;
}
.client-descr{
    width: 100%;
    padding-top: 30px;
    height: 150px;
    overflow: hidden;
}
.client-descr p{
    font-size: 14px;
    margin-bottom: 0;
}
.clients-carousel .owl-nav{
    width: 100%;
}
.clients-carousel.owl-carousel .owl-nav button{
    position: absolute;
    top: 40%;
}
.clients-carousel.owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    background: url(../images/carousel-prev.png) no-repeat center;
    background-size: contain;
    left: -50px;
}
.clients-carousel.owl-carousel .owl-nav button.owl-prev.disabled{
    opacity: .2;
}
.clients-carousel.owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
    background: url(../images/carousel-next.png) no-repeat center;
    background-size: contain;
    right: -50px;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next.disabled{
    opacity: .2;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next span{
    display: none;
}
/*Career Section start here*/
.careers{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.careers h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 80px;
    color: #e1e1e1;
    text-align: center;
}
.carrer-box{
    width: 100%;
    padding: 10px 20px;
    border-left: 5px solid #039ace;
    height: 94px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.carrer-box:after{
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    border-top: 54px solid #039ace;
    border-right: 0px solid transparent;
    border-left: 54px solid transparent;
}
.experience-div{
    position: absolute;
    top: 8px;
    right: 3px;
    font-size: 13px;
    color: #fff;
    z-index: 1;
}
.career-position{
    width: 100%;
}
.career-position h3{
    font-size: 16px;
    color: #039ace;
    font-weight: 600;   
    margin-bottom: 5px;
}
.career-position p{
    color: #515050;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}
.career-position p:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 9px;
    height: 12px;
    background: url(../images/career-pin.png) no-repeat center;
    background-size: contain;
}

/*Footer section start here*/
footer{
    width: 100%;
    background: #000;
    border-top: 1px solid #2c2929;
    padding: 60px 0 40px;
    color: #b6b8b7;
    font-size: 13px;
}
footer p{
    margin-bottom: 0;
}
footer ul{
    padding-left: 0;
}
footer ul li{
    padding: 5px 0;
}
footer ul li a, footer ul li a:not([href]):not([class]){
    color: #b6b8b7;
    transition: all ease .5s;
}
footer ul li a:hover, footer ul li a:not([href]):not([class]):hover{
    color: #039ace;
}
footer h4{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.footer-company{
    width: 100%;
    margin-bottom: 20px;
}
.footer-logo{
    width: 155px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.footer-company p{
    line-height: 20px;
    position: relative;
}
.footer-phn{
    padding-left: 28px;
    margin-top: 15px;
}
.footer-mail{
    padding-left: 28px;
    margin-top: 5px;
}
.footer-phn:before{
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/footer-phone.png) no-repeat center;
}
.footer-mail:before{
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/footer-mail.png) no-repeat center;
}
.focus-area{
    margin-bottom: 20px;
}
.footer-quick-links{
    margin-bottom: 20px;
}
.footer-get-quote{
    margin-bottom: 20px;
}
.footer-get-quote input[type="text"], .footer-get-quote input[type="email"]{
    max-width: 100%;
    width: 200px;
    border: 1px solid #039ace;
    border-radius: 4px;
    height: 30px;
    background: #000;
    margin-bottom: 10px;
    font-size: 12px;
    padding-left: 10px;
    color: #b6b8b7;
}
.footer-get-quote input[type="text"]::placeholder, .footer-get-quote input[type="email"]::placeholder{
    color: #b6b8b7;
}
/* Change the white to any color */
.footer-get-quote input:-webkit-autofill,
.footer-get-quote input:-webkit-autofill:hover, 
.footer-get-quote input:-webkit-autofill:focus, 
.footer-get-quote input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}
/*Change text in autofill textbox*/
.footer-get-quote input:-webkit-autofill{
    -webkit-text-fill-color: #b6b8b7 !important;
    font-size: 12px;
}
.footer-get-quote input[type="submit"]{
    width: 80px;
    height: 30px;
    color: #fff;
    background: #039ace;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    transition: all ease .5s;
    background: linear-gradient(to left, #039ace 50%, #515050 50%) right;
    background-size: 200%;
}
.footer-get-quote input[type="submit"]:hover{
    background-color:#515050; 
    background-position: left;
}
.footer-get-quote input:focus{
    outline: none;
}
.footer-get-quote input.error{
    border: 1px solid red;
}
.footer-get-quote label.error{
    color: red;
    font-size: 10px;
    position: relative;
    top: -11px;
    width: 100%;
}
.copright p{
    color: #515050;
    border-bottom: 1px solid #515050;
    display: inline-block;
    line-height: 15px;
}
.backToTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/*Media query start here*/

@media only screen and (max-width: 1399px) {
    body{
        font-size: 15px;
    }
    .team-one-img{
        right: 20px;
    }
    .team-two-img{
        left: 0;
    }
}
/*max-width: 1399px ends*/
@media only screen and (max-width: 1199px) {
    body{
        font-size: 14px;
    }
    ul.navMenu li, ul.header-phnMail li{
        padding: 0 15px;
    }
    .banner-text h1{
        font-size: 40px;
    }
    .choose-cont h3{
        font-size: 20px;
    }
    .choose-cont p{
        font-size: 14px;
    }
    .team-one-img{
        width: 300px;
        height: 285px;
        right: 20px;
    }
    .team-two-img{
        width: 150px;
        height: 160px;
        left: 0;
    }
}
/*max-width: 1199px ends*/
@media only screen and (max-width: 991px) {
    body.mb-menu{
        overflow: hidden;
    }
    .mob-menu{
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }
    header{
        padding: 10px 0;
    }
    .header-menu{
        width: 300px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -320px;
        background: #039ace;
        z-index: 9;
        transition: all ease .5s;
        display: block;
    }
    .mb-menu .header-menu{
        right: 0;
    }
    .mob-menu-overlay{
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.9);
        z-index: 8;
        transition: all ease .5s;
    }
    .mb-menu .mob-menu-overlay{
        display: block;
        left: 0;
    }
    ul.navMenu{
    }
    ul.navMenu, ul.header-phnMail{
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        padding-left: 0;
        height: auto;
    }
    ul.navMenu li, ul.header-phnMail li{
        width: 100%;
        padding: 10px 10px;
        border-bottom: 1px solid #55bbdf;
    }
    ul.navMenu li.active a, ul.navMenu li a:hover, ul.navMenu li a:not([href]):not([class]):hover, ul.header-phnMail li a:hover{
        color: #222222;
    }
    ul.navMenu li a:not([href]):not([class]){
        color: #fff;
    }
    .phone-icon-header, .mail-icon-header{
        display: none;
    }
    .menuClose{
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 25px;
        height: 25px;
        background: url(../images/close.png) no-repeat center;
        background-size: contain;
    }
    .Banner {
        height: 520px;
    }
    .banner-box{
        width: 75%;
    }
    .banner-box, .banner-box:before{
        height: 300px;
    }
    .banner-box:after{
        border-bottom: 300px solid rgba(0,0,0,.6);
    }
    .clients-carousel.owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .clients-carousel.owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .clients-carousel.owl-carousel .owl-nav button{
        top: -50px;
    }
    .choose-cont h3{
        font-size: 16px;
    }
    .choose-cont p{
        font-size: 12px;
    }
    .about-team-img img{
        position: relative;
        left: -35px;
    }
    .team-one-img{
        width: 250px;
        height: 230px;
        right: 10px;
    }
    .team-two-img {
        width: 130px;
        height: 130px;
        left: 0;
        top: 240px;
    }
    .company-choice{
        padding-bottom: 80px;
    }
    .aboutOverlay, .services, .our-clients, .careers{
        padding: 50px 0;
    }
    .services_content{
        padding: 15px;
    }
}
/*max-width: 991px ends*/
@media only screen and (max-width: 767px) {
    .choose-btn:after{
        display: none;
    }
    .choose-cont{
        padding-top: 5px;
        margin-bottom: 25px;
    }
    .footer-company, .focus-area{
        margin-bottom: 30px;
    }
    .about-team-img{
        min-height: 50px;
    }
    .team-one-img{
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: transparent;
        margin-bottom: 25px;
        right: inherit;
    }
    .about-team-img img{
        left: inherit;
    }
    .team-two-img{
        display: none;
    }
    .banner-box:after{
        display: none;
    }
    .banner-box{
        width: 100%;
    }
}
/*max-width: 767px ends*/
@media only screen and (max-width: 575px) {
    header{
        position: absolute;
    }
    .careers h2, .our-clients h2, .services h2, .about_content h3{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .banner-text h1{
        line-height: 35px;
        font-size: 28px;
    }
    .banner-box, .banner-box:before{
        height: 240px;
    }
    .client-logo{
        padding-top: 0;
    }
    footer ul{
        display: flex;
        flex-wrap: wrap;
    }
    footer ul li{
        padding: 5px;
        border: 1px solid #039ace;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 11px;
    }
    .clients-carousel.owl-carousel .owl-nav button.owl-next, .clients-carousel.owl-carousel .owl-nav button.owl-prev{
        width: 25px;
        height: 25px;
    }
    .clients-carousel.owl-carousel .owl-nav button{
        top: -35px;
    }
}
/*max-width: 575px ends*/
@media only screen and (max-width: 399px) {
    .banner-text{
        padding-left: 0;
    }
    .primary_btn{
        height: 36px;
        padding: 0 20px;
        line-height: 32px;
        border: 2px solid #31b0e4;
        font-weight: 400;
    }
    .Banner{
        height: 400px;
        padding-top: 20px;
    }
    .careers h2, .our-clients h2, .services h2, .about_content h3{
        font-size: 20px;
    }
}