@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'vermin_vibes_2_nightclubRg';
    src: url('../fonts/vermin_vibes_2_nightclub-webfont.woff2') format('woff2'),
         url('../fonts/vermin_vibes_2_nightclub-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'Poppins', sans-serif;
	color: #888;
	padding-right: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'vermin_vibes_2_nightclubRg';
}
p {
	line-height: 22px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
a {
	color: #ed1b24;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #ed1b24;
}
.wrapper {
	float: left;
	width: 100%;
}
.pd-0 {
	padding: 0;
}
.mrgn-0 {
	margin: 0;
}
.pd-20 {
	padding: 20px 0;
}
.pd-60 {
	padding: 60px 0;
}
.pd-80 {
	padding: 80px 0;
}
.pd-100 {
	padding: 100px 0;
}
.pd-50 {
	padding: 50px 0;
}
.pd-65 {
	padding: 65px 0;
	position: relative;
	z-index: 3;
}
.pd-85 {
	padding: 85px 0;
	position: relative;
	z-index: 3;
}
.pd-btm-50 {
	padding-bottom: 50px;
}
.pd-top-50 {
	padding-top: 50px;
}
.grey-bg {
	background: #f5f5f5;
}

.form-control,
.form-control:focus {
	box-shadow: none;
}

.form-control::hover,
.form-control::focus {
	border: 1px solid #ed1b24;
}


/*******Fixed Social******/
.fixed-social {
	position: fixed;
	border-radius: 0 5px 5px 0;
	width: 36px;
	background: #db151e;
	top: 29%;
	z-index: 9999999;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
	//display: none;
}
.fixed-social li {
	transition: all .4s ease-in-out 0s;
	position: relative;
}
.fixed-social li a {
	margin: auto;
	height: 45px;
	display: inline-block;
	width: 25px;
	line-height: 45px;
	transition: all 0.4s ease 0s;
}
.fixed-social li + li a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fixed-social li:nth-child(4) a {
	border-bottom: 0;
}
.fixed-social li:hover {
	background: rgba(0,0,0,.2);
}
.fixed-social li:hover a > i {
	color: rgba(255,255,255,1) !important;
}
.fixed-social li a > i {
	color: rgba(255,255,255,0.8) !important;
	background: transparent !important;
	font-size: 18px;
}
.fixed-social li a span {
	position: absolute;
	left: calc(100% + -15px);
	width: 0;
	color: #333;
	text-transform: uppercase;
	overflow: hidden;
	top: 11px;
	padding-right: 0;
	transition: all .4s ease-in-out 0s;
	//box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.fixed-social li a span i {
	color: #333;
	background: #fff;
	display: block;
	font-style: normal;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	border-radius: 3px;
	line-height: 36px;
}
.fixed-social li a span::before {
	position: absolute;
	content: "";
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 5px;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 12px;
	opacity: 0;
	transition: all .4s ease-in-out 0s;
}
.fixed-social li:hover a span {
	width: 150px;
	padding-left: 10px;
}
.fixed-social li:hover a span::before {
	opacity: 1;
}

/*******Header*******/

/*******Topbar******/
.topbar {
	border-bottom: 1px solid #ddd;
}
.top-lnks li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	line-height: 40px;
}
.top-lnks li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.top-lnks li a {
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.top-lnks li a:hover {
	color: #111;
}
.top-lnks li a span {
	margin-right: 5px;
}



.top-social {
	float: right;
}
.top-social li {
	display: inline-block;
	border-right: 1px solid #ddd;
	float: left;
}
.top-social li:first-child {
	border-left: 1px solid #ddd;
}
.top-social li a {
	width: 40px;
	line-height: 40px;
	color: #787878;
	display: inline-block;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.top-social li a:hover {
	background: #ed1b24;
	color: #fff;
}

/********Header Middle*******/
.hdr-middle {
	padding: 15px 0;
}
.logo a {
	display: inline-block;
}
.logo img {
	width: 165px;
}
.hdr-info-des {
	text-align: left;
}
.hdr-rght {
	text-align: right;
	margin: 18px 0 0;
}
.hdr-info li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

.hdr-info li + li {
	margin-left: 0px;
}
.hdr-info-item {
	position: relative;
	padding-left: 60px;
}
.hdr-info-des {
	text-align: left;
}
.hdr-info-icon {
	position: absolute;
	left: 0;
	top: -5px;
	width: 45px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eee;
	/* border-radius: 50%; */
}
.hdr-info-icon img {
	width: 25px;
}
.hdr-info-des h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.hdr-info-des p {
	margin: 0;
}
.hdr-info-des h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin: 7px 0 0 0;
}

.contt-btn a {
	display: inline-block;
	border: 1px solid #ed1b24;
	width: 150px;
	text-align: center;
	line-height: 37px;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
}
.contt-btn a:hover {
	background: #ed1b24;
	color: #fff;
}


/********Header Menu*******/
.hdr-btm {
	background: #111;
	position: relative;
	transition: all 0.4s ease 0s;
}
.hdr-btm::before {
	background: #ed1b24;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 20%;
	//border-radius: 30px 0 0 30px;
}
.fixed-header .hdr-btm {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9;
	top: 0;
}
.hdr-menu-row {
	position: relative;
}
.hdr-menu {
	//display: inline-block;
	padding-right: 170px;
}
.hdr-sprt {
	background: #ed1b24;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	padding: 7px 0 7px 65px;
	bottom: 0;
}
.hsprt-icon {
	position: absolute;
	left: 18px;
	top: 11px;
}
.hsprt-icon img {
	width: 30px;
}
.hsprt-des h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.hsprt-des p {
	margin: 0;
	font-size: 13px;
	color: #111;
}

.hdr-menu #cssmenu {
	text-align: center;
}




