/*
Author       : Theme-Family
Template Name: Akhir -  IT Solution & Business Service Landing Page Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME DEFALT
		--START SLIDER DESIGN
    04. START FEATURE DESIGN
		--START ABOUT DESIGN
	05.	START SERVICE DESIGN
	06.	START HIRE  DESIGN
		--START VIDEO  DESIGN 
	07.	START TEAM DESIGN
		--START SKILL DESIGN
	08.	START CASY STUDY DESIGN
	09.	START COUNTER DESIGN
	10.	START FREQUENTLY DESIGN
	11.	START TESTIMONIAL DESIGN 
		--START COMPANY BRAND LOGO DESIGN
	12.	START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
	13. START CONTACT DESIGN 
		
	14. START FOOTER DESIGN(START MAP DESIGN)
	15.	START HUMBERGER DESIGN
		-- Start  Header Searchbox
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 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-font2: 'Roboto', sans-serif;
	--thm-base: #feda00;
	--thm-line: linear-gradient(to bottom,#ffaa19,#041e39);
	--thm-color: #ffaa19;
	--thm-black: #041e39;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-p: #081b2a;
	--color-blue: #3a86ff;
    --color-pink: #ff006e;
    --color-orange: #fb5607;
    --color-green: #80ffdb;
    --color-white: #fff;
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background-color: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-line {
	background: var(--thm-line);
}
.bg-skew {
	background: var(--thm-skew);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: var(--thm-f6);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	color: var(--thm-black);
	font-weight:700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
} 
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	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;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-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 {
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)! important;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px ! important;
}

.f-12 {
  font-size: 12px ! important;
}

.f-13 {
  font-size: 13px ! important;
}

.f-14 {
  font-size: 14px ! important;
}

.f-15 {
  font-size: 15px ! important;
}

.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
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-status {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background:var(--thm-black);
}

.atf-status .loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px)
}
.loader{
    width: 100px;
    height: 100px;
    margin: -20px auto -40px;
    border-radius: 50%;
    position: relative; 
    animation: rotate 2.5s linear infinite;
} 
.loader span{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader span:nth-child(1){ 
    animation: colorUp 2s ease infinite; 
    z-index: 1;
}
.loader span:nth-child(2){  
    background: transparent;
    border-left: 15px solid var(--color-blue);
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.loader span:nth-child(3){
    border-right: 15px solid var(--color-pink);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
.loader span:nth-child(4){
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color-orange);
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
.loader span:nth-child(5){
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid var(--color-green);
}
@keyframes rotate{ 100%{ transform: rotate(360deg);} }
@keyframes colorUp{ 
    0% {
        background:var(--thm-white);
        width: 0px;
        height: 0px;
    }
    15% {
        background:var(--color-pink);
        width: 50px;
        height: 50px;
    }
    25% {
        background:var(--thm-white);
        width: 0px;
        height: 0px;
    }
    40% {
        background:var(--color-orange);
        width: 50px;
        height: 50px;
    }
    50% {
        background:var(--thm-white);
        width: 0px;
        height: 0px;
    }
    65% {
        background: var(--color-green);
        width: 50px;
        height: 50px;
    }
    75% {
        background:var(--thm-white);
        width: 0px;
        height: 0px;
    }
    90% {
        background: var(--color-blue);
        width: 50px;
        height: 50px;
    }
}

/*END PRELOADER DESIGN*/
/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}
/*START SECTION TITLE DESIGN*/

