/* =====================================
Template Name    : Repairo
Description		 : Computer & Mobile Repair HTML5 Responsive Template
Author           : Youtoview
Version          : 1.0
======================================== */


/* ======================
 Table of Content
=========================

=> Fonts
=> Common CSS
=> Preloader CSS
=> Header CSS
=> Slider CSS
=> Feature CSS
=> About Area
=> Video Btn
=> Choose Area
=> CTA Section
=> Counter Area
=> Service Area
=> Testimonials Area
=> Team Area
=> Pricing Table
=> Blog Area
=> Pagination
=> Breadcrumb Area
=> Brand Wrapper
=> FAQ Wrapper
=> Gallery Wrapper
=> Error Area
=> Contact Area
=> Auth Area
=> Mail Success
=> Coming Soon
=> Footer Area
=> Responsive CSS

=======================*/



/* ====================
Fonts
======================= */
@import url('https://fonts.googleapis.com/css?family=Muli:ital,wght@0,400;0,700;1,500;1,600|Roboto:300,400,500,700');


/* ====================
Common CSs
======================= */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
button:hover, button:focus {
	border:none;
	outline: none;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pb-15 {
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}
#scrollUp {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	bottom: 30px;
	border-radius: 50px;
	right: 30px;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	background: #000756;
	cursor: pointer;
}
#scrollUp:hover{
	background: #003980;
}
.pt-120 {
	padding-top: 120px !important;
}
section {
	position: relative;
	padding: 80px 0;
}
.header-title {
	margin-bottom: 40px;
	text-align: center;
}
.header-title h5{
	color: #000756;
}
.header-title h2::before {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    width: 90px;
    height: 3px;
    background-color: #e6d7d7;
    margin: auto;
}
.header-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	color: #222;
	margin-bottom: 25px;
}
.header-title h2::after {
	position: absolute;
    bottom: -10px;
    left: -45px;
    right: 0;
    content: "";
    width: 35px;
    height: 3px;
    margin: auto;
    background-color: #7fc540;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}
.header-title span {
	color: #000756;
}

@-webkit-keyframes moveLeftBounces {
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
   }
	50% {
	-webkit-transform: translateX(45px);
	transform: translateX(45px);
   }
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
   }
   }
	@keyframes moveLeftBounces {
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
   }
	50% {
	-webkit-transform: translateX(45px);
	transform: translateX(45px);
   }
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
   }
 }


/* Button Effects */
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 11px 30px;
	border-radius: 50px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: #7fc540;
	letter-spacing: 1px;
	text-transform: uppercase;
	border:none;
}
.btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50px;
	background: #38688f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff;
}
.btn:hover::before, .btn:focus::before, .btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/* ====================
Preloader Css
======================= */
#preloader {
	background: url(../img/loader.svg) no-repeat center center #7fc540;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}


/* ====================
Header Css
======================= */
.top-bar {
	background: #38688F;
}
.sticky .top-bar {
	display: none !important;
}
header.sticky .header-menu-area {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
	width: 100%;
	background: #fff;
}
header.sticky .header__menu ul li a {
	padding: 30px 0;
}
header.sticky .header-right {
	margin-top: 19px;
}
.header-2-icon {
	color: #fff;
	margin-right: 23px;
}
.nav-search.search-trigger.header-2-icon {
	color: #fff;
	display: inline-block;
}
.header-info span {
	color: #fff;
	margin-right: 35px;
}
.header-info a:hover{
	color: #7fc540;
}
.header-info a {
	color: #fff;
	margin-right: 35px;
}
.header-info i {
	margin-right: 6px;
	color: #7fc540;
}
.header-padding {
	padding: 0 120px;
	padding-top: 45px;
}
.transparrent-header {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9;
}
.header-cta-info {
	padding-right: 22px;
	align-items: center;
	border-right: 1px solid #ededed;
	margin-right: 22px;
	float: left;
	display: flex;
}
.header-cta-icon i {
	color: #7fc540;
	font-size: 30px;
	width: 40px;
}
.header-cta-icon {
}
.header-cta-text h5 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}
.header-right-btn .bt-btn {
	min-height: 50px;
	line-height: 50px;
	font-size: 13px;
}

.logo img {
	position: relative;
	z-index: 2;
	width: 250px;
}
.logo-circle::before {
	position: absolute;
	content: "";
	border: 47px solid #fff;
	left: -35px;
	width: 150px;
	height: 150px;
	top: -35px;
	border-radius: 100%;
	z-index: 1;
}
.header__menu ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header__menu ul li.active a {
	color: #7fc540;
}
.header__menu.menu-dark ul li:first-child {
	margin-left: 0;
}
.header__menu ul li a {
	color: #2d2d2d;
	font-weight: 500;
	padding: 30px 0;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
}
.header__menu ul li.menu-item-has-children > a::after {
	content: " +";
}
.header__menu ul li.menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	margin-left: 5px;
	font-size: 10px;
}
.header__menu ul li:hover > a {
	color: #7fc540;
}
.header__menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 250px;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 8px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header__menu ul li:hover ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 96%;
}

.header__menu ul li ul.submenu li{
	display: block;
	margin: 0px;
	border-bottom: 1px dashed rgba(56, 104, 143, .3);
}

.header__menu ul li ul.submenu li:last-child{
	border-bottom: none;
}

.header__menu ul li ul.submenu li > a {
	color: #2d2d2d;
	padding: 12px 20px;
	margin: 0;
}
.header__menu ul li ul.submenu li:hover > a {
	color: #7fc540;
}
.header-social-icons {
	float: right;
}
.main-menu ul li:hover > a {
	color:  #7fc540;
}
.header-right {
	margin-left: 60px;
	margin-top: 19px;
	float: right;
}
.header-social-icons ul li {
	display: inline-block;
}
.header-menu-search {
	margin-left: 24px;
}
.header-social-icons ul li a {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin-left: 16px;
}