/*******Banner*******/
.banner-block {
	position: relative;
	z-index: 1;
	//margin-top: -30px;
}
/*****Slider Css***/
.bs-slider{
    overflow: hidden;
    max-height: 600px;
    position: relative;
    //background: #ed1b24;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .carousel-inner {
  height: 600px;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: .4;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  min-height: 600px;
}

/********************
*****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 {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 45px;
	font-weight: normal;
	height: 50px;
	line-height: 40px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-shadow: none;
	top: 47%;
	width: 50px;
	z-index: 100;
	text-align: center;
	display: none;
}
.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(0, 0, 0, 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: inherit;
	bottom: inherit;
	left: 37%;
	width: auto;
	//height: 20px;
	font-size: 0;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	white-space: nowrap;
	top: 42%;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 4px 4px 10px 4px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
	display: block;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 4px 4px 10px 4px;
    box-shadow: 0 0 0 2px #ed1b24;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -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;
	border-color: #db3236;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #ed1b24;
    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-caption {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bnr-txt-wrapp {
	width: 100%;
	margin: auto;
	padding: 130px 0;
	float: left;
	width: 100%;
}
.bnr-txt {
	margin: auto;
	width: 80%;
	position: relative;
	text-align: center;
}
.bnr-txt::before {
	position: absolute;
	content: "";
	width: 450px;
	height: 340px;
	left: 50%;
	top: 50%;
	border: 0px solid #fff;
	opacity: 0.3;
	transform: translate(-50%, -50%);
}
.bnr-txt h1 {
	font-size: 50px;
	color: #ed1b24;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 70px;
	letter-spacing: 2px;
	text-shadow: 0 4px 2px rgba(0,0,0,0.2);
}

.bnr-txt h2 span {
	color: #f1ef2f;
}

.bnr-txt p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	margin-bottom: 10px;
	font-weight: 400;
	display: none;
}

.bnr-txt h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	line-height: 30px;
}

.bnr-btn a {
	line-height: 58px;
	padding: 0 50px;
	font-size: 16px;
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {

}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 767px) {


}
@media  (max-width: 480px) {

}







/*******Main Heading******/
.main-heading {
	margin-bottom: 40px;
	text-align: center;
}
.main-heading p {
	font-size: 16px;
	font-style: italic;
	color: #ed1b24;
}
.main-heading h3 {
	margin: 0;
	font-size: 32px;
	line-height: 44px;
	font-weight: 900;
}
.main-heading h3 span {
	color: #ed1b24;
}
.hdng-inline {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.hdng-brdr {
	background: #ed1b24;
	width: 150px;
	height: 40px;
	display: inline-block;
	opacity: 0.2;
	position: absolute;
	top: 35px;
	display: none;
}
.heading-left .hdng-brdr {
	right: 0;
}
.heading-white .hdng-brdr {
	background: #fff;
}
.main-heading.heading-left {
	text-align: left;
}
.main-heading.heading-white h3 {
	color: #fff;
}


.util-theme-default .util-page.active-page span {
	background-color: #ed1b24;
}


/*****Button Common******/
.btn-common {
	padding: 9px 30px;
	border-radius: 0;
	transition: all 0.4s ease 0s;
	border: 0;
	display: inline-block;
}
.btn-common i {
	margin-right: 5px;
}
.btn-pink {
	background: #ed1b24;
	color: #fff;
}
.btn-dark {
	background: #5f5f5f;
	color: #fff;
}
.btn-full {
	width: 100%;
}
.btn-common:hover {
	background: #111;
	color: #fff;
}
.btn-common.btn-trans:hover{
	opacity: 0.9;
	color: #222;
}



/*******Slider Bottom******/
.certificate-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	z-index: 9;
}
.certificate-container {
	text-align: center;
}
.certificate-container .certificate {
	display: inline-block;
	margin: 0 15px;
}



