@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Raleway:wght@300;400;500;600&family=Rubik:wght@300;500&family=Montserrat:ital,wght@0,600;1,900&display=swap");
body {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #525252;
    line-height: 30px;
    overflow-x: hidden;
}


/* .row {
    margin-left: 0px;
    margin-right: 0px;
} */

.container-fluid {
    position: relative;
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.clearhght {
    height: 25px;
}

.container-custom {
    max-width: 1366px;
}

.center {
    text-align: center;
}

.title-area {
    /* padding-top: 55px; */
    margin-bottom: 60px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.title-text {
    font-family: "poppins", sans-serif;
    font-size: 40px;
    color: #e41e2f;
    line-height: 55px;
    font-weight: 500;
}

.subtitle-text {
    font-family: "poppins", sans-serif;
    font-size: 30px;
    color: #2c2c2c;
    line-height: 55px;
    font-weight: 300;
}

.subtitle-text2 {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    font-weight: 400;
}

.flt-right {
    float: left;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    height: auto;
    max-width: 100%;
}


/********************************************* Header with navigation part Start***************************************/

.header--contact__items {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    margin-left: 30px;
}

.header--contact__items a {
    color: #797979;
    text-decoration: none;
}

.header--contact__items a:hover {
    color: #b6222f;
    text-decoration: underline;
}

.topbar {
    border-bottom: 1px solid #c5c5c5;
    /* padding-top: 5px; */
}

.topbar i {
    color: #fec007;
    font-size: 22px;
    padding-right: 15px;
}

.topbar p {
    font-size: 15px;
    color: #fff;
    padding-top: 0px;
}

#header .navbar-brand {
    height: auto;
}

#header .navbar-expand-lg {
    width: 100%;
    background-color: #fff;
}

#header .navbar a {
    color: #111111;
    text-decoration: none;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

#header .navbar li .dropdown-menu li+li {
    border-top: 1px solid #ddd;
}

#header .navbar li .dropdown-menu li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
}

#header .navbar li:last-child a {
    padding-right: 0;
}

#header .navbar a:hover {
    color: #b6222f;
}

.sticky {
    box-shadow: 0 0 5px #ddd;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-toggler i {
    background-color: #045778;
    border-radius: 25px;
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-toggler i+i {
    margin-top: 0.375rem;
}

.navbar-toggler[aria-expanded="true"] i {}

.navbar-toggler[aria-expanded="true"] i:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] i:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
}

.msz-button {
    background-color: #fec007;
    border-radius: 5px;
    box-shadow: 0 5px 0 #cf9d0a;
    color: #fff;
    font-size: 30px;
    display: inline-flex;
    min-width: 320px;
    overflow: hidden;
    padding: 15px 20px 15px 70px;
    text-align: center;
    text-transform: uppercase;
}

.msz-button:hover {
    background-color: #e41e2f;
    box-shadow: 0 5px 0 #b70b1a;
    color: #fff;
    text-decoration: none;
}


/* .msz-button span {
    background-color: #92d9f9;
    clip-path: polygon(0 0, 100% 0, 71% 100%, 0% 100%);
    height: 100%;
    left: 0;
    padding: 5px 35px 5px 15px;
    z-index: 1;
} */

.msz-button span img {
    max-width: 40px;
}

.divider {
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /*left:-100%;*/
    left: -10rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
    font-size: 10px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        border: 0;
        border-radius: 0;
        display: block;
        margin: 20px 0 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav>li:hover .dropdown-menu {
        max-height: 200px;
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
}


/********************************************* banner part start***************************************/


/*.top-bg {
    background-color: #15a4dc;
}*/

.home-banner {
    background: url("../images/banner-img.jpg") no-repeat scroll center top;
    /*background-color: #15a4dc;*/
    background-size: 100%;
    height: 725px;
}

#banner h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 900;
}

#banner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    color: #fec007;
    font-weight: 900;
}

#banner .ban-text {
    margin-top: 150px;
}

.ban-side-img {
    margin-top: 35px;
}


/********************************************* banner part end***************************************/


/********************************************* about us part start***************************************/

#about-us {
    padding: 40px 0;
}

.about-txt {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .2);
}

#about-us p {
    font-family: "poppins", sans-serif;
    font-size: 25px;
    color: #2c2c2c;
    line-height: 45px;
    text-align: center;
    /* margin: 50px; */
}

#about-us h4 {
    color: #fec007;
    font-size: 22px;
}


/********************************************* about us part end***************************************/


/********************************************* mission part start***************************************/

#mission {
    background-color: #fafafa;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#mission p {
    font-weight: 300;
}

#mission title-t {
    font-weight: 600;
}


/********************************************* mission part end***************************************/


/********************************************* strength part start***************************************/

#strength {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    margin: 50px 0;
}

.stre-cont {
    margin-bottom: 25px;
}

#strength p {
    font-weight: 300;
}

#strength title-t {
    font-weight: 600;
}

.stre-icon {
    display: block;
    float: left;
    margin-right: 25px;
}

.stre-txt {
    width: 80%;
    display: inline-block;
    top: 0;
}


/********************************************* strength part end***************************************/


/********************************************* interconnection part start***************************************/

#interconect {
    background: url("../images/prdt-bg.jpg") no-repeat scroll left top;
    padding: 60px 0;
    background-color: #fff4ca;
}

