@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-moz-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-webkit-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}me
}

@-ms-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-o-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}h

footer.footer-area.fix canvas {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
}

#top-menu ul li a {
    font-size: 24px;
    font-family: 'alone_on_earthregular';
    color: #212529;
    line-height: inherit;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#top-menu .navbar-nav .nav-item {
	margin: 20px;
}

.lmc-menu a img {
    /*width: 26px;*/
    margin-right: -5px;
    margin-left: -10px;
}

#top-menu ul li a::before {
    position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url("data:image/svg+xml,%3Csvg id='menu-hover' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 -2 20 9'%0A%3E%3Cstyle type='text/css'%3E .curved-line %7B animation: squiggly 0.4s linear infinite; %7D @keyframes squiggly %7B from %7B transform: translateX(0); %7D to %7B transform: translateX(-20px); %7D %7D %3C/style%3E%3Cpath fill='none' stroke='%23333' stroke-width='4' class='curved-line' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3' /%3E%3C/svg%3E%0A");
	background-position: 0 0.8rem;
	background-size: auto 0.5rem;
	background-repeat: repeat-x;
	transition: all 250ms linear;
}

#top-menu ul li a:hover::before {
  opacity: 1;
}

.top-social-media a.social-media-wrap {
  background-color: #8f428d;
  padding: 7px 4px;
  font-size: 14px;
  border-radius: 7px;
  color: #ffffff;
}

ul.bottom-social-media{
    display: inline-flex;
}

.bottom-social-media a.social-media-wrap {
  background-color: #bee86e;
  padding: 7px 4px;
  font-size: 14px;
  border-radius: 7px;
  color: #000001; 
}


.subscribe-letter-area canvas {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
}

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}
body div, div p {
    font-size:18px;
}
.waveWrapper {
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	padding-bottom: 70px;
}

.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	bottom: -1px;
	/*  background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}

.bgTop {
	z-index: 15;
	opacity: 0.5;
}

.bgMiddle {
	z-index: 10;
	opacity: 0.75;
}

.dont-butt {
	background: #bee86e !important;
	padding: 0px 20px !important;
	border-radius: 9px;
	border-bottom: 4px solid #a5ce5b;
	margin-left: 10px !important;
}

.bgBottom {
	z-index: 5;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.waveTop {
	background-size: 50% 100px;
	animation: move_wave 10s linear infinite;
}

.waveAnimation .waveTop {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.waveMiddle {
	background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
	animation: move_wave 10s linear infinite;
}

.waveBottom {
	background-size: 50% 100px;
}

.waveBottom {
	animation: move_wave 15s linear infinite;
}

.chart-wrap {
	width: 100%;
	height: auto;
}

.piechart-wrap {
	width: 275px !important;
	margin: auto;
	display: block;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap {
	position: fixed;
	right: 10px;
	bottom: 60px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgb(1 53 74 / 35%);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\ebf2';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	opacity: 0;
	color: #01354a;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\ebf2';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #01354a;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

svg {
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}

.progress-wrap svg.progress-circle path {
	stroke: #01354a;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.kindergarten-shape13 {
	position: absolute;
	left: 19%;
	top: 10%;
	z-index: 9;
}

.slider-area .feedback-box:before {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.4;
	z-index: 1;
	border-radius: 11px;
	background: none;
	background-image: linear-gradient( 90deg, black, rgb(68 65 65 / 37%));
}



.kindergarten-shape14 {
	position: absolute;
	right: 3%;
	top: 2%;
	z-index: 9;
}

.kindergarten-shape14 img {
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape13 img {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.modal-header {
	background: #EFBB20;
	padding: 15px 25px;
	width: 20px;
	height: 50px;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50% !important;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	top: 13px;
	right: 17px;
	z-index: 99;
}

.partnerDiscount {
	text-align: center;
}

.default-popup {
	background-size: cover;
	background-repeat: no-repeat;
}

.default-popup .close {
	right: -20px;
	top: -20px;
	position: absolute;
	background: #ffe100;
	padding: 10px;
	opacity: 1;
	border-radius: 50px;
	width: 44px;
	height: 44px;
}

.default-popup .modal-dialog .modal-body {
	padding: 0px;
}

.default-popup .modal-dialog .modal-body .pledge-wrapper-po {
	padding: 60px 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.default-popup .pledge-wrapper-wrap-image h1 {
	font-size: 116px;
	text-align: center;
	transform: rotate( -9deg);
	font-weight: 700;
	color: #715ca9;
	text-transform: uppercase;
	line-height: 0.9em;
}

.default-popup .pledge-wrapper-wrap-text {
	background-color: rgb(255 255 255 / 90%);
	padding: 35px;
}

.default-popup .pledge-wrapper-wrap-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.default-popup .pledge-wrapper-wrap-text ul li {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 15px;
	border-bottom: 2px dashed rgb(252 108 147 / 39%);
	padding-bottom: 10px;
}

svg.inner-dashed-border {
	position: absolute;
	stroke: #fc6c93;
	left: 26px;
	top: 15px;
	width: calc(100% - 10%);
	height: calc(100% - 5%);
	pointer-events: none;
	animation: dashed_border_running 50s linear infinite both;
	animation-play-state: paused;
	stroke-width: 3;
	stroke-dasharray: 1, 8;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation-play-state: running;
	fill: none;
	transition: 0.4s;
}

@keyframes dashed_border_running {
	100% {
		stroke-dashoffset: -1000;
	}
}

@keyframes rotateme {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate( 0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate( 360deg);
	}
}

@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.content-wrapper {
	padding-top: 90px;
}

.banner-content {
    height: 200px;
}
.feedback-active2{
    padding-bottom:30px;
}
.awdew_slider-popup .owl-dots .owl-dot, .client-active .owl-dots .owl-dot, .sponser-active .owl-dots .owl-dot, .video-corner-section .owl-dots .owl-dot, .feedback-active2 .owl-dots .owl-dot, .awdew_slider .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 10px;
    background-color: transparent!important;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border: 1px solid black!important;
}
.awdew_slider-popup .owl-dots .owl-dot.active, .client-active .owl-dots .owl-dot.active, .sponser-active .owl-dots .owl-dot.active, .video-corner-section .owl-dots .owl-dot.active, .feedback-active2 .owl-dots .owl-dot.active, .awdew_slider .owl-dots .owl-dot.active {
    width: 32px;
    height: 14px;
    border: 1px solid var(--primary)!important;
    background-color:var(--primary)!important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 10px;
}
.awdew_slider  .card_wrap .imgBx{
    max-height:300px;
}
@media (min-width: 1280px) {
	.default-popup .modal-dialog {
		max-width: 1050px;
	}
}

@media (max-width: 1280px) {
	.default-popup .modal-dialog {
		margin-top: 78px !important;
	}
	.slidd-item h2 {
        font-size: 20px!important;
    }
    .slidd-item h4, .slidd-item h4 span {
        font-size: 23px!important;
    }
    .banner-content {
        height: 100px;
    }
    .slidd-butt a {
        font-size: 14px;
        padding: 8px 8px 8px 20px;
    }
}
@media only screen and (max-width:1199px){
    .menu-style-lmc{
       -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-bottom: none;
        box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
        padding:0 10px 10px 10px!important;
        margin-bottom:15px;
    }
    .menu-style-lmc .nav-item{
        margin:0!important;
        padding: 4px 0!important;
    }
}
@media only screen and (max-width:1050px){
    .remove-left-padding{
        padding-left:0!important;
    }
}
@media (max-width: 768px) {
	.content-wrapper {
		padding-top: 0px;
	}
	.default-popup .modal-dialog .modal-body .pledge-wrapper-po {
		padding: 60px 30px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.kindergarten-shape14 {
		width: 20%;
	}
	.kindergarten-shape13 {
		position: absolute;
		left: -12%;
		bottom: -2%;
		z-index: 9;
		width: 20%;
		top: unset;
	}
	.default-popup .pledge-wrapper-wrap-image h1 {
		font-size: 96px;
		margin-bottom: 40px;
	}
}

.list {
	-webkit-transform-style: preserve-3d;
	-moz-transform-stle: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-transform: uppercase;
	position: absolute;
	margin-left: 10px;
	top: 20%;
	width: 60%;
}

#scrollUp {
	background: #007ea6;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
}

.list a {
	display: block;
	color: #000;
}

.list a:hover {
	text-indent: 20px;
}

.list dt,
.list dd {
	text-indent: 10px;
	line-height: 55px;
	background: #E0FBAC;
	margin: 0;
	height: 55px;
	width: 270px;
	color: #000;
}

.list dt {
	/* Since we're hiding elements behind here, we need it in 3d */
	-webkit-transform: translateZ(0.3px);
	-moz-transform: translateZ(0.3px);
	-ms-transform: translateZ(0.3px);
	-o-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 15px;
}

.list dd {
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
	line-height: 35px;
	font-size: 11px;
	height: 35px;
	margin: 0;
}

.list a span {
	float: right;
	padding-right: 10px;
}


/* UI */

