@font-face {
    font-family: 'Calibri_Light';
    src: url('../font/Calibri-Light.woff2') format('woff2'),
    url('../font/Calibri-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri_Bold';
    src: url('../font/Calibri_Bold.woff2') format('woff2'),
    url('../font/Calibri_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trajan_Pro';
    src: url('../font/TrajanPro-Regular.woff2') format('woff2'),
    url('../font/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Calibri_Light', 'sans-serif';
    font-size: 18px;
    color: #464646;
    line-height: 1.5;
    background: #f2f2f2;
    overflow-x: hidden;
    font-weight: inherit;
}
input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
h1{
    font-family: 'Trajan_Pro','sans-serif';
    margin: 0;
    font-size: 30px;
    font-weight: inherit;
    color: #333333;
}
h2{
    font-family: 'Trajan_Pro','sans-serif';
    margin: 0;
    font-size: 20px;
    font-weight: inherit;
}
h3{
    font-family: 'Calibri_Light', 'sans-serif';
    margin: 0;
    font-size: 18px;
    color: #f9601c;
    text-transform: uppercase;
    font-weight: inherit;
}
p{
    line-height: 1.8;
}
.container{
    padding: 0;
    position: relative;
}
.section_slideshow{
    position: relative;
     /*display: flex;*/
     /*flex-direction: column;*/
     /*justify-content: center;*/
    overflow: hidden;
}
#maximage {
    height: 600px!important;
}
.overlay_slide{
    background: #00000099;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_menu{
    font-family: 'Trajan_Pro', 'sans-serif';
    font-size: 14px;
    position: absolute;
    z-index: 3;
    width: 100%;
    color: #afafaf;
    background-image: linear-gradient(#00000080,#00000040, #0000);
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: inherit;
    top: 0;
    transition: all 1s;
}
.section_menu:after{
    content: '';
    background: #fff6;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav_menu{
    float: left;
}
.nav_menu ul{
    padding: 0;
    margin: 0;
}
.nav_menu li{
    padding: 0 25px;
    float: left;
    list-style: none;
    line-height: 40px;
    position: relative;
}
.nav_menu li:nth-child(1){
    padding-left: 0;
}
.nav_menu li a{
    position: relative;
    line-height: 40px;
}
.nav_menu li a:after{
    content: '';
    background: #f9601c;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -14px;
    left: 0;
    z-index: 1;
    transition: all 1s;
}
.nav_menu li .active:after, .nav_menu li:hover a:after{
    width: 100%;
}
.social_header{
    float: right;
}
.social_header ul{
    margin: 0;
    padding: 0;
}
.social_header li{
    float: left;
    padding: 0 10px;
    list-style: none;
    line-height: 40px;
    position: relative;
}
.social_header li:nth-last-child(1){
    padding-right: 0;
}
.social_header img{
    height: 20px;
    width: auto;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.nav_menu .active{
    color: #f9601c;
}
.text_slide{
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    top: 0;
    bottom: 0;
    height: 270px;
    margin: auto;
}
.text_slide ul{
    margin: 0;
    padding: 0;
}
.text_slide li{
    list-style: none;
    width: 100%;
    padding: 0;
}
.text_slide img{
    height: 140px;
}
.text_slide h1{
    font-size: 30px;
    color: #f9601c;
    line-height: initial;
}
.text_slide p{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
    padding: 0 10px;
}
.text_slide p:before{
    content: '';
    background: #fff6;
    width: 50px;
    height: 1px;
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_slide p:after{
    content: '';
    background: #fff6;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_slide span{
    display: inline-block;
    width: 100%;
    font-size: 22px;
}
.list_laws{
    position: relative;
    margin-top: -90px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.list_laws ul{
    margin: 0;
    padding: 0;
}
.list_laws .slider_slick .slide{
    /*width: 25%;*/
    /*list-style: none;*/
    padding: 0 20px;
    /*float: left;*/
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.list_laws .slider_slick .list_laws1{
    background-image: url('../images/icon/list_laws/bg_01.jpg');
    background-size: cover;
}
.list_laws .slider_slick .list_laws2{
    background-image: url('../images/icon/list_laws/bg_02.jpg');
    background-size: cover;
}
.list_laws .slider_slick .list_laws3{
    background-image: url('../images/icon/list_laws/bg_03.jpg');
    background-size: cover;
}
.list_laws .slider_slick .list_laws4{
    background-image: url('../images/icon/list_laws/bg_04.jpg');
    background-size: cover;
}
.list_laws img{
    height: 50px;
    margin: 0 auto 15px;
}
.section_description{
    background-image: url('../images/icon/bg_description.jpg');
    margin-top: -90px;
    padding-top: 100px;
    text-align: center;
    background-position: left 60%;
}
.section_description img{
    display: block;
    margin: auto;
}
.section_description .details_description{
    text-align: left;
    padding: 60px 50px 0 50px;
    display: block;
}
.section_description .details_description p:nth-last-child(1){
    margin-bottom: 0;
}
.section_description .col-xs-6:nth-child(1){
    float: right;
}
.btn_readmore{
    background: #313131;
    color: #fff;
    font-family: 'Calibri_Bold', 'sans-serif';
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    margin-top: 30px;
}
.btn_readmore span{
    position: relative;
    z-index: 2;
}
.btn_readmore:after {
    content: '';
    background: #f9601c;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.btn_readmore:hover.btn_readmore:after {
    width: 100%;
}
.section_description2{
    padding: 50px 0 0;
}
.section_description2 .details_description{
    padding-right: 50px;
}
.details_description p:nth-child(2){
    margin-bottom: 0;
}
.section_description2 .details_description p:nth-child(1){
    margin-top: 0;
}
.section_description2 .col-xs-6:nth-child(1){
    float: right;
    margin-top: -225px;
}
.section_description2 img{
    height: 463px;
    float: left;
    border: 30px solid #f2f2f2;
    border-bottom: none;
    width: 100%;
    object-fit: cover;
}
.scroll_menu{
    background: #f2f2f2;
    padding: 0;
    color: #333;
    box-shadow: #00000017 0 0 10px;
    position: fixed;
}
.scroll_menu img{
    filter: none;
}
.scroll_menu .button_container span{
    background: #333333;
}
.scroll_menu .button_container label{
    color: #333333;
}
.scroll_menu .button_container.active{
    top: 50px;
}
.section_services{
    padding: 80px 0;
    text-align: center;
}
.section_services h3{
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.section_services h3:after{
    content: '';
    position: absolute;
    background: #cecece;
    width: 35px;
    height: 1px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_services h3:before{
    content: '';
    position: absolute;
    background: #cecece;
    width: 35px;
    height: 1px;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.title_services{
    background: #333;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-family: 'Trajan_Pro', 'sans-serif';
    font-size: 18px;
    text-transform: uppercase;
    line-height: initial;
}
.details_services{
    background: #fff;
    padding: 25px;
    text-align: left;
    font-size: 20px;
}
.details_services ul{
    margin: 0 30px;
    padding: 0;
}
.details_services li{
    /*list-style-position: inside;*/
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    position: relative;
}
.details_services li:before{
    content: '';
    background: #cecece;
    width: 30px;
    height: 1px;
    position: absolute;
    right: -30px;
    bottom: -1px;
}
.details_services li:after{
    content: '';
    background: #cecece;
    width: 30px;
    height: 1px;
    position: absolute;
    left: -30px;
    bottom: -1px;
}
.details_services li:nth-last-child(1){
    padding-bottom: 0;
    border-bottom: none;
}
.details_services li:nth-last-child(1):after, .details_services li:nth-last-child(1):before{
    content: none;
}
.details_services li:nth-child(1){
    padding-top: 0;
}
.slider_services{
    margin: 50px 0 0;
}
.slider_services .slick-slide {
    margin: 0 20px;
}
.slider_services .slick-list {
    margin: 0 -20px;
}
.section_googlemap{
    width: 100%;
    height: 550px;
}
.section_googlemap iframe{
    width: 100%;
    height: 100%;
}
.logo_footer{
    text-align: center;
    font-size: 14px;
}
.logo_footer img{
    height: 140px;
    margin: auto;
}
.logo_footer span{
    color: #febf00;
}
.facebok_mobile{
    display: none;
}
.facebok_mobile img{
    height: 30px;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
.section_footer{
    background: #262626;
    color: #fff;
    padding: 80px 0;
    font-size: 16px;
}
.section_footer p{
    margin: 0;
}
.section_footer ul{
    margin: 0;
    padding: 0;
}
.section_footer li{
    list-style: none;
    padding: 0 15px;
    float: left;
}
.section_footer li:nth-child(1){
    padding-left: 0;
}
.section_footer li:nth-last-child(1){
    padding-right: 0;
}
.section_footer h4{
    font-family: 'Calibri_Bold', 'sans-serif';
    font-size: 22px;
    color: #ababab;
    margin: 0 0 15px;
}
.contact_footer{
    padding-left: 35px!important;
    border-left: 1px solid #3c3c3c;
}
.contact_footer label{
    font-size: 36px;
    font-family: 'Trajan_Pro', 'sans-serif';
    color: #fb7f2c;
    line-height: initial;
    margin-bottom: 15px;
}
.contact_footer span{
    width: 80px;
    display: inline-block;
}
.address_footer span{
    display: inline-block;
    width: 100%;
}
.address_footer{
    padding-left: 35px!important;
}
.nav_mobile{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-transform: uppercase;
    height: 40px;
}

.button_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    height: 20px;
    width: 35px;
    margin: auto;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container label{
    position: absolute;
    right: -45px;
    color: #fff;
}

.button_container:hover {
    opacity: 1;
}
.button_container.active label{
    display: none;
}

.button_container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #fff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 9px;
}

.button_container span:nth-of-type(3) {
    top: 18px;
}

.overlay {
    position: fixed;
    background: #262626;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
    transition: all 0.6s;
}

.overlay.open {
    opacity: 1;
    width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}


.overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 50px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    position: relative;
    padding: 7px 0;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #afafaf;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
    text-transform: uppercase;
}

.overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #f9601c;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body{
    overflow: hidden;
}
.text_slideinfo{
    bottom: auto;
    top: 150px;
}
.section_info{
    position: relative;
    margin-top: -450px;
    text-align: center;
}
.section_info h3{
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.section_info h3:after{
    content: '';
    position: absolute;
    background: #cecece;
    width: 35px;
    height: 1px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_info h3:before{
    content: '';
    position: absolute;
    background: #cecece;
    width: 35px;
    height: 1px;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.logo_slide{
    margin-bottom: 50px;
}
.logo_slide img{
    height: 140px;
    margin: auto;
}
.details_info{
    background: #f2f2f2;
    padding: 50px 150px 0;
}
.photo_info{
    display: inline-block;
    width: 100%;
}
.photo_info img{
    width: 100%;
    float: left;
    height: 350px;
    object-fit: cover;
}
.section_info p:nth-last-child(1){
    margin-bottom: 0;
}
.services_info .col-xs-4{
    padding: 0 20px;
}
.services_info{
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 50px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.services_info .slide{
    padding: 0 10px 40px;
    display: inline-block;
    width: 100%;
}
.details_info label{
    font-family: 'Calibri_Bold', 'sans-serif';
    display: inline-block;
    width: 100%;
}
.details_info ul{
    margin: 0;
    padding: 0;
}
.details_info li{
    width: 33.333%;
    float: left;
    padding: 0 20px;
    list-style: none;
}
.contact_form{
    width: 700px;
    margin: 30px auto 0;
    text-align: left;
}
.input_data{
    background: #e7e7e7;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 0;
}
.row_input .col-xs-12{
    margin-bottom: 10px;
}
.contact_form span{
    color: red;
}
.contact_form label{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact_form textarea{
    height: 250px;
}
.g-recaptcha {
    display: inline-block;
}
.contact_form .col-xs-12:nth-last-child(1), .contact_form .col-xs-12:nth-last-child(2){
    text-align: center;
}
.btn_submit{
    margin: 0;
}
.btn_submit span{
    color: #fff;
}
.section_thankyou{
    padding-bottom: 50px;
}
.section_thankyou p{
    margin-bottom: 0;
}
::-webkit-scrollbar {
    display: none;
}
.section_parallax{
    height: 700px;
    background-size: cover;
    background-position: center;
}