.atf-section-title h5 {
	color: var(--thm-white);
	line-height: 25px;
	margin: 0px 0 10px;
	text-transform: capitalize;
	font-family: var(--thm-font);
	letter-spacing: 1px;
	font-size: 14px;
	background: var(--thm-line);
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.atf-section-title h2 {
	font-size: 35px;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
}
.atf-section-title p {
	font-size: 15px;
	color: var(--thm-p);
}
.border-left{
	border-left:2px solid var(--thm-color);
}
@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*END SECTION TITLE DESIGN*/

/* START BTN STYLE */
.atf-themes-btn {
	color: var(--thm-black);
	background: var(--thm-color);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 20px 9px;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-out;
	display: inline-block;
}
.atf-themes-btn:focus{ color: var(--thm-white); }
.atf-themes-btn:hover{
    color: #111; 
    background: #111;
    text-shadow: 5px 5px rgba(0,0,0,0.15);
}
.atf-themes-btn:before{
    content: '';
    background: var(--thm-base);
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transition: .4s;
}
.atf-themes-btn:hover:before{ width: calc(100% - 15px); }
@media only screen and (max-width: 767px){
    .atf-themes-btn { margin-bottom: 30px; }
}
/* END BTN STYLE */	
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	border-bottom: 1px solid #777676;
	overflow: hidden;
}
.atf-top-header.atf-style-bg {
	background: var(--thm-line);
	border-bottom: none;
}
.atf-top-header .atf-top-header-in {
	height: 40px;
	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: 14px;
	height: 40px;
	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: 4px;
	color: rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.3);
	border-radius: 50%;
}
.atf-sticky-active .atf-top-header-in  {
	height: 0; 
}
.atf-sticky-active .atf-top-social  {
	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; 
}
.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-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: 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 {
    max-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: 14px;
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap;
		float: right;
		margin-right: 25px;
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 20px;
		font-weight: 500;
		font-size: 14px;
	}
	.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-list .atf-quote a {
		padding: 10px 15px !important;
		margin-top: 5px;
		font-size: 14px;
		text-transform: uppercase;
	}
	.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: var(--thm-white);
		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: var(--thm-white);
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		/* padding: 10px 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:var(--thm-black);
	}
	.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; }

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 20px 15px 0px;
    cursor: pointer;
    float: right;
}
.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-single-home{
	height: 750px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
}
.atf-single-text{
	padding-top:250px;
}
.atf-single-details h3, .atf-single-text h3 {
	color: var(--thm-black);
	margin-bottom: 10px;
	background: var(--thm-color);
	display: inline-block;
	padding: 7px 17px;
	border-radius: 4px;
	font-size: 20px;
}
.atf-single-text h1{	
	color: var(--thm-white);
	font-size: 60px;
	margin-bottom: 20px;
}
.atf-single-text h1 span{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}
.slider-active .owl-nav .owl-next,
.slider-active .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: var(--thm-white);
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	width: 60px;
	height: 60px;
	line-height: 50px;
	background: rgba(237, 237, 237, 0.1);
	border-radius:50%;
	text-align: center;

}
.slider-active .owl-nav .owl-prev {
	left: 10px;
}
.slider-active .owl-nav .owl-next{
	right: 10px;	
}
.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-color);
    background: var(--thm-color);
    color: var(--thm-white);
}
 /*-- Animations Start --*/
.owl-item.active .atf-single-home .atf-single-text h3  {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text h1{
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text p {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.owl-item.active  .atf-single-home .atf-hero-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}

@media only screen and (max-width:480px) { 
	.atf-single-text h1{font-size:40px;}
}
.atf-single-text p{
	color:var(--thm-white);
	font-size: 16px;
	margin-bottom: 40px;	
}
@media only screen and (max-width:480px) { 
	.atf-single-text p {
	  color: var(--thm-white);
	  margin: auto;
	  width: 100%;
	  margin-bottom: 25px;
	}
}

@media only screen and (max-width:820px) { 
	.slider-active .owl-nav .owl-next,
	.slider-active .owl-nav .owl-prev {
		display: none!important;
	}
}

/* START HOME 2 */
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-hero-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0.7;
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-area .atf-single-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-single-details{
	z-index:1;
}
.atf-hero-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-size: 60px;
	line-height: 1.2;
	text-shadow: 1px 1px 15px rgba(225,225,225,0.2);
}
.atf-hero-area .atf-single-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	font-weight: 400;
	color: var(--thm-white);
	margin: 25px 0 40px;
}

@media only screen and (max-width: 767px) {
	.atf-hero-area .atf-single-details h2{
		font-size:50px;
	}
	
}

