header,main,footer{
    float:left;
    width:100%;
}

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/RobotoSlab-Regular.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}
.headlogo{
    font-size:20px;
    width: 100%;
    font-family:Roboto-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:13px;
    margin-left: 100px;
}
.navbar-nav li span{
    color:rgba(255,255,255,1);
}
.carousel-caption{
    height:100%;
    width:100%;
}
.carousel-caption h1
{

    font-size:50px;
    font-family:RobotoSlab-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:55px;
}
.carousel-caption p
{
    margin-top:-21px;
    font-size:17px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}

.header{
    background-color:rgba(255, 255, 255, 0);
    border-radius:0px;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.5);

}
.logo2{
    display:none;
}
.header-inverse{
    border-radius:0px;
    background-color:#d5d5d5;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255,255,255,0.5);
}
.header-inverse .logo1{
    display: none;
}

.header-inverse .logo2{
    display: inline-block;
}


.center-vertical{
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}
.carousel-caption p button{
    width:125px;
    height:50px;
    margin-top:40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    color:#FFFFFF;
    font-size:16px;

}
.box {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s; }

.box:hover {
    border: 1px solid rgba(0, 160, 80, 0);
    color: #FFF;
    text-decoration: none; }


.box:active {
    text-decoration: none; }

.box::before, .box::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s; }
.box:hover::after, .box:hover::before {
    -webkit-transform: scale(1); }
.foo::before {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform-origin: 0 100%; }

.foo::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform-origin: 100% 0%; }
.description1{
    width:100%;
    background:rgba(255,255,255,1);
    text-align: center;
}


.description1 p{
    text-align: left;
    width:1100px;
    font-size:18px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:21px;
    margin:0 auto;
    margin-top:50px;
}

.description1 p button{
    width:125px;
    height:50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(0,173,239, 0.7);
    color:#00ADEF;
    font-size:16px;
    margin-bottom: 40px;

}
.box1 {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s; }

.box1:hover {
    border: 1px solid rgba(0, 160, 80, 0);
    color: #00ADEF;
    text-decoration: none; }


.box1:active {
    text-decoration: none; }

.box1::before, .box1::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s; }
.box1:hover::after, .box1:hover::before {
    -webkit-transform: scale(1); }
.foo1::before {
    border-bottom: 1px solid #00ADEF;
    border-left: 1px solid #00ADEF;
    -webkit-transform-origin: 0 100%; }
.foo1::after {
    border-top: 1px solid #00ADEF;
    border-right: 1px solid #00ADEF;
    -webkit-transform-origin: 100% 0%; }
.description2{
    width:100%;
    background:#EEEEEE;
    text-align: center;
    padding-bottom:30px
}
.description2 p{
    width:100%;
    color:rgba(33,55,82,1);
    background:#EEEEEE;
    text-align: center;
    padding-top: 50px;
    font-size:25px;
    font-family:RobotoSlab-Bold;
    margin-bottom: 30px;
    font-weight:bold;
    line-height:16px;

}
.row-margin{
    padding-right: 5px;
    padding-left: 10px;

    margin-right: -5px;
    margin-left: -10px;

}
.row-margin p{
    position: absolute;
    font-size:19px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    background-color: rgba(0,173,239, 0.7);
    line-height:15px;
    z-index: 1;
    bottom:2px;
    text-align: left;
    text-indent:18px;
    width: 200px;
    color: #fff;
    padding: 0;
    line-height: 50px;
    top: 50%;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    text-indent: 0;
    margin-top: -25px;
}

.row-margin div img{
    max-width:100%;
    max-height: 100%;
    padding-top:10px;
}
.description3{
    margin-top: 10px;
    width:100%;
    background:rgba(255,255,255,1);
    text-align: center;

}
.description3-headine{
    margin-top: 70px;
    margin-bottom: 40px;
    width:100%;
    background:rgba(255,255,255,1);
    text-align: center;
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:16px;
}

.gray-border{
    border-color:#EEEEEE;
    border-style:solid;
    border-width: 1px;
    height:100%;
}
.col-img{
    margin-top:43px;
    text-align: left;
    text-indent: 23px;
}
.col-img img{
    max-width:88px;
    max-height:90px;
}

.description3-title{
    text-align: left;
    margin-top: 10px;
    margin-left: 23px;
    font-size:18px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
}
.description3-content{
    margin-top:-4px;
    text-align: left;
    margin-left: 23px;
    font-size:14px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom:30px;

}


.description3-btn{
    margin-top: 60px;
    margin-bottom: 100px;
}
.description3-btn button{
    width:165px;
    height:45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(0,173,239, 0.7);
    color: #00ADEF;
    font-size:16px;
    font-family:RobotoSlab-Regular;
    font-weight:400;

}

