body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #0f0f0f;
	background-color: #fff;
	text-align:justify;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	background: transparent;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
	color: #eb444a;
}
h1 {
	font-size:36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	/*text-transform:capitalize; */
}
.padding {
	padding:50px 0;
}
.section-title {
	margin-bottom: 60px;
	padding-bottom: 0;
	font-weight:400;
	font-size:16px;
	position:relative;
}
.section-title:before, .section-title:after {
	position:absolute;
	content:"";
	left:50%;
	background-color:#ea0f42;
}

.section-title h1 {
	font-size:30px;
	font-weight:900;
	color:#90191b;
	margin-bottom:0;
	text-transform:uppercase;
	margin-bottom:10px;
}
.section-title h2 {
	font-size:28px;
	/*text-transform:uppercase;*/
	color:#999;
	font-weight:500;
	margin-top:0;
}
.btn-primary.btn-animated {
	border:1px solid rgba(87, 7, 31, 0.57);
	color:#fff;
	background-color:rgba(87, 7, 31, 0.57);
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 35px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing:0;
	position:relative;
	overflow:hidden;
	webkit-box-shadow:none;
	box-shadow:none;
 outline;
none;
	z-index:1;
}
.btn-primary.btn-animated:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(0) rotate(-360deg);
	-webkit-transform: scale(0) rotate(-360deg);
	-o-transform: scale(0) rotate(-360deg);
	-ms-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
}
.btn-primary.btn-animated:hover:after {
	background-color:rgba(87, 7, 31, 0.7);
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.btn-primary.btn-animated:hover, .btn-primary.btn-animated:focus {
	background-color:transparent;
	outline:none;
	border:1px solid rgba(87, 7, 31, 0.57);
}
.parallax-section {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}
.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.form-control {
	height: 50px;
	padding:6px 20px;
	color: #000;
	border:1px solid #a8a8a8;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	/*text-transform:capitalize;*/
	background-color:#fff;
	font-weight:500;
}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #ea0f42;
	background-color:#fff;
}
textarea.form-control {
	padding: 15px 20px;
}
.form-group {
	margin-bottom: 30px;
}
.navbar-toggle {
	border: 1px solid #fff;
	margin-top: 18px;
	
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
#page .navbar-toggle, .navbar-fixed-top .navbar-toggle {
	border: 1px solid #fff;
}
#page .navbar-toggle .icon-bar, .navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #fff;
}
.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-color:#ea0f42;
}
/*==============================
=========navigation-section=========
================================*/

/*top-bar*/
.top-bar {
	position:absolute;
	right:15px;
	top:20px;
}
.top-bar .social-icons li a {
	color:#fff;
	padding:4px;
}
.top-bar .social-icons li a:hover, .top-bar .login-section a:hover {
	color:#f42d6d;
}
.top-bar .social-icons {
	display:inline-block;
	margin-right:20px;
}
.top-bar .login-section a {
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
}
.top-bar .login-section i {
	margin-right:10px;
}
.navbar-fixed-top .top-bar, #page .top-bar {
	top:25px;
}
.navbar-fixed-top .top-bar .social-icons, #page .top-bar .social-icons {
	display:none;
}
.navbar-fixed-top .top-bar .login-section a, #page .top-bar .login-section a {
	color: #fff;
	background-color: #ea0f42;
	padding: 10px 15px;
	border-radius: 4px;
}
/*Navigation CSS*/
#navigation {
	position:absolute;
	width:100%;
	z-index:1000;
	
}
.navbkg {background:#90191b;
	height:107px;}
	
.navbar-fixed-top, #page .navbar {
	background-color:#90191b;
	box-shadow:0px 0px 5px 2px #603;
	webkit-box-shadow:0px 0px 5px 2px #603;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#page .navbar {
	position: fixed;
	right: 0;
	left: 0;
	top:0;
	border-radius:0;
	border:0;
}
#navigation .navbar-fixed-top .navbar-brand, #page #navigation .navbar .navbar-brand {
	height:80px;
	padding-top:5px;
}
#navigation .navbar-fixed-top .navbar-right, #page #navigation .navbar .navbar-right {
	margin-top:0;
	/*margin-right: 70px;*/
}
#navigation .navbar-fixed-top .navbar-right li a, #page #navigation .navbar .navbar-right li a {
	color:#fff;
	line-height:50px;
}
#navigation .navbar-fixed-top .navbar-right .dropdown-menu li.active > a, #page #navigation .navbar .navbar-right .dropdown-menu li a:hover, #page #navigation .navbar .navbar-right .dropdown-menu li.active > a {
	color:#90191b;
}
#navigation .navbar-fixed-top .navbar-right li.active > a {
	color:#fff;
}
#navigation .container {
	position:relative;
	
}
.navbar-brand {
	display: block;
	height: 100px;
	overflow: hidden;
	padding-top:0;
	color: #fff;
}
.navbar-brand .logo-two, .navbar-fixed-top .main-logo, #page .main-logo {
	display:none;
}
.navbar-fixed-top .logo-two, #page .logo-two {
	display:block;
}
#navigation .navbar-right {
	margin-top: 50px;
	margin-right: 5px;
}
#navigation .navbar-right li a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding:10px 17px;
	font-weight:400;
	background-color:transparent;
}



#navigation .navbar .navbar-right .dropdown-menu li a:hover, #navigation .navbar-right li.active> a {
	font-weight:700;
	
}
#navigation .navbar-fixed-top .navbar-right .dropdown-menu li a, #page #navigation .navbar .navbar-right .dropdown-menu li a {
	line-height:18px;
}
/*Dropdown Menu CSS*/
.dropdown-menu {
	background-color:#90191b;
}
#navigation .navbar-collapse {
	position: relative;
}
#navigation .navbar-right .dropdown-menu {
	right: inherit;
}

