@font-face {
    font-family: '微软雅黑 Light';
    src: url('../font/CaviarDreams-webfont.woff2') format('woff2'),
         url('../font/CaviarDreams-webfont.woff') format('woff'),
         url('http://corp.zhiwo.com/assets/fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



* {
    outline: none !important;
}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.clearfix{*zoom:1;}
body {
    font-family: "微软雅黑", "Microsoft YaHei",sans-serif;
    color: #222;

}
h1, h2, h3, h4, h5, h6{
    font-family:  "微软雅黑", "Microsoft YaHei",sans-serif;
}
p, a, li{
    font-family:  "微软雅黑", "Microsoft YaHei",sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus{ text-decoration: none;
    color: #00adee;} 
a:hover {
    text-decoration: none;
    color: #00adee;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius:5px;
}
.block-title {
    font-weight: 300;
    font-family: "微软雅黑", "Microsoft YaHei",sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 100px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    
    margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.polo-btn {
    display: block;
    color: #000;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #0cb7e5;
    z-index: 99999999;
    opacity:.9;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #eeeeee;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #00adee;
}










.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: #fff;
    padding: 0px;
}
.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}
#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
    margin: 18px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #00c8ff;
    border-color: #00c8ff;
    color: #fff;
}



#banner {
    background: url(../image/banner111.jpg) no-repeat center top;
    padding-top: 80px;
    background-attachment: fixed;
    position: relative;
}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}
.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}
.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.hand-container {
    max-height: 630px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}
.store:hover{
    background: #00adee;
    border-color: #00adee;
    color: #fff; 
}
.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}



.feature-box {
    padding: 10px 0px 30px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.feature-box span img{
    width:30%;
   
}
.feature-box1 span img
{
    margin-top:10px;
    width:14%;
    margin-bottom:25px;
}

.feature-box p {
    padding: 0px 20px;
    margin-bottom:10px;
}
.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
}





#gallery{
    background: url(../image/42.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#screenshots .item{
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}





.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}
.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}
.team-social li a {
    display: inline-block;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.team-member img{padding:13px 0;margin-left: 1px; }
.team-member p {
    padding: 10px 10px 15px 10px;
}
.team-member h2 {
    font-size: 25px;
}
.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}





#testimonial {
    background: url(../image/17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}
.client-pic {
    padding: 0em 1em;
    max-width: 360px;
    margin: 0 auto;
}

.review-desc {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 100;
    color: #fff;
}
#testimonial .block-title {
    color: #fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}






