@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Aller_Rg';
    src: url('../fonts/Aller_Rg.ttf');}
@font-face {
   font-family: 'Aller_Bd';
    src: url('../fonts/Aller_Bd.ttf');}
	
strong {font-family: 'Aller_Bd';}
body {font-family: 'Aller_Rg'; font-size:15px;}
.logo { max-width:209px; display:inline-block; margin:8px 0 6px 0}
.toplinks { float:right;}
.topsocialicons { float:right;}
.topsocialicons a{ float:left; width:23px;    margin-left: 6px; height:23px; background:url(../images/social_icons.png) no-repeat left top;}
.topsocialicons a:nth-child(1){ background-position:0 0;}
.topsocialicons a:nth-child(2){ background-position:-25px 0;}
.topsocialicons a:nth-child(3){ background-position:-50px 0;}
.topsocialicons a:nth-child(4){ background-position:-75px 0;}
.topsocialicons a:nth-child(5){ background-position:-100px 0;}
.topsocialicons a:nth-child(6){ background-position:-125px 0;}
.toplinks_cont { margin-top:34px;}
.topmenu { background:#f2ca30; margin-bottom:14px;}
#navbar {
  background: none;
  border:0px solid #dee1e3;
  min-height:auto;
  border-bottom:0px solid #e7e7e7;
  margin:0 0 0 0;
  box-shadow: 0 0px 0px 0px;
  border-radius:0 !important;
  z-index: 999;
}
#navbar ul>li>a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    overflow:hidden;
    position:relative;
    font-size: 18px;
    line-height:32px;
    text-align:left;
    background:url(../images/topmen.png) repeat-x bottom center;
    transition:0.8s all ease;
    padding:0px 10px;
    margin:0 13px;
  }
  