/*Responsive Navbar*/
@media (max-width: 999px) {
 .navbar-nav .open .dropdown-menu {
 border: 0;
 float: none;
 width: auto;
 margin-top: 0;
 position: static;
 box-shadow: none;
 background-color: #fff;
}
 .navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header {
 padding: 5px 15px 5px 25px;
}
 .navbar-nav .open .dropdown-menu > li > a {
 line-height: 18px;
}
 #navigation .navbar-fixed-top .open .dropdown-menu > li > a {
 line-height:18px;
 color:#fff;
}
 .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-nav .open .dropdown-menu > li > a:focus {
 background-image: none;
}
 #navigation .navbar-nav .open .dropdown-menu > li > a {
 color: #333;
 background-color:transparent;
}
 #navigation .navbar-nav .open .dropdown-menu > .active > a,  #navigation .navbar-nav .open .dropdown-menu > .active > a:hover,  #navigation .navbar-nav .open .dropdown-menu > .active > a:focus {
 background-color: #006699;
}
 #navigation .navbar-nav .open .dropdown-menu > .disabled > a,  #navigation .navbar-nav .open .dropdown-menu > .disabled > a:hover,  #navigation .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 color: #ccc;
 background-color: transparent;
}
 #navigation .navbar-header {
 float: none;
}
 #navigation .navbar-toggle {
 display: block;
}
 #navigation .navbar-collapse.collapse {
 display: none !important;
}
 #navigation .navbar-collapse.collapse.in {
 display: block !important;
 overflow-y: auto !important;
}
    
    /*Design for max-width: 1200px*/
    #navigation .navbar-collapse,  #navigation .navbar-collapse .container {
 padding-left: 0 !important;
 padding-right: 0 !important;
}
 #navigation .navbar-nav > li a {
 border-bottom: solid 1px #eee;
}
 #navigation .navbar-nav > li > a:focus {
 background: none;
}
 #navigation .navbar-nav > li > a:hover {
 color: #006699;
}
 #page #navigation .navbar-nav > li > a:hover,  #navigation .navbar-fixed-top .navbar-nav > li > a:hover,  #navigation .navbar-nav .open .dropdown-menu > li > a:hover,  #navigation .navbar-nav .open .dropdown-menu > li > a:focus,  #page #navigation .navbar .navbar-right .dropdown-menu li a:hover,  #navigation .navbar-fixed-top .navbar-right .dropdown-menu li.active > a,  #page #navigation .navbar .navbar-right .dropdown-menu li.active > a {
 color: #fff;
 background-color:#006699;
}
 #navigation .navbar-fixed-top .navbar-right li.active > a {
 color:#fff;
 font-weight:700;
}
 #navigation .dropdown-submenu li a {
 font-size: 12px;
}
 #navigation .navbar-right .dropdown-menu > li > a {
 padding:10px 20px;
}
 #navigation .navbar-right .dropdown-submenu > .dropdown-menu a {
 padding:10px 30px;
}
}
 @media (min-width: 1000px) {
	/*Navbar Collapse*/
	#navigation .navbar-collapse {
 padding: 0;
}

	/*Navbar*/
	#navigation .navbar-nav {
 top: 2px;
 position: relative;
}
 #navigation .navbar-nav > li > a,  #navigation .navbar-nav > li > a:hover,  #navigation .navbar-nav > li > a:focus,  #navigation .navbar-nav > .active > a,  #navigation .navbar-nav > .active > a:hover,  #navigation .navbar-nav > .active > a:focus {
 background: none;
}
 #navigation .navbar-nav > .open > a,  #navigation .navbar-nav > .open > a:hover,  #navigation .navbar-nav > .open > a:focus {
 color: #fff;
}

	/*Dropdown Menu*/
	#navigation .dropdown-menu {
 padding: 0;
 border: none;
 min-width: 200px;
 border-radius: 0;
 z-index: 9999 !important;
 margin-top: -2px !important;;
}
 #navigation .dropdown-menu li a {
 color: #90191b;
 font-size:13px;
 padding: 12px 17px;
 border-bottom: solid 1px #90191b;
 background-color:transparent;
}
 #navigation .dropdown-menu .active > a,  #navigation .dropdown-menu li > a:hover {
 color: #90191b;
 filter: none !important;
 background-color: #fff !important;
 border-bottom: solid 1px #90191b;
 -webkit-transition: all 0.1s ease-in-out;
 -moz-transition: all 0.1s ease-in-out;
 -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}
 #navigation .dropdown-menu li > a:focus {
 background: none;
 filter: none !important;
}
 #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
 display: block;
}
 #navigation .open > .dropdown-menu,  #navigation-v1 .open > .dropdown-menu {
 display: none;
}
}
/*Dropdown Submenu*/

.dropdown-submenu {
	position: relative;
}
.dropdown > a:after, .dropdown-submenu > a:after {
	top: 13px;
	right: 10px;
	font-size: 12px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}
 @media (max-width: 1000px) {
 .dropdown-submenu > a:after {
 content: " ";
}
}
.dropdown > a:after {
	top: 9px;
	right: 5px;
	content: "\f107";
}
#navigation .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	margin-left: 0px;
}
.dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
 @media (max-width: 1000px) {
 .dropdown-submenu > .dropdown-menu {
 display: block;
 margin-left: 15px;
}
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
 .dropdown-menu li [class^="fa-"], .dropdown-menu li [class*=" fa-"] {
 left: -3px;
 width: 1.25em;
 margin-right: 1px;
 position: relative;
 text-align: center;
 display: inline-block;
}
 .dropdown-menu li [class^="fa-"].fa-lg, .dropdown-menu li [class*=" fa-"].fa-lg {
 width: 1.5625em;
}
/*Dropdown Show*/
.dropdown-show {
	position: relative;
	display: inline-block;
}
/*----search----*/
#navigation .search-icon {
	position: absolute;
	right: 0px;
	top: 60px;
}
#navigation .navbar-fixed-top .search-icon, #page #navigation .navbar .search-icon {
	top:25px;
	right:65px;
}
#navigation .search-icon span {
	margin:0 9px;
}
#navigation .search-icon span i {
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#navigation .navbar-fixed-top .search-icon span i, #page #navigation .navbar .search-icon span i {
	color:#000;
}
#navigation .search-icon span i:hover, #navigation .navbar-fixed-top .search-icon span i:hover, #page #navigation .navbar .search-icon span i:hover {
	color:#ea0f42;
}
.search.search-toggle {
	display:block;
}
.search {
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:75px;
}
.search .search-close {
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -15px;
	font-size: 24px;
	cursor: pointer;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search .search-close:hover {
	color: #ea0f42;
}
.search-form {
	padding-left: 35px;
	height: 85px;
	font-size: 16px;
	color: #fff;
	text-align:center;
	outline: none;
	border: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}
/*==============================
=========home-section=========
================================*/
#home-section {
	height:650px;
	background-color:#0177ac;
	background-image:url(../images/bg/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.home-content {
	position:absolute;
	left:0;
	top:40%;
	margin-top:-70px;
	width:100%;
	height:100%;
}
.home-content h1 {
	font-size: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom:0;
	font-weight: 900;
	display: inline-block;
	/*padding: 6px 45px;*/
	font-family: 'Roboto', sans-serif;
}
.home-content h2 {
	font-size:48px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:40px;
	color:#fff;
	/*text-transform:uppercase; */
}
.home-content h3 {
	font-size:30px;
	line-height:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:40px;
	color:#fff;
	/*text-transform:uppercase;*/
}
.home-content .scroll-arrow {
	display:block;
}
.home-content .scroll-arrow a {
	display: inline-block;
	margin-top: 35px;
	color: #ab3357;
	font-size: 15px;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	background-color: #fff;
	line-height: 25px;
	position:relative;
	z-index:2;
}
.arrow-icon {
	position:relative;
}

.topimg {padding-top:80px}
.home-content .arrow-icon:after {
	position:absolute;
	content:"";
	left:50%;
	margin-left:-1px;
	top:1px;
	height:45px;
	width:1px;
	background-color:#fff;
}
#home-section-slider {
	overflow:hidden;
}
#home-section-slider .item {
	/*height:650px;*/
	background-repeat:no-repeat;
	background-size:cover;
}
#home-section-slider .btn-primary {
	background-color:#90191b;
	border:0;
}
.item-one .home-content h1 {
	color:#366ca6;
	opacity:0.8;
}
#home-section-slider .item-two .contanier {
	position:relative;
}
.item-two .home-content {
	left:inherit;
}
 .item-two .home-content h1, .item-three .home-content h1, .item-four .home-content h1, {
 font-size: 58px;
 /*text-transform: capitalize; */
 background-color: transparent;
 color: #fff;
 padding: 0;
 font-weight: 300;
 font-family: 'Lato', sans-serif;
}
.item-two .home-content h2, .item-three .home-content h2, .item-four .home-content h2 {
	font-size:30px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	/*text-transform:capitalize;*/
	line-height:40px;
	margin-top:0;
	margin-bottom:50px;
}
.item-three .home-content {
	margin-top:100px;
}
.item-three .container {
	position:relative;
	height:650px;
}
.item-three .section-content {
	position:absolute;
	height:100%;
	width:100%;
	top:55%;
	margin-top:-205px;
}
.item-three .home-content h1, .item-four .home-content h1 {
	font-size:35px;
}
.item-three .home-content h2, .item-four .home-content h2 {
	font-size:20px;
	font-weight:800;
}
.item-three .quick-reg {
	padding:40px;
	background-color:rgba(0, 0, 0, 0.60);
	color:#fff;
}
.quick-reg h2 {
	margin-top:0;
	margin-bottom:35px;
}
.quick-reg .form-control {
	height:38px;
}
.quick-reg .form-group {
	margin-bottom:20px;
}
.quick-reg textarea.form-control {
	height:auto;
}
.item-four .home-content {
	margin-top:-130px;
}
.item-four .extra-info {
	max-width:820px;
	display:inline-block;
	color:#fff;
	position:relative;
	margin-top:20px;
}
.item-four .extra-info:before {
	position:absolute;
	content:"";
	top:0;
	margin-top:-30px;
	left:50%;
	margin-left:-70px;
	height:2px;
	width:130px;
	background-color:#fff;
}
.carousel-left i, .carousel-right i {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.10);
	color:#fff;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}
