:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: "Exo 2", sans-serif;
  --theme-color: #63C153;
  --theme-color2: #064E5A;
  --theme-bg-light: #F6F6F6;
  --theme-color-light: rgba(99, 193, 83, .2);
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #064E5A;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #023B45;
  --footer-text-color: #F5FAFF;
}

.navbar-brand img {
	width: 250px;
	padding-bottom: 10px;
}

body.service-single .navbar {
    
    border-bottom: 2px solid var(--theme-color);
}

.material-icons {
	vertical-align: middle;
}

.about-item .material-icons {
	color: #FFFFFF;
	font-size: 36px;
}

.feature-item .material-icons, .service-icon .material-icons, .choose-item-icon .material-icons {
	color: #FFFFFF;
	font-size: 60px;
}

.counter-box .material-icons {
	color: var(--theme-color);
	font-size: 48px;
}

.home-3 .hero-img img {
    position: absolute;
    bottom: 0;
		width: 37%;
		right: 0;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.cta-area::before {
	background: linear-gradient(90deg, hsla(87, 43%, 48%, 1) 0%, hsla(212, 100%, 19%, 1) 100%);
}

.cta-area::after {
	background: transparent;
}

.tm-bg {
	background: var(--theme-color2);
}

.tm-bg::before {
	background-image: none;
}

.testimonial-area2 .testimonial-item {
	
}

.theme-btn, .theme-btn2, .cta-content .theme-btn {
	background: var(--theme-color);
}

.footer-logo img {
	max-width: 145px;
}

.site-title-tagline i {
	font-size: 20px;
}

body.service-single ul.disc li {
	list-style-type: disc;
}

.cta-content h1 {
	font-size: 36px;
	line-height:1.35;
}