@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&display=swap');

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Nunito', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px;
}
a,
button {
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a,
a:hover {
	text-decoration: none;
}
a:focus,
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
hr{
	width:100%;
}
.overflow-h{
	overflow: hidden;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text a, .white-text p, .white-text{
	color:#fff;
}
.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.diffuse-shadow {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
/* 1.1. BUTTON STYLES */
.btn {
	position: relative;
	padding: 15px 35px;
	border-radius: 3px;
	line-height: 24px;
	-webkit-transition: color .3s, border-color .3s, background-color .3s ease-in-out;
	transition: color .3s, border-color .3s, background-color .3s ease-in-out;
	z-index: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: -1;
}
.btn.active,
.btn:active {
	box-shadow: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 0;
}
.btn:hover:before,
.btn:focus:before,
.btn.focus:before,
.btn:active:before,
.btn:active:hover:before,
.btn:active:focus:before,
.btn:active.focus:before,
.btn.active:before,
.btn.active:hover:before,
.btn.active:focus:before,
.btn.active.focus:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #38C695;
	border-width: 1px;
	margin: 0px;
}
.btn-default.btn-default-outline{
	border-color: #fff;
}
.btn-default:before {
	background-color: #32332D;
}
.btn-default {
	background-color: #38C695;
}
.btn-default-outline {
	background-color: transparent;
}
.btn-default:hover {
	color: #ffffff;
}
.hero-btn-wrapper .btn {
	margin-left: 15px;
	margin-right: 15px;
}
.btn-small {
	font-size: 16px;
	text-transform: capitalize;
	padding: 8px 16px;
	border: none;
	border-radius: 0px;
}
/* 1.2 DEVIDERS STYLES */
.divider-dashed {
	width: 50px;
	background-color: #38C695;
	height: 2px;
}
.divider-circle {
	width: 200px;
	border: 1px solid #38C695;
	opacity: 0.8;
	position: relative;
	display: inline-block;
}
.divider-circle:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #38C695;
	top: -9px;
	opacity: 0.8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.divider-circle:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #38C695;
	top: -9px;
	left: 45%;
	opacity: 0.8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 1.3 BACKGROUND STYLES */
.bg-light {
	background: #f1f1f1!important;
}
.bg-dark {
	background: #000!important;
}
.overlay {
	position: relative;
}
.overlay:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.overlay-11::before {
	background:#000;
}
.overlay-9::before {
	background: rgba(0, 0, 0, 0.9);
}

.overlay-6::before {
	background: rgba(0, 0, 0, 0.6);
}
.overlay-5::before {
	background: rgba(0, 0, 0, 0.5);
}
.overlay-4::before {
	background: rgba(0, 0, 0, 0.4);
}
.overlay-3::before {
	background: rgba(0, 0, 0, 0.3);
}
.overlay-2::before {
	background: rgba(0, 0, 0, 0.2);
}
.overlay-1::before {
	background: rgb(255 255 255 / 50%);
}
/* 1.4 SECTION TITLE */
.section-title h2 {
	margin-bottom: 15px;
	font-weight: 700;
}
.section-title p {
	margin-top: 20px;
}
/* 1.5 PRELOADER */
#preloader-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.preloader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
  }
  .preloader:before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #38C695;
	animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
  }
  .preloader:after {
	width: 15px;
	height: 15px;
	left: 15%;
	border-radius: 50%;
	background: #38C695;
	content: "";
	position: absolute;
	background: #;
	animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
  }
  @keyframes preloader_before {
	0% {
	   transform: translateX(0px) rotate(0deg)
	  }
	50% { 
	  transform: translateX(50px) scale(1.5) rotate(164deg);
	  background: #6c757d; 
	  border-radius: 0;
	}
	100% {
	  transform: translateX(0px) rotate(0deg);
	}
  }
  @keyframes preloader_after {
	0% {
	  transform: translateX(0px) rotate(0deg);
	}
	50% {
	  transform: translateX(-50px) scale(1.5) rotate(-164deg);
	  background: #000;
	  border-radius: 0;
	}
	100% {
	  transform: translateX(0px)
	}
  }
