/*!
Theme Name: truck-sm
Theme URI: https://kiwiwebsitedesign.nz/
Author: Kiwi Website Design
Author URI: https://kiwiwebsitedesign.nz/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: truck-sm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "pt_sansregular";
	color: #000000;
  }
  
  a {
	color: #1857D4;
  }
  
  a:hover {
	color:#1857D4;
	text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
	font-family: "pt_sansbold";
  }
  

@font-face {
    font-family: 'pt_sansbold';
    src: url('assets/fonts/ptsans-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/ptsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansregular';
    src: url('assets/fonts/ptsans-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.nav-open {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
@media only screen and (min-width:1300px){
    .container{
		width: 1300px;
		max-width: 1300px;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
  }
  
  .back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	background: #cc1616;
	color: #fff;
	transition: all 0.4s;
  }
  
  .back-to-top i:hover {
	background: #e72323;
	color: #fff;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.admin-bar header#header {
    margin-top: 32px;
}
#header {
	transition: all 0.5s;
	z-index: 997;
	background: linear-gradient( to right, #ffffff00 0%, #ffffff00 90%, #000000 10%, #000000 100% );
  }
  
  #header.header-scrolled {
	top: 0;
	background: rgba(0, 0, 0, 0.9) !IMPORTANT;
  }
  
  
  .navbar-brand{
	line-height: 137px;
  }
 
  .header-inner {
	display: inline-block;
	text-align: right;
   }
   .contact-info {
		display: inline-block;
	}
	a.header-num {
		display: inline-block;
		height: 45px;
		line-height: 45px !important;
		margin-right: 37px;
		font-size: 28px;
		color: #ffffff;
		float: left;
	}
	a.header-contact {
		height: 45px;
		background-color: #1857D4;
		line-height: 45px;
		color: #ffffff;
		display: inline-block;
		padding: 0px 36px;
		border-radius: 20px;
		margin-right: 25px;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: pt_sansregular;
		text-transform: uppercase;
		transition: 0.5s;
    }
    .show-on-sm{
        display: none;
    }
	a.header-contact:hover{
		background-color: #d11a18;
	}
  @media (max-width: 992px) {
	#header {
	  top: 0;
	  padding: 0px 0;
	  background: transparent;
	}
	#header .logo {
	  font-size: 28px;
	}
  }
  
  .header-inner-pages {
	background: rgba(0, 0, 0, 0.9) !important;
  }
  .header-scrolled .navbar-brand {
		line-height: 70px;
	}
	.menu-icon {
		position: relative;
		z-index: 1111;
		background-color: #000000;
		width: 133px;
		display: inline-block;
	}
	.nav-button{
		display: inline-block;
		color: #fff !important;
		height: 147px;
		padding: 64px 0px;
	}
	span.m-text {
		float: left;
		margin-top: -6px;
		margin-right: 10px;
	}
	.header-scrolled .menu-icon{
		line-height: 40px;
        background-color: transparent;
        display: inline-block;
        float: right;
        margin-top: 10px;
    }
	.header-scrolled .nav-button{
		padding: 0px;
		height:40px;
    }
    nav {
        width: auto;
		overflow-y: scroll;
   	 	height: auto;
    	max-height: 100vh;
		padding-bottom: 50px;
    }
.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.92); display: table; }

.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-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;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:1px;width:100%;background:#FFFFFF;border-radius:0px;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}
.nav-button #nav-icon3 span:nth-child(1){top:0; width: 30px;}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px;     width: 20px;}
.nav-button #nav-icon3 span:nth-child(4){top:14px; width}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}
.flex-center{    display: table-cell;
    vertical-align: middle;}


.nav-menu ul {
    list-style: none;
    width: auto;
    float: left;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 0px;
    transition: 0.3s;
    width: auto;
  }
  
  .nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 42px;
    font-family: "Open Sans", sans-serif;
    padding:18px 0px;
    border-bottom: solid 3px transparent;
	line-height: 50px;
  }
  
  .nav-menu > ul > li a:hover, .nav-menu .active {
	border-bottom: solid 2px #1857D4;
  }
  .nav-menu > ul > li a::after {
    display: block;
    content: '';
    border-bottom: solid 3px #1857D4;
    transform: scaleX(0) !important;
    transition: transform 250ms ease-in-out;
    position: absolute;
    bottom: -3px;
    width: 100%;
    margin: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.nav-menu > ul > li a:hover::after {
    transform: scaleX(1) !important;
}
.nav-menu > ul li.current_page_item > a {
    border-bottom: solid 3px #1857D4;
}
  .nav-menu .menu-item-has-children ul {
	display: none;
	position: relative;
	left: 0;
	/*top: calc(100% + 30px);*/
	top: 100%;
	z-index: 99;
	padding: 0px 30px;
    width: 100%;
    float: none;
	/*background-color: rgb(25, 25, 25);*/
  }
  
  /*.nav-menu .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
  }*/
