/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	body {
		font-family: 'Raleway', 'Cousine', sans-serif;
		font-size: 16px;
		line-height:24px;
		color:#fff;
		overflow-x:hidden;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
 html {
	height: 100%;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #000000;

		 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 60px; line-height:62px;}
	h2 { font-size: 52px; line-height: 54px;}
	h3 { font-size: 44px; line-height: 46px;}
	h4 { font-size: 34px; line-height: 40px;color:#EC572C;}
	h5 { font-size: 26px; line-height: 32px;}
	h6 { font-size: 22px; line-height: 26px;}
	.subheader { color: #000000; }

	p {  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 900;}
	small { font-size: 80%; }
	
.dropcap {
	float: left;
	font-weight:bold;
	line-height: 0.95;
	font-size: 420%;
	margin-right: 10px;
	color: #292929;
}	
.dropcap-red {
	float: left;
	font-weight:bold;
	line-height: 0.95;
	font-size: 400%;
	margin-right: 10px;
	color: #EB767E;
}	
.dropcap-orange-circle {
	float: left;
	font-weight:800;
	line-height: 66px;
	font-size: 44px;
	border-radius:50%;
	background:#292929;
	height:66px;
	width:66px;
	text-align:center;
	margin-right: 10px;
	color: #e74c3c;
}

.line-sep{
	border-bottom:1px solid rgba(255, 253, 253, 0.1);
	padding-top:30px;
	margin-bottom:30px;
    position: relative;
}
.line-sep1{
	border-bottom:1px solid rgba(81,81,81,.1);
	padding-top:70px;
	margin-bottom:30px;
    position: relative;
}




/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin:0 10px 0 10px; height: 0; position:relative;}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; }
	a:hover, a:focus { color: #e74c3c;}
	p a, p a:visited { line-height: inherit; text-decoration: none;}


/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background:#363636;	
	margin-top:10px;
	border:none;
	  color: #dfdfdf;
	  display: inline-block;
	  font-size: 16px;
	  cursor: pointer;
	  line-height: normal;
	  padding: 15px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out; 
	width:100%}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {	
	  color: #e74c3c;
	background:#292929;	 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {	
	  color: #e74c3c;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }




/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
::selection {
	background: rgba(0,0,0,.2); /* Safari */
	}
::-moz-selection {
	background: rgba(0,0,0,.2); /* Firefox */
}
.cousine-regular {
  font-family: "Cousine", monospace;
  font-weight: 400;
  font-style: normal;
}

.cousine-bold {
  font-family: "Cousine", monospace;
  font-weight: 700;
  font-style: normal;
}

.cousine-regular-italic {
  font-family: "Cousine", monospace;
  font-weight: 400;
  font-style: italic;
}

.cousine-bold-italic {
  font-family: "Cousine", monospace;
  font-weight: 700;
  font-style: italic;
}
.accordion-section .heading.two {
    width: 87%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 0;
}

.accordion-section {
    position: relative;
}

.accordion-section ul.shaps-img li:nth-child(1) {
    left: 72%;
    animation: 8s toptop infinite;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion {
    width: 99%;
    border: 1px solid #d1d1d1;
    padding: 24px 40px;
    border-radius: 30px;
    margin-top: 33px;
}

.accordion-item {
    border: 0;
}

.accordion-item:last-of-type .title {
    border: 0;
}

.accordion-item.active .icon:before {
    background: #000;
}

.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}

.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    /* padding-bottom: 12px; */
    margin-bottom: 0;
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    right: 10px;
    /* background-color: transparent; */
}

.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border: 0;
    padding-bottom: 0;
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.content p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.title {
    text-align: start;
    padding: 25px;
    padding-right: 0;
    color: black;
    font-size: 24px;
    background-color: #fff;
    padding-left: 0;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
}

.accordion-item.active .title {
    /* color: var(--common-colour); */
    padding-bottom: 15px;
}

.accordion-item.active {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid var(--bgcolor);
    border-radius: 0;
}

.content {
    margin-bottom: 20px;
    padding: 12px 0px;
    padding-top: 0px;
    background-color: #24243500;
    border: 0;
}

.accordion-item {
    background-color: transparent;
}

.accordion-img {
    position: relative;
}

.accordion-item:last-of-type {
    border: 0 !important;
}

.accordion-item:first-of-type {
    border-top: 0;
}

.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}

.accordion-contact {
    background-color: var(--bgcolor);
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 16px;
    padding-top: 56px;
    position: relative;
    z-index: 11;
}

.accordion-contact .btn {
    width: 100%;
    margin-top: 16px;
}

.accordion-contact h4 {
    font-size: 18px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-weight: bold;
}

.accordion-contact h4:hover a {
    color: var(--main-color);
}

.accordion-img img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 11;
}

.team>a:hover {
    background-color: var(--bgcolor);
    border: 1px solid var(--bgcolor);
}

.custom-accordion-section {
	width: 100%;
	padding: 50px 0;
  }
  
  .custom-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  .custom-accordion-item {
	background-color: #111;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
  }
  
  .custom-accordion-link {
	font-size: 18px;
	color: white;
	text-decoration: none;
	background-color: #222;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
  }
  
  .custom-accordion-link i {
	transition: transform 0.3s ease;
  }
  
  .custom-answer {
	max-height: 0;
	overflow: hidden;
	background-color: #000;
	transition: max-height 0.3s ease-in-out;
	padding: 0 15px;
  }
  
  .custom-answer p {
	color: white;
	font-size: 15px;
	padding: 15px 0;
  }
  
  .custom-accordion-item.active .custom-answer {
	max-height: 200px; /* Adjust height based on content */
  }
  
  .custom-accordion-item.active .custom-accordion-link i {
	transform: rotate(180deg);
  }
  .custom-accordion-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.custom-accordion-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 24. hero-section.for */

