* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

a, a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.container {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}

header {
    background-color: #343434;
    color: #fff;
}

header nav {
    padding: 0 !important;
}

.custom_nav {
    justify-content: flex-end;
}

.custom_nav ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 8px 15px;
    transition-duration: 0.4s;
}

.custom_nav ul.navbar-nav li a:hover {
    color: #E4A205;
}

.custom_nav ul.navbar-nav li.active a {
    color: #E4A205;
}

.social_address {
    display: flex;
    display: -webkit-flex;
}

.custom_nav ul.navbar-nav {
    margin-right: 7%;
}

.licenses {
    margin-right: 40px;
}

.social_address ul li a, .social_address ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition-duration: 0.4s;
}

.social_address ul li a:hover {
    color: #E4A205;
}

.social_address ul li a i {
    color: #E4A205;
    margin-right: 8px;
}

.hero_image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 650px;
}

.hero_image .carousel-indicators li {
    width: 18%;
    height: 2px;
    background-color: #fff;
}

.hero_image .carousel-indicators .active {
    background-color: #E4A205;
}

.hero_image .carousel-caption a {
    display: inline-block;
    background-color: #E4A205;
    color: #fff;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    margin-top: 60px;
    transition-duration: 0.4s;
}

.hero_image .carousel-caption a:hover {
    background-color: #343434;
}

.hero_image .carousel-indicators {
    bottom: 50px;
}

.hero_image .carousel-caption h3 {
    font-size: 60px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero_image .carousel-caption p {
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.hero_image .carousel-caption {
    right: 2%;
    bottom: inherit;
    left: 2%;
    padding-top: 0px;
    padding-bottom: 00px;
    color: #fff;
    top: 36%;
}

.hero_image .carousel-inner img {
    width: 100%;
    height: 650px;
}

.hero_image .slider-bg {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.youtube_sec a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.youtube_sec a img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    margin: auto;
    z-index: 1;
}

.title_text {
    font-size: 60px;
    color: #483e31;
    text-align: center;
    font-family: 'PT Serif', serif;
    margin-bottom: 40px;
    font-weight: 400;
}

.content {
    padding: 60px 0 80px;
}

.about_text h4 {
    color: #483e31;
    font-size: 24px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
}

.border_hr {
    margin: 25px 0;
    border-bottom: 1px solid #E4A205;
    max-width: 245px;
}

.about_text p {
    color: #483e31;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_text a.btn {
    display: inline-block;
    background-color: #E4A205;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 25px;
    margin-top: 30px;
    transition-duration: 0.4s;
}

.about_text a.btn:hover {
    background-color: #343434;
}

.service {
    background-image: linear-gradient(rgba(72, 62, 49, .9), rgba(72, 62, 49, .9)), url("../images/service_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 85px 0px 55px;
    color: #fff;
}

.service .title_text {
    color: #fff;
}

.service h5 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.service h4 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
}

.service ul {
    padding-left: 24px;
}

.service ul li {
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.service ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/strar.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 14px;
    height: 14px;
    left: -24px;
    top: 4px;
}

.service span {
    display: block;
    color: #E4A205;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
}

.m-t2 {
    margin-top: 70px;
}

.m-t2 span {
    margin-top: 10px;
}

.service p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.service p a {
    color: #E4A205;
}

.row.no-gutters.about_text h3 {
    font-size: 36px;
    color: #483e31;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    margin-bottom: 35px;
}

.row.no-gutters.about_text h3 span {
    color: #E4A205;
}

.left_padding {
    padding-left: 65px !important;
}

.right_padding {
    padding-right: 55px !important;
}

.m-t0 {
    margin-top: 100px;
    flex-direction: row-reverse;
}

.bg_orange {
    background-color: #f4f4f4;
    padding: 80px 0px;
    text-align: center;
}

.bg_orange p {
    font-size: 18px;
    font-weight: 400;
    color: #483e31;
    line-height: 30px;
    /*padding: 0 4%;*/
}

.bg_orange p span {
    color: #b85a0e;
}

.inner_feild {
    margin-top: 80px;
}

.inner_feild h4 {
    color: #E4A205;
    font-size: 55px;
    margin-top: 50px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
}

.inner_feild h5 {
    color: #483e31;
    font-size: 30px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg_orange a {
    font-size: 18px;
    background-color: #E4A205;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 100px;
    padding: 12px 55px;
    border-radius: 4px;
    transition-duration: 0.4s;
}

.bg_orange a:hover {
    background-color: #343434;
}

.cont_info {
    padding: 75px 0 55px;
    text-align: center;
}

.cont_info p {
    color: #483e31;
    font-size: 18px;
    font-weight: 400;
}

footer {
    background-color: #292323;
    padding-top: 70px;
}

footer .row {
    align-items: center;
}

footer ul li a {
    transition-duration: 0.4s;
}

.footer_links ul li a {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
}

.copyright {
    background-color: black;
    color: white;
    padding: 30px 0;
    margin-top: 60px;
}

.footer_links ul {
    float: left;
    padding-right: 10%;
}

.footer_links ul:last-child {
    padding-right: 0;
}

.copyright p {
    font-size: 16px;
    font-weight: 400;
}

.footer_social ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.footer_social ul li a {
    color: #343434;
    font-size: 16px;
    display: block;
    text-align: center;
}

.footer_social ul li a i {
    display: block;
    font-size: 35px;
    margin-bottom: 12px;
    transition-duration: 0.4s;
}

.footer_social ul li a:hover i, footer ul li a:hover {
    color: #E4A205;
}

.custom_code {
    display: flex;
    display: -webkit-flex;
}

.contact_form {
    width: 60%;
    background-color: #343434;
    padding: 6% 4% 2% 13%;
}

.map {
    width: 40%;
    position: relative;
}

.address {
    position: absolute;
    bottom: 45px;
    left: 30px;
    background-color: #fff;
    padding: 45px 40px;
}

.address h4 {
    color: #483e31;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
}

.address ul li a {
    font-size: 19px;
    color: #483e31;
    display: inline-block;
    padding: 6px 0;
    font-weight: 300;
}

.address ul li a i {
    color: #E4A205;
    margin-right: 18px;
}


/*********/
.input-effect {
    position: relative;
    z-index: 44;
}

.effect-17 {
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    color: #fff !important;
    border-right: none;
    border-top: none;
    border-left: none;
}

.for_input input {
    padding: 11px 10px 11px 32px;
}

.input-effect i {
    color: #757575;
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 18px;
}

.left_padding {
    padding-left: 40px !important;
}

.form-group label.feild_title span {
    display: block;
    font-size: 12px;
    font-style: italic;
}

.effect-17 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 15px;
    color: #fff;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.effect-17 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #E4A205;
    transition: 0.4s;
}

.effect-17:focus ~ label, .has-content.effect-17 ~ label {
    top: 50px;
    font-size: 13px;
    color: #fff;
    transition: 0.3s;
    /*padding-left: 10px !important;*/
}

.effect-17.textarea:focus ~ label, .has-content.effect-17.textarea ~ label {
    top: 65px;
}

.effect-17:focus {
    box-shadow: none !important;
}

.effect-17.has-content ~ label {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    /*padding-left: 0px !important;*/
}

.effect-17:focus ~ .focus-border, .has-content.effect-17 ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.effect-17.has-content {
    /*border: 1px solid #4caf50;*/
    color: #fff;
}

.effect-17.has-content ~ .focus-border {
    background-color: #E4A205;
}

/*.effect-17:focus {
	border: 1px solid #e91e63;
}*/
.contact_form textarea.effect-17 {
    resize: none;
    width: 100%;
    padding: 5px 0px;
}

.map img {
    height: 100%;
}

textarea.effect-17 ~ .focus-border {
    bottom: 2px;
}

.contact_form .form-group {
    margin-bottom: 40px;
}

.contact_form .form-group .btn {
    background-color: #E4A205;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 85px;
}

.banner_title {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../images/slider_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    color: #fff;
    align-items: center;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.banner_title h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
}

.entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 10px;
}

.entry-content p {
    margin-bottom: 15px;
}

.inner-page-content ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}

