/*=====Global-css=====*/
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: unset;
}

a:hover {
    transition: 0.3s;
}

input:focus {
    outline: unset !important;
    border: unset;
    box-shadow: unset !important;
}

button:focus {
    outline: unset !important;
    border: unset;
    box-shadow: unset !important;
}

/*=====Global-css=====*/

/* header-start  */
.navbar-brand img {
    height: auto;
    width: 150px;
    object-fit: contain;
}
header nav.navbar {
    padding: 0px;
}
.navbar-nav li a {
    margin-right: 35px;
    color: #212529;
    padding: 0px !important;
    position: relative;
    transition: 0.4s;
}

.navbar-nav li a::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #0080b5;
    transition: 0.4s;
}

.navbar-nav li a:hover::after {
    width: 100%;
}

.navbar-nav li a:hover {
    color: #0080b5;
}

.navbar-nav li.active a::after {
    width: 100%;
}

.navbar-nav li.active a {
    color: #0080b5;
}

.navbar-nav li:last-child a {
    margin-right: 0px;
}

/* header-end  */

/* home-banner-start */
.home-banner {
    background: url(images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
}

.home-banner:before {
    /*background: rgb(255, 255, 255);*/
    /*background: linear-gradient(273deg, rgba(255, 255, 255, 0) 0%, rgba(0, 128, 181, 1) 100%);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*content: "";*/
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clip-path: polygon(0 0, 70% 0%, 50% 100%, 0% 100%);
    background-color: #006394e3;
}

.banner-content {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    position: relative;
}

.banner-content a {
    background-color: #fff;
    max-width: max-content;
    padding: 16px 50px;
    color: #0080b5 !important;
    border-radius: 12px;
    font-size: 20px;
    border: solid 2px white;
    transition: 0.3s;
}

.banner-content a:hover {
    background: transparent;
    color: white !important;
}

/* home-banner-end */

/* next------------  */

/* common-start  */
.common-gap-text-box {
    padding: 20px 0px;
}

.common-sec-img {
    height: 100%;
}

.common-sec-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.common-heading {
    text-align: center;
}

.common-heading h3 {
    position: relative;
    display: inline-block;
}


.common-heading h3::before {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 50%;
    background: black;
    width: 70px;
    height: 2px;
    transform: translateX(-50%);
}

.common-ul-li-dot li {
    position: relative;
    line-height: 25px;
}

.common-ul-li-dot li::before {
    content: " ";
    position: absolute;
    top: 10px;
    left: -20px;
    height: 5px;
    width: 5px;
    background: black;
    border-radius: 50%;
}
.why-teleco ul {
    width: 50%;
    float: left;
    margin: 0;
}
.why-teleco .col-md-12 {
    display: flex;
}
.why-teleco .row {
    height: 100%;
    display: flex;
    margin-top: 3rem;
}
.why-teleco h5 {
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}
/* common-end  */

/* next------------  */

/* footer-start  */
.info-box li {
    margin-bottom: 20px;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
}

.info-box li a {
    color: white;
}

.footer {
    background-color: #0080b5;
    padding: 60px 0;
    margin-top: 50px;
    color: #fff;
    padding-bottom: 20px;
}

.info-box h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.info-box ul {
    column-count: 2;
}

.info-box span {
    background: white;
    border-radius: 5px;
    color: #0080b5;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 35px;
}

.copywrite {
    border-top: 1px solid white;
    margin-top: 30px;
}

.copywrite p {
    margin-top: 20px;
    font-size: 14px;
}

.footer p.pragraph {
    margin-top: 12px;
    font-size: 14px;
}
footer.footer a.navbar-brand img {
    filter: brightness(0) invert(1);
}
/* footer-end  */

/* media-start  */
@media(max-width:1200px) {
    .navbar-nav li a {
        margin-right: 18px;
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content a {
        padding: 10px 30px;
    }

    .common-gap-text-box {
        padding-bottom: 0px !important;
    }

    .about-us {
        padding-bottom: 0px !important;
    }

    .vision .row {
        flex-direction: column-reverse;
    }

    .vision {
        padding-bottom: 0px !important;
    }

    .our-team {
        padding-bottom: 0px !important;
    }

    .key-partners .row {
        flex-direction: column-reverse;
    }

    .key-partners {
        padding-bottom: 0px !important;
    }

    .recent-work-completion {
        padding-bottom: 0px !important;
    }

    .recognition-and-certification .row {
        flex-direction: column-reverse;
    }

    .recognition-and-certification {
        padding-bottom: 0px !important;
    }

    /* footer  */
    header .navbar-brand img {
        width: 200px;
    }

    header nav.navbar {
        padding: 0px;
    }

    header nav.navbar ul.navbar-nav li {
        padding: 20px 10px;
        max-width: max-content;
    }

    /* header div#navbarSupportedContent {
        width: 50%;
        height: auto;
        background-color: #fff;
        text-align: center;
    } */
}

@media(max-width:767px) {
    .footer {
        padding-top: 35px;
    }
    .why-teleco ul {
        width: 100%;
    }
    header .navbar-brand img {
        width: 100px;
        margin: 10px 0px;
    }
    .home-banner:before {
        clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%);
    }
    .banner-content p {
    padding-right: 40px;
    }
    .banner-content p br {
        display: none;
    }
}

@media(max-width:575px) {
    .info-box ul {
        column-count: 1;
    }

    .common-heading h3 {
        font-size: 24px;
    }
}

/* media-end  */
/*
     FILE ARCHIVED ON 03:02:02 Jan 09, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:53:14 Jan 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.666
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.021
  esindex: 0.01
  cdx.remote: 39.552
  LoadShardBlock: 111.643 (3)
  PetaboxLoader3.datanode: 103.787 (4)
  PetaboxLoader3.resolve: 156.28 (2)
  load_resource: 173.528
*/