/*
Author       : Theme-Family
Template Name: Jame - Roofing & Plumbing HTML5 Landing Page Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
    04. START ABOUT DESIGN 
	05. START SERVICE DESIGN 
	06. START PROJECT DESIGN
		---START VIDEO DESIGN
	07. START TEAM DESIGN
		
	08. START GALLERY DESIGN
		--START COUNTER DESIGN
	09. START FREQUENTLY DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12.START NEWSLETTER DESIGN
    13. START CONTACT DESIGN (START MAP DESIGN)
    14. START FOOTER DESIGN

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #58b530;
	--thm-color: #58b530;
	--thm-black: #1d2088;
	
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #757575;
	--thm-bg:linear-gradient(-110deg, #58b530 50%, #58b530 50%);
}
.bg-f0f0fa {
	background-color: #f0f0fa;
}
.bg-f6f6f6 {
	background-color: #f0f0fa;
}
.bg-F1F8FF {
	background-color: #F1F8FF;
}
.bg-black {
	background-color:#1d2088;
}
.bg-color {
	background-color:#58b530;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: #1d2088;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
	letter-spacing: 0.3px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #58b530;
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 30px;
}
button, input, textarea {
    color: #1d2088;
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.no-border{
	border:none! important;
}
.border-left{
	border-left:2px solid #58b530;
}
.atf-hire-overlay{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader {
	width: 100%;
	height: 100%;
	margin: -40px auto auto -40px;
	transform-style: preserve-3d;
	position: relative;
}
.loader div{
    transform-origin: 50% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader div:nth-child(1){ transform: rotate3d(0, 0, 1, 90deg);  }
.loader div:nth-child(2){ transform: rotate3d(0, 0, 1, 150deg); }
.loader div:nth-child(3){ transform: rotate3d(0, 0, 1, 210deg); }
.loader div:nth-child(4){ transform: rotate3d(0, 0, 1, 270deg); }
.loader div:nth-child(5){ transform: rotate3d(0, 0, 1, 330deg); }
.loader div:nth-child(6){ transform: rotate3d(0, 0, 1, 390deg); }
.loader div:after {
	content: "";
	display: block;
	border-style: solid;
	border-color: transparent;
	border-top-color: transparent;
	border-width: 50px 28px 0;
	transform: rotate3d(0.5, 1, 0, 180deg);
	backface-visibility: hidden;
}
.loader div:nth-child(1):after{ 
    border-top-color: #FFA45E; 
    animation: split 2s 0.1111111111s ease infinite;
}
.loader div:nth-child(2):after{ 
    border-top-color: #EC4176;
    animation: split 2s 0.2222222222s ease infinite;
}
.loader div:nth-child(3):after{ 
    border-top-color: #A13670;
    animation: split 2s 0.3333333333s ease infinite;
}
.loader div:nth-child(4):after{ 
    border-top-color: #262254;
    animation: split 2s 0.4444444444s ease infinite;
}
.loader div:nth-child(5):after{ 
    border-top-color: #543884;
    animation: split 2s 0.5555555556s ease infinite;
}
.loader div:nth-child(6):after{ 
    border-top-color: #9A77CF;
    animation: split 2s 0.6666666667s ease infinite;
}
@keyframes split{
    0% {
        transform-origin: 50% 100%;
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
        transform-origin: 50% 100%;
        transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
        opacity: 1;
        transform-origin: 100% 0%;
        transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
        opacity: 0;
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
        opacity: 1;
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
}

/*START SCROLL TO TOP*/

.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: #58b530;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #58b530;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--thm-white);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}



@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
 

@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
/*END SCROLL TO TOP*/
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: var(--thm-white);
	background: #1d2088;
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	/* font-weight: 700; */
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: capitalize;
	letter-spacing: 0.08em;
}
.atf-themes-btn:hover{
	background: #58b530;
	color: var(--thm-white);
}