.header-menu-blue .header-social-icons ul li a:hover {
	color: #fff;
}
.header-social-icons ul li a:hover {
	color: #7fc540;
}
.header-lang a {
	position: relative;
}
.header-lang span {
	color: #0a1121;
	font-weight: 500;
	letter-spacing: 1px;
}
.header-lang span {
	color: #0a1121;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 13px;
}
.header-lang-list {
	position: absolute;
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	padding: 20px 15px;
	border-top: 3px solid;
	transition: .4s;
	z-index: 999;
	background: #fff;
	padding-bottom: 5px;
	padding-top: 4px;
	top: 100%;
}
.header-lang-list-3 {
	margin-top: 15px;
}
.header-lang {
	padding: 28px 0px;
}
.header-lang img {
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	box-shadow: 0px 8px 16px 0px rgba(241, 87, 19, 0.2);
	border-radius: 50%;
}
.header-lang a {
	display: inline-block;
}
.header-lang:hover .header-lang-list {
	opacity: 1;
	visibility: visible;
}
.header-lang-list li {
	display: block;
	margin-bottom: 0;
	padding: 5px 0;
}
.header-lang-list li a {
	display: block;
	color: #647589;
	font-size: 13px;
}
.header-lang-list li a:hover {
	display: block;
	color: #7fc540;
}

.search-btn{
    font-size: 20px;
	margin-right: 20px; 
	padding: 5px 10px;
	color: #2D2D2D;
}
.header-search{
	position: relative;
}
.header-search-content{
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	height: 108px;
	padding: 30px;
	width: 400px;
	z-index: 2;
	display: none;
}
.header-search-form{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
	border-radius: 10px;
}
.header-search-content.on{
	display: block;
}

.header-search-form input{
	position: relative;
	border:2px solid #7fc540;
	height: 50px;
	width: 100%;
	border-radius: 8px;
	padding:10px 20px;
	outline: none;
}
.header-search-form button{
	position: absolute;
	right: 50px;
	top:50px;
	background: transparent;
	border: none;
	color: #7fc540;
	font-size: 20px;
	padding: 9px  15px 8px 15px;
}
.header-search-form button:hover{
	color: #38688F;
}

.mobile-links li > a {
	padding: 15px 0 15px 15px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
	color: #7f7f7f;
	display: block;
}
.mobile-links li > a:hover {
	color: #b79d82;
}



/* ====================
Slider Css
======================= */
.slider-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 700px;
	padding: 0;
}
.slider-area .home-slider .single-slider {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 700px;
	padding: 0 0 100px;
}
.slider-area .home-slider .single-slider::before {
	position: absolute;
	content: "";
	background: #7fc540;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.slider-area .home-slider .single-slider .slider-tittle {
	position: relative;
	padding: 0 10%;
}
.slider-area .home-slider .single-slider .slider-tittle .slider-span {
	position: relative;
	font-weight: 500;
}
.slider-area .home-slider .single-slider .slider-tittle h1 {
	font-size: 75px;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	margin: 0 0 15px;
}
.slider-area .home-slider .single-slider .slider-tittle h3 {
	margin-top: 20px;
	color: #7fc540;
	padding: 0 14%;
	font-size: 30px;
	margin: 0 0 15px;
	font-weight: 400;
}
.slider-area .owl-item.active .slider-tittle.one h1 {
	-webkit-animation: 1.5s .2s fadeInUpBig both;
	animation: 1.5s .2s fadeInUpBig both;
}
.slider-area .owl-item.active .slider-tittle.one h3 {
	-webkit-animation: 1.5s .2s fadeInDownBig both;
	animation: 1.5s .2s fadeInDownBig both;
}
.slider-area .owl-item.active .slider-tittle.two h1 {
	-webkit-animation: 1.5s .2s fadeInUpBig both;
	animation: 1.5s .2s fadeInUpBig both;
}
.slider-area .owl-item.active .slider-tittle.two h3 {
	-webkit-animation: 1.5s .2s fadeInDownBig both;
	animation: 1.5s .2s fadeInDownBig both;
}
.slider-area .owl-item.active .slider-btn.btn1 a {
	-webkit-animation: 2.5s .2s fadeInUpBig both;
	animation: 2.5s .2s fadeInUpBig both;
}
.slider-area .owl-item.active .slider-btn.btn2 a {
	-webkit-animation: 2.5s .2s fadeInUpBig both;
	animation: 2.5s .2s fadeInUpBig both;
}
.slider-area .owl-nav {
	display: inline-block !important;
}
.slider-area .owl-nav button.owl-next {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	font-size: 18px;
	line-height: 0;
	top: 50%;
	position: absolute;
	right: 1%;
	background: #fff;
	font-weight: bold;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #7fc540;
}
.slider-area .owl-nav button.owl-next:hover {
	background: #000756;
	color: #fff;
}
.slider-area .owl-nav button.owl-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	font-size: 18px;
	line-height: 0;
	left: 1%;
	top: 50%;
	position: absolute;
	color: #000756;
	font-weight: bold;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.slider-area .owl-nav button.owl-prev:hover {
	background: #7fc540;
	color: #fff;
}
.box-btn {
	padding: 12px 30px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 100px;
	overflow: hidden;
	background: #7fc540;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 15px;
	transition: all .5s ease-in-out;
}
.box-btn:hover{
	background: #fff;
	color: #000756;
}
.border-btn {
	padding: 10px 30px;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	text-transform: capitalize;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 100px;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 15px;
	transition: all .5s ease-in-out;
}
.slider-area .home-slider .border-btn  {
	color: #fff;
}
.slider-area .home-slider .border-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #064273;
}


/* ====================
Feature Css
======================= */
.feature-area {
	position: relative;
	z-index: 1;
	bottom: 160px;
	padding: 0;
}
.feature-area .single-feature {
	position: relative;
	-webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
	padding: 35px 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 40px 0 0;
}
.feature-area .single-feature h2 {
	font-size: 24px;
	color: #181818;
	margin-bottom: 9px;
	font-weight: 600;
}
.feature-area .single-feature .feature-icon {
	width: 70px;
	height: 70px;
	background-color: #7fc540;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.feature-area .single-feature .feature-icon i {
	font-size: 30px;
	line-height: 70px;
}
.feature-area .single-feature .feature-content p {
	margin-bottom: 0;
	font-size: 16px;
	color: #4f4f4f;
	margin-top: 0px;
}
.feature-area .single-feature:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}