.autoHeight_row {display:table;}
.autoHeight_col {display:table-cell; float:none!important}

.row-margin div img {padding-top:30px;
}
@media (max-width: 990px){
    .autoHeight_row {display:block}
    .autoHeight_col {display:block;}
    .row-margin div img {padding-top:20px}
    .navbar .logo1{
        display: none;
    }
    .navbar .logo2{
        display: inline-block;
    }
    .navbar{
        background: #fff;
    }
    .description1 p{
        width: 100%;
        line-height: 1.5;
        height: auto;
        margin-top: 15px;
        padding: 0 10px;
    }
    .description1 p button{
        margin:0;
    }
    .col-img img{
        margin: 0 auto;
        display: block;
    }
    .description3-content{
        text-align: center;
        margin: -4px auto 20px;
    }
    .indexpage{
        padding-top:75px;
    }
    .carousel-caption h1{
        font-size: 15px;
        line-height: 20px;
        top: 10%;
    }
    .carousel-caption p{
        margin-top: -46px;
        font-size: 12px;
    }
    .carousel-caption p button{
        margin-top:100px;
    }
    .footer1,.footer2,.footer3,.footer4{
        margin: 0 !important;
        width: 100%;
    }
    .footer-logo{
        text-align: center !important;
    }
    .footer-logo img{

        position: static !important;
        margin-top:50px !important;
    }
    .header-inverse{
        display: none;
    }

    .blue-bg .row{
        margin:0;
    }
    .content p{
        width: 90% !important;
    }
}
.description4{
    padding: 1px;
    margin-top: 50px;
    width:100%;
    background:rgba(238,238,238,1);
}

.description4-headline{
    text-align: center;
    margin-top:64px;
    font-size:25px;
    font-family:RobotoSlab-Bold;
    font-weight:bold;
    color:rgba(33,55,82,1);
    line-height:16px;
    margin-bottom: 50px;
}
.description4-title{
    text-align: center;
    margin-top: 50px;
    margin-left: 23px;
    color:#213752;
    font-size:18px;
    font-family:RobotoSlab-Regular;
    font-weight:400;

}
.description4-content{
    margin-top:20px;
    text-align: center;
    margin-left: 23px;
    font-size:14px;
    font-family:RobotoSlab-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom:50px;

}

.description4-btn{
    margin-top: 60px;
    margin-bottom: 100px;
    text-align: center;
}

.description4-btn button{
    width:145px;
    height:45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(0,173,239, 0.7);
    color: #00ADEF;
    font-size:16px;
    font-family:RobotoSlab-Regular;
    font-weight:400;

}
.circle {
    position: absolute;
    left:46%;
    top:-23px;
    width:40px;
    height:40px;
    border-radius:50%;
    border-width:2px;
    border-style:solid;
    color:#00ADEF;
    broder-color:#00ADEF;
    text-align: center;
    vertical-align: middle;
    font-size:25px;
    background-color: #FFF;
}
.blue-bg{
    width:100%;
    background:rgba(33,55,82,1);
}
footer p{
    color:#FFF;
}
.footer-menu{
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-menu-title{
    border-bottom-color:#FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 3px;

}
.footer-menu a{
    text-decoration: none;
    color:#FFFFFF;
}
.footer-menu-button{
    background-color: #00ADEF;
    border: none;
    height: 30px;
    width: 163px;
}
.footer-logo{
    text-align: left;
    height:185px;

}
.footer-logo img{
    max-width:100%;
    max-height: 100%;
    position: absolute;top: 50%;margin-top: -50px;left:0px;
}
.bottom-copyright{
    background-color: #1C2F46;
    padding-top: 10px;
    padding-bottom: 8px;
}

.zoom {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.zoom img {

    width: 100%;
    transform: scale(1);
    transition: all 2s ease 0s;
}

.zoom:hover img {


    transform: scale(1.2);
    transition: all 2s ease 0s;
}

.autoHeight_col1 {display:table-cell; float:none!important;background-color: #FFFFFF;border-top-color:#00ADEF;border-top-width: 2.5px}
.mck_imgbox {overflow:hidden; width:100%; height:100%; position:relative}
.mck_imgbox img {padding:0!important}
.mck_imgWrap {padding:0 10px;margin:0!important}
.mck_imgWrap_tr {padding:5px; }


.modal-dialog {
    margin: 200px auto;
}
.time{
    margin-left: 10px;color:#7d7773
}


input,select,option,textarea,a,button,span,li{outline: none;}
