/*

Theme Name: GTS
Theme URI: https://bthinq.com.au/
Description: Custom Theme For GTS
Version:1.0
Author: bThinq
Author URI: https://bthinq.com.au/

*/

/* Style css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
html {
    font-family: 'Raleway';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}  
body {
  line-height: 1.7;
  color: #000000;
  font-weight: 400;
  font-size: 1rem; 
  font-family: 'Raleway';
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
	color: #cc1818;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  }
  a:hover {
    text-decoration: none;     color: #ce2027; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Raleway';
	font-weight: 500;
}
h2, .h2{
	font-size: 1.875rem
}
.top_header_section{
	font-family: 'Montserrat';
	color:#ce2027;
	font-weight: 700;
	font-weight: 500;
    font-size: 14px;
	height:38px;
	background: #f5f5f5;
}
.call_linkin, .fb_img{
	float: right;
    padding: 2%;
}
.country_flag{
	float: right;
    padding: 1%;
	margin-right: 30px;
}
.login_sec{
    float: right;
    margin-right: 30px;
    border: 1px solid #cc1818;
    padding: .8% 4%;
    margin-top: 3px;
}
.fb_img{margin-right: 30px;}
.header_section.sticky.home{
	position: fixed;
	background-color:#ffffff9e;
}
.header_section.sticky{
	background-color:#fff;
	padding:1%;
	color:#ffffff;	
    top: 38px;
    z-index: 9;
}
.header_section.sticky.fixed{
	background-color:#fff;
    top: 0;
	position: fixed;
}
.header_section .navbar-light .navbar-nav .nav-link{
	color:#ffffff;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	
}
.header_section .navbar-light .navbar-nav .dropdown-menu .nav-link{
	color:#000000;
}
.header_section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
}
.header_section .nav-link{
	padding: 1.5rem 1rem;
}
.call_img{
    position: relative;
    top: 4px;
}
.call_img img{
    position: relative;
    bottom: 2px;
}
.call_img, .message_img{
	float: left;
    padding: 2% 3%;
}
.menu_section{
	background-color:#f2a408;
	color:#ffffff;
}
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: #ffffff;
  border: none;
  width: 100%;
}
.menu_section .navbar-light .navbar-nav .nav-link, .mobile_header .navbar-light .navbar-nav .nav-link{
	color:#ce2027;
	font-weight:700;	
}
.menu_section .navbar-light .navbar-nav .nav-link:hover{
	color:#ce2027;
}
.mobile_header .navbar-light .navbar-nav .nav-link:hover{
	color:#f2a408;
}
.login_btn{
    background: transparent;
    border: 1px solid;
    padding: 0.1rem 1rem;
}
.login_btn:hover{
	background:#ce2027;
	border: 1px solid #ce2027;
} 

.mobile_header{
	background-color:#ffffff;
	color:#ce2027;
}

button.navbar-toggler.third-button, button.navbar-toggler.third-button:focus{ border:none;     outline: none; }
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon3 span {
background: #ce2027;
}

/* Icon 3 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

/*Hero slider style
==========================*/
.hero-slider {position: relative;}
.single-hs-item {height: 75.1vh;background-size: cover;background-position: center center;position: relative;}
.single-hs-item:before {content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #000;opacity: .6;}
.item-bg1 {
	background-image: url(../images/banner.png);
}
.item-bg2 {
	background-image: url(../images/banner.png);
}
.item-bg3 {
	background-image: url(../images/banner.png);
}
.hero-text {padding: 0 15px;text-align: center;max-width: 1140px;margin-left: auto;margin-right: auto;position: relative;}
.hero-text h1 {
	color: #fff;
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
}

.hero-text p {color: #fff;font-size: 16px;max-width: 500px;margin-left: auto;margin-right: auto;line-height: 30px;margin-top: 20px;margin-bottom: 35px; font-family: 'Montserrat';}
.hero-slider .owl-item.active h1 {-webkit-animation: 1s .3s fadeInUp both; animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active .slider-btn {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -45px;
	top: 50%;
	color: #F2A408;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -45px;
	top: 50%;
	color: #F2A408;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background: transparent;
}
.owl-theme .owl-nav {margin-top: 0;}

.owl-theme .owl-dots .owl-dot span {width: 15px;height: 15px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ce2027;}
.owl-theme .owl-dots .owl-dot:focus{     outline: none; }
#home.owl-theme .owl-dots .owl-dot{
	display: block;
}
#home.owl-theme .owl-dots {position: absolute;right: 4%; bottom: 50%;}
#home .d-table {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom_btn1{
	background: #ce2027;
    padding: 1% 2%;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #ce2027;
}
.custom_btn1:hover{
	background: #ce2027;
	border: 1px solid #ce2027;
	color: #ffffff;
}
.logo_on_slider, .div_center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider_logo_pos{
	position: absolute;
    bottom: 150px;
    z-index: 7;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	padding: 1rem;
}
.our_service_section{
	padding:3%;
}
.service_content.core_service_val{
    padding: 8% 1%;
}
.service_content.core_service_val_innr{
    padding: 8% 3%;
     text-align: left;
}
.service_content.core_service_val_innr img{
    width:150px;
}
.service_content{
    text-align: center;
    padding: 15% 10%;
    border: 2px solid #cfcfcf;
    background-color: #fff;
    height: 100%;
    border-radius: .5rem;
   /*  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
   box-shadow: 5px 5px 12px rgba(0,0,0,.15);
}

.service_content:hover{
	background-color: #ce2027;
	border: 2px solid #ce2027;
	color:#fff;
}
.service_title{
	padding: 5%;
}
.white_img{ display:none; }
.service_content:hover .green_img{ display:none; }
.service_content:hover .white_img{ display:block;     margin: 0 auto; }
.choose_us_section{
	background-color:#ce2027;
	padding:0;
	color:#ffffff;
}
.choose_image img{ width:100%; }
.choose_content{
	padding: 0 10% 0 10%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 18px;
}

.choose_content ul{
	list-style: circle inside url('https://gtsmalaysia.bthinq.com.au/wp-content/uploads/2019/10/tick.png');
	list-style-position: outside;
	font-size: 16px;
}
.counter_section{
	padding:3%;
	background-image:url('../images/stats.png');
	background-size:cover;
	background-repeat:no-repeat;
}
.counter_content{
	text-align: center;
    color: #ffffff;
}
.project_case_studies_section{
	padding:3%;
}
.project_case_studies_section .font_color{
	font-family: 'Raleway';
	color:#ce2027;
}

.filter_button_group .button.is-checked {
   /*  background: #f2a408; */
    color: #ce2027;
}
.filter_button_group .button {
    background: none;
    border: none;
    padding: 0 10px;
    margin: 0 10px;
    outline: none;
	font-weight: 600;
}

.element-item {
    width: 100%;
    margin: 0.5%;
    cursor: zoom-in;
    transition: opacity 0.5s, box-shadow 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.project_case_studies_section .product_element {
    position: relative;
}
.project_case_studies_section .product_ele_image img {
    width: 100%;
	border-radius: 5px;
}
.project_case_studies_section .product_details {
    display: none;
}
.project_case_studies_section .product_element:hover .product_details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2a40861;
    z-index: 5;
    padding: 25% 5%;
    text-align: center;
    display: block;
    color: #ffffff;
    cursor: pointer;
}

.testimonials_section{
	padding:6%;
    background-size: cover;
	background-repeat:no-repeat;
	color:#ffffff;
}

.testimonials_section .font_color{
	font-family: 'Raleway';
	color:#ffffff;
}
.textimonial_text{
	font-family: 'Montserrat';
	font-weight:400;
}
.textimonial_content{
	background: #ffffff4d;
    padding: 4%;
    border-radius: 7px;
}
.client_details img{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.our_clients_section{
	padding:3%;
}
.our_clients_section .font_color{
	font-family: 'Raleway';
	color:#ce2027;
}
.certified_from_section{
	padding:3%;
	background-color:#ce2027;
}
.certified_from_section .font_color{
	font-family: 'Raleway';
	color:#ffffff;
}
.certified_content{
	color:#ffffff;
	font-family: 'Montserrat';
	font-weight: 400;
	padding:4%;
	font-size:20px;
}
.latest_news_section{
	background-color:#f4f4f4;
	padding:3%;
}
.latest_news_section .font_color{
	font-family: 'Raleway';
	color:#000000;
}
.new_content{
	background:#ffffff;
	border-radius: 12px;
}
.news_text{
	padding:3%;
}
.new_content img{ width:100%; }
.request_call_section{
	padding:4%;
	background-color:#f4f4f4;
}
.request_call_inner{
	background-color:#ffffff;
	padding:5%;
}
.request_call_section .font_color{
	font-family: 'Raleway';
	color:#ce2027;
}
.request_cont{
	padding: 3% 15%;
	color:#000000;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size:20px;
}

.request_call_section .footer_menu.footer_last{
	border:none;	
}
.footer_menu p{
	margin:0;
	font-family: 'Montserrat';
	font-weight: 400;
}
@media only screen and (min-width: 767px) {
    .footer_logo_section{
    	position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footermenubottom .footer_menu{
        border-bottom: 1px solid #fff;
    }
}
.bottom_footer{
	background-color:#cac8c8;
	padding: 0.5% 4%;
    color: #000000;
    font-weight: 500;
}

.call_linkin_footer, .fb_img_footer{
	float:left;
	
}
.services_list_section{
	padding:3%;
}
.title_hr_green{
	width: 10%;
    border-width: 4px;
    border-color: #ce2027;
}
.title_hr_white{
	width: 10%;
    border-width: 4px;
    border-color: #ffffff;
	margin-left: 0;
}
.services_section{
	background:#f4f4f4;
	border-radius: 15px;
}
.service_content_inner{
	padding: 2%;
}
.other_services_list_section{
	padding:3%;
}
.title_hr_green_inn{
	width: 10%;
    border-width: 4px;
    border-color: #ce2027;
	margin:0;
}
.services_testing_projects{
	background-color:#f4f4f4;
	padding:4%;
}
.testing_gallery{ position:relative;     border-radius: 12px; }
.testing_content_project{display:none;}
.testing_gallery:hover .testing_content_project{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ce2027ab;
    z-index: 5;
    padding: 38% 5%;
    text-align: center;
    display: block;
    color: #ffffff;
    cursor: pointer;
	border-radius: 12px;
}
.testing_content_project span i{ font-size:45px; }

.side_bar_projects{
	padding: 4%;
	background: #f8f9fa;
	height: 100%;
}

.side_bar_projects .pmd-sidebar-nav ul{
	list-style:none;
}
.side_bar_projects .pmd-sidebar-nav li a{
	color: #000;
    font-size: 25px;
    font-weight: 600;
}

.side_bar_projects .pmd-sidebar-nav ul li a{
	color: #000;
    font-size: 20px;
    font-weight: 500;
}
.side_bar_projects span.direction_icon{
	position: absolute;
    right: 30px;
}
.side_bar_projects .pmd-sidebar-nav li a.p_active{
	color:#ce2027;
}
.project_header{
	padding:3%;
}
.font_color_pjt{
	color:#ce2027;
}
.icon_img_top img{ width:28px!important; }
.client_details img{ width:75px!important; }

.about_us_section{
	background: #ce2027;
    color: #fff;
    padding: 4%;
	font-family: 'Montserrat';
	font-weight:400;
	font-size: 18px;
}
.director_image{
	background: #ffffff;
    color: #000000;
    border-radius: 7px;
}
.director_text{
	padding: 2%;
}
.key_personnel_section{
	 padding: 4%;
}
.eqp_btn{
	background: #ce2027;
    color: #ffffff;
    padding: 4% 20%;
}

.eqp_title{
	color:#ce2027;
	font-family: 'Montserrat';
}
.form-group.required .col-form-label:after {
  content:"*";
  color:red;
}
.eqp_btn_hire{
	background: #ce2027;
    color: #ffffff;
    padding: 1% 8%;
}
/* Contact Page Tab */

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ce2027;
    font-size: 20px;
}
section#tabs .nav-tabs{border:none;}
.address_loc span{
	font-size: 40px;
    text-align: center;
    color: #ce2027;
}
.contact_phone span,.contact_email span{
	font-size: 30px;
    text-align: center;
    color: #ce2027;
}

.address_loc p, .contact_phone p, .contact_email p{
	font-size: 20px;
	margin-top: 10px;
}
.contact_from_section{
	padding:5%;
}

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.accordion-group{
	border: 1px solid #ccc;
    padding: 1%;
    border-radius: 5px;
	margin:5px;
}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}

.our_service_section h4{
	font-weight: 700;
}
.our_service_section .service_title p{
	font-family: 'Montserrat';
	font-weight:400;
	font-size: 16px;
}

.width_container{
	width:90%;
	max-width:90%;
	margin: 0 auto;
}
.country_flag #country_selector{
	width: 132px;
	border: 2px solid #ce2027;
}
.country_flag .country-select .country-list{
	z-index:99;
}