/*******About Us******/
.main-heading.abt-hdng {
	margin-bottom: 20px;
}
.abt-des p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
}
.abt-des p b {
	color: #111;
	font-weight: 400;
}
.abt-list ul {
	//margin-top: -15px;
}
.abt-list li {
	margin-top: 15px;
	position: relative;
	padding-left: 30px;
	float: left;
	width: 50%;
	font-size: 15px;
}
.abt-list li::before,
.abt-list li::after {
	background: #ed1b24;
	left: 0;
	height: 1px;
	content: "";
	position: absolute;
	transition: all 0.4s ease 0s;
}
.abt-list li::before {
	top: 7px;
	width: 15px;
}
.abt-list li::after {
	top: 12px;
	width: 20px;
}

.about-img {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}
.about-img img {
	max-width: 100%;
	height: 380px;
}
.dots {
	background: url("../images/dots.png");
	width: 140px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: -1;
}
.experience-info {
	position: absolute;
	top: 90%;
	right: 12%;
	display: inline-block;
	vertical-align: middle;
	margin: -1rem 0 0 .8rem;
	font-size: 1.57rem;
	line-height: 1.181;
	color: #111;
	margin-top: -4.4rem;
	background: #fff;
	box-shadow: 0 8px 16px 4px rgba(0,0,0,0.1);
	padding: 10px 20px;
}
.experience-info .number {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	font-size: 10.71rem;
	margin-right: 1.7rem;
	color: #ed1b24;
}
.experience-info .text {
	display: inline-block;
	font-size: 1.571rem;
	font-weight: 600;
	line-height: 1.181;
	text-transform: uppercase;
}