.toggle {
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
	-o-transform: translateZ(100px);
	transform: translateZ(100px);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 50px;
	margin-left: -70px;
	margin-top: -20px;
	background: #2b2b2b;
	text-align: center;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	height: 50px;
	bottom: 10%;
	width: 140px;
	color: #fff;
	left: 50%;
}

.toggle:hover {
	background: #E42692;
}


/* No CSS 3D support warning */

.warning {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	-ms-transform: translateZ(2px);
	-o-transform: translateZ(2px);
	transform: translateZ(2px);
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	display: none;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.warning .message {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	text-align: center;
	margin-left: -150px;
	margin-top: -60px;
	line-height: 1.5;
	background: #222;
	font-size: 12px;
	position: absolute;
	padding: 10px;
	width: 280px;
	color: #fff;
	left: 50%;
	top: 50%;
}

.warning .message h1 {
	font-weight: 300;
	font-size: 14px;
}

.warning .message a {
	text-decoration: none;
	color: #73C8A9;
}


/* Individual styles */

.sashimi dt,
.sashimi dd,
.sashimi a {
	background: #73C8A9;
}

.nigiri dt,
.nigiri dd,
.nigiri a {
	background: #11b2e4;
}

.maki dt,
.maki dd,
.maki a {
	background: #FFC219;
}

.sashimi a:hover {
	background: #61c19e;
}

.nigiri a:hover {
	background: #eee;
}

.maki a:hover {
	background: #ffbb00;
}

.nigiri {
	-webkit-transform: perspective(1200px) rotateY(40deg) !important;
	-moz-transform: perspective(1200px) rotateY(40deg) !important;
	-ms-transform: perspective(1200px) rotateY(40deg) !important;
	-o-transform: perspective(1200px) rotateY(40deg) !important;
	transform: perspective(1200px) rotateY(40deg) !important;
	-webkit-transform-origin: 150% 25%;
	-moz-transform-origin: 150% 25%;
	-ms-transform-origin: 150% 25%;
	-o-transform-origin: 150% 25%;
	transform-origin: 150% 25%;
	left: 20%;
}

.maki {
	-webkit-transform: perspective(600px) translateZ(1px) !important;
	-moz-transform: perspective(600px) translateZ(1px) !important;
	-ms-transform: perspective(600px) translateZ(1px) !important;
	-o-transform: perspective(600px) translateZ(1px) !important;
	transform: perspective(600px) translateZ(1px) !important;
	left: 50%;
}

.sashimi {
	-webkit-transform: perspective(1200px) rotateY(-40deg) !important;
	-moz-transform: perspective(1200px) rotateY(-40deg) !important;
	-ms-transform: perspective(1200px) rotateY(-40deg) !important;
	-o-transform: perspective(1200px) rotateY(-40deg) !important;
	transform: perspective(1200px) rotateY(-40deg) !important;
	-webkit-transform-origin: -10% 25%;
	-moz-transform-origin: -10% 25%;
	-ms-transform-origin: -10% 25%;
	-o-transform-origin: -10% 25%;
	transform-origin: -10% 25%;
	left: 80%;
}

.nigiri .leaders-points {
	color: #bee86e;
	font-weight: 600;
	font-size: 12px;
	padding-left: 5px;
}

.featuredeco-warrior_wrap {
	background-color: #def7af;
	padding: 20px;
	border-radius: 20px;
}

.featuredeco-warrior_wrap .featuredeco-warrio_img {
	width: 100%;
	height: 100%;
}

.featured-eco-warrior .owl-nav {
	position: absolute;
	right: 12%;
}

.featuredeco-warrior_wrap .featuredeco-warrio_img img {
	width: 100%;
	height: 400px;
	object-fit: scale-down;
}

.featuredeco-warrior_wrap .featuredeco-warrio_meta {
	text-align: left;
}

.featuredeco-warrior_wrap .featuredeco-warrio_meta .featuredeco-warrio_name {
	font-size: 42px;
	z-index: 1;
	font-family: 'londrina_solidregular';
	color: rgb(0, 52, 73);
	text-transform: uppercase;
	line-height: 1.2;
}

.featuredeco-warrior_wrap .featuredeco-warrio_desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }


section.top-10 .col-md-6.right-back {
	position: relative;
	padding: 7% 0;
}

.top-10 p.text-right {
	font-size: 28px;
	font-family: 'londrina_solidlight';
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: left;
	font-weight: 300;
}

.copyright p {
	color: #343434;
	font-size: 16px;
	font-family: 'londrina_solidlight';
}

section.top-10 .col-md-6.right-back:before {
	background-size: contain;
  width: 650px;
  height: 650px;
  top: 100px;
  border-radius: 50%;
  background-color: #11b2e4;
  right: -80px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  background-position: right;
}

