body {
	font-family: 'Gentium Book Basic', serif;
	font-size: 14px;
	color: #0f0f0f;
	background-color: #fff;
	overflow-x: hidden;
}

p{
	font-size: 16px;
}


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: rgb(113,20,39);
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color: rgb(113,20,39);
}

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;
	letter-spacing: 0.5px;
}

.padding{	
	padding:80px 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:rgb(113,20,39);
}

.section-title:before {	
	top:-100px;	
	margin-left:-0.5px;
	height:50px;
	width:1px;
}

.section-title:after {
	top:-50px;
	margin-left:-7px;
	height:14px;
	width:14px;
	border-radius:50%;
}

#news-section
.section-title:before {	
	top:-115px;	
	margin-left:-0.5px;
	height:50px;
	width:1px;
}

#news-section
.section-title:after {
	top:-75px;
	margin-left:-7px;
	height:14px;
	width:14px;
	border-radius:50%;
}

#blog-section .section-title:before {
	top: -162px;
    margin-left: -0.5px;
    height: 50px;
    width: 1px;
}	

#blog-section .section-title:after {
	top: -115px;
    margin-left: -7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

#core-featured .section-title:before , #core-featured .section-title:after{
	display: none;
}

.section-title h1 {
	font-size:18px;
	font-weight:900;
	color:#363636;
	margin-bottom:0;
	text-transform:uppercase;
}

.section-title h2 {
	font-size:36px;
	text-transform:uppercase;
	color:rgb(113,20,39);
	font-weight:900;
	margin-top:0;
	line-height:46px;
} 


.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%;
}

.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;
  background-color:#fff;
  font-weight:500;
  font-size: 18px;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid rgb(113,20,39);
  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 #A81C47;
}

#page .navbar-toggle .icon-bar, 
.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #A81C47;
}

.image-bg {
	background-size: cover;
    background-repeat: no-repeat;
	background-color:rgb(113,20,39);
}

/*==============================
=========navigation-section=========
================================*/

/*top-bar*/
.top-bar {
	position:absolute;
	right:15px;
	top:20px;
}

.top-bar .social-icons li a{
	color:#000;
	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: rgb(113,20,39);
    padding: 10px 15px;
    border-radius: 4px;
}

/*Navigation CSS*/
#navigation{
	position:absolute;
	width:100%;
	z-index:1000;
background:#fff;
}

.navbar-fixed-top, #page .navbar {
	background-color:#fff;
	box-shadow:0px 0px 5px 2px #e8e8e8;
	webkit-box-shadow:0px 0px 5px 2px #e8e8e8;
	-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;
padding:10px;
}

#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:70px;
	padding-top:20px;
}

#navigation .navbar-fixed-top .navbar-right, 
#page #navigation .navbar .navbar-right {
	margin-top:0;
}

#navigation .navbar-fixed-top .navbar-right li a, 
#page #navigation .navbar .navbar-right li a {
	color:#000;
	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:#fff;
}

#navigation .navbar-fixed-top .navbar-right li.active > a {
	color:#000;
}

#navigation .container {
	position:relative;
}

.navbar-brand {
	display: block;
	height: 100px;
	padding-top:0;
	color: #fff;
}

.main-logo{
width: 120px;
}

#core-featured .card{
	padding: 25px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 1px 1px 10px #000;
	min-height: 350px;
	margin-top: 20px;
}

.card h3{
	font-weight: bold;
}

.card_1 h3{
	font-weight: bold;
}

.card_1{
	padding:10px 25px;
	background: rgb(113,20,39);
	color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #000;
	min-height: 350px;
	margin-bottom: 20px;
}


.navbar-brand .logo-two, 
.navbar-fixed-top .main-logo, 
#page .main-logo  {
	display:none;
}

.navbar-fixed-top .logo-two, 
#page .logo-two {
    display: block;
    width: 95px;
    margin-top: -35px;

}

#navigation .navbar-right {
	margin-top: 60px;
	margin-right: 5px;
}

#navigation .navbar-right li a {
	color:#000;
	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:#fff;
}
#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: #a81c47;
	}
	
	#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: #a81c47;
	}
	
	#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:#A81C47;
	}
	#navigation .navbar-fixed-top .navbar-right li.active > a {
		color:#000;
	}
	#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: #a81c47; 
		font-size:13px;
		padding: 12px 17px; 
		border-bottom: solid 1px #f1f1f1;
		background-color:transparent;
	}
	
	#navigation .dropdown-menu .active > a,
	#navigation .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background-color: #a81c47 !important;
		border-bottom: solid 1px #a81c47;
		-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:170px;
}

#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:rgb(113,20,39);
}

.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: rgb(113,20,39);
}