ul.navbar-nav {
    padding: 0px 0px 10px 0;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    background: #f2ca30;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}  
ul.navbar-nav li:hover:before {
    transition-duration: 0.4s;
    transform: scaleX(1);
    transform-origin: left center;
}  
ul.navbar-nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 100px;
}
ul.navbar-nav li a {
  color: #000;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}
#navbar .main-nav{ margin-left:-15px;}
#navbar .main-nav>li:first-child>a{ margin-left:0; }
#navbar  .navbar-right>li:last-child>a{ margin-right:0;}
  
/*#navbar ul>li a:hover { color:#d1d3d4;}*/
.navbar-nav .active a{color:#333 !important;}
/*****************Navbar Effect**********************/

.navbar-default .navbar-brand  { color:#d1d3d4 !important;}
.navbar-default button.active { background:#023f88 !important;}
.navbar-toggle {
  background: #023f88 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff !important;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition:0.5s all ease;
}
.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}
.navbar-toggle.active .type2 {
  background-color: transparent !important;
}
.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);}
.banners {text-align:center; }
.banners img {display:inline-block !important; width:100%;}
.aboutus_text {min-height:242px; font-size:15px; color:#000; line-height:22px; padding:15px 30px 5px 30px; background:#ababab;}
.aboutus_text h2{ background:#023f88; text-align:center; font-size:27px; color:#d1d3d4; line-height:40px; margin:0 0 8px 0; padding:0; display: inline-block; width:100%;}
.aboutus_text p{ margin-bottom:10px;}
.footer_container { font-size:13px; padding:15px 0; text-align:center;}
.footer_container span { padding:0 10px;}
.footer_container a{ transition:0.3s all ease;}
.footer_container a:hover{ text-decoration:underline; color:#023f88}
.page_content {font-size:20px; line-height:26px;}
.page_heading { font-size:30px; font-weight:bold; color:#fff; background:#023f88; padding:4px 0; text-align:center; margin-top:12px;}
.topinfo { text-align:center;}
.topinfo ul { margin:0; padding:0; display:inline-block; background:#4a4a4a;}
.topinfo ul li{ float:left; border-right:1px solid #fff; font-size:13px; list-style:none; color:#fff; line-height:normal; 
padding:4px 16px; min-height:61px;}
.topinfo ul li span {width:100%; font-size:17px; display:inline-block;}
.topinfo ul .active span, .topinfo ul .active a { color:#698db9;}
.page_heading1 { color:#023f88; font-size:38px; font-weight:bold;}
.page_heading2 { color:#c4161c; font-size:23px; font-weight:bold; margin:5px 0; background:#fdb913; padding:5px 0;}
.renewable_heading {background:#8dbc22;}

.testimonials_text {font-size:16px; color:#000; text-align:center; text-transform:capitalize;}
.testimonials_text p{ margin:0;}
.yellow_bg {background:#f8c301; padding:15px 30px}
.yellow_bg h2{ text-align:center; color:#000; font-size:25px; font-weight:bold;font-family: 'Aller_Bd';}
.tablecont table { border-color:#000 !important;}
.tablecont th{font-family: 'Aller_Bd'; border-top:1px solid #000 !important; text-align:center;}
.tablecont td{ border-top:1px solid #000 !important;}
.limng { width:100%; text-align:center;}
.simg {margin:0; padding:0; width:100%; margin:5px 0}
.simg li { display:inline-block; list-style:none; max-width: 129px; margin:11px 3px;}
.right_info { margin:0; padding:0;}
.right_info li { width:100%; list-style:none; background:url(../images/large_right.jpg) repeat center top; font-size:16px; color:#000; min-height:39px; margin-bottom:10px;}
.right_info li span{ padding:0 100px 0 35px; color:#fff; background: url(../images/mid_bg.jpg) no-repeat right top, url(../images/large_left.jpg) repeat center top; float:left; line-height: 39px;}
.right_info li article{ padding:13px 0 0 15px; float:left;}
.largepagelinks a { min-width:233px; line-height:44px; font-size:20px; color:#fff; background:url(../images/large_page_links.png) no-repeat center top; display:inline-block; text-align:center;}
.largepagelinks a:hover { color:#ffcb08}
.telecom_heading1 { font-size:35px; color:#ffcb05;font-family: 'Aller_Bd'; padding:4px 0; background:#004479; text-align:center;}
.telecom_heading2 { font-size:27px; color:#004479;font-family: 'Aller_Bd'; padding:4px 0; background:#ffcb05; text-align:left; padding-left:15px;}
.telecom_text { font-size:20px; color:#004071; padding:15px; }
.formcontainer {font-size:14px; line-height:28px;}
.formcontainer h2{font-size:20px; color:#296e00; margin:0; padding:0 0 15px 0;}
.formcontainer input{ border:1px solid #cdcdcd; line-height:28px; height:28px; margin-bottom:10px; background:#f9f9f9; width:100%; outline:none; padding:0 4px;}
.formcontainer textarea{ border:1px solid #cdcdcd; line-height:24px; margin-bottom:10px; background:#f9f9f9; width:100%; outline:none; padding:0 4px;}
.formcontainer button {float:right; background:none; border:0; outline:none; cursor:pointer;}
.our_team { text-align:center; font-size:12px; color:#000; line-height:16px;}
.our_team li{ list-style:none; display:inline-block; margin:15px 25px; max-width:151px; width:100%; float:left;}
.client_img { margin-bottom:10px;}
.our_gallery{ text-align:center; font-size:12px; color:#000; line-height:16px;}
.our_gallery li{ list-style:none; display:inline-block; margin:15px 25px; max-width:250px; width:100%;}
.our_gallery .client_img { margin-bottom:10px;}
.used_genretor { background:url(../images/line.jpg) repeat-x center center; text-align:center;}
.used_genretor span { display:inline-block; background:#fff; padding:0 32px; font-size:29px; color:#023f88; font-weight:bold;}
.prod_box { border:2px solid #7d7d7d; border-radius:5px; box-shadow:4px 4px 8px #8f8d8e; padding:10px 23px; position:relative;}
.prod_name { font-size:25px; color:#023f88;}
.prod_name span { float:right; color:#ff0000;}
.prod_img { padding:10px 0;}
.prod_price { font-size:17px; color:#023f88; line-height:20px; margin-bottom:5px;}
.view_detil a{font-size:19px; color:#fff; background:url(../images/view_detail_bg.png) no-repeat center top; min-width:133px; line-height:37px; float:left; transition:0.3s all ease; text-align:center;font-family: 'Aller_Bd'; }
.view_detil a:hover{ color:#ff0000;}
.certified_img { position:absolute; bottom:35px; right:10px;}
.generating_set { max-width:796px; margin:15px auto;}
.generating_set a{ color:#2e3591;}
.generating_set table{ border:0 !important; border-bottom:4px solid #2e3591 !important; font-size:14px;}
.generating_set table th{ background:#2e3591; color:#fff;font-family: 'Aller_Bd'; padding-left:22px !important;  border:0 !important; }
.generating_set table td{ padding-left:35px !important;}
.generating_set table tr td:first-child { color:#2e3591; font-family: 'Aller_Bd';}
.generating_set table th:first-child {border-radius:10px 0 0 0}
.generating_set table th:last-child {border-radius:0 10px 0 0}
.generating_set table tr{ border:0 !important;}
.generating_set table tr {}
.generating_set table tr:nth-child(odd) { background:#d1d2d4;}
.generating_set table tr:nth-child(even) { background:#e5e8ea;}
.generating_set2 { max-width:none !important;}
.special_offfer { max-width:832px; margin:0 auto; width:100%;}
.pkg_container { padding-top:48px;}
.pkg_container em {font-size:22px; background:#f8c400; border-radius:6px 0 0 0; color:#000; padding:0 10px; line-height:28px;}
.pkg_container article{float:right; background:#153170; border-radius:10px 10px 0 0; color:#fff; font-size:55px; padding:0 10px; 
margin:-48px 0 0 0}
.pkg_container article span {    font-size: 18px;}
.powerd_by { background:#153170; padding:20px 15px; margin:5px 0; font-size:18px; color:#fff; line-height:20px; text-align:center;}
.split { background:#f8c301; padding:0 15px; font-size:15px; color:#fff; line-height:25px; margin:0 0 4px 0; padding:0;}
.split li{ list-style:none; border-bottom:1px solid #fff; color:#000; font-size:15px; padding:0 15px}
.split li span {float:right; }
.price_cont span{ float:left; width:166px; text-align:center; background:#17316d; border-radius:0 0 6px 6px; color:#fff; font-size:18px; padding:0 5px; line-height:28px}
.price_cont article { float:right; font-size:15px; color:#000; background:#e47a1f; padding:0 10px; border-radius:0 0 6px 6px; text-align:center;}
.adasd { border-bottom:5px solid #023f88; margin-bottom:20px; padding-bottom:20px;}

/*new menu css Nov 2023*/
ul.icon-list {
    margin-bottom: 20px;
}

ul.icon-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.icon-list li a {
    padding: 15px !important;
}

ul.icon-list li a img {
    margin: 0px;
}
ul.nav-tabs li > ul {
    position: absolute;
    list-style: none;
    background-color: #f2ca30;
    top: 45px;
    width: max-content;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 7;
}
ul.nav-tabs li > ul li {
    position: relative;
    padding: 5px 25px 5px;
}

ul.nav-tabs li > ul li:after {
    position: absolute;
    left: 8px;
    top: 50%;
    height: 1.5px;
    width: 10px;
    background-color: #000;
    content: '';
    transform: translateY(-50%);
}

ul.nav-tabs li > ul > li:hover {
    background-color: #fbe02f;
}

ul.nav-tabs li > ul > li:hover:before {
    width: 0;
    transform: scale(0);
}
ul.nav-tabs li:hover {}

ul.nav-tabs li:hover ul {
    opacity: 1;
    visibility: visible;
}
li.menu-item-has-children::after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: black;
    font-weight: 800;
}

li.menu-item-has-children:hover::after {
    content: '';
    top: 50%;
    width: 8px;
    height: 1.5px;
    background-color: #000;
}
@media only screen and (max-width: 768px) {
    .monitor_testimonial .test_row {
        top: clamp(-283px, 52.2vw, 22px);
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        filter: brightness(0) saturate(100%) invert(88%) sepia(26%) saturate(4533%) hue-rotate(355deg) brightness(102%) contrast(101%) drop-shadow(2px 4px 6px black);
        right: -5px;
    }
    .about_bottom_section .about_detail {
        top: 50%;
    }
    
    .about_bottom_section .about_detail .content span:nth-child(2), .about_bottom_section .about_detail .content span:nth-child(4) {
        font-size: clamp(34px, 7.2vw, 64px);
    }
    
    .about_bottom_section .about_detail .content {
        font-size: clamp(22px, 4.2vw, 40px);
        text-align: center;
    }
    .about_bottom_section .about_detail .content span:last-child {
        margin: 0 auto;
        width: 60%;
    }
    ul.nav-tabs li:hover ul {
        position: relative;
        top: 0;
    }
    li.menu-item-has-children:hover::after {
        top: 7%;
    }
    
    
}
@media only screen and (min-width: 768px){
    li.menu-item-has-children::after {
        content: "+";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
        color: black;
        font-weight: 800;
    }

    li.menu-item-has-children:hover::after {
        content: '';
        top: 50%;
        width: 8px;
        height: 1.5px;
        background-color: #000;
    }

    li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0px);
    }

    ul.nav-list > li:last-child > a {
        border-right: 0px;
    }

    li.menu-item-has-children:last-child ul.sub-menu {
        right: 0px;
    }

    .main-header.active li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(38px);
    }

    .main-header.active ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
        transform: translateY(0px);
    }
}

@media screen and (max-width:991px){
    
  /* navbar */
  ul.navbar-nav li a {
    font-size: 0.8rem;
  }
.topsocialicons { display:none;}
.toplinks_cont { margin-top:17px;} 
}

@media screen and (min-width:991px){
.toplinks_cont button { display:none;}
.toplinks {float:left; margin:0; padding:0; display:inline-block !important; position:relative !important; border-radius:0; background:none !important; border:0 !important; box-shadow:0 0 0 #000 !important; width:auto !important; min-width:inherit !important;}	
.toplinks li{float:left;}
.toplinks li a{ font-size:16px; font-weight:normal;}
.toplinks li a:hover { background:none; text-decoration:underline;}

	}
@media only screen and (max-width: 767px) {	
    /* navbar */
    ul.navbar-nav li {
    padding: 15px 0;
    transform: translateX(-110px);
    transition: all 0.5s cubic-bezier(0.42, 0, 0, 1.43);
    }
    ul.navbar-nav {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-y: auto;
    align-items: center;
    padding-left: 1rem;
  }
.topinfo ul li {display:inline-block; float:none; border:0;}
}


@media only screen and (min-width: 767px) {
.navbar-brand {    display: none;  }
  }