section.slider-area.slider-bg.pos-rel {
	padding-top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff7ed;
	padding-bottom: 0%;
}
@font-face {
	font-family: 'Barlow-Medium';
	src: url('../fonts/barlow/Barlow-Medium.eot');
	src: url('../fonts/barlow/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow/Barlow-Medium.woff2') format('woff2'), url('../fonts/barlow/Barlow-Medium.woff') format('woff'), url('../fonts/barlow/Barlow-Medium.ttf#Barlow-Medium') format('truetype'), url('../fonts/barlow/Barlow-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'alone_on_earthregular';
	src: url('../fonts/alone_on_earth-webfont.woff2') format('woff2'), url('../fonts/alone_on_earth-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'londrina_solidblack';
	src: url('../fonts/londrinasolid-black-webfont.woff2') format('woff2'), url('../fonts/londrinasolid-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'londrina_solidlight';
	src: url('../fonts/londrinasolid-light-webfont.woff2') format('woff2'), url('../fonts/londrinasolid-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

section.register-area p {
	font-family: 'londrina_solidlight';
	font-size: 28px;
}

@font-face {
	font-family: 'londrina_solidregular';
	src: url('../fonts/londrinasolid-regular-webfont.woff2') format('woff2'), url('../fonts/londrinasolid-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'londrina_solidthin';
	src: url('../fonts/londrinasolid-thin-webfont.woff2') format('woff2'), url('../fonts/londrinasolid-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alone_on_earthregular';
	src: url('../fonts/alone_on_earth-webfont.woff2') format('woff2'), url('../fonts/alone_on_earth-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.slidd-item h2 {
	font-size: 68px;
	font-family: 'londrina_solidregular' !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 21px;
	text-align: left;
}

.slidd-butt {
	z-index: 1;
	border-radius: 10px;
	background-color: rgb(190, 232, 110);
	box-shadow: inset 0px 6px 0px 0px rgb(60 91 0 / 0%);
	border-bottom: 4px solid #8bb448;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}

.slidd-item {
	position: absolute;
	left: 2%;
	top: 27%;
	z-index: 99;
}

.slidd-item h4 {
	font-size: 36px;
	font-family: 'londrina_solidlight';
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	text-align: left;
}


/*li.dont-butt a {*/


/*    background: #bee86e !important;*/


/*    padding: 16px 30px !important;*/


/*    border-radius: 9px;*/


/*    border-bottom: 4px solid #a5ce5b;*/


/*}*/

.slider-area .slidd-butt {
	float: left;
}

.modal-body form label {
    color: #2c4a6b;
	
}

label.error{
    color: red!important;
	font-size:13px;
	line-height:1.3em;
}
.slidd-item h4 span {
	font-size: 36px;
	font-family: 'londrina_solidlight';
	color:#bee86e;
	text-transform: uppercase;
	font-weight: 300;
}


.top-left p {
	font-size: 14px;
	font-family: "Graphik";
	color: rgb(2, 64, 88);
	line-height: 1.234;
	text-align: left;
	z-index: 7;
}

.top-left marquee  a {
	/*color: rgb(0, 0, 0) !important;*/
	padding: 0 20px;
    font-family: 'alone_on_earthregular';
    color: #fff;
    font-size:16px;
}

.top-right ul li {
	display: inline-block;
	padding-right: 4px;
	font-family: 'alone_on_earthregular';
}

.top-right ul li:nth-last-child(1){
	padding-right: 0px;
}

.top-strip {
	border-bottom: 1px dashed rgb(0 0 0 / 15%);
	padding: 5px 0;
	background-color:#591959;
	margin-bottom:5px;
}

.top-right {
	text-align: right;
}

section.what-we-do-area {
	padding-top: 0px;
	z-index: 1;
	position: relative;
}

.container.custom-container-subs {
	max-width: 80%;
}

section.what-we-do-area:after {
	background-image: url(../img/about-right.png);
	top: 0%;
	background-size: contain;
	content: "";
	right: 5%;
	height: 140px;
	background-repeat: no-repeat;
	width: 140px;
	content: "";
	top: 7%;
	right: 5%;
	position: absolute;
	animation: leftright 5s linear infinite;
	z-index: -1;
}

section.register-area {
	position: relative;
	z-index: 1;
}

section.register-area:before {
	content: url(../img/rocket.png);
	background-size: contain;
	top: 7%;
	left: 35%;
	position: absolute;
	z-index: -1;
}

.slidd-butt a {
	font-size: 20px;
	font-family: 'londrina_solidregular';
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 1.2;
	display: block;
	padding: 18px 10px 18px 30px;
	transition: 0.3s ease-in-out;
}

.slidd-butt:hover a {
	padding-left: 30px;
	padding-right: 30px;
}

.slidd-butt a span {
	display: inline-block;
	float: inherit;
	padding-left: 15px;
	margin-left: 16px;
	padding-right: 6px;
}

.feedback-active2 {
	z-index: 99;
}

@media (min-width: 576px){
	
.eventDrive_pop .modal-dialog {
  max-width: 990px;
  margin: 1.75rem auto;
}
	
}

.client-feedback-wrapper-content .owl-stage-outer {
	padding: 0px 0px 50px;
}
.client-feedback-wrapper-content  .owl-carousel .owl-item img{
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}
.feedback-item {
	position: relative;
	z-index: 1;
	border: 6px solid #FFF;
	border-radius: 11px;
}

.client-feedback-wrapper-content .feedback-item {
	border: 0px;
}

.card_wrap {
	position: relative;
	width: auto;
	height: 400px;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
	border-radius: 4px;
}

.card_wrap:before,
.card_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #fff;
	transition: 0.5s;
	z-index: -1;
}

.card_wrap:hover:before {
	transform: rotate(20deg);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.card_wrap:hover:after {
	transform: rotate(10deg);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.card_wrap .imgBx {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #222;
	transition: 0.5s;
	z-index: 1;
}

.card_wrap:hover .imgBx {
	bottom: 80px;
}

.card_wrap .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.card_wrap .details {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	height: 60px;
	text-align: center;
}

.card_wrap .details h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'londrina_solidregular';
    color: rgb(0, 52, 73);
}

.card_wrap .details h2 span {
	font-weight: 500;
	font-size: 16px;
	color: #f38695;
	display: block;
	margin-top: 5px;
}

.main-menu ul li {
	margin-left: 50px;
	margin-right: 0px;
}

.main-menu ul li>a {
	font-size: 26px;
	font-family: 'alone_on_earthregular';
	color: rgb(0, 0, 0);
	line-height: 0.665;
}

.container-fluid.foot-cop {
	background: #bee86e;
}

.copy-right-area.pt-10 ul li {
	display: inline-block;
	padding: 0px 10px;
}

.copy-right-area.pt-10 ul {
	text-align: center;
}

img {
	max-width: 100%;
}

.no-padd {
	padding: 0;
}

footer.footer-area.fix {
	background-image: url(../img/footer.png);
	background-size: 100%;
	padding-top: 12%;
	margin-top: -1%;
	z-index: 11;
	position: relative;
	background-color: #f9eac0;
}

.add-det ul {
	width: 33%;
}

.add-det {
	display: flex;
}

.footer__widget p {
	font-size: 26px;
	font-family: 'alone_on_earthregular';
	color: rgb(133, 226, 255);
	line-height: 33px;
	margin-bottom: 52px;
}

ul.social-cols li {
	display: inline-block;
}

section.client-feedback-area .waveBottom {
	background-size: 50%;
}

section.partners {
	background-image: url(../img/partners.jpg);
	background-size: 100% 100%;
	padding: 3%;
	min-height: 450px;
	padding-top: 82px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: -1%;
	background-color: #f3f7fc;
}

section.partners h2:before {
	background-repeat: no-repeat;
	background-image: url(../img/head-black.png);
	content: "";
	background-size: contain;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 34%;
	top: -4px;
	width: 100%;
	/*animation: leftright 5s linear infinite;*/
}

.logo-client .row {
	align-items: center;
}

.add-det ul h4 {
	/* display: inline-block; */
	position: relative;
}

.add-det ul h4:before {
	content: url(../img/white-head.png);
	position: absolute;
	left: -6%;
	top: -24px;
	width: 100%;
	z-index: 99;
}

.logo-client {
	/*margin-bottom: 10%;*/
}

.logo-client .client-img img {
	cursor: pointer;
	width:130px;
	height:130px;
	object-fit:contain;
}

.add-det ul li h5 {
	font-size: 18px;
	font-family: 'londrina_solidlight';
	color: rgb(255 255 255);
	line-height: 1.667;
	text-align: left;
	font-weight: 300;
	margin-bottom: 0px;
}

.add-det ul h4 {
	font-size: 24px;
	font-family: 'alone_on_earthregular';
	color: #bde86e;
	line-height: 1.2;
	font-weight: 200;
	z-index: 1;
	margin-bottom: 25px;
}

section.get-quote-area p {
	font-size: 28px;
	font-family: 'londrina_solidlight';
	color: rgb(0, 0, 0);
	line-height: 1.2;
	font-weight: 300;
}

section.client-feedback-area .feedback-item {
	position: relative;
	z-index: 1;
	border: 0px;
	border-bottom: 6px solid #b1dd6b;
	border-radius: 11px;
}

section.client-feedback-area .feedback-box:before {
	position: absolute;
	left: 0px;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.1;
	z-index: 1;
	border-radius: 11px;
}

section.client-feedback-area {

}

section.get-quote-area {

}

.section-title h3 {
	font-size: 65px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
	font-family: 'londrina_solidregular';
	color: rgb(0, 52, 73);
	text-transform: uppercase;
	line-height: 1.2;
}

.section-title h4 {
	font-size: 42px;
	position: relative;
	z-index: 1;
	font-family: 'londrina_solidregular';
	color: rgb(0, 52, 73);
	text-transform: uppercase;
	line-height: 1.2;
}

ul.social-cols li {
	display: inline-block;
	padding: 0px 4px;
}

section.partners h2 {
	margin: 2%;
	font-size: 80px;
	font-family: 'londrina_solidregular';
	color: rgb(0, 52, 73);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5%;
	display: inline-block;
	position: relative;
}

section.partners:before {
	background-image: url(../img/foot-up.png);
	background-size: 100%;
	width: 100% !important;
	bottom: -67%;
	left: 0%;
	height: 662px;
	content: "";
	left: 0;
	position: absolute;
	z-index: -1;
}

.subscribe-letter-area .nice-select {
	width: 100%;
}

.subscribe-letter-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/searchbann.png);
	background-size: 100% 100%;
	padding: 15%;
	margin-top: 0%;
	overflow: hidden;
}

.subscribe-wrapper h3 {
	margin-top: 0px;
	text-align: left;
}

.subscribe-letter-area h3 {
	color: #fff;
}


.date-city-slider {
    padding-bottom: 30px;
}

.date-city-slider .date-calend {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    padding-right:10px;
}

.date-city-slider .date-calend h5 {
	font-size: 32px;
	font-family: 'alone_on_earthregular';
	color: rgb(190, 232, 110);
	line-height: 1.2;
	padding-left: 35px;
}

.date-city-slider .date-calend img {
	width: auto !important;
}

.date-city-slider .date-calend .color-white {
	color: #ffffff;
}

.date-city-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.date-city-slider.owl-carousel .owl-nav button.owl-next, .date-city-slider.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    margin: 0 4px;
}

.date-city-slider.owl-carousel .owl-nav button.owl-next{
    margin-left: 0px;
}

.date-city-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 0px;
}


.calender-wrapper .section-title h3 {
	margin-top: 150px;
}


.subscribe-wrapper .section-title h3 {
	margin-top: 90px;
}

.subscribe-wrapper .form-serch select {
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bee86e;
}

.subscribe-wrapper .form-serch select option {
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bee86e;
}

.subscribe-wrapper button {
	background: #bee86e;
	height: 46px;
	margin-left: 0px;
	border: 0px;
	border-radius: 0px;
	font-size: 20px;
	font-family: 'alone_on_earthregular';
	color: rgb(0, 0, 0);
	line-height: 1.2;
	padding: 0px 20px;
}

.form-serch form input {
	height: 46px;
	border: 0px;
	width: 65%;
	padding-left: 20px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom: 4px solid #dbdada;
}

.form-serch form {
	display: flex;
	text-align: right;
}

.do-box.do-box-2 h3 {
	font-size: 65px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
	font-family: 'londrina_solidregular';
	color: rgb(0, 52, 73);
	text-align: center;
}

.do-wrapper h3:before {
	background-repeat: no-repeat;
	background-image: url(../img/greenhead.png);
	content: "";
	background-size: contain;
	height: 100px;
	width: 100%;
	top: -20%;
	left: 27%;
	position: absolute;
	z-index: -1;
	/*animation: leftright 5s linear infinite;*/
}

.register-left .section-title h3 span {
	position: relative;
}

.register-left .section-title h3 {
	margin-bottom: 40px;
}


/*span.fill {
    background-image: url(../img/spanimg.png);
    background-size: contain;
}*/

section.register-area:after {
	background-repeat: no-repeat;
	background-image: url(../img/boy.png);
	content: "";
	background-size: contain;
	height: 120px;
	width: 120px;
	content: "";
	bottom: 0%;
	left: 7%;
	position: absolute;
	z-index: -1;
	animation: MoveUpDown 5s linear infinite;
}

.register-left .section-title h3 span:before {
	background-repeat: no-repeat;
	background-image: url(../img/greenhead.png);
	content: "";
	background-size: contain;
	height: 100px;
	width: 100%;
	top: -20%;
	left: 27%;
	position: absolute;
	z-index: -1;
	/*animation: leftright 5s linear infinite;*/
}

.do-wrapper h3 {
	text-align: center;
	display: inline-block;
	position: relative;
}

.do-box.do-box-2 p {
	font-size: 25px;
	font-family: 'alone_on_earthregular';
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
}

section.what-we-do-area:before {
	background-image: url(../img/about-left.png);
	/* top: 0%; */
	background-size: contain;
	content: "";
	left: 5%;
	height: 140px;
	background-repeat: no-repeat;
	width: 140px;
	position: absolute;
	z-index: -1;
	animation: leftright 5s linear infinite;
}

.do-box-2 {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 20px;
	box-shadow: 0px 70px 100px rgb(209 170 121 / 32%);
	border-bottom: 5px solid rgb(164, 206, 91);
}

section.top-10 h3.head-blackshade.mb-45 {
	text-align: right;
}

section.top-10 {
	position: relative;
	z-index: 1;
	padding: 2% 0;
}


.three-boxs div {
	width: 31%;
	text-align: center;
	margin: 2%;
	/*padding: 35px;*/
	position: relative;
	z-index: 1;
	display:grid;
	overflow: hidden;
}

.boxes1 {
	border-radius: 20px;
	background-color: rgb(164, 206, 91);
	box-shadow: 0px 20px 51.3px 2.7px rgb(0 52 73 / 28%);
	color: #fff;
}

.three-boxs {
	display: flex;
	width: 100%;
}

.three-boxs div p , .three-boxs div a{
	font-size: 25px;
	font-family: 'londrina_solidregular';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	padding: 25px;
}

.boxes2 {
	border-radius: 20px;
	background-color: rgb(241, 90, 41);
	box-shadow: 0px 20px 51.3px 2.7px rgb(0 52 73 / 28%);
}

.boxes3 {
	border-radius: 20px;
	background-color: rgb(0, 52, 73);
	box-shadow: 0px 20px 51.3px 2.7px rgb(0 52 73 / 28%);
}

.three-boxs div:before {
	background-image: url(../img/butt-back.png);
	background-size: contain;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}

.boxes1:before {
	top: 22%;
	left: -35px;
	background-position: left;
}

.boxes2:before {
	top: -50%;
	left: 0%;
	background-position: center;
}

.boxes3:before {
	top: 22%;
	right: -35px;
	background-position: right;
}

section.register-area.pt-50.pb-80 {
	background-image: url(../img/ecobann.png);
	background-size: 100% 100%;
	padding: 6%;
	position: relative;
	z-index: 1;
	margin-top: 0%;
	padding-bottom: 10%;
}

.register-points {
	margin-top: 5%;
}

.regist-img img {
	width: 70%;
	margin-top: 25%;
	border-radius: 10px;
	box-shadow: 10.5px 18.187px 179px 0px rgb(113 133 159 / 25%);
}

.register-left {
	padding-top: 20%;
}

section.top-10:before {
	background-repeat: no-repeat;
	background-image: url(../img/bulb.png);
	content: "";
	background-size: contain;
	height: 120px;
	width: 120px;
	content: "";
	top: -10%;
	left: 46%;
	position: absolute;
	z-index: -1;
	animation: bigall 5s linear infinite;
}

.top-10 h3 span:before {
	background-repeat: no-repeat;
	background-image: url(../img/greenhead.png);
	content: "";
	background-size: contain;
	height: 100px;
	width: 100%;
	top: -20%;
	right: -14%;
	position: absolute;
	z-index: -1;
	/*animation: leftright 5s linear infinite;*/
}

.top-10 h3 span {
	position: relative;
}

section.subscribe-letter-area {
	z-index: 1;
	position: relative;
}

section.subscribe-letter-area:before {
	background-repeat: no-repeat;
	background-image: url(../img/bulb2.png);
	content: "";
	height: 310px;
	width: 230px;
	background-size: 91%;
	top: 7%;
	left: 46%;
	position: absolute;
	z-index: -1;
	animation: leftright 5s linear infinite;
}

.col-md-6.right-back:after {
	background-repeat: no-repeat;
	background-image: url(../img/no1.png);
	content: "";
	background-size: contain;
	height: 120px;
	width: 120px;
	content: "";
	top: 15%;
	left: 0%;
	position: absolute;
	z-index: -1;
	animation: bigall 5s linear infinite;
}

.sticky {
	background: #fff7ed;
}

.main-header-area {
  padding: 0px;
	position: relative;
	background: #fff7ed;
}
.navbar {
	padding: 0rem 0;
}


.main-header-area.sticky a.logo-img img {
	width: 40%;
}

.main-header-area.sticky {
	padding: 0px;
	padding-bottom: 0px;
	position: fixed;
}

.main-head-two.sticky .main-menu li a {
	color: #003449;
	padding: 20px 0;
}

.register-points h5 {
	font-size: 25px;
	font-family: 'alone_on_earthregular';
	color: rgb(0, 0, 0);
	line-height: 33px;
	text-align: left;
	font-weight: 500;
}

section.get-quote-area h3 span:before {
	background-repeat: no-repeat;
	background-image: url(../img/greenhead.png);
	content: "";
	background-size: contain;
	height: 100px;
	width: 100%;
	top: -20%;
	right: -14%;
	position: absolute;
	z-index: -1;
	/*animation: leftright 5s linear infinite;*/
}

section.get-quote-area h3 span {
	position: relative;
}

section.get-quote-area:before {
	background-repeat: no-repeat;
	background-image: url(../img/cloud.png);
	content: "";
	background-size: contain;
	height: 120px;
	width: 120px;
	top: -18%;
	left: 33%;
	position: absolute;
	z-index: -1;
	animation: bigall 5s linear infinite;
}

.copyright p {
	color: #343434;
	font-size: 19px;
	font-family: 'londrina_solidlight';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

footer.footer-area.fix ul {
	margin: 0px;
	font-size: 20px;
	font-family: 'londrina_solidlight';
	color: rgb(0, 0, 0);
	line-height: 0.72;
	padding: 0px;
	font-weight: 300;
	font-weight: unset;
}

.quote-wrapper:before {
	background-repeat: no-repeat;
	background-image: url(../img/globe.png);
	content: "";
	background-size: contain;
	height: 120px;
	width: 120px;
	top: 84%;
	left: -14%;
	position: absolute;
	z-index: -1;

	animation: rotateall 4s linear infinite;
}

.quote-wrapper {
	position: relative;
	z-index: 1;
}

section.get-quote-area:after {
	background-repeat: no-repeat;
	background-image: url(../img/robot.png);
	content: "";
	height: 120px;
	width: 120px;
	background-size: contain;
	bottom: 0px;
	right: 5%;
	position: absolute;
	z-index: -1;
	animation: MoveUpDown 5s linear infinite;
}

section.client-feedback-area:before {
	content: url(../img/ball.png);
	background-size: contain;
	bottom: 0px;
	left: 0%;
	position: absolute;
	z-index: -1;
}

.owl-carousel .owl-stage {
	align-items: center;
	display: flex;
	text-align: center;
}

.copy-right-area.pt-10 {
	padding-bottom: 18px;
	padding-left: 60px;
	padding-right: 60px;
}

section.client-feedback-area:after {
	content: url(../img/downarrow.png);
	background-size: contain;
	bottom: 0px;
	left: 67%;
	position: absolute;
	z-index: -1;
	animation: rotateall 4s linear infinite;
}

section.client-feedback-area {
	position: relative;
	z-index: 1;
	padding-bottom: 170px;
}

.main-index-wrapper {
	background-color: #fff7ed;
}

section.get-quote-area {
	position: relative;
	z-index: 1;
}

section.slider-area.slider-bg:before {
	/*background-image: url(../img/slideshade.png);*/
	background-size: contain;
	width: 100%;
	top: 0%;
	right: 0px;
	background-repeat: no-repeat;
	height: 100%;
	content: "";
	position: absolute;
}

.slidd-butt:before {
	background-image: url(../img/buttbefore.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	top: 0%;
	right: 0px;
	left: 76%;
	background-position: right;
	border-radius: 36px;
}

.hm-sponsor-logo-wrap ul {
    display: inline-flex;
    list-style: none;
}

.hm-sponsor-logo-wrap ul li img {
    width: 200px;
    height: 90px;
    margin: 16px 20px 0px;
}



@keyframes rotateall {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes bigall {
	0% {
		transform: scale(0.8);
	}
	60% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

@keyframes leftright {
	0% {
		transform: rotate(1deg);
	}
	25% {
		transform: rotate(12deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-12deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes MoveUpDown {
	0%,
	100% {
		bottom: 0;
	}
	50% {
		bottom: 100px;
	}
}

main {
	overflow: hidden;
}

.subscribe-box .modal-content {
	padding: 30px 10px;
	border-radius: 20px;
	max-width: 750px;
	width: 750px;
	border: 0;
}

@media(max-width:1730px) {
	footer.footer-area.fix {
		margin-top: -3%;
	}
}

@media(max-width:1660px) {
	section.partners {
		background-size: 100% 100%;
	}
	section.partners:before {
		bottom: -67%;
	}
}

@media(max-width:1480px) {
    .menu-style-lmc .lmc-menu .nav-link {
        margin-top: -2px!important;
    }
	nav.navbar.navbar-expand-md.navbar-light {
		padding: 0;
	}
	section.slider-area.slider-bg.pos-rel {
		background-size: 100% 100%;
	}
	section.slider-area.slider-bg:before {
		background-size: 100% 100%;
	}
	.main-head-two .main-menu li {
		margin-right: 0px;
	}
	.main-header-area {
		background: #fff7ed;
		position: relative;
	}
	section.slider-area.slider-bg.pos-rel {
		padding: 0% 0%;
		padding-bottom: 0%;
	}
	.slidd-item h2 {
		font-size: 44px;
	}
	.slidd-item h4,
	.slidd-item h4 span {
		font-size: 28px;
	}
	.slidd-butt a {
      font-size: 16px;
      padding: 12px 8px 10px 20px;
    }
	.section-title h3 {
		font-size: 50px;
	}
	section.partners h2 {
		font-size: 50px;
	}
	.section-title h4 {
	    font-size: 36px;
	}
	section.partners:before {
		bottom: -71%;
	}
	header#top-menu ul li a {
		font-size: 22px;
	}
	section.what-we-do-area {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.featuredeco-warrior_wrap .featuredeco-warrio_img img {
	     height: 340px;
	}
	.featuredeco-warrior_wrap .featuredeco-warrio_meta .featuredeco-warrio_name {
	    font-size: 36px;
	    margin-bottom: 10px;
	}
	
	.slider-bg .owl-carousel .owl-nav button.owl-next img, .slider-bg .owl-carousel .owl-nav button.owl-prev img{
	    width:40px;
	    height:40px;
	}
	.subscribe-letter-area {
	    padding: 11%;
	}
	section.what-we-do-area .do-wrapper {
	    margin-bottom: 0px;
	}
	.chart-wrapper {
	    width: 100%;
        height: 230px;
	}
	.piechart-wrap {
	    width: 210px !important;
	}
	.do-box-2 h3 {
      margin-bottom: 20px;
    }
    .do-box.do-box-2 h3 {
        font-size: 46px;
    }
    /*.awd-box .card_wrap {*/
    /*    height: 320px;*/
    /*}*/
    section.client-feedback-area {
        padding-bottom: 112px;
    }
    .featuredeco-warrior_wrap .featuredeco-warrio_desc {
        font-size: 18px;
        line-height: 1.4em;
    }
    section.get-quote-area p {
        font-size: 24px;
    }
    .quote-wrapper {
         margin-bottom: 0px;
    }
	
}

/*HS CSS*/
.select2-container .select2-selection--single{
    height:auto!important;
}
.slider-area .owl-dots, .video-corner-section .owl-dots, .logo-client .owl-dots, .featured-eco-warrior .owl-nav.disabled{
    display:none!important;
}
.custom_popup_design .modal-content .signup_form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.custom_popup_design .modal-content .signup_form::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.custom_popup_design .modal-content .signup_form::-webkit-scrollbar-thumb
{
	background-color: #bd65ab;
}

.eventDrive_pop{
    top:50px;
}
.disabled{
    display: block!important;
  }
  .date-city-slider .disabled,  .client-active  .disabled, .sponser-active .owl-dots{
      display:none!important;
  }
.sponser-section{
    overflow:hidden;
    margin-bottom:50px;
}
.sponser-section .swiper-container {
        width: 100%;
        height: 100%;
}
.sponser-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sponser-section .swiper-slide{
    min-height:165px;
}
.sponser-section .swiper-slide img{
    width:130px;
    height:auto;
}
#popover-password {
    margin-top:20px;
    padding-left:1px;
}
#popover-password p, #popover-password li {
    font-size:14px;
}
 #popover-password .progress {
        height: 5px;
}
.control-label {
    text-align: left !important;
    padding-bottom: 7px;
}
.fa-file-text {
    color: #edda39;
}
.mar-top-bot-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.lwi-banner{
    object-fit: cover;
    max-height: 650px;
    min-height: 650px;
    display: block;
}

.tacbox {
  display: block;
  margin-bottom:5px;
}
.tacbox label{
    font-family: 'Barlow-Medium';
}
.tacbox input {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  opacity:1!important;
}
.tacbox  input[type=checkbox] + label{
    display:inline-block!important;
    padding-left:0!important;
}
.tacbox input[type=checkbox] + label:before, .tacbox  input[type=checkbox] + label:after{
    display:none;
}

.size-16{
    font-size:16px;
}
.client-feedback-wrapper-content .owl-carousel .owl-item img{
    width:100%;
}
.location-text-size{
    color:#87CEEB!important;
    font-size:25px;
}
.color-white{
    color:#fff;
}
 .position-unset{
        position:unset!important;
    }
#menu1 img {
    max-height: 20px;
}
/* #Video Section
================================================== */

.video-corner-section figure {
	border-radius: 25px;
}

.video-corner-section .video-section:after {
	transform: rotate(3deg);
}

.video-corner-section .video-section:before {
	transform: rotate(-3deg);
}

.video-corner-section .video-section:after,
.video-corner-section .video-section:before {
	content: "";
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
	border: 2px solid rgb(0 151 255 / 35%);
	border-radius: 44px;
	z-index: -1;
	transition: all .3s;
}

.video-corner-section .video-section:hover:before {
	transform: rotate(3deg);
}

.video-corner-section .video-section:hover:after {
	transform: rotate(-3deg);
	border-radius:50px;
}

/* #Video
================================================== */
.video-corner-section  .owl-stage-outer{
    padding:30px;
}
.video-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


.video-corner-section figure.youtube {
	margin: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

figure.youtube a img,
figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 50px;
}

figure.vimeo a:after,
figure.youtube a:after {
	content: "";
	width: 60px;
	height: 60px;
	background: var(--primary);
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

figure.vimeo:hover a:after,
figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.25);
}

figure.vimeo a:before,
figure.youtube a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid var(--white);
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -5px;
	display: block;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

figure.vimeo:hover a:before,
figure.youtube:hover a:before {
	border-left: 8px solid var(--white);
}

figure.vimeo a:hover img,
figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

figure.vimeo a img,
figure.youtube a img {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.vimeo:hover a:after,
figure.youtube:hover a:after {
	background-color: var(--dark);
}

.partner-btn {
    background-color:#591959;
    padding: 11px 20px 8px 25px;
    border-radius: 6px;
    box-shadow: 0px 5px 0px 0px #41133a;
    font-size: 17px;
    font-family: 'londrina_solidregular';
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top:30px;
    color:#fff;
    transition:all 0.3s ease;
}
.partner-btn:hover{
    background-color:#080808;
    box-shadow:0px 5px 0px 0px #080808;
    color:#ffffffd4;
}
.menu-style-lmc .navbar-brand img {
    width: 80%;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-style-lmc .nav-link{
    color:#212529!important;
    position: relative;
    font-size: 24px;
    line-height: 20px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'alone_on_earthregular';
}
.menu-style-lmc .add_toggle_style .dropdown-toggle {
    border: none;
    background: #7c397b;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    border-bottom: 2px solid #3f003e;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    width: 36px;
}
.menu-style-lmc .nav-item {
    position: relative;
    margin: 20px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.menu-style-lmc .lmc-menu a img {
    width: 32px;
     margin-right: 6px; 
}
.menu-style-lmc .nav-link::before {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: 0 0.8rem;
    background-size: auto 0.5rem;
    background-repeat: repeat-x;
    transition: all 250ms linear;
   background-image: url(../img/download.svg);
}
.add_toggle_style #user-login-menu.dropdown {
    margin-left: 30px;
    margin-top: -15px;
}
.add_toggle_style {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pl-2, .px-2 {
    padding-left: 1.5rem!important;
}
.pr-2, .px-2 {
    padding-right: 1.5rem!important;
}
#user-login-menu .dropdown-toggle::after{
    display:none;
}
#user-login-menu .dropdown-menu{
    left: auto;
    right: 0px;
    background: #5a195ae8;
    border-radius: 10px;
    box-shadow: 0 13px 42px 11px rgb(0 0 0 / 5%);
    border-top: 3px solid #591959;
    padding: 3px 10px 0px !important;
    min-width: 226px;
    margin: 0;
    margin-top: 2px!important;
}
.add_toggle_style #user-login-menu.dropdown .dropdown-menu li, .menu-style-lmc .dropdown-menu li {
    border-bottom: 1px dashed rgb(255 255 255 / 24%);
    padding: 0;
    min-width: 10rem;
}
.add_toggle_style #user-login-menu.dropdown .dropdown-menu li a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 8px;
    font-family: 'alone_on_earthregular';
    line-height: 26px;
    letter-spacing: 0.4px;
    width: 100%;
    display: block;
    color:#fff!important;
}
.menu-style-lmc .dropdown .nav-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.menu-style-lmc .nav-link.active::before, .menu-style-lmc .nav-link:hover::before {
    opacity: 1;
}
.lmc-menu a {
    display: inline-flex;
    align-items: center;
}
.menu-style-lmc .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 8px;
    clear: both;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    transition: all 200ms linear;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    font-family: 'alone_on_earthregular';
}
.menu-style-lmc  .dropdown-menu .nav-item{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    color: var(--white);
    border-bottom: 1px dashed rgb(255 255 255 / 24%);
}
.menu-style-lmc  .lmc-menu .nav-link {
    margin-top: 10px;
}
.navbar-nav .dropdown-menu{
    position:absolute;
}
.dropdown-menu a:hover{
    background-color:#441344;
}
.custom_popup_design .form_wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.custom_popup_design .modal-body {
	padding: 20px 30px;
}

.custom_popup_design .form_wrapper .tile {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.custom_popup_design .form_wrapper .tile h3 {
	font-size: 26px;
	margin: 0px;
	transition: all 0.3s ease;
}

.custom_popup_design .form_wrapper .radio {
	display: none;
}

.custom_popup_design .form_wrapper .tab {
	width: 50%;
	border: solid 2px #f1f1f1;
	height: 46px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	transition: color 0.3s ease;
	user-select: none;
	cursor: pointer;
	color:#212529;
}

.custom_popup_design .form_wrapper .tab.login_tab {
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: 'Barlow-Medium';
}

.custom_popup_design .form_wrapper .tab.signup_tab {
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-family: 'Barlow-Medium';
}

.custom_popup_design .form_wrapper .shape {
	background: #b653a2;
	width: 50%;
	height: calc(46px - 1px);
	border-radius: 5px;
	position: absolute;
    top: 59.6px;
	left: 0px;
	opacity: 0.9;
	transition: all 0.4s ease;
}

.custom_popup_design .form_wrapper .shape:hover {
	background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}

.custom_popup_design .form_wrapper #login:checked~.shape {
	left: 0px;
}

.custom_popup_design .form_wrapper #login:checked~.login_tab {
	border-color: transparent;
	z-index: 1;
	color: white;
}

.custom_popup_design .form_wrapper #login:checked~.tile .signup {
	display: none;
}

.custom_popup_design .form_wrapper #login:checked~.form_wrap {
	transform: translateX(0);
}

.custom_popup_design .form_wrapper #login:checked~.form_wrap .signup_form {
	opacity: 0;
}

.custom_popup_design .form_wrapper #signup:checked~.shape {
	left: 50%;
}