/* ====================
About Area
======================= */
.about-area {
	padding: 0 0 80px;
	margin-top: -40px;
}
.about-area img{
	border-radius: 15px;
	margin-bottom: 30px;
}
.about-img{
    position: relative;
}
.about-txt h5{
	color: #000756;
}
.about-txt h3 {
	font-size: 35px;
	padding: 0px 0 10px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 8px 0 10px;
	color: #064273;
}
.about-txt p {
	line-height: 26px;
}
.about-txt .list-style-one {
	position: relative;
	padding: 0px;
}
.about-txt .list-style-one li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 20px;
}
.about-txt .list-style-one li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	-ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: #7fc540;
	font-size: 18px;
}
.about-txt .list-style-one li a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* ====================
Video Btn
======================= */
.video-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-area .video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	font-size: 25px;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #7fc540;
}
.video-area .video-btn:hover{
    background: #fff;
	color: #7fc540;
}
.video-area .video-btn::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: 2s video-pulse 1s linear infinite;
    animation: 2s video-pulse 1s linear infinite;
}

@-webkit-keyframes video-pulse {
	0% {
	  -webkit-box-shadow: 0px 0px 0px 1px #7fc540;
	  box-shadow: 0px 0px 0px 1px #7fc540; 
	}
	50% {
	  -webkit-box-shadow: 0px 0px 0px 20px rgba(127, 197, 64, 0.1);
	  box-shadow: 0px 0px 0px 20px rgba(127, 197, 64, 0.1); 
	}
	100% {
	  -webkit-box-shadow: 0px 0px 0px 50px transparent;
	  box-shadow: 0px 0px 0px 50px transparent; 
	} 
}
@keyframes video-pulse {
	0% {
	  -webkit-box-shadow: 0px 0px 0px 1px #7fc540;
	  box-shadow: 0px 0px 0px 1px #7fc540; 
	}
	50% {
	  -webkit-box-shadow: 0px 0px 0px 20px rgba(51, 136, 229, 0.1);
	  box-shadow: 0px 0px 0px 20px rgba(51, 136, 229, 0.1); 
	}
	100% {
	  -webkit-box-shadow: 0px 0px 0px 50px transparent;
	  box-shadow: 0px 0px 0px 50px transparent; 
	} 
}


/* ====================
Choose Area
======================= */

.choose-area {
	padding: 0 0 80px;
	margin-top: -40px;
	background: #F7F7F7;
}
.choose-area img{
	border-radius: 15px;
	margin-bottom: 30px;
}
.choose-txt h5{
	color: #7fc540;
}
.choose-txt h3 {
	font-size: 35px;
	padding: 0px 0 10px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 8px 0 10px;
	color: #064273;
}
.choose-txt p {
	line-height: 26px;
}
.choose-txt .list-style-one {
	position: relative;
	padding: 0px;
}
.choose-txt .list-style-one li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 20px;
}
.choose-txt .list-style-one li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	-ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: #7fc540;
	font-size: 18px;
}
.choose-txt .list-style-one li a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* ====================
CTA Section
======================= */

.cta-section::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.85;
	background-color: #7fc540;
	z-index: -1;
}
.cta-section {
	width: 100%;
	padding: 80px 0 130px;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/shape/cta-bg.png);
}
.cta-section .cta-content{
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}
.cta-section .phone_number h5 {
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
}
.cta-section h2 {
	margin: 0;
	letter-spacing: -1px;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
}
.cta-section .cta-btn-area{
    margin-top: 40px;
}
.cta-section .cta-btn-area i{
    font-size: 16px;
}


/* =====================
Counter Area
======================== */

.counter_area {
	width: 100%;
}
.cntr_bg_up {
	background: #ffffff;
	border-radius: 15px;
	padding: 20px 0;
	position: relative;
    margin-top: -100px;
	box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
}
.countr_text h1 {
	font-size: 40px;
	font-weight: 800;
	color: #38688F;
}
.counter_desc h5 {
	margin-top: 6px;
	color: #000756;
}
.countr_text i {
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #7fc540;
	border-radius: 100%;
	line-height: 80px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.counter-area .countr_text h1 {
	color: #fff;
}
.counter-area .counter_desc h5 {
	color: #fff;
}


/* =====================
Service Area
======================== */
.service-area.inner-content-wrapper {
	padding: 40px 0 80px;
}
.single-service {
	transition: .3s;
	padding: 40px;
    border-radius: 15px;
	text-align: center;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
}
.single-service:hover .single-services-content h5 {
	color: #003980;
}
.service-icon {
	position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #7fc540;
    font-size: 40px;
    background: #fff;
    box-sizing: content-box;
    border-radius: 50%;
    color: #7fc540;
    margin: auto;
	margin-bottom: 30px;
}
.service-icon i{
	position: absolute;
	left: 23px;
	top: 30px;
	width: 55px;
}
.single-service:hover .signle-service-dot:first-child {
	-webkit-animation-play-state: running;
	animation-play-state: running;
} 
.signle-service-dot:first-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: dot-animation 2s linear infinite;
	animation: dot-animation 2s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes dot-animation {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
 to {
 -webkit-transform:rotate(1turn);
 transform:rotate(1turn)
}
}
 @keyframes dot-animation {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
 to {
 -webkit-transform:rotate(1turn);
 transform:rotate(1turn)
}
}
.service-icon  .signle-service-dot {
	width: 100%;
	height: 100%;
	left: 56%;
	top: 8%;
}
.service-icon  .dots {
	width: 15px;
	height: 15px;
	background: #7fc540;
	border-radius: 50%;
	left: 14px;
	top: 0;
	position: relative;
}

.single-services-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: .3s;
}
.single-services-content p {
	margin-bottom: 0px;
}

/* Single Services Area */