.carousel-left i {
	left:-100px;
	border-radius:0 10px 10px 0;
}
.carousel-right i {
	right:-100px;
	border-radius:10px 0 0 10px;
}
.carousel-left i:hover, .carousel-right i:hover {
	background-color: rgba(0, 0, 0, 0.25);
}
#home-section-slider:hover .carousel-left i {
	left:0;
}
#home-section-slider:hover .carousel-right i {
	right:0;
}
 @-webkit-keyframes bounce {
 0% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
}
 @-moz-keyframes bounce {
 0% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
}
 @-o-keyframes bounce {
 0% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
}
 @keyframes bounce {
 0% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
}
.animated {
	-webkit-animation: bounce 0.5s infinite ease-in-out alternate;
	animation: bounce 1s infinite ease-in-out alternate;
}
.item-five .slider-content {
	margin-top:250px;
	color:#fff;
}
.item-five .slider-content h1 {
	font-size:25px;
	margin-bottom:0;
}
.item-five .slider-content h2 {
	font-size:72px;
	line-height:100px;
	margin-top:0;
}
.item-five .slider-content h1, .item-five .slider-content h2 {
	font-weight:800;
	text-transform:uppercase;
}
.item-five .slider-content .quick-list li {
	margin-bottom:25px;
	position:relative;
	padding-left:45px;
}
.item-five .slider-content .quick-list li:last-child {
	margin-bottom:0
}
.item-five .slider-content .quick-list li span {
	font-size:30px;
	position:absolute;
	left:0;
	top:0;
	font-weight:800;
}
/*=========Carousel animation==========*/
#home-section-slider .item h1, #home-section-slider .item h2, #home-section-slider .item p, #home-section-slider .item .btn-primary, #home-section-slider .item .scroll-arrow, #home-section-slider .item .quick-reg, #home-section-slider .item .slider-content .quick-list li, #home-section-slider .item .extra-info:before {
	opacity:0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
#home-section-slider .item.active h1, #home-section-slider .item.active h2, #home-section-slider .item.active p, #home-section-slider .item.active .btn-primary, #home-section-slider .item.active .scroll-arrow, #home-section-slider .item.active .quick-reg, #home-section-slider .item.active .slider-content .quick-list li, #home-section-slider .item.active .extra-info:before {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#home-section-slider .item h1 {
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}
#home-section-slider .item h2 {
	-webkit-transition: all 0.5s ease-in-out 0.30s;
	-moz-transition: all 0.5s ease-in-out 0.30s;
	-ms-transition: all 0.5s ease-in-out 0.30s;
	-o-transition: all 0.5s ease-in-out 0.30s;
	transition: all 0.5s ease-in-out 0.30s;
}
#home-section-slider .item p, #home-section-slider .item .extra-info:before {
	-webkit-transition: all 0.5s ease-in-out 0.45s;
	-moz-transition: all 0.5s ease-in-out 0.45s;
	-ms-transition: all 0.5s ease-in-out 0.45s;
	-o-transition: all 0.5s ease-in-out 0.45s;
	transition: all 0.5s ease-in-out 0.45s;
}
 #home-section-slider .item .btn-primary, #home-section-slider .item .quick-reg, #home-section-slider .item .slider-content .quick-list li:nth-child(1) {
 -webkit-transition: all 0.5s ease-in-out 0.65s;
 -moz-transition: all 0.5s ease-in-out 0.65s;
 -ms-transition: all 0.5s ease-in-out 0.65s;
 -o-transition: all 0.5s ease-in-out 0.65s;
 transition: all 0.5s ease-in-out 0.65s;
}
 #home-section-slider .item .scroll-arrow, #home-section-slider .item .slider-content .quick-list li:nth-child(3) {
 -webkit-transition: all 0.5s ease-in-out 0.85s;
 -moz-transition: all 0.5s ease-in-out 0.85s;
 -ms-transition: all 0.5s ease-in-out 0.85s;
 -o-transition: all 0.5s ease-in-out 0.85s;
 transition: all 0.5s ease-in-out 0.85s;
}
 #home-section-slider .item .slider-content .quick-list li:nth-child(2) {
 -webkit-transition: all 0.5s ease-in-out 0.75s;
 -moz-transition: all 0.5s ease-in-out 0.75s;
 -ms-transition: all 0.5s ease-in-out 0.75s;
 -o-transition: all 0.5s ease-in-out 0.75s;
 transition: all 0.5s ease-in-out 0.75s;
}
 #home-section-slider .item .slider-content .quick-list li:nth-child(4) {
 -webkit-transition: all 0.5s ease-in-out 0.95s;
 -moz-transition: all 0.5s ease-in-out 0.95s;
 -ms-transition: all 0.5s ease-in-out 0.95s;
 -o-transition: all 0.5s ease-in-out 0.95s;
 transition: all 0.5s ease-in-out 0.95s;
}
/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*==============================
=========Welcome-section=========
================================*/
#welcome-section .section-title:before, #welcome-section .section-title:after {
	display:none;
}
.welcome-content {
	font-size:17px;
}
.welcome-content .welcome-image {
	padding:5px;
	border:1px solid #f0f0f0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
	overflow:hidden;
}
.welcome-content .welcome-image a i {
	position:absolute;
	left:0;
	top:0;
	padding-top:90px;
	height:100%;
	width:100%;
	text-align:center;
	font-size:24px;
	color:#eb444a;
	opacity:0;
	background-color:rgba(255, 255, 255, 0.80);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.welcome-content .welcome-image:hover a i {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.welcome-content .welcome-info {
	padding-left:40px;/*padding-top:20px;*/
	
}
.welcome-content .welcome-info a {
	font-size:14px;
	color:#90191b;
	display:inline-block;
	margin-top:10px;
	font-weight:600;
}
.welcome-content .welcome-info .flotr { float:right; }
.welcome-content .welcome-info a:hover {
	color:#999;
}
.welcome-three .welcome-image {
	padding-right:35px;
	border:0;
}
.welcome-three.welcome-content {
	font-size:16px;
}
#home-three .item-two .home-content {
	margin-top:-100px;
}
/*==============================
=========Recent-projects=========
================================*/

#recent-projects, #project-list, #architect {
	background-color:#eaeaea;
	/*background-image:url(../images/bg/project-bg.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
}
.project-content {
	margin-bottom:30px;
}
.project-content .project-title, .project-content .project-info {
	padding:20px 20px 15px;
	background-color:#fff;
	border:1px solid #d7d7d7;
	border-bottom:0;
	box-shadow: 0 0 3px 1px #d7d7d7;
	webkit-box-shadow: 0 0 3px 1px #d7d7d7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-info img {
	width:100%
}
.project-content:hover .project-title, .project-content:hover .project-info {
	box-shadow:none;
	webkit-box-shadow:none;
}
.project-content .project-title h3 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-content:hover .project-title h3 {
	color:#e71647;
}
.project-content .project-info {
	border-top:0;
	border-bottom:1px solid #d7d7d7;
	color:#6d6d6d;
}
.project-content .project-item {
	width:102%;
	margin-left:-1%;
	position:relative;
	background-color:#fff;
}
.project-content .project-item a:after {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(240, 32, 100, 0.75);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0;
}
.project-content .project-item a:hover:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
/*==============================
=========Amazing Features=========
================================*/

#amazing-features .section-title:before, #amazing-features .section-title:after {
	left:35px;
}
#amazing-features {
	color:#848484;
}
#amazing-features .section-title {
	margin-bottom:50px;
}
#amazing-features .section-title h2 {
	margin-bottom:25px;
}
#amazing-features .features {
	margin-bottom:35px;
}
#amazing-features .features h4 {
	color:#363636;
	margin-bottom:15px;
}
#amazing-features .features:hover h4 {
	color:#e71647;/*-moz-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-moz-animation-name: tr-run;
	-webkit-animation-name: tr-run;
	animation-name: tr-run;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;*/
}
#amazing-features .features i {
	font-size:24px;
	margin-right:15px;
}
.twentytwenty-wrapper {
	margin-top:75px;
}
/*==============================
=========Fun-facts=========
================================*/

