body
{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#363636;
	height: 100% !important;
}
a:focus, a:hover{
    outline: none;
}
.row
{
	max-width:85rem;
}

h2
{
	font-family: 'Raleway', sans-serif;
}

/* TOP BAR */
.topbar {
    background-color: #1a1f32;
    color: #FFF;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

.topbar ul {
    padding: 0px;
    margin: 0px;
}

.topbar ul li {
    list-style-type: none;
    display: inline-block;
}

.topbar ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

.topbar ul li a:hover {
    color:#ef473a;
}

.topbar ul li a i {
    margin-right: 5px;
}

/* menu */
nav#site-navigation {
    float: right;
}

nav#site-navigation ul {
    padding: 0px;
    margin: 0px;
}

nav#site-navigation ul li {
    display: inline-block;
}

div#main-menu {
    text-align: right;
}

nav#site-navigation a {
    padding: 15px 15px;
}

nav#site-navigation {
    float: right;
    height: 60px;
    line-height: 60px;
}

nav#site-navigation ul {
    padding: 0px;
    margin: 0px;
}

nav#site-navigation ul li {
    display: inline-block;
}

div#main-menu {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
}

nav#site-navigation a {
    padding: 20px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

nav#site-navigation li.current-menu-item a {
    color: #ef473a;
}

nav#site-navigation a:hover {
    color: #ef473a;
}



.logo {
    margin-top: 25px;
    margin-bottom: 25px;
}

.logo img {
    max-height: 60px;
    width: auto;
}

/* header mobile */


.header-mobile {
    height: 4rem;
    line-height: 4rem;
    position: relative;
    color: #FFF;
    background: #FFF;
    text-align: center;
    display: block;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 9999;
}
.admin-bar .header-mobile {
    top: 32px;
}
@media (max-width: 64rem){
    .admin-bar .header-mobile {
        top: 0;
    }
}
.header-mobile .left-section, 
.header-mobile .section {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 0;
}
.header-mobile .left-section {
    left: 0;
    /*border-right: 1px solid #84a067;*/
}
.header-mobile .right-section {
    right: 0;
    width: 8rem;
    float: right;
    /* border-left: 1px solid #84a067; */
    line-height: 4rem;
}
.header-mobile .right-section a {
    display: block;    
    float: left;
    width: 4rem;
    line-height: 4rem;
}
.header-mobile .right-section a .fa{
    top: 5px;
    position: relative;
}
.header-mobile .middle-section {
    height: 4rem;
    left: 4rem;
    right: 8rem;
    padding: 0 .9375rem;
    position: absolute;    
}
.header-mobile .middle-section .logo{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.header-mobile .middle-section .logo img{
    max-height: 3rem;
    display: block; 
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-mobile .right-section .fa,
.header-mobile .left-section .fa{
    font-size: 1.875rem;
    color: #1a1f32;
}
.header-mobile .left-section button{outline: none;vertical-align: middle;}

.header-desktop{ display: none; }
#mobile-menu {
    display: block !important;
    z-index: 3000;
}
#mobile-menu,
.is-drilldown-submenu{
    background: #FFF;
    color: #282828;
}
#mobile-menu .menu{
    margin: 0;
    list-style-type: none;
}
#mobile-menu .menu li{}
#mobile-menu .menu li a{
    padding: .75rem 1rem .75rem 1rem;
    line-height: 1.71428;
    display: block;
    color: #282828;
    outline: none;
}

.js-off-canvas-overlay{ background: rgba(0,0,0,.75); }
.js-drilldown-back>a::before,
.is-drilldown-submenu-parent>a::after{
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    border: none;
    width: auto;
    height: auto;
    position: static;
    float: right;
    margin: 0;
}
.js-drilldown-back>a::before {
    content: "\f104";
    float: left;
    margin-right: 10px;
}
#mobile-menu .menu li a:hover,
#mobile-menu .menu li.current-menu-parent > a,
#mobile-menu .menu li.current_page_item > a{
    background: #1a1f32;
    color: #FFF;
}

@media (min-width: 64rem){
    .header-desktop{ display: block; }
    .header-mobile { display: none !important; }   
}
.logo_mobile {
}

.logo_mobile img {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
    max-height: 3rem;
    width: auto;
}

.logo_mobile a {
    display: inline-block;
    vertical-align: middle;
}