.service-details-content img{
	width: 100%;
	border-radius: 15px;
}
.service-details-content h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 25px;
}
.service-details-content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.service-details-content ul li::before {
	content: "\f00c";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	left: 0;
	color: #7fc540;
}
.service-details-content ul li:last-child {
	margin-bottom: 0;
}
.appointment-sidebar-from {
	position: relative;
	z-index: 1;
}
.appointment-sidebar-from .contact-form-action {
	max-width: 600px;
	border-bottom: none;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 30px;
	border-radius: 15px;
	margin: auto;
}
.appointment-sidebar-from .contact-form-action form .form-condition {
	margin-bottom: 20px;
}
.appointment-sidebar-from .contact-form-action form .form-condition .agree-label {
	font-weight: 600;
}
.appointment-sidebar-from .contact-form-action form .form-condition .agree-label a {
	color: #7fc540;
}
.appointment-sidebar-from .contact-form-action form .form-group {
	margin-bottom: 30px;
}
.appointment-sidebar-from .form-control {
	height: 50px;
	color: #7fc540;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 10px;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
.appointment-sidebar-from .contact-form-action form .default-btn {
	margin-bottom: 25px;
}
.sidebar-contact-us {
	padding: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
}
.sidebar-contact-us ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dashed #eeeeee;
	padding-left: 35px;
}
.sidebar-contact-us ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar-contact-us ul li i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 20px;
	color: #7fc540;
}

/* Sidebar Sec */
.sidebar-widget.categories {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 20px;
	overflow: hidden;
}
.sidebar-widget {
	margin-bottom: 35px;
}
.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px;
	display: inline-block;
	font-weight: 600;
}
.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eeeeee;
	font-size: 17px;
}
.sidebar-widget.categories ul li span {
	float: right;
	display: inline-block;
}
.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar-widget.categories ul li:first-child::before {
	display: none;
}
.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
}
.sidebar-widget.tags {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 20px;
}
.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.sidebar-widget.tags ul li a {
	border: 1px solid #eeeeee;
	padding: 8px 12px;
}
.sidebar-widget.tags ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #7fc540;
	color: #ffffff;
	border-color: #7fc540;
}
.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0;
}



/* =======================
Testimonial Area
========================== */

.testimonial-area {
	background: #f7f7f7;
}

.testimonial-item .testimonial-content::before {
	content: '';
	position: absolute;
	left: 40px;
	bottom: -16px;
	width: 22px;
	height: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(54deg);
	background-color: #fff;
}
.testimonial-item .testimonial-content::after{
	content: "\f10e";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 50px;
	right: 20px;
	bottom: 0px;
	color: #7fc540;
	opacity: .4;
}
.testimonial-item .testimonial-content {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
}
.testimonial-item .testimonial-content p {
    font-size: 16px;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-item .testimonial-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.testimonial-item .testimonial-author .author-image {
	margin-right: 20px;
}
.testimonial-item .testimonial-author .author-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 5px;
	border: 3px solid #7fc540;
}
.testimonial-item .testimonial-author .author-name {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-top: 5px;
}
.testimonial-item .testimonial-author .author-name .title {
	color: #064273;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.testimonial-item .testimonial-author .author-name span {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 24px;
}
.testimonial-area .slick-slide {
	margin: 0 15px;
}



/* ===================
Team Area
====================== */

.team-area .inner-content-wrapper {
	padding: 40px 0 80px;
}
.team-single {
	margin: 40px 0 0;
}
.team-info h5 {
	margin-bottom: 0;
}
.team-info {
    background: #fff;
    margin: -60px 30px 0;
    padding: 35px 25px 20px;
    position: relative;
	text-align: center;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.team-info h5 > a {
	font-size: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0px 0px 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.team-info span {
	font-size: 14px;
	color: #242424;
	display: block;
}
.team-info h5 > a:hover {
	color: #222;
}
.team-single:hover .team-image img {
	transform: scale(1.1) rotate(-2deg);
	-webkit-transform: scale(1.1) rotate(-2deg);
	-moz-transform: scale(1.1) rotate(-2deg);
}
.team-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.team-single .team-image img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 100%;
	border-radius: 15px;
}
.team-social {
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
}
.team-social a, .team-social span {
	cursor: pointer;
	font-size: 15px;
	margin: 5px;
	color: #fff;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #034a6a;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 5px 5px 18px 0px rgba(3, 74, 106, 0.3);
	-webkit-box-shadow: 5px 5px 18px 0px rgba(3, 74, 106, 0.3);
	-moz-box-shadow: 5px 5px 18px 0px rgba(3, 74, 106, 0.3);
}
.team-social span{
	display:block;
	margin-left: auto;
    margin-right: auto;
}
.team-social a:hover, .team-social span:hover {
	box-shadow: none;
	background: #7fc540;
}
.team-social a {
	opacity: 0;
	right: -40px;
	position: relative;
	visibility: hidden;
}
.team-social a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.team-social.active span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
	-webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
	-moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
	background: #fff;
	color: #034a6a;
}
.team-social.active a {
	opacity: 1;
	visibility: visible;
	right: 0;
	box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
	-webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
	-moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
}



/* =====================
 Pricing Table
======================== */