.nav-menu .sub-menu{
      top: 100%;
   
}	
  .nav-menu .sub-menu li {
	min-width: 180px;
	position: relative;
  }
  
  .nav-menu .sub-menu ul a {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #ffffff;
  }
  
  .nav-menu .menu-item-has-children ul a:hover, .nav-menu .menu-item-has-children ul .active > a, .nav-menu .menu-item-has-children ul li:hover > a {
	color: #ffffff;
  }
  
  /* .nav-menu .menu-item-has-children:after {
	content: "\ea99";
	font-family: IcoFont;
    padding-left: 5px;
    color: #ffffff;
    position: absolute;
    top: 32%;
    right: 0px;
    z-index: 999999;
  } */
  span.cs-menu-toggle {
    float: right;
    position: absolute;
    top: 20px;
    right: 0px;
}
span.cs-menu-toggle i{
    color:#ffffff;
	font-size:50px;
}
  .nav-menu .menu-item-has-children .menu-item-has-children ul {
	top: 0;
	left: calc(100% - 30px);
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children > a {
	padding-right: 35px;
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
  }
/*--------------------------------------------------------------
# Inner pages header
--------------------------------------------------------------*/
.innerp-header {
    background: linear-gradient( to right, #6F6F6F 0%, #6F6F6F 90%, #000000 10%, #000000 100% ) !important;
}
.inner-banner {
    margin-top: 147px;
    height: 180px;
    text-align: center;
    color: #ffffff;
    padding-top: 90px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.inner-banner h2 {
    font-size: 45px;
}
main#primary {
    padding-top: 60px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 690px;
	background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
  }
  
  #hero .container {
	text-align: center;
	padding-bottom: 90px;
  }
  
  #hero h1 {
	margin: 0 0 20px 0;
    font-size: 57px;
    font-weight: 700;
    line-height: 57px;
    color: #fff;
    font-family: 'pt_sansbold';
  }
  
  #hero h2 {
    color: #eee;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "pt_sansregular";
}
  
  #hero .btn-get-started {
	height: 45px;
    background-color: #1857D4;
    line-height: 45px;
    color: #ffffff;
    display: inline-block;
    padding: 0px 36px;
    border-radius: 20px;
    margin-right: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: pt_sansregular;
    text-transform: uppercase;
    transition: 0.5s;
  }
  
  #hero .btn-get-started:hover {
	background: #000000;
  }
  .bottom-image{
	  margin-top: -260px;
	  z-index: 1;
	  position: relative;
	  text-align: center;
  }
  @media (min-width: 1024px) {
	#hero {
	  background-attachment: fixed;
	}
  }
  
  @media (max-width: 768px) {
	#hero {
	  text-align: center;
	}
	#hero .container {
	  padding-top: 40px;
	}
	#hero h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
	#hero h2 {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 30px;
	}
  }
  
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome-sec {
	text-align: center;
	padding-bottom: 90px;
}
.welcome-sec h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000000;
}
.welcome-sec hr {
    height: 4px;
    background-color: #D11A18;
    width: 115px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.welcome-sec p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 23px;
}
a.call-btn {
    font-size: 24px;
    font-family: "pt_sansbold";
    color: #000000;
    border: solid 5px #A2A2A2;
    border-radius: 29px;
    width: 435px;
    height: 58px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
	margin: 30px 0px;
	transition: 0.5s;
}
a.call-btn:hover {
    background-color: #1857d4;
    color: #ffffff;
    border-color: #1857d4;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us-col {
    display: table;
    height: 400px;
    width: 426px;
    margin-right: 10px;
}
.why-us-col:last-child {
    margin-right: 0px;
}
.why-us-col .box {
    text-align: center;
    transition: transform .2s;
    position: relative;
    color: #ffffff;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 80px;
    transition: 0.5s;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.why-us-col .box:hover {
    transform: scale(1.25);
}
.why-us-col:hover {
    z-index: 3;
}
.why-us-col .box:before {
    content: "";
    background: rgba(0, 0, 0, 75%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 0;
    right: 0;
}
.why-us-col .box img {
    height: 63px;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}
.why-us-col .box h4 {
    font-size: 27px;
	line-height: 58px;
	z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.why-us-col .box hr {
    height: 4px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    width: 100px;
    margin-top: 0px;
    display: none;
}
.why-us-col .box p {
	font-size: 18px;
	z-index: 1;
	position: relative;
}
.why-us-col .button-on-hov a {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #1857D4;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    width: 175px;
    border-radius: 20px;
}
.why-us-col .button-on-hov {
    display: none;
}
.why-us-col .box:hover{
	background-color: #1857D4 !important;
	background-image: none !important;
}
.why-us-col .box:hover:before{
	display: none;
}
.why-us-col .box:hover > img{
	height:85px;
}
.why-us-col .box:hover > hr{
	display: block;
}
.why-us-col .box:hover > .button-on-hov{
	display:block;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section#about {
    background-color: #F2F2F2;
	padding-top: 150px;
	overflow: hidden;
}
.section-title {
    text-align: left;
}
.section-title h2 {
    font-size: 45px;
    font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
.section-title hr {
    height: 4px;
    background-color: #D11A18;
    width: 115px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.show-t-m{
    display: none;
}
.about-sec p {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.about-sec ul {
    list-style: none;
    margin:35px 0px 30px;
    padding: 0px;
}
.about-sec ul li {
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}
.about-sec ul li .about-icon {
    margin-bottom: 15px;
}
.about-sec ul li p {
    font-size: 20px;
    color: #000000;
    font-family: "pt_sansbold";
}
.about-sec a.call-btn {
    margin: 0px;
}
.empty-space {
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    margin-top: -50px;
}
.member {
    position: relative;
    display: table;
}
.team-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d11a18c4;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 20px;
    display: none;
}
.team-overlay h3 {
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.team-overlay p {
    font-size: 20px;
    color: #ffffff;
}
.social-links-team a {
    background-color: #ffffff;
    margin: 5px;
    color: #d11a18;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
}
.member:hover > .team-overlay {
    display: block;
}
/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

section.brands-sec {
    text-align: center;
    overflow: hidden;
    padding: 80px 0px;
}
.brands-sec .section-title {
    text-align: center;
}
.brands-sec hr {
    margin: 20px auto;
}
.brands-sec p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
section.subscribe-sec {
    text-align: center;
    color: #ffffff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    padding: 75px 0px 175px;
}
.sub-sec-title {
    margin-bottom: 40px;
}
.sub-heading {
    font-size: 36px;
    line-height: 48px;
}
.sub-sec-title h2 {
    font-size: 45px;
    line-height: 48px;
}
.sub-sec-title p {
    font-size: 18px;
}
.subscribe-sec input {
    width: 100%;
    height: 42px;
    border-radius: 21px;
    background-color: #ffffff;
    border: 1px solid #707070;
    outline: none !important;
    padding: 10px 20px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
	text-transform:uppercase;
}
.subscribe-sec input::placeholder{
	color:#000000;
	text-transform:uppercase;
}
.sub-btn input[type="submit"] {
    background-color: #1857D4;
    color: #ffffff;
    border: 0px;
    width: 175px;
    height: 45px;
    transition: 0.5s;
	margin-left:20px;
	text-transform:uppercase;
}
.subscribe-sec .wpcf7-not-valid-tip{
	color: #fff;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Footer Info
--------------------------------------------------------------*/
.footer-info .footer-info-inner {
    background-color: #ffffff;
	margin-top: -74px;
    padding: 55px 30px 50px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 16%);
}
.social-links a {
    font-size: 22px;
    display: inline-block;
    background: #343434;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 43px;
    height: 43px;
    transition: 0.5s;
}
.social-links a:hover {
    background-color: #1857d4;
}
.cont-ico {
    padding-top: 9px;
}
.cont-ico i {
    float: left;
    font-size: 22px;
    margin-top: 3px;
	margin-right: 10px;
	color:#000000;
}
.footer-info img {
    display: inline-block;
    margin-right: 15px;
}
.cont-ico p {
    font-size: 16px;
	margin: 0px;
	color:#000000;
	display:inline-block;
}
.cont-ico p a {
    font-size: 16px;
    color: #000000;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 50px 0px 0px;
    text-align: center;
}
.site-info {
    border-bottom: solid 1px #CBCBCB;
    padding-bottom: 20px;
}
.footer-logo {
    margin-bottom: 45px;
}
.footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #000000;
}
.copyright-sec {
    /*padding: 40px 0px 0px;*/
}
.copyright-sec p {
    padding: 40px 0px 0px;
    font-size: 14px;
    color: #000000;
}
.copyright-sec a {
    color: #000000;
}
.copyright-sec i {
    font-size: 17px;
    color: #4A4A4A;
    margin: 0px 5px 0px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
section.about-us {
	padding: 65px 0px 50px;
	overflow: hidden;
}
.about-us p {
    font-size: 18px;
    color: #000000;
    line-height: 23px;
}
.history-sec {
    background-color: #F2F2F2;
    padding: 50px 0px 70px;
    text-align: center;
}
.history-sec .section-title {
	text-align: center;
	margin-bottom: 70px;
}
.history-sec hr {
    margin-left: auto;
}
.history-sec p {
    font-size: 18px;
    color: #000000;
    line-height: 23px;
}
.history-sec ul {
    padding: 0px;
    margin: 40px 0px 0px;
    list-style: none;
}
.history-sec ul li {
    display: inline-block;
    text-align: center;
    width: 10%;
}
.history-sec ul li .about-icon {
    margin-bottom: 15px;
}
.history-sec ul li p {
    font-size: 20px;
    color: #000000;
    font-family: "pt_sansbold";
}
.team-sec {
    padding: 60px 0px 70px;
    text-align: center;
}
.team-sec .section-title {
    text-align: center;
    margin-bottom: 70px;
}
.team-sec hr {
    margin-left: auto;
}

/*--------------------------------------------------------------
# Who we are
--------------------------------------------------------------*/
.service-sec {
    padding: 50px 0px 0px;
    text-align: center;
    background-color: #F2F2F2;
}
.service-sec h2 {
    font-size: 45px;
    margin-bottom: 70px;
}
.empty-sec {
    height: 100px;
    background-color: #ffffff;
    margin-top: -100px;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
.part-sec {
    background-color: #F2F2F2;
    padding: 60px 0px;
}
.part-sec .col-lg-4 {
    display: table;
}
.part-sec .box {
    height: 214px;
    background-color: #ffffff;
    border-bottom: solid 4px #D11A18;
    display: table-cell;
    vertical-align: middle;
	padding: 0px 40px;
	cursor: pointer;
	transition: 0.5s;
}
.part-sec .box:hover {
    background-color: #1857D4;
    color: #ffffff;
}
.part-sec .box:hover > h3, .part-sec .box:hover > p{
	color: #ffffff;
}
.part-sec h3 {
    font-size: 27px;
    margin-bottom: 15px;
	color: #000000;
	transition: 0.5s;
}
.part-sec p {
    font-size: 18px;
    color: #000000;
	line-height: 23px;
	transition: 0.5s;
}
section.call-to-action {
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0px 70px;
}
.cta-heading {
    font-size: 36px;
    color: #ffffff;
}
.call-to-action a.call-btn {
    background-color: #1857d4;
    color: #ffffff;
    border-color: #1857d4;
}
/*--------------------------------------------------------------
# Offers
--------------------------------------------------------------*/
section.offers-sec {
    padding: 70px 0px 0px;
}
.offers-sec .section-title {
    margin-bottom: 70px;
}
.offers-sec .icon {
    margin-bottom: 3px;
}
.offers-sec h4 {
    height: 77px;
    line-height: 77px;
    background-color: #F2F2F2;
    border-bottom: solid 4px #D11A18;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0px 40px;
    color: #000000;
}
.icon-box:hover > a > h4 {
    background-color: #1857D4;
    color: #ffffff;
}


/*--------------------------------------------------------------
# COntact Us
--------------------------------------------------------------*/
.contact-form {
    margin-top: 40px;
    border-right: solid 1px #D5D5D5;
}
.contact-form label {
    font-size: 14px;
    color: #000000;
}
.contact-form input {
    margin-bottom: 10px;
    height: 43px;
    background-color: #F0F0F0;
    border: 0px;
    outline: none;
    width: 100%;
    padding: 20px;
    color: #000000;
    font-size: 14px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color:#B4B4B4;
}
.contact-form textarea{
    margin-bottom: 10px;
    background-color: #F0F0F0;
    border: 0px;
    outline: none;
    width: 100%;
    padding: 20px;
    color: #000000;
    font-size: 14px;
}
.contact-form input[type="submit"] {
    width: 278px;
    height: 40px;
    padding: initial;
    margin-top: 50px;
    background-color: transparent;
    border: solid 3px #707070;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 19px;
    color:#000000;
    transition: 0.5s;
}
.contact-form input[type="submit"]:hover {
    background-color: #1857D4;
    color: #ffffff;
    border-color:#1857D4;
}
.contact-detail-title {
    margin-bottom: 100px;
}
.cont-detail-in {
    box-shadow: 0 0 6px rgba(0, 0, 0, 16%);
    padding: 15px 30px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}
.cont-detail-in:nth-child(4) {
    margin-bottom: 70px;
}
.cont-detail-in i {
    float: left;
    font-size: 35px;
}
.cont-detail-in p {
    font-size: 16px;
    margin-left: 35px;
    float: left;
    margin-top: 6px;
    margin-bottom: 0px;
}
.cont-detail-in a {
    color: #000000;
}
header.entry-header {
    margin-top: 87px;
    background-color: #343434;
    text-align: center;
    padding: 60px 0px 40px;
}
header.entry-header h1.entry-title {
    color: #ffffff;
}

.single-post article {
    padding: 70px 0px 50px;
}
div#comments {
    display: none !important;
}

section.error-404.not-found {
    padding-top: 147px;
    text-align: center;
}
.error-404 a {
    height: 45px;
    background-color: #1857D4;
    line-height: 45px;
    color: #ffffff;
    display: inline-block;
    padding: 0px 36px;
    border-radius: 20px;
    margin-right: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: pt_sansregular;
    text-transform: uppercase;
    transition: 0.5s;
}
@media only screen and (min-width: 1750px) {
	#header{
		background: linear-gradient( to right, #ffffff00 0%, #ffffff00 78%, #000000 22%, #000000 100% ) !important;	
	}
}

@media only screen and (min-width: 1500px) {
	#header{
		background: linear-gradient( to right, #ffffff00 0%, #ffffff00 83%, #000000 17%, #000000 100% );	
	}
}
@media only screen and (max-width: 1300px) {
    .why-us-col {
        margin-right: 5%;
        width: 30%;
    }
    .why-us-col .box{
        padding: 0px 20px;
    }
    
}
@media only screen and (max-width: 1024px) {
    .about-sec ul li{
        margin-right: 50px;
    }
    .empty-space{
        display: none;
    }
    section#about{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 992px) {
   
    .menu-icon{
        margin-right: -30px;
        padding-right: 24px;
    }
    .container {
        width: 100% !important;
        max-width: 98% !important;
    }
    span.hide-num-sm {
        display: none;
    }
    a.header-num {
        font-size: unset;
        background-color: #1857D4;
        padding: 0px 14px;
        border-radius: 50px;
        width: 45px;
        text-align: center;
        margin-right: 10px;
    }
    a.header-num i {
        font-size: 30px;
        margin-left: -6px;
        line-height: 45px;
    }
    a.header-contact {
        margin-right: 10px;
        width: 45px;
        padding: 0px;
        letter-spacing: 0px;
        border-radius: 50px;
    }
    a.header-contact i {
        font-size: 30px;
        line-height: 45px;
    }
    .nav-button #nav-icon3 span{
        height: 2px;
    }
    .show-on-sm{
        display: block;
        text-align: center;
    }
    #hero{
        height: 550px;
    }
    #hero .col-md-5 {
        width: 90% !important;
        max-width: 90% !important;
        flex: auto;
        padding: 90px 0px 0px;
    }
    .bottom-image{
        margin-top: -180px;
    }
    .img-fluid{
        width:100%;
    }
    .about-sec .col-lg-6:nth-child(2) {
        text-align: center;
        padding-top: 65px !important;
    }
    .about-sec .section-title {
        text-align: center;
    }
    .section-title hr{
        margin: 20px auto 30px;
    }
    .about-sec ul li {
        margin: 0px 30px;
    }
    .footer-info .col-md-3 {
        width: 100%;
        max-width: 49%;
        flex: unset;
        float: left;
        text-align: center;
        display: inline-block;
    }   
    .cont-ico i{
        float: none;
        display: inline;
    }
    .cont-ico p{
        display: inline;
    }
    .footer-logo img {
        width: auto;
    }
    .footer-menu ul li a{
        padding: 10px 15px;
    }

    section.about-us{
        text-align: center;
    }
    .about-us img {
        margin-bottom: 30px;
    }
    .show-t-m{
        display: block;
    }
    .hide-t-m{
        display: none;
    }
    section.about-us .section-title {
        text-align: center;
    }
    .history-sec ul li {
        display: inline-block;
        text-align: center;
        width: auto;
        margin: 0px 30px;
    }
    .part-sec .col-lg-4 {
        margin-bottom: 30px;
    }
    .offers-sec .section-title {
        text-align: center;
    }
    .icon-box img {
        width: 100%;
    }
    .icon-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-form label{
        float: left;
    }
    .member{
        margin: 0px auto 30px;
    }
    
}
@media only screen and (max-width: 768px) {
    #header{
        background-color:rgba(0, 0, 0, 0.9);
        padding: 0px;
    }
    .navbar-brand, .header-scrolled .navbar-brand{
        line-height: unset;
        width: 260px;
    }
    .nav-button, .header-scrolled .navbar-button{
        height: auto;
        padding: 0px;
    }
    .m-text{
        display: none;
    }
    .menu-icon, .header-scrolled .menu-icon {
        width: auto;
        padding: 0px 0px 0px;
        margin: 0px;
        text-align: center;
        float: right;
        line-height: unset;
    }
    .nav-button, .header-scrolled .navbar-button {
        line-height: 86px;
        margin-right: -22px;
        width: 70px;
        height: 70px !important;
        padding: 0px;
        background-color: #1857d4;
        border-radius: 0px;
    }
    .nav-button #nav-icon3 span{
        height:2px;
    }
    .nav-open .nav-button #nav-icon3 span:nth-child(2), .nav-open #nav-icon3 span:nth-child(3) {
        width: 26px;
    }
	nav{
		width:100%;
	}
	.nav-menu ul{
		float:none;
	}
	.nav-menu a{
		font-size: 24px;
		line-height:20px
	}
	span.cs-menu-toggle i{
		font-size:22px;
	}
    .contact-info{
        padding: 12px 0px;
    }
    .bottom-image {
        margin-top: -140px;
    }
    .welcome-sec p{
        display: inline;
    }
    .why-us-col {
        margin-right: 0%;
        width: 90%;
        margin: auto;
    }
    .why-us-col .box {
        padding: 0px 40px;
    }
    .why-us-col:last-child {
        float: none;
        margin: auto;
    }
    .why-us-col .box:hover{
        transform: none;
    }
    .sub-btn input[type="submit"]{
        width:100%;
		margin-left:0px;
    }
    .footer-menu ul li a{
        font-size: 14px;
    }
    .copyright-sec{
        padding-top: 20px;
    }
    .copyright-sec p{
        text-align: center;
        padding: 0px;
    }
    .innerp-header {
        background: rgba(0, 0, 0, 0.9) !important;
    }
    .inner-banner{
        margin-top: 70px;
    }
}
@media only screen and (max-width: 500px) {
    a.header-num {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        text-align: center;
        padding: 0px;
    }
    a.header-num i {
        font-size: 22px;
        line-height: 40px;
        margin: auto;
    }
    a.header-contact {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        text-align: center;
        padding: 0px;
        display: none;
    }
    a.header-contact i {
        font-size: 22px;
        line-height: 40px;
        margin: auto;
    }
    #hero {
        height: 400px;
    }
    #hero h1 {
        font-size: 22px;
        line-height: 20px;
    }
    #hero h2 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .bottom-image {
        margin-top: -80px;
        margin-bottom: 40px;
    }
    a.call-btn {
        width: auto;
        padding: 0px 30px;
    }
    .footer-info .col-md-3{
        max-width: 100%;
        margin-bottom: 25px;
        padding: 0px;
    }
    .footer-info .col-md-3:nth-child(4) {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 420px) {
    .navbar-brand, .header-scrolled .navbar-brand{
        width: 200px;
    }
    
}
@media only screen and (max-width: 350px) {
    .nav-button, .header-scrolled .navbar-button{
        width:60px;
    }
    .navbar-brand, .header-scrolled .navbar-brand {
        line-height: unset;
        width: 180px;
    }
}