#fun-facts {
	/*background-color:#bc1a4b; */
	color:#000;
	background-image:url(../images/bg/fun-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#fun-facts.fun-facts-two {
	background-image:url(../images/bg/fun-bg2.jpg);
	position:relative;
}
#fun-facts.fun-facts-two .overlay-bg {
	background-color:rgba(255, 255, 255, 0.75);
}
#fun-facts.fun-facts-three {
	background-image:url(../images/bg/promo-bg2.jpg);
	position:relative;
}
#fun-facts.fun-facts-three .overlay-bg {
	background-color:rgba(255, 255, 255, 0.75);
}
.distributor h2 {
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:0;
	padding-top:10px;
	color:#000;
	z-index:999999;
}
.fun-facts {
	padding:10px 0;
}
.fun-facts i {
	font-size:48px;
}
.fun-facts h1 {
	font-size:36px;
	font-weight:600;
	margin-bottom:5px;
	color:#0CF;
}
.fun-facts h2 {
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0;
	padding-top:30px;
}
/*==============================
=============== Blog ===========
================================*/
.entry-content {
	color:#0f0f0f;
	font-size:16px;
	font-weight:300;
}
.entry-content .entry-meta {
	font-weight:700;
	margin:15px 0;
}
.entry-content .entry-title {
	font-size:30px;
	text-transform:capitalize;
	margin-top: 25px;
	margin-bottom: 20px;
}
.entry-content .entry-thumb {
	position:relative;
	display:block;
	overflow:hidden;
}
.entry-thumb:after {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(240, 32, 100, 0.75);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0;
}
.entry-content:hover .entry-thumb:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.entry-content a {
	color:#000;
}
.entry-content a:hover, .entry-content:hover a {
	color:#e71647;
}
.entry-content .read-more i {
	font-size:24px;
}
/*========================
========Clients CSS=======
==========================*/
.clients ul li {
	width:20%;
	padding:10px;
	overflow:hidden;
}
/*.clients ul li img{
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	transform: skewX(0deg);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}*/

/*.clients ul li:hover img {
	-moz-transform: skewX(180deg);
	-webkit-transform: skewX(180deg);
	-o-transform: skewX(180deg);
	-ms-transform: skewX(180deg);
	transform: skewX(180deg);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}*/

/*========================
========Promotion CSS=======
==========================*/

#promotion {
	background-color:#35ac69;
	color:#fff;
	background-image:url(../images/bg/promo-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#promotion.promo-image-bg {
	background-image:url(../images/bg/coming-soon-bg.jpg);
	position:relative;
}
#promotion.promo-image-bg .overlay-bg {
	background-color:rgba(0, 0, 0, 0.45);
}
#promotion h1 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:25px;
	position:relative;
	z-index:2;
}
#promotion .btn-primary {
	background-color:transparent;
	border-color:#fff;
	text-transform:uppercase;
}
#promotion .btn-primary:hover:after {
	background-color:rgba(36, 111, 69, 0.75);
}
/*========================
========Footer CSS=======
==========================*/
.footer-widget .logo {
	display:block;
	margin-bottom:25px;
}
.footer-widget h2 {
	color:#545454;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
}
.footer-widget li {
	margin-bottom:15px;
}
.footer-widget li:last-child {
	margin-bottom:0;
}
.footer-widget li a {
	color:#454545;
}
.footer-widget li a:hover {
	color:#eb444a;
}
.footer-widget address {
	position:relative;
}
.footer-widget address span {
	position:absolute;
	left:0;
}
.footer-widget address li {
	padding-left:100px;
	margin-bottom:10px;
}
.footer-widget .social-icons li a {
	margin-right:10px;
	font-size:18px;
}
.footer-widget.instagram img {
	width:75px;
	height:75px;
}
.footer-widget.instagram li {
	margin-bottom:5px;
	position:relative;
}
.footer-widget.instagram li a {
	overflow:hidden;
}
.footer-widget.instagram li a:after {
	position:absolute;
	content:"";
	height:100%;
	left:5px;
	right:5px;
	top:0;
	background-color:rgba(237, 20, 91, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity:0;
	border-radius:100%;
}
.footer-widget.instagram li a:hover:after {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius:0;
}
#footer-bottom {
	background-color: #F0F0F0;
	color: #333;
	padding: 30px 0 20px;
	border-top: 1px solid #ebebeb;
}
#footer-bottom a {
	font-weight:800;
	color:#000;
}
#page #footer {
	background-color:#f7f7f7;
	border-top:1px solid #ebebeb;
}
/*===============================
========About Us Page CSS=======
================================*/

#page-title {
	background-color: #0177ac;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 35px 0 45px;
	background-image: url(../images/bg/page-title-bg.jpg);
}
#page-title .title-content {
	display:inline-block;
	max-width:625px;
}
#page-title .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}
/*****************************/
#about-us {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/about-us.jpg);
}
#about-us .title-content {
	display:inline-block;
	max-width:625px;
}
#about-us .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}

/*  SM */

#smservices {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/sm-services.jpg);
}
#smservices .title-content {
	display:inline-block;
	max-width:625px;
}
#smservices .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}

/*  DM */

#dmservices {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/dm-services.jpg);
}
#dmservices .title-content {
	display:inline-block;
	max-width:625px;
}
#dmservices .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}


/* wd  */

#wdservices {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/wd-services.jpg);
}
#wdservices .title-content {
	display:inline-block;
	max-width:625px;
}
#wdservices .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}

/*  ma */

#maservices {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/ma-services.jpg);
}
#maservices .title-content {
	display:inline-block;
	max-width:625px;
}
#maservices .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}

/* carrer  */

#career {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/career.jpg);
}
#career .title-content {
	display:inline-block;
	max-width:625px;
}
#career .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}

/*  contact */