.pricing-bg1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,66,115,.7);
	z-index: 0;
}
.pricing-bg1 {
	position: relative;
	background-image: url(../img/pricing-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pricing-area .header-title {
	position: relative;
	color: #fff;
}
.pricing-area .header-title h2 {
	color: #fff;
	padding: 0;
}
.pricing-area .price-single {
	position: relative;
	margin-top: 40px;
	text-align: center;
	position: relative;
	padding: 50px 35px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.pricing-area .price-single:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 4px -1px 2.1875rem 24px rgba(0, 0, 0, 0.08);
	box-shadow: 4px -1px 2.1875rem 24px rgba(0, 0, 0, 0.08);
}

.pricing-area .price-single::before{
	content: "";
	position: absolute;
    background: url(../img/shape/price-top.png) no-repeat;
    width: 109px;
    height: 67px;
	top: 0;
    left: 0;
    opacity: 1;
}
.pricing-area .price-single::after{
	content: "";
	position: absolute;
    background: url(../img/shape/price-bottom.png) no-repeat;
    width: 184px;
    height: 65px;
	bottom: 0;
    right: 0;
    opacity: 1;
}
.pricing-area .plan-header{
	position: relative;
	padding: 20px 0 25px;
}
.pricing-area .plan-header .plan-price{
	position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 32px;
    color: #034a6a;
}
.pricing-area .plan-header span{
	font-size: 14px;
    font-weight: 400;
}
.pricing-area .plan-header h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 11px;
}
.pricing-area .plan-duration {
	position: relative;
	font-size: 25px;
	color: #7fc540;
	font-weight: 500;
	text-transform: capitalize;
}
.pricing-area .plan-stats {
	position: relative;
	padding: 35px 0;
}
.pricing-area .plan-stats li:last-child {
	border:none
}
.pricing-area .plan-stats li {
	position: relative;
	color: #7d7d7d;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e3e3e3;
}

.pricing-bg2{
    background: #fff;
}

.pricing-bg2 .price-single{
	-webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.pricing-bg2 .header-title h2 {
    color: #000;
}
.pricing-bg2 .header-title p{
    color: #000;
}



/* ===================
 Blog Area
====================== */

.blog-area.inner-content-wrapper {
	padding: 40px 0 80px;
}
.single-blog-post {
	margin-top: 40px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
}
.single-blog-post .post-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.single-blog-post:hover .post-image a img {
	-webkit-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg);
}
.single-blog-post .post-image a {
	display: block;
}
.single-blog-post .post-image a img {
	border-radius: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}
.single-blog-post .post-content {
	
}
.single-blog-post .post-content .post-content-top{
	margin-top: 15px;
	margin-bottom: 10px;
}
.single-blog-post .post-content .post-date {
	color: #3aae36;
	font-size: 14px;
}
.single-blog-post .post-content .post-author {
	color: #3aae36;
	font-size: 14px;
	margin-left: 10px;
}
.single-blog-post .post-content h3 {
	font-size: 20px;
	color: #012068;
	font-weight: 600;
}
.single-blog-post .btn {
	padding: 8px 22px;
}


/* Blog Details Area */

.blog-details-img img {
	width: 100%;
	border-radius: 15px;
}
.blog-details-content .blog-top-content {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
}
.blog-details-content .blog-top-content .blog-details-img {
	margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content h3 {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
}
.blog-details-content .blog-top-content .news-content .admin {
	padding-bottom: 24px;
	line-height: 1;
}
.blog-details-content .blog-top-content .news-content .admin li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	border-right: 2px solid #aab6bf;
	padding-right: 20px;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.blog-details-content .blog-top-content .news-content .admin li i {
	color: #7fc540;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.blog-details-content .blog-top-content .news-content .admin li a img {
	margin-right: 5px;
	border-radius: 50px;
	margin-bottom: 0;
}
.blog-details-content .blog-top-content blockquote {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.blog-details-content .blog-top-content blockquote p {
	padding: 30px;
	font-weight: 500;
	font-size: 18px;
	color: #1a1a1a;
	border-left: 4px solid #7fc540;
	background-color: #f9f9f9;
}
.blog-details-content .news-content-2 {
	margin-bottom: 30px;
}
.blog-details-content .news-content-2 h3 {
	font-size: 24px;
	font-weight: 600;
}
.blog-details-content .single-blog-post-img {
	margin-bottom: 30px;
}
.blog-details-content .single-blog-post-img img {
	width: 100%;
	border-radius: 15px;
}
.blog-details-content .news-meta-contant {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.blog-details-content .news-meta-contant li {
	display: inline-block;
}
.blog-details-content .news-meta-contant li span {
	margin-right: 10px;
	font-weight: 500;
}
.blog-details-content .social li a {
	font-size: 16px;
	margin-right: 10px;
}
.blog-details-content .social li a:hover{
	color: #7fc540;
}
.blog-details-content .social li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.blog-details-content .social li:last-child a {
	margin-right: 0;
}
.blog-details-content .news-meta-contant .news-tags a{
	margin-right: 5px;
	border: 1px solid #eee;
	padding: 7px 14px;
	border-radius: 8px;
}
.blog-details-content .news-meta-contant .news-tags a:hover{
	background: #7fc540;
	color: #fff;
	border-color: #7fc540;
}
.blog-details-content .comments {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 35px;
	border-radius: 15px;
}
.blog-details-content .comments h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 24px;
	position: relative;
	display: inline-block;
	font-weight: 600;
}
.blog-details-content .comments h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	border-top: 3px solid #E6D7D7;
}
.blog-details-content .comments h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 3px solid #7fc540;
}
.blog-details-content .comments ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}
.blog-details-content .comments ul li:last-child {
	margin-bottom: 0;
}
.blog-details-content .comments ul li img {
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 80px;
	border-radius: 50%;
}
.blog-details-content .comments ul li h4 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
.blog-details-content .comments ul li h3::before {
	display: none;
}
.blog-details-content .comments ul li span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.blog-details-content .comments ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #7fc540;
}
.blog-details-content .comments ul li a:hover {
	letter-spacing: 1px;
}
.blog-details-content .leave-reply {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
}
.blog-details-content .leave-reply h3 {
	margin-bottom: 30px;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	font-weight: 600;
}
.blog-details-content .leave-reply h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	border-top: 3px solid #E6D7D7;
}
.blog-details-content .leave-reply h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 3px solid #7fc540;
}
.blog-details-content .form-control {
	height: 50px;
	color: #064273;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 8px;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
.blog-details-content textarea.form-control {
	height: auto;
}
.blog-details-content .leave-reply p {
	margin-bottom: 30px;
}
.blog-details-content .leave-reply .form-group {
	margin-bottom: 25px;
}
.blog-details-content .leave-reply .form-group #chb1 {
	margin-right: 5px;
}
.blog-details-content .leave-reply .form-group label {
	margin-bottom: 10px;
}
.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.sidebar-widget {
	margin-bottom: 35px;
}
.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px;
	display: inline-block;
}
.sidebar-widget h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	border-top: 3px solid #E6D7D7;
}
.sidebar-widget h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 3px solid #7fc540;
}
.sidebar-widget.search .search-form {
	position: relative;
	padding: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.sidebar-widget.search .search-form .form-control {
	height: 50px;
	color: #064273;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 8px;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background-color: #7fc540;
	top: 35px;
	right: 35px;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border:none
}
.sidebar-widget.search .search-form .search-button:hover {
	background-color: #38688f;
}
.sidebar-widget.latest-news {
	padding: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.sidebar-widget.latest-news .latest-news-single{
    margin-bottom: 30px;
}
.sidebar-widget.latest-news .latest-news-single:last-child{
	margin-bottom: 0px;
}
.sidebar-widget.latest-news .latest-news-single a{
	font-size: 18px;
}
.sidebar-widget.latest-news .latest-news-single a:hover{
	color: #7fc540;
}
.sidebar-widget.latest-news .latest-news-single i{
	color: #7fc540;
}
.sidebar-widget.latest-news .latest-news-single img{
   width: 80px;
   border-radius: 10px;
   margin-right: 15px;
}

.sidebar-widget.categories {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
	overflow: hidden;
}
.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eeeeee;
	font-size: 17px;
}
.sidebar-widget.categories ul li a:hover{
    color: #7fc540;
}
.sidebar-widget.categories ul li a i{
    color: #7fc540;
	margin-right: 6px;
}
.sidebar-widget.categories ul li span {
	float: right;
	display: inline-block;
}
.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar-widget.categories ul li:first-child::before {
	display: none;
}
.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
}
.sidebar-widget.social {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
}
.sidebar-widget.social a{
	margin-right: 5px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background: #7fc540;
}
.sidebar-widget.social a:hover{
	background: #38688f;
}
.sidebar-widget.tags {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
}
.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.sidebar-widget.tags ul li a {
	border: 1px solid #eeeeee;
	padding: 8px 12px;
	border-radius: 8px;
	display: inline-block;
}
.sidebar-widget.tags ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #7fc540;
	color: #ffffff;
	border: 1px solid #7fc540;
}
.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0;
}

