﻿/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('../../../css.css');
@import url('../../../css-1.css');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/
#layui-layer1 a{color: #ffffff;}


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/


.isbo {
    text-align: center;
    width: 120px;
    color: #ffffff;
    border: 2px solid #da3616;
    margin-left: 2%;
    background-color: #da3616;
    border-radius: 8px;
    position: absolute;
    bottom: 100px;
    height: 40px;
    line-height: 37px;
}
.isbo_sleep {
    text-align: center;
    width: 120px;
    color: #ffffff;
    border: 2px solid #dddddd;
    margin-left:2%;
    background-color: #dddddd;
    border-radius: 8px;
    position: absolute;
    bottom: 100px;
    height: 40px;
    line-height: 40px;
}

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Open Sans;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 20px 0px;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.logo_mobile{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.mobile_menu{
    width: 100%;
    float: left;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav { align-items: center; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}


.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}
.menu_main li {
    float: left;
    padding-left: 26px;
    padding-right: 21px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #050101;
}
.menu_main li a{
    color: #050101;
	 font-family: 'Rajdhani', sans-serif;
}
.menu_main li a:hover{
    color: #050101;
}


.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.menu_main{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
}

.banner_section{
    width: 100%;
    float: left;
}

.your_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.there_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    text-align: center;
}

.images_1{
    width: 100%;
    float: left;
}

.start_bt{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #0a47f6;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
.read_bt a:hover{
    background-color: #ffffff;
    color: #000;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #ffffff;
    border-radius: 20px;
}
.carousel-indicators {
    bottom: -30px;
}
.carousel-indicators .active {
    background-color: transparent;
    border: 3px solid #fff;
}

.banner_section_2{
    width: 100%;
    float: left;
    padding-top: 80px;
}
.box_main {
    width: 100%;
    float: left;
    background-color: #c41463;
    height: auto;
    padding: 30px;
}
.box_main.active {
    background-color: #162a87;
}

.box_main:hover {
    background-color: #162a87;
}
.internet_icon {
    width: 21%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-size: 30px;
    color: #000;
    border-radius: 100px;
    padding: 12px 0px;
}


.broadband_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}
.box_main h4.active{ color: #ffffff ; }
.box_main:hover h4{ color: #ffffff ; }
.box_main:hover .many_text{
     color: #ffffff ;
}
.box_main .many_text.active{
     color: #ffffff ;
}

.many_text {
    width: 71%;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.about_section{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 90px;  
}

.image_2{
    width: 100%;
    float: left;
}
.live_text {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #020907;
    font-weight: bold;

}
.welcome_text {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #020907;
    padding-top: 30px;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
   margin-left: 0px;
}

.read_bt1 {
    width: 30%;
    float: left;
    margin-top: 0px;
}
.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2e3192;
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px;
}
.read_bt1 a:hover{
    color: #ffffff;
    background-color: #c41463;
}
.product_section {
    width: 100%;
    float: left;
    background-color: #112986;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}
.tariffs_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
}
.choose_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.lorem_text1 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #ffffff;
    margin-left: 0px;
    text-transform: uppercase;
}
.right_icon{
    padding-left: 20px;
}

.see_more{
    width: 30%;
    float: left;
    margin-top: 30px;
}
.see_more a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #d0971c;
    padding: 10px 0px;
    text-align: center;
}
.see_more a:hover{
    color: #000;
    background-color: #ffffff;
}
.classes_section{
    width: 100%;
    float: left;
    background-image: url(../images/classes-bg.png);
    height: auto;
    padding-bottom: 60px; 
}
.popular_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b2e89;
    text-align: center;
    text-transform: uppercase;
}

.classes_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.projects_section2{
    width: 100%;
    float: left;
    padding-top: 30px;
}

.container_main1 {
    /* position: relative; */
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 450px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}
.container_main2 {
    width: 100%;
    float: left;
}
.container_main1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 92%;
    height: 100%;
    background-color: rgb(27,46,137,.7);
    z-index: 11;
    display: none;
}
.container_main1:hover::after{
    display: block;
}

.readmore_bt{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}

.read_bt2 {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt2 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2e3192;
    text-align: center;
    padding: 13px 0px;
}
.read_bt2 a:hover{
    background-color: #000;
    color: #ffffff;
}
.success_section {
    width: 100%;
    float: left;
    background-image: url(../images/success-bg.png);
    height: auto;
    padding-bottom: 67px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.our_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #feffff;
    text-align: center;
    text-transform: uppercase;
}
.Success_text {
    width: 99%;
    float: left;
    font-size: 34px;
    color: #feffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 80px;
}
.lorem_long_text {
    width: 60%;
    font-size: 16px;
    color: #f6f9f8;
    text-align: center;
    margin: 0 auto;
}
.read_bt3 {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt3 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #d0971c;
    text-align: center;
    padding: 13px 0px;
}
.read_bt3 a:hover{
    background-color: #ffffff;
    color: #000;
}
.contact_section{
    width: 100%;
    float: left;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.contact_us_text{
    color: #2e3192;
}
.contact_section2{
    width: 100%;
    float: left;
    padding-top: 30px;
}

.mail_section {
    width: 80%;
    float: left;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 2px solid #171717 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 2px solid #171717 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
.send_bt {
    width: 25%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.send_bt a{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #2e3192;
    padding: 10px 0px;
    text-transform: uppercase;
}
.send_bt a:hover{
    color: #ffffff;
    background-color: #000;
}
.Locations_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #020000;
    padding-top: 20px;
}
.map_icon{
    padding-left: 15px;
}

.padding_left_0{
    padding-left: 0px; 
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #000202;
    height: auto;
    padding-bottom: 90px;
}
.fooer_logo {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.customer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_lorem_text{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fefefe;
    margin-left: 0px;
	font-family: 'Poppins', sans-serif;
}
.footer_lorem_text1 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 0;
	font-family: 'Poppins', sans-serif;

}
.footer_lorem_text2 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
	font-family: 'Poppins', sans-serif;
}
.social_icon{
    width: 100%;
    float: left;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}
.social_icon li {
    float: left;
    padding-right: 25px;
    padding-top: 20px;
}
.time_main {
    padding-top: 20px;
    width: 100%;
    float: left;
}

.margin_top0{
    margin-top: 90px;
}
.monday_text{
    padding-left: 58px;
}
.monday_text1{
    padding-left: 58px;
}
.monday_text2{
    padding-left: 50px;
}
.monday_text3{
    padding-left: 75px;
}
.monday_text4{
    padding-left: 55px;
}
.monday_text5{
    padding-left: 66px;
}

.margin_0{
    margin: 90px 0px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #112986;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #ffffff;
}
.copyright_text a:hover{
    color: #ef5051;
}





/*优胜空间 */
.contactusdiyou {position: fixed; right: 0px; bottom: 0px; _position: absolute; width: 230px; height: 100%; background: #009aff; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:30px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-30px; font-size:14px; color:#fff; background:#009aff; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;} .contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; } 
.contactusdiyou .conter{width:186px; height:560px; margin-left:22px;   position:absolute; top:55%;*margin-top:-140px;margin-top:-280px;}
.contactusdiyou .conter .con1{  padding-bottom:15px;color:#ffffff;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}


.contactusdiyou .weixincall .f3{float: right;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 73px;height: auto;}
.contactusdiyou .dytimer{     width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/