/*  ----------------------------------------------------
3. HEADER NAV
-------------------------------------------------------- */
.header-nav {
	padding-top: 15px;
	padding-bottom: 15px;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.header-nav.fixed-header {
	background: #fff;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand,
.navbar-brand:hover {
	color: #fff;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
}
.header-nav .navbar-nav>li {
	margin-left: 12px;
	position: relative;
}
.header-nav .navbar-nav .nav-btn.nav-link {
	border: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
}
.header-nav .navbar-nav .nav-btn.nav-link i {
	margin-left: 5px;
}
.navbar-toggler {
	border: 1px solid #fff;
}
.navbar-nav .nav-link {
	color: #fff;
	float:left;
}
.navbar-nav .nav-link:before,
.navbar-nav .nav-btn.nav-link:hover:before {
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	left: -10px;
	top: 18px;
	width: 5px;
	height: 5px;
	background: #fff;
	content: "";
	position: absolute;
	opacity: 0;
}
.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link.active:before {
	left: -5px;
	top: 18px;
	opacity: 1;
}
.fixed-header .navbar-nav .nav-link:before {
	background-color: #38C695;
}
.header-nav.fixed-header .navbar-nav .nav-btn.nav-link {
	border-color: #6c757d
}
.header-nav.fixed-header .navbar-nav .nav-link {
	color: #6c757d;
}
.header-nav.fixed-header .navbar-nav .nav-btn.nav-link {
	color: #6c757d;
}
.fixed-header .navbar-toggler {
	border: 1px solid #6c757d;
}
.fixed-header .navbar-toggler i {
	color: #000
}
.header-nav .navbar-nav>li .sub-menu li>a {
	color: #6c757d;
	font-size: 14px;
	display: block;
	padding: 5px 20px 5px 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	position: relative;
	text-decoration: none;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.header-nav .navbar-nav>li .sub-menu li>a:after {
	width: 0px;
	bottom: 14px;
	left: 15px;
	content: "";
	position: absolute;
	height: 5px;
	background-color: #38C695;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.header-nav .navbar-nav>li .sub-menu li:hover>a {
	padding-left: 28px;
}
.header-nav .navbar-nav>li .sub-menu li:hover>a:after {
	width: 5px;
	height: 5px;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	outline: none !important;
}
.navbar-toggler i {
	color: #fff;
}
.header-nav.fixed-header {
	top: 0;
	margin-top: 0;
	padding: 12px 10px;
	background: #fff;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.fixed-header.header-nav .navbar-brand {
	color: #000000;
}
.fixed-header.header-nav .navbar-nav .nav-btn.nav-link,
.header-nav .navbar-nav .nav-btn.nav-link:hover {
	border-color: #fff;
	background-color: #38C695;
	color: #fff;
}
.header-nav .navbar-nav .nav-btn.nav-link:hover{
	background-color:#32332D
}
.fixed-header.header-nav .navbar-nav .nav-link:after {
	background: #6c757d;
}
.fixed-header.header-nav .navbar-nav .nav-link,
.fixed-header.header-nav .navbar-nav>li .sub-menu-toggle {
	color: #6c757d
}
.header-nav .navbar-nav>li:hover .sub-menu{
	opacity: 1;
}
/*  ----------------------------------------------------
4. HERO SECTION
-------------------------------------------------------- */
/* HERO SLIDER VERSION */
.hero-slide{
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-slide{
	position: relative;
}
.hero-slide .overlay{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.hero-swiper .swiper-pagination-bullet-active{
	background-color: #38C695;
}
.hero-swiper .swiper-pagination-bullet{
	opacity: 1;
	border:1px solid #e1e1e1;
}

.hero-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
width:15px;
height: 15px;
}
/* HERO PARALLAX VERSION */
.hero-area {
	background-color: #f1f1f1;
	color: #ffffff;
	background-position: center center;
}
.full-height {
	min-height: 100vh;
}
.hero-area h4{
	margin-bottom: 0px;
}
.hero-area h2 {
	font-size: 60px;
	line-height: 1.3em;
}
.hero-area h1,
.hero-area h2,
.hero-area h3,
.hero-area h4,
.hero-area h5,
.hero-area h6 {
	color: #fff;
}
/*  5. ABOUT US SECTION */
.about-box {
	margin-left: -60px;
}
.about-box p{
font-size: 20px;
font-weight: 600;
line-height: 34px;
}
/*  6. VIDEO SECTION */
.promo-video,
.promo-video h1,
.promo-video h2,
.promo-video h3,
.promo-video h4,
.promo-video h5,
.promo-video h6 {
	color: #fff;
}
.promo-video h1 {
	font-size: 70px;
	font-weight: 900;
}
.video-btn button {
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	font-size: 25px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #d1d1d1;
}
.video-btn button:hover {
	background: #fff;
	color: #38C695
}
/* 7. CAUSES SECTION */
.content-box img{
	width: 100%;
}
.btn-relative-img {
	position: relative;
	overflow: hidden;
}
.lightbox-icons {
	margin-left: 15px;
	top: 10px;
	position: absolute;
	right: 15px;
	top: -30px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.content-box:hover .lightbox-icons {
	top: 10px;
	opacity: 1;
}
.lightbox-icons a,
button {
	margin-left: 15px;
	color: #fff;
	font-size: 25px;
	border: none;
	background: none;
	cursor: pointer;
}
.lightbox-icons a:hover,
.lightbox-icons button:hover {
	color: #38C695
}
.btn-relative-img .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translateX(-50%) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(-50%) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(-50%) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(-50%) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(-50%) translateY(60px) translateZ(0) rotate(0deg) scale(1);
}
.content-box:hover .btn-relative-img .btn {
	top: 50%;
	transform: translateX(-50%);
	opacity: 1;
	display: inline-block;
}
.content-box {
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.content-box.diffuse-shadow:hover {
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.18);
}
.content-area a {
	color: #000;
}
.content-area a:hover {
	color: #38C695
}
.content-footer p {
	margin-bottom: 0px;
}
.content-footer {
	overflow: hidden;
}
.content-footer p {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 10px;
}
.content-footer p:nth-child(3), .content-footer p:nth-child(4) {
    border-top: none;
}
.content-footer p:nth-child(2), .content-footer p:nth-child(4) {
    border-left: none;
}
.progress-bars .progress {
	position: relative;
	height: auto;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	z-index: 0;
}
.progress-bars .progress+.progress {
	margin-top: 17px;
}
.progress-bars .progress:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background-color: #fafafa;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bars .progress p {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 24px;
}
.progress-bars .progress .progress-bar {
	float: none;
	position: relative;
	min-width: 40px;
	height: 6px;
	background-color: #38C695;
	box-shadow: none;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: width 1s ease-in-out .3s;
	transition: width 1s ease-in-out .3s;
}
.progress-bars .progress .progress-bar span {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	margin-top: -17px;
	padding: 5px 0;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	font-weight: 500;
	text-align: center;
	color: #525252
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width:10px;
	height:10px;
	border-radius:0px;
	margin:0px 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}
/* 8. HELPING PROCESS SECTION */
.process-wrap{
	border-top:2px solid #38C695;
}
.process-circle{
	width: 40px;
	height: 40px;
	background: #38c695;
	margin:0 auto;
	margin-bottom:45px;
	position:relative;
	border-radius: 50%;
	margin-top: -20px;
	border:3px solid #fff;
	color: #fff;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	}
.process-circle p{
	margin:0px;
}
.process-circle:before{
	position: absolute;
	width:3px;
	height:10px;
	background:#38c695;
	content:"";
	bottom: -10px;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(-50%) translateY(-0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0deg) scale(1);
	}
.process-item:hover .process-circle:before{
	height:48px;
	bottom:-48px;
}
.process-item .icon-outer {
	display: inline-table;
	width: 120px;
	height: 120px;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #ffffff;
	box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
	color: #38C695;
	line-height: 120px;
	font-size: 40px;
}
.process-item:hover .icon-outer {
	background-color: #38C695;
	color: #ffffff;
	box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.process-item {
	position: relative;
	z-index: 1;
}
.process-item h4{
	margin-bottom: 0px;
}





/* 16. GET IN TOUCH SECTION */
.email-success,
.email-failed,
.email-loading,
.success-msg,
.error-msg {
	font-size: 15px;
	text-align: center;
	padding: 10px;
	display: none;
}
.email-loading img {
	width: 20px;
	margin: 0 auto;
}
.email-failed .icon {
	font-size: 20px;
	position: relative;
	top: 5px;
}
.email-failed .icon,
.email-success .icon,
.error-msg .icon,
.success-msg .icon {
	font-size: 20px;
	position: relative;
	top: 2px;
}
/* 16.1 FORM STYLE */
.contact-form-box{
	padding:40px;
}
.contact-form-box input,
.contact-form-box textarea {
	width: 100%;
	border: none;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border-bottom: 2px solid transparent;
}
.contact-form-box input:focus,
.contact-form-box textarea:focus {
	outline: none;
	border: none;
	border-bottom: 2px solid #38C695;
}
.gray-bg .contact-form-box input,
.gray-bg .contact-form-box textarea {
	background-color: #F4F4F4;
}
.contact-form-box textarea {
	min-height: 120px;
	webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* 16.2 ADDRESS AREA */
.address-wrap{
	height:100%;
}
.address-wrap ul{
	margin:0;
	padding:0;
	list-style: none;
}
.address-wrap ul li, .address-wrap ul li a{
	display:block;
	margin-bottom:30px;
	font-weight:400;
	color:#6c757d
}
.address-wrap ul li a:hover{
	color:#38c695
}
.address-wrap ul li span {
	font-weight:700;
	font-family:'Nunito', sans-serif;
	display:block;
	margin-bottom:5px;
	text-transform: uppercase;
	color:#000;
}
.address-wrap ul.social-icons{
	display: block;
}
.address-wrap h4{
	text-transform: uppercase;
	font-size:16px;
	margin-bottom: 10px;
}
.address-wrap ul.social-icons li {
	margin-bottom: 0px;
	float:none;
	display: inline;
	margin:0;
	margin-right:5px;
}
.address-wrap ul.social-icons li a{
	margin:0px;
	border-color: #e1e1e1;
	display: inline-block;
	color:#38c695
}
.address-wrap ul.social-icons li a:hover{
	color:#fff;
}
/* 17. FOOTER SECTION */

/* 17.1 FOOTER COPYRIGHT */
.copyright-text{
	margin:0px;
}
.copyright-text a {
	color: #000;
}

.copyright-text a:hover {
	color: #38C695
}
/* 18. PAGE HEADER */
ol.breadcrumb {
    display: inline-block;
    min-width: 320px;
    margin-top: 20px;
}
ol.breadcrumb li {
    display: inline-block;
}

 .breadcrumb-item a{
	 color:#000; 
}
.breadcrumb-item a:hover{
	color:#38C695
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#e1e1e1;
}
.breadcrumb-item.active{
	color:#6c757d
}
.pr-pagenation .page-link{
border-color:#e1e1e1;
color:#000000;
padding:10px 15px;
}
.page-item.disabled .page-link{
	color:#6c757d
}
.page-item.active .page-link{
	background-color: #38C695;
	border-color: #38C695;
}


/*responsive css*/
@media(min-width: 992px) {
	.header-nav .navbar-nav>li .sub-menu {
		background: #fff;
		margin: 0;
		padding: 10px 0;
		min-width: 200px;
		max-width: 100%;
		position: absolute;
		left: 0;
		top: calc(100% + 30px);
		list-style: none;
		border-radius: 5px;
		opacity: 0;
		z-index: 999;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
		pointer-events: none;
		-webkit-transition: ease all 0.3s;
		-moz-transition: ease all 0.3s;
		-o-transition: ease all 0.3s;
		transition: ease all 0.3s;
	}
	.header-nav .navbar-nav>li .sub-menu-toggle {
		font-size: 15px;
		line-height: 42px;
		color:#fff;
	}
	.header-nav .navbar-nav>li:hover .sub-menu {
		pointer-events: auto;
		top: 100%;
	}
	ul.sub-menu {
		background: #fff;
		margin: 0;
		padding: 10px 0;
		min-width: 200px;
		max-width: 100%;
		position: absolute;
		left: 0;
		top: calc(100% + 30px);
		list-style: none;
		border-radius: 5px;
		opacity: 0;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
		pointer-events: none;
		-webkit-transition: ease all 0.3s;
		-moz-transition: ease all 0.3s;
		-o-transition: ease all 0.3s;
		transition: ease all 0.3s;
	}
}
@media (max-width: 991px) {
	.header-nav {
		top: 0;
		padding: 10px 15px;
	}
	.header-nav.fixed-header {
		padding: 10px 15px;
	}
	.navbar-nav {
		padding-top: 5px;
	}
	.header-nav .navbar-nav>li {
		margin: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-nav .navbar-nav>li .sub-menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		width: 100%;
		height: 25px;
		text-align: right;
		z-index: 1;
	}
	.header-nav .navbar-nav>li .sub-menu {
		margin: 0;
		list-style: none;
		padding-left: 10px;
		padding-top: 0px;
	}
	.navbar-nav .nav-link{
		float:none;
	}
	.header-nav .navbar-nav>li .sub-menu {
		display: none;
	}
	.header-nav .navbar-nav>li.show .sub-menu {
		display:block;
	}
	.header-nav .navbar-nav>li .sub-menu li>a {
		font-weight: 700;
		padding: 5px 0;
	}
	.header-nav .navbar-nav>li .sub-menu li>a:after {
		left: -15px;
	}
	.header-nav .navbar-nav>li .sub-menu li:hover>a {
		padding-left: 0px;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.hero-area h2 {
		font-size: 50px;
	}	
	.process-circle{
		line-height: 35px;
	}
	.process-item h4{
		font-size: 22px
	}
	.each-box .pera-text{
		margin-bottom: 0px;
	}
	.each-box .title{
		font-size: 25px;
	}

}
@media(max-width: 991px) {
	.full-height {
		min-height: inherit;
	}
	.hero-area h2 {
		font-size: 40px;
	}
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 990px) {
	.promo-video h1{
		font-size:50px;
	}
	.process-circle{
		line-height: 35px;
	}
	.asset-box{
		padding-left:45px;
	}
	.asset-box i{
		font-size:40px;
	}
	.asset-box p{
		font-size:18px;
	}
	.contact-form-box{
		padding:20px;
	}
	#sidebar-right .p-60px-l{
		padding-left:0px;
	}
	#sidebar-right .p-60px-r{
		padding-right:0px;
	}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.hero-btn-wrapper .btn{
		margin-left:10px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.btn{
		padding:10px 20px;
		font-size:14px;
	}
	.about-box{
		margin-left:0px;
	}
	.promo-video h1{
		font-size: 40px;
	}
	.process-wrap{
		border:none;
	}
	.process-circle{
		line-height: 35px;
		margin-bottom: 20px;
	}
	.each-box .pera-text{
		margin-bottom: 0px;
	}
	.each-box .title{
		font-size: 25px;
	}

	.contact-form-box{
		padding:20px;
	}
}
