/*
Theme Name: Twenty Sixteen child
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen child
Template: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,900');

*{

	margin:0;

	padding: 0;

}

body{

	font-family: 'Montserrat', sans-serif;
	background: #fff;
}




h1,h2,h3,h4,h5{

	font-family: 'Poppins', sans-serif;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site {
   margin: 0;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after{
height:0px;
}

.pb50 {
    padding-bottom: 50px;
}
.pt50 {
    padding-top: 50px;
}

.site-header {
   padding: 0;
}

.site-content {
   padding: 0;
}

.content-area {
    width: 100%;
}


/**banner_sec**/

.banner_sec{
	width:100%;
	float:left;
	position:relative;
}

.banner_slide {
    position: relative;
	width:100%;
}

.banner_slide:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:1;
	top:0;
	left:0;
}

.banner_contant{
	width:100%;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	margin:0px auto;
	top:35%;
	text-align:center;
}

.banner_contant h3{
	color:#fff;
	font-size:42px;
	text-transform:capitalize;
	margin-bottom:25px;
	font-weight:500;
}

.banner_contant h1{
	color:#fff;
	font-size:60px;
	text-transform:capitalize;
	font-weight:bold;
	margin:0;
}


/**menu**/

.menuwrap{
	width:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}


.mainmenu{
	width:100%;
	position:relative;
}

.logo{
	width:auto;
	float:left;
}

.logo a {
    display: block;
    padding: 30px 0px;
}
.main_navigation {
    width:auto;
	float:right;
	padding-top: 25px;
}
.main_navigation ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
}

.main_navigation ul li{
	float:left;
	width: auto;
	position:relative;
  
}
.main_navigation ul li a{
	font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
	font-weight:500;
	font-family: 'Poppins', sans-serif;	
	outline:none;
}

.main_navigation ul li a:hover, .main_navigation ul li.current-menu-item a {
    color: #fff;
	outline:none;
}

.main_navigation ul ul li a:hover {
    color: #fff;
	outline:none;
}

