/*
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  ***************/
/*common*/
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{color: #fff;}
.justify{text-align:justify;}
.page-content section.wpb-content-wrapper {padding-top: 0;padding-bottom: 0;}
.porto-u-main-heading {margin-bottom: 3%;}
.wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {width: 100%;min-height: 50px;border-color: rgba(4,4,4,.4);border-radius: 2px;}
.wpcf7 .vc_row > div {margin-bottom: 15px;}
.wpcf7 .vc_row {margin-left: -15px;margin-right: -15px;}
.submit-btn input {width: 150px;}
.no-breadcrumbs .main-content {padding-top: 0;}
.slick-slider .slick-prev{left: -20px;}
.slick-slider .slick-next{right: -20px;}
.share-links .share-twitter:before {content: "\e61b";}
.vc_column_container>.vc_column-inner {padding-left: 0;padding-right: 0;}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}
::-webkit-scrollbar-thumb{background:var(--porto-primary-color);border-radius:30px;}
::-webkit-scrollbar-thumb:hover{background:#444;}
::-moz-selection {background: var(--porto-primary-color);color:#fff;}
::selection {background: var(--porto-primary-color);color:#fff;}
/*end common
* header*/
 #header .main-menu .narrow ul.sub-menu>li>ul.sub-menu {/*right: 100%;left: unset;*/}
 #header .header-main .header-left {padding: 8px 0 16px;}
#header .mobile-toggle{background-color: #2f74b5;padding-left: 10px !important;padding-right: 10px !important;}
/*end header
* home*/
 
/*end home
* footer*/
.rtl .widget.contact-info i {margin-right: 0;margin-left: 15px;}
 
/*end footer*/
.page-content .vc_section.vc_section.our-value {padding-top: 0;padding-bottom: 0;}
.responsive-table {overflow: auto;margin-bottom: 30px;}
 
/*responsive*/
@media screen and (max-width:990px){
	.page-top > .container {padding-top: 100px;padding-bottom: 100px;}
}
@media screen and (max-width:715px){
	#header .header-contact {display: none;}
	.page-top > .container {padding-top: 50px;padding-bottom: 50px;}
	.page-content .vc_section {padding: 40px 0px;}
}