/*
    Template Name    : Shifty
	Description		 : Responsive HTML5 Transport & Logistics Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================



/*
================================================
 Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Lato:300,400,700,900');



/*
================================================
Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus, button, button:hover, button:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 500;
	outline: none;
	color: #283891;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.mb-30 {
  margin-bottom: 30px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
@keyframes white-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	  -webkit-transition: box-shadow .3s ease-in-out;
	  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
	  -o-transition: box-shadow .3s ease-in-out;
	  transition: box-shadow .3s ease-in-out;
	  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	  -webkit-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: box-shadow .4s ease-in-out;
	  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
	  -o-transition: box-shadow .4s ease-in-out;
	  transition: box-shadow .4s ease-in-out;
	  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
  }
  @-webkit-keyframes red-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	  box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	}
  }
  @keyframes red-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	  box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 30px transparent;
	  box-shadow: 0 0 0 30px transparent;
	}
  }
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	width: 40px;
	z-index: 1000 !important;
	-webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
	animation: white-shadow .8s infinite, red-shadow .8s infinite;
	-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	background-color: #ff7906;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background:#f2f2f2;
}
.padding-20 {
	padding:20px;
}
.border-left-four {
	border-left:1px solid #e3e0e0;
}
.border-three {
	border:1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom:25px;
}
img {
	max-width: 100%;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/** Section Tilte **/
