
.body {
    font-family:Poppins-Regular, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    font-weight:normal;
    line-height: 25px;
}
.padding_0 {
    padding: 0;
}
.top30 {
    margin-top: 30px;
}
.footer-search {
    width: 50%;
    height: 40px;
    padding: 0 15px;
    border: solid 2px #ccc;
}
.footer-search-btn {
    height: 40px;
    width: 40px;
    font-size: 15px;
    border: solid 2px #ccc;
    background: #33d8ae;
}
.form-msg-box {
    height: 65px !important;
}

.crd {
	background-color: #33d8ae;
	padding: 20px;
	text-align: center;
}

.choose {
	height: 500px;
}

.para {
	background-color: #33d8ae;
}

.popular {
	background: #33d8ae;
	margin-top: -33px;
	color: black;
	width: 100%;
	border-radius: 15px;
	text-align: center;
	padding:5px;
}

.nav-link{color:#fff; text-transform:uppercase; font-weight:bold; font-size:14px;}
.nav-link:hover{color:#33d8ae;}
.nav-link.active{color:#33d8ae;}

.form-label{margin:0;}
.mandatory{color:#f00;}
.toprow{margin:0 0 15px;}

/*-------BANNER SECTION-------*/
.banner-main {
    position: relative;
    min-height: 90vh;
	padding: 90px 0 0;
}
.banner-left {
    position: relative;
    background: url(../images/banner-left.jpg);
    background-size: cover;
    height: 90vh;
}
.banner-left-cont {
    position: absolute;
    top: 45%;
    left: 26%;
    transform: translateX(-30%) translateY(-50%);
    padding-right: 60px;
    color: #fff;
}
.banner-left-cont h1 {
    line-height: 55px;
    margin: 40px 0;
    font-size: 45px;
}
.banner-right {
    background: url(../images/banner-right.jpg) center;
    background-size: cover;
    height: 90vh;
}
.banner-position {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
	width: 350px;
}
.banner-position img {
    width: 350px;
}
.dropdown-btn {
    position: absolute;
    left: 46%;
    bottom: -60px;
    font-size: 50px;
}
.dropdown-btn a {
    color: #33d8ae;
}
.dropdown-btn a:hover {
    color: #2ff6a9;
}


/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav .icon {
  display: none;
}
.navbar-toggler-icon{font-size:35px; color:#fff;}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.carousel-control-prev-icon{font-size: 60px; color:#33d8ae;}
.carousel-control-next-icon{font-size: 60px; color:#33d8ae;}
.carousel-control-prev-icon, .carousel-control-next-icon{width:5rem; height:5rem;}



@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	footer.footer h4 {
    margin-top: 26px;
    margin-bottom: 10px;
}
.OR{
  display: none;
}
.product h2 {
    font-size: 26px;
}
.RegBdr{border-left:0 !important; margin-top: 15px;}
}


.menu-bar {
    background: #000;
	padding:5px 0;
}
.menu {
    width: 100%;
}
.top-menu {
    width: 100%;
}
a.navbar-brand img {
    height: 77px;
}
.top-menu ul {
    float: right!important;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.top-menu ul li {
    float: right;
    padding-right: 15px;
    text-align-last: right;
    line-height: 30px;
    font-weight: bold;
}
.top-menu ul li a {
    color: #fff;
}
.navbar-brand {
    height: 80px;
    padding: 0;
}
.navbar {
    margin-bottom: 0;
    min-height: 80px;
}
.navbar-right {
    margin: 15px 0;
}
.nav>li>a {
    padding: 10px 11px;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.icon-color {
    color: #33d8ae;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #33d8ae;
}
/*-------FEATURES SECTION-------*/
.features {
    margin: 60px 0;
}
.feature-head {
    text-align: center;
    margin: 0 auto;
}
.feature-head h2 {
    font-size: 60px;
    padding-bottom: 10px;
}
.feature-cont {
    border-radius: 5px;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.3);
    padding: 15px;
	position: relative;
}
.feature-cont:hover {
    background: #33d8ae;
}
.icon-w_pos {
    position: relative;
	top: 0;
    left: 15px;
}
.icon-g_pos {
    position: absolute;
    top: 15px;
    left: 30px;
}
.feature-cont:hover .icon-g_pos {
    opacity: 0;
}
.feature-cont h4 {
    font-size: 20px;
    margin: 20px 0 15px 0;
    height: 40px;
}
.feature-cont p {
    font-size: 17px;
    line-height: 25px;
}
.p_height {
    height: 150px;
}
.feature-arrow-btn {
    margin: 15px 0;
}
.w-arrow {
    position: relative;
	left:15px;
}
.g-arrow {
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.feature-cont:hover .g-arrow {
    opacity: 0;
}
/*-------WHY CHOOSE SECTION-------*/
.why-choose {
    padding: 60px 0 0 0;
    background-image: linear-gradient(to right, #83de99 51%, #35c48e 100%);
}
.why-choose-cont {
    color: #fff;
    padding-left: 50px;
}
.why-choose-cont p {
    margin: 40px 0;
    font-size: 22px;
}
.span1 {
    font-size: 18px;
    padding: 5px 15px;
    border: solid 2px #fff;
}
.why-choose-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-bottom: 50px;
}
.why-choose-cont ul li {
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 15px;
}
.why-choose-cont ul span {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
}
.whychoosep {
    position: relative;
}
.whychoosep img {
    padding-top: 25px;
}
.whychoosep p {
    line-height: 0 !important;
    margin: 0 !important;
}
.span2 {
    position: absolute;
    top: 55px;
    left: 0px;
    padding-left: 58px;
    font-size: 16px;
	text-align: center;
}
/*-------TESTIMONIA SECTION-------*/
.testimonial {
    margin: 60px 0;
}
.testimonial-con {
    margin: 20px auto;
    width:60%;
    height: 230px;
    padding: 15px;
}
.testimonial-con p {
    padding-bottom: 30px;
}
.testimonial-con h6 {
    color: #a3a4a6;
    line-height: 25px;
    text-transform: inherit;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    transition: all 0s ease 0s;
    width: 6863px;
    transform: translate3d(-1960px, 0px, 0px);
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    color: #33d8ae;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 100px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: 100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    font-size: 70px;
}
/*-------FOOTER SECTION-------*/
.footer {
    background: #1a1a1a;
    padding: 60px 0;
    font-weight: 400;
    color: #fff;
}
.footer-logo {
    text-align: center;
}
.footer-logo p {
    color: #a3a4a6;
    padding-top: 15px;
}
.footer-logo h1 {
    font-size: 30px;
    padding-top: 50px;
    text-transform: inherit;
}
.footer h4 {
    font-size: 22px;
    text-transform: inherit;
    margin-bottom: 20px;
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Manjari', sans-serif;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    line-height: 30px;
}
.footer-social {
    margin-top: 15px;
}
.footer-social i {
    height: 40px;
    width: 40px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    color: #a3a4a6;
}
.footer-social :hover i {
    color: #fff;
    background: #33d8ae;
}

/*--- Product Inner Page ---*/
.r_pad {
  padding-right: 100px;
}
.product {
  padding:150px 0;
}
.product h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 15px;
}
.product p, .product-cont p {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  margin: 15px 0;
}
.product-cont {
  margin-bottom: 0;
}
.product-cont h3 {
  font-weight: bold;
}
.product-cont p {
  margin-bottom: 30px;
}

.product ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-bottom: 50px;
}
.product ul li {
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    margin-bottom: 15px;
}
.product ul span {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
}
.product ul img {
    width: 30px;
    height: 20px;
}
/*--- About Inner Page ---*/
.p-btn30 {
  padding-bottom: 30px;
}
.btn-css {
  background: #33d8ae;
  color: #000;
  font-weight: bold;
  padding: 15px 50px;
  margin: 15px;
}
.t_b-position-re {
  position: relative;
}
.t_b-position {
  top: 50%;
  transform: translateY(50%);
}


.blog-cont h3 {
    text-transform: inherit;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}.blog-cont i {
    color: #ff0000;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 10px;
}
.btn-margine {
    margin: 0;
}
.testimonial-box {
    text-align: center;
    padding: 25px;
    margin-bottom: 30px;
}
.testimonial-box i {
    color: #ffc600;
    font-size: 20px;
    padding: 0 5px 15px 5px;
}
.testimonial-box p {
    font-weight: bold;
}
.testimonial-box:hover {
    color: #fff;
}
@media screen and (max-width:1200px){
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 12px;
    }
    .product h2 {
        font-size: 30px;
    }
    .footer-social i {
        height: 35px;
        width: 35px;
        padding: 8px;
        margin-right: 10px;
        font-size: 15px;
    }
    .navbar-right {
        margin: 0px 0;
    }
}
@media screen and (max-width:992px){
    .r_pad {
        padding-right: 0;
    }
    .t_b-position {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }
    .footer-logo h1 {
        font-size: 42px;
    }
    .footer h4 {
        font-size: 19px;
    }
    .footer-social i {
        height: 30px;
        width: 30px;
        padding: 5px;
        margin-right: 5px;
        font-size: 13px;
    }
    .blog-cont h3 {
        margin-top: 30px;
    }
    .blog-cont {
        margin-bottom: 30px;
    }
    .textcenter {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .navbar-toggle {
        margin-right: 30px;
        margin-top: 30px;
    }
    .navbar-inverse .navbar-toggle{
        border-color: #fff;
    }
    .banner-position img {
        width: 200px;
    }
    .banner-left {
        height: 400px;
    }
    .banner-position {
        top:100%;
        transform: translateX(-50%) translateY(65%);
            transform: translateX(-42%) translateY(-146%);
			width:200px;
    }
    .banner-left-cont {
        width: 100%;
        top: 60%;
        left: 0;
        transform: translateY(-60%);
        padding: 15px;
    }
    .banner-right {
        height: 400px;
    }
    .banner-left-cont h1 {
        line-height: 35px;
        margin: 25px 0;
        font-size: 25px;
    }
    .feature-head h2 {
        font-size: 32px;
    }
    .why-choose-cont {
        padding: 15px 15px 30px 15px;
    }
    .testimonial-con {
        width: 100%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 0px;
        display:none;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
        margin-right: 0px;
         display:none;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        margin-top: 50%;
        font-size: 25px;
    }
    .footer-logo h1 {
        font-size: 40px;
            padding-top: 0;
    }
    .product h2 {
        font-size: 30px;
            padding-top: 20px;
    }
    .r_pad {
        padding-right: 0;
    }
    .t_b-position {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }
    .btn-css {
        padding: 10px 40px;
        margin: 10px;
    }
    .product {
        padding:120px 0;
    }
    .textcenter {
        text-align: center;
    }
	.testimonial-con{height: 280px;}
	.footer{text-align:center;}
}
div#own-location p {
    padding: 10px 0;
}
div#own-overview, div#own-location, div#own-join {
    padding: 20px;
}
section.owner p {margin:auto !important;}
html {
  scroll-behavior: smooth;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

