/*============== Body Code ==============*/

body {
	background: #fff;
	font: 14px 'Open Sans', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
/*body {
	margin-bottom: 100px;
}
html {
	position: relative;
	min-height: 100%;
}
*/
::selection {
	background-color: #de1a21;
}
/*============== Body Code ==============*/

/*======================== Dynamic Codes ========================*/
/*============== Header Area Codes ==============*/

header {
	padding: 0;
	width: 100%;
	z-index: 100;
}
.logo {
	position: relative;
	z-index: 1001;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
.logo a {
	margin: 0;
}

section.slider {padding: 0;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/*============== Header Area Codes ==============*/

/* Navigation Codes*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #a91632;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px 0px;
	margin-top: -5px;
}
.nav>li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
	color: #de1a21;
	transition: all 0.5s ease;
	padding-top: 0;
	font-weight: normal;
	padding-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 10px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	transition: all 0.5s ease;
	background: #de1a21;
	color: #fff;
}
.navbar-default .navbar-toggle {
	border: solid 1px #fff;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-nav {
	margin: 0 auto;
	display: block;
	padding: 0;
	margin-right: 0 !important;
	text-align: center;
	float: none !important;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav>li {
	float: none;
	text-transform: capitalize;
}
.nav>li>a {
	padding: 10px 20px;
}
.navbar-default {
	background: transparent;
	border: 0;
}
.navbar-collapse.collapse {
	border-top: 2px solid #E7E7E6;
	border-bottom: 2px solid #000;
	border-color: #e7e7e7;
}
/* Heading Codes*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-weight: normal;
	transition: all 0.5s ease;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h1, h2, h3 {
	font-weight: bold;
}
section {
	padding: 20px 0;
	width: 100%;
	zoom: 1;
	clear: both;
	overflow: hidden;
	display: block;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	background: #de1a21;
	color: #000;
	border: 2px solid #de1a21;
}
/*========================= Dynamic Codes =============================*/


/*============== Headings ==============*/

h1 {
	font-size: 36px;
	line-height: 40px;
	float: none;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	position: relative;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 22px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 24px;
}
h6 {
	font-size: 18px;
	line-height: 21px;
}
/*============== Headings ==============*/

p {
	color: #666666;
	margin: 10px 0;
	line-height: 25px;
	letter-spacing: 1px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
}
/*============== Buttons ==============*/

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	border: 2px solid #de1a21;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 12px 40px;
	font-family: 'Open Sans', sans-serif;
	background: #de1a21;
	transition: all 0.5s ease;
	margin: 30px 0;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border: 2px solid #de1a21;
	color: #000;
	background: transparent;
	transition: all 0.5s ease;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 2px solid #de1a21;
	color: #000;
	background: transparent;
	transition: all 0.5s ease;
	outline: none;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
.theme-button {
	border: 1px solid #de1a21;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 5px;
	line-height: normal;
	padding: 12px 25px;
	font-family: 'Open Sans', sans-serif;
	background: #de1a21;
	transition: all 0.5s ease;
}
.theme-button:hover, focus {
	background: transparent;
	border: 1px solid #de1a21;
	color: #de1a21;
}
.theme-button-second {
	border: 1px solid #de1a21;
	color: #de1a21;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 5px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	background: transparent;
	transition: all 0.5s ease;
	padding: 12px 25px;
}
.theme-button-second:hover, focus {
	background: #de1a21;
	border: 1px solid #de1a21;
	color: #fff;
}
/*============== Buttons ==============*/


/*============== Forms ==============*/

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	color: #000;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: transparent;
	transition: all 0.5s ease;
	border: 2px solid #de1a21;
}
textarea {
	min-height: 60px;
	transition: all 0.5s ease;
}
label, legend {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}
select {
	color: #000;
	border: 1px solid #000;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}
.form p {
	border-bottom: 1px dotted #a91632;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.form .input {
	float: left;
	width: 329px;
	margin: 0 30px 0px 0;
}
.form .input:first-child {
	margin-left: 0;
}
.form textarea {
	margin-bottom: 20px;
}
.form {
	width: 100%;
	padding: 20px 0;
}
.form h3 {
	text-align: left;
}
textarea {
	height: auto;
	resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:    #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #fff;
}
input:-moz-placeholder {
color:    #000;
opacity:  1;
}
input:focus:-moz-placeholder {
color:    #fff;
opacity:  1;
}
input::-moz-placeholder {
color:    #000;
opacity:  1;
}
input:focus::-moz-placeholder {
color:    #fff;
opacity:  1;
}
input:-ms-input-placeholder {
color:    #000;
}
input:focus:-ms-input-placeholder {
color:    #fff;
}
/*============== Forms ==============*/

/*============== Misc ==============*/
ul.ourWork {
	width: 100%;
	float: left;
	position: relative;
}
ul.ourWork li {
	width: 20%;
	float: left;
	list-style: none;
}
ul.ourWork li.double {
	width: 40%;
	float: left;
}
ul.ourWork li img {
	width: 100%;
}
.copyright {
	padding: 20px 0 10px 0;
}
.copyright p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.responsive_img {
	width: 100%;
}
ul.imgs-gallery {
	float: none;
	margin: 20px auto 0;
	width: 1170px;
	padding: 0;
}
ul.imgs-gallery li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 380px;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.remove-top {
	margin-top: 0 !important;
}
.remove-left {
	margin-left: 0 !important;
}
.remove-right {
	margin-right: 0 !important;
}
.half-top {
	margin-top: 10px !important;
}
.add-top {
	margin-top: 20px !important;
}
.add-med {
	margin-top: 32px !important;
}
.add-top-large {
	margin-top: 40px !important;
}
.add-top-xl {
	margin-top: 65px !important;
}
.add-top-xxl {
	margin-top: 109px !important;
}
img.scale-with-grid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.paragraphText {
	float: left;
}
.paragraphText img {
	margin: 15px;
	float: left;
}
.paragraphText p {
	margin-top: 15px;
}
.social-media {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
}
.social-media ul {
	display: block;
	margin: 0;
	padding: 0;
}
.social-media li {
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 0;
}
.social-media span.fa {
	color: #de1a21;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background: #fff;
}
.simple_Box {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	position: relative;
}
/*.simple_Box:before {
	content: '';
	background: #de1a21;
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	top: 0;
	margin-top: -20px;
	left: 0;
}*/
.simple_Box span.fa {
	font-size: 36px;
	color: #de1a21;
	margin: 20px 15px 10px 0;
}
.simple_Box h3 {
}
.content {
	margin: 0;
	padding: 0;
}
.content h2 {
	margin-top: 0;
}
ul li {
	margin: 0;
	padding: 7px 0;
	list-style: none;
	display: block;
}
.nav>li:before {
	display: none;
}
.contact_form {
	margin: 30px 0;
	padding: 0;
}
ul.footer-links {
	margin: 0;
	padding: 0;
}
ul.footer-links li {
	display: inline-block;
	margin-right: 10px;
	list-style: none;
}
.footer-links p a {
	color: #fff;
	text-decoration: none;
}
ul.services {
	padding: 0;
}
ul.services li {
	padding: 5px;
	display: block;
}
ul.services li span {
	margin-right: 10px;
	color: #de1a21;
	font-size: 18px;
}
ul.services li a {
	text-decoration: none;
}
.faqs {
}
.faqs h4 {
	margin: 0;
}
.faqs p {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.dynamic_Box {
	margin: 0;
	padding: 10px;
	cursor: pointer;
}
.dynamic_Box span.fa {
	display: block;
	font-size: 36px;
	color: #de1a21;
}
.other_Box {
	margin: 0;
	padding: 0;
}
.other_Box span {
	margin-right: 0;
	font-size: 30px;
	color: #00;
	border: 3px solid #de1a21;
	padding: 10px;
	border-right: none;
	border-top: none;
}
/*============== Misc ==============*/

/*============== Theme Elements ==============*/

.remove-padding {
	padding: 0!important;
}
.add-padding-xs {
	padding: 5px;
}
.add-padding-sm {
	padding: 10px;
}
.add-padding-md {
	padding: 20px;
}
.add-padding-lg {
	padding: 40px;
}
.add-padding-xl {
	padding: 80px;
}
/*============== Theme Gallery ==============*/
ul.imgGallery {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.imgGallery li {
	display: inline-block;
	float: left;
	width: 20%;
}
ul.imgGallery li img {
	width: 100%;
}
.grid {
	max-width: 100%;
	list-style: none;
	float: left;
	width: 100%;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img, figure.effect-bubba h2 span {
	color: #000;
}
.grid figure img {
	width: 100%;
	opacity: 10;
}
.grid figcaption {
	color: #fff;
}
.grid figcaption h3 {
	color: #fff;
}
.grid figcaption a {
	color: #fff;
	border: 1px solid #fff;
}
.grid figure p {
	color: #fff;
}
ul.fullwidthGallery.imgs-gallery {
	width: 100%;
	display: table;
}
ul.fullwidthGallery.imgs-gallery li {
	width: 33.3%;
	margin-right: 0;
	display: inline-block;
	margin-bottom: -18px !important;
}
.fullwidthGallery figure.effect-bubba {
	margin: 0;
}
figure.effect-bubba p {
	padding: 20px 0;
}
figure.effect-bubba h2 {
	padding-top: 10%;
	color: #fff;
}
figure.effect-bubba h2 span {
	color: #fff;
}
/* ===== Gallery UI Style ======*/
/*============== Theme Gallery ==============*/
/*============== Theme Elements ==============*/

/*============== Icons ==============*/

/*============== Icons ==============*/

/*============== UI ELEMENTS ==============*/
ol {
	display: block;
	list-style-type: none;
	padding: 0px;
	color: #000;
}
/*============== UI ELEMENTS ==============*/

/*============== Footer Area Codes ==============*/
footer {
	padding: 20px;
	width: 100%;
	background: #de1a21;
	/*position: absolute;
	bottom: 0; */
	width: 100%;
	height: auto;
}
footer p {
	color: #fff;
	margin: 0;
}
footer h2 {
	color: #de1a21;
}
footer h3, footer h4 {
	text-align: left;
}

/*============== Footer Area Codes ==============*/


/*============== Responsive Codes ==============*/

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid {
	margin: 0 auto;
	display: block;
	text-align: center;
}
ul.imgs-gallery li {
	width: 330px;
}
h5 {
	font-size: 18px;
}
h4 {
	font-size: 20px;
}
}

/*============== Ipad (portrait and landscape) ==============*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.dynamic_Box h3 {
	font-size: 20px;
}
.slider {
	width: 100%;
	height: auto;
}
.navbar-brand {
	font-size: 34px;
}
.nav>li {
	margin-right: 10px;
}
.grid {
	margin: 0 auto;
	display: block;
	text-align: center;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
p {
	font-size: 14px;
}
.dynamic_Box {
	margin: 0 0 50px 0;
}
ul.imgs-gallery li {
	width: 33.3%;
}
footer {
	padding: 10px;
}
.simple_Box span.fa {
	font-size: 36px;
}
}

/*============== Ipad (portrait and landscape) ==============*/

/*============== Big Smartphones (portrait and landscape) ==============*/			

@media only screen and (min-width: 481px) and (max-width: 767px) {
h1 {
	font-size: 30px;
}
.navbar-default .navbar-nav > li > a {
	padding: 8px 0;
}
.nav > li {
	margin-right: 20px;
}
h3 {
	font-size: 24px;
}
.slider {
	width: 100%;
	height: auto;
}
header {
	position: relative;
}
.navbar-default .navbar-toggle {
	border: 1px solid #de1a21;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #de1a21;
}
.nav > li > a {
	padding: 10px 12px;
}
.nav>li>a {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.navbar-nav {
	margin: 10px 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.grid {
	margin: 0 auto;
	display: block;
	text-align: center;
}
ul.imgs-gallery, ul.imgs-gallery li {
	width: 100%;
}
.dynamic_Box {
	margin: 0 0 30px 0;
}
footer {
	position: static;
	padding: 20px;
	height: auto;
}
body {
	margin: 0;
}
}

/*============== Big Smartphones (portrait and landscape) ==============*/		
	
/*============== Smartphones (portrait and landscape) ==============*/

@media only screen and (max-width: 480px) {
header {
	position: relative;
}
p {
	font-size: 14px;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
.slider {
	width: 100%;
	height: auto;
}
.navbar-default .navbar-toggle {
	border: 1px solid #de1a21;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D04235;
}
.nav > li {
	display: block;
	margin: 0 0 10px 0;
}
.navbar-toggle {
	margin: 10px 0;
}
.navbar-brand {
	width: 200px;
}
.navbar-nav {
	margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.grid {
	margin: 0 auto;
	display: block;
	text-align: center;
}
ul.imgs-gallery {
	width: 100%;
}
img.scale-with-grid {
	width: 100%;
}
.dynamic_Box {
	margin: 0 0 30px 0;
}
.navbar-default .navbar-nav>li>a:hover:after {
	width: 20%;
	height: 2px;
	left: 40%;
}
}
		
/*============== Smartphones (portrait and landscape) ==============*/		
		
/*============== Responsive Codes ==============*/

/*=======FORM-1======*/
.dragndropContactForm label, legend {
  display: block;
  font-size: 14px;
  color: #de1a21;
  margin-bottom: 10px;
  font-weight: normal;
}
.dragndropContactForm input[type="text"], .dragndropContactForm input[type="password"], .dragndropContactForm input[type="email"], .dragndropContactForm textarea, .dragndropContactForm select {
  color: #000;
}
.dragndropContactForm input[type="text"]:focus, .dragndropContactForm input[type="password"]:focus, .dragndropContactForm input[type="email"]:focus, .dragndropContactForm textarea:focus {
  background: #fff;
  color: #000;
  border: 1px solid #de1a21;
}
.dragndropRichTextWidget {
  margin: 0;
  padding: 0;
}
.dragndropRichTextWidget h1, .dragndropRichTextWidget h2, .dragndropRichTextWidget h3, .dragndropRichTextWidget h4, .dragndropRichTextWidget h5, .dragndropRichTextWidget h6 {
  color: #de1a21;
}
.dragndropRichTextWidget .fa {
  color: #de1a21;
}
.dragndropSocialMedia ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.dragndropSocialMedia ul li {
  list-style: none;
  display: inline-block;
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 35px;
}
.dragndropSocialMedia ul li a {
  text-decoration: none;
  color: #de1a21;
}
.dragndropSocialMedia.social-media {
  background: none !important;
}
.dragndropSocialMedia.social-media li {
  background: none !important;
}
.dragndropSocialMedia ul li span {
  color: #de1a21;
}
.img-responsive {
  width: 100%;
}
.img-circle {
  width: 250px !important;
  height: 250px;
  margin: 0 auto;
}
.dragndropImgGallery .grid figure {
  background: rgba(0, 0, 0, 0.9) !important;
}
.embed-container {
  position: relative;/*padding-bottom: 19.25%;*/
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}
.embed-container iframe {

  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;/*height: 100%;*/
}

/******** =========================  Carousel Styles ==================== ********/
/* Carousel base class */
.carousel {
    height: 500px;    
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px !important;
}

.carousel-indicators li {
  border: 1px solid #de1a21;
  background: #de1a21;
}
.carousel-caption h1 {
  font-weight: bold;
  text-transform: capitalize;
  line-height: 50px;
  font-size: 40px;
  color: #000;
}

.carousel-caption h1, .carousel-caption p {
  color: #000;
  text-shadow: none;
}
.carousel-control {
  text-shadow: none;
  opacity: 10;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 31px;
  height: 33px;
  margin-top: -15px;
  font-size: 30px;
}
.carousel-control .icon-next, .carousel-control .fa-angle-right {
  right: 50%;
  margin-right: -10px;
  background: #de1a21;
  border-radius: 5px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  margin-left: -15px;
}
.carousel-control .icon-prev, .carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px;
  background: #de1a21;
  border-radius: 5px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control span.fa{
    color:#fff !important;
}
.imageCarouselWidget {
  padding: 0px;
}
.dropdown-menu{border-radius: 0;border:0;padding: 0;}
.dropdown-menu li{width:100%;}

/******** ======================= sliderStyle1 =============================== ********/
.sliderStyle1 .carousel-caption {
  bottom: 23%;
  width: 50%;
  padding: 20px;
  left: 20%;
  text-align:left;
}

/******** ========================= sliderStyle2 =========================== ********/
.sliderStyle2 .carousel-caption {
  bottom: 23%;
  padding: 30px;
  left: 25%;
}

/******** ========================== sliderStyle3 =========================== ********/
.sliderStyle3 .carousel-caption {
  bottom: 23%;
  background: #fff;
  width: 50%;
  padding: 30px;
  left: 25%;
}

/******** ================== Carousel Styles End ================ ********/

@media only screen and (max-width:1040px) {
  .embed-container {
    padding-bottom: 23.25%;
  }
}
@media only screen and (max-width:960px) {
  .embed-container {
    padding-bottom: 30.25%;
  }
}
@media only screen and (max-width:640px) {
  .embed-container {
    padding-bottom: 50.25%;
  }
}
@media only screen and (max-width:403px) {
  .embed-container {
    padding-bottom: 80.25%;
  }
}

/*=======FORM-1======*/

/*=======Image Gallery======*/
ul.imageListsWidget li figure figcaption p:empty {
  display: none !important;
}

/*=======Image Gallery======*/
