@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
}
.clear{clear: both;}
.pad0{padding: 0px;}
.padtb40{
  padding-top: 80px;
  padding-bottom: 80px;
}
.border{border: 1px solid #333;}
.top{
	background: #252d39;
	padding: 15px 10px;
	color: #FFF;
}
.topsocial a{
	color: #FFF;
	margin: 0px 10px;
	text-decoration: none;
	font-weight: 300;
	transition: all .5s;
}
.topsocial a:hover{
	color: #86c33a;
}
.topcontact a{
	color: #FFF;
	font-weight: 300;
	padding: 0px 20px;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
.topcontact a:last-child{
	border: none;
	padding-right: 0px;
}
.topcontact a:hover{
	color: #86c33a;
}
.topcontact a span{
	color: #86c33a;
}
.desktop{
	height: 110px;
	background: #FFF;
	width: 100%;
	z-index: 10;
	top: 0px;
}
.logo img{
	margin-top: 35px;
}
.mynav{
	padding: 0px 0px;
	text-align: right;
	height: 110px;
}
.mynav ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.mynav li{
 	display: inline-block;
}
.mynav ul li a{
	text-decoration: none;
	font-weight: 700;
	color: #000;
	display: block;
	font-size: 15px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.mynav a:hover{
	color: #85c339;
}
.mynav ul .Started a{
	background: #85c339;
	color: #FFF;
	border-radius: 25px;
	transition: all 0.5s;
}
.mynav ul ul{
	position: absolute;
	z-index: 1000;
	background: #FFF;
	width: 250px;
	display: none;
	margin: 0px;
	transition: all 0.5s;
}
.mynav ul li:hover ul{
	display: block;
}
.mynav ul ul li{
	display: block;
}
.mynav ul ul a{
	font-weight: 600;
	text-align: left;
}
.mynav ul ul a i{
	width: 30px;
}

/* ---------------------------- Mobile bar ----------------- */

.mobile{
	display: none;
	padding: 5px 10px;
	height: 100px;
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0px;
}
.mobile .bars{
	font-size: 60px;
	margin-right: 10px;
	margin-top: 15px;
	color: #86c33a;
}
.fade-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 30;
}
.fade-bg.active{
	display: block;
	opacity: .5;
}
.mynavbar
{
	position: fixed;
	width: 300px;
	height: 100%;
	background: #fcfcfc;
	z-index: 40;
	overflow: auto;
	top: 0px;
	left: -300px;
	transition: all 0.25s linear;
	padding-top: 50px;
}
.mynavbar.active{
	left: 0px;
	box-shadow: 1px 0px 30px 0px #123;
}
.mynavbar span{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 3em;
	font-weight: 300;
	opacity: .2;
}
.mynavbar span:hover{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 3em;
	font-weight: 300;
	opacity: 1;
}
.mynavbar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.mynavbar ul li a{
	color: #006666;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
}
.mynavbar .Started a{
	background: #85c339;
	color: #FFF;
	border-radius: 25px;
	transition: all 0.5s;
}
.menuactive{background: #4344; color: #000;}
#down-menu{
	display: none;
}
.mynavbar ul ul{
	background: #fcfcfc;
	margin-left: 20px;
}

/*----------------- slider -----*/
/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #86c33a;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

.hero-section {
  padding: 160px 0 270px;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 160px 0 170px;
  }
}
.letter-spacing{
	font-size: 1.7em;
	text-transform: uppercase;
}
.slidetext{
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 800;
}
.slidetext2{
	font-size: 1.2em;
	font-weight: 400;
}
.button_outline{
	border:  2px solid #000;
	width: 180px;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 60px;
	line-height: 45px;
	color: #000;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: 600;
}
.button_outline:hover{
	border: 2px solid #85c339;
	background: #85c339;
	color: #FFF;
}
.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
.hero-slider:hover .prevArrow {
  left: 35px;
}
.hero-slider:hover .nextArrow {
  right: 35px;
}



.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #86c33a;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}
.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #86c33a;
    border-radius: 10px;
    right: -60%;
    top: 0;
}
.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #86c33a;
    border-radius: 10px;
    right: -100%;
    top: 0;
}
.subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #818385;
    font-size: 1.4em;
}
.section-title {
    margin-bottom: 40px;
    color: #172231;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.2s ease;
}
.para{
	font-weight: 400;
    color: #818385;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}
.button_fill{
	width: 180px;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 60px;
	line-height: 45px;
	background: #85c339;
	color: #FFF;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: 600;
}
.water-wave {
    position: relative;
    -webkit-animation-name: water-wave;
    animation-name: water-wave;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.water-wave::before {
    -webkit-animation-name: water-wave;
    animation-name: water-wave;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
  }
  25% {
    border-radius: 130px 140px 100px 110px;
  }
  50% {
    border-radius: 110px 97px 150px 100px;
  }
  75% {
    border-radius: 80px 107px 120px 90px;
  }
  100% {
    border-radius: 120px 135px 110px 90px;
  }
}
.icon-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba(134, 195, 58, 0.05);
    border: 2px solid #86c33a;
    border-radius: 130px 120px 160px 130px;
}
.icon-bg {
    position: relative;
    background-color: rgba(134, 195, 58, 0.2);
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 120px 135px 110px 90px;
}
.icon{
	line-height: 100px;
	font-size: 40px;
	color: #86c33a !important;
}
#choose li{
	margin-top: 20px;
	color: #666;
	font-size: 1.2em;
}
#choose h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.overlay-secondary {
    position: relative;
}
.overlay-secondary::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #252d39;
    opacity: 0.85;
}
.bg-fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.text-white{
	color: #FFF !important;
}
.bg-secondary {
    background: #252d39 !important;
}
.section-bottom-lg {
    padding-bottom: 240px;
}
.section-title-border.border-center {
    margin-left: calc(50% - 27px);
}
.box-shadow {
    box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}