.header-mobile .right-section a {
    vertical-align: middle;
    /*display: inline-block;
    line-height: 1;*/
}

.header-mobile .left-section button.menu-toggle {
    cursor: pointer;
}

/* slider */
.sliders {}

.sliders .slider {
    min-height: 800px;
    margin: 0px;
    padding: 0px;
}
.sliders .slider:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}

.sliders .slider .slider-info {
    color: #FFF;
    text-align: center;
    margin-top: 15%;
    position: relative;
}

.sliders .slider .slider-info h2 {
    font-weight: 300;
    font-size: 58px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.sliders .slider .slider-info .desc {
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    max-width: 70%;
    margin: 0px auto;
    margin-bottom: 40px;
}

.sliders .slider .slider-info a {
    background-color: #8a0c00;
    padding: 10px 30px;
    color: #FFF;
    text-decoration: none;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #8a0c00;
    font-size: 16px;
}

.sliders .slider .slider-info a:hover {
    color: #8a0c00;
    background-color: transparent;
}

.sliders .slider .slider-info span.line {
    color: #FFF;
    background-color: #FFF;
    height: 2px;
    width: 150px;
    display: block;
    margin: 0px auto;
    margin-bottom: 40px;
}

.sliders .slider .slider-info h2 p {
    margin: 0px;
    padding: 0px;
}

.sliders .slick-arrow {
    display: none !important;
}

.home .sliders .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.4);
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border-radius: 12px;
}

.home .sliders .slick-dots {
    bottom: 25px;
}

.home .sliders .slick-dots li.slick-active button {
    background-color: #FFF;
}

.sliders .slider .slider-info{
    margin-top: 0 !important;
}

@media (min-width: 1600px){
    .sliders .slider{
        min-height: 1014px;
    }    
}
@media (min-width: 1024px){ 
    .sliders .slider > div{
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
        top: 50%;
    }    
}
@media (max-width: 1023px){ 
    .sliders .slider{
        min-height: 0;
    }     
    .sliders .slider > div{
        padding: 150px 0;
    }
}
@media (max-width: 768px){ 
    .sliders .slider > div{
        padding: 100px 0;
    }
}

/* boxs */
.boxs {
    margin: 45px 0px 100px 0px;
}

.boxs .box {
    text-align: center;
}

.boxs .box h2 {
    font-size: 18px;
    color: #cb2111;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    vertical-align: middle;
    position: relative;
}

.boxs .box img {
    min-height: 155px;
    display: block;
    margin: 0px auto;
    outline: none;
}

.boxs .box h2 a {
    color: #cb2111;
    text-transform: uppercase;
    min-height: 50px;
    display: block;
    line-height: 24px;
}

.boxs .box h2 a:hover
{
	color:#363636
}

/*.boxs .box .desc {
    text-align: center;        
    width: 1345px;
    z-index: 100;
    display: none;
    clear: both;
    background: #3A4A5E;
    color: #FFF;
    padding: 30px;
    position: relative;
}*/

/*@media (max-width: 1360px){
    .boxs .box .desc{
        width: 99vw;
    }
}*/

/*.boxs .box.slick-current .desc {
    display: block;
}*/
.boxs .box .box-inner.active h2:after{
    content: "\f0d8";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    line-height: 1;
    color: #3A4A5E;
    bottom: -32px;
    transform: translateX(-50%);
    left: 50%;
}
.boxs .box .desc .service-desc-close{
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}
.boxs .box img.image_hover {
    display: none;
}

.view-detail.boxs .box .box-inner:not(.active) {
    opacity: 0.5;
}

.boxs .box .box-inner.active a .image,
.boxs .box .box-inner a:hover .image {
    display: none;
}
.boxs .box .box-inner.active a .image_hover,
.boxs .box .box-inner a:hover .image_hover {
    display: block;
}

@media (max-width: 1360px){
    .boxs .slick-prev{
        left: 0;
    }
    .boxs .slick-next{
        right: 0;
    }
}

/* blocks */
.blocks {}

.blocks .block {
    min-height: 840px;
    color: #363636;
}

.blocks .block .block-info {
    background-color: rgba(227, 217, 201, 0.8);
    padding: 50px;
    margin-top: 100px;
}

.blocks .block .block-info h2 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
}

.blocks .block .block-info h2 a {
    color: #8a0c00;
}

