/*
Author       : Theme-Family
Template Name: Wadud - Construction & Architecture Company 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
	07. START TEAM DESIGN
		--START VIDEO 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%;
	 scroll-behavior: smooth;
}
body {
	font-family: var(--body-font);
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color:  var(--thm-p);
}
:root {
	--body-font: 'Epilogue', sans-serif;
	--title-font: 'Rubik', sans-serif;
	--thm-base: #a3d220;
	--thm-color: #d35400;
	--rgb-color: rgb(211,84,0,0.9);
	--thm-black: #333333;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-fb: #F1F8FF;
	--thm-f6: #f6f6f6;
	--thm-f5: #F5F5F5;
	--thm-f4: #F4F4F4;
	--thm-f3: #F3F3F3;
	--thm-f2: #F2F2F2;
	--thm-f1: #F1F1F1;
	--thm-p: #757575;
	--thm-bg:linear-gradient(-110deg,#f6f6f6 50%,#fff 50%);
}
.bg-f1{
	background:var(--thm-f1)!important;
}
.bg-f2{
	background:var(--thm-f2)!important;
}
.bg-f3{
	background:var(--thm-f3)!important;
}
.bg-f4{
	background:var(--thm-f4)!important;
}
.bg-f5{
	background:var(--thm-f5)!important;
}
.bg-f6{
	background:var(--thm-f6)!important;
}
.bg-black{
	background:var(--thm-black)!important;
}
.bg-color{
	background:var(--thm-color)!important;
}
.rgba_before{
	position:relative;
	z-index:1;
}
.rgba_before:before{
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.8);
	z-index:-1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--title-font);
	color: var(--thm-black);
	font-weight:700;
	letter-spacing: -0.03rem;
}
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: 1.4;
	margin-bottom: 0px;
	font-weight: 600;
}
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: 1.9;
	font-family: var(--body-font);
	font-weight: 400;
	letter-spacing: -0.03rem;
}
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: var(--thm-color);
	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: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.border-left{
	border-left:1px solid var(--thm-color);
}
.no-border{
	border:none! important;
}
/*
* ----------------------------------------------------------------------------------------
* 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: 0 auto;
    transform-style: preserve-3d;
    perspective: 2000px;
    transform: rotateX(-30deg) rotateY(-45deg);
    position: relative;
}
.holder{
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    transform: translate3d(0em, 3em, 1.5em);
    position: absolute;
    top: 50%;
    left: 50%;
}
.holder:last-child{ transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em); }
.holder:first-child{ transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em); }
.holder:nth-child(1) .loader-in{ background-color: #1fbcd3; }
.holder:nth-child(1) .loader-in:before{ background-color: #126d7a; }
.holder:nth-child(1) .loader-in:after{ background-color: #1894a7; }
.holder:nth-child(2) .loader-in{ background-color: #cbe2b4; }
.holder:nth-child(2) .loader-in:before{ background-color: #98c66a; }
.holder:nth-child(2) .loader-in:after{ background-color: #b2d48f; }
.holder:nth-child(3) .loader-in{ background-color: #f6b6ca; }
.holder:nth-child(3) .loader-in:before{ background-color: #eb5b88; }
.holder:nth-child(3) .loader-in:after{ background-color: #f089a9; }
.loader-in{
    width: 3em;
    height: 3em;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: ani-box 6s infinite;
}
.loader-in:before,
.loader-in:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.loader-in:before{
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    left: 100%;
    bottom: 0;
}
.loader-in:after{
    transform: rotateX(90deg);
    transform-origin: 0 100%;
    left: 0;
    bottom: 100%;
}
@keyframes ani-box{
    8.33%{ transform: translate3d(-50%, -50%, 0) scaleZ(2); }
    16.7%{ transform: translate3d(-50%, -50%, -3em) scaleZ(1); }
    25%{ transform: translate3d(-50%, -100%, -3em) scaleY(2); }
    33.3%{ transform: translate3d(-50%, -150%, -3em) scaleY(1); }
    41.7%{ transform: translate3d(-100%, -150%, -3em) scaleX(2); }
    50%{ transform: translate3d(-150%, -150%, -3em) scaleX(1); }
    58.3%{ transform: translate3d(-150%, -150%, 0) scaleZ(2); }
    66.7%{ transform: translate3d(-150%, -150%, 0) scaleZ(1); }
    75%{ transform: translate3d(-150%, -100%, 0) scaleY(2); }
    83.3%{ transform: translate3d(-150%, -50%, 0) scaleY(1); }
    91.7%{ transform: translate3d(-100%, -50%, 0) scaleX(2); }
    100%{ transform: translate3d(-50%, -50%, 0) scaleX(1); }
}
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

#back_to_top {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid var(--thm-color);
    color: var(--thm-color);
    text-align: center;
    background-color: var(--thm-white);
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#back_to_top:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
}

#back_to_top.active {
    top: calc(100% - 110px)
}

#back_to_top i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}
	
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	
.atf-themes-btn {
	color: var(--thm-color);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 16px 40px;
	border: 3px solid var(--thm-color);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.7s;
	display: inline-block;
} 
.atf-themes-btn:hover{ 
    color: var(--thm-white); 
}
.atf-themes-btn:before,
.atf-themes-btn:after,
.atf-themes-btn span:before,
.atf-themes-btn span:after{
    content: "";
    background: var(--thm-color);
    width: 25%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.7s;
}
.atf-themes-btn:after{
    right: auto;
    left: 25%;
    top: -100%; 
}
.atf-themes-btn span:before{
    right: auto;
    top: 100%;
    left: 50%;
}
.atf-themes-btn span:after{
    right: auto;
    left: 100%;
}
.atf-themes-btn:hover:before{
    top: 0;
    right: 0;
}
.atf-themes-btn:hover:after{
    right: auto;
    top: 0;
    left: 50%;
}
.atf-themes-btn:hover span:before{
    top: 0;
    left: 25%;
}
.atf-themes-btn:hover span:after{ 
    top: 0;
    left: 0;
}
@media only screen and (max-width: 767px){
    .atf-themes-btn {
		margin-bottom: 30px;
		margin-left: 0 ! important;
	}
}
.atf-main-btn .atf-themes-btn {
	color: var(--thm-white);
	font-size: 16px;
	padding: 16px 40px;
	border: 3px solid var(--thm-white);
	border-radius: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
/*START SECTION TITLE DESIGN*/
.atf-section-title .sub-title {
	position: relative;
	display: inline-block;
	color: var(--thm-color);
	font-weight: 600;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.atf-section-title .title {
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
	font-family: var(--title-font);
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.atf-section-title .title{font-size:40px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*END SECTION TITLE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width : 1399px) {
	.bg-header-logo {
		width: 250px;
	}
}
.bg-header-logo {
	display: none;
	background-color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
}
.atf-main-header::before {
	background: var(--thm-color) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(78% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(30deg);
	border-right: 4px solid #fff;
}
.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	background: var(--thm-black) none repeat scroll 0 0;
}
.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 {
	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: 160px;
	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: 95px;
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-black);
	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: var(--thm-black); } 
}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:15px;
}
.atf-main-header {
	position: relative;
	background: var(--thm-black);
	z-index: -1;
}
.atf-main-header.style1::after {
	background: var(--thm-color) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(75% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	border-left: 4px solid #fff;
}
@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: 30px;
		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-color);
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		padding: 10px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.3s 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:var(--thm-black);
		transition:all 0.5s ease-out;
		-webkit-transition:all 0.5s ease-out;
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		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: var(--thm-black);
		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; 
}
.atf-menu-btn a {
	padding: 12px 30px !important;
	-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;
	display: inline-block;
	border: none;
	overflow: clip;
	background: var(--thm-white);
	color: var(--thm-black) !important;
	text-transform: uppercase;
	font-size: 16px;
}
.atf-menu-btn a:hover {	
	background:var(--thm-black);
	color:var(--thm-white)! important;
}
/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.atf__header-options-2 .header-search {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: var(--thm-white);
	color: var(--thm-black);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
  
.atf__header-options-2 .header-search:hover {
	background: var(--thm-white);
	color: var(--thm-black);
}
  
.header-search {
  cursor: pointer;
  display: inline-block; 
}
.header-search .search-icon {
    min-width: 25px;
    text-align: center;
    font-size: 16px; 
}

.header-search-area {
  position: relative; 
}

.header-search-form {
  background-color: var(--thm-white);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 130%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  width: 320px;
  z-index: 9999; 
}
.header-search-form form {
    position: relative;
    margin: 15px 15px 0; }
.header-search-form input {
	height: 60px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out 0s;
}	
.header-search-form input:focus,	
.header-search-form input:active {	
	border: 1px solid var(--thm-color);
}
.header-search-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--thm-color); 
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
	
