.d-none {
    display: none
}

.w-90 {
    width: 90% !important
}
.slide-along .uc-offcanvas-container {
    background: #398B71!important;
}
.navbar-default {
    background: white !important;
}
body {
    font-family : 'Roboto', sans-serif;
    font-size   : 15px;
    line-height : 26px;
    color       : #3a4750;
    font-weight : 300;
    background: #fff;
}

.rating--color {
    color: #929292;
    font-weight: 300;
}

.rating--border {
    border-bottom: 1px solid #D8D8D8;
}

.text-warning {
    color: #FEB72C !important;
}

.d-inline-block {
    display: inline-block;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem !important;
}

.card-body {
    padding: 1.25rem;
}

/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
    color       : #303841;
    
    }

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 100;
    }

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 300;
    }

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
    }

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    }

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 24px;
    }

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color              : #333333;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color: #4760bb;
    }


p{
    margin-bottom: 20px;
}


ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }


/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    padding: 80px 0;
    }

.white-bg {
    background-color : #fff;
    }


/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper{
    background: #fff;
    }

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 14px;
    border-radius  : 3px;
    font-weight    : 100;
    }

.btn-lg{
    font-size: 15px;
    padding: 15px 30px
}

/*btn-primary*/
.btn-primary {
    background-color : #3e967b;
    border-color     : #3e967b;
    }

.btn-primary:hover{
    background: #55a759;
    color:#fff;
    border-color     : #55a759;
}

/*btn-default*/
.btn-default {
    color            : #333333;
    background-color : transparent;
    border-color     : #e1e1e1;
    }

.btn-default:hover{
    background: #333333;
    color:#fff;
    border-color: #333333;
}


button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }



/* ----------------------------------------------
text-highlights
------------------------------------------------- */
.text-highlights {
    color   : #ffffff;
    padding : 0px 5px;
    }

.text-highlights.black {
    background : #313131;
    }

.text-highlights.blue {
    background : #31aae2;
    }

/*Common Page Header*/
.page-header {
    padding-bottom : 0;
    margin         : 100px 0;
    border-bottom  : 0;
    }

.page-header h1 {
    font-size      : 70px;
    line-height    : 70px;
    color          : #ffffff;
    font-weight    : 400;
    text-transform : capitalize;
    margin-bottom  : 30px;
    font-family    : 'Montserrat', sans-serif;
    }

.page-header .sub-title {
    display        : block;
    font-size      : 40px;
    line-height    : 40px;
    color          : rgba(255, 255, 255, 0.5);
    font-weight    : 700;
    text-transform : uppercase;
    font-family    : 'Montserrat', sans-serif;
    }

@media (max-width : 766px) {
    .page-header h1 {
        font-size   : 44px;
        line-height : 44px;
        }

    .d-mobile {
        display: block !important;
    }

    .left-icon-wraper {
        margin-bottom: 20px !important;
    }

    .page-header .sub-title {
        font-size   : 30px;
        line-height : 30px;
        }
    }

/*feature-section*/
.feature-section {
    background      : url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size : cover;
    }

/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
    position    : fixed;
    bottom      : 17px;
    right       : 30px;
    color       : #fff;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 30px;
    height      : 30px;
    text-align  : center;
    font-size   : 18px;
    line-height : 30px;
    background  : #333333;
    border-radius: 3px;
    border: none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

#toTop:hover {
    color  : #fff;
    opacity: .5;
    }

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top     : 80px;
    background      : url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
    background-size : cover;
    }

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/
.navbar-default {
    margin-bottom : 0;
    }

.navbar-brand {
    padding-top    : 0;
    padding-bottom : 0;
    height         : 40px;
    }

.navbar-default .navbar-nav > li {
    margin-right : 17px;
    }

.navbar-default .navbar-nav > li:last-child {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li > a {
    color          : #303841;
    font-size      : 16px;
    font-weight    : 400;
    padding        : 10px 15px;
    border-radius  : 2px;
    /*text-transform : uppercase;*/
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #333333;
    background-color : transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color            : #398B71;
    background-color : transparent;
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color : #333333;
    }

.nav-cta {
    float              : right;
    margin             : 3px 0 0 40px;
    line-height        : 34px;
    background         : #333333;
    width              : 34px;
    height             : 34px;
    text-align         : center;
    border-radius      : 2px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
    }

.nav-cta > li > a {
    display     : inline-block;
    color       : #ffffff;
    width       : 20px;
    height      : 34px;
    line-height : 34px;
    text-align  : center;
    }

.nav-cta .dropdown-menu {
    left  : auto;
    right : 0;
    }


/* Nav Media Querues*/

@media screen and (max-width : 768px) {
    .navbar-collapse.collapse {
        display : none !important;
        }

    .navbar-default {
        /*background    : #333333 !important;*/
        padding       : 10px 0 20px !important;
        border        : none;
        border-radius: 0;
        }
    .navbar{
            border-radius: 0;
        }
}


@media (min-width : 1024px) {
    .navbar-default {
        background-color   : #fff;
        padding            : 30px 0;
        border             : none;
        border-radius: 0;
        }
    .navbar-right .dropdown-menu {
        right : auto;
        }
}

/* Syicky Menu */
.sticky-nav{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff !important;
    padding: 10px 0 20px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition : all .5s ease-in-out;
        -moz-transition    : all .5s ease-in-out;
        transition         : all .5s ease-in-out;
}


/* Dropdown Menu */

.dropdown-menu {
    display            : inherit;
    top                : 100% !important;
    padding            : 0;
    font-size          : 13px;
    opacity            : 0;
    visibility         : hidden;
    border             : 1px solid #f5f5f5;
    border-radius      : 0;
    box-shadow         : 0px -2px 0px #000000;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    }

.dropdown:hover .dropdown-menu {
    display    : block;
    margin-top : 28px !important;
    opacity    : 1;
    visibility : visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    }

.dropdown-menu::before {
    top      : -30px;
    content  : "";
    position : absolute;
    width    : 100%;
    height   : 30px;
    display  : block;
    }

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top : 14px !important;
    }

.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #969595;
    padding     : 3px 20px;
    }