/* testimonial */
.testimonials h2 {
    font-weight: bold;
    color: #8a0c00;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.testimonials {
    padding: 40px 20px;
    /*max-width: 40rem;*/
    float: left;
    background: #e0e0e0;
}

.testimonials .testimonial {
    margin-bottom: 30px;
    border-bottom: 1px solid #c9c8c8;
    padding-bottom: 20px;
}

.testimonials .testimonial .testimonial-avatar {
    margin-bottom: 10px;
    float: left;
    width: 100px;
    margin-bottom: 10px;
}

.testimonials .testimonial .testimonial-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.testimonials .testimonial .content {}

.testimonials .testimonial .info {
    font-size: 14px;
    font-weight: 600;
}

.page-template-testimonials .testimonials{
    background: none;    
    padding-left: 0;
}

/* gratity form */
.gform_wrapper ul.gform_fields {
	list-style: none;
	margin: 0;
	position: relative;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 2.25rem;
	position: relative;
}
.gform_wrapper label.gfield_label {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
}
.gform_wrapper .gfield_required {color: #ed4639 !important;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: transparent;
	height: 2.5rem;
	font-size: 1rem;
	font-weight: 300;
	padding: 0.5rem 0;
	border-width: 0 0 1px;
	border-color: #8c8c8c !important;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.gform_wrapper textarea {
	background: transparent;
	font-size: 1rem !important;
	font-weight: 300;
	padding: 0.5rem 0 !important;
	border-width: 0 0 1px !important;
	border-color: #4f4f4f !IMPORTANT;
	border-radius: 0;
	resize: none !IMPORTANT;
	-webkit-box-shadow: none !IMPORTANT;
	box-shadow: none;
}
.gform_wrapper div.validation_error {
	color: #ed4639;
	text-align: left;
	border: 0;
    margin-bottom: 2.25rem;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: 0;
	margin-bottom: 0 !important;
	background: none !important;
	border: none !important;
	padding: 0px !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
	border-width: 0 0 1px !important;
	border-color: #ed4639 !important;
}
.gform_wrapper .validation_message {
	color: #ed4639 !important;
	padding-top: 0.625rem !important;
	display: none !important;
}
.gform_wrapper ul li.gfield-text label.gfield_label {
	position: absolute;
    width: 100%;
    color: #4f4f4f;
    padding: 0.75rem 0;
    pointer-events: none;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.gform_wrapper ul li.item-focus label.gfield_label {
	font-size: 0.813rem;
	-webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
}
.gform_footer input.button, 
.gform_footer input[type=submit], 
.gform_page_footer input.button, 
.gform_page_footer input[type=submit] {
	background-color: #ef473a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 300;
	padding: 1.125rem 3.725rem;
	margin-bottom: 0;
}
.gform_footer input.button:hover, 
.gform_footer input[type=submit]:hover, 
.gform_page_footer input.button:hover, 
.gform_page_footer input[type=submit]:hover {
	background-color: #cb3c31;
}
.gform_footer {
	text-align: right;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none!important;
    position: absolute!important;
    left: -9000px;
}


/* Submit your CV form */
.gform_wrapper ul li.cv-input,
.gform_wrapper ul li.cover-letter-input {
	margin-bottom: 0.75rem;
}
.gform_wrapper .ginput_container_fileupload input[type="file"] {
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.gform_wrapper .ginput_container_fileupload input[type="file"] ~ label {
	cursor: pointer;
	line-height: 1;
	padding-top: 0.625rem;
}
.gform_wrapper .field_input_custom > *{
	background-color: #fff;
	display: block;
	color: #4f4f4f;
	padding: 1rem 1.375rem;
	font-weight: 300;
	position: relative;
}
.gform_wrapper .field_input_custom .have-file {
	display: none;
	width: 100%;
	font-size: 11px;
	padding: 1.438rem 1.375rem;
}
.gform_wrapper .field_input_custom .have-file i {
	font-size: 1.125rem;
	vertical-align: middle;
}
.gform_wrapper .field_input_custom .have-file > *:first-child {
	color: #51bf00;
}
.gform_wrapper .field_input_custom .have-file > *:last-child {
	position: absolute;
	right: 1.375rem;
	color: #ef473a;
}
.gform_wrapper .field_input_custom .have-file span {
	display: inline-block;
	max-width: 80%;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	line-height: 1.7;
}
.gform_wrapper .field_input_custom .no-file {
	font-size: 1.125rem;
	text-transform: capitalize;
	line-height: 1.8;
}
.gform_wrapper .field_input_custom .no-file .icon-upload {
	display: inline-block;
    vertical-align: -7px;
    width: 26px;
    height: 26px;
    margin-right: 1.25rem;
}
.gform_wrapper .field_input_custom .no-file ins {
	color: #ef473a;
}
.gform_wrapper .field_input_custom .no-file i {
	margin-right: 1.5rem;
}
.gform_wrapper .field_input_custom .no-file::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: 1px dashed rgba(0, 0, 0, 0.2);
}
.submit-cv-form .accepted-file {
	font-size: 0.75rem;
	color: #4f4f4f;
	line-height: 1.3;
}

.submit-cv-form .gform_footer input.button, 
.submit-cv-form .gform_footer input[type=submit], 
.submit-cv-form .gform_page_footer input.button, 
.submit-cv-form .gform_page_footer input[type=submit] {
	
}

/* Footer Contact us form */
.footer-contact-form ul li.gfield {
	
	
}
@media screen and (min-width: 40em) {
	.footer-contact-form ul li.gfield {
		width: calc(100% - 0.9375rem) !important;
		margin-right: 0.9375rem;
	}
}
.footer-contact-form ul li.gfield:last-child {
	margin-bottom: 0 !important;
	background: none !important;
	border: none !important;
}
.footer-contact-form ul li#field_1_5 .gfield_label{
	display: none;
}
@media screen and (min-width: 40em) {
	/*.footer-contact-form ul li#field_1_5 {
		position: absolute;
	    right: 0;
	    top: 0;
	    margin-left: 0.9375rem;
	    margin-right: 0;
	}*/
}
.footer-contact-form label.gfield_label {
	position: absolute;
	width: 100%;
	color: #FFF !important;
	padding: 12px 0;
	pointer-events: none;
	line-height: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: none !important;
	font-weight: 600 !important;
}
.footer-contact-form li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.footer-contact-form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}
.footer-contact-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #fff;
	border-color: #fff;
	width: calc(100% - 8px);
}
.footer-contact-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill,
.footer-contact-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill:focus{
	-webkit-text-fill-color: #FFF !important;
}
.footer-contact-form textarea {
	color: #fff;
	border-color: #8c8c8c !important;
	height: 15.75rem;
	margin-bottom: 0 !important;
	min-height: 170px !important;
}
.footer-contact-form .gform_footer {
	text-align: left;
	padding: 0 !important;
	position: relative;
	margin-top: 2px;
}
.footer-contact-form .gform_footer input.button, 
.footer-contact-form .gform_footer input[type=submit], 
.footer-contact-form .gform_page_footer input.button, 
.footer-contact-form .gform_page_footer input[type=submit] {
	background-color: transparent;
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding: 15px 30px;
	letter-spacing: 1px;
	min-height: 46px;
}
@media screen and (min-width: 40em) {
	.footer-contact-form .gform_footer input.button, 
	.footer-contact-form .gform_footer input[type=submit], 
	.footer-contact-form .gform_page_footer input.button, 
	.footer-contact-form .gform_page_footer input[type=submit] {
		position: absolute;
		left: 0;
		top: 0px;
	}
}
.footer-contact-form .gform_footer input.button:hover, 
.footer-contact-form .gform_footer input[type=submit]:hover, 
.footer-contact-form .gform_page_footer input.button:hover, 
.footer-contact-form .gform_page_footer input[type=submit]:hover {
	background-color: #ef473a;
	color: #fff;
}
.gform_validation_error .footer-contact-form .gform_footer input.button,
.gform_validation_error .footer-contact-form .gform_footer input[type=submit], 
.gform_validation_error .footer-contact-form .gform_page_footer input.button, 
.gform_validation_error .footer-contact-form .gform_page_footer input[type=submit] {
	/* top: -50px; */
}