.section-icon::before {
	content: "\e60f";
	font-family: themify;
	position: absolute;
	font-size: 115px;
	opacity: 0.2;
	color: #e6dbce;
	animation-name: spinInfinit;
	animation-duration: 6000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	left: 45%;
	margin: -25px 0 0;
}
@keyframes spinInfinit {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.section-title {
	margin: 0 0 80px;
	text-align: center;
	position: relative;
}
.section-title h2 {
	font-weight: 600;
}
.text-underline {
	text-decoration: underline;
}
.text-primary-color {
	color: #fa4612;
}
/* Button Effects */
.bttn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 14px 44px 14px;
	text-transform: capitalize;
	background-image: -ms-linear-gradient(top, #283891 0%, #2e4bee 100%);
	background-image: -moz-linear-gradient(top, #283891 0%, #2e4bee 100%);
	background-image: -o-linear-gradient(top, #283891 0%, #2e4bee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #283891), color-stop(100, #2e4bee));
	background-image: -webkit-linear-gradient(top, #283891 0%, #2e4bee 100%);
	background-image: linear-gradient(to bottom, #283891 0%, #2e4bee 100%);
	font-family: 'Poppins', sans-serif;
	border: none;
}

.bttn:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(top, #2e4bee 0%, #283891 100%);
	background-image: -moz-linear-gradient(top, #2e4bee 0%, #283891 100%);
	background-image: -o-linear-gradient(top, #2e4bee 0%, #283891 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e4bee), color-stop(100, #283891));
	background-image: -webkit-linear-gradient(top, #2e4bee 0%, #283891 100%);
	background-image: linear-gradient(to bottom, #2e4bee 0%, #283891 100%);
}

.bttn .txt{
	position:relative;
	z-index:1;
}

.bttn:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.bttn:hover{
	color: #ffffff;
}
/*
================================================
 Loader CSS
================================================
*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #283891;
  }
  
  .spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 100px auto;
  }
  
  .double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
			animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
	-webkit-animation-delay: -1.0s;
			animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
	0%, 100% {
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  
  @keyframes sk-bounce {
	0%, 100% {
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
/*
================================================
 Header Top
================================================
*/
/** Header Top **/
.header-top {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	background-color: #283891;
	z-index: 1;
}
.header-top-item .header-top-left ul {
	margin: 0;
	padding: 0;
}
.header-top-item .header-top-left ul li {
	display: inline-block;
	list-style-type: none;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}
.header-top-item .header-top-left ul li:last-child {
	margin-right: 0;
}
.header-top-item .header-top-left ul li a {
	display: inline-block;
	color: #fff;
}
.header-top-item .header-top-left ul li a:hover {
	color: #fff;
	opacity: 0.6;
}
.header-top-item .header-top-left ul li a i {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.header-top-item .header-top-right {
	text-align: right;
}
.header-top-item .header-top-right ul {
	margin: 0;
	padding: 0;
}
.header-top-item .header-top-right ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.header-top-item .header-top-right ul li:last-child {
	margin-right: 0;
}
.header-top-item .header-top-right ul li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 22px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	border: 1px solid transparent;
	background-color: #fa4612;
	border-radius: 46%;
}
.header-top-item .header-top-right ul li a:hover {
	color: #fa4612;
	background-color: #fff;
	border: 1px solid transparent;
}
/*-- End Header Top --*/
/*-- Navbar --*/
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
	width: 170px;
}
.navbar-area .is-sticky .navbar-brand {
	display: none;
}
.navbar-area .is-sticky .navbar-nav {
	margin:0 !important;
}
.main-nav {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.navbar-area .is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
			box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
			animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100% !important;
  }
  .navbar-area .is-sticky nav {
	padding: 8px 0;
}
.main-nav nav {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #fa4612;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	border: 0;
	border-left: 3px solid #fa4612;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dashed #28389147;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #4a6f8a;
	font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #283891;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #283891;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
	color: #283891;
}
.main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 16px;
	color: #1c3254;
	text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
	color: #fa4612;
}
.search-icon {
	font-size: 16px;
	border: 0;
	outline: none;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #283891;
	background-color: #d8e0e8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.search-icon:hover {
	background-color: #111111;
	color: #ffffff;
}
.search-toggle .search-icon.icon-close {
	display: none;
}
.search-toggle.opened .search-icon.icon-search {
	display: none;
}
.search-toggle.opened .search-icon.icon-close {
	display: block;
}
.nav-srh {
	position: relative;
}
.nav-srh .search-area {
	position: absolute;
	right: 8px;
	bottom: -100px;
	z-index: 5;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	max-height: 0;
	overflow: hidden;
	background-color: #ffffff;
}
.nav-srh .search-area .search-icon {
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 22px;
	background-color: transparent;
	font-size: 20px;
	color: #283891;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.nav-srh .search-area .search-icon:hover {
	color: #111111;
}
.nav-srh .search-area .src-input {
	outline: none;
	padding-left: 20px;
	margin: 0;
	width: 300px;
	background-color: #dddddd80;
	border: 1px solid #ddd;
	font-size: 15px;
	height: 45px;
	border-radius: 0;
}
.nav-srh .search-area.opened {
	max-height: 100px;
	padding: 20px 25px;
	-webkit-box-shadow: 0px 0px 15px #dddddd80;
	box-shadow: 0px 0px 15px #dddddd80;
}
.menu-shrink {
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
}
.menu-shrink nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*-- End Navbar --*/
/*
================================================
 Main Slider
================================================
*/
.main-slider {
	position: relative;
	padding: 0;
}
.main-slider .container {
	position: relative;
}
.main-slider .slide::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .65;
	z-index: -1;
}
.main-slider .slide {
	position: relative;
	padding: 190px 0px 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.main-slider .content-boxed {
	text-align: center;
}
.main-slider .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	letter-spacing: 1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active h1 {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}
.main-slider .text {
	position: relative;
	color: #eeeeee;
	font-size: 16px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight: 400;
	margin-bottom: 42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}
.main-slider .link-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slider .active .link-box {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}
.main-slider .link-box .theme-btn {
	margin-right: 20px;
	float: left;
}
.main-slider .link-box .video-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #6b6b6b;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	line-height: 60px;
	display: inline-block;
	float: left;
	margin-right: 40px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(255,255,255,1);
}
.main-slider .link-box .video-box .overlay-box span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	padding-left: 7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -30px;
	margin-left: -30px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.main-slider .link-box .video-box .ripple, .main-slider .link-box .video-box .ripple:before, .main-slider .link-box .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.main-slider .link-box .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}
.main-slider .link-box .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}
 @-webkit-keyframes ripple {
 70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
 @keyframes ripple {
 70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.main-slider .owl-dots {
	position: absolute;
	right: 110px;
	top: 50%;
}
.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
	border-radius: 50px;
	background-color: #ffffff;
	margin-bottom: 10px;
	display: block;
}
.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	border-radius: 50px;
	border: 3px solid #fa4612;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-slider .owl-dots .owl-dot span {
	display: none;
}
.main-slider .owl-dots .owl-dot.active:before, .main-slider .owl-dots .owl-dot:hover::before {
	opacity: 1;
}
.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-slider:hover .owl-nav {
	opacity: 1;
}
.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255,255,255,0.60) !important;
}
.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255,255,255,0.60) !important;
}
.main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
	color: #ffaa00;
}
/*
================================================
 Introduction Sec
================================================
*/
.introduction-section {
	position: relative;
	padding: 60px 0px 80px;
}
.introduction-section .image-column {
	position: relative;
	margin-bottom: 40px;
}
.introduction-section .image-column .inner-column {
	position: relative;
	padding: 55px 35px 0px 40px;
}
.introduction-section .image-column .inner-column:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 448px;
	height: 570px;
	background: url(../images/pattern-bg.png);
	background-repeat: no-repeat;
}
.introduction-section .image-column .image {
	position: relative;
}
.introduction-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.introduction-section .image-column .image .projects {
	position: absolute;
	left: -40px;
	bottom: -55px;
	padding: 40px 50px;
	font-weight: 700;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	display: inline-block;
	background-image: -ms-linear-gradient(left, #2e4bee 0%, #283891 100%);
	background-image: -moz-linear-gradient(left, #2e4bee 0%, #283891 100%);
	background-image: -o-linear-gradient(left, #2e4bee 0%, #283891 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2e4bee), color-stop(100, #283891));
	background-image: -webkit-linear-gradient(left, #2e4bee 0%, #283891 100%);
	background-image: linear-gradient(to right, #2e4bee 0%, #283891 100%);
}
.introduction-section .projects h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.introduction-section .projects a {
	color: #7dc9ee;
}
.introduction-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.introduction-section .content-column .inner-column {
	position: relative;
}
.introduction-section .sec-title {
	position: relative;
	margin-bottom: 15px;
}
.introduction-section .sec-title .title {
	position: relative;
	color: #fd5e16;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.introduction-section .sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: capitalize;
}
.introduction-section .content-column .text {
	position: relative;
	margin-bottom: 25px;
}
.introduction-section .content-column .text p {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px;
}
.introduction-section .content-column .text p:last-child {
	margin-bottom: 0px;
}
.introduction-section .content-column .contact {
	position: relative;
	padding-top: 26px;
	margin-top: 30px;
	color: #666;
	font-weight: 700;
	font-size: 30px;
	border-top: 1px solid #e1e1e1;
}
.introduction-section .content-column .contact .question {
	position: relative;
	color: #d1651a;
	font-size: 18px;
	font-weight: 600;
	display: block;
}
.introduction-section .content-column .contact a {
	position: relative;
	color: #fd5e16;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.introduction-section .content-column .contact a:hover {
	color: #fa4612;
}
.introduction-section .list-style-three {
	position: relative;
}
.introduction-section .list-style-three li::before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	font-weight: 400;
	color: #d1651a;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.introduction-section .list-style-three li {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 1.6em;
}
/*
================================================
 Services Sec
================================================
*/
.service_section {
	background: #f6f6f9;
}
.service_section .section-title {
	margin: 0;
}
/** Single Service Sec **/
.service_section .service_item {
	background: #ffffff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s;
	margin: 40px 0 0;
}
.service_section .service_item:hover {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.service_section .service_title {
	font-size: 24px;
	color: #1d3b5f;
	font-weight: 700;
	margin: 0 0 10px;
}
.service_section .service_title a {
	color: #102541;
}
.service_section .service_title a:hover {
	color: #fd5e16;
}
.service_item p {
	font-size: 14px;
}
.service_icon_wrapper {
	margin: 0 0 10px ;
	line-height: normal;
}
.service_icon_wrapper i:before {
	font-size: 60px;
	margin: 0;
	color: #fd5e16;
}
.service_item .service_icon {
	width: 70px;
}
.service_item a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
}
.service_item a.line-animation:hover::before {
	transform: translateY(-50%) scale(1);
	left: -18px;
}
.service_item a.line-animation::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #0f73ee;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%) scale(0);
	transition: all .3s;
}
.service_item a.line-animation:hover {
	left: 5px;
}
/*
================================================
 Testimonial Sec
================================================
*/
.testimonial-section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.testimonial-section .section-title {
	margin: 0;
}
.testimonial-section .testimonial-area {
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 0px 0 0;
}
.testimonial-section .testimonial-image-slider {
	margin-top: 5px;
}
.testimonial-section .slick-list {
	margin: 0 5px;
}
.testimonial-section .sin-testiImage {
	display: inline-block;
	margin-bottom: 11px;
	outline: medium none;
}
.testimonial-section .sin-testiImage img {
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block !important;
	height: 80px;
	margin-bottom: 30px;
	margin-top: 36px;
	outline: 0 none;
	width: 80px;
}
.testimonial-section .sin-testiImage.slick-current img {
	height: 145px;
	margin-top: 0;
	opacity: 1;
	width: 146px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
}
.testimonial-section .testimonial-text-slider h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #ffffff;
}
.testimonial-section .testimonial-text-slider span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	color: #ffffff;
}
.testimonial-section .testimonial-text-slider {
	margin: auto;
	padding: 0;
	position: relative;
	width: unset;
	z-index: 9;
}
.testimonial-section .sin-testiText {
	outline: none;
}
.testimonial-section .sin-testiText p {
	max-width: 555px;
	margin: auto;
	color: #ffffff;
}
.testimonial-section .slick-prev, .testimonial-section .slick-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 25px;
	outline: medium none;
	padding: 0;
	position: absolute;
	top: 200px;
	width: 16px;
}
.testimonial-section .slick-prev:hover::before, .testimonial-section .slick-next:hover::before {
	background: #ffffff;
}
.testimonial-section .slick-prev {
	left: -31px;
}
.testimonial-section .slick-next {
	right: -31px;
}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
	height: 25px;
	width: 16px;
	left: -130px;
	top: -44px;
	position: absolute;
	color: #031888;
	font-family: "foundation-icons";
	content: "<";
	font-family: "Material-Design-Iconic-Font";
	font-size: 33px !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	background: rgba(255, 255, 255, 0.35);
	width: 45px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	font-family: inherit;
}
.testimonial-section .slick-next:before {
	right: -130px;
	left: inherit;
	content: '>';
}
.testimonial-section .slick-slider {
	z-index: 9;
}
.testimonial-section .testimonial-area:hover .slick-prev:before, .testimonial-section .testimonial-area:hover .slick-next:before {
	opacity: 1;
}
.testimonial-bg {
	background-image: url(../images/teastimonial-bg.png);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.testimonial-bg::before {
	position: absolute;
	content: '';
	background: #031888;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .8;
	z-index: -1;
}
.copyright {
	float: left;
	width: 100%;
	padding: 10px 0 0;
}
.copyright p a {
	color: #fa4612;
}
/*
================================================
 Inner page banner
================================================
*/
.page-title::before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .8;
	z-index: -1;
}
.page-title {
	position: relative;
	padding: 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.page-title .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 12px;
}
.page-title h2 {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.page-breadcrumb {
	position: relative;
}
.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -2px;
	top: 5px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'FontAwesome';
}
.page-breadcrumb li:last-child::after {
	display: none;
}
.page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	color: #ce363c;
}
.page-breadcrumb li a {
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
	color: #cf601b;
}
img.right {
	float: right;
	margin: 0 0 5px 8px;
	padding: 10px;
	background: #f5f5f5;
	max-width: 450px;
}
.list ul li {
	list-style-type: none;
	padding-left: 25px;
	position: relative;
	margin-bottom: 12px;
}
.list ul li::before {
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 0;
	content: "\f067";
	font-family: "FontAwesome";
	color: #cd2027;
}
/*
================================================
 Gallery Sec
================================================
*/
.gallery-sec .gallery-container .item {
	margin-bottom: 30px;
	overflow: hidden;
	width: 30%;
}
.gallery-sec .gallery-container .item img {
	width: 100%;
	height: auto;
}
.gallery-sec .gallery-container .item .gallery-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	opacity: 0;
	background: rgba(17, 17, 17, 0.85);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-sec .gallery-container .item:hover .gallery-overlay {
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-sec .gallery-container .item .gallery-overlay ul li {
	width: 70px;
	height: 70px;
	background: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	margin: 0 auto;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	-o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-sec .gallery-container .item .gallery-overlay ul li a i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	font-size: 25px;
	color: #fa4612;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-sec .gallery-container .item .gallery-overlay .portfolio-item-content {
	position: absolute;
	left: 20px;
	bottom: -100px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-sec .gallery-container .item:hover .gallery-overlay .portfolio-item-content {
	bottom: 12px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-sec .gallery-container .item .gallery-overlay .portfolio-item-content h4 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
}
.gallery-sec .gallery-container .item .gallery-overlay .portfolio-item-content p {
	color: #ffffff;
}
#html5-watermark {
	display: none !important;
}
/*
================================================
 Contact Sec
================================================
*/
.contact-sec .sec-title {
	position: relative;
	margin-bottom: 50px;
}
.contact-sec .sec-title .title {
	position: relative;
	color: #d1651a;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.contact-sec .sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: capitalize;
}
.contact-sec .sec-title .text {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 15px;
}
.list-style-two {
	position: relative;
}
.list-style-two.style-two li {
	color: #666666;
}
.list-style-two li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 80px;
	line-height: 1.8em;
}
.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	background-image: -ms-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
}
.list-style-two li strong {
	position: relative;
	font-weight: 700;
	color: #000;
	font-size: 24px;
	display: block;
	margin-bottom: 3px;
}
.list-style-two li a {
	color: #cd2027;
}
.list-style-two li a:hover {
	opacity: 0.8;
}
.default-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	height: 60px;
	font-size: 14px;
	background: none;
	font-weight: 400;
	border-radius: 2px;
	border: 1px solid  rgba(0,0,0,0.12);
	background: rgba(255,255,255,0.04);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #000000;

}
.default-form.style-two .form-group input, .default-form.style-two .form-group textarea {
	color: #000000;
	border-color: rgba(0,0,0,0.12);
}
.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px;
	color: #ffffff;
	height: 230px;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.04);
	resize: none;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