@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-hero-area .atf-single-details h2 {
		font-size: 25px;
		line-height: 36px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature{
	background: var(--thm-f6);
	position:relative;
}
.atf-feature-content {
	background: var(--thm-white);
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.atf-feature-content:hover {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.atf-feature-text h4{
	padding: 20px 0 5px;
	color: var(--thm-black);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-content .read {
	text-decoration: underline;
	font-weight: 700;
	transition: all 0.3s ease-in-out 0s;
}
.atf-feature-content .read:hover {
	color: var(--thm-color);
	text-decoration:inherit;
}
.atf-feature-text h4:hover {
	color: var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*//*
* ----------------------------------------------------------------------------------------
*  START CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-choose{
	margin-bottom:30px;
}
.atf-choose-icon {
	display: flex;
	align-self: center;
	font-size: 30px;
	margin-right: 30px;
	color: var(--thm-white);
	background: var(--thm-color);
	padding: 25px 20px;
	border-radius: 5px;
}
.atf-choose-list h3 {
	margin: 0 0 5px;
}
/*
* ----------------------------------------------------------------------------------------
*  END CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service{
	position:relative;
}
.atf-single-service {
	position:relative;
}
.atf-single-service {
	padding: 30px 25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-white);
	transition:all 0.3s ease-in-out 0s;
}
.atf-single-service:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.atf-service-text h4{
	transition: all 0.3s ease-in-out 0s;
}
.atf-service-text h4:hover{
	color: var(--thm-color);
}
.atf-service-icon i {
	color: var(--thm-color);
	font-size: 60px;
	text-align: center;
	color: var(--thm-color);
}
.atf-single-service{
	margin:15px 0;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. START HIRE  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-hire-area .atf-video-img {
	position: relative;
}
.atf-video-img {
	position: relative;
}
.atf-video-img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-video-img.style .waves-box {
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-video-img .iq-video {
	background: var(--thm-base);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-color);
}
.atf-video-img .iq-video i {
	margin-left: 3px;
}
.atf-video-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-video-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-video-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(234 237 249 / 50%);
	opacity: 0;
	-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-video-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-video-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-video-img .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)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 06. END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
}
.atf-single-team:hover {
	box-shadow: 0 0 15px rgba(0,0,0, 0.3);
}
.atf-single-team .atf-team-pic {
	position: relative;
	margin-bottom: 20px;
}
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-pic-bottom{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.atf-single-team .atf-team-pic-bottom:after{
    content: "\f002";
    font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: relative;
    top:45%;
    left:0;
    opacity: 0;
    color:var(--thm-white);
    font-size: 35px;
    transition:all 0.3s ease 0s;
}
.atf-single-team .atf-team-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
}
.atf-single-team .atf-team-title a{
    color:var(--thm-black);
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-title a:hover{
    color:var(--thm-color);
    text-decoration: none;
}
.atf-single-team .atf-team-post {
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
}
.atf-single-team .atf-team_social{
    list-style: none;
    padding: 0;
}
.atf-single-team .atf-team_social > li{
    display: inline-block;
}
.atf-single-team .atf-team_social > li > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	display: block;
	color: var(--thm-black);
	background: #efefef;
	transition: all 0.3s ease 0s;
	text-align: center;
	margin-right: 5px;
}
.atf-single-team .atf-team_social > li > a:hover{
    background: var(--thm-color);
    color:var(--thm-white);
}
.atf-team-prof{padding-left:20px;}
@media screen and (max-width: 991px){
    .atf-single-team{
        margin-bottom: 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/	
.atf_skill_name {
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	clear: both;
	float: left;
	border-radius: 3px 0px 0px 3px;
	text-align: center;
}
#atf_skill_php{
 background-color:#088A85;
}
#atf_skill_asp{
	background-color:#5858FA;
}
#atf_skill_jsp {
	background-color: var(--thm-black);
}
.atf_skillbar_wrapper {
	 float:left;
	 position:relative;
	 display:block;
	 margin-bottom:15px;
	 width:400px;
	 background-color:#E6E6E6;
	 height:40px;
	 border-radius:0px 3px 3px 0px;
}
.atf_skillbar_bar {
	 height:40px;
	 width:0px;
	 border-radius:0px 3px 3px 0px;
}
#atf_skillbar_php{
	background-color:#01DFD7;
}
#atf_skillbar_asp{
	background-color:#8181F7;
}
#atf_skillbar_jsp {
	background-color: var(--thm-black);
	opacity:0.7;
}
.atf_skill_bar_percent {
	 position:absolute;
	 right:10px;
	 top:0;
	 font-size:12px;
	 height:35px;
	 line-height:35px;
	 color:black;
}
/*
* ----------------------------------------------------------------------------------------
*END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 08. START CASY STUDY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 20px;
}
.atf-portfolio-area .portfolio-filter button {
	font-size: 13px;
	margin: 0 15px 20px 0;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.4px;
	background: var(--thm-black);
	color: var(--thm-white);
	border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.atf-single-portfolio {
	background-color: var(--thm-black);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
}
 .atf-single-portfolio img{
     width: 100%;
     height: auto;
     transition: all 0.4s ease-in-out;
 }
 .atf-single-portfolio:hover img{
     opacity: 0.3;
     transform: translateY(-45px);
 }
 .atf-single-portfolio .atf-portfolio-content{
     color: var(--thm-white);
     background-color: var(--thm-color);
     width: 100%;
     padding: 12px 10px 10px;
     border-top: 5px solid var(--thm-white);
     position: absolute;
     bottom: -40%;
     left: 0;
     transition: all 0.45s ease 0s;
 }
 .atf-single-portfolio:hover .atf-portfolio-content{
     bottom: 0;
     animation: animate 7s infinite;
 }
 .atf-single-portfolio .atf-portfolio-title{
     font-size: 22px;
     text-transform: capitalize;
     margin: 0;
     opacity: 0;
     transform: translateY(-10px);
     transition: all 0.25s ease 0.25s;
 }
 .atf-single-portfolio .atf-portfolio-post{
     font-size: 14px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 1px;
     display: block;
     opacity: 0;
     transform: translateY(-10px);
     transition: all 0.25s ease 0.25s;
 }
.atf-single-portfolio:hover .atf-portfolio-title, .atf-single-portfolio:hover .atf-portfolio-post {
	opacity: 1;
	transform: translateY(0);
	color: var(--thm-white);
}
.atf-single-portfolio .atf-portfolio-icon{
     padding: 0;
     margin: 0;
     list-style: none;
     transform: translateX(-50%) translateY(-50%) scaleY(0);
     position: absolute;
     top: 50%;
     left: 50%;
     transition: all 0.25s linear;
 }
.atf-single-portfolio:hover .atf-portfolio-icon{ transform: translateX(-50%) translateY(-50%) scaleY(1); }
.atf-single-portfolio .atf-portfolio-icon li{
     margin: 0 2px;
     display: inline-block;
 }
.atf-single-portfolio .atf-portfolio-icon li a {
	color: var(--thm-white);
	background: var(--thm-color);
	font-size: 16px;
	text-align: center;
	line-height: 33px;
	height: 38px;
	width: 38px;
	border: 4px solid var(--thm-white);
	display: block;
	transition: all 0.3s ease-in-out;
	animation: animate 7s infinite;
	border-radius: 50%;
}
 .atf-process-icon i {
	font-size: 20px;
	margin-bottom: 17px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-color);
	text-align: center;
	border-radius: 50%;
}
/**************************************
 * 08. END CASY STUDY DESIGN
 *************************************/
/*
* --------------------------------------
* 09. START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter-value {
	padding: 0px 0px 5px;
	font-size: 25px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-counter-content {
	padding: 20px 20px;
	background: var(--thm-line);
	border-radius: 5px;
	text-align: left;
}
.atf-counter-content h3 {
	font-weight: 600;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-counter-content  i {
	font-size: 25px;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 09. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.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: var(--thm-line);
	border: none;
	font-size: 18px;
	color: var(--thm-white);
	text-transform: capitalize;
	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-color);
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	margin-bottom: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable{
    text-align: center;
    margin: 0 10px;
}
.pricingTable .pricingTable-header{
    background: var(--thm-white);
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.pricingTable .title {
	color: var(--thm-color);
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.pricingTable .price-value {
	color: var(--thm-white);
	background: var(--thm-line);
	padding: 20px 0;
}
.pricingTable .price-value .amount{
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}
.pricingTable .pricing-content{
    background-color:var(--thm-white);
    padding: 30px 20px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.pricingTable .pricing-content ul li:last-child{ margin-bottom: 0; }
@media only screen and (max-width: 991px){
    .pricingTable{ margin: 0 0 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END  PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial {
	background: var(--thm-line);
	border-radius: 5px;
	padding: 30px;
}
.atf-testimonial .atf-testimonial-pic{
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}
.atf-testimonial .atf-testimonial-pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.atf-testimonial .atf-testimonial-title{
    color: var(--thm-black);
    font-size: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-title small {
	color: var(--thm-white);
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
}
.atf-testimonial .atf-testimonial-review p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	color: var(--thm-white);
}
@media screen and (max-width: 990px){
    .testimonial-parallax h2{
        margin-bottom: 40px;
    }
    .testimonial{
        margin: 0;
    }
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-left: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 8px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
	margin-top: 30px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-color);
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-slide{
    position: relative;
}
.atf-post-slide:before{
    content: "";
    border-top:1px solid transparent;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-post-img > img{
    width: 100%;
    height:auto;
}
.atf-post-slide .atf-post-title > a {
	font-size: 22px;
	text-transform: capitalize;
	color: var(--thme-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-post-title > a:hover {
	text-decoration: none;
	color: var(--thm-color) !important;
}
.atf-post-slide .atf-post-bar {
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding: 10px 15px;
	background: var(--thm-color);
	color: var(--thm-white) !important;
}
.atf-post-slide .atf-post-bar > li {
	display: inline-block;
	border-right: 1px solid var(--thm-white);
	padding: 0 10px;
	float: left;
}
.atf-post-slide .atf-post-bar > li:first-child{
    padding: 0 10px 0 0;
}
.atf-post-slide .atf-post-bar > li:last-child{
    border: 0px none;
}
.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author, 
.atf-post-slide .atf-comment {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}
.atf-post-slide .author > a,
.atf-post-slide .comment > a,
.atf-post-slide .comment > i{
    color:var(--thm-color);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-author > a:hover,
.atf-post-slide .atf-comment > a:hover{
    text-decoration: none;
    color:var(--thme-color);
}
.atf-post-slide .atf-post-date > i,
.atf-post-slide .atf-author > i,
.atf-post-slide .atf-comment > i{
    margin-right: 8px;
    font-size: 15px;
}
.atf-post-slide .atf-post-description{
    line-height: 1.8;
    margin-bottom: 20px;
}
.atf-blog-btn a:hover{
	color:var(--thm-color) !important;
	text-decoration: inherit;
}
.atf-blog-btn {font-weight:700;text-decoration: underline;}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
}
.atf-contact-info .atf-section-title{margin-bottom:30px;}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 50%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 20px;
	line-height: 16px;
}
.atf-contact-details p {
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.contact h4 {
	margin-bottom: 20px;
	color: var(--thm-black);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.actions .atf-themes-btn {
	width: 100%;
}
.actions .atf-themes-btn:hover {
	transform: translateY(-0px);
}

/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
}
.atf-footer-area{
	background:var(--thm-line);
}

.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 18px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 4px;
	background: transparent;
	box-shadow: none;
	top: 2px;
	background: var(--thm-color);
}
.atf-mailchamp-border{
	border-bottom:1px dashed var(--thm-white);
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	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 input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 43px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 0;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 3px;
	padding: 5px 16px;
	top: 3px;
}
.atf-mailchamp-subscribe  .atf-themes-btn:hover {
	transform: translateY(-0px); 
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	display: block;
}
.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 a i:hover{
	background:var(--thm-base);
	color:var(--thm-black);
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	text-align: center;
	background: var(--thm-black);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 35px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 33px;
	background: var(--thm-white);
	width: 11px;
	height: 5px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-f3);
	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: var(--thm-black);
	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: var(--thm-base);
	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;
}
.atf-footer-post{
	display:flex;
	margin-bottom:8px;
}
.atf-footer-post .atf-footer-post-thumb {
	flex: none;
	margin-right: 15px;
	width: 80px;
}
.atf-footer-post  .atf-footer-post-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	color:rgba(225,255,255,0.7);
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-post  .atf-footer-post-title:hover {
	color:var(--thm-black);
}
.atf-footer-post  .atf-footer-post-date {
	font-size: 13px;
	line-height: 1.6em;
	color:rgba(225,255,255,0.7);
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 150px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START HUMBERGER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf_body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.atf_body-overlay:hover {
  cursor: pointer;
}

.atf_body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.atf_hamburger-btn.sidebar-toggle-btn {
	background: transparent;
	border: none;
}
.atf_hamburger-btn {
	position: relative;
	width: 35px;
	height: 35px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	background: transparent;
	border: none;
	margin-top: 3px;
}
.atf_hamburger-btn span {
	background: var(--thm-white);
	display: block;
	position: absolute;
	height: 7px;
	width: 7px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.atf_hamburger-btn span:nth-child(even) {
  left: 13px;
}
.atf_hamburger-btn span:nth-child(odd) {
  left: 0px;
}
.atf_hamburger-btn span:nth-child(1), .atf_hamburger-btn span:nth-child(2), .atf_hamburger-btn span:nth-child(3) {
  top: 0px;
}
.atf_hamburger-btn span:nth-child(4), .atf_hamburger-btn span:nth-child(5), .atf_hamburger-btn span:nth-child(6) {
  top: 13px;
}
.atf_hamburger-btn span:nth-child(7), .atf_hamburger-btn span:nth-child(8), .atf_hamburger-btn span:nth-child(9) {
  top: 26px;
}
.atf_hamburger-btn span:nth-child(3) {
  left: 26px;
}
.atf_hamburger-btn span:nth-child(6) {
  left: 26px;
}
.atf_hamburger-btn span:nth-child(9) {
  left: 26px;
}
.atf_hamburger-btn-2 span {
  background: #fad105;
}
.atf_hamburger-btn-3 span {
  background: #0a4c48;
}

.atf_sidebar__area {
	position: fixed;
	right: -485px;
	top: 0;
	width: 465px;
	height: 100%;
	background: #ffffff none repeat scroll 0 0;
	overflow-y: scroll;
	-webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1032;
}
@media (max-width: 575px) {
  .atf_sidebar__area {
    width: 290px;
  }
}
.atf_sidebar__area.sidebar-opened {
  right: 0px;
}
.atf_sidebar__wrapper {
  position: relative;
  padding: 45px;
}
@media (max-width: 575px) {
  .atf_sidebar__wrapper {
    padding: 20px;
  }
}
.atf_sidebar__close {
	position: absolute;
	top: 63px;
	right: 60px;
}
@media (max-width: 575px) {
	.atf_sidebar__close {
		top: 38px;
		right: 30px;
	}
}
.atf_sidebar__close-btn {
	display: inline-block;
	font-size: 16px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: var(--thm-base);
	color: var(--thm-white);
	border-radius: 50%;
	border: none;
	transition: all 0.3s ease-in-out 0s;
}
.atf_sidebar__close-btn:hover {
	background: var(--thm-color);
}
.atf_sidebar__logo {
	padding: 20px 20px;
	border-bottom: 1px solid #dedede;
	background: var(--thm-black);
}
.atf_sidebar__search {
  position: relative;
}
.atf_sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}
.atf_sidebar__search input::placeholder {
  color: var(--thm-black);
}
.atf_sidebar__search input:focus {
  border-color: var(--thm-color);
}
.atf_sidebar__search button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: var(--thm-color);
	background: transparent;
	border: none;
}
.atf_sidebar__text p {
  margin-bottom: 25px;
}
.atf_sidebar__single-img img {
    border-radius: 10px;
    width: 100%;
}
.atf_sidebar__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.atf_sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.atf_sidebar__contact ul li:hover i {
  background: var(--thm-color);
  color: var(--thm-white);
  border-color: #24c373;
}
.atf_sidebar__contact ul li:hover a {
  color: var(--thm-color);
}
.atf_sidebar__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.atf_sidebar__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: var(--thm-p);
}
.atf_sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.atf_sidebar__social ul li {
  display: inline-block;
}
.atf_sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: var(--thm-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.atf_sidebar__social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}

.atf_search__area {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--thm-white);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.atf_search__area.opened {
  top: 0;
  bottom: auto;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.atf_search__wrapper {
  position: relative;
}
.atf_search__input {
  position: relative;
}
.atf_search__input input {
  width: 100%;
  height: 80px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(44, 57, 65, 0.8);
  color: #2c3941;
  font-size: 35px;
  padding-right: 60px;
}
.atf_search__input input::placeholder {
  font-size: 20px;
  color: #2c3941;
  text-transform: capitalize;
}
.atf_search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c3941;
  font-size: 35px;
}
.atf_search__close {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.atf_search__close .search-close-btn {
  font-size: 35px;
  color: var(--thm-base);
}

.atf-sidebar_blog-post {
	display: flex;
	margin-bottom: 8px;
	align-content: center;
	align-items: center;
}
.atf-sidebar_blog-post .atf-sidebar_blog-post-thumb {
	flex: none;
	margin-right: 15px;
	width: 90px;
}
.atf-sidebar_blog-post  .atf-sidebar_blog-post-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	color:var(--thm-black);
	transition: all 0.3s ease-in-out;
}
.atf-sidebar_blog-post  .atf-sidebar_blog-post-title:hover {
	color:var(--thm-color);
}
.atf-sidebar_blog-post  .atf-sidebar_blog-post-date {
	font-size: 13px;
	line-height: 1.6em;
	color:var(--thm-black);
}

/*
* ----------------------------------------------------------------------------------------
* END HUMBERGER DESIGN
* ----------------------------------------------------------------------------------------
*/
/* ----------------------------------------
 Start  Header Searchbox
---------------------------------------- */
.atf__header-options-2 .header-search {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 8%;
	background: var(--thm-white);
	color: var(--thm-color);
	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-color); 
	color: var(--thm-white);  
 }

.atf__header-options-2 .header-search:hover {
  background: var(--thm-color); 
  color: var(--thm-white); 
 }
  
.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 {
	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: 0;
    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; 
}
.atf-home-overlay{
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
/* ----------------------------------------
  End Header Searchbox
---------------------------------------- */
 