.hs-responsive-embed-youtube iframe {
    width: 100%;
    height: 624px;
    margin-top: 70px;
    border-radius: 30px;
    border: 7px solid #000;
} 
.hero-section.for {
    text-align: center;
    background-position: top;
    background-size: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 236px;
    background-size: 2392px;
    background-color: #fff;
}
.hero-section.for .listing {
    justify-content: space-between;
    width: 100%;
    justify-content: center;
}
.hero-section.for .hero-text,
.hero-section.two .hero-text {
    text-align: center;
    justify-content: center;
    width: 87%;
    margin: auto;
    padding-bottom: 30px;
}
.hero-section.for ul.shaps-img li:nth-child(4) {
    bottom: 49%;
    left: 27%;
}
.hero-section.for  ul.shaps-img li:nth-child(5) {
    bottom: 49%;
    right: 4%;
    animation: 10s leftleft infinite;
}
/* 25. hero-section.two */
.hero-section.two .review img {
    margin-left: 0;
}
.hero-section.two {
    text-align: center;
    margin: auto;
    padding-top: 230px;
}
.hero-section.two .review {
    margin-top: 60px;
    justify-content: center;
}
.hero-section.two p {
    text-align: center;
    margin: auto;
}
.hero-section.two ul.shaps-img li:nth-child(4) {
    bottom: 16%;
    left: 31%;
} 
.hero-section.two .listing {
     margin: auto;
}
  

/* 26. hero-section.three */
.hero-section.three {
    text-align: center;
}

.hero-section.three .listing {
    margin: auto;
} 
.hero-section.three .hero-text {
    width: 90%;
    margin: auto;
    text-align: center;
}
.hero-section.three {
     padding-top: 230px;
 }
.hero-section.three ul.shaps-img li:nth-child(4) {
    bottom: 28%;
    left: 27%;
    animation: 10s rotate infinite;
}
/* 27. subscribe-text */
.subscribe-text #subscribe-form .btn {
    border-color: var(--bgcolor);
    color: #000;
}
.subscribe-text {
    display: flex;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: left;
    align-items: center;
    z-index: 1;
    position: relative;
}
.subscribe-text  #subscribe-form {
    position: relative;
} 
.subscribe-text #subscribe-form .btn {
    right: 0;
    position: absolute;
    top: 53%;
    transform: translate(-4%, -54%);
    padding: 16px 25px;
} 
.subscribe-text #subscribe-form input {
    width: 700px;
    height: 73px;
    padding-left: 20px;
    border-radius: 20px;
    border: 0;
    outline: none;
    background-color: #fafafa;
    border: 3px solid #cdcdcd;
}
.subscribe-text h3 {
    font-size: 30px;
    font-weight: bold;
}
.subscribe-text #subscribe-form .btn::before {
    background-color: var(--bgcolor);
    border-color: var(--bgcolor);
}
.subscribe-text > div {
    margin-right: auto;
    margin-left: 30px;
}
.hero-section.three {
    background-size: cover;
}

/* 4. hero-section */
.hero-section {
    position: relative;
    padding-top: 187px;
    overflow: hidden;
    background-color: var(--bgcolor);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 70px;
} 
.hero-text {
    position: relative;
    margin-top: 40px;
}
.hero-text {
    padding-bottom: 64px;
}

.hero-text p {
    font-size: 22px;
    color: #000;
    line-height: 36px;
}
.hero-text span {
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}
.hero-text img.heroimg {
    position: absolute;
    right: -25%;
    z-index: 1;
    bottom: -47%;
    width: 52%;
    height: auto;
}
.hero-text h2 {
    /* color: #fff; */
    padding-bottom: 26px;
    line-height: 90px;
    font-weight: bold;
    font-size: 85px;
}
.hero-text h2 span {
    color: var(--main-color);
}
.hero-text ul li {
    color: white;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
} 
.listing {
    justify-content: space-between;
    width: 89%;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}
.review {
    display: flex;
    align-items: center;
}
.review h6 {
    font-weight: bold;
    padding-left: 8px;
}
.review ul {
    display: flex;
    /* margin-left: 20px; */
}
.review img {
    margin: 0px 30px;
} 
.review ul li {
    padding-right: 4px;
}

.title, h1, h6, .cbp-so-section {
    border-bottom: none !important;
}


/* Hamburger Icon Styles */
#hamburger {
	display: none;
	width: 30px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
}

#hamburger span {
	display: block;
	height: 3px;
	background: white;
	border-radius: 2px;
}

/* Show hamburger only on small screens */
@media only screen and (max-width: 767px) {
	#hamburger {
		display: flex;
		position: fixed; /* <-- change from absolute */
		top: 30px;
		right: 20px;
		z-index: 3000; /* ensures it's always above */
	}

	#menu {
        display: none;
        position: fixed;
        top: 80px; /* just below nav */
        right: 0;
        width: 100vw;
        background: #202020;
        z-index: 9999;
        flex-direction: column;
        padding: 20px 0;
    }
    
	#menu.show {
		display: flex !important;
	}
	
	#menu li {
		display: block !important;
		margin: 10px 0;
		text-align: center;
	}
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100vw;
	position: relative;
}

#new-home {
	width: 100vw;
	overflow-x: hidden;
	position: relative;
}

body.menu-open {
	overflow: hidden;
	position: fixed;
	width: 100vw;
}

nav, #navigation {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

body.menu-open {
	overflow: hidden;
	position: relative;
}