#successmsg {
	margin:15px 0 0;
	border:2px solid #1a910a;
	padding:5px;
	text-align:center;
}
#errormsg {
	margin:15px 0 0;
	border:2px solid #ff0000;
	padding:5px;
	text-align:center;
}
.hidden {
	display:none;
}
/*
================================================
3. Responsive CSS
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
/** Main Nav **/		
.main-nav nav .navbar-nav .nav-item a {
	font-size: 18px;
}
}
@media (max-width: 991px) {
/** Header Top **/	
.mobile-nav {
    display: block;
    position: relative;
  }
.mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 11px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .main-nav {
    display: none !important;
  }
  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll;
  }	
}

@media (min-width: 768px) and (max-width: 991px) {
/*-- Header Top --*/	
.mobile-nav .logo {
	width: 80px;
	top: 9px !important;
}	
.nav-srh {
	display: none;
}
.mean-container .mean-bar {
    background-color: #fff;
	padding: 0;
	height: 70px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 18px 25px 0 0;
  }  
  .page-title {
	padding: 120px 0px 50px;
  } 
  .introduction-section .image-column .inner-column {
	  padding: 0;
  }
  .introduction-section .image-column .image .projects {
	padding: 22px 25px;
	width: 100%;
	position: initial;
}  
}