.header-search-form button[type="submit"]:hover {
      color: var(--thm-color); 
}
.search-icon {
	position: relative; 
}
.search-icon .for-search-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.search-open.header-search-form {
  height: 90px; }

.search-open .for-search-show {
  opacity: 0;
  visibility: hidden; 
}

.search-open .for-search-close {
  opacity: 1;
  visibility: visible; 
}

/*
* ----------------------------------------------------------------------------------------
* 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.5);
	z-index:-1;
}
.atf-hero-area {
	background-color: var(--thm-f6);
	height: 850px;
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-content h5 {
	color: var(--thm-white);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-hero-content .title {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
	letter-spacing:-2px;
}
.atf-hero-area .atf-hero-content p {
	color: var(--thm-white);
	font-size: 18px;
	margin: 20px 0 35px;
	line-height: 1.9;
}

.atf-hero-content  h5 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }

.atf-hero-content  h2 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }
	
.atf-hero-content  p {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }
	

.atf-hero-content .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp 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: var(--thm-color); }
.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: 5%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	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: var(--thm-color);
	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-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 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
    font-size: 60px;
    font-weight: 700;
	letter-spacing:-2px;
    margin-bottom: 19px; }
.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: 35px;
}
.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; }
.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.5); }

.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: 100%;
  width: 100%;
  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: var(--thm-color);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}

/**************************************
 * 03.START ABOUT DESIGN
 *************************************/
