*							{ margin:0; padding:0; outline:none;}
@font-face {
    font-family: 'dancingscriptregularwebfont';
    src: url('../fonts/dancingscriptregularwebfont.eot');
    src: url('../fonts/dancingscriptregularwebfont.eot') format('embedded-opentype'),
         url('../fonts/dancingscriptregularwebfont.woff2') format('woff2'),
         url('../fonts/dancingscriptregularwebfont.woff') format('woff'),
         url('../fonts/dancingscriptregularwebfont.ttf') format('truetype'),
         url('../fonts/dancingscriptregularwebfont.svg#dancingscriptregularwebfont') format('svg');
}

html, body {
	background: #ffffff none repeat scroll 0 0;
    color: #676767;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 24px;
    vertical-align: baseline;
}


a {
	color:inherit;
	transition:all .2s ease-in-out;
}
a:hover, a:focus {
	color:#d7002e;
	text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h6{
	margin-top:0;
	font-weight:normal;
}
h5				{ font-size:20px; font-weight:300 !important;}

p {
}
img {
	max-width:100%;
	height:auto;
}

ul li { list-style:none;}
/*     orange: #ed8b00     */
.no_padding			{ padding:0;}

.btn-red			{ background-color:#d7002e; color:#fff;}
.btn-red:hover,	.btn-red:focus	{transition: all 0.35s ease 0s; background-color:#d8002e; color:#fff;}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*=======================================================================
[03] Header Area
=========================================================================*/
@media only screen and (max-width: 767px) {

}
.header-top {
  padding:5px 0;
  background:#d7002e;
  border-bottom:1px solid #f65275;
}
.header-top .header-top-inner {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-top .header-top-inner ul li {
  display: inline-block;
  //text-transform: lowercase;
  font-size: 13px;
  margin-left: 30px;
}
.header-top .header-top-inner ul li i {
  text-align: center;
  padding: 1px 3px;
  color:#fff;
  /*background: #f65275;
  color:#a3c5f7;
  font-size: 16px;*/
  margin-right: 10px;
}
.header-top .header-top-inner ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.header-top .header-top-inner ul li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-social			          { color: #fff; float: left; font-size: 14px; margin:5px 0;}
.top-social-icon li           { margin:5px 0 0;}
.top-social-icon li a i       {  box-shadow: rgb(210, 210, 210) 1px 1px;width:25px; height:25px; line-height:25px; border-radius:100%; background:#d7002e; color:#fff; text-align:center; vertical-align:middle;}
.top-social-icon li a:hover i { background:#d7002e; color:#fff;}


.header-bottom {
  padding:0px 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 991px) {
  .header-bottom {
    padding: 25px 0 0;
  }
}
.logo-area {
  margin-top: 0;
}
.main-menu-area {
  float: right;
}
.main-menu-area nav ul {
  margin-top:48px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul {
    margin-top: 0;
  }
}
.main-menu-area nav ul .active > a {
  color: #3b82ea;
}
.main-menu-area nav ul .active > a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}
.main-menu-area nav ul li a {
  padding: 0 15px 46px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area nav ul li a {
    padding: 0 13px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li a {
    padding: 0 3px 24px;
  }
}
.main-menu-area nav ul li a:hover {
  color:#d7002e !important;
}

.main-menu-area nav ul li a:hover:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
.main-menu-area nav ul li ul {
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  width:220px;
  z-index: 99999;
  background:#251d2b;
  padding: 0;
  left: 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li {
  padding: 0;
  display: block;
}
.main-menu-area nav ul li ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #fff;
  border-top:1px solid #f5f5f5;
  border-bottom:1px solid #f5f5f5;
}
.main-menu-area nav ul li:hover a {
  color:#d7002e !important;
}
.main-menu-area nav ul li:hover ul > li a { color:#fff !important;}
.main-menu-area nav ul li ul > li:hover,
.main-menu-area nav ul li ul > li .active {
  background:#d7002e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li:hover a,
.main-menu-area nav ul li ul > li .active a {
  color: #ffffff !important;
}
.main-menu-area nav ul li ul > li:hover a:before,
.main-menu-area nav ul li ul > li .active a:before {
  opacity: 0;
}
.main-menu-area nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area nav ul li:hover > a,
.main-menu-area nav ul .active > a {
  position: relative;
}
.main-menu-area nav ul li:hover > a:before,
.main-menu-area nav ul .active > a:before {
  opacity: 1;
  width: 57%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area li.has-child-menu {
  position: relative;
}
.main-menu-area li.has-child-menu > a {
  color: #ffffff;
}
.main-menu-area li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}


.header .header-bottom nav ul li a:hover {
  color: #3b82ea;
}
.header .header-bottom nav ul li ul li a {
  color: #ffffff;
}
.header .header-bottom nav ul li ul li a:hover {
  color: #ffffff;
}

.smobitrigger {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    padding: 10px;
	background:#d7002e;
}
.smobitrigger:hover,.smobitrigger:focus {
	text-decoration:none;
	color:#ffffff;
	background:#d7002e;
}
.mnuclose {
	background:none;
	width:100%;
	padding:0;
	font-size:46px;
	color:#000000 !important;
}
.mnuclose:hover, .mnuclose:focus {
	text-decoration:none;
}

.mobimenu {
	background:#f8f8f8 !important;
}

.mm_inner {
	display:none;
}
.mm_inner a {
	color: #000 !important;
    display: block;
    font-weight: 600;
    padding: 5px 20px;
	line-height:40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.mm_inner a:hover {
    background: #d7002e !important;
	color:#fff !important;
}

.mm_inner a[data-toggle=collapse]::after {
	content: "\e259";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	float:right;
	line-height:40px;
}


@media only screen and (max-width : 767px) {
.mm_inner { display:block;}
}




.header ul {
	margin:0;
	padding:0;
}









/* ============================================================================= */

.banner { margin-bottom:0px;}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: background: rgba(215,0,46, 0.2);
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(215,0,46, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
   border: none;
border-radius: 0;
width: 20px;
height: 5px;
background: #c0c0c0;
border-radius:2px;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    border-radius: 0;
width: 20px;
height: 5px;
background: #d7002e !important;
margin: 1px;
border-radius:2px;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    padding: 0;
    color:rgba(215,0,46,1);
    font-size:40px;
    font-style:normal;
	font-weight:bold;
    line-height: 84px;
    margin-bottom:10px;
    letter-spacing:-1.3px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 2px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color:#d7002e;
    background: #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding:0px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height:18px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}





/* ============================================================================= */

.content 			{}
.page-content		{ padding-top:30px;}
.full-width			{ margin-bottom:25px;}
.letter-box	h3 		{ font-family:'dancingscriptregularwebfont';font-size:30px; color:#d7002e; margin-bottom:10px; }
.letter-box h4		{ color:#222222;}
.letter-box p		{ text-align:justify;}

.promobox{
	position:relative;
	overflow:hidden;
	background-color:#f5f5f5;
}
.promobox::after{
	position:absolute;
	content:'';
	left:10px;
	right:10px;
	bottom:10px;
	top:10px;
	border:1px solid rgba(255, 255, 255, 0.3);
}
.promobox .promo-image{
	position:relative;
	width: 100%;
	height: 30rem;
}
.promobox .promo-image img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: top;
	object-position: top;
	transition: all 0.3s ease;
}

.promobox .promo-image::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
.promobox:hover .promo-image::before{
	opacity:.1;
}
.promobox .promo-content{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:20px 40px;
	z-index:2;
	color:#fff;
}
.promobox .promo-content-inner{
	margin-bottom:20px;
}
.promobox .promo-content .promo-content-title{
	margin:0;
	color:inherit;
	font-weight:normal;
	text-transform:uppercase;
}
.promobox .promo-content .content-subtitle{
	line-height:normal;
	margin-top:10px;
	margin-bottom:20px;
}
.promobox .promo-link{
	margin-bottom:20px;
}
.promobox .promo-content .promo-link a{
	background-color:#d7002e;
}
.promobox .promo-content .promo-link a:hover{
	background-color:#fff;
	color:#d7002e;
}

.services-list   	{ background:#f8f8f7; padding:25px 0;}

.content-title 		{ color:#000; padding:15px 0;}
.content-title::after{
	position:relative;
	content:'';
	display:block;
	width:40px;
	left:50%;
	margin-top:10px;
	height:4px;
	background-color:#d7002e;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.title-left 		{ color:#000; padding:0px 0;}
.title-left::after{
	position:relative;
	content:'';
	display:block;
	width:40px;
	left:0;
	margin-top:10px;
	height:4px;
	background-color:#d7002e;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.js-title		{ letter-spacing: -1.3px; padding:0 130px;}

.service-container{ margin-bottom:30px;}

.service-content h4{
	color:#000;
}
.service-content h4::after {
    position: relative;
    display: block;
    content: '';
    width: 30px;
    margin: 13px 0;
    border-top: 1px solid;
    opacity: .5;
}
.service-link{
	margin-top:20px;
}

.service-icon{
	float:left;
	font-size:2.5em;
	width:63px;
	height:63px;
	line-height:63px;
	margin-right:20px;
	text-align:center;
	background-color:rgba(0, 0, 0, .03);
	-webkit-border-radius:50%;
			border-radius:50%;
	-webkit-transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
	   -moz-transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
			transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
}
.service-container:hover .service-icon{
	background-color:#d7002e;
	color:#fff;
}
.service-container .service-content{
	overflow:hidden;
}
.service-container .service-content h4{
	margin:0;
}
.service-content h4::after{
	position:relative;
	display:block;
	content:'';
	width:30px;
	margin:13px 0;
	border-top:1px solid;
	opacity:.5;
}

.service-link{
	display:inline-block;
}
.service-link a{
	display:block;
	position:relative;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	letter-spacing:.5px;
	color:#d7002e;
}
.service-link a::after{
	position:relative;
	font-family: 'FontAwesome';
	content:'\f061';
	margin-left:20px;
	font-size:1em;
	font-weight:normal;
	opacity:0;
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
.service-link a:hover::after{
	opacity:1;
	margin-left:7px;
	-webkit-transition:all 0.35s ease 0s;
	-moz-transition:all 0.35s ease 0s;
	transition:all 0.35s ease 0s;
}
.page-header { background-image:url(../images/bg1.jpg);padding:70px 0; margin:0; position:relative;}
.page-header::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	opacity:.5;
	background-color: rgba(215, 0, 46,0.5);
	-webkit-transition:opacity 0.35s ease 0s;
	   -moz-transition:opacity 0.35s ease 0s;
			transition:opacity 0.35s ease 0s;
}
.page-header h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
	word-wrap: break-word;
	
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 15px;
    text-align: right;
}
.breadcrumb > li + li::after{ padding: 0 5px; color: #ccc; content: "/\00a0";}
.breadcrumb > li + li::before{  display:none;}
.breadcrumb > li:last-child::after{ display:none;}
ol.breadcrumb li {
    color: #fff;
    font-family: open sans;
    font-weight: 600;
	word-break: break-word;
}
.breadcrumb a {
    color:#d7002e;
}
.breadcrumb a:hover {
    color: #fff;
}
.page-header.parallax {
    background-attachment: scroll;
    background-position: 50% 30%;
    background-size: cover;
}


.team-member {
    padding:0px;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -ms-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}
.team-member:hover {
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.team-img	{ 
    width: 100%;
	height:25rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	background:#ededed;
}
.team-img img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: top;
	object-position: top;
	transition: all 0.3s ease;
}
.team-info { margin-top:18px;}
.team-info > h4{ text-align:center;}
.team-info > h5 {
    display: block;
    font-size: 14px;
    text-align: center;
}
.team-introtext			{ display:block; margin:15px 0; text-align: center;}
.team-introtext h4		{ color:#d7002e;}

.team-social-icon {
    border-top: 1px solid #ececec;
    text-align: center;
    position: relative;
}
.team-social-icon ul {
    padding-left: 0px;
}
.team-social-icon li {
    display: inline-block;
    padding: 10px 12px;
}




/*=================================================================================
Accordion
*/


 .panel {
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #fff;
            background: none;
            box-shadow: none;
        }
        
        .panel:last-child {
            border-bottom: none;
        }
        
        .panel-group > .panel:first-child .panel-heading {
            border-radius: 4px 4px 0 0;
        }
        
        .panel-group .panel {
            border-radius: 0;
        }
        
        .panel-group .panel + .panel {
            margin-top: 0;
        }
        
        .panel-heading {
            background-color:#d7002e;
            border-radius: 0;
            border: none;
            color: #fff;
            padding: 0;
        }
        
        .panel-title a {
            display: block;
            color: #fff;
            padding:10px;
            position: relative;
            font-weight: 400;
			padding-left:40px;
			line-height:24px;
        }
        
        .panel-body {
            background: #f8f8f7;
        }
        
        .panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .panel-heading a:before {
            font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			content:"\f067";
            position: absolute;
            left: 10px;
            top: 50%;
			margin-top:-12px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
        #bs-collapse .panel-heading a:after {
            content: ' ';
            position: absolute;
            left: 10px;
            top: 50%;
			margin-top:-12px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        #bs-collapse .panel-heading.active a:after {
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
            content:  "\f068";
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
        #accordion .panel-heading a:before {
            font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			content:"\f067";
            position: absolute;
            left: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }









/*=================================================================================*/
#contact_modal {
}
.modal{
    z-index:999999;
    
}
#contact_modal .modal-content {
	border-radius:0;
}
#contact_modal .modal-header {
	padding:0;
	border:0;
}
#contact_modal .modal-body {
	padding:0;
}

#contact_modal .modal_close {
	border:none;
	background:none;
	padding:5px;
	font-size:30px;
	position:absolute;
	right:-40px;
	top:20px;
	z-index:9;
	background:#d7002e;
	color:#ffffff;
}
.modal_close {
	border:none;
	background:none;
	padding:5px;
	font-size:30px;
	position:absolute;
	right:-40px;
	top:20px;
	z-index:9;
	background:#d7002e;
	color:#ffffff;
}
.modal_contact_form {
	padding:5px 30px 10px 30px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.modal_contact_form h2 {
	margin-bottom:5px;
	color:#222222;
}
.modal_contact_form h2 span {
	color:#d7002e;
}
.modal_contact_form h3 {
	display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom:10px;
    margin-left: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
	color:#d7002e;
	border-bottom: 3px solid #d7002e;
}
.modal_contact_form h4 {
	margin-bottom:10px;
	font-size:16px;
	color:#222222;
}
.modal_contact_form p {
	color:#222222;
	font-size:13px;
}
.modal_contact_form_bg {
    bottom: -75px;
    font-size: 330px;
    opacity: 0.05;
    position: absolute;
    right: -75px;
    transform: rotate(25deg);
    z-index: -1;
	color:#d7002e;
}



.modal_contact_form .form-control {
	border:1px solid #cccccc;
	border-radius:0;
	padding:12px;
	height:auto;
	background:#ffffff;
}
.modal_contact_form .form-control.error {
	border-color:#e73a30;
}
.modal_contact_form .form-control:focus {
	border-color:#d7002e;
	box-shadow:none;
}
.bootstrap-select .btn, .form-control {
	border:1px solid #cccccc;
	border-radius:0;
	background:#ffffff;
}
.form-control:focus {
	border-color:#d7002e;
	box-shadow:none;
}
.form-label		{ color:#666; font-size: 15px; font-weight:500;}

.modal-inline-list li{ color:#222222;font-weight: 700;}

.modal-inline-list li .fa {
  text-align: center;
  padding: 1px 3px;
  color:#d7002e;
  /*background: #f65275;
  color:#a3c5f7;
  font-size: 16px;*/
  margin-right: 10px;
  font-weight: 700;
}
.red-link			{  color:#d7002e;}


/* =============================================================================

Important Notice

 */

#notice_modal
{
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  margin:auto;
  display:table;
}
#notice_modal .modal-content {
	border-radius:0;
}
#notice_modal .modal-header {
	padding:0;
	border:0;
}
#notice_modal .modal-body {
}
#notice_modal .modal-content{
    background:#fff;
}

#notice_modal .modal_close {
	border:none;
	background:none;
	padding:5px;
	font-size:30px;
	position:absolute;
	right:-40px;
	top:20px;
	z-index:9;
	background:#d7002e;
	color:#ffffff;
}

#notice_modal h3 {
	display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom:10px;
    margin-left: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
	color:#d7002e;
}

#notice_modal p {
	color:#222;
	font-size:14px;
}

#notice_modal p a{
    color:#222;
    border-bottom:1px solid #d7002e;
}


/* ============================================================================= */
.page_content {
}





/* ============================================================================= */
.footer {
	//padding:30px 0 0 0;
	background:#251d2b;
	color:#a6a6a6;
}
.footer h3{ color:#fff; font-weight:300;}
.footer h3 i{ color:#d7002e;}
.footer_top {
	padding:30px 0;
}

.footer-bottom   { border-top:1px solid #3c3144; padding:10px 0; margin:20px 0 0; padding:15px 0 0;}
.footer-bottom p { margin-bottom:0;}
.copyright {
	padding:20px 0;
	background:#0e141b;
	color:#a7a7a7;
}








































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header .logo img {
		width:160px;
		height:auto;
	}
	.header_menu ul {
		display:none;
		margin:0;
		padding:0;
		position:absolute;
		left:0;
		right:0;
		z-index:9;
		background:rgba(255,255,255,.96);
		border-bottom:2px solid #ed8b00;
	}
	.header_menu ul li {
		display:block;
		text-align:left;
		padding:0;
	}
	.header_menu ul li a {
		line-height:22px;
		display:block;
		padding:10px 15px;
		font-size:16px;
	}
	.header_menu ul li a:hover {
		background:#ed8b00;
		color:#ffffff;
	}
	
	.navbar_toggle {
		background: #0c253c none repeat scroll 0 0;
		border-radius: 0;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		
		border:1px solid transparent;
		padding:9px 10px;
	}
	.navbar_toggle .icon-bar {
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		background:#ffffff;
	}
	.navbar_toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}







/* --------------------- ( testimonials ) ----------------------- */
.page-testimonial	{ padding-bottom:50px;}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.testimonials_carousal blockquote {
	padding-left:0;
	padding-right:0;
}
.testimonials_carousal .carousel-indicators li {
	border:none;
	border-radius:0;
	width:20px;
	height:5px;
}

.testimonials_carousal .carousel-indicators .active {
	border-radius:0;
	width:20px;
	height:5px;
	background:#d7002e !important;
	margin:1px;
}
.bold-list			{ color:#676767; font-weight:700; font-size:14px; width:49%; display:inline-block;}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 0 30px 0;
    }
   
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -10px !important;  
    }
	.js-title{ padding:0px;}
    /*#quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }*/
	.breadcrumb { text-align:left; padding:5px 0;}
	.footer-bottom{ text-align:center;}
	.footer-bottom .pull-right{ float:none !important;}
	 #contact_modal .modal_close,#notice_modal .modal_close {
        right:0px;
    }
}





/* --------------------- ( sidebar ) ----------------------- */
.sidebar .v_menu {
}
.sidebar .v_menu ul {
	margin:0 0 30px 0;
	padding:0;
}
.sidebar .v_menu ul li {
	border-bottom:1px solid #efefef;
	background:#f8f8f7;
	border-left:5px solid #ededed;
	transition:all 0.2s ease-in-out 0s;
}
.sidebar .v_menu ul li.active {
	background:#d7002e;
	border-left:5px solid #d7002e;
	color:#ffffff;
}
.sidebar .v_menu ul li:hover {
	background:#d7002e;
	border-left:5px solid #d7002e;
}
.sidebar .v_menu ul li a {
	padding:10px 15px;
	display:block;
	//color:#ffffff;
}
.sidebar .v_menu ul li a:hover {
	color:#ffffff;
}



/* --------------------- ( get in touch ) ----------------------- */

.get_in_touch {
	background: #251d2b;
    color: #a6a6a6;
	padding:15px 0;
	text-align:center;
}
.get_in_touch h3 { text-transform: uppercase; margin-bottom:0;}
.get_in_touch ul {
	margin:0;
}
.get_in_touch ul li {
	padding:10px;
	border-bottom:1px solid #a6a6a6;
}
.get_in_touch ul li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.get_in_touch .img-circle {
	margin-bottom:15px;
	border:2px solid #f7f7f7;
}
.get_in_touch .email_me {
	text-align:center;
}
.get_in_touch .email_me a {
	border:1px solid #a6a6a6;
	display:inline-block;
	padding:5px 10px;
	margin-top:15px;
}




/**************profile modal******************************/
.profile .modal-header { background:#d7002e; border:none;}
.profile-img	img	   { width:60px; height:60px; border-radius:100%; float:left; margin-right:20px;background:#ededed;}
.profile-name h3 	   { color:#fff; font-size:18px; font-weight:bold;}
.profile-name h5	   { color:#fff; font-size:18px;}
.profile-header .team-social-icon, .profile-header .team-social-icon:hover .fa { color:#fff; border:none;}
.team-introtext button.btn.btn-red			{ width:130px !important; border-radius:0 !important;}

/************End profile modal******************************/

/************ICON SECTION***********************************/

.icon-section				{ background:#ffffff; padding:25px 0;}



/***********END ICON SECTION***********************************/



/**********Logo slider*****************************************/

.logo-slider			{ padding:25px 0 50px 0; margin-bottom:25px; background:#f8f8f7;}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list:hover{ cursor:pointer;}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/***********End logo slider************************************/