.dropdown-menu li a:hover {
    color            : #333333;
    background-color : #f5f5f5;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #31aae2;
    background-color : #f5f5f5;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }

@media (max-width : 768px) {
    .navbar-toggle {
        display : block;
        }
    }

.navbar-toggle {
    position      : absolute;
    right         : 0;
    padding       : 5px 10px;
    border        : 0;
    border-radius : 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color : transparent;
    }

.navbar-toggle .icon-bar {
    width  : 14px;
    height : 3px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color : #333333;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top : 2px;
    }

/*uc-mobile-menu*/
.uc-mobile-menu {
    }

.uc-mobile-menu-container > div {
    visibility : hidden;
    }

#menu {
    margin : 50px 40px;
    }

#menu > li {
    text-transform : uppercase;
    }

#menu > li:last-child {
    border-bottom : 0;
    }

#menu > li ul li {
    margin-left : 0;
    color       : #999999;

    }

#menu li a {
    display         : block;
    text-decoration : none;
    color           : white;
    padding         : 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #f9f9f9;
    }


#menu li a:hover,
#menu li.active a {
    color : #ffffff;
    }

/*-------------------------------
 * Mobile Menu Close
 *-------------------------------*/

.uc-mobile-menu .close {
    position           : absolute;
    right              : 0;
    top                : 0;
    color              : #ffffff;
    text-shadow        : none;
    filter             : alpha(opacity=50);
    opacity            : .5;
    width              : 44px;
    height             : 44px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

.uc-mobile-menu .close:hover {
    opacity : 1;
    }


/* ------------------------
 *  Header Top bar
 *-------------------------*/

.header-top{
    background: #333333;
 }

 /*Social Icon*/

.header-top .social-icon li{
    display: inline-block;
 }

.header-top .social-icon li a{
    line-height: 50px;
    /*width: 30px;*/
    color: #fff;
}
.header-top .social-icon li a span{
    font-family: 'Roboto', sans-serif;
}


.header-top .social-icon li a:hover{
    opacity: .5; 
}

/* Phone, Emial, Get a Quote */
.header-top .top-contact li{
    display    : inline-block;
    line-height: 50px;
    text-align :center;
}

.header-top .top-contact li.phone,
.header-top .top-contact li.email{
    padding  : 0 20px;
    color    : #fff;
}

.header-top .top-contact li.phone i,
.header-top .top-contact li.email i{
    margin-right: 5px;
    opacity: .5;
}


.header-top .top-contact li.get-a-quote a{
    padding: 0 30px;
    display: block;
    background: #3A7764;
    color: #fff;
}

.header-top .top-contact li.get-a-quote a:hover{
    opacity: .8;
}

/* Media Queries */

@media only screen and (max-width: 1024px){
    .header-top{
        text-align:center;
    }

    .header-top .top-contact li{
        line-height: 1;
        padding: 5px 0 10px;
    }

    .header-top .top-contact li.get-a-quote a{
        padding: 8px 15px; 
    }

    .top-contact.pull-right{
        float: none !important;
    }
    
}




/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-inner>.item>img{
    min-width: 100% !important;
}

.hero-slide .carousel-caption {
    bottom      : 50%;
    text-shadow : none;
    transform   : translateY(50%);
    left        : 0;
    right       : 0;
    width       : 1140px;
    margin      : 0 auto;
    text-align  : left;
    }

.hero-slide .carousel-caption h1 {
    font-size      : 48px;
    line-height    : 1.3em;
    font-weight    : 100;
    color          : #fff;
    }

.hero-slide .carousel-caption p {
    font-size   : 18px;
    color       : #fff;
    font-weight : 100;
    line-height    : 1.5em;
    }

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 50px;
    height      : 50px;
    line-height : 50px;
    top         : 50%;
    margin-top  : -25px;
    background  : transparent;
    cursor      : pointer;
    text-shadow : none;
    border-radius: 3px;
    background: #fff;
    color: #303841;
    box-shadow: inset 0 -2px rgba(0,0,0,.1);
    }



.hero-slide .carousel-control.left {
    left : -1%;
    opacity: 0;
    }

.hero-slide .carousel-control.right {
    right : -1%;
    opacity: 0;
    }