/* responsive nav */
.responsive_nav{
	height: 35px;
	width: 35px;
	text-align: center;
	background: #c4150c;
	border: none;
	float: right;
	padding: 0;
	display: none;
	margin: 18px 0 0;
}
.responsive_nav:hover, .responsive_nav:focus{
	background: #c4150c;
}
.responsive_nav span{
	width: 18px;
	height: 1px;
	margin-bottom: 5px;
	display: block;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.responsive_nav:hover span{
	color: #fff;
}
.responsive_nav span:last-child{
	margin-bottom: 0;
}
.responsive_nav:hover span, .responsive_navTo span{
	margin-bottom: 0;
}
.responsive_nav:hover span:nth-child(2), .responsive_navTo span:nth-child(2){
	opacity: 0;
	visibility: hidden;
}
.responsive_navTo span:first-child{
	-moz-transform: rotate(45deg) translateY(1px);
	-webkit-transform: rotate(45deg) translateY(1px);
	-o-transform: rotate(45deg) translateY(1px);
	-ms-transform: rotate(45deg) translateY(1px);
	transform: rotate(45deg) translateY(1px);
}
.responsive_navTo span:last-child{
	-moz-transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	-o-transform: rotate(-45deg) translateY(-2px);
	-ms-transform: rotate(-45deg) translateY(-2px);
	transform: rotate(-45deg) translateY(-2px);
}
/* header */

/***industries_head***/

.industries_head{
	width:100%;
	float:left;
	padding:25px 0px;
	text-align:center;
	background:#c4150c;
	position:relative;
}

.industries_head h1{
	color:#fff;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}

.industries_head:before{
	position:absolute;
	content:"";
	background:url(./images/dibider1.png) bottom center no-repeat;
	width:100%;
	height:24px;
	bottom:-20px;
	left:0;
	right:0;
}


/***industries_sec***/

.industy_sec{
	width:100%;
	float:left;
	padding:30px 0px 60px;
}


.industries{
	width:100%;
	float:left;
	margin-top:50px;
}

/*.industries ul li{
	float: left;
	width:33%;
	min-height:600px;
    transition: transform .5s;
}
*/
.whitetext-box{
	width:100%;
	float:left;
	min-height:300px;
	text-align:center;
	padding:0px 0px 0px;
	-o-box-shadow: 0 0 5px #d2d2d2;
    -ms-box-shadow: 0 0 5px #d2d2d2;
    -moz-box-shadow: 0 0 5px #d2d2d2;
    -webkit-box-shadow: 0 0 5px #d2d2d2;
    box-shadow: 0 0 5px #d2d2d2;
	position:relative;
}

.whitetext-box:before{
	position:absolute;
	content:"";
	background:url(./images/dibider2.png) bottom center no-repeat;
	width:100%;
	height:22px;
	bottom:-20px;
	left:0;
	right:0;
}

.whitetext-box img {
    text-align: center;
    margin: 0px auto;
	transition: transform .5s;
}

.whitetext-box h2{
	color:#000;
	font-size:18px;
	font-weight:bold;		
	margin: 25px 0px;
	transition: transform .5s;
	text-transform: uppercase;
}

.whitetext-box p{
	color:#5d5959;
	font-size:14px;
	line-height:22px;
}

.industries ul li:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.industries ul li:hover .whitetext-box h2 {
    color:#c4150c;
	transition: transform .5s;
	
}

.industries ul li:hover .redtext-box h2 {
    color:#fff;
	transition: transform .5s;
	
}
.redtext-box img, .whitetext-box img {
    width: 100%;
    min-height: 300px;
    max-width: 100%;
    display: block;
    transition: transform .5s;
    object-fit: cover;
}
.img-box {
    width: 100%;
    display: block;
	overflow: hidden;
}
.industries .col-lg-4 {
    overflow: hidden;
}

.img-box img {
    width: 100%;
    min-height: 300px;
    max-width: 100%;
    display: block;
    transition: transform .5s;
    object-fit: cover;
}


.redtext-box{
	width:100%;
	float:left;
	min-height:300px;
	text-align:center;
	padding:0px 0px 0px;
	position:relative;
	background:#c4150c;
}

.redtext-box:before{
	position:absolute;
	content:"";
	background:url(./images/dibide3.png) top center no-repeat;
	width:100%;
	height:22px;
	top:-22px;
	left:0;
	right:0;
	
}

.redtext-box img {
    text-align: center;
    margin: 0px auto;
	transition: transform .5s;
}

.redtext-box h2{
	color:#fff;
	font-size:18px;
	font-weight:bold;		
	margin: 25px 0px;
	transition: transform .5s;
	text-transform: uppercase;
}

.redtext-box p{
	color:#fff;
	font-size:14px;
	line-height:22px;
}



/***whyus_sec***/


.whyus_sec{
	width:100%;
	float:left;
	background:url(./images/abtbg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:60px 0px;
}


.whyus_sec h1{
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 40px;
}

.whyus_sec p{
	color:#fff;
	font-size:15px;
	line-height:26px;
	text-align:justify;	
}

.whyus_sec a{
	color:#fff;
	font-size:16px;
	font-weight:500;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	float:left;
	border:2px solid #ffffff8a;
	border-radius:5px;
	padding:15px 50px;	
	margin-top:30px;
	text-decoration:none;
}



/***client_sec***/


.client_sec{
	width:100%;
	float:left;
	padding:30px 0px 0px;
	text-align:center;
}

.client_sec h1{
	color:#000;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:25px;
}

.client_sec p{
	color:#6d6969;
	font-size:16px;
	line-height:30px;
	margin-bottom:40px;
	
}

.cln{
	-o-box-shadow: 0 0 10px #e4dfdf;
    -ms-box-shadow: 0 0 10px #e4dfdf;
    -moz-box-shadow: 0 0 10px #e4dfdf;
    -webkit-box-shadow: 0 0 10px #e4dfdf;
    box-shadow: 0 0 10px #e4dfdf;
}
.client_sec [class*="col-"]{
	padding-top: 2rem;
	padding-bottom: 2rem;
	overflow: hidden;
}  
.client_sec [class*="col-"]:nth-child(2){
	background:#f9f9f9;
}
.client_sec [class*="col-"]:nth-child(4){
	background:#f9f9f9;
}
.client_sec [class*="col-"]:nth-child(5){
	background:#f9f9f9;
}
.client_sec [class*="col-"]:nth-child(7){
	background:#f9f9f9;
}
.client_img{
	max-width: 240px;
	padding: 0 15px;
	margin: 0 auto;
}

/*.client_img{
	position:absolute;
	width:50%;
	height:50%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}*/
.client_sec .client_img img{
	opacity: .6;
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.client_sec [class*="col-"]:hover img{
	filter: grayscale(0);
    opacity: 1;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
  

/***footer***/

.footer{
	width:100%;
	float:left;
	background:#222222;
	padding:40px 0px 10px;
	text-align:center;
}

.foot_details ul li{
	list-style: none;
}

.foot_details ul li:first-child:before{
	display:none;
}
.foot_details ul li:before{
	position:absolute;
	content:"";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #4c4b4b;
}
.foot_details ul li img{
	text-align:center;
	margin:0px auto;
}

.foot_details ul li p{
	text-align:center;
	color:#d4d2d2;
	font-size:14px;
	line-height:22px;
	margin-top:20px;
}

.foot_social{
	width:100%;
	text-align:center;
	margin: 60px 0px 25px;
}

.foot_social ul li{
	display:inline-block;
	margin-right:10px;
}

.foot_bottom{
	width:100%;
	float:left;
	text-align:center;
	border-top:1px solid #3c3c3c;
}

.foot_bottom p{
	font-size:14px;
	color:#fff;
	margin-top:20px;
}

/* Inner Banner */
.inner_banner {
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom 80px;
    background-attachment: fixed;
    padding: 15rem 0 9rem;
    position: relative;
    height: auto;
}
.inner_banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/**background: -moz-linear-gradient(left, rgba(64,150,238,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(left, rgba(64,150,238,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to right, rgba(64,150,238,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004096ee', endColorstr='#99000000',GradientType=1 );**/
	background:rgba(0,0,0,0.4);
}
.inner_banner_heading{
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb_wrap {
	color: #fff;
	letter-spacing: 1px;
	font-size: 0.85rem;
	text-transform: capitalize;
}
.breadcrumb_wrap a{
	color: #fff;
	letter-spacing: 1px;
	font-size: 0.85rem;
	text-transform: capitalize;
}
.inner_banner_heading h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.breadcrumb_wrap i{
	font-size: 11px;
}
.inner_content{
	min-height: 30vh
}
.inner_content p, .single_page_content p{
	font-size: 14px;
	line-height: 1.7;
	color: #676767;
	font-weight: 300;
}
.contact_details_wrap li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.contact_details_wrap li p{
	font-size: 14px;
}
.contact_details_wrap li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px;
    color: #c4150c;
}
.contact_form_wraper .label-above .nf-field-label {
    margin-bottom: 2px;
    font-weight: 500;
}
.contact_form_wraper .nf-field-label label {
    font-weight: 500;
    color: #444;
    font-size: 13px;
}
.contact_form_wraper .nf-field-container{
	margin-bottom: 10px;
}
.contact_form_wraper .ninja-forms-field {
	padding: 8px 15px;
	background:#fff;
}
.nf-form-fields-required {
    font-size: 14px;
}
.contact_form_wraper textarea.ninja-forms-field {
	padding: 8px 15px;
	height: 70px;
	resize: none;
}
.contact_form_wraper .contact_submit_btn{
    padding: 10px 25px;
    background: #c4150c;
    font-weight: 500 !important;
    text-transform: capitalize;
}

/* what_we_do */
.what_we_do_content > .vc_column-inner > .wpb_wrapper{
	padding: 1rem 2.5rem;
}
.what_we_do_content ul{
	padding-left: 13px;
	list-style: disc;
}
.what_we_do_content li{
	font-size: 14px;
	padding-bottom: 5px;
	color: #676767;
}
.what_we_do_img .wpb_single_image {
	margin-bottom: 0;
}
.what_we_do_content  .wpb_content_element{
	margin-bottom: 5px;	
}

/* Responsive */
@media screen and (max-width: 991px){
	.main_navigation ul li a {
	    font-size: 15px;
	    padding: 15px;
	}
	.banner_contant h1 {
	    font-size: 40px;
	}
	.banner_contant h3 {
	    font-size: 32px;
	    margin-bottom: 5px;
	}
	.banner_contant {
	    top: 45%;
	}
}
@media screen and (max-width: 767px){
	/*startnav*/
	.main_navigation ul, .main_navigation ul li{
		width: 100%;
		padding: 0;
	}
	.main_navigation {
	    position: fixed;
	    left: -100%;
	    top: 0;
	    background: #c4150c;
	    width: 300px;
	    max-width: 100%;
	    height: 100%;
	    z-index: 9999;
	    overflow-y: auto;
	    -webkit-transition: all 400ms ease-in-out;
	    -moz-transition: all 400ms ease-in-out;
	    -ms-transition: all 400ms ease-in-out;
	    -o-transition: all 400ms ease-in-out;
	    transition: all 400ms ease-in-out;
	}
	.main_navigation.main_navigation_open {
	    left: 0;		
	}
	.responsive_nav {
	    display: block;
	}
	.main_navigation ul li a{
		padding: 8px 15px;
		border-top: 1px solid rgba(255,255,255,0.2);
		width: 100%;
		text-align: left;
		border-radius: 0;
		color: #fff;
	}
	.main_navigation li a:hover:after, .main_navigation li.current_page_item a:after{
		display: none;
	}
	.main_navigation li a:hover, .main_navigation li.current_page_item a{
		background: #fff;
		color: #4169e1;
	}
	.main_navigation ul li a:before{
		display: none;
	}
	.main_navigation ul ul{
		display: none;
	}
	.main_navigation .mean-expand{
		position: absolute;
	    top: 1px;
	    right: 0;
	    z-index: 5;
	    width: 40px;
	    height: 40px;
	    cursor: pointer;
	    background: rgba(227, 247, 255, 0.61);
	    line-height: 42px;
	    font-size: 13px;
	    color: #151515;
	    text-align: center;
	    display: block;
	}
	.mean-expand.mean-clicked i:before{
		content: "\e648";
	}
	.menu_overlay {
	    position: fixed;
	    left: 0;
	    top: 0;
	    background: rgba(0,0,0,0.7);
	    width: 100%;
	    height: 100%;
	    z-index: 11;
	    opacity: 0;
	    visibility: hidden;
	    -o-transition: all 400ms ease-in-out;
	    -ms-transition: all 400ms ease-in-out;
	    -moz-transition: all 400ms ease-in-out;
	    -webkit-transition: all 400ms ease-in-out;
	    transition: all 400ms ease-in-out;
	}
	.menu_overlay_open {
	    opacity: 1;
	    visibility: visible;
	}
	/*---nab-end--*/

	.client_sec [class*="col-"]{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.client_sec [class*="col-"]:nth-child(1){
		background: #f9f9f9;
	}
	.client_sec [class*="col-"]:nth-child(2){
		background: #fff;
	}
	.client_sec [class*="col-"]:nth-child(7){
		background: #fff;
	}
	.client_sec [class*="col-"]:nth-child(8){
		background: #f9f9f9;
	}
	.client_img{
		max-width: 220px;
	}
	.industries_head h1 {
	    font-size: 26px;
	}
}
@media screen and (max-width: 575px){
	.client_sec [class*="col-"]:nth-child(odd){
		background: #f9f9f9;
	}
	.client_sec [class*="col-"]:nth-child(even){
		background: #fff;
	}
	.banner_contant {
		display: none;
	}
}