.news_text h4, .news_title h4{
	font-family: 'Montserrat';
	font-weight:600;
	color:#000;
}

.news_list_section{
	padding:5%;
}
.content_section_new{
	padding: 5% 7%;
}
.content_section_new .posted_date{
	font-family: 'Montserrat';
	font-size:14px;
}
.news_section{padding:3%;}
.news_section .header_section h2 {
	font-family: 'Montserrat';
	font-weight:600;
}
.news_section .header_section p{
	font-family: 'Montserrat';
	font-size:14px;
}

.ajax_project{
	padding:2% 0;
}
.country-select .country-list{overflow:hidden;}
.breadcrumb-container a{     text-transform: capitalize; }
.privacy_content, .gts_disclaimer{ padding: 4% 2%; }
.privacy_content h2, .gts_disclaimer h2{
	color:#ce2027;
	font-weight:600;
}
.personnel_section .personnel_image img{ width:128px; }
/* 
5 columns grid for 'md' and 'lg' screens
@tatygrassini
*/
@media (min-width: 992px) {
  .col-md-1-5 { max-width: 20%; }
  .col-md-2-5 { max-width: 40%; }
  .col-md-3-5 { max-width: 60%; }
  .col-md-4-5 { max-width: 80%; }
  .col-md-5-5 { max-width: 100%; }
}
@media (min-width: 1200px) {
  .col-lg-1-5 { max-width: 20%; }
  .col-lg-2-5 { max-width: 40%; }
  .col-lg-3-5 { max-width: 60%; }
  .col-lg-4-5 { max-width: 80%; }
  .col-lg-5-5 { max-width: 100%; }
}