/*******Services******/
.serv-sldr {
	margin: 0 -15px;
}
.item.serv-item {
	margin: 0 15px 20px 15px;
}
.serv-box {
	box-shadow: 0 8px 16px 4px rgba(0,0,0,0.1);
	transition: all 0.4s ease 0s;
	border-bottom: 4px solid #ddd;
	min-height:500px;
}
.serv-media {
	position: relative;
	transition: all 0.4s ease 0s;
}
.serv-media img {
	width: 100%;
	height: 250px;
}
.serv-media::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	background: #ed1b24;
	transition: all 0.4s ease 0s;
	opacity: 0.7;
	height: 0;
}
.serv-box:hover .serv-media::before {
	bottom: 0;
	height: 100%;
}
.serv-hover {
	width: 65px;
	height: 65px;
	border: 2px solid #ed1b24;
	background: #ed1b24;
	text-align: center;
	color: #fff;
	line-height: 63px;
	transition: all .3s ease;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -33px;
	margin-left: -33px;
	transition: all 0.4s ease 0s;
}
.serv-hover::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -17px;
	right: -17px;
	background: #fff;
	transform: rotate(45deg);
}
.serv-box:hover .serv-hover {
	//top: 50%;
	//opacity: 1;
}
.serv-hover a {
	display: inline-block;
	font-size: 25px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	transition: all 0.4s ease 0s;
}
.serv-des {
	padding: 50px 20px 20px 20px;
	text-align: center;
	
}
.serv-des h3 {
	margin: 0 0 15px 0;
	font-size: 19px;
	position: relative;
	padding-bottom: 20px;
}
.serv-des h3::before,
.serv-des h3::after {
	position: absolute;
	content: "";
	background: #ed1b24;
	transform: translateX(-50%);
	left: 50%;
	height: 2px;
}
.serv-des h3::before {
	width: 13px;
	bottom: 5px;
}
.serv-des h3::after {
	width: 25px;
	bottom: 0;
}
.serv-des p {
	margin: 0;
	line-height: 24px;
	font-size: 15px;
}


.serv-sldr .util-navigation {
	display: none;
}


/*******Feature******/
.feature-block {
	background: url("../images/bg1.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.feature-block::before {
	background: #111;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
}
.fea-row {
	margin-top: -30px;
}
.fea-item {
	background: #fff;
	box-shadow: 0 8px 16px 4px rgba(0,0,0,0.1);
	padding: 20px;
	margin: 30px 0 0 32px;
	position: relative;
	transition: all 0.4s ease 0s;
	min-height: 260px;
}
.fea-item:hover {
	box-shadow: 0 8px 16px 4px rgba(0,0,0,0);
}
.fea-icon {
	width: 65px;
	height: 65px;
	border: 2px solid #ed1b24;
	background: #ed1b24;
	text-align: center;
	color: #fff;
	line-height: 63px;
	transition: all .3s ease;
	position: absolute;
	left: -32px;
	top: 20px;
}
.fea-icon::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -17px;
	right: -17px;
	background: #fff;
	transform: rotate(45deg);
}
.fea-des {
	//padding-left: 35px;
}
.fea-des h3 {
	margin: 0 0 15px 0;
	font-size: 19px;
	position: relative;
	padding-bottom: 20px;
	line-height: 24px;
	min-height: 70px;
}
.fea-des h3::before,
.fea-des h3::after {
	position: absolute;
	content: "";
	background: #ed1b24;
	left: 0;
	height: 2px;
}
.fea-des h3::before {
	width: 13px;
	bottom: 5px;
}
.fea-des h3::after {
	width: 25px;
	bottom: 0;
}
.fea-des p {
	margin: 0;
	line-height: 24px;
}