.service-wrapper{
	transform: translateY(-200px);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card h4{
    color: #172231;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.btn-secondary {
    background: transparent;
    color: #172231;
    padding-left: 0;
    border: 0;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.btn-arrow {
    transition: 0.2s ease;
}
.btn-arrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    left: calc(95% + 5px);
    transition: 0.2s ease;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    transition: 0.2s ease;
    left: 95%;
}





#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #85c339;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#FFFF
}

/** contact section **/
 .contact {
 	background: #FFF;
}
.contact .contact_bg {
	max-width: 541px;
	padding: 0;
	padding: 0px 0px;
}
 .contact .contact_bg .contactus {
     border: #b1b0b0 solid 1px;
     padding: 12px 19px;
     margin-top: 26px;
     border-radius: inherit;
     color: #000;
     width: 100%;
}
 .contact .contact_bg .textarea {
     margin-top: 25px;
     padding: 15px 19px;
     color: #000 !important;
     width: 100%;
     border: #b1b0b0 solid 1px;
     border-radius: inherit;
}
.contact .contact_bg .course {
     margin-top: 25px;
     padding: 15px 19px;
     color: #000 !important;
     width: 100%;
     border: #b1b0b0 solid 1px;
     border-radius: inherit;
}
 .contact .contact_bg .send {
     margin-top: 25px;
     font-size: 16px;
     border: #000 solid 2px;
     color: #000;
     background: none;
     padding: 11px 67px;
     float: right;
     border-radius: 50px;
     transition: all 0.3s ease-in;
}
 .contact .contact_bg .send:hover {
	background-color: #85c339;
	border: #85c339 solid 2px;
	color: #fff;
	transition: all 0.3s ease-in;
	border-radius:50px; 
}
.error{
	color: red;
	font-weight: 400;
}
.contact_list li{
	margin-top: 25px;
}
/** end contact section **/

/** footer **/
.footer {
	background: #252d39 !important;
	padding-top: 20px;
	color: #bfb4b4
}
.ftlogo a img{
	margin-top: 50px;
}
.footer .address h3 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	padding-bottom: 20px;
}
ul.social_link{
    padding: 0px;
    margin: 0px;
}
ul.social_link li {
    display: inline-block;
    padding-right: 4px;
}
ul.social_link li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #999;
    transition: all 0.5s;
}
ul.social_link li a:hover {
    background: #85c339;
    border: 1px solid #85c339;
    color: #FFF;
}
ul.Menu_footer{
	padding: 0px;
	margin: 0px;
}
ul.Menu_footer li{
	padding-bottom: 10px;
	display: block;
	position: relative;
}
ul.Menu_footer li i {
	width: 20px;
	font-size: 1.3em;
}
ul.Menu_footer li a {
    display: inline-block;
    color: #999;
    font-size: 15px;
    padding-left: 20px;
    text-decoration: none;
}
ul.Menu_footer li a:hover{
    color: #f4b328 ;
}

ul.loca{
	padding: 0px;
	margin: 0px;
}
ul.loca li {
	color: #999;
	padding-bottom: 10px;
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
}
ul.loca li a {
	padding-right: 16px;
	color: #999;
	margin-top: 4px;
}
ul.loca li i {
	width: 30px;
	color: #999;
	font-size: 1.3em;
}

.copyright {
	padding: 20px 0px;
	margin-top: 55px;
	background-color: #1f2630;
}
.copyright p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #f4b328 ;
}
/** end footer **/



.overlay{
    position: relative;
}
.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #252d39;
    opacity: 0.85;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1.2em;
}
.bg-transparent{background: none; margin: 0px; padding: 0px;}
.text-primary{color: #86c33a !important;}





@media(max-width:800px)
{
  	.mpad0{padding: 0px;}
  	.desktop{display: none;}
  	.mobile{display: block;}
  	.mobilebar{display: block;}
  	center{margin-bottom: 50px;}
  	.logo img{
		margin-top: 25px;
	}
}