#contacta {
	background-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	margin-top: 72px;
	padding: 65px 0 75px;
	background-image: url(../images/bg/contact.jpg);
}
#contacta .title-content {
	display:inline-block;
	max-width:625px;
}
#contacta .title-content h1 {
	font-weight:700;
	text-transform:uppercase;
}
/*************************/
/*#about-us {
	padding:85px 0;
}
.about-us-content {
	font-size:16px;
	padding-left:35px;
}
.about-us-content p {
	margin-bottom:15px;
}
.about-us-content h2 {
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.about-us-content a {
	margin-top:20px;
	display:inline-block;
	font-weight:700;
}*/
#achievement {
	background-color: #0177ac;
	background-image: url(../images/bg/achivement-bg.jpg);
	color:#fff;
	position:relative;
}
.fun-heading {
	max-width:400px;
	font-size:20px;
	text-transform:uppercase;
}
.fun-heading h1 {
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:25px;
}
#achievement .fun-facts h1 {
	font-size: 48px;
	font-weight: 700;
}
#achievement .fun-facts {
	padding:0;
}
#achievement .border-bottom {
	border-bottom: 1px solid #fff;
}
#achievement .fun {
	padding:25px;
}
#achievement .border-right {
	border-right: 1px solid #fff;
}
#achievement .fun.no-border {
	border-right:0;
}
#achievement .fun-facts h2 {
	font-size:24px;
	text-transform:capitalize;
	font-weight:400;
}
#workstation .section-title {
	margin-bottom:75px;
}
.workstation-info {
	padding-left:35px;
	font-size:16px;
}
.workstation-info h2 {
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.workstation-image {
	margin-bottom:20px;
}
#video-promotion {
	color:#fff;
	background-color: #0177ac;
	background-image:url(../images/bg/video-bg.jpg);
	padding:190px 0 230px;
}
#video-promotion h1 {
	font-size:48px;
	text-transform:uppercase;
}
#video-promotion h1 a {
	color:#fff;
}
#video-promotion h1 span {
	position:relative;
	overflow:hidden;
}
#video-promotion h1 span:before {
	font-size: 100px;
	font-family: FontAwesome;
	content: "\f01d";
	position: relative;
	padding: 20px;
	top: 15px;
	left: 0;
}
#video-promotion h1 span:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#video-promotion h1 a:hover span:before {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity:0.6;
}
.team-content, .architect {
	overflow:hidden;
}
.team-hero, .architect-image {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position:relative;
}
.team-hero:before, .architect-image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-radius:100%;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.team-content:hover .team-hero:before, .architect:hover .architect-image:before {
	-webkit-animation: tr-flash 0.75s;
	animation: tr-flash 0.75s;
}
.team-content:hover .team-hero img {
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
}
.team-hero-info h2 {
	text-transform:uppercase;
	font-size:30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team-hero-info h3 {
	font-size:18px;
	text-transform:capitalize;
	margin-top:0;
	margin-bottom:20px;
}
.team-hero-info .socials {
	margin-top:20px;
}
.team-hero-info .socials li {
	margin-right:5px;
}
.team-hero-info .socials li a {
	color:#000;
}
.team-hero-info .socials li a:hover, .team-content:hover .team-hero-info h2 {
	color:#ea0f42;
}
/*===============================
========Service Page CSS ========
================================*/

.about-us-content.service {
	padding-left:0;
	padding-right:35px;
}
#core-featured {
	background-image:url(../images/bg/featured-bg.jpg);
	color:#fff;
}
.features-menu h1 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:50px;
}
.features-menu ul li {
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.features-menu ul li:last-child {
	margin-bottom:0;
}
.features-menu ul li.active {
	padding-left:15px;
	position:relative;
}
.features-menu ul li:before {
	position:absolute;
	content:"\f105";
	font-family:FontAwesome;
	font-size:20px;
	left:0;
	top:-2px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.features-menu ul li.active:before {
	opacity:1;
}
.features-menu ul li a {
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
}
.core-features {
	padding-top:30px;
}
.feature-image {
	overflow:hidden;
}
.feature-image a {
	position:relative;
	display:block;
}
.feature-image a:after {
	position: absolute;
	content:"";
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-radius:100%;
	background-color:rgba(240, 32, 100, 0.75);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature:hover .feature-image a:after {
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	opacity:1;
}
.core-features .feature {
	margin-bottom:30px;
	overflow:hidden;
}
.feature .feature-content {
	color:#000;
	background-color:#fff;
	padding:25px;
}
.feature .feature-content h3 {
	font-weight:700;
	margin-top:0;
	margin-bottom:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature:hover .feature-content h3 {
	color:#e71647;
}
.tab-pane .feature {
	-moz-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-moz-animation-name: tr-fade;
	-webkit-animation-name: tr-fade;
	animation-name: tr-fade;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.faqs .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:0;
	font-size:18px;
	padding:30px 0 0 45px;
}
.faqs .panel-default>.panel-heading {
	border:0;
	background-color:#f1f1f1;
	padding:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faqs .panel-default>.panel-heading.active, .faqs .panel-default>.panel-heading:hover {
	background-color:#e71647;
}
.faqs .panel-default>.panel-heading.active a, .faqs .panel-default>.panel-heading:hover a {
	color:#fff;
}
.faqs .panel-default>.panel-heading span {
	margin-right:5px;
	font-size:20px;
}
.faqs .panel {
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:25px;
}
.faqs .panel-title {
	font-size:18px;
}
#other-features {
	background-color:#efefef;
	background-image:url(../images/bg/project-bg.jpg);
	padding-bottom:25px;
}
.other-feature {
	padding:10px 20px;
	margin-bottom:45px;
}
.other-feature img {
	display:inline-block;
	margin-bottom:10px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.other-feature:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-animation: tr-bladder 0.30s;
	-moz-animation: tr-bladder 0.30s;
	-ms-animation: tr-bladder 0.30s;
	-o-animation: tr-bladder 0.30s;
	animation: tr-bladder 0.30s;
}
.other-feature h3 {
	text-transform:uppercase;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.other-feature:hover h3 {
	color:#ea0f42;
}
#services .other-feature {
	margin-bottom:0;
}
/*===============================
========Project Page CSS ========
================================*/
#project-carousel .project-indicators {
	margin-top:30px;
	list-style:none;
	padding-left:0;
	z-index:15;
}
#project-carousel .project-indicators li {
	float:left;
	width:10.7%;
	height:auto;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	border: solid #ccc 1px;
}
#project-carousel .project-indicators li:last-child {
	margin-right:0;
}
#project-details .project-info {
	padding-left:30px;
	font-size:16px;
}
#project-details .project-info h2 {
	text-transform:uppercase;
	font-size:23px;
	margin-bottom:20px;
	font-weight:600;
}
#project-details .project-info h4 {
	text-transform:capitalize;
	margin-bottom:20px;
	margin-top:25px;
	font-weight:700;
}
#project-details .project-info ul {
	margin-top:20px;
}
#project-details .project-info ul li {
	margin-bottom:5px;
}
#project-details .project-info ul li span {
	margin-right:30px;
	min-width:80px;
	display:inline-block;
}
#projects {
	margin-left:-15px;
	margin-right:-15px;
}
#projects .all-projects {
	overflow:hidden;
}
.all-projects .project-content {
	width:22.3%;
	margin:15px;
}
#project-list .section-title {
	margin-bottom:30px;
}
.project-filter {
	margin-bottom:20px;
}
.project-filter ul li a, .architect-filter ul li a {
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	padding:8px;
	display:block;
}
.project-filter ul li a:hover, .project-filter ul li a.active, .architect-filter ul li a:hover, .architect-filter ul li a.active {
	color:#eb444a;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*================================
=====Project Details Page ========
=================================*/


#video-section {
	background-color:#2b2c30;
	position:relative;
	background-image:url(../images/bg/video-bg.jpg);
}
#video-section .overlay-bg {
	background-color:rgba(0, 0, 0, 0.80);
}
#video-section a {
	color:#fff;
	font-size:110px;
	margin:120px 0 130px;
	display:inline-block;
	position:relative;
}
#short-descrip {
	padding-top:90px
}
.short-descrip {
	padding-left:30px;
	font-size:18px;
}
.short-descrip h4 {
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
}
.short-descrip> p {
	margin-bottom:20px;
}
#architect .section-title {
	margin-bottom:30px;
}
.architect-filter {
	margin-bottom:35px;
}
.architect-info {
	background-color:#fff;
	padding:25px;
	-webkit-box-shadow: 0px 1px 2px 1px #d1d1d1;
	box-shadow: 0px 1px 2px 1px #d1d1d1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.architect:hover .architect-info {
	-webkit-box-shadow:none;
	box-shadow: none;
}
.architect-info h3 {
	margin-top:0;
	margin-bottom:5px;
	font-weight:700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.architect-info h4 {
	margin-top:0;
	font-size:14px;
}
.architect-info .social-icons a {
	color:#545454;
	display:block;
	margin-right:5px;
}
.architect-info .social-icons a:hover, .architect:hover h3 {
	color:#eb444a;
}
/*================================
==========Blog Page CSS===========
=================================*/

#content .post {
	margin-bottom:65px;
}
#content .post img {
	width:100%;
}
#content .entry-header {
	margin-bottom:30px;
}
.post-content .entry-title {
	margin-bottom:15px;
	text-transform:initial;
}
.post-content .entry-title a {
	color:#000;
}
.post-content .entry-title a:hover, .post-content .entry-meta li a:hover, .post-content .entry-summary .read-more:hover, #blog-carousel .carousel-control:hover {
	color:#ea0f42;
}
.post-content .entry-meta {
	margin-bottom:20px;
}
.post-content .entry-meta li {
	margin-right:10px;
}
.post-content .entry-meta li a {
	font-size:16px;
	color:#4a4a4a;
}
.post-content .entry-meta li i {
	color:#ea0f42;
	margin-right:10px;
}
.entry-summary {
	font-size:16px;
}
.entry-summary .read-more {
	display:inline-block;
	color:#323232;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.entry-summary .read-more:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#blog-carousel .carousel-control i {
	position:absolute;
	top:50%;
	font-size:30px;
	line-height:30px;
	margin-top:-15px;
}
.pagination-section .blog-pagination {
}
.pagination-section .blog-pagination li {
	padding-left:0;
	padding-right:0;
}
.pagination-section .blog-pagination li a {
	font-size:20px;
	font-weight:700;
	height:50px;
	width:50px;
	line-height:50px;
	border-radius:50%;
	background-color:transparent;
	color:#000;
	display:block;
}
.pagination-section .blog-pagination li:first-child a, .pagination-section .blog-pagination li:last-child a {
	background-color:#e0e0e0;
}
.pagination-section .blog-pagination li a:hover, .pagination-section .blog-pagination li.active a {
	background-color:#ea0f42;
	color:#fff;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.pagination-section .blog-pagination li a i {
	font-size:24px;
}
.pagination-section .blog-pagination li a i.fa-angle-left {
	margin-left:-3px;
}
.pagination-section .blog-pagination li a i.fa-angle-right {
	margin-left:3px;
}
/*Sidebar*/
.widget-area .widget_search .form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 52px;
}
.widget-area .widget_search {
	position:relative;
}
.widget-area .widget_search .form-control:focus {
	border-color:#ea0f42;
}
.widget-area .widget_search button.btn, .blog-search-top button.btn {
	position: absolute;
	top: 0;
	right: 5px;
	height: 100%;
	background-color:transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.widget-area .widget_search button.btn:focus {
	outline:none;
}
.widget-area .widget_search .btn i {
	font-size:16px;
	color:#999;
}
.widget-area .widget_search button.btn:hover i {
	color:#ea0f42
}
.widget.tab_widget .nav > li {
	display:inline-block;
	padding: 0;
	margin: 0;
	border: 0
}
.widget.tab_widget ul li a {
	padding:20px;
	display:inline-block;
}
.widget.tab_widget ul li.active a {
	color:#ea0f42;
}
.widget.tab_widget .nav {
	background-color:#ea0f42;
}
.widget .nav > li.active > a, .widget .nav > li:hover > a, .widget .nav > li a:focus {
	background-color:#fff;
}
.latest-posts, .recent-comment {
	padding:30px 15px 25px;
	overflow:hidden;
}
.widget .media .pull-left {
	margin-right:15px;
}
.widget img {
	opacity:0.8;
}
.widget img:hover {
	opacity:1
}
.widget .entry-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform:initial;
}
.entry-meta.small {
	margin-top:0;
	color:#898989;
}
.entry-meta.small i {
	margin-right:5px;
}
.widget h3.widget_title {
	padding: 18px 28px;
	font-size: 22px;
	color: #fff;
	background-color: #ea0f42;
}
.widget .media {
	border-top:1px solid #ededed;
	padding-top:15px;
}
.widget .media:first-child {
	border-top:0;
	padding-top:0;
}
.widget ul li a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding:5px 20px 5px 40px;
 -webkit-transition: all .05s ease-in;
 -moz-transition: all .05s ease-in;
 -ms-transition: all .05s ease-in;
 -o-transition: all .05s ease-in;
 transition: all .05s ease-in;
	position:relative;
}
.widget.widget_categories ul {
	margin: 20px 0 30px;
}
.widget ul li a span {
	float:right;
}
.widget ul li a i {
	position: absolute;
	left: 10px;
	top: 4px;
	font-size: 22px;
 -webkit-transition: all .05s ease-in;
 -moz-transition: all .05s ease-in;
 -ms-transition: all .05s ease-in;
 -o-transition: all .05s ease-in;
	transition: all 0.5s ease-in;
	opacity:0;
}
.widget ul li a:hover i {
	opacity:1;
	left: 15px;
}
.widget ul li a:hover {
	color:#ea0f42;
}
.widget ul li a:hover {
	border-color: #ea0f42;
}
.widget.tag-cloud ul {
	padding:30px 20px;
}
.widget.tag-cloud ul li {
	display:inline-block;
	border-bottom:0;
}
.widget.tag-cloud ul li a {
	display: inline-block;
	color: #898989;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-color: #F5F5F5;
	border-left:0;
}
.widget.tag-cloud ul li a:hover {
	background-color:#ea0f42;
	color:#fff;
}
.widget .latest-posts a {
	color:#656565;
}
.widget .latest-posts a:hover, .widget .latest-posts span a:hover, .post-content.detail-content .entry-title {
	color:#ea0f42;
}
.widget .latest-posts span, .widget .latest-posts span a {
	color:#000;
	font-size:14px;
}
.widget .latest-posts span a {
	font-weight:700;
}
/* Blog Detail CSS */