/* =====================
Pagination
===================== */

.pagination{
	margin-top: 50px;
}
.pagination .page-link{
	margin: 10px;
	border-radius: 8px;
	background: #38688F;
	border: none;
	font-size: 20px;
	color: #fff;
	padding: 4px 15px;
}
.pagination .page-link:hover{
	background: #7fc540;
}
.page-item.active .page-link{
	background: #7fc540;
}
.page-item:first-child .page-link{
	border-radius: 8px;
}
.page-item:last-child .page-link{
	border-radius: 8px;
}

/* =====================
Breadcrumb Area
===================== */
.breadcrumb-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #034a6a;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.breadcrumb-bg {
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}
.breadcrumb-bg .container{
	position: relative;
}
.page-title h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
}
.page-breadcumb nav ol {
	background: 0;
	padding: 0;
	margin: 0;
}
.page-breadcumb .breadcrumb-item a {
	color: #fff;
	font-weight: 500;
}
.page-breadcumb .breadcrumb-item + .breadcrumb-item::before {
	content: "\f111";
	color: #fff;
	font-family: "Font Awesome 5 Pro";
	font-size: 6px;
	font-weight: bold;
	margin-top: 8px;
}
.page-breadcumb .breadcrumb-item.active {
	font-weight: 500;
	color: #87df37;
}


/* =====================
Brand Wrapper
===================== */
.brand-wrapper {
	float: left;
	width: 100%;
	padding: 80px 0;
	box-shadow: 0 -90px 150px rgba(1, 84, 85, 0.1);
}
.brand-wrapper .item img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition: all 0.3s;
}
.brand-wrapper .item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}
.brand-wrapper .owl-nav, .brand-wrapper .owl-dots {
	display: none;
}


/* =====================
Faq Wrapper
===================== */
.faq-area .section-title {
	text-align: left;
	max-width: unset;
	margin: 0px;
}
.faq-area .section-title h2 {
	font-size: 30px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 600;
}
.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 30px;
	padding: 0px 20px;
	border: none;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 20px 4px rgb(0 0 0 / 7%);
    box-shadow: 2px 2px 20px 4px rgb(0 0 0 / 7%);
}
.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item.active {
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
	padding: 15px 30px 15px 0;
	color: #1a1a1a;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: unset;
	right: 0;
	top: 20px;
	color: #7fc540;
	font-size: 16px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.faq-accordion .accordion .accordion-title span{
    color: #7fc540;
}
.faq-accordion .accordion .accordion-title.active i::before {
	content: "\f068";
}
.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding:0 0 20px 0;
}
.faq-accordion .accordion .accordion-content p {
	margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
	display: block;
}
.faq-contact-area .contact-title {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -6px;
}
.faq-contact-area .contact-title h2 {
	font-size: 36px;
}
.faq-contact-area .contact-wrap {
	max-width: 800px;
	margin: auto;
}
.faq-contact-area .contact-wrap .default-btn {
	display: table;
	margin: 20px auto 0;
}
.faq-contact-area #msgSubmit {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.user-area-style .contact-form-action {
	border-bottom: none;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 30px;
	margin: auto;
}
.user-area-style .contact-form-action .account-title {
	margin-bottom: 30px;
}
.user-area-style .contact-form-action .account-title h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #7fc540;
}
.user-area-style .contact-form-action .account-title h2 {
	font-size: 25px;
	position: relative;
	line-height: 1;
	padding-left: 0;
	padding-bottom: 15px;
	font-weight: 600;
}
.user-area-style .form-control {
	height: 50px;
	color: #7fc540;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
.user-area-style textarea.form-control {
	height: auto;
}


/* =====================
Gallery Wrapper
===================== */

.gallery-box {
	margin-bottom: 30px;
	border-radius: 10px;
	background: #fff;
}
.gallery-img {
	position: relative;
}
.gallery-img img {
	width: 100%;
	border-radius: 15px;
}
.gallery-box:hover .gallery-overlay {
	opacity: 1;
	transform: perspective(500px) rotateX(0deg);
}
.gallery-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
	transition: .5s;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: rgba(3,74,106,.8);
	transform: perspective(500px) rotateX(90deg);
	transform-origin: bottom;
}
.gallery-overlay a {
	color: #fff;
}
.gallery-overlay a i {
	background: #7fc540;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
}
.gallery-overlay a i:hover{
	background: #fff;
	color: #7fc540;
}