/*******Testimonial******/
.testimonial-block {
	background: url("../images/testimonial-bg.jpg");
	position: relative;
}
.testimonial-block::before {
	//background: #000;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}


.testimonial-row {
	position: relative;
}
#testimonial {
	margin: 0 -15px;
}
.item.testi-item {
	margin: 0 15px;
}
.testi-item .testimonial-content {
	padding: 35px 35px 65px 35px;
	border-radius: 0;
	border-color: #eeeeee;
	text-align: center;
}
.testi-item .testimonial-content::before {
	background: url("../images/quote-2.png");
	position: absolute;
	content: "";
	width: 59px;
	height: 40px;
	top: 38px;
	left: 38px;
	background-size: cover;
}
.testi-item .testimonial-content p {
	font-size: 15px;
	color: #888;
	margin: 0;
	line-height: 24px;
	position: relative;
}
.testi-item .testimonial-user {
	margin-top: -50px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.testi-item .testimonial-user::before {
	background: #ed1b24;
	width: 50%;
	margin: auto;
	height: 4px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 49px;
	z-index: -1;
	transition: all 0.4s ease 0s;
}
.testi-item .testimonial-user-thumb {
	float: none;
	margin: auto;
	width: 90px;
	height: 90px;
	border: 8px solid #ff686e;
}
.testi-item .testimonial-user-name {
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	font-family: 'vermin_vibes_2_nightclubRg';
	text-transform: uppercase;
	font-weight: 600;
	margin: 8px 0;
}
.testi-item .testimonial-user-meta {
	color: #ed1b24;
	font-size: 14px;
}


/*******Contact Us******/
.map iframe {
	width: 100%;
	height: 550px;
}
.common-form label {
	font-size: 14px;
	font-weight: 400;
	color: #222;
}
.common-form .form-control {
	height: 40px;
	border-radius: 0;
	border-color: #e1e1e1;
	box-shadow: none;
}
.common-form .form-control:hover,
.common-form .form-control:focus {
	border-color: #ed1b24;
}
.common-form textarea.form-control {
	height: 100px;
}
.required {
	color: #ed1c24;
}

.contact-right {
	box-shadow: 0 8px 16px 4px rgba(0,0,0,0.1);
	background: #fff;
	padding: 40px;
	margin-left: -60px;
	position: relative;
}
.contact-right::before {
	background: url("../images/mail1.png");
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	right: 40px;
	opacity: 0.5;
}
.contact-right::after {
	background: #ed1b24;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 279px;
	height: 9px;
	transition: all 0.4s ease 0s;
}


/*******Clients******/
.clients-row .util-pagination {
	display: none !important;
}
.clients-row {
	margin: 0 -15px;
}
.item.client-item {
	margin: 5px 15px;
	border-radius: 0;
	background: #fff;
	height: 175px;
	position: relative;
}
.item.client-item a {
	display: block;
}
.item.client-item a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}



/*******Footer******/
.footer-top {
	background: #ed1b24;
	padding: 20px 0;
	position: relative;
}
.footer-top::before {
	background: #111;
	top: 0;
	right: 0;
	bottom: 0;
	width: 54%;
	//border-radius: 100px 0 0 100px;
	position: absolute;
	content: "";
}
.ftr-top-hdng h3 {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.ftr-top-hdng p {
	color: #fff;
	margin: 0;
}

/**.ftr-top-info {
	text-align: right;
	margin: 22px 0 0 0;
}**/
.ftr-top-info li {
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	position: relative;
	padding-left: 40px;
	/* margin-top: 20px; */
}
.ftr-top-info li + li {
	margin-top: 20px;
}
.ftr-top-info li img {
	width: 30px;
	position: absolute;
	left: 0;
	top: 10px;
}
.ftr-top-info li:last-child img {
	//width: 32px;
	//top: 15px;
}
.ftr-top-info li h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}
.ftr-top-info {
	text-align: right;
}
.ftr-top-info li p {
	color: #fff;
	margin: 0;
}
.ftr-top-info li p a {
	color: #fff;
	font-size: 13px;
}
.ftr-top-info li p a span {
	color: #ed1b24;
}

.footer-main {
	background: url("../images/map-bg.jpg");
	background-repeat: no-repeat;
}
.ftr-logo {
	margin-bottom: 20px;
}
.ftr-logo a {
	display: inline-block;
}
.ftr-logo a img {
	width: 200px;
}
.add p {
	line-height: 26px;
	font-size: 15px;
	margin: 0 auto 15px auto;
}
.find a {
	font-size: 15px;
	display: ;
}