.post-content.detail-content {
	margin-bottom:60px;
}
.post-content.detail-content blockquote {
	font-size:16px;
	position:relative;
	background-color:#f7f7f7;
	border-left:3px solid #ea0f42;
	margin:20px 0 20px 15px;
}
.post .social-share {
	margin-top:25px;
}
.post .author-section {
	margin-bottom:45px;
}
.post .author-section h1, .comments-wrapper h1 {
	font-weight:100;
	color:#454545;
	margin-bottom:40px;
}
.post .author-section .author-image {
	margin-right:55px;
	position:relative;
	height:102px;
	width:102px;
}
.author-section .author-image .social-icons {
	position:absolute;
	right:-20px;
	top:0;
}
.author-section .author-image .social-icons li a {
	display:block;
	background-color:#f2f2f2;
	color:#ea0f42;
	font-size:16px;
	height:30px;
	width:30px;
	line-height:32px;
	text-align:center;
	margin-bottom:1px;
}
.author-section .author-image .social-icons li a:hover {
	background-color:#ea0f42;
	color:#fff;
}
.author-section .media-body h3 {
	margin-top:0;
	font-weight:400;
	font-size:21px;
}
.comments-wrapper .media .pull-left {
	width:82px;
	height:82px;
	margin-right:30px;
}
.comments-wrapper .media-list .media {
	margin-top:35px;
}
.comments-wrapper .media-list .media:first-child {
	margin-top:0;
}
.comments-wrapper .media-list .media-body h3 {
	font-size:24px;
	font-weight:400;
	margin-top:0;
}
.replay-box {
	margin-top:50px;
}
.replay-box h1 {
	text-transform:initial;
	font-weight:100;
	color:#454545;
	margin-bottom:45px;
}
.replay-box .btn-primary {
	background-color:rgba(234, 15, 66, 0.99);
	border:0;
	font-size:18px;
}
#content.blog-details .post {
	margin-bottom:20px;
}
/* Contact-us */
.contact-info {
	color:#454545;
	font-size:16px;
}
.contact-info h2 {
	text-transform:capitalize;
	margin-bottom: 15px;
}
.contact-info a {
	color:#000;
}
.contact-info a:hover {
	color:#ea0f42;
}
.contact-mail {
	margin-top: 20px;
	margin-bottom: 5px;
}
#gmap {
	height:450px;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