.custom_popup_design .form_wrapper #signup:checked~.signup_tab {
	border-color: transparent;
	z-index: 1;
	color: white;
}

.custom_popup_design .form_wrapper #signup:checked~.tile .login {
	display: none;
}

.custom_popup_design .form_wrapper #signup:checked~.form_wrap {
	transform: translateX(-100%);
}

.custom_popup_design .form_wrapper #signup:checked~.form_wrap .login_form {
	opacity: 0;
}

.custom_popup_design .form_wrapper a {
	color: #f84298;
	text-decoration: none;
	transition: all 0.3s linear;
}

.custom_popup_design .form_wrapper a:hover {
	color: #a547b1;
}

.custom_popup_design .form_wrapper .form_wrap {
	display: flex;
	width: 100%;
	flex: 0 0 100%;
	transition: transform 0.3s ease, opacity 0.2s ease;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild {
	width: 100%;
	flex: 0 0 100%;
	transition: all 0.5s ease;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group {
	width: 100%;
	margin-bottom: 12px;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group .input {
	border: solid #9b839f 2px;
	border-radius: 5px;
	width: 100%;
	height: 47px;
	padding: 9px 10px;
	font-size: 15px;
	font-weight: 200;
	outline: none;
	transition: all 0.3s linear;
	font-family: 'Barlow-Medium';
	color: #000;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group input::placeholder {
	color: #544e47 !important;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
	color: #adadad;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group .input:hover {
	border-color: rgba(248, 66, 151, 0.3);
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group .input:focus {
	border-color: rgba(248, 66, 151, 0.3);
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .forgot {
	display: block;
	margin-bottom: 15px;
	padding: 0px 2px;
	font-size: 12px;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .btn {
	width: 100%;
	height: 44px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: white;
	background: #5e2666;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	line-height: 17px;
}

.custom_popup_design .modal-body .close {
	width: 34px;
	height: 34px;
	color: #fff;
	z-index: 700;
	background: #4c2951;
	font-family: arial;
	font-size: 26px;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .btn:hover {
	background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .btn:active {
	transform: scale(0.95);
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .not_mem {
	text-align: center;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .not_mem label {
	pointer-events: none;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .not_mem label span {
	pointer-events: all;
	color: #f84298;
	text-decoration: none;
	transition: all 0.3s linear;
}

.custom_popup_design .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
	color: #a547b1;

}

.custom_popup_design .modal-dialog {
	box-shadow: 0px 0px 366px 69px rgb(32 18 34 / 15%);
	top: 20%;
	max-width: 750px;
}

.custom_popup_design .modal-content {
	max-width: 100%;
}

.custom_popup_design .toggle-password {
	float: right;
	cursor: pointer;
	margin-right: 14px;
	margin-top: -31px;
}

.custom_popup_design .form-group {
	margin-bottom: 13px;
}

.custom_popup_design .form-group input {
	border: solid #9b839f 2px;
	padding: 9px 10px;
	/*height: calc(2.1em + 0.75rem + 2px);*/
	font-family: arial;
}

.custom_popup_design .form-group input::placeholder {
	color:#bbbbbb;
}


.top-bar-height{
    max-height:29px;
}
.logo{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px 0 0;
}
.logo img{
    width:80%;
    max-height:90px;
}
.custom_popup_design .modal-content .signup_form{
    position: relative;
    overflow: hidden;
    border: none;
    /*box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);*/
    margin: 0;
    padding-right: 10px;
    background-color: var(--white);
    border-radius: 4px;
    max-height:300px;
	overflow-y:scroll;
}
.custom_popup_design .modal-body {
    margin: 0;
    padding: 60px 35px;
    padding-bottom: 50px;
    border-radius: 4px;
}
.custom_popup_design .modal-body .close {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    opacity: 1;
    line-height: 34px;
    font-size: 18px;
    text-shadow: none;
    font-weight: normal;
    background: #4c2951;
    color: #fff!important;
    cursor: pointer;
    z-index: 100;
    transition: all 200ms linear;
}
.custom_popup_design .form_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.custom_popup_design .form_wrapper .radio {
    display: none;
}

.radio {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    line-height: 20px;
}
.custom_popup_design .form_wrapper .tile {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.custom_popup_design .form_wrapper #signup:checked~.tile .login {
    display: none;
}
.custom_popup_design .form_wrapper .tile h3 {
    font-size: 26px;
    margin: 0px;
    transition: all 0.3s ease;
    font-family: londrina_solidregular;
    color: #591959;
     font-weight: normal; 
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
}
.dashboard-menu{
    margin-left:30px;
    margin-top: -15px;
}
.dashboard-menu .dropdown-toggle {
    border: none;
    background: #7c397b;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px 3px 10px;
    font-size: 18px;
    border-bottom: 2px solid #3f003e;
    transition-duration: 0.3s;
}
.dashboard-menu .dropdown-menu{
    right:0;
    left:auto;
}
.dashboard-menu .dropdown-menu a{
    font-size: 20px;
    padding: 10px 8px!important;
    display: block;
    margin: 0!important;
    letter-spacing:0.4px;
    color:#fff!important;
}
.dashboard-menu .dropdown-toggle::after, .dashboard-menu .dropdown-menu a:after,.dashboard-menu .dropdown-menu a:before{
    display:none!important;
}
.dashboard-menu .dropdown-menu li:hover a{
    padding-left:23px!important;
}
@media (max-width: 1600px){
    .lwi-banner{
        max-height: 520px;
        min-height: 520px;
    }
    .menu-style-lmc .lmc-menu .nav-link {
        margin-top: 0;
    }
    .menu-style-lmc .nav-link {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}
    #top-menu ul li a{
        margin-top:3px;
        margin-bottom:8px;
    }
     #top-menu .navbar-nav .nav-item{
        margin: 16px 15px;
    }
    .nav-link {
        font-size: 20px;
    }
}
@media (max-width: 1366px){
    .card_wrap .details h2{
        font-size:25px;
    }
     .lwi-banner{
        max-height: 450px;
        min-height: 450px;
    }
    .copyright p{
        font-size:16px;
    }
    .menu-style-lmc .nav-item {
        margin: 15px;
    }
    .menu-style-lmc .nav-link {
        font-size: 20px;
    }
   .custom_popup_design .modal-dialog {
		max-width: 500px;
	}
	.custom_popup_design .form_wrapper .tile {
		margin-bottom: 6px;
	}
	.custom_popup_design .form_wrapper .shape {
		top: 45.5px;
	}
	.custom_popup_design .form_wrapper .tab {
		height: 40px;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.custom_popup_design .form_wrapper .shape {
		height: calc(40px - 1px);
	}
	.custom_popup_design .form_wrapper .tile h3 {
		font-size: 22px;
	}
	.custom_popup_design .form_wrapper .form_wrap .form_fild .input_group .input {
		height: 41px;
	}
	.custom_popup_design .form-group input {
		padding: 10px 10px 8px 10px;
		/*height: calc(1.5em + 0.75rem + 2px);*/
	}
	.custom_popup_design .form_wrapper .form_wrap .form_fild .btn {
		height: 37px;
		margin-bottom: 6px;
		line-height: 11px;
	}
	.custom_popup_design .modal-body {
		padding: 14px 25px;
	}
	.custom_popup_design .modal-body .close {
		width: 30px;
		height: 30px;
		font-size: 22px;
		line-height: 21px;
	}
	.custom_popup_design .toggle-password {
		margin-top: -28px;
	}
    .top-social-media a.social-media-wrap {
        padding: 6.5px 3px;
        font-size: 13px;
    }
    .logo img{
        width:80%;
        max-height:60px;
        object-fit: contain;
    }
}
@media(max-width:1367px) {
	
	header#top-menu ul li a {
		font-size: 20px;
	}
	.default-popup .modal-dialog {
		max-width: 90%;
	}
	.top-10 p.text-right {
		font-size: 24px;
	}
	.main-menu ul li {
		margin-left: 26px;
		margin-right: 0px;
	}
	.main-menu ul li>a {
		font-size: 23px;
	}
	li.dont-butt a {
		padding: 8px 23px !important;
	}
	section.partners h2:before {
		width: 80%;
	}
	section.partners:before {
		background-size: 100%;
		bottom: -68%;
		height: 590px;
	}
	ul.navbar-nav li {
		/*padding-left: 10px !important;*/
	}
	/*a.navbar-brand img {*/
	/*	max-width: 65%;*/
	/*}*/
	.main-header-area {
		/*padding: 20px 10px 16px 10px;*/
	}
	#top-menu ul li a {
	    font-size: 20px;
	}
	#top-menu .navbar-nav .nav-item:nth-last-child(1) {
	    margin-right: 0px
	}
	.waveWrapper {
	    padding-bottom: 50px;
	}
	.slidd-butt a span img {
	    max-width: 70% !important;
	}
	.section-title h3 {
        font-size: 44px;
        margin-bottom: 5px;
    }
    .piechart-wrap {
        width: 200px !important;
    }
    .do-box-2 h3 {
        margin-bottom: 10px;
    }
    .do-box.do-box-2 p {
        font-size: 24px;
    }
	.regist-img img {
	    width: 60%;
	    float: right;
	}
	.three-boxs div {
	      /*padding: 25px;*/
	}
}

@media(max-width:1199px) {
    .menu-style-lmc .nav-link::before{
        display:none;
    }
    .pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
	footer.footer-area.fix {
		background-image: url(../img/footer.png);
		background-size: cover;
		padding-top: 200px;
		margin-top: 0%;
		z-index: 11;
		position: relative;
		background-color: #f9eac0;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	section.top-10 .col-md-6.right-back {
		position: relative;
		padding: 8% 4%;
	}
	.top-10 h3 span:before {
		top: -20%;
		right: 0;
	}
	section.partners:before {
		background-image: url(../img/foot-up.png);
		background-size: 100% !important;
		width: 100%;
		bottom: -32%;
		left: 0%;
		height: 300px;
		content: "";
		position: absolute;
		z-index: -1;
		background-position: center center;
	}
}

@media(max-width:1199px) {
	.main-menu ul li {
		margin-left: 15px;
		margin-right: 0px;
	}
	  .dashboard-menu .dropdown-toggle{
        padding:0 7.5px;
    }
    .mobile-toggle{
        position:absolute;
        right:13%;
    }
    .dashboard-menu{
        position:absolute;
        right:0;
        margin-top:0;
        margin-left:10px;
    }
    #top-menu ul li a::before{
        display:none;
    }
    #top-menu .navbar-nav .nav-item .nav-link{
        margin:0;
    }
    #top-menu .navbar-nav .nav-item {
        margin: 0;
        padding: 4px 0;
        border-bottom: 1px solid #fff;
    }
    .add_toggle_style #user-login-menu.dropdown {
 
    margin-top: 0px;
}
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translate(0, 9px) rotate(-45deg);
        /* width: 24px; */
        top: 7px;
}
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: translateX(0px) rotate(45deg);
        /* width: 24px; */
        left: 0;
}
    #top-menu .navbar-nav{
            padding-top: 1.5rem!important;
    }
            div#navbarSupportedContent {
            padding-left: 20px;
            padding-right: 20px;
            background: #f7e8d7;
            position: absolute;
            top: 30px;
            min-width: 300px;
            right: 0;
        }
	    .navigation-wrap .col-12 {
	        padding-right:0!important;
	    }
		nav.navbar.navbar-expand-md {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		background: #75d0f4;
	}
	.navbar-light .navbar-toggler {
	    color: rgb(254 254 254);
        border-color: rgba(0, 0, 0, 0.1);
        background: #bee86e;
        background: #7c397b;
        padding: 5px 4px;
        border-radius: 5px;
        width: 32px;
        height: 31px;
        border-bottom: 2px solid #3f003e;
	}
	.navbar-toggler-icon{
	    top: -6px;
        left:-4px;
        position: relative;
	}
    .navbar-toggler-icon:before {
        width: 16px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 9px;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
        right: 0;
        margin: auto;
    }
    .navbar-light .navbar-toggler-icon{
        background-image:none;
    }
     .navbar-toggler-icon:after {
        width: 16px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 16px;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
        right: 0;
        margin: 0 auto;
    }
	nav.navbar.navbar-expand-md.navbar-light {
  	    padding: 0 10px;
	}
	section.top-10 .col-md-6.right-back:before{
        width:500px;
        height:500px;
    }
    .featuredeco-warrior_wrap .featuredeco-warrio_img img {
        height: 100%;
    }
    .featuredeco-warrior_wrap .featuredeco-warrio_meta .featuredeco-warrio_name {
        font-size: 25px;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media(max-width:991px) {
    .feedback-box {
        padding: 0;
    }
    
	.dont-butt {
		background: #bee86e !important;
		padding: 0px 20px !important;
		border-radius: 9px;
		border-bottom: 4px solid #a5ce5b;
		margin-left: -15px !important;
		display: inline-block !important;
		background: none !important;
		width: auto !important;
		border-bottom: 0px !important;
	}
	
	.dont-butt a {
		background: #bee86e !important;
		padding: 0px 20px !important;
		border-radius: 9px;
		border-bottom: 4px solid #a5ce5b;
		margin-left: 0px !important;
		display: inline-block;
	}

	.top-strip {
		/*display: none;*/
	}
	.top-right{
	    display: none;
	}

	.main-header-area {
		padding: 0px 0;
	}
	.regist-img img {
		width: auto;
		top: 28%;
		position: absolute;
	}
	.three-boxs {
		margin-bottom: 31px;
	}
	section.top-10 .list {
		position: relative;
	}
	.section-title-3 h3 {
		font-size: 40px !important;
	}
	.section-title h3 {
		font-size: 40px !important;
	}
	.three-boxs div {
		padding: 0px;
	}
	.three-boxs div a{
	    font-size:20px;
	}
	.section-title h3 {
		font-size: 40px;
	}
	.section-title-3 h3 {
		font-size: 40px !important;
	}
	.copyright p br {
		display: none;
	}
	.copyright p {
		color: #343434;
		font-size: 16px;
		text-align: CENTER;
	}
	.nigiri {
		left: 0;
	}
	section.subscribe-letter-area {
		padding: 18% 3%;
	}
}

@media(max-width:810px) {
	.container.mob-cont {
		max-width: 98%;
	}
	.form-serch form input {
		margin-left: 10%;
	}
	.date-calend img {
		width: 12%;
	}
	section.partners:before {
		background-repeat: no-repeat;
	}
	.container-fluid.foot-cop {
		background: #bee86e;
		margin-top: -10px;
		padding-top: 10px;
	}
}

@media(max-width:767px) {
     #register .p-0{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .three-boxs{
        display:block;
    }
    .three-boxs div{
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
    .eventDrive_pop .modal-header{
        top:-6px;
        right:-8px;
    }
    .tacbox label{
        font-size:12px;
    }
    .section-title-3 .slidd-butt{
        margin-top:0!important;
        margin-bottom:20px;
    }
    .footer__widget p{
        margin-bottom:0;
        font-size:20px;
    }
    .date-city-slider .date-calend h5{
        padding-left:0!important;
    }
    .date-city-slider .date-calend{
        justify-content:center;
        padding-right:0;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }
    .owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img{
        transform:scale(0.5);
    }
    .lwi-banner {
        max-height: 270px;
        min-height: 270px;
    }
    .section-title h4 {
        font-size: 22px;
    }
    .under-slider-heading h4{
        font-size:22px;
    }
    /*.banner-content {*/
    /*    height: 90px;*/
    /*}*/
    .lwi-logo-section .client-img{
        background-color:#fff;
        min-height:165px;
    }
    .lwi-logo-section .client-active .owl-item{
        background-color:transparent!important;
    }
    .lwi-logo-section .owl-carousel .owl-item img{
        display:inline-block;
        width:150px;
        height:150px;
        background-color:#fff;
        object-fit:contain;
        padding:10px;
    }
    .feedback-box {
        padding: 0;
    }
    /*div#navbarSupportedContent{*/
    /*        padding-top: 1.5rem!important;*/
    /*}*/
    .nav-item {
        padding: 4px 0;
        margin: 0 !important;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #fff;
    }
    .add_toggle_style #user-login-menu.dropdown {
        margin-left: 10px;
        margin-top: 0px;
    }
    .logo img{
        min-width:180px;
        object-fit:contain;
    }
	section.slider-area.slider-bg.pos-rel {
		padding: 3% 0%;
		padding-bottom: 0%;
	}
	.main-header-area.sticky a.navbar-brand img {
		width: 54%;
	}
	.waveWrapper {
		padding-bottom: 10px;
	}
	.regist-img img {
	    margin-top: 5%;
	    float: none;
	}
		section.top-10 .list {
		top: 0%;
		width: 100%;
		transform: none !important;
	}
	.nigiri {
      left: 0;
      right: 0;
      margin: auto;
    }
    .list dt, .list dd{
        width: 100%;
    }
    .featuredeco-warrior_wrap .featuredeco-warrio_meta {
      text-align: center;
    }
    .featuredeco-warrior_wrap .featuredeco-warrio_img img {
        height: 280px;
        margin: auto;
        margin-bottom: 10px;
    }
    section.top-10 .col-md-6.right-back:before {
        width: 550px;
        height: 550px;
        top: 80px;
        right: -170px;
    }
    .subscribe-wrapper .section-title h3 {
        margin-top: 0px;
        text-align: center;
        
    }
    .subscribe-wrapper .form-serch select {
        width: 100%;
    }
    .calender-wrapper .section-title h3 {
        text-align: center !important;
        margin-top: 40px;
    }
    section.subscribe-letter-area {
      padding: 46% 3%;
    }
    .sponsors-area  {
        padding-bottom: 0px;  
    }
.video-corner-section .owl-carousel .owl-stage {right: 30px !important; }
}

