﻿body {
  font-family: 'Roboto', sans-serif;
 
}
.adver{border: 1px solid #e3e3e3 !important; height: 200px}
.wrapper{position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    height:250px
}
.arrow{float:right}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.header--topbar {
    padding: 5px 0 0px;
    color: #fff;
    font-size: 0;
    line-height: 0;
        background: #098e20
}
.float--left {
    float: left;
}
.float--right {
    float: right;
}
.header--topbar .nav:first-child {
    margin-left: -10px;
    padding-left: 0;
    border-left-width: 0;
}
.header--topbar .nav {
    display: inline-block;
    margin: 0 -10px 7px 15px;
    padding-left: 5px;
    border-left: 1px solid #555;
    font-size: 14px;
    line-height: 24px;
}
.header--topbar .nav>li {
    float: left;
    margin: 0 10px;
}

.fm {
    margin-right: 5px;
}
.header--topbar .nav:first-child {
    margin-left: -10px;
    padding-left: 0;
    border-left-width: 0;
}
.header--topbar .nav>li>a {
    padding: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.header--mainbar {
    padding: 10px 0;
}
.header--logo {
    font-size: 0;
    line-height: 0;
}
.header--logo .h1 {
    display: inline-block;
    margin: 0;
    color: #1d1d1d;
    font-weight: 700;
}
.header--logo a {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.nav>li>a>img, img {
   width: 100%;
    height: auto;
}
.holder { 
  background-color:#f1f1f1b3;
  width:350px;
  height:250px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 5px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #098e20; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #28292a; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
}

.pbottom-30 {
    padding-bottom: 30px;
}

/*HYPER LINK*/
a:hover{
	
}
a, a:focus , a:hover{ 
  text-decoration: none;
  color: inherit;
}
 a:hover, .btn{
	outline:none!important;
}

/*ROUNDED CORNER*/
*{
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
/*CATEGORIES BADGE*/
.badge {
	font-weight: 600;
	font-size: 13px;
	color: white;
	background-color: #289dcc;
}
/*FEATURED*/
.mg-2, .mg-4{
	margin-left:-20px;
}
.linkfeat{
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.text-white {
    color: #fff!important;
}
.bg-dark {
    background-color: #343a40!important;
}
.box16{text-align:center;color:#fff;position:relative;background-color: #5c5c55;}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:auto;opacity: 0.5}
.box16 .box-content{padding:10px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:20px;font-weight:700;text-transform:uppercase;margin:0 0 10px;text-align: left;padding-bottom: 30px}
.box16 .post{display:block;padding:8px 0;font-size:15px;text-align: left}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff;text-align: left;}
.box16:hover .post,.box16:hover .title{transform:translateY(0);padding-bottom:0px}
.box16:hover .post,.box16:hover .box-content{padding:10px;margin-bottom:0px;bottom:0;z-index:1}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px;margin-top: 7px}
                                         .vdo{width:340px}
}
#maindiv{width:100% !important;
  /*border: 1px solid black;*/
  overflow: hidden;
  white-space: nowrap;
  background: #ccc;
    margin-top: 5px;
    padding: 5px 0px
}

#div1 {
  display: inline-block;
  animation: marquee 10s linear infinite;
}

#div2 {
  display: inline-block;
  animation: marquee2 10s linear infinite;
  animation-delay: 5s;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

ul {
	list-style-type: none;
}

a {
	color: #1d78af;
	text-decoration: none;
}

h1 {
	color: #098e20;
	text-align: left;
	margin-top: 30px;
	font-weight: 500;
	font-size: 18px;
}



.slider-wrapper {
	z-index: 500;
	position: relative;
	width: 100%;
	height: 251px;
	background: #FFF;
	border: 5px solid #ff6c03;
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

.slider-wrapper .current-slide {
	display: block;
}

.slider-shadow {
	width: 100%;
	height: 15px;
	position: relative;
}

.slider-shadow:after, .slider-shadow:before {
	content: '';
	position: absolute;
	background: #171c24;
	height: 100%;
	width: 50%;
	left: 10px;
	top: -20px;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-box-shadow: 0 0 15px 8px #171c24;
	box-shadow: 0 0 15px 8px #171c24;
}

.slider-shadow:before {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

.slider-wrapper img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	padding: 10px;
	color: #FFF;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.slider-wrapper h2 {
	color: #fcffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
   
}

.slider-wrapper p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
	margin-top: 15px;
	text-align: center;
}

.control-buttons li {
	cursor: pointer;
	display: inline-block;
	background: #424f66;
	text-indent: -99999px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.control-buttons li.active {
	background: #00c5b9;
}

.authors {
	text-align: center;
	color: #7a8699;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 80px;
	font-size: 300;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container {
 		width: 500px;
 	}

 	.slider-wrapper {
 		height: 260px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container {
 		padding: 5px;
 		width: 100%;
 		margin: 0px 0 0 0;
 	}

 	.slider-wrapper {
 		height: 200px;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}

 }

 @media only screen and (max-width: 410px) {
 	.slider-wrapper {
 		height: 160px;
 	}
 }
 .ico{margin-right:5px}
 .mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
 .mt-5, .my-5 {
    margin-top: 3rem !important;
}
 .topic-border {
    border-bottom: 1px solid #098e20;
}
 .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
 .p-0 {
    padding: 0 !important;
    margin-bottom: 0px !important
}
 .mr-auto, .mx-auto {
    margin-right: auto !important;
}
 .topic-title {
    background-color: #f10256;
    padding: 0.5rem 1rem;
    color: #fff;
}
 .home-post-area .nav-tabs {
    border: 0;
    float: right;
    margin-top: 16px;
}
 .home-post-area .nav-tabs .nav-item {
    margin: 0;

}
 .home-post-area .nav-tabs .nav-link {
    border: 0;
    color: #272727;
}
 
 .home-post-area .tab-content > .tab-pane {
    padding: 0px;
}.img-box {
    position: relative;
}
 .mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
 .img-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
 .img-box .overlay-box a {
    display: block;
    height: 100%;
    width: 100%;
}
 .w-100 {
    width: 100% !important;
}
 .img-box .category {
    position: absolute;
    left: 10px;
    bottom: 0px;
}
 .category .cat-link {
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    transition: all 0.5s ease 0s;
    font-weight: 400;
    font-size: 14px;
    background: #f10256;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
 .entry-title .title {
    margin-bottom: 10px;
    line-height: 1.5;
}
 .entry-title .title a {
    color: #272727;
    
}
 .entry-title .title a:hover {
    color: #098e20;
}
 .entry-meta {
    display: inline-block;
    width: 100%;
}.entry-meta span {
    display: block;
    float: left;
    margin-right: 20px;
}
 .entry-meta a {
    color: inherit;
    font-size: 13px;
}
 .home-post-area .nav-tabs .nav-link.active, .home-post-area .nav-tabs .nav-link.show {
    color: #098e20
}

 h2.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom:11px;
    color: #098e20;
}
.widget {
    padding-bottom: 3em;
    font-size: 16px;
}
    .widget a {
        color: inherit;
    }
		.widget a:hover{
			color: $brand-color;
		}
	
.height{height:200px !important}

@media (max-width: 768px) {
    .mb-md-5, .my-md-5 {
        margin-bottom: 14px !important;
    }
    .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
    .carousel-inner{height:180px !important}
    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px !important;
}
    .marquee, .marquee-with-options, .marquee-vert-before, .marquee-vert{width:313px!important}
    .new{width:329px !important}
}


.bg-gray {
  background: #242424 none repeat scroll 0 0;
  color: #ffffff;
}
.about_container {
  padding: 90px 0;
}
section, footer {
  float: left;
  width: 100%;
}
.section_title1 {
  font-size: 41px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.service_tab {
  line-height: 33px;
  margin-bottom: 70px;
}
.service_tab .nav-tabs > li {
  display: table-cell;
  float: none;
  margin-bottom: -1px;
}

/**service**/
    .service_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .service_tab .nav-tabs > li > a { border: none; color: #fff; }
        .service_tab .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #fff!important; background: transparent; }
        .service_tab .nav-tabs > li > a::after { content: ""; background: #5CA4FF; height: 5px; position: absolute; width: 100%; left: 0px; bottom: -2px; transition: all 250ms ease 0s; transform: scale(0); }
		.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.service_tab .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.service_tab .tab-pane {
  overflow: hidden;
  padding: 15px 0;
}
.service_tab .tab-content{padding:0px}

.service_tab {
  line-height: 33px;
  margin-bottom: 70px;
}
.service_tab .service_feture > li {
  font-weight: bold;
}
.service_tab .car_image img {
  margin-top: 23px;
}




.service_tab .nav.nav-tabs {
  display: table;
  text-align: center;
  width: 100%;
   border-bottom: 2px solid #DDD; 
}
.service_tab .nav-tabs > li {
  display: table-cell;
  float: none;
  margin-bottom: -1px;
}
.service_tab .book_now1 {
  border-color: #5CA4FF;
  color: #5CA4FF;
  font-size: 16px;
  margin-top: 0;
}

.sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.widget {
    padding-bottom: 77px;
    font-size: 16px;

}.widget1 {
    padding-bottom:22px;
    font-size: 16px;

}

h3.widget-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #098e20;
    color:#098e20;
}
h3.widget-title1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 12px;
    
}
.social-btn.large {
    height: 48px;
    line-height: 48px;
    padding-left: 7px;
}
.social-btn {
    height: 30px;
    display: block;
    line-height: 30px;
    width: 100%;
    padding: 0;
}
.bg-facebook {
    background: #3b5998;
    color: #fff !important;
}
.social-btn.bg-facebook, .social-btn.bg-twitter, .social-btn.bg-instagram, .social-btn.bg-googleplus, .social-btn.bg-pinterest, .social-btn.bg-dribbble, .social-btn.bg-youtube, .social-btn.bg-rss, .social-btn.bg-behance {
    border-color: rgba(0, 0, 0, 0) !important;
}
.social-btn.bg-facebook .btn_text, .social-btn.bg-twitter .btn_text, .social-btn.bg-instagram .btn_text, .social-btn.bg-googleplus .btn_text, .social-btn.bg-pinterest .btn_text, .social-btn.bg-youtube .btn_text, .social-btn.bg-rss .btn_text, .social-btn.bg-dribbble .btn_text, .social-btn.bg-behance .btn_text {
    color: #fff;
}
.social-btn i {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 37px;
}
.social-btn.bg-facebook:hover, .social-btn.bg-twitter:hover, .social-btn.bg-instagram:hover, .social-btn.bg-googleplus:hover, .social-btn.bg-youtube:hover, .social-btn.bg-rss:hover, .social-btn.bg-pinterest:hover, .social-btn.bg-dribbble:hover, .social-btn.bg-behance:hover {
    opacity: .9;
}
.bg-twitter {
    background: #00aced;
    color: #fff !important;
}
.social-btn + .social-btn {
    margin-top: 10px;
}
.bg-youtube {
    background: #DC3E1D;
    color: #fff;
}
.bg-rss {
    background: #FCA628;
    color: #fff;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.widget_categories ul li {
    position: relative;
    padding-left: 25px;
}
.widget ul li, .widget ol li {
    padding: 0.5em 0;
}
.widget a {
    color: inherit;
}
.widget_popular_posts .preloader {
    float: left;
    margin-right: 10px;
}
.widget_popular_posts .post-holder {
    display: table;

}
.widget_popular_posts h6 {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 2.3;
}
.widget_popular_posts span {
    display: block;
    color: #414141;
    font-style: italic;
    font-size: 11px;
}
.widget_newsletterwidgetminimal input {
    margin-bottom: 15px;
    width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: inherit;
    background: transparent;
    border: 1px solid #bbb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 0px;
    background: #000;
    font-size: 16px !important;
    font-size: 1rem;
    line-height: 1;
    padding: 1em 2em;
    color: #fff;
    cursor: pointer;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #098e20;
    background-color: #098e20;
}
.widget_newsletterwidgetminimal input[type="submit"] {
    margin-bottom: 0;
}
.widget_newsletterwidgetminimal input {
    margin-bottom: 15px;
    width: 100%;
}
 .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
}
    .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.card {
    float: left;
    width: 100%;
    margin-bottom:20px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.card-img-overlay {
    padding: 0;
    top: 3px;
    left: 7px;
    height: 20%;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.title-small {
    color: #141517;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 6px 0 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.text-time {
    color: #ff0000;
    font-weight: 600;
}


.container {
    /*margin-top: 20px;*/
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 10px;
}
.rashi{margin-top:10px}
.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 130px;
    line-height: 26px;
}

.btn-theme {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
    .mega-dropdown-menu > li > ul > li > a{
        color:#000;
    }
   
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #e3e3e3; color: #000; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud {
    line-height: 1.5;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
    font-size: 11px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 4px 10px 5px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
    display: inline-block;
}
.widget a:hover {
    color: #098e20;
}



.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}​
         .treadmill {
	overflow: hidden;
	border: 1px solid #46CFB0;
  background-color:#34BC9D;
  padding:0 20px;
  height:400px !important;
}

.treadmill-unit {
	overflow: hidden;
	position: relative;
}

.footer--copyright.bg--color-3, .footer--widgets.bg--color-2 {
    color: #777;
}
.pd--10-0 {
    padding: 10px 0;
}
.bg--color-2, .bg--color-2--a:after, .bg--color-2--b:before, .bg--color-2.bg--skew-down:after, .bg--color-2.bg--skew-up:before {
    color: #fff;
    background-color: #fc6b03;
}
.table:last-child, p:last-child, ul:last-child {
    margin-bottom: 6px;
}
.links--widget .nav>li>a {
    padding: 0 0 1px 12px;
    /* border-bottom: 1px dotted #333; */
}
.footer--copyright.bg--color-3, .footer--widgets.bg--color-2 {
    color: #777;
}
#stickySocial .nav>li>a, .counter--item, .footer--copyright {
    position: relative;
    z-index: 0;
}
.bg--color-3, .bg--color-3--a:after, .bg--color-3--b:before, .bg--color-3.bg--skew-down:after, .bg--color-3.bg--skew-up:before {
    color: #fff;
    background-color: #fc6b03;
}
.footer--copyright .social--bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer--copyright .text {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
}
.float--left {
    float: left;
}
.footer--copyright .social {
    padding: 11px 0 11px 20px;
}
.float--right {
    float: right;
}
/*.footer--copyright .links>li>a {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
}*/
.foot{margin-right:5px}
.footer--copyright .links>li+li {
    margin-left: 12px;
    padding-left: 11px;
    border-left: 1px solid;
}
.footer--copyright .links {
    padding: 10px 0px 10px 0;
    font-size: 0;
    line-height: 0;
}
.footer--copyright .nav>li {
    float: left;
}

@media screen and (max-width: 767px) {
    .float--xs-none {
        float: none;
    }

    .text-xs-center {
        text-align: center;
    }
    .header--mainbar{padding: 0px 0}
}
@media screen and (max-width: 480px) {
    .footer--copyright .text {
        padding-bottom: 8px;
    }
    .footer--copyright .float--left, .footer--copyright .float--right {
    float: none;
}

}


.RadUpload_Default .ruFakeInput {
    height: 12px;
    border: 1px solid #a7a7a7;
    margin-right: -1px;
    padding-top: 3px;
    color: #333;
    background: #fff;
    width: 50%;
    float: left;
}
.ruCheck {
    position: relative;
    zoom: 1;
    float: left;
}
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #098e20;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #d5a63a;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #87141b;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 0 25px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  font-size: 15px;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #d5a63a;
}
#Image1{width:auto!important;}

/* New CSS 30-11-21*/

.our_venture {
    margin-left: 50px !important;
}

.our_venture a {
    margin-left: 7px;
    background-color: white;
    color: #fc6b03 !important;
    padding: 4px;
    border: 2px solid white;
    border-radius: 2px !important;
    font-weight: 600;
}
    .our_venture a:hover {
        color: #c80000 !important;
        background-color: white !important;
    }

.our_venture a:focus {
        color: #c80000 !important;
        background-color: white !important;
    }