.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 11px 23px;
}
.atf-main-btn  .btn-2:hover {
	background: #1d2088;
	color: var(--thm-white);
	border:1px solid #1d2088;
}
.atf-menu-btn a {
	padding: 10px 15px !important;
	background: #58b530;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 90px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title .sub-title {
	font-size: 14px;
	color: var(--thm-white);
	text-transform: uppercase;
	background: #58b530;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
}
.atf-section-title h2 {
	font-size: 30px;
	line-height: 1.3;
	color: #1d2088;
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title .atf-sec_icon i {
	color: #58b530;
	margin:0 3px 0 3px;
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
	margin-top: 10px;
}
.atf-section-title .atf-sec_icon::before {
	position: absolute;
	content: '';
	top: 17.6px;
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: #58b530;
	display: inline-block;
}
.atf-section-title .atf-sec_icon::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #58b530;
	top: 13px;
	right: -58px;
	border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: #58b530;
	display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -4px 2px;
	background: #58b530;
	display: inline-block;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title p {
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
	color: var(--thm-p);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header::after {
	background: #1d2088;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(20% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(30deg);
	border-right: 4px solid #fff;
}
.atf-header-top-auth {
	display: inline-block;
	margin-right: 10px;
}
.atf-header-top-auth a {
	color: rgba(255, 255, 255, .8);
	text-transform: capitalize;
}
.atf-header-top-auth a i {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #6861BC;
	border-radius: 50%;
	margin-right: 10px;
}
.atf-header-top-right {
	text-align: right;
}
.atf-header-top-social {
	display: inline-block;
}
.atf-header-top-social ul li {
	display: inline-block;
	margin-left: 10px;
}
.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
	color:var(--thm-white);
} 
.atf-top-header {
	background-color: #58b530;
	overflow: hidden;
}
.atf-top-header .atf-top-header-in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header  .atf-top-social {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.atf-top-social a i:hover{
	color:var(--thm-white);
}
.atf-top-social a i {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header  {
	height: 0; 
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-top: 3px;
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
}
.atf-top-header-list li a:hover {
    color: var(--thm-white);
}
.atf-site-branding.atf-white-logo img {
	width: 500px;
	height: auto;
}
.atf-site-header.atf-style1 {
	transition: all 0.4s ease; 
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: #1d2088;
	color: var(--thm-white) !important;
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}


.atf-nav .atf-nav-list > li > a {
	color: var(--thm-white);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
	width: 100%;
}

  .atf-top-header {
    display: none; }

  .atf-site-header.atf-style1 {
    background-color: #1d2088; } 
}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:16px;
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 25px; 
		font-weight:500;
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 15px 0;
		display: inline-block;
	}
	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px); 
	}
	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px; 
	}
	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list li {
		position: relative; 
	}
	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 0px 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s ease; 
	}
	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px; 
	}
	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.6em;
		padding: 9px 20px;
		color:#1d2088;
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: #58b530;
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%; 
	}
	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none; 
	} 
}
@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px; 
	}
	.atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-white);
		transition: all 0.3s ease; 
	}
	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg); 
	}
	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg); 
	}
	.atf-nav .atf-nav-list {
		position: absolute;
		right: 0;
		background-color: #1d2088;
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 0px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px);
		width:50%;
	}
	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none; 
	}
	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px; 
		color: var(--thm-white);
	}
	.atf-nav .menu-item-has-children {
		position: relative; }
	.atf-nav .menu-item-has-children i {
		display: none; }

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 15px 0px 15px 0px;
	cursor: pointer; 
}
.atf-menu-toggle span,
.atf-menu-toggle span:before,
.atf-menu-toggle span:after {
	width: 100%;
	height: 2px;
	background-color: var(--thm-white);
	display: block; 
}
.atf-menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: 0.2s; 
}
.atf-menu-toggle span:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s; 
}
.atf-menu-toggle span:after {
	content: '';
	position: absolute;
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}
.atf-toggle-active span {
	background-color: rgba(0, 0, 0, 0);
	transition-delay: 0.2s; 
}
.atf-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s; 
}
.atf-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s; }
}
.atf-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cover-bg{
	position: relative;
	z-index:1;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index:-1;
}
.atf-header-area {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details h5 {
	color: #58b530;
	font-weight: 700;
	text-transform: capitalize;
	display: inline-block;
	background: var(--thm-white);
	padding: 8px 20px;
	border-radius: 5px;
}
.atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 40px;
	letter-spacing: 0.7px;
	margin-left: -4px;
	line-height: 70px;
}
.atf-header-area .atf-single-details h2 {
	font-size: 60px;
	line-height: 1.2;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	font-weight: 700;
}
.atf-header-area .atf-single-details p {
	color: var(--thm-white);
	font-size: 17px;
	margin: 20px 0 30px;
}
.atf-home-social-icon {
	position: absolute;
	right: 0px;
	top: 115px;
	transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
	transform: rotate(-90deg);
}
.atf-banner-social ul li {
	display: inline-block;
}
.atf-banner-social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--thm-white);
	color: #58b530;
	font-size: 25px;
	margin: 0 20px auto auto;
	border-radius: 50%;
}
.atf-home-social-icon ul li a:hover{
	background: #58b530;
	color: var(--thm-white);
}
.atf-single-details  h5 {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }

.atf-single-details  h2 {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }
	
.atf-single-details  p {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }
	

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInLeft both;
	animation: 1.5s 1s fadeInLeft both; }

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * START HOME SLIDER
 *************************************/
.atf-slider.atf-style1 {
  position: relative; }

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none; }

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none; }
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--thm-white);
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease; }
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background: #58b530; }
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none; }

.pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%; }

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px; }

.atf-slider.atf-style2 {
	position: relative; }
.atf-slider.atf-style2 .slick-slide {
	padding-left: 15px;
	padding-right: 15px; }
.atf-slider.atf-style2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px; }
  .atf-slider.atf-style2 .slick-arrow {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease; }
.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
    left: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
    right: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px; }
.atf-slider.atf-style2 .slick-arrow:hover {
    color: #222; }
.atf-slider.atf-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }

@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; }

.atf-slider .pagination.atf-style1 ul,
.atf-slider .pagination.atf-style2 ul {
    justify-content: center; }

.swipe-arrow.atf-style1 {
    display: none; }

.atf-hidden.atf-hidden-md,
.swipe-arrow.atf-style2 {
    display: none !important; } }
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: #58b530;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	opacity: 0;
	color: var(--thm-white);
	cursor: pointer;
	transition: all 0.3s ease;
}
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
    background: #1d2088;
	color: var(--thm-white); }
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }
 .atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.1);
  transition: all 2s ease; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-main-btn{
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1);
  transition-delay: 0.7s; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.9s; }
.atf-slider-animation1 .slick-active .atf-main-btn {
  opacity: 1;
  top: 0;
  transition-delay: 1s; }
  
.atf-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }
.atf-fixed-bg {
	background-attachment: fixed; }

.atf-hero.atf-style1 {
	height: 820px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden; }
.atf-hero.atf-style1.atf-size1 {
    height: 750px; }
.atf-hero.atf-style1 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 19px; line-height:55px;
    }
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
    font-weight: 400; }
.atf-hero.atf-style1 .atf-hero-subtitle {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
}
.atf-hero.atf-style1 .atf-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
.atf-hero.atf-style1 .atf-hero-img img {
    max-height: 94%; }
	
.atf-hero.atf-style1.atf-white .atf-hero-title {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
    color: rgba(255, 255, 255, 0.8); }

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px; }

.atf-color-overlay:before,
.atf-hero-overlay:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3); }

.atf-hero-overlay:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  }

.atf-hero-img-group {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 2; }
.atf-hero-img-group .atf-lg-img {
    height: 100%;
    width: 65%;
    margin-left: auto; }
.atf-hero-img-group .atf-sm-img {
    position: absolute;
    height: 55%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0; }
.left-area{
	text-align: left;
}
.center-area{
	text-align: center;
}
.right-area{
	text-align: right;
}

.atf-hero-text.atf-style1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 35px 50px 50px;
  border-radius: 10px; }
  
.atf-hero-text.atf-style1  {
    min-width: 152px; }

.atf-hero.atf-style1 .atf-hero-bg {
  position: absolute;
  height: 750px;
  width: 1920px;
  left: 0;
  top: 0; }
@media screen and (max-width: 991px) {
.atf-hero-wrap .atf-hero-slider1 {
    display: none; }

.atf-hero.atf-style1 {
    height: 550px; }

.atf-hero.atf-style1 .atf-hero-title {
    font-size: 38px; }

.atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px; } }
@media screen and (max-width: 1450px) {
.atf-hero-img-group {
    right: 0; } }
@media screen and (max-width: 1199px) {
.atf-hero-img-group {
    position: relative;
    transform: initial;
    right: initial;
    top: initial;
    margin-top: 40px; }

.atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit; }

.atf-hero-img-group .atf-lg-img {
    margin-left: 0; }

.atf-hero-img-group .atf-sm-img {
    left: initial;
    right: 0; } }