#subscribe {
    padding:80px 0 80px 0;
  
}
.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}
.container.subscribe-wrap {
    max-width: 600px;
}
#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #01bc85;
    border-radius: 0px;
    box-shadow: none;
}
.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0px;
    background: #01bc85;
    box-shadow: none;
    border: 2px solid #01bc85;
    margin-left: -16px;
    color: #fff;
}
.subscribe-wrap .form-group {
    margin-right: -16px;
}
.yewu{color:#000;}
 .yewu:hover{color:#00adee;}


.fl{float: left;}
.fr{float: right;}


.subscribe_list_box{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.subscribe_list:nth-last-of-type(1){
    padding-bottom: 0;
}
.subscribe_list:nth-last-of-type(2){
    padding-bottom: 0;
}
.sebscribe_more{
    position: relative;
}
.sebscribe_more .sebscribe_more_bor{
    margin: 20px 35px 20px;
    border-top: 1px solid #d2d2d2;
}
.sebscribe_more_btn{
    cursor: pointer;
    position: absolute;
    top:4px;
    left:50%;
    margin-left: -50px;
    background: #fff;
    padding:5px 10px;
    border-radius:30px;
    border: 1px solid #00adee;
    color:#000;
    text-align: center;
}
.sebscribe_more_btn img{
    width: 14%;
    margin-top: -4px;
    margin-left: -4px;
}

.sebscribe_more_btn:hover{background: #00adee;color:#fff;}
.subscribe_list{padding: 20px 20px; }

.subscribe_list_left{padding-left: 0;padding-right: 0; cursor: pointer;text-align:center;}
.subscribe_list_left a{display: inline-block;}
.subscribe_list_left a img{    width: 100%;}
.subscribe_list_right{
    position: relative;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}
.subscribe_list_tit{
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    line-height: 20px;
    justify-content: center;
    position:relative;
    max-height:40px;
    overflow:hidden;}

.subscribe_list_tit a{  font-size: 1em;
    text-align: left;color:#000;}
    .subscribe_list_tit a:hover
    {
        color:#00adee;
        text-decoration:underline;
        }
.subscribe_list_btn{
    padding: 2px 5px;
    cursor: pointer;
    background: #00adee;
    color:#fff;
}
.subscribe_list_bot{
    padding-left: 0;
}
.subscribe_list_mbot{
    position: absolute;
    bottom: -30px;
    padding: 0;
}
.subscribe_list_time{line-height: 30px;color:#999;
    font-size: .8em;
    cursor: default;}
#lianxi{
    background: url(../image/8.jpg) no-repeat;
   background-size: cover;
    background-attachment: fixed;
   
}
#lianxi h1{color:#fff;}
#lianxi h1 span{
    border-color: #fff;
}
#lianxi p{color:#fff;}
#lianxi h4{color:#fff; margin-bottom: 22px;}







.address {
    width: 30%;
    float: left;
    background: url(http://corp.zhiwo.com/assets/img/gmap-bg.jpg);
    height: 640px;
}
.mailbox {
    width: 70%;
    float: left;
    background-image: url(../image/map-image.png);
    background-color: #222;
    padding-bottom: 111px;
    height: 640px;
}
.address .container {
    max-width: 100%;
}
.mailbox .container {
    max-width: 90%;
}
.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: table;
}
.address-list li {
    font-size: 22px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 100;
}
.address-list li i {
    display: table-cell;
    background-color: blue;
    line-height: 1.8;
    width: 81px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #00ceb8;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}
.contact-submit {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    background: #fff;
    color: #00ceb8;
    border: 2px solid #00ceb8;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
    margin-top: -46px;
}
.contact-submit:hover {
    background: #00ceb8;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}





#footer {
   
    background-color:#2d3237;
   
    padding: 15px 0px 16px 0px;
}

.footer-logo {
   margin-bottom:0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}







@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 40px;
    }
    .baaner_text .title{
        margin-bottom: 80px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 65px;
    }
    .baaner_text .title h1{
        font-size:102px;
    }


    .cab-mini-text .title{
        text-align: right;
    }
    .cab-mini-img{
        margin-left: -160px;
        margin-right: 160px;
    }

}

@media all  and (min-width: 1340px) {
    .address-list li {
        font-size: 18px;
    }
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 35px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
    .baaner_text .title{
        margin-bottom: 80px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 65px;
    }
    .baaner_text .title h1{
        font-size:102px;
    }

    .cab-mini-text .title{
        text-align: right;
    }
    .cab-mini-img{
        margin-left: -160px;
        margin-right: 160px;
    }
}



@media all and (max-width: 1170px) and (min-width: 992px) {
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 30px;
    }
    .cab-mini-text .title{
        text-align: right;
    }
    .cab-mini-img{
        margin-left: -160px;
        margin-right: 160px;
    }
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .baaner_text .title{
        margin-bottom: 70px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 60px;
    }
    .baaner_text .title h1{
        font-size:95px;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }

   
}
@media all and (max-width: 992px) and (min-width: 480px) {
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 25px;
    }
    .cab-mini-text .title{
        text-align: center;
    }
    .cab-mini-img{
       text-align: center;
        margin: 0;
    }
    .cab-mini-img img{
        width: 100%;}
    #footer , .copyright{
        text-align: center;
    }
  
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
    .baaner_text .title{
        margin-bottom: 60px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 55px;
    }
    .baaner_text .title h1{
        font-size:90px;
    }



}


@media all and (max-width: 1170px) {
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size:30px;
    }

    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
    .baaner_text .title{
        margin-bottom: 55px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 50px;
    }
    .baaner_text .title h1{
        font-size:85px;
    }

    .cab-mini-img{
        margin-left: -160px;
        margin-right: 160px;
    }

}



@media all and (max-width: 992px) {
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 25px;
    }
    .cab-mini-img{
        text-align: center;
        margin: 0;
    }
    .cab-mini-img img{
        width: 100%;}
    .cab-mini-text .title{
        text-align: center;
    }
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
    .baaner_text .title{
        margin-bottom:50px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 35px;
    }
    .baaner_text .title h1{
        font-size:50px;
    }

}



@media all and (max-width: 768px) {
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 20px;
    }
    .cab-mini-img{
        text-align: center;
        margin: 0;
    }
    .cab-mini-img img{
        width: 100%;}
    .cab-mini-text .title{
        text-align: center;
    }
    #footer , .copyright{
        text-align: center;
    }
    .baaner_text .title{
        margin-bottom: 45px;
        font-weight: bold;
        -webkit-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -moz-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -ms-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        -o-text-shadow:  rgba(0,0,0,.4) 2px 2px ;
        text-shadow:  rgba(0,0,0,.4) 2px 2px ;
    }
    .baaner_text .title h2{
        font-size: 35px;
    }
    .baaner_text .title h1{
        font-size:50px;
    }

}




@media all and (max-width: 480px) {
    .baaner_text .title h2{
        font-size: 30px;
    }
    .baaner_text .title h1{
        font-size:45px;
    }
    .baaner_text .title_b{
        display: inline-block;
        background: #00beff;
        padding: 5px 20px;
        font-size: 20px;
    }
    .cab-mini-img{
        text-align: center;
        margin: 0;
    }
    .cab-mini-img img{
        width: 100%;}
    .cab-mini-text .title{
        text-align: center;
    }

    #banner {
        background: url(../img/min-banner.png) no-repeat bottom left;
        background-size: cover;
        padding-top: 80px;
        background-attachment: fixed;
        position: relative;
    }
    .btn-custom {
        padding: 5px 0px;
    }

  
    
}