.hr-line {
    border-bottom: 1px solid #fc848f;
}


/********************************************* interconnection part end***************************************/


/********************************************* VOIP carrier part start***************************************/

#voip-carrier {
    background: url("../images/prdt-bg2.jpg") no-repeat scroll right bottom;
    padding: 60px 0;
    background-color: #fff4ca;
}


/********************************************* VOIP carrier part end***************************************/


/********************************************* counter part start***************************************/

#counter {
    background: url("../images/counter-bg.jpg") no-repeat scroll center top;
    font-family: "poppins", sans-serif;
    padding: 70px 0;
}

#counter .title-count {
    font-size: 50px;
    font-weight: 600;
    color: #e41e2f;
    line-height: 50px;
}

#counter p {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 50px;
}


/********************************************* counter part end***************************************/


/********************************************* network-partner part start***************************************/


/***************/

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


/****************/

.network {
    width: 100%;
    height: 500px;
}

.network .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* The colour of the indicators */

.network .carousel-indicators li {
    background: #fdc006;
    border-radius: 100%;
    width: 12px;
}

.network .carousel-indicators .active {
    background: #e41e2f;
}

.net-row {
    padding: 25px;
}

.netlogo-bg {
    width: 100%;
    height: 185px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 10px #a8a8a8;
}

.netlogo-bg img {
    max-width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.network-bg {
    padding: 60px 0;
}

#network-partner .title-text {
    font-family: "poppins", sans-serif;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}

#network-partner .subtitle-text {
    font-family: "poppins", sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    font-weight: 300;
}


/********************************************* network-partner part end***************************************/

#news-events {
    padding: 60px 0;
    background: url("../images/event-bg.jpg") no-repeat scroll center top;
    background-size: cover;
    padding: 60px 0;
}

.events {
    width: 100%;
    height: 500px;
    background-color: white;
    box-shadow: 0 0 10px #707070;
}

.event-title {
    background-color: #e41e2f;
    width: 100%;
    height: 160px;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    /*border-radius: 6px; */
}

.news-text {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #232323;
    padding: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.date-text {
    font-family: "poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #27a3d3;
}

.gallery-bg {
    background-color: white;
    box-shadow: 0 0 10px #929292;
    height: 500px;
}


/********************************************* contact us part start***************************************/

#contact-us {
    padding: 60px 0;
    font-family: "poppins", sans-serif;
}

.contact-info {
    background-color: #fff;
    box-shadow: 0 0 10px #929292;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 10px;
    border-left: 5px solid #fec007;
    /*width: 347px;*/
    /* height: 500px; */
}

#contact-us p {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 28px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    width: 250px;
}

.address--items i {
    color: #fffbb4;
    font-size: 28px;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin-left: 4px; */
}


/**********social icons*******/

.social--links {
    margin-top: 5px;
    float: right;
}

.social {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social li {
    background: none repeat scroll 0 0 #fff3cf;
    border: 0px solid #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* float: left; */
    height: 48px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 48px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    list-style-type: none;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #fec007;
    text-decoration: none;
    text-align: center;
}

.social li:hover {
    border: 0px solid #2c3e50;
    background: #fffbb4;
    color: #fff;
}

.social li a i {
    color: #fec007 !important;
    font-size: 35px;
    margin: 8px 4px 0 5px;
    text-align: center;
}

.social li a:hover i {
    color: #fff;
}


/****quick-contact*******/

#quick-contact {
    background-color: white;
    box-shadow: 0 0 10px #3d3d3d;
    border-radius: 10px;
}

#quick-contact .contact-form {
    margin-top: 40px;
}

#quick-contact h1 {
    color: #0172ba;
    font-size: 35px;
    line-height: 35px;
    font-weight: 200;
}

#quick-contact h2 {
    color: #292929;
    font-size: 18px;
    margin-bottom: 50px;
}

#quick-contact .form-group {
    margin-bottom: 40px;
}

#quick-contact .form-control {
    font-family: "Raleway", sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fec007;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #7b7979;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#quick-contact .form-control:focus {
    border-color: #045bad;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 96, 186, 0.6);
    outline: 0 none;
}

#quick-contact .btn-group-lg>.btn,
.btn-lg {
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    line-height: 1.33333;
    padding: 10px 16px;
    width: 190px;
    background-color: #e41e2f;
    margin: 30px 0px 25px;
}

#quick-contact .btn.active,
.btn:active {
    background-image: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

#quick-contact .btn.focus,
.btn:focus,
.btn:hover {
    background-color: #fec007;
    text-decoration: none;
    color: #fff;
}

.text-danger {
    color: #004fff !important;
    font-size: 14px;
}

ul,
ol {
    list-style: none;
}


/********************************************* contact us part end***************************************/


/********************************************* Footer with navigation part start***************************************/

.footer-bg {
    background-color: #fec007;
    width: 100%;
    /* height: 60px; */
}

.cprght {
    font-family: "poppins", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}


/********************************************* Footer with navigation part end***************************************/

#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 40px 0 0;
    position: static;
    width: 100%;
}

#custCarousel .carousel-indicators>li {
    height: auto;
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    /* opacity: 0.5 */
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

#custCarousel .carousel-item img {
    width: 100%;
    height: 380px;
}

.carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    padding: 12px 20px;
    text-align: left;
    width: 100%;
}

.carousel .carousel-caption h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.carousel .carousel-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0;
}