@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima_nova_light-webfont.eot');
    src: url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/proxima_nova_semibold-webfont.eot');
    src: url('../fonts/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_semibold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_semibold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proxima_nova_regular-webfont.eot');
    src: url('../fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'goboldregular';
    src: url('../fonts/gobold_regular-webfont.eot');
    src: url('../fonts/gobold_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gobold_regular-webfont.woff2') format('woff2'),
         url('../fonts/gobold_regular-webfont.woff') format('woff'),
         url('../fonts/gobold_regular-webfont.ttf') format('truetype'),
         url('../fonts/gobold_regular-webfont.svg#goboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/********************/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'proxima_novaregular';
	font-weight: normal;
	background: #fff;
	line-height: 1;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ed1b26;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
a:hover {
	color: #ed1b26;
	text-decoration: none;
}
a:focus {
    outline: 0;
    color: #ed1b26;
}
a:hover, a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	max-width: 100%;
}
p {
	margin:0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder {
   color: #fff;opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #fff; opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; opacity: 1; 
}

*::-moz-placeholder{  
   color: #fff;
   opacity: 1;
}
input {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
h1,h2,h3,h4,h5{
	line-height: 1;
	font-family: 'goboldregular';
}
h1{
	font-size: 70px;
	color: #282828;
	margin-bottom: 35px;
}
h3{
	font-size: 50px;
	color: #ed217c;
	margin-bottom: 25px;
}
h4{
	font-size: 26px;
	color: #ed217c;
	margin-bottom: 35px;
}
h5{
	color: #ed217c;
	font-size: 22px;
	margin-bottom: 15px;
}
h6{
	color: #313130;
	font-size: 14px;
	margin-bottom: 20px;
}
p{
	color: #282828;
	font-size: 20px;
	font-family: 'proxima_novaregular';
	margin-bottom: 20px;
	line-height: 30px;
}
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter{
	margin:20px 0 40px;
}
/************header***********************/
.header{
	width: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
	/*box-shadow: 0 5px 5px rgba(0,0,0,0.31);*/
}
.hdr_top{
	background: #ed1b26;
	padding: 5px 0;
	line-height: 1;
}
.hdr_top_inr{
	display: table;
	width: 100%;
}
.hdr_social{
	padding-left: 165px;
	display: table-cell;
	vertical-align: middle;
}
.hdr_social a{
	margin-right: 5px;
}
.top_rht{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.srch,.top_menu{
	display: inline-block;
	vertical-align: middle;
}
.top_menu ul li{
	display: inline-block;
	margin-right: 40px;
}
.top_menu ul li a{
	display: block;
	font-family: 'proxima_nova_ltsemibold';
	font-size: 16px;
	color: #fff;
}
.top_menu ul li:hover a,.top_menu ul li.active a,.top_menu ul li.current-menu-item a{
	color: #000;
}
.srch{
	border-left:1px solid #fff;
	padding-left: 25px; 
}
.srch input[type="text"]{
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	height: 25px;
	width: 152px;
	font-size: 16px;
	color: #fff;
	float: left;
	outline: 0;
	box-shadow: none;
	padding-left: 10px;
}
.srch input[type="submit"]{
	background: transparent url(../images/srch_icon.png) no-repeat left center;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	height: 25px;
	width: 25px;
	float: left;
	outline: 0;
	box-shadow: none;
	padding-right: 10px;
}

/**********/
.main_hdr{
	background: #fff;
}
.header_inr{
	position: relative;
	text-align: right;
}
.logo{
	width: 165px;
	position: absolute;
	left: 0;
	top:-24px;
}
.logo img{
	width: 100%;
	height: auto;
}
.contact_no{
	display: inline-block;
	vertical-align:middle;
	font-size: 24px;
	color: #000;
	font-family: 'proxima_nova_rgbold';
	margin-left: 40px;
	line-height: 1;
	font-style: italic;
}
.contact_no img{
	vertical-align: text-bottom;
	display: inline-block;
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    } 
}
/* ----------------end For sticky header  ------------------*/
/*.hdr_fix {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 9999;
    background: #305bba;
    animation:slide-down 0.9s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.hdr_fix.main_hdr{
	padding: 10px 0;
	border-bottom: 1px solid #305bba;
	float: none;
	width: 100%;
}*/
/*************/
.navbar-collapse{
	padding: 0;
}
.navbar-header {
    margin: 0;
    float: none;
    display: inline-block;
    padding: 40px 0;
    line-height: 1;
}
.top_nav ul{
	margin: 0;
}
.top_nav ul li{
	display:inline-block;
	vertical-align:middle;
	margin-right: 35px;
	line-height: 1;
}
.top_nav ul li:last-child{
	margin-right: 0;
}
.top_nav ul li a{
	color: #000000;
	font-size:18px;
	display: block;
	padding: 0;
}
.top_nav ul li:hover a,.top_nav ul li.active a,.top_nav ul li.current-menu-item a{
	color: #ed1b26;
}
/****cross btn******/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
   background-color: transparent;
   border: 0;
}
.navbar-default .navbar-toggle {
   border: 0;
}
.navbar-default .navbar-toggle {
   border: none;
}
.navbar-toggle span.icon-bar {
   transition: all 0.15s;
}
.navbar-toggle span:nth-child(2) {
   transform: rotate(45deg);
   transform-origin: 10% 10%;
}
.navbar-toggle span:nth-child(3) {
   opacity: 0;
}
.navbar-toggle span:nth-child(4) {
   transform: rotate(-45deg);
   transform-origin: 12% 100%;
}
.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
   transform: rotate(0);
}
.navbar-toggle.collapsed span:nth-child(3) {
   opacity: 1;
}
/**********************/
.banner_sec{
	position: relative;
}
.ban_cont{
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: block;
	margin: auto;
	z-index: 1;
}
.cont_inr{
	display: table;
	vertical-align: middle;
	width: 100%;
}
.banner_lft,.rht_circle{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.banner_lft h1{
	color: #fff;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.banner_lft h1:after{
	position: absolute;
	content: "";
	left:0px;
	bottom: 0px;
	margin: auto;
	width: 159px;
	height: 5px;
	background: url(../images/bottomline.png) no-repeat 0 0;
}
.banner_lft h2{
	color: #fff;
	font-size: 39px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 6px;
	margin-bottom: 15px;
}
.banner_lft h4{
	color: #fff;
	font-size: 31px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'proxima_novaregular';
	margin-bottom: 10px;
}
.banner_lft p{
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}
.banner_lft p strong{
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.reqbtn{
	display: inline-block;
	font-size: 23px;
	color: #fff;
	line-height: 1;
	background: #292072;
	text-transform: uppercase;
	border-radius:5px;
	text-align: center;
	box-shadow: 0 5px 57px rgba(237,27,38,0.61);
	width: 263px;
	padding: 18px; 
	font-family: 'goboldregular';
}
.reqbtn:hover,.reqbtn:focus{
	box-shadow: none;
	color: #fff;
}
.rht_circle{
	text-align: right;
}
.rht_circle img{
	width: auto!important;
	height: auto;
	display: inline-block!important;
}

/************/
.service_sec{
	background: #fdfdfd;
	padding: 80px 0 20px;
	text-align: center;
}
.comn_hdr{
	margin-bottom: 45px;
}
.comn_hdr h3{
	color: #6d6d6d;
	font-size: 38px;
	margin: 0;
	line-height: 1;	
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}

.comn_hdr h2{
	color: #6d6d6d;
	font-size: 40px;
	margin: 0;
	line-height: 1;	
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}
.comn_hdr h2 span,.comn_hdr h3 span{
	color: #000;
}
.comn_hdr h2:after,.comn_hdr h3:after{
	position: absolute;
	content: "";
	left:0px;
	bottom: 0px;
	margin: auto;
	width: 159px;
	height: 5px;
	background: url(../images/bottomline.png) no-repeat 0 0;
}
.comn_hdr .comp_logo img{
	float: right;
}
.comn_hdr p{
	margin: 0;
	color: #727272;
	font-size: 18px;
	padding-top: 30px;
	line-height: 1;
}
.center{
	text-align: center;
}
.service_outr{
	padding-top: 50px;
}
.service_outr .col-lg-3 {
    float: none;
    display: inline-block;
    text-align: center;
    width: 24%;
    vertical-align: top;
}
.sngl_service{
	text-align: center;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
	margin-bottom: 75px;
}
.serv_icon {
	display: inline-block;
	vertical-align:middle;
	text-align: center;
	width: 105px;
	height: 105px;
	line-height:95px;
	border-radius:100%;
	background: transparent;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:-53px;
}
.sngl_service h4{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sngl_service p{
	color: #727272;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 28px;
}
.srv_inr{
	text-align: left;
	padding: 70px 20px 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
}
.sngl_service:hover .srv_inr{
	box-shadow: 0 5px 21px rgba(0,0,0,0.15);
	border-radius: 5px; 
}
.sngl_service:hover .serv_icon{
	background: #e6e6e6;
	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

/******/
.blog_sec{
	background:#f7f7f7  url("../images/bottom_bg.jpg") repeat-x left bottom;
	background-size:100% auto;
	padding: 90px 0;
	text-align: left;
}
.blog_hdr{
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 18px;
}
.blog_hdr h4{
	color: #6d6d6d;
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}
.blog_hdr h4 span{
	color: #000;
}
.blog_hdr:after{
	position: absolute;
	content: "";
	left:0px;
	bottom: 0px;
	margin: auto;
	width: 159px;
	height: 5px;
	background: url(../images/bottomline.png) no-repeat 0 0;
}
.blog_pic_outr{
	position: relative;
}
.blog_pic{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
	height: 210px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.blog_pic img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
}
.datebox{
	background: #ed1b26;
	width: 63px;
	height: 69px;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: -4px;
	font-size: 25px;
	color: #fff;
	font-family: 'proxima_nova_rgbold';
	padding: 15px;
}
.datebox span{
	font-size: 16px;
	font-family: 'proxima_novaregular';
	display: block;
}
.author{
	padding: 25px 0;
}
.author span{
	display: inline-block;
	font-family: Times New Roman;
	font-size: 18px;
	color: #727272;
	font-style: italic;
	border-right: 1px solid #727272;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 15px; 
}
.author span:last-child{
	border-right: 0;
}
.blog_cont h5{
	color: #000;
	font-size: 25px;
	font-family: 'proxima_nova_rgbold';
	margin-bottom: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
}
.blog_cont p{
	color: #727272;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}
.blog_inr:hover .blog_pic{
	box-shadow: 0 5px 21px rgba(0,0,0,0.31);
}
.blog_inr:hover .blog_pic img{
	-webkit-transform: scale(1.1) rotate(-2deg);
	    -ms-transform: scale(1.1) rotate(-2deg);
	        transform: scale(1.1) rotate(-2deg);
}
.blog_inr:hover .blog_cont h5{
	color: #ed1b26;
}
/**************/
.explore_sec{
	background:#fdfdfd url(../images/logo-bg.png) no-repeat left 66%;
	padding: 90px 0;
}
.explore_cont{
	padding-top: 40px;
}
.explore_cont h5{
	font-family: 'proxima_nova_ltsemibold';
	color: #000;
	font-size: 25px;
	margin-bottom: 15px;
}
.explore_cont p{
	color: #727272;
	font-size: 18px;
	margin-bottom: 20px;
}
.erplore_btn{
	display: inline-block;
	color: #ed1b26;
	font-family: 'proxima_nova_ltsemibold';
	text-transform: uppercase;
	font-size: 20px;
	background: url(../images/arrow.png) no-repeat center right;
	padding-right: 30px;
}
.erplore_btn:hover,.erplore_btn:focus{
	color: #ed1b26;
	background-position: 95% center;
}
.video_box{
	box-shadow: 0 5px 16px rgba(0,0,0,0.46);
	height: 309px;
	position: relative;
	z-index: 1;
}
.video_box img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 2px solid #fff;
}
.video_box:after{
	position: absolute;
	content: "";
	right:-24px;
	bottom: 0px;
	top:0;
	margin: auto;
	width: 53px;
	height: 255px;
	background: url(../images/video_aftr.png) no-repeat 0 0;
	z-index: -1;
}
.play_btn{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 111px;
	height: 111px;
}
.play_btn img{
	border: 0;
}
/*********/
.achievement_sec{
	padding: 75px 0 45px;
	background: url(../images/achievement_bg.jpg) no-repeat 0 0;
	background-attachment:fixed;
	background-size:100% 100%;
	position: relative;
}
.achievement_sec:after{
	position: absolute;
	content: "";
	right:0px;
	bottom: 0px;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: 100%;
	background:rgba(237,27,38,0.9);
}
.comn_hdr.white h2 {
	color: #c3c3c3;
}
.comn_hdr.white h2 span {
	color: #fff;
}
.comn_hdr.white h2::after {
    background: url(../images/bottomline-white.png) no-repeat 0 0;
    width: 163px;
}
.achievement_cont{
	position: relative;
	z-index: 1;
}
.counter_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.counter_blck{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid rgba(255,255,255,0.4); 
-webkit-box-align:center; 
    -ms-flex-align:center; 
        align-items:center;
   width: 25%;
   padding: 15px 0;
}
.counter_blck:last-child{
	border-right: 0;
}
.countr_cont h2{
	color: #fff;
	font-size: 44px;
	margin-bottom: 25px;
}
.countr_cont p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: 'proxima_nova_ltsemibold';
	text-transform: uppercase;
	line-height: 26px;
}
.countr_icon {
    width: 35%;
    text-align: center;
}
.countr_cont {
    width: 65%;
}
/*********/
.partner_sec{
	padding: 45px 0 65px;
	text-align: center;
	background: #f6f5f5;
}
.prt_hdr{
	background: url(../images/logo-bg2.png) no-repeat center;
	padding: 70px 45px;
	background-size: auto;
	display: inline-block;
	margin-bottom: 30px;
}
.partner_logos ul{
	margin: 0;
	list-style-type: none;
}
.partner_logos ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
/***********/
.testimonial_sec{
	padding: 90px 0;
	text-align: center;
	background:#fdfdfd url(../images/bottom_bg1.png) repeat-x left bottom;
	background-size:100% auto;
}
.testi_outr{
	padding: 0 7%;
}
.testi_box{
	position: relative;
	border-left:5px solid #e81a25;
	background: #fff;
	padding: 50px 35px 40px 40px;
	box-shadow: 0 5px 38px rgba(0,0,0,0.22);
	margin: 35px;
	width: 410px;
	text-align: left;
}
.testi_box:after{
	position: absolute;
	content: '';
	top:15px;
	right: 15px;
	background: url(../images/comma.png) no-repeat;
	width: 45px;
	height: 33px;
}
.testi_box h5{
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'proxima_nova_ltsemibold';
	text-transform: uppercase;
	line-height: 1;
}
.testi_box span{
	color: #727272;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'proxima_nova_ltsemibold';
	line-height: 1;
	padding-bottom: 20px;
	display: block;
	background: url(../images/bottomline.png) no-repeat left bottom;
}
.testi_box p{
	color: #727272;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 26px;
}
.testi-slider .owl-item:nth-child(2n){
	margin-top: 140px;
	position: relative;
}
.testi-slider .owl-item:nth-child(2n):after{
	position: absolute;
	content: "";
	right:0px;
	top: -105px;
	left:0;
	display:block;
	width:300px;
	height: 186px;
	background:url(../images/logo-bg2.png) no-repeat;
	margin: auto;
	z-index: -1;
}
/*-----------cutom scrollber css----------------*/
/*.mx_hight {
    height: 399px;
    overflow: auto;
}
.mCustomScrollBox{
	padding: 0 20px 0 0px;
}
.mCSB_container{
	width:auto;
	margin-right:0px;
	overflow:hidden;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:12px;
	height:100%;
	top:0px;
	right:0px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:8px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#eaeaea; /* rgba fallback /
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)";  old ie 
}
 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#afafaf;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)";  old ie 
}*/

/***************************/
.footer{
	background:#000;
}
.ftr_top{
	padding: 60px 0;
	text-align: center;
}
.ftr_cont{
	display:inline-block;
	padding: 0 1%;
	vertical-align: top;
	text-align: left;
}
.ftr_cont h4{
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	line-height: normal;
	text-transform: uppercase;
}
.ftr_cont ul{
	margin: 0;
}
.ftr_cont ul li{
	display:block;
	margin-bottom: 10px;
}
.ftr_cont ul li a{
	color: #c4c4c4;
	font-size:16px;
	font-family: 'proxima_novaregular';
	display: block;
	padding: 0;
	line-height: normal;
}
.ftr_cont ul li:hover a,.top_nav ul li.active a,.ftr_cont ul li.current-menu-item a{
	color: #ed1b26;
}
.ftr_cont p{
	color: #c4c4c4;
	font-size:16px;
	font-family: 'proxima_novaregular';
	line-height: 26px;
	margin-bottom: 10px;
}
.ftr_cont p span{
	color: #ed1b26;
}
.ftr_bott{
	border-top:1px solid #333;
	padding: 17px 1%; 
}
.align-right{
	text-align: right;
}
.ftr_links,.ftr_social{
	display: inline-block;
	vertical-align: middle;
}
.ftr_social a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.ftr_links{
	margin-right: 20px;
}
.ftr_links a{
	border-right:1px solid #c4c4c4;
	color: #c4c4c4;
	padding-right: 5px;
	margin-right: 5px;
	line-height: 13px; 
}
.ftr_links a:last-child{
	padding-right: 20px;
}
.ftr_links a:hover{
	color: #ed1b26;
}
/**********/
.ftr_bott a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
.copyright{
	color: #c4c4c4;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}
.copyright a{
	color: #c4c4c4;
	margin: 0;
}
.copyright a:hover{
	text-decoration: underline;
	color: #ed1b26;
}
/*********/
.inr_baner{
	text-align: center;
}
.inr_baner .banner_lft{
    padding: 0 15%;
    position: relative;
}
.inr_baner .banner_lft p {
    font-family: 'proxima_novalight';
}
.inr_baner:after{
	position: absolute;
	content: "";
	left:0px;
	bottom: 0px;
	top:0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.6);
	display: block;
	z-index: 0;
}
/******/
.enquery_outr {
    padding: 30px 0 50px;
}
.enquery_icon {
    display: inline-block;
    margin-bottom: 20px;
    height: 105px;
}
.enq_inr h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.enq_inr p {
    color: #727272;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
.reqst_btn{
	display: inline-block;
	width: 185px;
	padding: 10px 20px;
	border: 2px solid #ed1b26;
	border-radius: 35px;
	color: #ed1b26;
	font-size: 16px;
}
.reqst_btn:hover{
	background:  #ed1b26;
	color: #fff;
	border-color: #ed1b26;
}
/********/
.contact_sec{
	padding: 50px 0;
	background: #f7f7f7;
}
.info_outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.info_lft{
	width: 60%;
}
.info_blck {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.info_blck h5 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: normal;
}
.info_blck p {
    color: #727272;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
}
.info_rht{
	width: 40%;
}
.mapbox {
    height: 100%;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
/************/
.item{
	position: relative;
}
.inrban .owl-carousel .item:after{
	position: absolute;
	content: "";
	left:0px;
	bottom: 0px;
	top:0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.46);
	display: block;
	z-index: 0;
}
.inrban .banner_lft h2{
	font-size: 40px;
	line-height: 75px;
	text-align:center;
}
.serv_menu_panel{
	width: 340px;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.15);
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.serv_menu_panel ul{
	list-style-type: none;
}
.serv_menu_panel ul li{
	display: block;
	padding: 0px 40px 0px 45px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	position: relative;
	z-index: 1;
}
.serv_menu_panel ul li a{
	display: block;
	border-bottom: 1px solid #b2b2b2;
	padding: 25px 0;
	color: #b2b2b2;
	font-size: 20px;
	text-align: left;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.serv_menu_panel ul li:last-child a{
	border-bottom:0;
}
.serv_menu_panel ul li a:after{
	position: absolute;
	content: "\f105";
	right: 0;
	top:20px;
	font-family: 'FontAwesome';
	color: #9c9c9c;
	font-size: 28px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.serv_menu_panel ul li:hover,.serv_menu_panel ul li.active,.serv_menu_panel ul li.current-menu-item{
	background: #ed1b26;
}
.serv_menu_panel ul li:hover a,.serv_menu_panel ul li.active a,.serv_menu_panel ul li.current-menu-item a{
	color: #fff;
	border-bottom-color: transparent;
}	
.serv_menu_panel ul li:hover a:after,.serv_menu_panel ul li.active a:after,.serv_menu_panel ul li.current-menu-item a:after{
	color: #fff;
}
.serv_menu_panel ul li ul{
	position: absolute;
	top:0;
	/*right: 0px;*/
	left:0;
	min-width: 125px;
	opacity:0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	z-index: -1;
}
.serv_menu_panel ul li:hover ul{
	display: block;
	/*right: -173px;*/
	left:100%;
	opacity: 1;
	z-index: 0;
}
.serv_menu_panel ul li ul li{
	background: #ff7d84;
	padding: 0;
}
.serv_menu_panel ul li ul li a{
	color: #fff;
	padding: 25px 40px;
	text-align: center;
}
.serv_menu_panel ul li ul li a:after{
	display: none;
}
.serv_menu_panel ul li ul li:hover{
	background: #ffb2b6;
}
/********/
.serv_dtls{
	text-align: left;
	padding-bottom: 70px;
}
.serv_dtls .comn_hdr h3{
	color: #000;
	font-size: 32px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}
.serv_dtls .comn_hdr h3::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 159px;
    height: 5px;
    background: url(../images/bottomline.png) no-repeat 0 0;
}
.serv_dtls .comn_hdr span{
	float: right;
}
.serv_dtls h5{
	color: #000;
	font-size: 24px;
	margin: 0 0 30px;
	line-height: 1;
	font-family: 'proxima_nova_ltsemibold';
}
.serv_dtls p{
	color: #494949;
	font-size: 18px;
	margin: 0 0 50px;
	line-height: 28px;
}
.explore_btn{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	background: #ed1b26;
	text-transform: uppercase;
	text-align: center;
	width: 263px;
	padding: 18px; 
	font-family: 'proxima_nova_ltsemibold';
}
.explore_btn:hover,.explore_btn:focus{
	color: #fff;
	background: #000000;
}/**events88*/
.event-content ,.tkt-slctr-tbln,.tribe-events-duration,.type-tribe_events,#tribe-events,.sc_team_single_member .inner,.skills-title{color:#000 !important;}
.skills-title{font-size:20pt;}
.progress{margin-top:15px;}
.wpcf7-response-output{color:#000;}
.title{color:#000;}


.sc_team_single_member.sidebar #sc_team_sidebar_body .name{
	
color:#000;
}
/********/
/********/
/* 8_2_2018 added for parent clickable*/
.dropdown:hover .dropdown-menu {
    display: block;
}

/* end*/

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: none;
  min-width: 266px;
  padding: 22px 17px;
  background-color: transparent !important;
  border:0;
  border-radius: 0px;
  box-shadow: none;
   display: block;
   opacity: 0;
   transform: translateY(50px);
   -moz-transform: translateY(50px);
	-webkit-ransform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
   transition: transform 0.4s linear 0s, opacity 0.3s linear 0s;
   left: -99999px;
}
ul.dropdown-menu{
	margin: 20px 0 0;
	padding: 0;
}
.dropdown:hover .dropdown-menu{
	left:0;
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
	-webkit-ransform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	background: #ed1b26 !important;
}
.top_nav ul li:last-child.dropdown:hover .dropdown-menu{
	left:0;
	right: 0;
}
.dropdown:hover a{
	color: #000;
}
.dropdown-menu:before{
	position: absolute;
	content: "";
	left: 0;
	top: -20px;
	height:20px;
	width: 100%;
}
.dropdown-menu:after{
	position: absolute;
	content: "";
	left: 15px;
	top: -15px;
	height:0px;
	width: 0;
	border-bottom: 15px solid #ed1b26;
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent; 
}
ul.dropdown-menu li{
	float: none;
	width: 100%;
	display: block;
	background: #ed1b26;
	margin-bottom: 1px;
	padding: 0;
	text-align: left;
}
ul.dropdown-menu li:last-child{
	margin-bottom: 0;
	padding: 0;
}
ul.dropdown-menu li a{
	font-size: 16px;
	color: #2a2828 !important;
	padding: 15px 17px;
	display: block;
	text-transform: none;
}
ul.dropdown-menu li:hover {
	background: #fff;
}
ul.dropdown-menu li:hover a,ul.dropdown-menu li.active a{
	color: #fff !important;
	background: #ed1b26 !important;
}
/*--dwdw--*/
.dropdown-menu.sub-menu {
    position: absolute;
  top: 100%;
  z-index: 1000;
  float: none;
  min-width: 266px;
  padding: 22px 17px;
  background-color: transparent !important;
  border:0;
  border-radius: 0px;
  box-shadow: none;
   display: none;
   opacity:1;
   transform: translateY(50px);
   -moz-transform: translateY(50px);
	-webkit-ransform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
   transition: transform 0.4s linear 0s, opacity 0.3s linear 0s;
   left: -99999px;
}
ul.dropdown-menu li.dropdown:hover .dropdown-menu.sub-menu{
    opacity: 1;
    display: block;
    left: 100%;
    top:0;
    padding: 0;
}
.dropdown-menu.sub-menu:after{display: none;}
/*.sub-menu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.sub-menu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.sub-menu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/