.gform_wrapper div.validation_error {
    color: red !important;
    border: none !important;
    padding: 10px !important;
    margin: 0px;
    width: 95% !important;
}

.gform_wrapper .footer-contact-form li.gfield.gfield_error, .gform_wrapper .footer-contact-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{   
	margin-bottom: 2.25rem !important;
    position: relative;
}
body .gform_wrapper .top_label div.ginput_container {
    margin: 0px !important;
}

.contact-us-form {
    background-color: #404040;
    padding: 40px 20px;
    color: #c2c0c0;
    float: right;
    max-width: 40rem;
}

.footer-contact-form {
    padding-bottom: 40px;
}

.contact-us-form h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #FFF;
}
.contact-us-form a{
    color: inherit;
}
.bottom_section {
    background-color: #404040;
    overflow: hidden;
    clear: both;
}

.bottom_section .left {
    background-color: #404040;
    width: 50%;
    float: left;
}

.bottom_section .right {
    background-color: #FFF;
    width: 50%;
    float: left;
}

a.link-view-all {
    color: #9b362d;
    font-size: 14px;
    font-weight: bold;
    float: right;
}
a.link-view-all:hover
{
	color:#363636;
}

.footer-contact-form_wrapper {
    margin-top: 30px;
}

/* about us */
.page-template-about-us .entry-content {
    background-color: rgba(227, 217, 201, 0.8);
    padding: 50px 50px 90px 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.page-template-about-us .entry-content h1 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
}