@media screen and (max-width: 575px) {
.atf-hero.atf-style1 .atf-hero-title br,
.atf-hero.atf-style1 .atf-hero-subtitle br {
    display: none; }
.atf-hero-btn-group .btn {
	margin-bottom:15px;
	}

.atf-hero-text.atf-style1 {
    padding: 25px 30px 40px; }

.atf-hero-btn-group {
    margin-bottom: -10px; }
.atf-hero-btn-group .atf-btn {
      margin-bottom: 10px; }

.atf-hero-img-group {
    width: 100%; }

.atf-hero.atf-style1.atf-size1 {
    height: 560px; }

.atf-hero-text.atf-style1 .atf-btn {
    min-width: 120px;
    padding: 0.62em 1.5em; } }

.atf-slider .atf-style1 .home-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: #58b530;
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}

/**************************************
 * 03.START ABOUT DESIGN
 *************************************/
.atf-about-content h4 {
	margin-top: 30px;
	font-weight: 600;
	color: #58b530;
	text-decoration: underline;
}
.atf-about-inner {
	margin-top: 30px;
}
.atf-about-inner li {
	line-height: 38px;
	font-weight: 600;
	color: #58b530;
	font-size: 18px;
}
.atf-about-autor {
	margin-top: 30px;
	padding-left: 40px;
	border-left: 8px solid #58b530;
}
.atf-about-autor img {
	border-radius: 50%;
}
.atf-about-constuct-img{
	position:relative;
}
.aft-about-contruct-content {
	position: absolute;
	top: 20px;
	right: 0px;
	background: #58b530;
	padding: 16px 25px;
	color: var(--thm-white);
	text-align: left;
}
.atf-about-constuct2-img {
	position: absolute;
	bottom: 50px;
	left: -80px;
}
.atf-about-constuct2-img img {
	border-radius: 5%;
}

/**************************************
 *  04. END ABOUT DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*service 1*/
