@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #0062b2;
    /* border-radius: 30px; */
}

::-webkit-scrollbar-thumb:hover {
    background: #777777;
    transition: all .3s ease;
}

::selection {
    background-color: #0062b2;
    color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.navbar {
    background-color: #ffffff;
}

.navbar .nav-link {
    font-size: 15px;
    color: #225e91 !important;
    padding: 10px 20px !important;
}

.navbar .nav-link:hover {
    color: #777777 !important;
}
.navbar .active{
    color: #777777;
}
.site_logo {
    width: 300px;
}

.hero {
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-position: 50% 13%;
    background-repeat: no-repeat;
}

.hero h1 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bold;
}

.hero p {
    font-size: 36px;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.sec-second {
    background-color: white;
}

.sec-second h1 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
}

.sec-second h1 span {
    color: #008000;
}

.sec-third {
    background-color: #0062b2;
}

.sec-third h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.sec-third h2 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 50px 0;
}

.sec-third .box i {
    font-size: 100px;
}

.sec-third .box h3 {
    margin-top: 30px;
    font-size: 18px;
}

.sec-five h1 {
    color: #3b4251;
    font-size: 28px;
    font-weight: bold;
}

.sec-five h3 {
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.sec-five .team {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sec-five .team i {
    color: #225e91;
    font-size: 20px;
}

.sec-five .team h2 {
    color: #3b4251;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.sec-five p {
    color: #747474;
    margin-top: 20px;
}

.sec-six {
    background-image: url(../images/couple.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
}

.sec-six h1 {
    color: #dddddd;
    font-size: 35px;
    margin-bottom: 100px;
    text-align: center;
    font-weight: bold;
}

.sec-six .box {
    text-align: center;
}

.sec-six .box i {
    color: #dddddd;
    font-size: 70px;
    margin-bottom: 30px;
}

.sec-six .box h3 {
    color: #dddddd;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.sec-eight {
    background-image: url(../images/success.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sec-eight h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.hr {
    border-color: #444c56;
    border-top-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 170px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 70%;
    height: 70%;
    object-fit: cover;
    margin: auto;
}

.contact {
    background-color: #225e91;
    text-align: center;
}

.contact h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.contact .button {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    border: 1px solid #ffffff;
    text-decoration: none;
    padding: 15px 25px;
}

.contact .button:hover {
    background: #1e73be;
}

footer {
    padding: 30px 0;
}

footer p {
    margin: 0;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.services {
    background-image: url(../images/services-hero.jpeg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
}

.services h1 {
    color: rgb(255, 255, 255);
    font-size: 38px;
}

.services h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
}

.service_button {
    background-color: #225e91;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
}

.service_button:hover {
    color: #ffffff;
    opacity: 0.9;
}

.blue_bg {
    background-color: rgba(154, 216, 244, 0.43);
}

.multisec h1 {
    color: #3b4251;
    margin-bottom: 40px;
    font-size: 28px;
}

.multisec h1 span {
    color: #224f8a;
}

.multisec .team {
    display: flex;
    align-items: center;
    gap: 20px;
}

.multisec .team i {
    color: #81d742;
    font-size: 20px;
}

.multisec .team h2 {
    color: #3b4251;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.multisec p {
    color: #747474;
    margin-top: 20px;
}

.about-hero {
    background-image: url(../images/about-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero h1 {
    color: #dddddd;
    font-size: 30px;
    margin-bottom: 30px;
}

.about-hero h2 {
    color: #dddddd;
    font-size: 18px;
}

.network h1 {
    color: #3b4251;
    font-size: 34px;
    margin-bottom: 20px;
}

.network p {
    margin-bottom: 20px;
    color: #666666;
}

.values h1 {
    color: #3b4251;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
}

.values .team {
    display: flex;
    align-items: center;
    gap: 20px;
}

.values .team i {
    color: #225e91;
    font-size: 20px;
}

.values .team h2 {
    color: #3b4251;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.values p {
    color: #747474;
    margin-top: 20px;
}

.delivry h1 {
    color: #3b4251;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
}

.delivry .team {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivry .team i {
    color: #225e91;
    font-size: 20px;
}

.delivry .team h2 {
    color: #3b4251;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.delivry p {
    color: #747474;
    margin-top: 20px;
}

.academy h1 {
    color: #3b4251;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

.academy h2 {
    color: #3b4251;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.academy .reading-box {
    border-left: 3px solid #67b7e1;
    background-color: #f6f6f6 !important;
    height: 100%;
}

.academy .reading-box h3 {
    color: #3b4251;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
}

.academy .reading-box p {
    color: #747474;
    margin-top: 20px;
}

.comp {
    background-image: url(../images/letsworktogather.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 70vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp h1 {
    color: #ffffff;
    font-size: 28px;
}

.comp h2 {
    color: #ffffff;
    font-size: 18px;
}

.comp_button {
    background-color: #225e91;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
}

.comp_button:hover {
    color: #ffffff;
    opacity: 0.9;
}

.wireless h1 {
    color: #3b4251;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

.wireless .wirebox h2 {
    color: #3b4251;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.wireless .wirebox {
    text-align: center;
}

.wireless .wirebox i {
    color: #607d8b;
    font-size: 50px;
    margin-bottom: 20px;
}

.wireless .wireless_dekstop {
    margin-top: 50px;
}

.getin {
    background-image: url(../images/getintouch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.getin h1 {
    color: #ffffff;
    font-size: 35px;
}

.builder .builder-card {
    text-align: center;
}

.builder .builder-card h2 {
    font-size: 18px;
    color: #3b4251;
    margin-top: 20px;
}

.builder .builder-card i {
    color: #225e91;
    font-size: 45px;
}

.builder .builder-card p {
    color: #666666;
    font-size: 14px;
}

.builder .builder-card a {
    color: #666666;
    font-size: 14px;
}

.work-hero {
    background-image: url(../images/contact-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-hero h1 {
    color: #dddddd;
    font-size: 30px;
    margin-bottom: 30px;
}

.work-hero h2 {
    color: #dddddd;
    font-size: 18px;
}

.way .heading {
    color: #3b4251;
    font-size: 35px;
}

.way .desc {
    color: #747474;
    margin-top: 20px;
}

.way .desc, .way .accordion-body {
    color: #747474;
}

.way .accordion h2 {
    color: #3b4251;
    font-size: 14px !important;
    font-weight: bold !important;
}

.way .accordion-button {
    font-weight: 700;
}

.exp {
    text-align: center;

}

.exp h1 {
    color: #3b4251;
    font-size: 35px;
    margin-bottom: 50px;
}

.exp h2 {
    color: #3b4251;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;

}

.exp ul {
    padding: 0;
}

.exp ul li {
    text-align: left;
    color: #747474;
}

.people {
    background-image: url(../images/people.jpg);
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people .abb {
    text-align: center;
}

.people .abb i {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

.people .abb h2 {
    font-size: 18px;
}

.career h1 {
    color: #3b4251;
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.career .card i {
    color: #747474;
    font-size: 14px;
}

.career .card h2 {
    color: #3a5faa;
    font-size: 12px;
    text-align: right;
    margin-top: 30px;
}

.current h1 {
    color: #3b4251;
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.current h2 {
    color: #3a5faa;
    font-size: 18px;
}

.current h3 {
    color: #3a5faa;
    font-size: 13px;
}

.current .card p {
    color: #666666;
    font-size: 14px;
    line-height: 2.14;
}

.current .card a {
    color: #3a5faa;
    font-size: 15px;
    text-decoration: none;
}

.current .card {
    height: 100%;
}

.join {
    background-image: url(../images/contactform-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100vh; */

}

.join h1 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.join .left h2 {
    color: #ffffff;
    font-size: 18px;
}

.join .left i {
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.join .left a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.join .left a:hover {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.join .form-control {
    background-color: #ffffff;
    border-radius: 0 !important;
    color: #3b4251;
}

.join .custom-file-upload {
    background-color: #ffffff;
    border-radius: 0 !important;
    color: #3b4251;
    /* border: 2px solid #3b4251; */
    padding: 10px;
    font-size: 16px;
}

.join ::placeholder {
    color: #3b4251 !important;
    font-size: 16px;
}


.join input[type="file"i] {
    color: #ffffff;
    font-size: 14px;
}

.join .custom-file-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.join .custom-file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.join_button {
    background-color: #225e91;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
}

.join_button:hover {
    color: #ffffff;
    opacity: 0.9;
}

/* .join .pdftext {
    color:#3b4251;
    font-size: 13px;
}

.join .pdftext span {
    font-weight: 600;
}

.join .pdftext a {
    color:#3b4251;
    text-decoration: none;
}

.join .pdftext a:hover {
    color:#3b42518c;
    text-decoration: underline;
} */

.join .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.thanks .wrapper h1 {
    color: #3b4251;
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.thanks .wrapper p {
    color: #666666;
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 667px) {
    .margin_mob_top {
        margin-top: 50px;
    }

    .site_logo {
        width: 200px;
    }

    .hero {
        background-attachment: unset;
        background-position: center;
        height: auto;
    }

    .sec-eight {
        background-attachment: unset;
    }

    .ptb-100 {
        padding: 65px 0;
    }

    .hero h1 {
        font-size: 35px;
    }

    .hero p {
        font-size: 25px;
    }

    .sec-six h1 {
        font-size: 30px;
    }

    .sec-five h3 {
        font-size: 30px;
    }

    .sec-five h1 {
        font-size: 25px;
    }

    .services h2 {
        font-weight: 400;
        font-size: 20px;
    }

    .multisec h1 {
        font-size: 25px;
    }

    .academy h1, .network h1, .values h1, .delivry h1, .wireless h1, .getin h1, .way .heading, .exp h1, .career h1, .current h1, .join h1,.sec-second h1  {
        font-size: 25px;
    }

    .academy .reading-box h3 {
        font-size: 18px;
    }

    .about-hero, .comp {
        background-attachment: unset;
    }

    .wirebox {
        margin-top: 30px;
    }

    .wireless .wireless_dekstop {
        margin-top: 0px;
    }

    .people {
        height: auto;
    }
}