#main-contact-form .btn-primary {
	background-color:#ea0f42;
	float:right;
}
/*Magnific-popup overwrite CSS*/

.mfp-figure {
	background-color: #fff;
}
img.mfp-img {
	padding:12px;
}
.mfp-image-holder .mfp-close {
	top:-35px;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:pointer;
}
.mfp-counter {
	right: 50%;
	color: #fff;
	top: 50px;
	margin-right: -20px;
}
/* login/signup */
#login-wrapper form {
	padding:30px;
	background-color:#f7f7f7;
	border:1px solid #f0f0f0;
}
#login-wrapper .btn-primary {
	background-color:#ea0f42;
	margin-top:25px;
}
#login-wrapper .form-group {
	margin-bottom: 25px;
}
#login-wrapper .facebook {
	background-color: #365397;
}
#login-wrapper .twitter {
	background-color: #18AFE6;
}
#login-wrapper .facebook, #login-wrapper .twitter {
	color:#fff;
	padding:12px 18px;
	margin-top:5px;
}
#login-wrapper .facebook:hover {
	background-color:#2F426F;
}
#login-wrapper .twitter:hover {
	background-color:#1694C1;
}
#login-wrapper .facebook i, #login-wrapper .twitter i, #login-wrapper .register i {
	margin-right:10px;
}
#login-wrapper .btn-primary.register {
	background-color:#f7f7f7;
	border-color:#f7f7f7;
	color:#555;
	text-transform:initial;
}
#login-wrapper .btn-primary.register:after {
	background-color:#ea0f42;
}
#login-wrapper .btn-primary.register:hover {
	background-color:#ea0f42;
	color:#fff;
}
#login-wrapper h3 {
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:500;
}
/* Shortcode */
.shortcode {
	padding-bottom: 50px;
}
.shortcode-heading {
	text-transform:uppercase;
}
.shortcode #blog-carousel img, .welcome-content img {
	width:100%;
}
.shortcode .show-grid {
	padding:0 15px;
}
 .shortcode .show-grid [class^=col-] {
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #f7f7f7;
 background-color: rgba(145, 145, 145, .15);
 border: 1px solid #ddd;
 border: 1px solid rgba(145, 145, 145, .2);
 margin-bottom:15px;
}
.shortcode .panel-heading {
	padding:14px 15px;
}
.fontawesome-icon-list .fa-hover a {
	color:#555;
	display:block;
	margin-bottom:15px;
}
.fontawesome-icon-list .fa-hover a:hover {
	color:#ea0f42
}
/*========================
===== Coming Soon CSS====
=========================*/
#coming-soon {
	position:relative;
	height:100%;
	width:100%;
}
.coming-soon {
	background-image:url(../images/bg/coming-soon-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	background-color:#333;
	padding:85px 0;
	position:absolute;
	width:100%;
	font-size:16px;
}
.coming-soon-content {
	max-width:530px;
	display:inline-block;
}
.coming-soon-content img {
	display:inline-block;
	margin-bottom:60px;
}
.coming-soon-content h2 {
	text-transform:uppercase;
	font-size:34px;
	font-weight:300;
	margin-bottom:25px;
}
.coming-soon-content h2 span {
	font-weight:800;
}
#countdown {
	margin-top:50px;
	margin-bottom:60px;
}
#countdown ul li {
	margin-right:80px;
	font-weight:600;
	min-width:55px;
}
#countdown ul li:last-child {
	margin-right:0;
}
#countdown ul li p {
	font-size:18px;
	color: #ea0f42;
	margin-bottom:-5px;
}
#countdown ul li span {
	font-size:45px;
	font-weight:800;
}
.coming-soon a {
	font-weight:700;
	color:#fff;
}
.coming-soon a:hover {
	color:#ea0f42;
}
.coming-soon .socials {
	margin-bottom:50px;
}
.coming-soon .socials ul li {
	margin:0 10px;
}
.coming-soon .socials ul li a {
	font-size:18px;
}
.coming-soon .copyright a {
	padding:0 5px;
}
/*=========================
===== 404 Error CSS =======
===========================*/
.error-page {
	background-image:url(../images/bg/404-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	height: 100%;
	width: 100%;
	background-color:#fff;
	padding:120px 0;
}
.error-page-content {
	color:#676666;
	max-width:480px;
	margin-top:30px;
	display:inline-block;
}
.error-page-content img {
	display:inline-block;
	margin-bottom:35px;
}
.error-page-content h1 {
	font-size:60px;
	font-weight:800;
	margin-bottom:0;
	color:#ed1c24;
}
.error-page-content h2 {
	font-size:20px;
	margin-bottom:15px;
	font-weight:800;
	margin-top:0;
}
.error-page-content .btn.btn-primary {
	margin-top:35px;
	text-transform:uppercase;
	background-color:#ed1c24;
}
/* Common style */
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-buttons {
	text-align:center;
	display:none;
}
.client-reviews .owl-theme .owl-controls .owl-page span {
	display:none;
}
figure.effect-layla ::before, figure.effect-layla ::after {
 position: absolute;
 content: '';
 opacity: 0;
}
 figure.effect-layla ::before {
	/*top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;*/
	top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 -webkit-transform: scale(0, 1);
 transform: scale(0, 1);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
 background: rgba(1, 119, 172, 0.3);
}
 figure.effect-layla ::after {
 top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;
	/*border-right: 2px solid #fff;
	border-left: 2px solid #fff;*/
	-webkit-transform: scale(1, 0);
 transform: scale(1, 0);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
 background: rgba(1, 119, 172, 0.3);
}
 figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p, figure.effect-layla h3, figure.effect-layla .link {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
 transition: opacity 0.35s, transform 0.5s;
}
figure.effect-layla:hover img {
	opacity: 1;
}
 figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
.gri {
	width:100%;
}
.gri figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #474747;
	text-align: center;
	cursor: pointer;
}
.gri .main-title {
	z-index:9999;
}
.gri img {
	position: relative;
	display: block;
	opacity: 1;
	width:100%;
}
.gri figure figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
 .gri figure figcaption::before, .gri figure figcaption::after {
 pointer-events: none;
}
.gri figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
}
/* 
 * 	what we do
 */
.gri img {
	width:100%;
}
.wedo .effect-layla {
	border-bottom:4px solid #fff;
}
#what-we .wedo .effect-layla {
	border-bottom:4px solid #e5e5e5 !important;
}
#our-news .wedo {
	margin-right:30px;
	width:370px;
}
 .wedo:nth-child(4) {
 margin-right:0px !important;
}
 #our-news .wedo:nth-child(3) {
 margin-right:0px !important;
}
 .wedo:hover figure.effect-layla figcaption::before,  .wedo:hover figure.effect-layla figcaption::after {
 opacity: 1 !important;
 -webkit-transform: scale(1)!important;
 transform: scale(1)!important;
}
.wedo h4 {
	font-weight:normal;
	border-bottom:1px solid #adadad;
	padding-bottom:20px;
	margin-bottom:26px;
	margin-top:30px;
}
.wedo .more a {
	color:#006699;
	text-transform:uppercase;
	border:1px solid #006699;
	display:inline-block;
	padding:8px 10px;
}
.wedo .more a:hover {
	color:#fff;
	background:#006699;
	border:1px solid #006699;
}
.wedo p {
	margin-bottom:36px;
}
.more {
	margin-right:9px;
}
.wedo .estimate a {
	color:#006699;
	text-transform:uppercase;
	border:1px solid #006699;
	display:inline-block;
	padding:8px 26px;
}
.wedo .estimate a:hover {
	color:#fff;
	background:#006699;
	border:1px solid #006699;
}
.color-white {
	color:#fff;
}
.margin-left-10 {
	margin-left:-10px;
}
.margin-top-25 {
	margin-top:25px !important;
}
.margin-right-30 {
	margin-right:30px !important;
}
.width-100 {
	width: 100%;
}
.text-center {
	text-align:center;
}
.color-white {
	color:#fff;
}
.background-color-white {
	background:#fff;
}
.background-color-gray {
	background:#e5e5e5;
}
.background-color-litegray {
	background:#ececec;
}
.background-color-darkgray {
	background:#f4f4f4;
}
.background-color-darkblack {
	background:#242121;
}
.border-color-white {
	border-color:#fff;
}
.background-color-yelo {
	background-color:#e8d26b;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.background-color-dark {
	background-color:#3d3d3d !important;
}
img, img:hover, img:focus {
	border:none !important;
}
/* Services */ 