@media (max-width: 767px) {
/*-- Header Top --*/
.header-top {
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
  }
  .header-top-item .header-top-left ul li {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  .header-top-item .header-top-left ul li i {
    font-size: 16px;
  }
  .header-top-item .header-top-right {
    text-align: center;
  }
  .mean-container .mean-bar {
    background-color: #fff;
	padding: 0;
	height: 80px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 28px 25px 0 0;
  }
  .page-title {
	  padding: 140px 0 60px;
  }
  .page-title .pull-left {
	float: left;
	width: 100%;
	} 
  .page-title .pull-right {
	float: left;
	} 
  /*-- End Header Top --*/
  /*-- Navbar --*/
  .mobile-nav .logo {
    width:100px;
    top: 10px !important;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #283891;
  }
  .nav-srh {
    display: none;
  }
  /*-- End Navbar --*/	
  /*-- Slider Sec --*/
  .main-slider .slide {
	padding: 140px 0px 150px
  }
  .main-slider .owl-dots {
	display: inherit;
	position: absolute;
	bottom: 50px;
	top: auto;
	left: 50%;
	right: auto;
	margin: 0 0 0 -25px;
}
  .main-slider .owl-dots .owl-dot {
	  display: inline-block;
	  margin: 0 2px;
  }
  .main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
	  display: none;
  }
   /*-- Start About Sec --*/	
   .introduction-section .image-column .inner-column::before {
	   display: none;
   }
   .introduction-section .image-column .inner-column {
	padding: 0;
}
   .introduction-section .image-column .image .projects {
	padding: 22px 25px;
	width: 100%;
	position: initial;
}
   .introduction-section .content-column .inner-column {
	   margin: 0;
   }
   .introduction-section .sec-title {
	position: relative;
	margin-bottom: 20px;
}
   /*-- End About Sec --*/	
/*-- Copyrights Sec --*/	
.copyright p {
	text-align: center;
	font-size: 13px;
	margin: 0 0 8px;
}
}