.image-bottom-right {
    width: 100%;
    min-height: 700px;
}
.image-bottom-right img{
    display: none;    
}
@media (max-width: 1200px) { 
    .page-template-about-us .entry-content{
        padding: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .image-bottom-right{
        min-height: 0;
    }
    .image-bottom-right img{
        display: block;
    }
}

.page-template-about-us .second_content .left {
    width: 50%;
    float: left;
}

.page-template-about-us .second_content {
    overflow: hidden;
}

.page-template-about-us .second_content .right {
    width: 50%;
    float: left;
    background-color: #e2e1e1;
}

.page-template-about-us .second_content .right .our_teams {
    padding: 40px;
    color: #404040;
    float: left;
    max-width: 44rem;
}

.page-template-about-us .second_content .left .second_content_box {
    padding: 40px 40px 40px 40px;
    color: #404040;
    float: right;
    max-width: 44rem;
}

.page-template-about-us .second_content .left .second_content_box h2 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-template-about-us .second_content .right .our_teams h2 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-template-about-us .second_content .right .our_teams .our_team {
    border-top: 1px solid #c9c8c8;
    padding-top: 15px;
    margin-bottom: 15px;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-info {}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-info h3 {
    font-size: 14px;
    font-weight: 600;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-info .content {
    font-size: 14px;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-info a {
    font-size: 14px;
    color: #8a0c00;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-info a:hover {
    color:#ef473a;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-avatar {
    padding: 0px;
    margin-bottom: 10px;
}

.page-template-about-us .second_content .right .our_teams .our_team .our_team-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

/* page */
.page .main-content {
    overflow: hidden;
}

.page .main-content .left {
    float: left;
    width: 50%;
}

.page .main-content .right {
    float: right;
    width: 50%;
}
.page .main-content .no-left-col .right {
    float: none;
    width: 100%;
}
.page .main-content .no-left-col .right .site-content{
    padding: 50px 15px;
    max-width: none;
}


.page .main-content .left .featured_image {
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page .main-content .right .site-content {
    padding-left: 40px;
    max-width: 55rem;
    padding-right: 15px;
}

.page .main-content .right .site-content h1 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
    margin-top: 30px;
}

/* services */

.service-carousel .slick-arrow .fa{
    color: #cb2111;
    font-size: 20px;
}
.service-carousel .slick-arrow::before{
    display: none;
}

.services .service h2 a {
    /*font-size: 18px;*/
    color: #cb2111;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.services .service h2 a:hover
{
	color:#363636
}
.services {
    padding: 50px 0px 0;
}

.services .service {
    text-align: center;
    margin-bottom: 40px;
}


.services .service h2 {
    line-height: normal;
    margin-top: 20px;
    line-height: 1.3;
    font-size: 16px;
}
@media (max-width: 1024px) {
    .services .service h2{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.services .service:last-child {
    float: left;
}

.services .service .icon
 img {
    min-height: 155px;
}

.services .service .icon
 img.icon_hover {
    display: none;
}

.services .service.actice .icon a img.icon_hover,
.services .service .icon a:hover img.icon_hover {
    display: block;
}

.services .service.actice .icon a img.icon,
.services .service .icon a:hover img.icon {
    display: none;
}

.services .service .icon {
    text-align: center;
}

.services .service .icon img {
    display: block;
    margin: 0px auto;
}

/* faqs */
.page-template-faqs h1 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 30px;
}

.faqs {
    margin-bottom: 50px;
}

.faqs .faq {
    margin-bottom: 15px;
}

.faqs .faq .faq-question {
    border: 1px solid #c1c1c1;
    font-size: 14px;
    font-weight: 500;
    color: #8a0c00;
    position: relative;
    cursor: pointer;
    min-height: 45px;
    padding: 8px;
    padding-right: 50px;
}

.faqs .faq .faq-answer {
    padding: 20px 20px 0 20px;
    display: none;
}
.faqs .faq .faq-answer p:last-child{
    margin-bottom: 0;
}

.site-contact-info a{
    color: inherit;
}

.faqs .faq .faq-question .arrow {
    position: absolute;
    background-color: #8a0c00;
    right: 0px;
    top: 0px;
    width: 43px;
    color: #FFF;
    text-align: center;
    display: block;
    cursor: pointer;
    height: 100%;
    line-height: 100%;
}

.faqs .faq .faq-question .arrow span {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}

.faqs .faq .faq-question .arrow span.minus {
    display: none;
}

.faqs .faq.active .faq-question .arrow span.minus {
    display: block;
}

.faqs .faq.active .faq-question .arrow span.plus {
    display: none;
}

.faqs .faq.active .faq-question {
    background-color: #8a0c00;
    color: #FFF;
}

.faqs .faq.active .faq-question .arrow {
    background-color: #FFF;
    border: 2px solid #8a0c00;
    color: #8a0c00;
}

/* contact */
.page-template-contact .site-content {
    padding-left: 40px;
    min-height: 820px;
    padding-top: 40px;
}
.page-template-contact .site-content h1,
.page-template-contact .site-content h2 {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #8a0c00;
    text-transform: uppercase;
}

div#mapContact {
    height: 500px;
    width: 100%;
}

/* breadcrumb */
.breadcrumb a {
    color: #8a0c00;
    /*font-weight: 500;    */
}

.breadcrumb {
    color: #363636;
    font-weight: 600;
    padding: 13px 0px;
    background-color: #eeeff1;
    font-style: italic;
}

/* footer */
footer.site-footer {
    background-color: #3a4a5e;
    color: #FFF;
    clear: both;
}

footer.site-footer a {
    text-transform: none;
    font-weight: 300;
}

footer.site-footer a:hover
{
	color: #ef473a;
}
.footer-bottom {
    background-color: #091d36;
    color: #a8a8a8;
    text-transform: uppercase;
}

footer.site-footer .footer-bottom a {
    text-transform: uppercase;
}

.footer-column1 div.widget {
    float: left;
    width: 40%;
    margin-right: 10%;
}

.footer-widgets .widget .widget-title,
.footer-widgets .footer-column > h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #75818f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-column div.widget.widget_nav_menu li {
    margin-bottom: 5px;
}

.footer-column1 div.widget.widget_nav_menu li {
    margin-bottom: 10px;
}
.footer-logos {
    padding-top: 30px;
    text-align: center;
}

.footer-logos img {
    margin-bottom: 40px;
}

.footer-widgets .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #75818f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-column.footer-contact {
    font-size: 13px;
    text-transform: none;
}

.slick-slide {
	touch-action: auto !important;
    outline: none;
}

@media screen and (max-width: 1260px) and (min-width: 1024px)
{
	.testimonials {
		padding: 40px 20px;
	}
	
	.testimonials .testimonial .testimonial-avatar {
		padding: 0px;
	}
	
	.footer-widgets .widget .widget-title {
		font-size: 18px;
	}

	.footer-widgets .footer-column > h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1150px) and (min-width: 1024px)
{
	
}

@media screen and (max-width: 1023px) and (min-width: 769px)
{
	.footer-column.footer-contact {
		clear: both;
	}
}
@media screen and (max-width: 768px)
{
	.sliders .slider {
		min-height: 640px;
	}

	.sliders .slider .slider-info h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.sliders .slider .slider-info span.line {
		margin-bottom: 30px;
	}

	.sliders .slider .slider-info .desc {
		font-size: 18px;
		max-width: 100%;
	}
	
	.sliders .slider .slider-info {
		margin-top: 120px;
	}
	
	.blocks .block .block-info {
		margin: 50px 0px;
		padding: 20px;
	}

	.bottom_section .left {
		width: 100%;
		padding: 20px;
	}

	.bottom_section .right {
		width: 100%;
		padding: 0px;
	}

	.testimonials {
		padding: 20px;
	}

	.page-template-about-us .entry-content {
		padding: 20px;
		margin: 50px 0px;
	}

	.page-template-about-us .second_content .left {
		width: 100%;
		padding: 20px;
	}

	.page-template-about-us .second_content .right {
		width: 100%;
		PADDING: 20PX;
	}

	.page-template-about-us .second_content .left .second_content_box {
		padding: 0px;
	}

	.page-template-about-us .second_content .right .our_teams {
		padding: 0px;
	}

	.page .main-content .left {
		width: 100%;
	}

	.page .main-content .left .featured_image {
		min-height: 400px;
	}

	.page .main-content .right {
		width: 100%;
	}

	.page .main-content .right .site-content {
		padding: 20px;
	}
	
	.breadcrumb {
		clear: both;
		margin-top: 20px;
	}
	
	.page-template-contact .site-content {
		min-height: inherit;
	}
	
	.footer-widgets .footer-column {
		width: 100%;
		clear: both;
	}
	
	.testimonials {
		padding: 40px 10px;
		max-width: inherit;
	}
	
	.blocks .block {
		min-height: inherit;
	}
}

@media screen and (max-width: 480px)
{
	.sliders .slider {
		min-height: 480px;
	}

	.sliders .slider .slider-info h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.sliders .slider .slider-info span.line {
		margin-bottom: 20px;
	}

	.sliders .slider .slider-info .desc {
		font-size: 16px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.sliders .slider .slider-info {
		margin-top: 80px;
	}
	
	.blocks .block .block-info {
		margin: 50px 0px;
		padding: 20px;
	}

	.bottom_section .left {
		width: 100%;
		padding: 20px;
	}

	.bottom_section .right {
		width: 100%;
		padding: 0px;
	}

	.testimonials {
		padding: 20px;
	}

	.page-template-about-us .entry-content {
		padding: 20px;
		margin: 50px 0px;
	}

	.page-template-about-us .second_content .left {
		width: 100%;
		padding: 20px;
	}

	.page-template-about-us .second_content .right {
		width: 100%;
		PADDING: 20PX;
	}

	.page-template-about-us .second_content .left .second_content_box {
		padding: 0px;
	}

	.page-template-about-us .second_content .right .our_teams {
		padding: 0px;
	}

	.page .main-content .left {
		width: 100%;
	}

	.page .main-content .left .featured_image {
		min-height: 400px;
	}

	.page .main-content .right {
		width: 100%;
	}

	.page .main-content .right .site-content {
		padding: 20px;
	}
	
	.breadcrumb {
		clear: both;
		margin-top: 20px;
	}
	
	.page-template-contact .site-content {
		min-height: inherit;
	}
	
	.footer-widgets .footer-column {
		width: 100%;
		clear: both;
	}
	
	.testimonials {
		padding: 40px 10px;
	}
	
	.blocks .block {
		min-height: inherit;
	}
}


/* service page */
.services .service-desc{
    clear: both;
    top: -40px;
    position: relative;
    background: #3A4A5E;
    color: #FFF;
    padding: 30px;
    display: none;
}
.services .service-desc .service-desc-close{
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}
.services.view-detail .service:not(.actice){
    opacity: 0.5;
}
.services .service.actice .box-inner{
    height: auto !important;
    padding-bottom: 20px;
    position: relative;
}
.services .service.actice .box-inner:after{
    content: "\f0d8";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    line-height: 1;
    color: #3A4A5E;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
}
.view-detail.services .service{
    clear: none;
}


.footer-contact-form .gform_footer input.button, 
.footer-contact-form .gform_footer input[type=submit]{
    padding: 18px 50px !important;
    font-weight: 600;
    font-size: 18px !important;
}

@media (max-width: 640px){
    .block-for-mobile{
        display: block;
    }
}

.page-template-faqs .site-main,
.bottom_section .right{
    background-color: #F6F6F6;
}

ul.bullet-list {
    list-style-type: none;
}
ul.bullet-list li {
    position: relative;
}
ul.bullet-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 10px;
    background: #8a0c00;
    left: -16px;
    position: absolute;
    top: 10px;
}