.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: rgb(113,20,39);
	background-image:url(../images/home/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.home-content {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-70px;
	width:100%;
	height:100%;
}

.home-content h1 {
	font-size: 35px;
	text-transform: uppercase;
	background-color: #fff;
	color: #a81c47;
	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 .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;
}

.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:rgb(113,20,39);
	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:100px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	text-transform:capitalize;
	line-height:75px;
	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:50%;
	margin-top:-205px;
}

.item-three .home-content h1, 
.item-four .home-content h1 {
	font-size:80px;
}

.item-three .home-content h2, 
.item-four .home-content h2 {
	font-size:90px;
	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:55px;
	margin-bottom:0;
}

.item-five .slider-content h2 {
	font-size:120px;
	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:rgb(113,20,39);
	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:16px;
	color:rgb(113,20,39);
	display:inline-block;
	margin-top:10px;
	font-weight:900;
}

.welcome-content .welcome-info a:hover{
	color:#000;
}

.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{
	background-image: url(images/services/featured-bg.jpg) !important;
	color: #fff !important;
}

#recent-projects .card {
    padding: 25px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #000;
    min-height: 350px;
    margin-top: 20px;
}

 
#project-list, 
#architect{
	background-color:#eaeaea;
	background-image:url(images/project/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-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:rgb(113,20,39);
}

.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(121, 23, 22, 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:50%;
	
}
#amazing-features .section-title:before{
	top: -90px;
    margin-left: -0.5px;
    height: 50px;
    width: 1px;
}

#amazing-features .section-title:after {
	top: -50px;
    margin-left: -7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

#amazing-features  {
	color:#848484;
}

#amazing-features .section-title {
	margin-bottom:40px;
}

#amazing-features .section-title h2{
	margin-bottom:15px;
}

#amazing-features .features {
	margin-bottom:35px;
}

#amazing-features .features h4 {
	color:#363636;
	margin-bottom:15px;
	
}

#amazing-features .features:hover h4{
	color:rgb(113,20,39);
	-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:#fff;
	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(0, 0, 0, 0.75);
}

.fun-facts{
	padding:10px 0;
}

.fun-facts i{
	font-size:48px;
}

.fun-facts h1{
	font-size:48px;
	font-weight:800;
	margin-bottom:5px;
}

.fun-facts h2{
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0;
}


/*==============================
=============== 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(121, 23, 22, 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:rgb(113,20,39);
}

.entry-content .read-more i{
	font-size:24px;
}



/*========================
========Clients CSS=======
==========================*/
.clients ul li {
	width:24%;
	padding:15px;
	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/others/promo-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

#promotion.promo-image-bg {
	background-image:url(../images/others/promo-bg2.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:rgb(113,20,39);
}

.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: #CD3057;
    color: #fff;
    font-size: 16px;
    margin-top: 72px;
    padding: 35px 0 45px;
    background-image: url(../images/about-us/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 {
	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: #CD3057;
	background-image: url(../images/about-us/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: #CD3057;
	background-image:url(../images/about-us/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:rgb(113,20,39);
}



/*===============================
========Service Page CSS ========
================================*/

.about-us-content.service {
	padding-left:0;
	padding-right:35px;
}

#core-featured {
	background-image:url(../images/services/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:rgb(113,20,39);
	font-size:18px;
	font-weight: bold;
	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(121, 23, 22, 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:rgb(113,20,39);
}

.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:rgb(113,20,39);
}

.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/project/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:rgb(113,20,39);
}

#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:29.7%;
	height:auto;
	margin:0;
	margin-right:30px;
	cursor:pointer;	
}


#project-carousel .project-indicators li:last-child {
	margin-right:0;
}

#project-details .project-info {
	padding-left:30px;
	font-size:18px;
}

#project-details .project-info h2 {
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:20px;
}

#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:rgb(113,20,39);
}


/* 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 */





/* 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:rgb(113,20,39);
}

.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:rgb(113,20,39);
	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:rgb(113,20,39);
	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:rgb(113,20,39);
}

#login-wrapper .btn-primary.register:hover{
	background-color:rgb(113,20,39);
	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:rgb(113,20,39)
}


/*========================
===== Coming Soon CSS====
=========================*/
#coming-soon {
	position:relative;
	height:100%;
	width:100%;
}
.coming-soon {
	background-image:url(http://themeregion.com/demo/arki/default-images/others/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: rgb(113,20,39);
	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:rgb(113,20,39);
}

.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/others/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;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    cursor: pointer;
}

.btn-file span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
	font-size:18px;
}

/* Optional: Adjust truncation only for desktop view */
@media (min-width: 992px) {
    .btn-file span {
        max-width: 130px; /* you can tweak this width as per button size */
    }
}

/* On smaller screens (mobile/tablet), show full name */
@media (max-width: 991px) {
    .btn-file span {
        white-space: normal;
        text-overflow: clip;
        overflow: visible;
    }
}

.btn-primary{
	color:#fff;
	background-color: #711326;
	border: none;
}

.btn-primary:hover{
	background-color: #823b49 ;
}

.contact-details{
	font-size: 20px !important;
}