/* =====================
Error Area
===================== */
.error_content {
	max-width: 630px;
	margin: 0 auto;
}
.error_content h1 {
	font-size: 250px;
	color: #c6cdd7;
    color: #7fc540;
	font-weight: 700;
}
.error_content h1 span{
	color: #064273;
}
.error_content h2 {
	font-size: 28px;
	color: #333333;
	font-weight: 700;
	letter-spacing: -0.2px;
}
.error_content {
	position: relative;
}
.error_content .form-control {
	background: transparent;
	height: 58px;
	padding: 0px 0px 0px 35px;
	border: 2px solid #7fc540;
	border-radius: 10px !important;
	box-shadow: none;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	z-index: 0;
}
.error_content .input-group .btn {
	padding: 0px;
	position: absolute;
	border: 0px;
	font-size: 18px;
	color: #666666;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	z-index: 1;
}

.error_content .input-group .btn::before{
	background: transparent;
}

.error_content .input-group .btn:hover{
	color: #7fc540;
}

.error_content  a.btn {
	margin-top: 30px;
}



/* =====================
Contact Area
===================== */
.contact-wrap .contact-title h2 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
}
.contact-wrap{
	padding: 30px;
	border-radius: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.contact-wrap .form-group {
	margin-bottom: 30px;
}
.contact-wrap label {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
.contact-wrap .form-control {
	height: 50px;
	color: #064273;
	border: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 8px;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
.contact-wrap textarea.form-control {
	height: auto;
}
.contact-area .contact-info {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 15px;
}
.contact-area .contact-info h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}
.contact-area .contact-info p {
	margin-bottom: 25px;
}
.contact-area .contact-info .address .location {
	padding-left: 60px;
	position: relative;
}
.contact-area .contact-info .address li {
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
}
.contact-area .contact-info .address li a {
	color: #555555;
	display: block;
}
.contact-area .contact-info .address li a:hover {
	color: #7fc540;
}
.contact-area .contact-info .address li i {
	position: absolute;
	color: #7fc540;
	left: 0;
	top: 0;
	font-size: 45px;
}
.contact-area .contact-info .address li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-area .contact-info .sidebar-follow-us {
	margin-top: 20px;
	display: inline-block;
}
.contact-area .contact-info .address .location span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.contact-area .contact-info .sidebar-follow-us h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1;
	padding-left: 0px;
}
.contact-area .contact-info .sidebar-follow-us .social-wrap li {
	display: inline-block;
	padding-right: 10px;
}
.contact-info .sidebar-follow-us .social-wrap li a i {
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #7fc540;
	background: #7fc540;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.contact-info .sidebar-follow-us .social-wrap li a:hover i {
	border-color: #38688F;
	background-color: #38688F;
	color: #ffffff;
}
.contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.gmap iframe{
	width: 100%;
	height: 400px;
}


/* =====================
Auth Area
===================== */
.auth-area{
	padding: 80px 0;
}
.auth-form{
	padding: 40px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.auth-form .auth-header{
	margin-bottom: 30px;
}
.auth-form a{
	color: #7fc540;
}
.auth-form h3{
	font-weight: 600;
	color: #7fc540;
}
.auth-form .form-group{
	margin-bottom: 20px;
}
.auth-form .form-group label{
	margin-bottom: 8px;
}
.auth-form .form-control{
	height: 45px;
	line-height: 45px;
	border-radius: 8px;
}
.auth-form .form-check-input:checked{
    background: #7fc540;
	border-color: #7fc540;
}
.auth-form .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.auth-form .forgot{
	color: #7fc540;
}
.auth-form .forgot:hover{
	color: #064273;
}
.auth-form .btn{
	border-radius: 10px;
	margin-top: 20px;
}
.auth-form .btn::before{
    border-radius: 10px;
}
.auth-form .auth-footer a{
	color: #7fc540; 
}
.auth-form .auth-footer a:hover{
	color: #064273;
}

/* =====================
Mail Success
===================== */
.mail-success-area{
    padding: 80px 0;
}
.mail-success-contant{
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.mail-success-contant i{
	font-size: 70px;
	color: #7fc540;
}

.mail-success-contant h2{
	margin-top: 20px;
}

/* =====================
Coming Soon
===================== */
.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/coming-soon.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.coming-soon-area::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(3, 74, 106, .5);
}
.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
}
.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 50px;
}
.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #7fc540;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 10px;
    font-size: 35px;
    font-weight: 700;
    background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff;
}
.coming-soon-area .coming-soon-content #timer div span {
    font-size: 13px;
    padding-top: 5px;
}
.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    color: #fff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
	background: #7fc540;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #034a6a;
}
.coming-soon-area .coming-soon-content .coming-social{
	margin-top: 30px;
}
.coming-soon-area .coming-soon-content .coming-social a{
    width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background: #7fc540;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 5px;
}
.coming-soon-area .coming-soon-content .coming-social a:hover{
	background: #064273;
	color: #fff;
}