.fotr h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.fotr-list li {
	display: inline-block;
	margin: 0 23px;
}
.fotr-list li + li {
	margin-top: 20px;
}
.fotr-list li a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
	color: #888;
	transition: all 0.4s ease 0s;
}
.fotr-list li a:hover {
	color: #ed1b24;
	padding-left: 35px;
}
.fotr-list li a::before,
.fotr-list li a::after {
	background: #ed1b24;
	left: 0;
	height: 1px;
	content: "";
	position: absolute;
	transition: all 0.4s ease 0s;
}
.fotr-list li a::before {
	top: 7px;
	width: 15px;
}
.fotr-list li a::after {
	top: 12px;
	width: 20px;
}
.fotr-list li a:hover::before,
.fotr-list li a:hover::after {
	left: 5px;
}


.newsletter-form p {
	font-size: 15px;
	margin-bottom: 20px;
}
.newsletter-form .form-group {
	position: relative;
}
.newsletter-form .form-control {
	height: 45px;
	width: 100%;
	border-radius: 40px 40px 40px 40px;
	border-color: #ddd;
	padding: 0 20px;
	border-radius: 0;
}
.newsletter-form button {
	background: #ed1b24;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	height: 45px;
	padding: 0;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	border-radius: 0;
	width: 165px;
	text-align: center;
	margin-top: 20px;
}
.newsletter-form button i {
	margin-left: 5px;
}
.newsletter-form button:hover {
	background: #111;
	color: #fff;
}



.copy {
	float: left;
	width: 100%;
	padding: 12px 0;
	background: #ed1b24;
	position: relative;
}
.copy::before {
	background: #111;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	//border-radius: 0 50px 50px 0;
}
.copy p {
	margin: 0;
	color:#fff;
}
.cprght-right {
	text-align: right;
}
.cprght-right p {
	color: #fff;
}
.copy .cprght-right p a {
	color: #111;
	font-weight: 600;
}
.copy p a,
.copy p span {
	color: #ed1b24;
}
.fotr {
	text-align: center;
}

.para_content h2 {
text-align: center;
font-weight: 600;
}


.para_content p {
    text-align: justify;
}

.para_content span {
    color: #ed1b24;
}

.readmrbtn {
	margin-top: 35px;
}

.readmrbtn a {
	background: #ed1b24;
	color: #fff;
	padding: 10px 20px;
}

.readmrbtn li {
	display: inline-block;
}

/*subsbenefits*/

.subsbanefit ul li {
	line-height: auto;
	margin-bottom: 0px;
	padding: 7px 7px 7px 22px;
	position: relative;
	transition: all 0.2s ease 0s;
	font-size: 14px;
}
.subsbanefit ul li::before {
	color: #ed1b24;
	content: "\f046";
	font-family: FontAwesome;
	left: -1px;
	position: absolute;
}
.subsbanefit ul li:hover {
     color: #000;
}
.subsbanefit ul li:hover::before {
    color: #000;
}

.modal-body h3 {
	padding: 0;
	margin: 10px 0px;
	background: transparent;
	color: #ed1b24;
	padding: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.modal-body .close {
	margin-top: -64px;
	background: #111;
	opacity: 1;
	color: #fff;
	padding: 13px 15px;
	right: -8px;
	position: relative;
}



.modal-body .close:hover {
    background:#ed1b24;
}

.serv-des p:blank{
    display:none;
}




.logo-showcase .item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
	margin: 5px;
	background: #fff;
	height: 145px;
	line-height: 100px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ddd;
}

.service-cntnt {
	background: #dddd;
}

.partnerblk {
	background:;
}

.item .serv-item .serv-des h3 {
	display: inline-block!important;
}

.allservicesblk .serv-des h3, h2 {
	display: none;
}
.map img {
	width: 100%;
}