
html,
body {
    background-color: #fff;
    font-size: 18px;
    color: #656565;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
a{}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.form-control {
    display: inline-block;
    width: 60%;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #182e4c;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #5e9a28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#000000;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
h2 {
    font-size:3rem;
    line-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color:#223d61;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.375rem;
    margin-bottom:30px;
}
p:last-child {
    margin-bottom: 0px;
}
.text {
    color: #333333;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg{
    background:#FFE1BD ;
}
.whitetext {
    color: #fff;
}
.blackbg{
    background: #000;
}
.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


/*
Section
*/
.sections {
    padding-top:180px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay {
    background-color:rgba(255, 225, 189, 0.55);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 60px;
    margin: 20px auto;
    background: #000;;
}
.separator2 {
    height: 2px;
    width: 60px;
    margin:20px 0px;
    background: #000;
}
.separator3 {
    height: 2px;
    width: 50px;
    margin:10px auto;
    background: #fff;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #5e9a28;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #522bac;
    border-color: #522bac;
}

.btn {
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1.125rem;
    border-radius: 50px;
    margin-top: 20px;
    background-color: #000;
    transition: .5s; 
    border:1px solid #000;

}
.btn:hover {
    background-color:#ffcb93;
    color: #000;
    text-decoration: none;
    border:1px solid #ffcb93;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color:#000;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #555555;
}
input::-moz-placeholder {
    color: #555555;
}
input::-ms-input-placeholder {
    color: #555555;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/*=========================
        Navbar
=========================*/

/* 滚动后 */
.menu-scroll{
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:300;

    background:#fff;
    box-shadow:0 6px 12px rgba(0,0,0,.18);

    transition:all .3s;

    height:80px;
    padding:0;
}

.menu-scroll .main_menu_bg{
    background:transparent;
    height:80px;
}

.menu-scroll .nave_menu{
    margin-top:0;
}

/* 首页 */
.main_menu_bg{
    background:#fff;
    border-bottom:1px solid #ddd;

    height:155px;

    transition:.3s;
}

.main_menu_bg .navbar-default{
    background:transparent;
    border:none;
    margin:0;
    height:100%;
}

/* 让导航占满高度 */
.main_menu_bg .container-fluid{
    height:100%;
}

.main_menu_bg .navbar-header{
    height:100%;
    display:flex;
    align-items:center;
}

/*=========================
        Logo
=========================*/

.navbar-brand{
    padding:0;
    margin:0;


    display:flex;
    align-items:center;
}

/* 首页Logo */
.main_menu_bg .navbar-brand img{
    height:120px;
    width:120px;

    border-radius:50%;
    object-fit:cover;

    transition:.3s;
}

/* 滚动后Logo */
.menu-scroll .navbar-brand img{
    height:65px;
    width:65px;

    border-radius:50%;
    object-fit:cover;
}

/*=========================
        Menu
=========================*/

.main_menu_bg .nave_menu{
    margin-top:50px;
    transition:.3s;
}

.menu-scroll .nave_menu{
    margin-top:0;
}

.main_menu_bg .navbar-nav>li>a{
    padding-top:15px;
    padding-bottom:20px;

    font-size:14px;
    color:#333;

    transition:.3s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color:#000;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a,
.main_menu_bg .navbar-default .navbar-nav>.active>a:hover,
.main_menu_bg .navbar-default .navbar-nav>.active>a:focus{
    color:#000;
    background:url(../images/line.png) no-repeat 15px 40px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
    background:transparent;
    color:#ffe1bd;
}

.dropdown-menu>li>a{
    line-height:4;
}
/*home section*/
.main_home{
    margin-top:85px;
    padding: 100px 0px;
    position: relative;

}
.main_home h1{
    color: #fff;
    padding-bottom: 25px;
}
.main_home p.subtitle{
    color: #000;
    padding-bottom: 25px;
    font-size:1.5rem;
    line-height: 2rem;
    margin:0 auto;
}
.main_home_slider{
    margin-top:70px;
}
.single_home_slider{
    margin-top:70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    height:450px;
}

.slider-one{
    background-image:url(../images/slider1.jpeg);
}

.slider-two{
    background-image:url(../images/slider2.jpeg);
}

.slider-three{
    background-image:url(../images/slider3.jpeg);
}

.main_home_slider .owl-controls{
    position: absolute;
    right:1%;
    top:50%;
    z-index: 99;
}
.home .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border:0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 10px;
    background: transparent;
    border:1px solid #000;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*========================================================================
service section css
==========================================================================*/
.head_title{
    margin-bottom:60px;
}
.head_title h1{
    font-size:3.125rem;
    color:#223d61;
    font-weight:700;
}
.head_title h2{
    font-size:3.125rem;
    color:#223d61;
}
.head_title p{
    font-size:1rem;
}


/*=======================================================================
                        Work sectin style
=========================================================================*/
.main_mix_content{
    overflow: hidden;
}
.main_mix_content .single_mixi_portfolio{
    margin-bottom:30px;
}


/*====================================================================
 Team section Style
======================================================================*/

.main_team_area .single_team .team img{
    margin-bottom:20px;
    width:168px;
    height: 168px;
    margin:20px auto;
}
.main_team_area .owl-controls{
    margin-top:50px;
}
.main_team_area .owl-nav{
    position: absolute;
    top:15%;

}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-prev{
    float: left;
    position: absolute;
}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right !important;
    position: relative;
    right:-1350%;
}
.main_team_area .owl-theme .owl-nav [class*='owl-'] {
    color: black;
    font-size: 3rem;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
}
.main_team_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
}


/*===================================================================
                    Clients Section Style
=====================================================================*/
.single_left_text{
}
.slider-pro .sp-slides.sps_slider{
    height: 200px !important;
}
.slider-pro p.sp-layer.right_sp_layer {
    padding-top: 40px;
}

/*===================================================================
                    Contact section style
=======================================================================*/
.contact{
    background: url(../images/tuchbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.main_contact .head_title.whitetext h1{
    color:#fff;
}
.main_contact label{
    font-family: 'Montserrat', sans-serif;
    font-size:1.125rem;
    font-weight: 300;
    margin-bottom:10px;
}
.main_contact .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent; 
    background-image: none;
    border-top: 1px solid #555;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main_contact .single_contant_left input[type="submit"]{

}

.main_contact textarea.form-control {
    height: auto;
    border-bottom: 1px solid #333;
}

/*=======================================================================
                    Contact Us Style
=========================================================================*/


.contact{
    background: url(../images/tuchbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}


.main_contact .head_title.whitetext h1{
    color:#fff;
}


.main_contact label{
    font-family: 'Montserrat', sans-serif;
    font-size:1.125rem;
    font-weight:300;
    margin-bottom:10px;
}


.main_contact .form-control {
    display:inline-block;
    width:100%;
    height:50px;
    padding:6px 25px;
    font-size:14px;
    line-height:1.42857143;
    color:#fff;
    background-color:transparent;
    background-image:none;
    border-top:1px solid #555;
    border-radius:0;
    box-shadow:none;
}


.main_contact textarea.form-control {
    height:auto;
    border-bottom:1px solid #333;
}


/* ===============================
      Left Contact Information
   =============================== */


.contact-left {
    height:900px;
    display:flex;
    align-items:center;
}


.main_contact .single_message_right_info{
    width:100%;
    height:75%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-top:0;
}


/* Contact list */

.single_message_right_info ul{
    padding:0;
    margin:0;
    list-style:none;
}


.single_message_right_info li{
    font-size:1.125rem;
    display:flex;
    width:100%;
    margin-bottom:25px;
    line-height:1.4rem;
    overflow:hidden;
    align-items:center;
}


.single_message_right_info li i{
    padding:0;
    font-size:1rem;
    width:40px;
    height:40px;
    line-height:40px;
    flex-shrink:0;
    text-align:center;
    border-radius:50%;
    background:#333;
    color:#fff;
    margin-right:15px;
}


.single_message_right_info li span{
    display:inline-block;
    width:auto;
}


/* Description text */

.contact_description{
    margin-top:0;
    color:#777;
    line-height:1.8;
}


.contact_description p{
    margin-bottom:15px;
}



/* ===============================
          Social icons
   =============================== */


.contact_socail a i{
    font-size:0.8125rem;
    color:#000;
    background:#fff;
    text-align:center;
    width:40px;
    height:40px;
    line-height:40px;
    margin-left:10px;
}


.contact_socail a:hover i{
    background:#ffe1bd;
    color:#fff;
}



/* ===============================
          Google Form
   =============================== */


.single_contant_left{
    margin-top:0;
}


.single_contant_left iframe{
    border:0;
    width:100%;
    height:900px;
    min-height:900px;
}



/* ===============================
          Mobile
   =============================== */


@media (max-width:767px){

    .contact-left{
        height:auto;
        display:block;
    }


    .main_contact .single_message_right_info{
        height:auto;
        display:block;
    }


    .single_contant_left iframe{
        height:900px;
        min-height:900px;
    }

    /* 修复手机端联系方式(地址/电话/邮箱)与下方文字重叠的问题 */
    /* 原因：.contact_description 使用了 transform: translateY(-230px)，
       该位移是为了配合桌面端 flex 高布局做的视觉对齐，
       但在手机端布局变为 display:block 后，这个位移会把说明文字
       整个拉到联系方式列表上面，造成重叠。手机端需要取消这个位移。 */
    .contact_description{
        transform:none !important;
        margin-top:20px;
    }

    /* 手机端导航下拉菜单：改为半透明灰色底 */
    .navbar-collapse.collapse.in,
    .navbar-collapse .navbar-nav,
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-nav .open .dropdown-menu{
        background-color:rgba(80,80,80,0.85) !important;
    }

    .navbar-default .navbar-nav>li>a{
        color:#fff !important;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus{
        color:#ffe1bd !important;
    }

    /* 修复手机端页面标题(如 service 页 "What we do?")被固定导航栏遮住的问题 */
    /* 原因：.main_menu_bg 在桌面端设置了固定 height:155px，
       且 logo 有 120px 高；手机端屏幕变窄后，logo 所在列和菜单列
       会各自换行堆叠，实际内容高度远超 155px，但导航栏是 position:fixed，
       溢出的部分会直接盖在页面正文上面，导致标题第一行被挡住。
       这里手机端把 logo 缩小、让导航栏高度改为自适应，
       并加大页面内容顶部间距，确保标题完全露出来。 */
    .main_menu_bg{
        height:auto;
        min-height:80px;
        padding:10px 0;
    }

    .main_menu_bg .navbar-header{
        height:auto;
    }

    .main_menu_bg .nave_menu{
        margin-top:0;
    }

    .main_menu_bg .navbar-brand img{
        height:60px;
        width:60px;
    }

    /* 手机端屏幕较窄，标题字号调小，避免像"what we do?"这种标题
       用默认 60px 大字号被迫换成两行、把首行顶到导航栏底下 */
    .head_title h1{
        font-size:2rem;
    }
    .head_title h2{
        font-size:2rem;
    }

}
.contact_description {
    transform: translateY(-230px);
    color:#777;
    line-height:1.8;
    font-size:1.25rem;
}

.contact_description p {
    margin-bottom:20px;
}