#service{
	background:var(--thm-f6);
}
.serviceBox {
    color: #58b530;
    text-align: center;
    padding: 12px 20px 35px;
    position: relative;
    z-index: 1;
	margin:20px 0;
}
.serviceBox::before {
	content: "";
	background-color: var(--thm-white);
	border-radius: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 5px 0 #58b530;
	position: absolute;
	left: 0;
	top: 53px;
	right: 0;
	bottom: 11px;
	z-index: -1;
}
.serviceBox .service-icon {
    background: var(--thm-white);
    font-size: 35px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    position: relative;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to top, transparent 49%, #58b530 50%);
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    z-index: -1;
}
.serviceBox .service-icon:after {
    background: #58b530;
    height: 12px;
    width: 150px;
    border-radius: 0;
    transform: translateX(-50%);
    top: 29px;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: -2;
}
.serviceBox .title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description {
    color: var(--thm-p);
}
@media only screen and (max-width: 991px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*service 2*/

.atf-service-text {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	background: var(--thm-white);
}
.atf-single-service h3 {
	margin-bottom: 15px;
}
.atf-single-service strong{font-size:22px;}

.atf-construct-service h3 a:hover {color:#58b530;}
.atf-construct-service h3 a:hover {transition: all 0.3s ease-in-out 0s;}
.atf-construct-service {
	padding: 30px 30px;
}
.atf-construct-service-icon i {
	font-size: 29px;
	width: 60px;
	height: 60px;
	background: #58b530;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.atf-construct-service-img{
	position:relative;
}
.atf-construct-service-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 5px 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
#project {
	font-family: var(--thm-font);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: #58b530;
	transition:all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none !important;
	color: var(--thm-white);
	background: #58b530;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
	font-size: 22px;
	font-family: var(--thm-font);
	font-weight: 500;
	text-transform: capitalize;
	background: #1d2088;
	color: var(--thm-white);
	border-radius: 0;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 25px;
	color:#1d2088;
}
.atf-project-icon i {
	font-size: 80px;
	color: #58b530;
	margin-right: 25px;
}
.atf-project-img{
	position:relative;
}
.atf-project-img .atf-project-content {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.atf-project-content {
	background: rgba(0,0,0, 0.5);
	padding: 20px 20px;
	border-left: 5px solid #58b530;
	border-radius: 8px;
}
.atf-project-content p {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 06. END PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 07. START TEAM DESIGN
 *************************************/
#team{background:var(--thm-f6);}
 
.our-team{
    text-align: center;
    z-index: 1;
    position: relative;
}
.our-team:before{
    content: "";
    width: 100%;
    background: #58b530;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content {
	width: 93%;
	padding: 12px 0 15px;
	background: #58b530;
	position: absolute;
	bottom: 50px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content {
	bottom: 15px;
	opacity: 1;
}
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-white);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: var(--thm-white);
    text-transform: capitalize;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: var(--thm-white);
    font-size: 15px;
    color: #58b530;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: #1d2088;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: var(--thm-white);
}
@media only screen and (max-width: 991px){
    .our-team{ margin-bottom: 30px; }
}
 /*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video .atf-video-img {
	position: relative;
	display: block;
}
.atf-singl-video {
	position: relative;
}
.atf-singl-video .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-singl-video .iq-video {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: #58b530;
	border-radius: 100%;
	line-height: 65px;
	z-index: 1020;
	position: relative;
	border: 3px solid var(--thm-white);
	background: #58b530;
}
.atf-singl-video .iq-video i {
	color: var(--thm-white);
}
.atf-singl-video .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #58b530;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-singl-video .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
 /**************************************
 * 07. End Team DESIGN
 *************************************/
 /**************************************
 * 08. START GALLERY DESIGN
 *************************************/ 
.atf-work-box{
    background: #58b530;
    font-family: var(--thm-font);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.atf-work-box::before {
	content: "";
	background: var(--thm-white);
	opacity: 0;
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	transition: all 0.3s ease-in;
}
.atf-work-box:hover:before{
    opacity: 1;
}
.atf-work-box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.atf-work-box:hover img{
    opacity: 0.5;
}
.atf-work-box .box-content {
	color: var(--thm-white);
	background: #58b530;
	text-align: center;
	width: 80%;
	padding: 15px 10px;
	opacity: 0;
	transform: translateX(-50%) translateY(-200%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease-out;
}
.atf-work-box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-60%);
}
.atf-work-box .title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: var(--thm-white);
}
.atf-work-box .post{
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.atf-work-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}
.atf-work-box:hover .icon{
    opacity: 1;
    bottom: 20px;
}
.atf-work-box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.atf-work-box .icon li a{
    color: var(--thm-white);
    background: #58b530;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    width: 50px;
    height: 38px;
    outline-offset: -5px;
    outline: 2px solid var(--thm-white);
    display: block;
    transition: all 0.35s ease 0s;
}
.atf-work-box .icon li a:hover{
    color: #58b530;
    background: var(--thm-white);
    outline-color: #58b530;
    box-shadow: 0 0 5px rgba(0,0,0,0.5) inset;
}
@media only screen and (max-width:991px){
    .atf-work-box { margin: 0 0 30px; }
}
 
 /**************************************
 * 08. END GALLERY DESIGN
 *************************************/
 /*
/*
* ----------------------------------------------------------------------------------------
* 09.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq {
	background:var(--thm-f8);
}
#faq .atf-section-title {
	margin-bottom: 35px;
	text-align: left;
}
#faqAccordion .card{
    border: none;
    box-shadow: none;
    position: relative;
}
#faqAccordion .card-header {
	padding: 0;
	position: relative;
	margin-bottom: 0;
	color: var(--thm-white);
	background-color: transparent;
	border-bottom: inherit;
}
#faqAccordion .card-header button{
    width:100%;
}

#faqAccordion .card-header:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
}
#faqAccordion .card-header:after{
    content: "";
    border-left: 15px solid #bcb6b9;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    position: absolute;
    top: 0;
    right: -15px;
}
#faqAccordion .card-title{
	margin-bottom:3px;
}
#faqAccordion .card-title a{
    display: block;
    padding: 15px 20px;
    background: #412333;
    border: none;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
}
#faqAccordion .card-title a:before,
#faqAccordion .card-title a.collapsed:before {
	content: "\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #dd7230;
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 13px;
	right: 17px;
	transition: all 0.5s ease 0s;
	text-align: center;
}
#faqAccordion .card-title a.collapsed:before{ content: "\f067"; }
#faqAccordion .card-body {
	padding: 10px 20px;
	border: none;
	background: var(--thm-f6);
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	margin-bottom:5px;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
#testimonial{
	background: #1d2088;
}
.testimonial{
    text-align: center;
}
.testimonial .pic{
    margin-bottom: 35px;
}
.testimonial .pic > img {
	border-radius: 50%;
	width: 20%;
	margin: 0 auto;
}
.testimonial .testimonial-review{
    color:var(--thm-white);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
}
.testimonial-review > .testimonial-description{
    font-style: italic;
	margin-bottom:30px;
	color:var(--thm-white);
}
.testimonial .testimonial-title{
    color:var(--thm-white);
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}
.testimonial-title > small{
    color:#58b530;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 0px;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	border: 2px solid #58b530;
	background: transparent;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
   background: #58b530;
   border: 2px solid #58b530;
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide{
    padding: 0 10px;
    transition: all 0.30s ease 0s;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}

.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
	border: 1px solid #eee;
	border-top: none;
	padding: 25px 20px 25px;
	background: var(--thm-white);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.post-slide .post-review:after{
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-review:after{
    opacity: 1;
    transform: translateY(5px);
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.post-slide .post-bar li{
    display:inline-block;
    font-size:14px;
    font-family: var(--thm-font);
    color:#1d2088;
    margin-right:10px;
    text-transform: capitalize;
	transition: all 0.3s ease-in-out 5s;
}
.post-slide .post-bar li i{
    color:#58b530;
    margin-right:8px;
}
.post-slide .post-title a:hover {
	color: #58b530;
}
.post-slide .post-title a {
	transition: all 0.3s ease-in-out;
}
.post-slide .post-title {
	margin: 6px 0 12px 0;
	color: #1d2088;
	font-weight: 600;
	font-size: 22px;
	transition: all 0.3s ease-in-out;
}
.post-slide .post-description {
	color: var(--thm-p);
	margin-bottom: 15px;
}
.post-slide .read{
    text-transform: capitalize;
    font-size:16px;
    color:#58b530;
	margin-top:20px;
	transition: all 0.3s ease-in-out;
	font-weight:600;
}
.post-slide .read i{
    margin-left:10px;
}
.post-slide .read:hover{
    text-decoration:none;
    color:#1d2088;
}
#blog .atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 30px;
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter {
	background: #58b530;
	border-radius: 10px;
	padding: 50px 50px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding h2{
	font-size: 30px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: #58b530;
}
.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: #1d2088;
	border: 1px solid #eee;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 30px;
	display:inline-block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}
.atf-mailchamp-subscribe .btn:hover {
	background:#1d2088;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 5px;
	background: #58b530;
	border-radius: 30px;
	padding: 7px 20px;
	color: var(--thm-white);
	transition: all 0.5s ease-in-out 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title {
	margin: 25px 0px;
	text-transform: uppercase;
	font-size: 26px;
}
.atf-contact-address {
	display: block;
	overflow: hidden;
}
.atf-contact-address1{
	margin-left:20px;
}
.atf-contact-address1{margin-left:50px;}
.atf-border-right{border-right: 1px solid #ddd}
.atf-contact-details {
	display: block;
	overflow: hidden;
	display: inline-flex;
}
.atf-contact-details h4 {
	color: #1d2088;
	margin-left: 15px;
	font-weight:700;
}
.atf-contact-details p {
	margin-top: 10px;
	color: #1d2088;
	display: block;
	overflow: hidden;
	margin-left: 15px;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-area .form input:focus, .atf-contact-area .form textarea:focus {
	border: 1px solid #58b530; 
}
.atf-contact-area .form input, .atf-contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: var(--thm-f6);
	font-weight: 400;
	color: #1d2088; 
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out 0s;
}
.atf-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: #1d2088;
}
.form-message{
	color: #1d2088;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	width:100%;
	letter-spacing:0;
}
.atf-contact-btn:hover .atf-themes-btn{color: var(--thm-white);}
 /**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 450px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area{
	position:relative;
	background:#1d2088;
}
.atf-footer-top {
	padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon ul li{
	display: inline-block;
	text-align: center;
}
.atf-footer-social-icon ul li a {
	border-radius: 30px;
	font-size: 15px;
	margin-right: 10px;
	color: var(--thm-white);
	background: #58b530;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	padding: 12px 15px;
}
.atf-footer-social-icon ul li a:hover{
	background:var(--thm-white);
	color:#1d2088;
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 13px;
	top: 33px;
	background: var(--thm-white);
	width: 40px;
	height: 3px;
	border-radius: 10px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;

	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: #58b530;
	text-decoration: underline;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: #58b530;
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration:underline;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-white);
	text-decoration:inherit;
}
.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
	margin-left:15px;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