.hero-slide:hover .carousel-control.left,
.hero-slide:hover .carousel-control.right{
    opacity: 1;
}

.hero-slide:hover .carousel-control.left{
    left: 1%;
}


.hero-slide:hover .carousel-control.right{
    right: 1%;
}


.hero-slide .carousel-indicators {
    bottom : 60px;
    }

.hero-slide .carousel-indicators li {
    border : 2px solid #ffffff;
    }

/*Media Query*/
@media screen and (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        }

    .hero-slide .carousel-indicators {
        bottom : 20px;
        }

    .hero-slide .carousel-caption p {
        font-size : 12px;
        }
    }



/*---------------------------
 * Section Title
 *---------------------------*/
 .section-title{
    margin-bottom: 60px;
 }

/*---------------------------
 * Service Left Icon section
 *---------------------------*/
.section-content-left-icon{
    padding: 80px 0 20px;
    }

.section-content-left-icon .left-icon-wraper {
    display: table;
    margin-bottom: 60px;
}

.section-content-left-icon .content,
.section-content-left-icon .icon{
    display: table-cell;
    vertical-align: top;
}

.section-content-left-icon .content{
    padding-left: 20px;
}

.section-content-left-icon .content h2{
    font-size: 18px;
}

.section-content-left-icon .icon{
    width: 70px;
}

.section-content-left-icon .icon i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 25px;
    display: block;
}

.section-content-left-icon .icon i::before{
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #398B71;
}

/* ------------------
 * Featured box
 *-------------------*/

.featured-box{
    border-top: 1px solid #f0f1f3;
}
.featured-content-wrapper{
    display: table;
}
.featured-box .featured-img,
.featured-box .featured-content{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}


/*Media Query*/

@media only screen and (max-width: 768px) {
    .featured-box{
        padding: 60px 0;
    }
    .featured-box .featured-img{
        margin: 0 0 30px;
    }
    .featured-box .featured-img,
    .featured-box .featured-content{
        display:block;
        width: 100%;
    }
}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/
.team-section{
    padding: 80px 0;
}

.team-member .thumbnail{
    padding: 0;
    margin-bottom: 0;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 0;
}
@media (max-width : 767px) { 
    .team-member .thumbnail {
        margin-bottom: 30px;
    }
}
.team-member .thumbnail img{
    width: 100%;
}
.team-member .thumbnail .caption {
    padding: 30px 40px;
}
.team-member .thumbnail h3 {
    font-size: 24px;
    text-transform: capitalize;
}
.team-member .thumbnail hr {
    border-top: 1px solid #f9f9f9;
}

.team-member .social-links {}
.team-member .social-links li{
    display: inline-block;
    margin-right: 5px;
}
.team-member .social-links li:last-child {
    margin-right: 0;
}
.team-member .social-links li a i{
    display: block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}


.team-member .social-links li a .fa-facebook{
    background-color: #3b5998;
}
.team-member .social-links li a .fa-twitter{
    background-color: #55acee;
}
.team-member .social-links li a .fa-linkedin{
    background-color: #007bb5;
}

.team-member .social-links li a i:hover{
    opacity: .5;
}

/* --------------------------------------------------
 *    Testimonial
 *----------------------------------------------------*/

.testimonial {
    padding    : 80px 0px 90px;
    color      : #ffffff;
    background: #4760bb url("../img/img-testimonial-bg.png") repeat-x center bottom;
    }

#testimonialSlider .carousel-inner .item blockquote{
    display: table;
    width: 100%;
}

#testimonialSlider .carousel-inner .item blockquote p,
#testimonialSlider .carousel-inner .item blockquote .user-details{
    display: table-cell;
    vertical-align: middle;
}

#testimonialSlider .carousel-inner .item blockquote p{
    width: 75%
}
#testimonialSlider .carousel-inner .item blockquote .user-details{
    width: 25%;
    position: relative;
}

#testimonialSlider .carousel-inner .item blockquote .user-details .avatar{
    float: left;
    width: 90px;
}


#testimonialSlider .carousel-inner .item .user-details img {
    display       : inline-block;
    width         : 80px;
    height        : 80px;
    border: 5px solid rgba(0,0,0,.2);
    }


#testimonialSlider .carousel-inner .item .user-details .name,
#testimonialSlider .carousel-inner .item .user-details .company{
    display: block;
}
#testimonialSlider .carousel-inner .item .user-details .name {
    font-size      : 24px;
    margin-top     : 5px;
    color          : #fff;
    display: block;
    }
#testimonialSlider .carousel-inner .item .user-details .company{
    opacity: .5;
}

#testimonialSlider .carousel-inner .item blockquote {
    border-left : 0px;
    }

#testimonialSlider .carousel-inner .item blockquote p {
    font-size   : 20px;
    line-height : 34px;
    }

#testimonialSlider .carousel-inner .item blockquote ul {
    margin : 30px 0px;
    }


#testimonialSlider .carousel-indicators {
    bottom : -40px;
    }

#testimonialSlider .carousel-indicators li {
    border : 2px solid #ffffff;
    }



/* Media Query */