@media(max-width:700px) {
	section.partners:before {
		bottom: -25%;
	}
	section.register-area:after {
		display: none;
	}
}
@media only screen and (max-width:575px){
    .menu-style-lmc .navbar-brand img {
        width: 100%;
        min-width:250px;
        }
    }
@media(max-width:600px) {
    .sponser-section img{
        width:150px!important;
        height:150px!important;
        margin:0 auto;
    }
	.copy-right-area.pt-10 ul li {
		padding: 0px 10px;
		font-size: 16px;
		margin: 2% 0%;
	}
	.default-popup .pledge-wrapper-wrap-image h1 {
		font-size: 51px;
		margin-bottom: 40px;
	}
	.default-popup .modal-dialog {
		max-width: initial !important;
		left: 0%;
	}
	.main-header-area a.navbar-brand img {
		width: 54%;
	}
	.top-left p {
		text-align: center;
	}
	.top-right {
		text-align: center;
	}
	.regist-img img {
		width: auto;
		top: 28%;
		position: relative;
	}
	.register-points h5 {
		font-size: 23px;
		font-family: 'alone_on_earthregular';
		color: rgb(0, 0, 0);
		line-height: 25px;
		text-align: left;
		font-weight: 500;
	}
	section.partners:before {
		bottom: -37%;
	}
	.container-fluid.foot-cop {
		padding-top: 14px;
	}
	.add-det ul h4:before {
		background-image: url(../img/white-head.png);
		position: absolute;
		left: -6%;
		top: -7px;
		height: 80px;
		content: "";
		background-size: contain;
		width: 100%;
		background-repeat: no-repeat;
	}
	section.register-area.pt-50.pb-80 {
		background-image: url(../img/ecobann.png);
		background-size: cover;
		padding: 6%;
		position: relative;
		z-index: 1;
		margin-top: 0%;
		padding-bottom: 10%;
		background-color: #f3f7fc;
		background-position: bottom right;
	}
	.date-calend h5 {
		font-size: 30px;
	}
	.container-fluid.foot-cop {
		padding-top: 14px;
		margin-top: -6px;
	}
	.subscribe-wrapper h3 {
		margin-top: 0px;
		text-align: right;
	}
	.subscribe-letter-area {
		background-size: cover;
		background-position: inherit;
	}
	.section-title-3 h3 {
		font-size: 30px !important;
	}
	.section-title h3 {
		font-size: 30px !important;
	}
	.three-boxs div {
		padding: 7px 15px;
	}
	.three-boxs div p, .three-boxs div a{
	    font-size:20px;
	}
	.section-title h3,
	section.partners h2 {
		font-size: 30px;
	}
	.section-title-3 h3 {
		font-size: 30px !important;
	}
	
	.owl-carousel .owl-item img {
		display: block;
		width: auto;
	}
	.video-corner-section .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
	.slidd-item {
		top: 18%;
		z-index: 99;
		padding-left:20px;
	}
	.slidd-butt a {
		font-size: 15px;
		padding: 9px 10px 9px 14px;
	}
	.add-det ul h4 {
		margin-bottom: 25px;
		display: inline-block;
		margin-top: 4%;
	}
	.add-det ul {
		width: auto;
	}
	.add-det {
		display: block;
		text-align: center;
	}
	.add-det ul li h5 {
	     text-align: center;
	}
	section.partners {
	    min-height: auto;
	}
	.slidd-item h2 {
		font-size: 32px;
	}
	ul.social-cols h4 {
		display: block;
	}
	ul.social-cols h4:before {
		display: none;
	}
	section.register-area:before {
		background-image: url(../img/rocket.png);
		background-size: contain;
		top: 7%;
		left: initial;
		content: "";
		position: absolute;
		z-index: -1;
		right: 0px;
		height: 90px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: right;
	}
	section.client-feedback-area {
		overflow: hidden;
	}
}