.atf-about-inner {
	margin-top: 30px;
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	width: 85%;
}
.atf-about-inner li {
	font-weight: 600;
	font-size: 16px;
	color: var(--thm-black);
	line-height: 1.8;
}
.atf-about-inner li::before {
	content: "\f14a";
	position: relative;
	left: 0;
	font-family: 'Font Awesome 7 Free';
	font-size: 20px;
	color: var(--thm-color);
	padding-right: 12px;
}
.atf-about-btn {
	padding-right: 20px;
}
.atf-about-autor {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.atf-about-sign {
	padding-left: 20px;
	border-left: 1px solid var(--thm-color);
}
.atf-about-autor img {
	border-radius: 50%;
	width: 90px;
	height: auto;
}
.atf-about-wrapper {
	display: flex;
	align-content: center;
}
.about-icon {
	font-size: 32px;
	color: var(--thm-color);
}
.atf-about-two-img {
	position: absolute;
	top: -33px;
	left: 0;
}
.atf-about-two-img img {
	border-radius: 10px;
	width: 280px;
	height: auto;
	border: 5px solid var(--thm-color);
}
.about-logo {
    position: absolute;
    top: 50px; /* Adjust position */
    left: 80px; /* Adjust position */
    z-index: 10;
}
.about_round_image {
	position: absolute;
	bottom: 0;
	right: 90px;
	background: var(--thm-color);
	border-radius: 50%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 10;
}
@media (max-width: 1399px) {
	.about_round_image {
		right: 40px;
	}
}
@media (max-width: 991px) {
	.about_round_image {
		right: 120px;
	}
}
@media (max-width: 479px) {
	.about_round_image {
		right: 0px;
	}
}
.about_round_text_area{
	position: relative;
	width: 140px;
	width: 140px;
	animation: spin 15s linear infinite;
	margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about_round_text_area .about_round_text text {
	font-size: 23px;
	fill: var(--thm-white);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about-image-gallery{
	position: relative;
	padding-top: 150px;
}
.worker-image {
    width: 350px; /* Size of the worker image */
    height: 400px;
    object-fit: cover;
    border: 10px solid white; /* White border as seen in the image */
    z-index: 2;
    position: relative;
    /* Custom shadow matching the image */
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 0 0 10px rgba(255,102,0,0.1); 
}

.secondary-image {
	position: absolute;
	top: 0px;
	right: 0;
	width: 350px;
	height: 400px;
	object-fit: cover;
	border: 10px solid white;
	z-index: 1;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.experience-counter {
	position: absolute;
	top: 6px;
	left: 12px;
	background-color: white;
	width: 268px;
	height: 125px;
	border-radius: 50%;
	display: flex;
	justify-content: start;
	align-items: center;
	z-index: 3;
	box-shadow: 0 0 0 10px rgba(255,102,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
	text-align: left;
}
.experience-counter .icon-circle {
	width: 70px;
	height: 70px;
	background-color: var(--thm-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.experience-counter h4 {
	color: var(--thm-color);
	font-weight: 700;
	font-size: 36px;
	line-height: 1.0;
}
.experience-counter_ceontent  .counter-number{
	font-size:36px;
}
.experience-counter_ceontent .year {
	font-size: 14px;
	font-weight: 500;
}
/**************************************
 *  04. END ABOUT DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
	border: 1px solid #eaeaea;
	background: var(--thm-white);
	margin: 0 10px;
}
.atf-single-service h3 {
	margin-bottom: 15px;
}
.atf-single-service h3 a {
	transition: all 0.3s ease-in-out 0s;
}
.atf-single-service h3 a:hover {
	color:var(--thm-color);
}
.atf-service-text {
	padding: 30px 20px;
}
.atf-service-icon i {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: var(--thm-white);
	line-height: 55px;
	text-align: center;
	color: var(--thm-color);
	border: 4px solid var(--thm-color);
}
.atf-service-img{
	position:relative;
}
.atf-service-icon {
	position: absolute;
	bottom: 0;
	left: 17px;
	margin: 18px 5px;
}
.atf-service-icon.style1 {
	position: inherit;
	margin-bottom: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.progress {
	height: 7px;
	background: #e3e3e3;
	border-radius: 0;
	box-shadow: none;
	margin: 60px 0 80px;
	overflow: visible;
	position: relative;
}
.progress .progress-title {
	padding: 3px 8px;
	margin: 0;
	background: var(--thm-color);
	border-radius: 5px 0 0 5px;
	box-shadow: 0 7px 7px rgba(0,0,0,0.1);
	font-size: 14px;
	font-weight: 600;
	color: var(--thm-white);
	text-transform: capitalize;
	position: absolute;
	top: -19px;
	left: 0;
	z-index: 1;
}
.progress .progress-title::after {
	content: "";
	border-left: 17px solid var(--thm-color);
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	position: absolute;
	top: -4px;
	right: -15px;
}
.progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
	overflow:inherit;
    -webkit-animation: animate-positive 7s;
    animation: animate-positive 7s;
}
.progress .progress-bar:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0,0,0,0.6);
    background:var(--thm-white);
    position: absolute;
    right: -5px;
    top: -6px;
}
.progress .progress-value{
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #393a3d;
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
    font-size: 15px;
    font-weight: 700;
    color: var(--thm-white);
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: -17px;
}
.progress .progress-value:after{
    content: "";
    border-top: 7px solid #393a3d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 35%;
}
.progress.green .progress-bar:after{ border: 5px solid var(--thm-color); }
.progress.pink .progress-bar:after{ border: 5px solid var(--thm-color); }
.progress.blue .progress-bar:after{ border: 5px solid var(--thm-color); }
.progress.yellow .progress-bar:after{ border: 5px solid var(--thm-color); }
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
.atf-skill-call h6 {
	line-height: 0px;
	margin-top: 16px;
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  06. START WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/
.tab {
	/* padding: 40px 40px; */
	display:flex;
	border-radius:10px;
}
.tabs {
	list-style-type: none;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.tabs_item_img img{
	border-radius:20px;
}
.tabs li {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-bottom: 15px;
	margin-right:15px;
}
.tabs li a {
	display: block;
	background: var(--thm-white);
	border-radius: 3px;
	padding: 25px 12px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-p);
	z-index: 1;
	border-radius: 0;
	text-decoration: none;
	position: relative;
}
.tabs li a:hover i, .tabs li.current a i {
	color: var(--thm-white);
}
.tabs li a:hover, .tabs li.current a {
    color: var(--thm-white);
	background:var(--thm-color);
}
.tabs li a i {
	color: var(--thm-color);
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.tabs li:first-child a {
	border-radius: 30px 0 0 0;
}
.tabs li:last-child a {
	border-radius: 0 0px 0 30px;
}
.tabs li a::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.tabs li:first-child a::before {
	border-radius: 30px 0 30px 0;
}
.tabs li:last-child a::before {
	border-radius: 0 30px 0 30px;
}
.tabs li a:hover::before, .tabs li.current a::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
	border-radius: 30px 0 30px 0;
}
.tabs_item:first-child {
	display: block;
}
.tabs_item {
	display: none;
	background: var(--thm-white);
	padding: 36px;
}
.tabs_item_content h3 {
	margin-bottom: 15px;
}
.tabs_item_content p {
	margin-bottom: 24px;
}
.tabs_item_content ul {
	padding: 0;
	margin: 10px 0 27px 0;
	list-style-type: none;
}
.tabs_item_content ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
}
.tabs_item_content ul li:last-child {
    margin-bottom: 0;
}
.tabs_item_content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 15px;
	background: var(--thm-color);
	background: -webkit-linear-gradient(to right, #8E0074, #fe4819 );
	background: linear-gradient(to right, #8E0074, #fe4819 );
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.single_feature {
	margin-bottom: 20px;
}
.single_feature .feature_icon {
	color: var(--thm-color);
	font-size: 20px;
	float: left;
	margin-right: 25px;
	border: 1px solid var(--thm-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.single_feature h4 {
	margin-top: 0;
	font-size:20px;
}
.single_feature p { margin-bottom: 0 }
.features_content{
	overflow: hidden;
}

/*
* ----------------------------------------------------------------------------------------
*06. END  WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/

 /**************************************
 * 07. START TEAM DESIGN
 *************************************/
.our-team{
    text-align: center;
    z-index: 1;
    position: relative;
	margin:0 10px;
}
.our-team:before{
    content: "";
    width: 100%;
    background: var(--thm-color);
    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: 20px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content {
	width: 90%;
	padding: 20px 0 20px;
	background: var(--rgb-color);
	position: absolute;
	bottom: 50px;
	left: 50%;
	opacity: 0;
	border-radius: 20px;
	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: 22px;
    font-weight: 600;
    color: var(--thm-white);
    text-transform: capitalize;
    margin: 0;
}
.our-team .post {
	display: block;
	font-size: 15px;
	color: var(--thm-white);
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 15px;
}
.our-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	border-radius: 5%;
	background: var(--thm-white);
	font-size: 14px;
	color: var(--thm-color);
	transition: all 0.3s ease 0s;
}
.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: 37px;
	border-radius: 5%;
	background: var(--thm-white);
	font-size: 14px;
	color: var(--thm-color);
	transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: var(--thm-black);
    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-video{
	position:relative;
}
.atf-animation-zoom1 a {
  -webkit-animation: zoom1 1s infinite;
  animation: zoom1 1s infinite; }
  
@-webkit-keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  
 .atf-video-icon {
	height: 80px;
	width: 80px;
	background-color: var(--thm-white);
	color: var(--thm-color);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	border-radius: 100%;
}
.atf-video-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 /**************************************
 * 07. End Team DESIGN
 *************************************/
 /**************************************
 * 08. START GALLERY DESIGN
 *************************************/ 
.atf-work-box{
    background: var(--thm-color);
    font-family: var(--body-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: var(--rgb-color);
	text-align: center;
	width: 80%;
	padding: 15px 10px;
	opacity: 0;
	transform: translateX(-50%) translateY(-200%);
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease-out;
	outline-offset: -5px;
    outline: 2px solid var(--thm-white);
}
.atf-work-box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-60%);
}
.atf-work-box .title {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	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: 35px;
}
.atf-work-box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.atf-work-box .icon li a{
    color: var(--thm-white);
    background: var(--thm-color);
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    width: 50px;
    height: 38px;
    display: block;
    transition: all 0.35s ease 0s;
}
.atf-work-box .icon li a:hover{
    color: var(--thm-color);
    background: var(--thm-white);
    outline-color: var(--thm-color);
    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; }
}
 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
#counter{
	background: var(--thm-f6);
	position:relative;
}
#counter:before{
	content:'';
	top:0;
	right:0;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.8);
}
.counter{
    color: var(--thm-color);
    background: var(--thm-color);
    font-family: var(--body-font);
    text-align: center;
    width: 220px;
    padding: 45px 10px 0;
    margin: 0 auto;
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}
.counter:before{
    content: "";
    background:var(--thm-white);
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}
.counter .counter-icon{
    font-size: 37px;
    line-height: 37px;
    margin: 0 0 15px;
}
.counter h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin: 0 0 20px;
}
.counter .counter-value {
	background: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 91px;
	width: 140px;
	height: 70px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}
.counter .counter-value:before{
    content: "";
    background: var(--thm-white);
    border-radius: inherit;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 12px;
    right: 12px;
    z-index: -1;
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
 /**************************************
 * 08. END GALLERY DESIGN
 *************************************/
 /*
/*
* ----------------------------------------------------------------------------------------
* 09.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq .atf-section-title {
	margin-bottom: 35px;
	text-align: left;
}
.atf-faq-accordion .card p {
	color:var(--thm-p);
}
.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}
.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover  {
	background: var(--thm-black);
	color: var(--thm-white);
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 24px;
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: 'Font Awesome 7 Free';
	font-size: 15px;
}

.atf-faq-accordion .card .card-header button.collapsed {
    border-bottom-width: 0
}

.atf-faq-accordion .card .card-header button.collapsed::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
.atf-hire.rgba_before::before {
	background: rgba(0,0,0,0.6);
}
/*
* ----------------------------------------------------------------------------------------
* 09. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable{
    color: var(--thm-white);
    background: #FCFCFC;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: relative;
}
.pricingTable:before{
    content: "";
    background: var(--thm-white);
    width: 100%;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.pricingTable .pricingTable-header{
    background: linear-gradient(to right,var(--thm-color) 15%,var(--rgb-color) 15%,var(--thm-color) 85%, var(--rgb-color) 0%);
    padding: 45px 0 10px;
    margin: 0 auto 10px;
}
.pricingTable .title {
	color: var(--thm-white);
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 4px;
}
.pricingTable .price-value{
    color: #0E1331;
    margin: 0 0 5px; 
}
.pricingTable .price-value .amount {
	font-size: 40px;
	font-weight: 600;
	padding: 0 30px 15px;
	border-bottom: 2px solid #C3C3C3;
}
.pricingTable .pricing-content {
	text-align: left;
	padding: 0;
	margin: 20px 0 20px;
	list-style: none;
	display: inline-block;
}
.pricingTable .pricing-content li {
	color: var(--thm-black);
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0 5px 30px;
	position: relative;
	font-weight: 500;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li::before {
	content: "";
	background: var(--rgb-color);
	font-family: "Font Awesome 7 free";
	font-weight: 900;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	left: 5px;
}
.pricingTable-signup a {
	margin-bottom: 30px;
}
@media only screen and (max-width: 990px){
   .pricingTable{ margin: 0 0 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial-content{
	position: relative;
	padding: 30px 20px;
	line-height: 26px;
    color: var(--thm-white);
    border: 1px solid #767070;
    border-left: 3px solid var(--thm-color);
}
.testimonial-content .review-icon {
	color: #f0ed10;
	margin-top: 15px;
}
.testimonial-content .description {
	  color: var(--thm-white);
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    background: var(--thm-black);
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 25px;
	display: inline-block;
	border: 3px solid var(--thm-color);
	float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof {
	text-transform: capitalize;
	margin: 35px 0 0 100px;
}
.testimonial .testimonial-prof h3{
    color: var(--thm-white);
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: var(--thm-white);
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide{
    transition: all 0.30s ease 0s;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.post-slide .icons {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	background: var(--rgb-color);
	line-height: 26px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	color: var(--thm-white);
	padding-top: 11px;
	border-radius: 20px;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
	position: relative;
	border-radius: 10px;
}
.post-slide .post-review {
	border: 1px solid #eee;
	border-top: none;
	padding: 20px;
	background: var(--thm-white);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	width: 365px;
	margin: 0 auto;
	top: -30px;
	left: 0;
}
.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;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.post-slide .post-bar li{
    display:inline-block;
    font-size:16px;
    font-family: var(--body-font);
    color:var(--thm-black);
    margin-right:10px;
    text-transform: capitalize;
}
.post-slide .post-bar li i{
    color:var(--thm-color);
    margin-right:8px;
}
.post-slide .post-title a:hover {
	color: var(--thm-color);
}
.post-slide .post-title a {
	transition: all 0.3s ease-in-out;
}
.post-slide .post-title {
	margin: 6px 0 15px 0;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.post-slide .post-description {
	color: var(--thm-p);
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter{
	border-radius:20px;
	position:relative;
	z-index:1
}
.newsletter:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:-1;
	border-radius:10px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding .title{
	font-size: 36px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.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 .atf-themes-btn:hover {
	background:var(--thm-black);
}
.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 60px;
	padding-left: 21px;
	font-size: 15px;
	display: inline-block;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 10px;
	display: inline-block;
	box-shadow: none;
	top: 8px;
	background: var(--thm-color);
	padding: 6px 20px;
	color: var(--thm-white);
	transition: all 0.5s ease-in-out 0s;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	display:block;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form.form textarea:focus,
.atf-contact-form.form textarea:active,
.atf-contact-form.form input:focus,
.atf-contact-form.form input:active {
	border: 1px solid var(--thm-color);
}
.atf-contact-form.form input {
	width: 100%;
	height: 60px;
	border: 0;
	padding-left: 20px;
	font-weight: 400;
	border: 1px solid #eaeaea;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.atf-contact-form.form textarea {
    height: 120px;
    width: 100%;
	color: var(--thm-black);
	border: 1px solid #eaeaea;
	padding-top: 10px;
	padding-left: 10px;
	-webkit-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}
.form-message{
	color: var(--thm-black);
}
.atf-contact-btn .atf-themes-btn {
	width: 100%;
	background: var(--thm-black);
	color: var(--thm-white);
}
.atf-contact-address {
	display: flex;
	align-items: center;
	border: 1px solid #eaeaea;
	text-align: center;
	padding: 30px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.atf-contact-address .atf-contact-icon i {
	color: var(--thm-color);
	margin-right: 15px;
	font-size:30px;
}
.atf-contact-phone h3 {
	margin-bottom: 4px;
	text-transform: capitalize;
}
.contact-title h3 {
	font-size: 28px;
	text-transform: capitalize;
}
.atf-contact-phone{
	text-align:left;
}
 /**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 450px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.atf-partner-logo {
  position: relative;
  background: var(--thm-f6);
}
.atf-partner { text-align: center }
.atf-partner.owl-theme .owl-controls {display: none!important;}
.atf-partner-logo .owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	border-radius: 20px;
	background: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--thm-black);
}
.atf-footer-logo img {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 35px;
	background: var(--thm-color);
	width: 50px;
	height: 3px;
}
.atf-footer-link h3 {
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li {
	position:relative;
}
.atf-footer-link .atf-list-menu li::before {
	content: "\f054";
	color: var(--thm-color);
	font-family: "Font Awesome 7 Free";
	position: absolute;
	font-weight: 700;
	font-size: 15px;
	left: 0;
	top: -1px;
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-left: 25px;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	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-top-border {
	border-top:1px solid rgba(255,255,255,0.2);
}
.atf-footer-bottom {
	padding: 30px 0;
}
.atf-footer-bottom {
	padding: 30px 0;
}
.atf-footer-bottom p {
	color: var(--thm-white);
}
.atf-footer-bottom a {
	color: var(--thm-f6);
	font-weight: 600;
	-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-bottom  a:hover{
	color:  var(--thm-color);
	text-decoration:inherit;
}
.atf-footer-social-icon li a:hover{
	background:var(--thm-white);
	color: var(--thm-black);
}
.atf-footer-social-icon li {
	display: inline-block;
}
.atf-footer-social-icon li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--thm-color);
	color: var(--thm-white);
	display: block;
	border-radius:5px;
	margin-right:12px;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.footer-instragram {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}
.footer-image-hover {
	font-family: var(--body-font);
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	margin-right: 2px;
}
.footer-image-hover img {
	border-radius: 20px;
	height: auto;
	transition: all 0.4s ease 0s;
}
.footer-image-hover:hover::before {
	opacity: 1;
}
.footer-image-hover::before {
	content: "";
	background: var(--rgb-color);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s ease-in;
	border-radius: 20px;
}
.footer-image-hover .icon {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 20%;
	transition: all 0.4s ease 0s;
	transform: translate(-12px, -20px);
}
.footer-image-hover:hover .icon {
	opacity: 1;
	top: 50%;
}
.footer-image-hover .icon  a {
	color: var(--thm-white);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 2px solid;
	text-align: center;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1); 
 }
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--thm-white);
  border-color: var(--thm-color);
  color: var(--thm-color) !important; }

.slick-arrow-2 .slick-prev {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
	color: var(--thm-white) !important;
}
 
 /* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 3; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--thm-white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--thm-color);
  border-radius: 0%;
  text-align: center;
  font-size: 20px;
  color: var(--thm-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-arrow-1 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto; }

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto; }

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto; }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto; }
}
/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 30px 0 0px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1; }
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--thm-base);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.slick-dots li button {
      display: none; }
.slick-dots li:hover, .slick-dots li.slick-active {
      background-color: var(--thm-color);
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
/* END OWL DOT & NAV DESIGN */