@media only screen and (max-width: 768px) {
    #testimonialSlider .carousel-inner .item blockquote p,
    #testimonialSlider .carousel-inner .item blockquote .user-details{
        display:block;
        width: 100%;
    }
}



/* --------------------------
 * Client Logo 
 *---------------------------*/
.client-logo {
    padding: 40px 0;
    }

.client-logo a img {
    width              : 100%;
    opacity            : 0.5;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : 1;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/*---------------------
 *  case Studies
 *---------------------- */
.case-studies{
    padding: 80px 0;
    background: #f0f1f3;
    border-top: 1px solid rgba(0,0,0,.05);
}

.case-studies .case-studies-content{
    background: #fff;
    margin-bottom: 30px;
}

.case-studies .case-studies-content h2{
    font-size: 18px;
    padding: 20px;
    margin: 0;
}


/* --------------------------------------------
 *  Page Title
 *----------------------------------------------- */

.single-page-title {
    background  : url(/img/koer.jpg) no-repeat center;
    background-size       : cover;
    width                 : 100%;
    background-attachment : fixed;
    padding               : 40px 0;
    position: relative;
}

.single-page-title h2 {
    display        : inline-block;
    font-size      : 46px;
    font-weight    : 100;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
}


/*--------------------
 * About Text Section
 *--------------------*/

.about-text{
    padding: 80px 0;
}

.about-text h2{
    font-size: 24px;
    margin-bottom: 40px;
}


.about-text-2{
    padding: 80px 0;
    border-top:1px solid #f0f1f3;
    border-bottom:1px solid #f0f1f3;
}

.about-text-2 img{
    margin-bottom: 15px;
}


/* --------------------------------------------------
icon-style
------------------------------------------------- */

.icon-style {}
/*promo-block*/
.icon-style .promo-block-wrapper {
    /*margin-bottom: 80px;*/
    }

.icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }
.icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent;
    }

.icon-style .promo-content {
    padding: 20px;
    }
.icon-style .promo-content h3{
    font-size: 15px;
    text-transform: capitalize;
    }


/* ---------------------------------
    x-accordion
 ------------------------------------*/

.x-accordion-section{
    background: #f9f9f9;
    }

.x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    }

.x-accordion .panel-group {
    margin-bottom: 0;
    }
.x-accordion .panel-default {
    border: 0;
    }
.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    }
.x-accordion .panel:last-of-type {
    border-bottom: 0;
    }
.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #31aae2;
    }
.x-accordion .panel .panel-heading a.collapsed {
    color: #969595;
    background-color: #fff;
    padding: 12px 30px;
    }
.x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    }

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #969595;
    }


@media screen and (max-width:768px){
    .x-accordion .panel-group{
        margin-bottom: 50px ;
        }
    }

/*----------------------
 tabOne start
 -----------------------*/
.tabOne {}
.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
    }
.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid #fff;
    }
.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0;
    }
.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    }
.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: #fff;
    color: #31aae2;
    }

/*media query*/

@media (min-width : 768px) {
    .tabOne .tab-content{
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        background: #fff;
        }
    }

@media screen and (max-width : 600px) {
    .tabOne .tab-content{
        margin-top: 30px;
        }
    }

.tabOne .tab-pane img {
    margin-top: 8px;
    }
.tabOne .tab-pane img.pull-left {
    margin-right: 20px;
    }
.tabOne .tab-pane img.pull-right {
    margin-left: 20px;
    }
/*collapse in small devices*/
.tabOne .panel-body img{
    margin-top: 8px;
    }
.tabOne .panel-body img.pull-left {
    margin-right: 20px;
    }
.tabOne .panel-body img.pull-right {
    margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
    }
.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0;
    }


/* ------------------
   Google Map
   ------------------*/

.our-location {
    padding: 80px 0;
}

#googleMap{
    height: 500px;
    }


/* ---------------------------
 *  Contact Detail
 * --------------------------- */

.contact-detail{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact-detail .promo-block-wrapper {
    background: #ffffff;
    display: table;
    width: 100%;
}
@media (max-width: 992px){
    .contact-detail .promo-block-wrapper{
        margin-bottom: 1px;
    }
}
.contact-detail .promo-icon {
    width: 82px;
    color: #dadada;
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.contact-detail .promo-icon-blue{
    background: #333333;
    color: #ffffff;
}

.contact-detail .promo-icon-green{
    background: #7AC38F;
    color: #ffffff;
}
.contact-detail .promo-icon-yellow{
    background: #FCE38A;
    color: #ffffff;
}

.contact-detail .promo-content {
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
    border-left: 0;
}

@media (min-width: 992px) and (max-width: 1024px){
    .contact-detail .promo-content{
        padding: 20px 20px;
    }
}

.contact-detail .promo-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.contact-detail .promo-content address{
    line-height: 25px;
}



/* ---------------------------
 * Contact Form
 * --------------------------- */

.contact-section{
    padding: 80px 0;
}

.contact-section .form-group {
    margin-bottom: 17px;
}
.contact-section .form-control {
    border-color: transparent;
    background-color: #f9f9f9;
}
.contact-section .form-control:focus{
    border-color: #66afe9;
}
.contact-section textarea {
    padding: 12px 12px;
}


.contact-form  {}
.contact-form  h2{
    line-height: 36px;
    margin-bottom: 45px;
    }

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
    }
.contact-form form button {
    margin-top: 10px;
    }


.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
    position: relative;
    }
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "FontAwesome";
    color: #dadada;
    }