@media(max-width:500px) {
	svg.inner-dashed-border {
		left: 21px;
	}
	div#myModal1 {
		padding-left: 0px !important;
	}
	.default-popup .pledge-wrapper-wrap-image h1 {
		font-size: 32px;
		color: #fff;
		text-shadow: 0 0 5px #1a1a1a;
	}
}

@media(max-width:450px) {
	svg.inner-dashed-border {
		width: calc(100% - 11%);
	}
	.main-header-area .logo-img img {
		max-width: 65%;
	}
	section.client-feedback-area {
		overflow: visible;
        padding-top: 0px;
	}
	.copy-right-area.pt-10 {
		padding-bottom: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.three-boxs div {
		width: 90%;
		margin-bottom: 3%;
		padding: 35px;
		margin-left: 3%;
		z-index: 1;
		overflow: hidden;
	}
	.three-boxs {
		display: block;
		width: 93%;
		text-align: center;
		margin: 40px auto;
	}
	section.get-quote-area p {
		font-size: 21px;
		line-height: 28px;
	}
	.slidd-item h2 {
		margin-bottom: 10px;
		font-size: 26px;
	}
	.slidd-item h4,
	.slidd-item h4 span {
		font-size: 18px;
	}
	.date-calend h5 {
		font-size: 26px;
	}
	.section-title-3 h3,
	section.partners h2 {
		font-size: 26px !important;
	}
	/*.section-title h3 {*/
	/*	font-size: 26px !important;*/
	/*}*/
	.three-boxs div {
		padding: 0px;
	}
	.section-title h3 {
		font-size: 26px;
	}
	.section-title-3 h3 {
		font-size: 26px !important;
	}
	section.what-we-do-area:before {
		height: 80px;
	}
	section.what-we-do-area:after {
		height: 80px;
	}
	section.subscribe-letter-area:before {
		height: 245px;
		width: 129px;
		background-size: 91%;
		top: 0%;
		left: 69%;
	}
	section.get-quote-area .slidd-butt {
		float: left;
	}
	.blog-side img {
		max-width: 80%;
		margin-top: 11%;
	}
	.top-10 p.text-right {
		font-size: 22px;
		font-weight: 300;
		line-height: 28px;
	}
	section.register-area.pt-50.pb-80 {
		background-position: inherit;
	}
	.container-fluid.foot-cop {
		margin-top: -9px;
	}
}

@media(max-width:400px) {
	svg.inner-dashed-border {
		width: calc(100% - 13%);
	}
}

@media(max-width:350px) {
	svg.inner-dashed-border {
		width: calc(100% - 15%);
	}
}