/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .nav-top {
	font-size: 12px !important;
	text-align: right;
	float: right;
}
#header .nav-top li {
	padding-left: 20px;
}
#header .nav-top li > a, 
#header .nav-top li > span {
	padding: 0;
}
#header .header-left .block-inline {
    margin-right: 0 !important;
    width: 100% !important;
    display: block !important;
}
#header .header-contact {
	display: block;
}


#header .logo {
	position: absolute;
	top: 4px;
	z-index: 1;
}
.main-menu-wrap {
	position: relative;
  	top: -35px;
}
#header .main-menu > li.menu-item:nth-child(3) {
	margin-right: 170px;
}
#header .main-menu > li.menu-item:nth-child(4),
#header .main-menu > li.menu-item:nth-child(5),
#header .main-menu > li.menu-item:nth-child(6) {
/* 	left: -48px; */
}
.no-breadcrumbs .main-content {
  	padding-top: 0;
}

.cs-footer {
	color: #4f4f4f;
}
.cs-footer a:not(.btn) {
	color: #0c5da7;
}
.cs-footer a:not(.btn):hover {
	color: #000;
}
.cs-footer h4 {
	color: #4f4f4f;
	font-size: 13px;
	margin: 0;
}
.cs-footer .widget > div > ul {
	margin: 3px 0 0;
	padding: 0 !important;
	border: 0 !important;
}
.cs-footer .widget > div > ul li {
	padding: 0 !important;
	border: 0 !important;
}
.cs-footer .widget > div > ul li::before {
	display: none;
}
.cs-footer .widget > div > ul li a {
	color: #4f4f4f;
}
.cs-footer .widget > div > ul li a:hover {
	color: #000;
}
.cs-footer-inner {
	padding: 20px 0 10px;
	border-bottom: 1px solid #d4d4d4;
}
.cs-footer-copyright {
	padding: 30px 0;
	color: #a0a0a0;
}

.cs-home-sec-1 {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 0 100px;
	
}
.cs-home-sec-2 {
	padding: 120px 0;
	background: url('/wp-content/uploads/2023/12/bg-1.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.cs-info-box {
	background: #fff;
	padding: 40px 50px;
	margin: -145px 0 0 45px;
	position: relative;
	z-index: 1;
}
.cs-info-box .porto-sicon-img {
	position: relative;
  	top: 25px;
}
.cs-info-box h3 {
	font-size: 22px;
	font-weight: 500;
}
.cs-info-box .porto-sicon-description {
	height: 220px;
	margin: -10px 0 0 45px; 
	font-size: 14px;
	line-height: 1;
}
.cs-info-box .porto-sicon-description li {
	line-height: 1.5;
}
.cs-info-box .porto-sicon-read {
	display: block;
	width: 59px;
	height: 59px;
	background: url('/wp-content/uploads/2023/12/ico-btn-1.gif') no-repeat 0 0;
	text-indent: -99999px;
	transition: all .2s ease-in-out;
	position: absolute;
	bottom: 0;
	right: 0;
}
.cs-info-box .porto-sicon-read:hover {
	background-image: url('/wp-content/uploads/2023/12/ico-btn-1-h.gif');
}
.cs-home-sec-3 {
	padding: 120px 0 100px;
}
.cs-home-sec-4 {
	padding: 120px 0;
	background: url('/wp-content/uploads/2023/12/bg-2.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.cs-home-sec-5 {
	padding: 120px 0 100px;
}
.cs-home-sec-6 {
	padding: 120px 0 100px;
	background: url('/wp-content/uploads/2023/12/bg-2.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.cs-home-sec-6 .wpb_image_grid_ul {
	margin: 0 auto;
	text-align: center;
	width: 60%;
}
/* Contact Form */
.cf-row {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.cf-col-full {
	width: calc(100% - 30px);
	padding: 0 15px;
}
.cf-col-half {
	float: left;
	width: calc(50% - 15px);
	padding: 0 15px;
}
.cf-row input[type="text"],
.cf-row input[type="email"],
.cf-row textarea {
	width: 100%;
	color: #212121;
	background: transparent;
	border-width: 0 0 1px !important;
	border-color: #b4b4b4 !important;
	border-style: solid !important;
	padding-left: 0;
	padding-right: 0;
}
.cf-row input.wpcf7-not-valid, 
.cf-row select.wpcf7-not-valid, 
.cf-row textarea.wpcf7-not-valid {
	box-shadow: none !important;
	border-color: #c10000 !important;
}
.cf-row input[type="submit"] {
	margin: 15px auto;
	min-width: 100px;
	display: block;
	background-color: #2b3796;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
	border: 0;
    font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	margin: 0 0 20px;
  	padding: 0 15px;
	text-align: center;
}
.gmap {
	padding: 0;
}
.gmap .wpb_gmaps_widget.wpb_content_element {
	margin-bottom: 0;
}
.page-id-21 .main-content {
	padding-top: 0;
}  
.cs-home-sec-3 .slick-slide {
/* 	height: 64px; */
	height: auto;
}
.cs-home-sec-3 .slick-track {
	display: flex;
	align-items: center;
}
.slick-slider .slick-next {
	right: -20px;
}
.slick-slider .slick-prev {
	left: -20px;
}