.user-name::after {
    content: "\f007";
    }
.user-email::after {
    content: "\f003";
    }
.user-phone::after {
    content: "\f095";
    }
.user-url::after {
    content: "\f0ac";
    }
.user-message::after {
    content: "\f086";
    }

/*-------------------
 * Form Style
 *-------------------*/
.form-control {
    height: 53px;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus,
.form-control:active{
    box-shadow: none;
}


/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */
.footer {
    background: #3a3a3a url("../img/img-testimonial-bg.png") repeat-x center bottom;
    }

.footer-widget-section{
    padding: 80px 0;
}

.footer .footer-logo {
    margin-bottom: 30px;
    }

.footer .footer-text {
    font-size: 18px;
    color: #fff;
    }

.footer .footer-text ul{
    border-top: 1px solid rgba(255,255,255,.05);
    padding-top: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: table;
    width: 100%;
}

.footer .footer-text ul i{
    opacity: .5;

}

.footer .footer-text li{
    display: table-cell;
}

.footer .footer-text ul .phone{
    font-size: 24px;
}

.footer .footer-text ul i{
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top:1px;
}

.footer .footer-text .phone small{
    display: block;
    font-size: 12px;
    padding-left: 40px;
    opacity: .5;
}

.footer .footer-text  small i{
    font-size: 12px;
    margin-right: 5px;
}

.footer .footer-text .address{
    padding-left: 30px;
    font-size: 24px;
}


/* Copyright */

.footer .copyright-section {
    font-size: 12px;
    background-color : #2d2d2d;
    color            : #6b6b6b;
    padding          : 20px 0;
    }

.footer .copyright-section .copytext {
    text-transform : uppercase;
    color          : #6b6b6b;
    font-weight    : 600;
    }

.footer .copyright-section li a {
    display   : block;
    font-size : 13px;
    color     : #6b6b6b;
    }

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
    color : #ffffff;
    }

/* media queries */

@media (min-width : 768px) {
    .footer .copyright-section .list-inline > li {
        padding-right : 10px;
        padding-left  : 10px;
        }
    }


@media (max-width : 768px) {
    .footer .footer-text ul i,
     .footer .footer-text ul .phone,
     .footer .footer-text ul .address{
        font-size: 14px;
        padding: 0;
    }

    .footer .footer-text ul .phone small{
        padding-left: 20px;
    }


    .footer .footer-text li{
        display: block;
        margin-bottom: 10px;
    }


    /*footer menu*/
    .footer .copyright-section .pull-right{
        float: none !important;
    }
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    }

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }

