@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
html {
    font-size: 1rem;
}
body {
	color:#010101; 
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
p {
    line-height: 28px;
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
}
h1, h2, h3, h4, h5, h6, .head, .crimson {
	font-family:'Crimson Text';
}
#header {
    background-color: #010101;
    padding-top:20px; padding-bottom:0px;
    position: relative;
}
#header .logo a {
    margin: 25px 0;
}
.head-right img, .head-right .text {
    float: left;
}
.head-right img {
    margin: 12px 20px 0 0;
}
a {
    color: #000000;
}
#header a:hover, .head-right .t3 a:hover, #footer a:hover, a:hover {
    color: #fbbd3f;
}
.head-right .t2 {
    margin: -5px 0 -2px 0;
}
.head-right .t3 a {
    color: #a7a9ac;
}
.head-right .t3 a:first-child:after {
    content: '';
    width: 2px;
    height: 23px;
    background-color: #a7a9ac;
    display: inline-block;
    margin: 0 15px -2px 20px;
}
.banner-text {
    background-color: rgba(225, 157, 26, .80);
    z-index: 999; 
    padding: 10px; 
    width: 100%; 
    float:left;
}
#footer {
    background-color: #010101;
}
#footer .social a {
    margin: 0 3px;
}
.consultation {
    background-image: url(../images/consultation-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	
}
.consultation .form input::placeholder {
	color: #fff;
}
.consultation .form input, .consultation .form button {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    float: left;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 25px;
    width: 48%;
    margin: 15px 0;
}
.consultation .form input:nth-child(2n - 1) {
    margin-right: 4%;
}
.consultation .form button {
    width: 30%;
    border: none;
    background-color: #e19d1a;
    color: #000;
    font-weight: 500;
    padding: 15px;
    margin-top: 20px;
}
.consultation .form button:hover {
    background-color: #fff;
    color: #e19d1a;
}
ul.list li {
    display: inline-block;
    width: 49%;
    padding: 10px 0 10px 32px;
    font-weight: 500;
    position: relative;
    vertical-align: top;
}
ul.list li::before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #e19d1a;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    left: 0;
}
ul.list li a {
    color: #010101;
}
ul.list li a:hover {
    color: #000;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.z-default-subpage-title {
    background-image: url(../images/title-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'Crimson Text';
    margin: 184px 0 45px 0;
    font-size: 52px;
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    width: 100%;
}
.z-default-subpage-title:empty {
    opacity: 0;
}
.breadcrumb {
    font-weight: 500;
}
.page-t, h1.p-title {
    line-height: 60px;
    color:#e19d1a;
}
.z-default-subpage-left-panel {
    margin: 50px 0;
    display: inline-block;
    background-color: transparent;
}
.subpage-main ul.list li, .z-default-subpage-left-panel ul li {
    width: 100%;
}
.subpage-main .left-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.subpage-main .left-panel ul li, .z-default-subpage-left-panel ul li {
    border-top: 2px solid #090909;
    padding: 25px;
    display: inline-block;
}
.subpage-main .left-panel ul li:first-child, .z-default-subpage-left-panel ul li:first-child {
    border-top: 0px solid #090909;
}
.subpage-main .left-panel ul a, .z-default-subpage-left-panel ul li a {
    width: 100% !important;
    font-size: 19px !important;
    padding: 0 !important;
    border: none !important;
}
.subpage-main .left-panel ul a:hover, .z-default-subpage-left-panel ul li a:hover, .z-default-subpage-left-panel ul li.active a {
    background-color: transparent;
    color: #fbbd3f;
}
.left-panel, .z-default-subpage-left-panel {
    max-width: 395px;
}
.z-default-subpage-left-panel-menu ul {
    border-top: 0px solid #EEE;
}



@media screen and (max-width: 1362px) {
	.hsec4 .clients img {
	    margin: 0 15px;
	}
}
@media screen and (max-width: 992px) {
	#header .logo {
	    display: none;
	}
    .z-mobile-header, .z-mobile-header-fixed {
        background-color: #000 !important;
        min-height: 75px;
    }
    .z-mobile-header .z-mobile-menu{
        background-color: #000 !important;text-align:left;}
    .z-default-subpage-header {
        margin-top: 0;
    }
	#header {
	    padding: 0;
	    text-align: center;
	}
	#header .head-right {	
	    float: none;
	    display: inline-block;
	    text-align: left;
        padding: 15px;
	}
	.head-right .t3 a:first-child::after {
	    height: 16px;
	    margin: 0 10px -2px 15px;
	}
	.head-right img {
	    margin: 0 20px 0 0;
	}
    .z-mobile-header .z-mobile-header-logo{
        width:250px !important;
        padding-top:20px;
    }
}
@media screen and (max-width: 767px) {
	.consultation .form input, .consultation .form button {	
	    font-size: 18px;
	    padding: 12px;
	}
	.consultation .form button {	
	    padding: 10px;
	    margin-top: 15px;
	}
	#footer .logo {
	    max-width: 420px;
	}
	.z-default-subpage-title {
	    margin: 150px 0 35px 0;
	    font-size: 32px;
	}
    .z-mobile-header, .z-mobile-header-fixed {
        min-height: 60px;
    }
}
@media screen and (max-width: 479px) {
	.head-right img {
	    display: none;
	}
	.banner-text {	
	    position: relative;
	    transform: translateY(0%);
	}
	#header {
	    padding: 0;
	}
	#header .head-right {
	    padding: 10px;
	}
	.consultation .form input, .consultation .form button, .consultation .form input:nth-child(2n-1) {
	    width: 100%;
	    margin: 10px 0;
	}
	.consultation {
	    background-size: cover;	
	}
	#footer .logo {	
	    max-width: 90%;
	}
	ul.list li {
	    width: 100%;
	}
	ul.list li::before {
	    width: 15px;
	    height: 15px;
	}
	.z-default-subpage-title {	
	    margin: 50px 0;
	    font-size: 28px;
	}
	.page-t {	
	    line-height: normal;
	    font-size: 34px;
	}
	.subpage-main .left-panel ul li, .z-default-subpage-left-panel ul li {
	    padding: 15px;
	}
	.subpage-main .left-panel ul a {
	    font-size: 20px;
	}
    .z-default-subpage-right-panel {
        padding-bottom: 0;
    }
    .z-default-subpage-left-panel {
        margin: 0 0 50px 0;
    } 
    h1.p-title {
        font-size: 38px;
    }
    .z-mobile-header .z-mobile-header-logo{
        width:200px !important;
        padding-top:10px;
    }
    .z-mobile-header .z-mobile-header-logo img{
        max-width:100% !important;
    }
}