.inner-page-content ul li {
    list-style: disc;
    padding-bottom: 10px;
}

.inner-page-content ul li strong {
    display: block;
}

.inner-page-content h3 {
    margin: 10px 0 10px !important;
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}

.inner-page-content p {
    margin-bottom: 20px;
}

.inner-page-content p:last-child {
    margin-bottom: 0px;
}

.custom_nav .menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    display: none;
    width: auto;
    position: absolute;
    top: 30px;
    z-index: 999;
    background: #483e31;
    min-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .28);
}

li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu .menu-item:hover {
    background: #343434;
}

.sub-menu .menu-item a {
    color: #fff !important;
}

.page-id-87 .content {
    padding-top: 0px;
}

.map-fullwidth {
    padding-bottom: 40px
}

.address_lists, .address_lists li {
    list-style: none !important;
    padding-left: 0px !important;
}

.address_lists li {
    padding: 5px 0 !important;
    padding-left: 25px !important;
    position: relative;
}

.address_lists a {
    font-size: 16px;
    color: #483e31;
}

.address_lists li a i {
    color: #E4A205;
    margin-right: 18px;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.page-id-87 .effect-17 {
    color: #483e31 !important;
    border-bottom: 1px solid #483e31;
}

.page-id-87 .form-group .btn {
    background-color: #E4A205;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 85px;
}

.page-id-87 .effect-17 ~ label, .page-id-87 .effect-17:focus ~ label, .page-id-87 .has-content.effect-17 ~ label {
    color: #483e31;
}

.page-id-87 .form-group {
    margin-bottom: 40px;
}

.page-id-87 .form-group:last-child {
    margin-bottom: 0px !important;
}

#menu-footer-menu-1 a, #menu-footer-menu-2 a, #menu-footer-menu-3 a {
    color: white !important;
}

.about_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    display: block
}