.jumbotron-hero {
    background-image: url(/img/koer.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Margin and Padding helpers*/
/*xs*/
.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }
/*sm*/
@media (min-width:768px){
/*sm*/
.p-sm { padding: .5em; }
.p-x-sm { padding: 0 .5em; }
.p-y-sm { padding: .5em 0 ; }
.p-t-sm { padding-top: .5em; }
.p-r-sm { padding-right: .5em; }
.p-b-sm { padding-bottom: .5em; }
.p-l-sm { padding-left: .5em; }
.m-sm { margin: .5em; }
.m-x-sm { margin: 0 .5em; }
.m-y-sm { margin: .5em 0 ; }
.m-t-sm { margin-top: .5em; }
.m-r-sm { margin-right: .5em; }
.m-b-sm { margin-bottom: .5em; }
.m-l-sm { margin-left: .5em; }
}

/*md*/
@media (min-width: 992px){
.p-md { padding: 1em; }
.p-x-md { padding: 0 1em; }
.p-y-md { padding: 1em 0; }
.p-t-md { padding-top: 1em; }
.p-r-md { padding-right: 1em; }
.p-b-md { padding-bottom: 1em; }
.p-l-md { padding-left: 1em; }
.m-md { margin: 1em; }
.m-x-md { margin: 0 1em; }
.m-y-md { margin: 1em 0 ; }
.m-t-md { margin-top: 1em; }
.m-r-md { margin-right: 1em; }
.m-b-md { margin-bottom: 1em; }
.m-l-md { margin-left: 1em; }
}

/*lg*/
@media (min-width: 1200px){
.p-lg { padding: 1.5em; }
.p-x-lg { padding: 0 1.5em; }
.p-y-lg { padding: 1.5em 0; }
.p-t-lg { padding-top: 1.5em; }
.p-r-lg { padding-right: 1.5em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-l-lg { padding-left: 1.5em; }
.m-lg { margin: 1.5em; }
.m-x-lg { margin: 0 1.5em; }
.m-y-lg { margin: 1.5em 0; }
.m-t-lg { margin-top: 1.5em; }
.m-r-lg { margin-right: 1.5em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }
.text-white {
    color: white !important;
}
.font-weight-bold {
    font-weight: bold !important
}
.fw-300 {
    font-weight: 300 !important
}
.clear {
    clear: both;
}
.brand-up {
    margin-top: -10px;
}
@media screen and (max-width : 1023px) {
    .brand-up {
        margin-top: 0 !important; 
        width: 120px;
    }
}
@media screen and (max-width : 768px) {
    .navbar-brand {
        padding-left: 0 !important
    }

    .navbar-toggle {
        margin-top: 15px !important;
    }

    .brand-up {
        margin-top: -5px !important;
        width: 150px !important;
    }
}
.mt0{margin-top:0px;}.mb0{margin-bottom:0px;}.pt0{padding-top:0px;}.pb0{padding-bottom:0px;}.mt1{margin-top:1px;}.mb1{margin-bottom:1px;}.pt1{padding-top:1px;}.pb1{padding-bottom:1px;}.mt2{margin-top:2px;}.mb2{margin-bottom:2px;}.pt2{padding-top:2px;}.pb2{padding-bottom:2px;}.mt3{margin-top:3px;}.mb3{margin-bottom:3px;}.pt3{padding-top:3px;}.pb3{padding-bottom:3px;}.mt4{margin-top:4px;}.mb4{margin-bottom:4px;}.pt4{padding-top:4px;}.pb4{padding-bottom:4px;}.mt5{margin-top:5px;}.mb5{margin-bottom:5px;}.pt5{padding-top:5px;}.pb5{padding-bottom:5px;}.mt6{margin-top:6px;}.mb6{margin-bottom:6px;}.pt6{padding-top:6px;}.pb6{padding-bottom:6px;}.mt7{margin-top:7px;}.mb7{margin-bottom:7px;}.pt7{padding-top:7px;}.pb7{padding-bottom:7px;}.mt8{margin-top:8px;}.mb8{margin-bottom:8px;}.pt8{padding-top:8px;}.pb8{padding-bottom:8px;}.mt9{margin-top:9px;}.mb9{margin-bottom:9px;}.pt9{padding-top:9px;}.pb9{padding-bottom:9px;}.mt10{margin-top:10px;}.mb10{margin-bottom:10px;}.pt10{padding-top:10px;}.pb10{padding-bottom:10px;}.mt11{margin-top:11px;}.mb11{margin-bottom:11px;}.pt11{padding-top:11px;}.pb11{padding-bottom:11px;}.mt12{margin-top:12px;}.mb12{margin-bottom:12px;}.pt12{padding-top:12px;}.pb12{padding-bottom:12px;}.mt13{margin-top:13px;}.mb13{margin-bottom:13px;}.pt13{padding-top:13px;}.pb13{padding-bottom:13px;}.mt14{margin-top:14px;}.mb14{margin-bottom:14px;}.pt14{padding-top:14px;}.pb14{padding-bottom:14px;}.mt15{margin-top:15px;}.mb15{margin-bottom:15px;}.pt15{padding-top:15px;}.pb15{padding-bottom:15px;}.mt16{margin-top:16px;}.mb16{margin-bottom:16px;}.pt16{padding-top:16px;}.pb16{padding-bottom:16px;}.mt17{margin-top:17px;}.mb17{margin-bottom:17px;}.pt17{padding-top:17px;}.pb17{padding-bottom:17px;}.mt18{margin-top:18px;}.mb18{margin-bottom:18px;}.pt18{padding-top:18px;}.pb18{padding-bottom:18px;}.mt19{margin-top:19px;}.mb19{margin-bottom:19px;}.pt19{padding-top:19px;}.pb19{padding-bottom:19px;}.mt20{margin-top:20px;}.mb20{margin-bottom:20px;}.pt20{padding-top:20px;}.pb20{padding-bottom:20px;}.mt21{margin-top:21px;}.mb21{margin-bottom:21px;}.pt21{padding-top:21px;}.pb21{padding-bottom:21px;}.mt22{margin-top:22px;}.mb22{margin-bottom:22px;}.pt22{padding-top:22px;}.pb22{padding-bottom:22px;}.mt23{margin-top:23px;}.mb23{margin-bottom:23px;}.pt23{padding-top:23px;}.pb23{padding-bottom:23px;}.mt24{margin-top:24px;}.mb24{margin-bottom:24px;}.pt24{padding-top:24px;}.pb24{padding-bottom:24px;}.mt25{margin-top:25px;}.mb25{margin-bottom:25px;}.pt25{padding-top:25px;}.pb25{padding-bottom:25px;}.mt26{margin-top:26px;}.mb26{margin-bottom:26px;}.pt26{padding-top:26px;}.pb26{padding-bottom:26px;}.mt27{margin-top:27px;}.mb27{margin-bottom:27px;}.pt27{padding-top:27px;}.pb27{padding-bottom:27px;}.mt28{margin-top:28px;}.mb28{margin-bottom:28px;}.pt28{padding-top:28px;}.pb28{padding-bottom:28px;}.mt29{margin-top:29px;}.mb29{margin-bottom:29px;}.pt29{padding-top:29px;}.pb29{padding-bottom:29px;}.mt30{margin-top:30px;}.mb30{margin-bottom:30px;}.pt30{padding-top:30px;}.pb30{padding-bottom:30px;}.mt31{margin-top:31px;}.mb31{margin-bottom:31px;}.pt31{padding-top:31px;}.pb31{padding-bottom:31px;}.mt32{margin-top:32px;}.mb32{margin-bottom:32px;}.pt32{padding-top:32px;}.pb32{padding-bottom:32px;}.mt33{margin-top:33px;}.mb33{margin-bottom:33px;}.pt33{padding-top:33px;}.pb33{padding-bottom:33px;}.mt34{margin-top:34px;}.mb34{margin-bottom:34px;}.pt34{padding-top:34px;}.pb34{padding-bottom:34px;}.mt35{margin-top:35px;}.mb35{margin-bottom:35px;}.pt35{padding-top:35px;}.pb35{padding-bottom:35px;}.mt36{margin-top:36px;}.mb36{margin-bottom:36px;}.pt36{padding-top:36px;}.pb36{padding-bottom:36px;}.mt37{margin-top:37px;}.mb37{margin-bottom:37px;}.pt37{padding-top:37px;}.pb37{padding-bottom:37px;}.mt38{margin-top:38px;}.mb38{margin-bottom:38px;}.pt38{padding-top:38px;}.pb38{padding-bottom:38px;}.mt39{margin-top:39px;}.mb39{margin-bottom:39px;}.pt39{padding-top:39px;}.pb39{padding-bottom:39px;}.mt40{margin-top:40px;}.mb40{margin-bottom:40px;}.pt40{padding-top:40px;}.pb40{padding-bottom:40px;}.mt41{margin-top:41px;}.mb41{margin-bottom:41px;}.pt41{padding-top:41px;}.pb41{padding-bottom:41px;}.mt42{margin-top:42px;}.mb42{margin-bottom:42px;}.pt42{padding-top:42px;}.pb42{padding-bottom:42px;}.mt43{margin-top:43px;}.mb43{margin-bottom:43px;}.pt43{padding-top:43px;}.pb43{padding-bottom:43px;}.mt44{margin-top:44px;}.mb44{margin-bottom:44px;}.pt44{padding-top:44px;}.pb44{padding-bottom:44px;}.mt45{margin-top:45px;}.mb45{margin-bottom:45px;}.pt45{padding-top:45px;}.pb45{padding-bottom:45px;}.mt46{margin-top:46px;}.mb46{margin-bottom:46px;}.pt46{padding-top:46px;}.pb46{padding-bottom:46px;}.mt47{margin-top:47px;}.mb47{margin-bottom:47px;}.pt47{padding-top:47px;}.pb47{padding-bottom:47px;}.mt48{margin-top:48px;}.mb48{margin-bottom:48px;}.pt48{padding-top:48px;}.pb48{padding-bottom:48px;}.mt49{margin-top:49px;}.mb49{margin-bottom:49px;}.pt49{padding-top:49px;}.pb49{padding-bottom:49px;}.mt50{margin-top:50px;}.mb50{margin-bottom:50px;}.pt50{padding-top:50px;}.pb50{padding-bottom:50px;}.mt51{margin-top:51px;}.mb51{margin-bottom:51px;}.pt51{padding-top:51px;}.pb51{padding-bottom:51px;}.mt52{margin-top:52px;}.mb52{margin-bottom:52px;}.pt52{padding-top:52px;}.pb52{padding-bottom:52px;}.mt53{margin-top:53px;}.mb53{margin-bottom:53px;}.pt53{padding-top:53px;}.pb53{padding-bottom:53px;}.mt54{margin-top:54px;}.mb54{margin-bottom:54px;}.pt54{padding-top:54px;}.pb54{padding-bottom:54px;}.mt55{margin-top:55px;}.mb55{margin-bottom:55px;}.pt55{padding-top:55px;}.pb55{padding-bottom:55px;}.mt56{margin-top:56px;}.mb56{margin-bottom:56px;}.pt56{padding-top:56px;}.pb56{padding-bottom:56px;}.mt57{margin-top:57px;}.mb57{margin-bottom:57px;}.pt57{padding-top:57px;}.pb57{padding-bottom:57px;}.mt58{margin-top:58px;}.mb58{margin-bottom:58px;}.pt58{padding-top:58px;}.pb58{padding-bottom:58px;}.mt59{margin-top:59px;}.mb59{margin-bottom:59px;}.pt59{padding-top:59px;}.pb59{padding-bottom:59px;}.mt60{margin-top:60px;}.mb60{margin-bottom:60px;}.pt60{padding-top:60px;}.pb60{padding-bottom:60px;}.mt61{margin-top:61px;}.mb61{margin-bottom:61px;}.pt61{padding-top:61px;}.pb61{padding-bottom:61px;}.mt62{margin-top:62px;}.mb62{margin-bottom:62px;}.pt62{padding-top:62px;}.pb62{padding-bottom:62px;}.mt63{margin-top:63px;}.mb63{margin-bottom:63px;}.pt63{padding-top:63px;}.pb63{padding-bottom:63px;}.mt64{margin-top:64px;}.mb64{margin-bottom:64px;}.pt64{padding-top:64px;}.pb64{padding-bottom:64px;}.mt65{margin-top:65px;}.mb65{margin-bottom:65px;}.pt65{padding-top:65px;}.pb65{padding-bottom:65px;}.mt66{margin-top:66px;}.mb66{margin-bottom:66px;}.pt66{padding-top:66px;}.pb66{padding-bottom:66px;}.mt67{margin-top:67px;}.mb67{margin-bottom:67px;}.pt67{padding-top:67px;}.pb67{padding-bottom:67px;}.mt68{margin-top:68px;}.mb68{margin-bottom:68px;}.pt68{padding-top:68px;}.pb68{padding-bottom:68px;}.mt69{margin-top:69px;}.mb69{margin-bottom:69px;}.pt69{padding-top:69px;}.pb69{padding-bottom:69px;}.mt70{margin-top:70px;}.mb70{margin-bottom:70px;}.pt70{padding-top:70px;}.pb70{padding-bottom:70px;}.mt71{margin-top:71px;}.mb71{margin-bottom:71px;}.pt71{padding-top:71px;}.pb71{padding-bottom:71px;}.mt72{margin-top:72px;}.mb72{margin-bottom:72px;}.pt72{padding-top:72px;}.pb72{padding-bottom:72px;}.mt73{margin-top:73px;}.mb73{margin-bottom:73px;}.pt73{padding-top:73px;}.pb73{padding-bottom:73px;}.mt74{margin-top:74px;}.mb74{margin-bottom:74px;}.pt74{padding-top:74px;}.pb74{padding-bottom:74px;}.mt75{margin-top:75px;}.mb75{margin-bottom:75px;}.pt75{padding-top:75px;}.pb75{padding-bottom:75px;}.mt76{margin-top:76px;}.mb76{margin-bottom:76px;}.pt76{padding-top:76px;}.pb76{padding-bottom:76px;}.mt77{margin-top:77px;}.mb77{margin-bottom:77px;}.pt77{padding-top:77px;}.pb77{padding-bottom:77px;}.mt78{margin-top:78px;}.mb78{margin-bottom:78px;}.pt78{padding-top:78px;}.pb78{padding-bottom:78px;}.mt79{margin-top:79px;}.mb79{margin-bottom:79px;}.pt79{padding-top:79px;}.pb79{padding-bottom:79px;}.mt80{margin-top:80px;}.mb80{margin-bottom:80px;}.pt80{padding-top:80px;}.pb80{padding-bottom:80px;}.mt81{margin-top:81px;}.mb81{margin-bottom:81px;}.pt81{padding-top:81px;}.pb81{padding-bottom:81px;}.mt82{margin-top:82px;}.mb82{margin-bottom:82px;}.pt82{padding-top:82px;}.pb82{padding-bottom:82px;}.mt83{margin-top:83px;}.mb83{margin-bottom:83px;}.pt83{padding-top:83px;}.pb83{padding-bottom:83px;}.mt84{margin-top:84px;}.mb84{margin-bottom:84px;}.pt84{padding-top:84px;}.pb84{padding-bottom:84px;}.mt85{margin-top:85px;}.mb85{margin-bottom:85px;}.pt85{padding-top:85px;}.pb85{padding-bottom:85px;}.mt86{margin-top:86px;}.mb86{margin-bottom:86px;}.pt86{padding-top:86px;}.pb86{padding-bottom:86px;}.mt87{margin-top:87px;}.mb87{margin-bottom:87px;}.pt87{padding-top:87px;}.pb87{padding-bottom:87px;}.mt88{margin-top:88px;}.mb88{margin-bottom:88px;}.pt88{padding-top:88px;}.pb88{padding-bottom:88px;}.mt89{margin-top:89px;}.mb89{margin-bottom:89px;}.pt89{padding-top:89px;}.pb89{padding-bottom:89px;}.mt90{margin-top:90px;}.mb90{margin-bottom:90px;}.pt90{padding-top:90px;}.pb90{padding-bottom:90px;}.mt91{margin-top:91px;}.mb91{margin-bottom:91px;}.pt91{padding-top:91px;}.pb91{padding-bottom:91px;}.mt92{margin-top:92px;}.mb92{margin-bottom:92px;}.pt92{padding-top:92px;}.pb92{padding-bottom:92px;}.mt93{margin-top:93px;}.mb93{margin-bottom:93px;}.pt93{padding-top:93px;}.pb93{padding-bottom:93px;}.mt94{margin-top:94px;}.mb94{margin-bottom:94px;}.pt94{padding-top:94px;}.pb94{padding-bottom:94px;}.mt95{margin-top:95px;}.mb95{margin-bottom:95px;}.pt95{padding-top:95px;}.pb95{padding-bottom:95px;}.mt96{margin-top:96px;}.mb96{margin-bottom:96px;}.pt96{padding-top:96px;}.pb96{padding-bottom:96px;}.mt97{margin-top:97px;}.mb97{margin-bottom:97px;}.pt97{padding-top:97px;}.pb97{padding-bottom:97px;}.mt98{margin-top:98px;}.mb98{margin-bottom:98px;}.pt98{padding-top:98px;}.pb98{padding-bottom:98px;}.mt99{margin-top:99px;}.mb99{margin-bottom:99px;}.pt99{padding-top:99px;}.pb99{padding-bottom:99px;}