#service {
	position: relative;
	padding: 0 0 40px;
}
.service-content {
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.service-content .service-icon {
	position: relative;
}
.service-content.last:after, .service-content.last:before {
	content: '';
	position: relative;
	box-shadow: none;
	border: 0;
}
.service-content i {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #90191b;
	width:100px;
	height:100px;
	line-height: 100px;
	margin:30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}
.service-content h3 {
	font-size: 16px;
	font-weight: 600;
}
.service-content h4 {
	font-size: 14px;
	font-weight: 700;
}
/* Features
================================================== */

#services {
	padding: 40px 0;
}
.services-image {
	position: relative;
}
.services-image:after {
	content: '';
	width: 120px;
	right:24px;
	top: 50%;
	margin-top: 8px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
}
.services-wrapper {
	position: relative;
}
.services-wrapper:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #cecece;
	position: absolute;
	left: -50px;
	z-index: 1;
}
.services-wrapper:after {
	content: "";
	background: #ff6633;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.services-content-wrapper {
	position: relative;
	padding: 10px 0;
}
.services-content-wrapper h2 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
.services-content-wrapper:before {
	content: "";
	background: #ff6633;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.services-content-wrapper:after {
	content: "";
	background: #ff6633;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.services-box .services-icon {
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}
.services-box .services-icon i {
	color: #ff6633;
	font-size: 36px;
}
.services-box .services-icon i.fa-mobile-phone {
	font-size: 48px;
}
.services-box h3 {
	font-size: 16px;
	font-weight: 700;
}
.services-box .services-box-content {
	margin-left: 60px;
}
/*-- Featured Tab --*/

.services-tab {
	/*background: #f2f2f2;
	border: 1px solid #d7d7d7;*/
	padding: 40px 30px;
	border-radius: 2px;
}
.services-tab .nav-tabs {
	border-bottom: 0;
}
.services-tab .nav-tabs>li.active>a {
	color: #fff;
	background: #90191b;
}
.services-tab .nav-tabs>li.active>a:after {
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 40px;
	top: 50%;
	border-left-color: #640D1C;
	margin-top: -40px;
}
.services-tab .nav-tabs>li>a {
	border-radius: 4px 0 0 4px;
	padding: 20px 15px 8px;
	color: #858585;
	position: relative;
	border: 0 !important;
}
.services-tab .nav-tabs>li.active>a {
	color: #fff !important;
}
.services-tab .tab-icon {
	font-size: 34px;
}
.services-tab .tab-info {
	margin-left: 50px;
}
.services-tab .tab-info h3 {
	font-size: 20px;
	line-height: normal;
	margin: 0;
}
.services-tab .tab-pane img.pull-left {
	margin: 0 25px 10px 0;
}
.services-tab .tab-pane img.pull-right {
	margin: 0 0 10px 25px;
}
.services-tab .tab-pane h3 {
	margin: 0;
	line-height: normal;
	color: #90191b;
}
.services-tab .tab-pane h4 {
	line-height: normal;
	margin: 0 0 20px;
	font-weight: 300
}
.services-tab .tab-pane {
	padding-left: 25px;
}
.services-tab .tab-pane a.read-more {
	color: #90191b;
}
.services-tab .tab-pane a.read-more:hover {
	color: #666;
}
/* Portfolio
================================================== */


#portfolio .section-title:before, #portfolio .section-title:after {
	display:none;
}
#portfolio-carousel .thumbnail {
	position:relative;
	overflow:hidden;
	padding: 0;
	border: 0;
	border-radius: 0;
}
#portfolio-carousel .thumbnail .caption .caption-content {
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
}
#portfolio-carousel .thumbnail .caption i {
	border: 4px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -40px;
	width: 46px;
	z-index: 8;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#portfolio-carousel .thumbnail .caption i.fa-link {
	margin-left: 10px;
}
#portfolio-carousel .caption {
	color: #fff;
	padding: 15px;
	position:absolute;
	top: -100%;
	right:0;
	/*background:rgba(235, 76, 16, 0.85);*/
	background:#90191b;
	width:100%;
	height:100%;
	text-align:center;
	z-index:2;
	-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;
}
#portfolio .thumbnail:hover .caption {
	top: 0%;
}
#portfolio-carousel .caption h3 {
	font-size: 22px;
	font-weight: 400;
}
/* Carousel controller */

.carousel-control {
	width: auto;
}
.dart-carousel-controller {
	text-align: center;
	padding-top: 20px;
}
.dart-carousel-controller .left, .dart-carousel-controller .right, .owl-controls .owl-prev, .owl-controls .owl-next {
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.owl-controls .owl-next {
	margin-left: 6px;
}
.dart-carousel-controller .left:hover, .dart-carousel-controller .right:hover, .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	background: #90191b;
	color: #fff;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	display: inline-block;
}
#lightbox .modal-content {
	display: inline-block;
	text-align: center;
}
#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	right: -55px;
	z-index:1032;
}
#back-to-top {
	position:fixed;
	bottom:15px;
	right:40px;
	z-index:9999;
	width:60px;
	height:60px;
	text-align:center;
	line-height:55px;
	background:#90191b;
	color:#fff;
	cursor:pointer;
	border:0;
	border-radius:50%;
	text-decoration:none;
	transition:opacity 0.2s ease-out;
	opacity:0;
	font-size:25px;
}
#back-to-top:hover {
	background:#999;
	color:#000000;
}
#back-to-top.show {
	opacity:1;
}
.padtb {
	padding:20px 0;
}
.subscribe {
	/*  margin-top: 40px;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;*/
  
  margin-top: 40px;
	width: 100%;
	margin: auto;
}
.subscribe .form-control-news {
	float: left;
	width: 40%;
	height: 52px;
	margin-left:22.5%;
}
.subscribe .btn-news {
	padding: 16.5px 0px;
	color: #fff;
	border-radius: 4px;
	position: relative;
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -ms-transition: all .3s linear;
 -o-transition: all .3s linear;
 transition: all .3s linear;
	/* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15); */
  border: none;
	text-transform: uppercase;
	border-radius: 0 25px 25px 0;
	width:15%;
}
.btn-common {
	background: #90191b;
}
.btn-common:hover {
	background: #999;
}
.form-control-news {
	background-color: #f0f0f0;
	border: 1px solid transparent;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	color: #444;
	display: block;
	height: 55px;
	padding: 10px 12px;
	width: 100%;
}
.subcribetitle {
	font-size: 48px;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align:center;
	color:#90191b;
}
.subcribetitle-sub {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align:center;
	color:#000;
	margin-bottom:20px;
}

.context {    font-size: 15px;
    font-weight: 900;
    color: #90191b;
    padding-top: 18px;}

.context-pad { padding-top:15px;}