/* =====================
Footer Area
===================== */
.footer {
	background: #7fc540;
	float: left;
	width: 100%;
}
.footer .footer-top {
	padding: 50px 0;
}
.footer .single-widget {
	margin-top: 30px;
}
.footer .single-widget h3 {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer .single-widget h3::before {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    width: 65px;
    height: 3px;
    background-color: #e6d7d7;
}
.footer .single-widget h3::after {
	position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #7fc540;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}
.footer p {
	color: #fff;
	font-size: 14px;
}
.footer-about {
	padding-right: 30px;
}
.footer-about .logo {
	margin-bottom: 15px;
}
.footer-about .text-logo a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.footer-about .text {
	margin-bottom: 35px;
}
/* Footer Link */
.footer .f-link ul li {
	margin-bottom: 0px;
	position: relative;
	padding-left: 20px;
	line-height: 34px;
}
.footer .f-link ul li:before {
	position: absolute;
	content: "\f101";
	left: 0px;
	color: #000756;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .f-link ul li:last-child {
	margin-bottom: 0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #fff;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 14px;
	font-weight: normal;
}
.footer .f-link ul li a:hover{
	color: #7fc540 !important;
}
.footer .f-link ul {
	box-shadow: none;
	margin: 0;
}
.footer .f-link ul li a::before {
	display: none;
}
.footer .f-link ul li a:hover {
	color: #fff;
}

/* Footer address */
.footer .address-widget-list{
	margin-top: 30px;
}
.footer .address-widget-list li {
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
}
.footer .address-widget-list li a{
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.footer .address-widget-list li a:hover{
	color: #7fc540;
}
.footer .address-widget-list li a i{
	margin-right: 10px;
	color: #000756;
}
.footer .address-widget-list li:last-child {
	margin-bottom: 0px;
}
.footer .address-widget-list li span {
	color: #179E66;
	display: inline-block;
}
.footer_contact p {
	margin-bottom: 15px;
}
/* Social */
.footer .social {
	margin-top: 30px;
}
.footer .social li {
	display: inline-block;
	margin: 0 8px 0 0;
}
.footer .social li:last-child {
	margin-right: 0px;
}
.footer .social li a {
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #000756;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
}
.footer .social li a:hover {
	background: #fff;
	color: #7fc540;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.footer .social-icons li:before {
	display: none;
}

/* Footer  Newsletter */
.footer .newsletter-form{
	margin-top: 30px;
}
.footer .newsletter-form .form-control{
   height: 50px;
   line-height: 50px;
   border-radius: 10px;
   border: none;
}
.footer .newsletter-form .btn{
   margin-top: 20px;
   width: 100%;
   padding: 14px 30px;
   border-radius: 10px;
}
.footer .newsletter-form .btn::before{
	border-radius: 10px;
}

/* Copyright */
.footer .copyright {
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
	background: #7fc540;
}
.footer .copyright-content p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.footer .copyright-content a {
	color: #fff;
}
.footer .copyright-content a:hover {
	color: #fff;
}


/* =====================
Responsive Css
===================== */
@media (min-width: 991px) and (max-width: 1199px) { 
.header__menu ul li {
	margin-left: 10px;
}
.header-menu-area .logo img{
	width: 200px;
}
.header-right .btn {
	padding: 11px 15px;
}
.header-right .search-btn{
	margin-right: 5px;
}

.cta-section .btn-column {
	text-align: left;
	margin: 20px 0 0;
}
.single-service .single-services-content {
	width: 100%;
}

}




@media (min-width: 768px) and (max-width: 991px) { 

.header-menu-area {
	padding-top: 15px;
}	
.mean-container a.meanmenu-reveal{
	top: 3px;
}
.slider-area .home-slider .single-slider .slider-tittle h1 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	margin: 0 0 15px;
}
.about-txt {
	margin: 40px 0 0;
}
.cta-section .btn-column {
	text-align: left;
	margin: 20px 0 0;
}
.single-service .single-services-content {
	width: 100%;
}
}


@media (max-width: 991px) {
.user-area-style .contact-form-action {
	margin: 50px 0 0;
}
.sidebar-widget.search .search-form {
	margin: 30px 0 0;
}

.contact-info {
	margin: 40px 0 0;
}
}



@media (max-width: 767px) { 
.header-menu-area {
	padding-top: 15px;
}
.logo img{
	width: 200px;
}

.slider-area .home-slider .single-slider {
	height: 600px;
	padding: 0 0 200px;
}
.slider-area .home-slider .single-slider .slider-tittle {
	position: relative;
	padding: 0 5%;
}
.slider-area .home-slider .single-slider .slider-tittle h3 {
	padding: 0;
	font-size: 25px;
}
.slider-area .home-slider .single-slider .slider-tittle h1 {
	font-size: 28px;
	font-weight: bold;
    line-height: 35px;
}
.slider-area .owl-nav button.owl-prev {
	margin-left: -30px;
	left: 45%;
	top: 65%;
}
.slider-area .owl-nav button.owl-next {
	margin-right: -30px;
	right: 45%;
	top: 65%;
}
.feature-area {
	bottom: 220px;
}
.about-txt h3 {
	font-size: 30px;
	margin: 25px 0 5px;
}
.cta-section .btn-column {
	text-align: left;
	margin: 20px 0 0;
}
.single-service .single-services-content {
	width: 100%;
	margin: 0;
	padding: 0 20px 0;
}
.breadcrumb-bg {
	padding: 100px 0;
}
.page-title h1 {
	font-size: 40px;
}
.error_content h1 {
	font-size: 140px;
	line-height: 120px;
}
.coming-soon-area .coming-soon-content {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.coming-soon-area .coming-soon-content h1 {
	font-size: 30px;
	line-height: 1.1;
	margin-top: 0;
}
.coming-soon-area .coming-soon-content p {
	font-size: 14px;
	margin-top: 15px;
}
.coming-soon-area .coming-soon-content #timer {
	margin-top: 30px;
}
.coming-soon-area .coming-soon-content #timer div {
	font-size: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.coming-soon-area .coming-soon-content #timer div span {
	font-size: 14px;
	margin-top: -5px;
}
.coming-soon-area .coming-soon-content #timer div::before {
	display: none;
}
.coming-soon-area .coming-soon-content .newsletter-form {
	margin-top: 20px;
	margin-bottom: 20px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	height: 55px;
	padding-left: 13px;
	font-size: 15px;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
	position: relative;
	font-size: 14px;
	margin-top: 15px;
	width: 100%;
	height: 50px;
}
.blog-details-content .blog-top-content .news-content .admin li {
	border:none;
	padding: 15px 0 0;
}
.blog-details-content .news-meta-contant {
	flex-direction: column;
}
.blog-details-content .news-meta-contant .news-tags{
	margin-bottom: 20px;
}
.blog-details-content .news-meta-contant .news-tags a{
    padding: 7px 8px;
}
.footer .address-widget-list li {
	width: 100%;
}
}