/* Media Queries */

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	.hero-text h1{
		font-size: 28px;
	}
	.hero-text p{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#home .d-table{
		top: 30%;
	}
	.slider_logo_pos{ bottom:28px; }
	.logo_on_slider{padding:10px;}
	.element-item {
		width: 32.333%;
	}
	.choose_content {
		padding: 0 2% 0 3%;
	}
	.mobile_header.fixed{
		position:fixed;
		z-index:99;
	} 
	.choose_image img{ width:100%; }
	.footer_menu{
		color: #ce2027;
		padding: 1%;
	}
	.call_linkin_footer, .fb_img_footer{
		float:left;
		width:50%;
	}
	.project_feature_image img{ width:100%; }
	.personnel_section{
		padding: 2%;
		background: #f4f4f4;
		margin: 2%;
	}
	.certification_logo img{ width:100%; }
	.owl-carousel .owl-nav button.owl-prev { left:-40px; }
	.owl-carousel .owl-nav button.owl-next { right:-40px;}
}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.hero-text h1{
		font-size: 28px;
	}
	.hero-text p{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#home .d-table{
		top: 30%;
	}
	.slider_logo_pos{ bottom:-100px; }
	.logo_on_slider{padding:10px;}
	.mobile_header.fixed{
		position:fixed;
		z-index:99;
	} 
	.footer_menu{
		color: #ffffff;
		padding: 1%;
	}
	.call_linkin_footer, .fb_img_footer{
		float:left;
		width:50%;
	}
	.project_feature_image img{ width:100%; }
	.personnel_section{
		padding: 2%;
		background: #f4f4f4;
		margin: 2%;
	}
	.certification_logo img{ width:100%; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.footer_menu{
		color: #ffffff;
		padding: 1%;
		border-right: 1px solid #cccccc6b;
		margin-right: 0%;
	}
	.footer_content{
		border-right: 1px solid #969696;
	}
	.personnel_section{
		padding: 5%;
		background: #f4f4f4;
		margin: 5%;
	}
	.certification_logo img{ width:100%; }
	.mobile_header.fixed{
		position:fixed;
		z-index:99;
	}  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 

	.footer_menu{
		color: #ffffff;
		padding: 1%;
		border-right: 1px solid #cccccc6b;
		margin-right: 16%;
	}
	.footer_content{
		border-right: 1px solid #969696;
	}
	
	.personnel_section{
		padding: 8%;
		background: #f4f4f4;
		margin: 8%;
	}
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
		    padding: 12px 0px 0px 17px;
	}
}	
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}
	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		top: 50px;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.3s linear;
	}
	
	.dropdown-submenu {
	  position: relative;
	}

	.dropdown-submenu a::after {
	  transform: rotate(-90deg);
	  position: absolute;
	  right: 6px;
	  top: .8em;
	}

	.dropdown-submenu .dropdown-menu {
	  top: 0;
	  left: 100%;
	  margin-left: .1rem;
	  margin-right: .1rem;
	}
	
	.element-item {
		width: 24%;
	}
	
	.personnel_section{
		padding: 4%;
		background: #f4f4f4;
		margin: 4%;
		border-radius: 5px;
	}
	
	.footer_menu{
		color: #ce2027;
		padding: 1%;
		border-right: 1px solid #cccccc6b;
		margin-right: 0%;
	}
	.footer_content{
		border-right: 1px solid #969696;
	}
	
}
/* Menu */
@media (min-width: 1200px) and (max-width: 1405px) { 
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
			padding: 12px 0px 0px 35px;
	}
}
.woocommerce form .form-row{
    display:block;
}
