/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#bg-paralax, #testimonial
{
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
}
#contact .center ul.social-link
{
    margin-top: 45px;
    padding: 0;
    list-style: none;
}

#contact .center h2, #contact .center .margen
{
	margin-bottom: 45px;
	color: #b9090b;
}

#contact .center a
{
    color: #b9090b;
}
#contact .form-inline .btn-black
{
	width: 100%;
	color: #fff;
}
#contact .form-inline .btn-red
{
    width: 100%;
    color: #fff;
}

#copyrights
{
	background: #E1E1E1 !important;
	color: #a6a6a6 !important;
	font-size: 14px !important;
}

#copyrights A, #copyrights A:link, #copyrights A:hover, #copyrights A:visited, #copyrights A:active
{
	color: #b9090b !important;
}
#footer
{
	background: #E1E1E1 !important;
}
#slogan
{
	background: #b9090b;
	padding: 25px 0;
	color: #fff;
	margin-top: -2px;
	width: 100%;
}

#slogan p
{
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}

#slogan a {
	padding: 15px 35px;
	border: 1px solid #fff;
	color: #000;
	background: #fff;
	font-weight: bold;
	text-transform: capitalize;
}
#testimonial
{
	background-color: #222;
	color: #fff;
}
#testimonial h2
{
	color: #b9090b;
}
#wrapper
{
	background-color: transparent !important;
}
.bg-grey
{
	background: #ececec;
}
.bg-white
{
	background: #ffffff;
}
.btn-blue
{
	background: #b9090b;
	border: 1px solid transparent;
}
.btn-common, .btn-black, .btn-red, .btn-white, .loadmore
{
	font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 30px;
}
.btn-red
{
	background: #b9090b;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.btn-common, .btn-black, .btn-red, .btn-white, .loadmore
{
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
	padding: 12px 30px;
}
.heading
{
	margin-bottom: 40px;
	color: #b9090b;
}
.info-section .block
{
	padding-top: 0;
	padding: 90px 5%;
	position: relative;
}
.innerpage-banner
{
    padding-top: 100px;
    max-height: 240px;
    border-bottom: 5px solid rgba(0,0,0,0.9);
    color: #fff;
    text-shadow: 1px 1px black;
}

.light
{
	background: #f5f5f5;
}
.magin30
{
    margin-bottom: 30px;
}
.padding 
{
	padding: 90px 0;
}
.padting45
{
    padding: 45px 0;
}
.portfolio-desc h5
{
	color: #727272;
}
.portfolio-desc h4
{
	font-size: 20px;
	color: #b9090b;
}
.portfolio-desc A
{
	color: #b9090b;
}
.pull-left
{
	float: left!important;
}
.pull-right
{
	float: right!important;
}
.r-test ul.r-feature li
{
    color: #1b1d1f;
    display: inline-block;
    padding-left: 10px;
    text-transform: capitalize;
    width: 96%;
    margin-bottom: 15px;
}
.r-test ul.r-feature li:before
{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #b9090b;
}
a, a:hover, a:focus
{
	text-decoration: none;
	outline: none;
	color: inherit;
}
body{
	color:#222222 !important;
	font-family: "Open Sans", sans-serif !important;
	overflow-x: hidden !important;
	font-size:14px !important;
	 
}
b, strong
{
	font-weight: 700;
}
h1
{
	font-size: 46px;
}
h2
{
	font-size: 44px;
}
h2, h3, h4
{
	text-transform: capitalize;
	font-family: "raleway";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, h2, h3, h4, #testimonial-slider .slide h5 {
	margin: 0;
}
p
{
	font-size:14px;
	color:#222222;
}
p.title
{
	color: #222;
	font-size: 14px;
	text-transform: capitalize;
}
.slide p
{
	font-size: 20px;
	margin-left: 13%;
	margin-right: 13%;
	color: #fff;
}
.tdf
{
	color:#b9090b;
	font-weight: bold;
}
.top-padding
{
	padding-top: 90px;
}
#contact .center ul.social-link
{
	margin-top: 45px;
}
 ul.social-link li a
{
	display: inline-block;
}

 ul.social-link li
{
	margin-top:10px;
	display:inline-block;
}

 ul.social-link li a
{
  border: 1px solid #000;
  border-radius: 44px;
  font-size: 20px;
  height: 44px;
  width: 44px;
  position:relative;
  color: #000 !important;
}

ul.social-link li a span
{
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}

ul.social-link li a:hover span
{
  background: #b9090b;
  border-radius:44px;
  height:44px;
  width:44px;
  border: 1px solid #b9090b;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
}
ul.social-link li a i
{
  height: 100%;
  left: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 10;
}

ul.social-link li a :hover,  ul.social-link li a:focus
{
	color:#fff;
	border: none;
}
.color6
{
	color: #b9090b;
}

@media (max-width: 991px)
{
	.full-header
	{
		background-color: #b9090b;
	}
}
@media (min-width: 992px)
{
	.full-header
	{
		background-color: transparent;
	}
}
.heading
{
    margin-bottom: 40px;
    color: #b9090b;
}
.header-wrap-clone
{
	background-color: transparent;
}
#header
{
	border: 0px;
}
.header-row
{
	border: 0px;
}
#header-wrap
{
	background-color: transparent !important;
}
.innerpage-banner
{
    padding-top: 100px;
    max-height: 240px;
    border-bottom: 5px solid rgba(0,0,0,0.9);
    color: #fff;
    text-shadow: 1px 1px black;
}
.is-expanded-menu .full-header #logo 
{
	border: 0px;
}
.is-expanded-menu .full-header .primary-menu .menu-container
{
	border: 0px;
}
.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content
{
	border: 0px;	
}
.is-expanded-menu .sticky-header #header-wrap
{
	background-color: #b9090b !important;
}
.is-expanded-menu .menu-link, .is-expanded-menu .menu-link:link, .is-expanded-menu .menu-link:hover, .is-expanded-menu .menu-link:active
{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}
.is-expanded-menu .sub-menu-container .menu-item > .menu-link, .is-expanded-menu .sub-menu-container .menu-item > .menu-link:hover, .is-expanded-menu .sub-menu-container .menu-item > .menu-link:active
{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}
.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content
{
	background-color: #b9090b;
}
.is-expanded-menu #header.transparent-header
{
	border: 0px;
}
.is-expanded-menu #header.full-header.transparent-header #header-wrap
{
	border: 0px;
}
.is-expanded-menu #header.sticky-header-shrink
{
	background-color: #b9090b !important;
}
.is-expanded-menu .header-size-sm
{
	background-color: #b9090b !important;
}
.menu-link:hover, .menu-link:active, .menu-item.current > .menu-link
{
	color: #FFFFFF !important;
	background-color: #b9090b !important;
}
#portfolio.item h4
{
	font-size: 20px;
	color: #b9090b;
}
.primary-menu A, .primary-menu A:hover, .primary-menu A:active, .primary-menu A:visited, .primary-menu > .menu-link A
{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}
.section-padding
{
    padding-top: 130px !important;
}
.tagline
{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px black;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
