
@import url("https://fonts.googleapis.com/css?family=Amiri:200,300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: "Noto Kufi Arabic", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: var(--thm-black);
	overflow-x: hidden;
	width: 100%;
}
:root {
	--thm-font: 'Noto Kufi Arabic', sans-serif;
	--thm-base: #27ae60;
	--thm-color: #69b444;
	--thm-black: #162017;
	--thm-white: #ffffff;
	--thm-ase: #dff2d4;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #757575;
	--thm-line: linear-gradient(to right,#b7d952,#429a13)
}
.bg-f0f0fa {
	background-color: #f0f0fa;
}
.bg-f6f6f6 {
	background-color: #f0f0fa;
}
.bg-F1F8FF {
	background-color: #F1F8FF;
}
.bg-color {
	background: var(--thm-color)!important;
}
.bg-black {
	background: var(--thm-black)!important;
}
.bg-base {
	background: var(--thm-base)!important;
}
.bg-line {
	background: var(--thm-line)!important;
}
h1, h2, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight:700;
	line-height:1.3;
}
h2 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 700;
	line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 700;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	/*font-weight: 700;*/
}
h4 {
	font-size: 16px;
	/*font-weight: 700;*/
	line-height: 1.9;

}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 10px; 
}
  
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 350px;
	height: auto;
	max-width:none;

}
a:focus, .btn:focus {
	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;
	text-decoration:none;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 30px;
}

button, input, textarea {
    color: var(--thm-black);
}

button, input, textarea {
    border: inherit;
    outline:inherit;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.no-border{
	border:none! important;
}
.atf-align-items-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
/**************************************
 * 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: 18px ! important;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 15px;
   color: rgb(255, 255, 255);
   /*font-weight: bold;*/
}

.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-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader {
    width: 100px;
    height: 100px;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader .loader-inner{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.loader .loader-inner:before{
   content: "";
   display: block;
   width: 15%;
   height: 25%;
   border-radius: 100%;
   background: var(--thm-color);
   margin: 0 auto;
   animation: loading-1 1.2s infinite ease-in-out both;
}
.loader .box-2{ transform: rotate(30deg); }
.loader .box-3{ transform: rotate(60deg); }
.loader .box-4{ transform: rotate(90deg); }
.loader .box-5{ transform: rotate(120deg); }
.loader .box-6{ transform: rotate(150deg); }
.loader .box-7{ transform: rotate(180deg); }
.loader .box-8{ transform: rotate(210deg); }
.loader .box-9{ transform: rotate(240deg); }
.loader .box-10{ transform: rotate(270deg); }
.loader .box-11{ transform: rotate(300deg); }
.loader .box-12{ transform: rotate(330deg); }
.loader .box-2:before{ animation-delay: -1.1s; }
.loader .box-3:before{ animation-delay: -1s; }
.loader .box-4:before{ animation-delay: -0.9s; }
.loader .box-5:before{ animation-delay: -0.8s; }
.loader .box-6:before{ animation-delay: -0.7s; }
.loader .box-7:before{ animation-delay: -0.6s; }
.loader .box-8:before{ animation-delay: -0.5s; }
.loader .box-9:before{ animation-delay: -0.4s; }
.loader .box-10:before{ animation-delay: -0.3s; }
.loader .box-11:before{ animation-delay: -0.2s; }
.loader .box-12:before{ animation-delay: -0.1s; }
@keyframes loading-1{
    0%, 39%, 100%{ opacity: 0; }
    40%{ opacity: 1; }
}
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: var(--thm-white);
	background: #69b444;
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 700;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: capitalize;
	letter-spacing: 0.08em;
}
.atf-themes-btn:hover{
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 11px 23px;
}
.atf-main-btn  .btn-2:hover {
	background: var(--thm-black);
	color: var(--thm-white);
	border:1px solid var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/

.atf-section-padding {
	padding: 90px 0;
	text-align:right

	}
.atf-home-overlay  {
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.section-heading {
    position: relative;
    z-index: 1;
    /*margin-bottom: 40px;*/
}
.text-center {
    text-align: center!important;
}

.atf-section-title h5 {
	font-size: 14px;
	color: var(--thm-color);
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.atf-section-title h2 {
	font-size: 25px;
	line-height: 1.3;
	font-weight: bold;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font);
	text-shadow: 3px 4px 10px rgba(0,0,0,0.2);
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title p {
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	color: var(--thm-color);
}

.sub-title span{
	color: #69b444;
}
.border-left{
	border-left:2px solid var(--thm-color);
}
.border-right{
	border-right:2px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------

*/
#about{
	background: var(--thm-ase);
}
.about{
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid var(--thm-color);
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.about .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: var(--thm-color);
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.about .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.atf-site-branding.atf-white-logo img {
    width: 320px;
    /*height: 170px;
    margin-top: -54px;*/
	
}
.justify-content-end{
justify-content: flex-end !important;
}

.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.atf-top-header::after {
	background: #16201700 none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(55% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.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: var(--thm-white);
	color: #6861BC;
	border-radius: 50%;
	margin-right: 10px;
}
.atf-header-top-right {
	text-align: right;
}


.atf-header-top-social {
	display: inline-block;
    align-items: center;
	
}
.atf-header-top-social ul li {
	display: inline-block;
	margin-left: 10px;
	
}

.atf-header-top-social .atf-sign-in  {
    margin-right: 10px;
  
}
.atf-header-top-social ul li a {
	
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
	color:var(--thm-white);
} 
.atf-top-header {
	background-color: #69b44400;
	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-header-top-social ul .address{
	margin-right:20px;
}
.atf-header-top-social ul li .icon{
	margin-right: 10px; 
	color: #70c745;
}
.atf-sticky-active .atf-top-header  {
	height: 0; 
}

.atf-site-header .atf-top-header .atf-header-top-right .atf-header-top-social .atf-sign-in  {

	border-right-color:rgba(235, 235, 235, 0.2);

}

.atf-top-header-list {
	text-align: right;

}

.atf-top-header-list ul li {
	display: inline-block;
	margin-left: 10px;
}
.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	margin-top: 3px;
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
	color: #70c745;
}
.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;
	height: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: #243f27eb;
	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:500px) {
  .atf-main-header .container {
    max-width: 100%; }

	.atf-top-header {
		height: 100px;
		display: block;
	}

  .atf-site-header.atf-style1 {
    background-color: var(--thm-black); } 
}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
	font-size:16px;
}
.atf-site-branding {
  margin: 10px 10px; /*Increase or decrease this value to adjust the spacing between the logo and the text*/
}

.atf-nav-list li a {
  padding: 10px 10px; /*Increase or decrease this value to adjust the spacing between the menu item and the text*/
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap;
		float: left;
		margin-right: 25px;
		/*margin-top: -74px;*/
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 40px; 
		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 {
		right: 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;
		right: 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: max-content;
		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;
		right: 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: 120%;
		left: -80px;
		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: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.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-sign-inner {
	position: relative;
	z-index: 1;
}
.atf-sign-inner ul li {
	display: inline-block;
}
.atf-sign-in li{
	border-radius: 50%;
	background: var(--thm-white);
	color: var(--thm-color);
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
}
.atf-sign-inner::after {
	position: absolute;
	top: 0%;
	width: 2px;
	height: 30px;
	content: "";
	background: var(--thm-white);
	left: 45%;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
	background-image: url(../img/slider/4.jpg);
	position: relative;
	background-position: center;
	background-size:cover;
}
.atf-cover-bg {
	position:relative;
	z-index:1;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
	background: rgba(0, 0, 0, 0.5);
}
.atf-header-area {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-content-details h5 {
	color: var(--thm-white);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 40px;
	letter-spacing: 0.7px;
	margin-left: -4px;
	line-height: 70px;
}
.atf-header-area .atf-single-details h2 {
	font-size: 60px;
	line-height:80px
}
.atf-header-area .atf-single-details span{
	margin-left:2px;
}
.atf-header-area .atf-single-details p {
	color: var(--thm-white);
	font-size: 18px;
	margin: 20px 0 35px;
	line-height: 36px;
	letter-spacing: 0.6px;
}
.atf-home-social-icon {
	position: absolute;
	right: 0px;
	top: 115px;
	transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
	transform: rotate(-90deg);
}
.atf-banner-social ul li {
	display: inline-block;
}
.atf-banner-social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--thm-white);
	color: var(--thm-color);
	font-size: 25px;
	margin: 0 20px auto auto;
	border-radius: 50%;
}
.atf-home-social-icon ul li a:hover{
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-single-details  h5 {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }

.atf-single-details  h2 {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }
	
.atf-single-details  p {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }
	

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInDown both;
	animation: 1.5s 1s fadeInDown 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%;
    transform: translate(-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: var(--thm-white);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease; }
.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
    left: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
    right: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px; }
.atf-slider.atf-style2 .slick-arrow:hover {
    color: #222; }
.atf-slider.atf-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }

@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; }

.atf-slider .pagination.atf-style1 ul,
.atf-slider .pagination.atf-style2 ul {
    justify-content: center; }

.swipe-arrow.atf-style1 {
    display: none; }

.atf-hidden.atf-hidden-md,
.swipe-arrow.atf-style2 {
    display: none !important; } }
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #69b444;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: var(--thm-white);
  cursor: pointer;
  transition: all 0.3s ease; }
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
    background: var(--thm-black);
	color: var(--thm-white); }
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }
 .atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.1);
  transition: all 2s ease; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-main-btn{
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.4s ease-in-out; 
 }
.atf-slider-animation1  .atf-hero-text .atf-sub-title { 
	opacity: 0;
	position: relative;
	top: 10px;
	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-slider-animation1 .slick-active  .atf-hero-text .atf-sub-title { 
  opacity: 1;
  top: 0;
  transition-delay: 1s; 
}
.atf-hero-text .atf-sub-title {
	font-size: 18px;
	background: #69b444;
	padding: 5px 10px;
	display: inline-block;
	color: var(--thm-white);
	font-weight: 600;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.atf-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }

.atf-hero.atf-style1 {
	height: 820px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden; }
.atf-hero.atf-style1.atf-size1 {
    height:1000px; }
.atf-hero.atf-style1 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px; }
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
    font-weight: 400; }
.atf-hero.atf-style1 .atf-hero-subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.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: var(--thm-white);
	text-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
    color: rgba(255, 255, 255, 0.8); }

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px; }

.atf-hero-text
{
	position: relative;
    z-index: 1;
  margin-top: 132px;}

.atf-hero-overlay,
.atf-color-overlay{
	position:relative;
}
.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; } }

/*
* ----------------------------------------------------------------------------------------
* END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-about{
	margin-bottom:30px;
}
.atf-about-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-about-list h3 {
	margin: 0 0 5px;
}
#about .atf-about-btn {
	margin: 30px 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
 /*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service{
	background:#f2f4f5;
}
.atf-single-service {
	transition: all 0.3s ease 0s;
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	background: var(--thm-white);
	border-radius: 10px ;
	max-width:none;
	height: 330px;
}
.atf-single-service2 {
	transition: all 0.3s ease 0s;
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	background: var(--thm-white);
	border-radius: 10px;
	max-width: none;
	height: 500px;
}
.atf-single-service .atf-service-img{
	overflow: hidden;
	display:flex;
	justify-content:center;
	padding:20px;
}
.atf-service-img img{
	width: 100%;
	height: auto;
	border-radius:10px;

	transition: all 0.4s ease-out 0s;
}
.atf-single-service:hover .atf-service-img img{
	transform:scale(1.15);
}
.atf-single-service strong{font-size:22px;}

.atf-service-icon {
	float: left;
	margin-right: 25px;
}
.atf-service-icon i {
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: var(--thm-color);
	line-height: 60px;
	text-align-last: center;
	color: var(--thm-white);
	border-radius: 50%;
}
.atf-single-service p{
	margin-top:30px;
}
.atf-single-service .atf-service-content{
	padding: 25px 30px 25px;
}
.atf-single-service .atf-service-content .title {
	margin: 12px 0 20px;
}
.atf-single-service .atf-service-content .title a{
	transition:all 0.5s ease-in-out 0s;
}
.atf-single-service .atf-service-content .title a:hover{
	color:var(--thm-color);
}
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: atf-loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.blue .progress-bar {
	border-color: var(--thm-color);
}
.progress.blue .progress-value{
    color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: atf-loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-value{
    color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: atf-loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-value{
    color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: atf-loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-value{
    color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: atf-loading-5 1.2s linear forwards 1.8s;
}
@keyframes atf-loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes atf-loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes atf-loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes atf-loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes atf-loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background: #f2f4f5;
}
#atf-brand-area .atf-section-padding {
	margin-bottom:40px;
}

#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 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 *06. 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: 5px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content {
	width: 90%;
	padding: 20px 0 25px;
	background: var(--thm-color);
	position: absolute;
	bottom: -50px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
	visibility:hidden;
}
.our-team:hover .team-content {
	bottom: 12px;
	opacity: 1;
	visibility:visible;
}
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-white);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: var(--thm-white);
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: var(--thm-white);
    font-size: 15px;
    color: 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; }
}
 .atf-process-icon i {
	font-size: 20px;
	margin-bottom: 17px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	border-radius: 50%;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. START PRODUCT DESIGN
 *************************************/ 
.atf-short-by .form-select {
	height: 50px;
}
.atf-short-by {
	float:right;
}
.atf-short-by .form-select:focus {
	border-color:var(--thm-color);
	outline: inherit;
	box-shadow: inherit
}
#product{
	background:#f2f4f5;
}
.product-grid{
    text-align: center;
}
.product-grid.atf-product{
	margin:0 15px;
}
.product-grid.atf-product-grid{
	margin:15px 0px;
}
.product-grid .product-image{
    overflow: hidden;

}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease-out 0s;
}
.product-grid .product-image.atf-shop-1:hover img{ transform: scale(1.0); }
.product-grid .product-image:hover img{ transform: scale(1.15); }
.product-grid .product-hot-label{
    color: var(--thm-white);
    background: var(--thm-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    height: 23px;
    padding: 0 8px 0 15px;
    position: absolute;
    top: 10px;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 20% 50%, 0% 0%);
}
.product-grid .add-to-cart{
    color: var(--thm-white);
    background: var(--thm-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 0 7px;
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all .4s ease-out 0s;
}
.product-grid .add-to-cart:hover{ background: var(--thm-black); }
.product-grid:hover .add-to-cart{ bottom: 0; }
.product-grid .product-links{
    background: var(--thm-white);
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    opacity: 0;
    transform: translateX(-100px);
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.4s;
}
.product-grid:hover .product-links{
    opacity: 1;
    transform: translateX(0);
}
.product-grid .product-links li:after{
    content: '';
    background-color: var(--thm-gray);
    height: 1px;
    width: 30px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.product-grid .product-links li:last-child:after{ display: none; }
.product-grid .product-links li a {
	color: var(--thm-black);
	font-size: 18px;
	line-height: 58px;
	height: 55px;
	width: 55px;
	display: block;
	position: relative;
	transition: all 200ms ease 0s;
}
.product-grid .product-links li a:hover{ color: var(--thm-color); }
.product-grid .product-links li a::before, .product-grid .product-links li a::after {
	content: attr(data-tip);
	color: var(--thm-white);
	background-color: var(--thm-color);
	font-size: 12px;
	line-height: 22px;
	border-radius: 5px 5px;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	position: absolute;
	left: 60px;
	top: 10px;
}
.product-grid .product-links li a:after{
    content: '';
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 0;
    transform: translateX(30%) rotate(45deg);
    top: 20px;
    left: 52px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{
    background: var(--thm-white);
    padding: 15px 12px;
}
.product-grid .product-category{
    color: var(--thm-black);
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    display: block;
}
.product-grid .product-category a{
    color: var(--thm-black);
    transition: all 0.3s ease 0s;
}
.product-grid .product-category a:hover{ color: var(--thm-color); }
.product-grid .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 8px;
}
.product-grid .title a{
    color: var(--thm-black);
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: var(--thm-color); }
.product-grid .price{
    color: var(--thm-color);
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 7px;
}
@media screen and (max-width: 991px){
    .product-grid{ margin: 0 0 30px; }
} 
/* ----------------------------------------------------------------------------------------
*START SPECIAL PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-latest-special {
	text-align: center;
	position: relative;
	padding: 0px 0px 50px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-single-latest-special img{
    width: 100%;
    height: auto;
}
.atf-single-latest-special .atf-latest-special-content {
	width: 100%;
	height: auto;
	background: var(--thm-black);
	padding: 10px 0;
	box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.5s ease 0s;
}
.atf-single-latest-special:hover .atf-latest-special-content{
    background: var(--thm-color);
}
.atf-latest-special-content h3 a:hover{
	 color: var(--thm-black)! important;
}
.atf-single-latest-special .atf-latest-special-title{
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-white);
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
	color:var(--thm-white);
}
.atf-single-latest-special:hover .atf-latest-special-title{
    margin-bottom: 10px;
}
.atf-single-latest-special .atf-latest-special-post {
	display: block;
	font-size: 16px;
	color: var(--thm-white);
	text-transform: capitalize;
	height: 0;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
}
.atf-single-latest-special:hover .atf-latest-special-post {
	height: 40px;
	opacity: 1;
	transform: scale(1);
	margin-bottom: 10px;
}
.atf-single-latest-special .atf-latest-special-social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.atf-single-latest-special:hover .atf-latest-special-social{
    transform: translateY(50%);
    opacity: 1;
}
.atf-single-latest-special .atf-latest-special-social li{
    display: inline-block;
}
.atf-single-latest-special .atf-latest-special-social li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--thm-black);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: var(--thm-white);
	transition: all 0.5s ease 0s;
	margin-right: 10px;
}
.atf-single-latest-special .atf-latest-special-social li a:hover{
    color: var(--thm-white);
    background: var(--thm-color);
}

/*Product Destails Design*/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: inherit;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: inherit;
	color: var(--thm-white);
	background-color: var(--thm-color);
}
.nav-item {
	margin-right: 5px;
}

.atf-single-product-details .atf-single-product-title {
	font-weight: 500;
	margin-bottom: 13px;
}
.atf-product-details-area .atf-single-product-details p {
	margin-bottom: 22px;
}
.atf-single-product-star-rating{
	display:flex;
	justify-content:space-between;
	padding: 15px 0;
	border-bottom: 1px solid var(--thm-eee);
	border-top: 1px solid #ECEBEB;
}
.atf-single-product-rating span{
	color: var(--thm-color);
	font-size: 16px;
	margin-right: 2px;
}
.atf-product-details-area .atf-single-product-details .atf-single-product-price {
	font-size: 24px;
	font-weight: 600;
	color: var(--thm-color);
	font-family: var(--thm-font);
}
.atf-single-product-quantity {
	display: inline-block;
	border: 1px solid var(--thm-eee);
	margin-top: 25px;
}
.atf-single-product-quantity input.atf-minus {
	border-right: 1px solid var(--thm-eee);
}
.atf-single-product-quantity input.input-text {
	text-align: center;
	padding-left: 16px;
	margin-left: -3px;
	margin-right: -3px;
}
.atf-single-product-quantity input {
	height: 42px;
	border-radius: 0;
	border: 0;
	background: transparent;
	width: 48px;
	cursor: pointer;
}
.atf-single-product-quantity input.atf-plus {
	border-left: 1px solid var(--thm-eee);
}
.atf-color-variation {
	margin: 0;
	list-style: none;
	padding: 25px 0;
}
.atf-color-variation li {
	display: inline-block;
	margin-right: 3px;
}
.atf-color-variation li:first-child {
	margin-right: 10px;
	text-transform:uppercase;
}
.atf-color-variation li span {
	height: 30px;
	width: 30px;
	border-radius: 5%;
	display: inline-block;
	margin-bottom: -10px;
	border: 1px solid #ddd;
}
.atf-color-variation li a {
	display: block;
}
.atf-color-variation li span.ash {
	background: #92B8B9;
}
.atf-color-variation li span.yellow {
	background: #F9C936;
}
.atf-color-variation li span.pink {
	background: #FA3150;
}
.quantity input.input-text {
	padding-left: 3px;
} 
.atf-product-share h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
	text-transform: capitalize;
	color: var(--thm-p);
}
.atf-socil-share a {
	color: var(--thm-p);
	font-size: 18px;
	line-height: 32px;
	margin-right: 15px;
	transition: .5s;
}
.atf-socil-share a:hover{
	color: var(--thm-color);
}
.atf-product-tabs {
	border-bottom: 2px dotted;
	padding-bottom: 50px;
}
.atf-product-tabs .nav-tabs {
	border: 0;
	margin-bottom: 39px;
}
.atf-product-tabs .atf-dec-tab .tab-pane .atf-product-tab-title {
	color: var(--thm-black);
	font-weight: 600;
	margin-bottom: 20px;
}
.atf-product-tab-size{
	text-transform:uppercase;
}
.atf-product-tab-size a {
	border: 1px solid var(--thm-ddd);
	padding: 3px 13px;
	margin-left: 15px;
}
.atf-product-tab-size a:hover {
	color: var(--thm-white);
	background:var(--thm-color);
}
.atf-review-tab-rating > span {
	color: var(--thm-black);
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 10px;
}
.atf-review-tab-rating {
	margin-bottom: 30px;
}
.atf-review-rating-area .atf-product-rating .atf-review-author h3 {
	color: var(--thm-color);
	display: block;
	float: left;
	font-weight: 600;
	line-height: 13px;
	font-size: 18px;
}
.atf-review-rating-area .atf-product-rating .atf-review-author span {
	color: var(--thm-black);
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin-left: 20px;
}
.atf-review-rating {
	float: right;
}
.atf-review-rating  i {
	color: var(--thm-black);
	font-size: 16px;
}
.atf-review-rating-area .atf-product-rating p {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.atf-noreviews {
	font-weight:600;
}
.quantity input.minus {
	border-right: 1px solid var(--thm-ddd);
}
.quantity input.plus {
	border-left: 1px solid var(--thm-ddd);
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 40px; }
}

/*Cart Design*/

.atf-table-res {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.atf-cart-table-top {
	margin-bottom: 0px;
}
.atf-cart-table-top table {
	margin-bottom: 0px;
}

.atf-cart-table thead tr th:first-child {
	border-left: 1px solid #ddd;
}
.atf-cart-table thead tr th.atf-cart-img {
	min-width: 166px;
	width: 166px;
}
.atf-cart-table thead tr th.atf-cart-product {
	min-width: 250px;
}
.atf-cart-table thead tr th.atf-cart-quantity, .atf-cart-table thead tr th.stock {
	min-width: 130px;
}
.atf-cart-table thead tr th {
	background: #fff;
	border-bottom: 1px solid #ddd !important;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
	color: #000;
	font-weight: 700;
	line-height: 54px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.atf-cart-table tbody tr td:first-child {
	border-left: 1px solid #ddd;
}
.atf-cart-table tbody tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.atf-cart-table .atf-cart-image {
	display: inline-block;
	padding: 10px 25px;
}
.atf-cart-area input.code-input {
	border: 1px solid var(--thm-ddd);
	padding: 0 15px;
	height: 52px;
	font-family: var(--thm-font);
	margin-right: 0px;
}
.atf-table-btn {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	overflow:hidden;
}
.atf-cart-area .atf-order-address {
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
	margin-top: 50px;
	padding: 34px 40px 80px;
}
.atf-cart-area .atf-order-address .atf-order-title {
	font-weight: 600;
	margin-bottom: 17px;
}
.atf-cart-area .atf-order-address .atf-order-subtotal {
	font-family: var(--thm-font);
	margin-bottom: 15px;
}
.atf-cart-area .atf-order-address .atf-order-total {
	border-top: 1px solid #ddd;
	padding: 15px 0 21px;
}
/*checkout Design*/
.atf-checkout-area .title {
	margin-bottom: 20px;
}
.atf-checkout-area .form-label {
	font-weight: 600;
	color: var(--thm-black);
}
.form-select:focus, .form-select:hover {
	border-color: var(--thm-color);
	outline: 0;
	box-shadow: inherit;
}
.table.table-bordered {
	text-align: left;
}
.payment_method {
	padding: 30px;
	border: 1px solid #dee2e6;
	margin: 30px 0;
}
.payment_method li {
	padding: 7px 0;
}
*/*
* ----------------------------------------------------------------------------------------
* END SPECIAL PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
/*
/*
* ----------------------------------------------------------------------------------------
* 07.START PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 08. START PORTFOLIO 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{
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.atf-single-portfolio:before{
    content:"";
    background: linear-gradient(to right,#30E8BF,#FF7E00);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transform-origin: 100% 0;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}
.atf-single-portfolio:hover:before{
    opacity: 0.7;
    transform: rotate(0deg);
}
.atf-single-portfolio img{
    width: 100%;
    height: auto;
}
.atf-single-portfolio .atf-single-portfolio-content{
    color:var(--thm-white);
    width: 100%;
    padding: 15px 5px;
    transform-origin: 100% 0;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.35s ease-in-out;
}
.atf-single-portfolio:hover .atf-single-portfolio-content{
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.atf-single-portfolio .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 0 10px;
}
.atf-single-portfolio .post {
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 20px;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.atf-single-portfolio .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf-single-portfolio .icon li{
    margin: 0 6px;
    display: inline-block;
}
.atf-single-portfolio .icon li a{
    color: var(--thm-white);
    font-size: 15px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--thm-white);
    display: block;
    position: relative;
    transition: all 0.35s;
}
.atf-single-portfolio .icon li a:hover{
    color: var(--thm-white);
    background: var(--thm-color);
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:990px){
    .atf-single-portfolio{ margin: 0 0 30px; }
}
/**************************************
 * 08. END PORTFOLIO DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
#project {
	font-family: var(--thm-font);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: var(--thm-color);
	transition:all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none !important;
	color: var(--thm-white);
	background: var(--thm-color);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
	font-size: 22px;
	font-family: var(--thm-font);
	font-weight: 500;
	text-transform: capitalize;
	background: var(--thm-black);
	color: var(--thm-white);
	border-radius: 25px;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 40px;
	color: var(--thm-black);
}
.atf-project-icon i {
	font-size: 35px;
	color: var(--thm-white);
	margin-right: 30px;
	background: var(--thm-color);
	width: 80px;
	height: 80px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}
.atf-project-img{
	position:relative;
}
.atf-project-img .atf-project-content {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.atf-project-content {
	background: rgba(0,0,0, 0.5);
	padding: 20px 20px;
	border-left: 5px solid var(--thm-color);
	border-radius: 8px;
}
.atf-project-content p {
	color: var(--thm-white);
}

 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
.counter{
    color: var(--thm-white);
    text-align: center;
    width: 210px;
    margin: 0 auto;
}
	.counter .counter-value {
		font-size: 30px;
		font-weight: 600;
		width: 200px;
		height: 200px;
		margin: 0 auto 20px;
		border: 8px solid #c60505;
		border-radius: 100px;
		display: block;
		position: relative;
		z-index: 1;
		padding-top: 60px;
	}

	.counter .counter-label {
		display: block;
		height: 0px;
		position: relative;
		top: -100px;
		z-index: 1;
		font-size: 25px;
	}
		.counter .counter-value:before, .counter .counter-value:after{
    content: "";
    background: linear-gradient(to top left,#c60505,#510101);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter .counter-value:after{
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    width: 75%;
    height: 75%;
}
.counter .counter-content{
    background: linear-gradient(to right,#c60505,#510101);
    padding: 33px 10px 23px;
    border-radius: 0 0 50px 50px;
    position: relative;
	height: 220px;
}
.counter .counter-content:before{
    content: "";
    background:#780304;
    width: 100%;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 0;
}
.counter .counter-icon{
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 13px;
}
.counter h3{
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
	color: var(--thm-white);
}
.counter.orange .counter-content{ background: linear-gradient(to right,#f75700,#ec3305);}
.counter.orange .counter-content:before{ background:#ec3305;}
.counter.orange .counter-value{ border-color: #f75700; }
.counter.orange .counter-value:before,
.counter.orange .counter-value:after{ background: linear-gradient(to top left,#f75700,#ec3305);}
.counter.green .counter-content{ background: linear-gradient(to right,#b7d952,#429a13);}
.counter.green .counter-content:before{ background:#429a13;}
.counter.green .counter-value{ border-color: #b7d952; }
.counter.green .counter-value:before,
.counter.green .counter-value:after{ background: linear-gradient(to top left,#b7d952,#429a13);}
.counter.blue .counter-content{ background: linear-gradient(to right,#27a5b9,#0d70ce);}
.counter.blue .counter-content:before{ background:#0d70ce;}
.counter.blue .counter-value{ border-color: #3dd9f2; }
.counter.blue .counter-value:before,
.counter.blue .counter-value:after{ background: linear-gradient(to top left,#3dd9f2,#0d70ce);}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 08. END PROJECT 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: 40px;
    font-weight: 600;
    line-height: 50px;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 50px;
    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: 20px;
    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
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
#testimonial{
	background: var(--thm-ase);
}
.testimonial{
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid var(--thm-color);
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial .pic{
    width: 95px; 
    height: 95px;
    border-radius: 50%;
    background: var(--thm-color);
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description {
	font-size: 20px;
	color: var(--thm-p);
	border-bottom: 1px solid var(--thm-color);
	padding: 0 25px 35px;
	margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid var(--thm-color);
	background: var(--thm-black);
    border-top: none;
    position: relative;
    text-align: right;
    transition: all 500ms ease 0s;
}
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-white);
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial .post{
    font-size: 14px;
    color: var(--thm-white);
    text-transform: capitalize;
}
.testimonial .rating {
	display: inline-block;
	padding: 3px 5px;
	margin: 0;
	list-style: none;
	background: var(--thm-color);
	position: absolute;
	right: 25px;
	top: 20px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: var(--thm-white);
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 0px;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	border: 2px solid var(--thm-black);
	background: transparent;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
   background: var(--thm-color);
   border: 2px solid var(--thm-color);
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide{
    padding: 0 10px;
    transition: all 0.30s ease 0s;
}
.post-slide .post-img {
    position: relative;
}
	.post-slide .post-img img {
		width: 100%;
		height: auto;
		max-width: none;
	}
.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
	border: 1px solid #eee;
	padding: 25px 20px 30px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.post-slide .post-review:after{
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-review:after{
    opacity: 1;
    transform: translateY(5px);
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.post-slide .post-bar li {
	display: inline-block;
	font-size: 14px;
	font-family: var(--thm-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{
	transition: all 0.3s ease 0s;
}
.post-slide .post-title{
    margin:6px 0 25px 0;
    color:var(--thm-black);
}
.post-slide .post-title a:hover{
	 color:var(--thm-color);
}
.post-slide .post-tag {
	color: var(--thm-color);
	background: var(--thm-ase);
	padding: 5px 10px;
	margin: 0 5px;
}
#blog .atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 30px;
}


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}
.atf-blog-area .post-slide {
	margin: 20px 0px;
	padding: 0;
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	font-weight: 600;
	margin: 12px 5px 5px;
	line-height: 20px;
}
.atf-post-date span {
	font-size: 13px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.atf-widget{
	margin:20px 0;
}
.atf_blog__details-list ul li .text h5 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: var(--thm-black);
}
.atf_blog__details-list .icon {
	color: var(--thm-color);
}
.atf-post.atf-style1 .atf-post-title a{
	transition: all 0.3s ease-in-out 0s;
}
.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}
.atf-blog-related-news {
	padding: 50px 0;
	border-top: 1px solid #eee;
}
.atf-post-info{
	margin-top:-8px;
}
.blog_search {
	position:relative;
}
.blog_search a {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 15px;
	color: var(--thm-color);
	line-height: 50px;
}
.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
	 border-color: var(--thm-color);
	 box-shadow: none;
}
.blog_search i{position:absolute;top:0; right:5px;}

.atf-page-heading {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
 }
.atf-page-heading.atf-size-md {
    height: 450px; 
}
.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}
.atf-page-heading > div {
    position: relative;
    z-index: 1; }

.atf-page-heading-title {
  color: var(--thm-white);
  font-size: 45px;
  text-align: center;
  margin-bottom: 7px; }

.atf-breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }
.atf-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none; }
.atf-breadcamp li:not(:last-child):after {
      content: '/';
      padding-right: 6px;
      margin-left: 6px; 
}
.atf-breadcamp a:hover {
    color: var(--thm-white); 
}
.atf-widget-author img {
	border-radius: 50%;
	width: 200px;
	height: auto;
}
.atf-author-title {
	margin: 15px 0 2px;
}
.atf-widget-author-area span{
	color:var(--thm-color);
}
.atf-widget-social-icon li {
	display: inline-block;
	margin: 10px 5px;
	transition: all 0.3s ease-in-out 0s;
}
.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: var(--thm-white);
}
.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
}
.atf-widget .atf-widget-title::before {
	content: "\f4d8";
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	color: var(--thm-color);
	position: absolute;
	left: 0;
	bottom: 10px;
	padding-right: 20px;
}
.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}
.atf-widget-list li {
	border: 1px dotted #eaeaea;
	background: var(--thm-white);
	margin: 5px;
}
.atf-widget-list a {
	display: block;
	padding: 10px 0;
	padding-left: 12px;
	transition: all 0.3s ease-in-out 0s;
}
.atf-widget-list a:hover {
    color: var(--thm-color); 
}
/* .atf-main-showcase{border:none! important; padding:0 ! important;}
 */
.atf-showcase {
	position:relative
	
}
.atf-showcase-content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.atf-showcase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
}
.atf-widget-list li::before {
	content: "\f101";
	color: var(--thm-p);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	padding-left: 15px;
}
.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}	
.atf-tagcloud {
  margin-bottom: -10px; }
  
.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px; }
.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color); }

.atf-post-details.atf-style1.post-slide .post-review{
	border:none;
	box-shadow:none;
	padding: 25px 0px 15px;
}
.atf-post-details.post-slide .post-review::after{
	background: inherit;
}
.atf-post-details.atf-style1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em; }
.atf-post-details.atf-style1 .slick-slide {
    line-height: 0; }
.atf-post-details.atf-style1 .atf-post-thumb {
    margin-bottom: 25px; }
.atf-post-details.atf-style1 .atf-post-thumb img {
      width: 100%; }
.atf-post-details.atf-style1 .atf-post-title {
    font-size: 28px;
    margin-bottom: 9px; }
.atf-post-details.atf-style1 blockquote {
	background: var(--thm-color);
	margin: 0;
	padding: 30px 40px 27px;
	border-left: 5px solid var(--thm-black);
	border-radius: 4px;
	font-weight: 400;
	margin: 20px 0;
	color: var(--thm-white);
	text-align: left;
}
.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px; }
.atf-post-details.atf-style1 blockquote small span {
	color: var(--thm-white);
}
.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-text p { 
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
.atf-post-details.atf-style1 h2 {
    margin-bottom: 10px; }
.atf-post-details.atf-style1 p {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 img {
	/* margin-bottom: 20px; */
	border-radius: 4px;
	/* margin-top: 5px; */
}
.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px;
}
.atf-post-details.atf-style1 .embed-responsive iframe {
	width:100%;
	height:460px;
}

.atf-post-label > span {
  display: inline-block;
  position: relative; }
.atf-post-label > span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px; }
.atf-post-label > span:not(:last-child)::before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 7px;
}
.atf-post-label a:hover {
  color: var(--thm-color); }

.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.atf-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight:600;
}
.atf-post-tage-list li:not(:last-child):after {
    content: ','; }
.atf-post-tage-list li a:hover {
    color: var(--thm-color); }

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center; }
.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em; }

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap; }
.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}
.atf-post-share-btn-list a:hover {
    color: var(--thm-color); }

.atf-post-btn-gropu {
  display: flex;
  justify-content: space-between; }
.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center; }

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 20px;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
	background-color: var(--thm-white); }
.atf-page-heading-in .atf-post-label > span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75); }
.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white); }

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }

@media screen and (max-width: 991px) {
  .atf-page-heading-title {
    font-size: 38px; }

  .atf-page-heading-subtitle {
    font-size: 16px; }

  .atf-page-heading.atf-size-md {
    height: 350px;
    padding-top: 80px; }

  .atf-page-heading-title br {
    display: none; }

  .atf-page-heading {
    height: 500px;
    padding-top: 80px; } }
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
	padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
	line-height: 20px;
	margin-bottom: 15px;
	/* margin-right: 30px; */
}
.comment-author a:hover{
   color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	/* top: 24px; */
}
.comment-metadata a:hover{
	color: var(--thm-color);
}
.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-color);
}
.comment-reply-link i{
	margin-right: 6px;
}
.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}
.reply{
	margin-top:10px;
}
.children .comment-body {
    margin-left: 100px;
}
.comment-respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea; }

.comment-form {
  display: flex;
  flex-wrap: wrap; }

.comment-form-author,
.comment-form-email {
  width: 50%; }

.comment-form-email {
  padding-left: 10px; }

.comment-form-comment {
  width: 100%; }

.comment-form-author {
  padding-right: 10px; }

.comment-form-url {
  padding-left: 0px;
  width: 100%; }

.form-submit {
  margin-bottom: 0; }

.comment-form p {
  margin: 0; }

.comment-form textarea,
.comment-form input {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .comment-form textarea:focus,
  .comment-form input:focus {
    outline: none;
    border-color: var(--thm-color); }

.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.post-navigation > div {
  display: inline-block; }

.nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  margin-right: 4px; }

.nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-left: 4px; }

.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px; }
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 

.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: var(--thm-black);
    background-color: var(--thm-f6);
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    width: 50px;
    padding: 0;
    margin: 0 3px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: var(--thm-white);
    background-color: var(--thm-color);
}
.pagination li a.page-link:before{
    content: '';
    background-color: var(--thm-color);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before{
    background-color: #010522;
    opacity: 1;
    top: 90%;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
}


/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
	font-weight: 600;
	margin-right: 5px;
	color: var(--thm-black);
}
.atf_portfolio__details-info-item ul li a{
	color: var(--thm-base);
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover{
	color: var(--thm-color);
	text-decoration:underline;
}
.atf_portfolio__details-goal-features .icon{
	color: var(--thm-color);
}
.atf_portfolio__details-social ul li {
  display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_portfolio__details-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: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/ 
/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_service__details-list ul li .text h5 {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: var(--thm-black);
}
.atf_service__details-list .icon {
	color: var(--thm-color);
}
.atf_service__details-list {
	font-size: 18px;
	line-height: 1.8em;
}
.atf_services__details-features .icon {
	color: var(--thm-color);
}
.atf_services__details-features ul li .text h5 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: #0a4c48;
}
.atf_services__details-features ul li:not(:last-child) {
	margin-bottom: 13px;
}
.atf_services__widget {
	padding: 40px 40px;
	border: 1px solid #eaeaea;
}
.atf_services__widget-links ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.atf_services__widget-links ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	font-family: var(--thm-font);
}
.atf_services__widget-download .services-download-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	color: #ffffff;
	background: #0a4c48;
	text-transform: uppercase;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	padding-right: 10px;
}
.atf_services__widget-download .services-download-btn.yellow {
	background: #fad105;
	color: #222222;
}
.atf_services__widget-social span {
	font-size: 15px;
	font-weight: 500;
	color: #2c3941;
	margin-right: 15px;
}
.atf_services__widget-social ul li a:hover {
	color: var(--thm-color);
}
.atf_services__widget-social ul li {
	display: inline-block;
}
.atf_services__widget-social ul {
	display: inline-block;
}
.atf_services__widget-social ul li:not(:last-child) {
	margin-right: 15px;
}
.atf_services__sidebar-banner {
	position: relative;
}
.atf_services__sidebar-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.atf_services__sidebar-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.58);
}
.atf_services__sidebar-banner-content h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.atf_services__sidebar-banner-content h4 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 24px;
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.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 .iq-video {
	background: var(--thm-white);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-color);
	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)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
 /*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_team-about-details h2 {
	line-height: 1;
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .atf_team-about-details h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .atf_team-about-details h2 {
    font-size: 36px;
  }
}
.atf_team-about-details > span {
  font-size: 14px;
  color: var(--thm-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.atf_team-about-details p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.atf_team-about-details ul li {
  margin-bottom: 16px;
}
.atf_team-about-details ul li span {
  font-weight: 600;
  color: var(--thm-black);
  transition: all 0.3s ease-in-out 0s;
}
.atf_team-about-details ul li a:hover {
  color: var(--thm-color);
  text-decoration:underline;
}

.atf_team-qualification {
  margin-bottom: 52px;
}
.atf_team-qualification h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.atf_team-qualification h4 span {
  color: var(--thm-color);
}
.atf_team-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .atf_team-qualification p {
    padding-right: 0;
  }
}

.atf_team-education {
  padding-bottom: 32px;
}
.atf_team-education ul li {
  margin-bottom: 23px;
}
.atf_team-education .edu-icon {
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-color);
	color: var(--thm-white);
	border-radius: 50%;
	text-align: center;
}
.atf_team-education .edu-icon i {
	font-size: 20px;
	color: var(--thm-white);
}

.atf_team-education .edu-text {
  overflow: hidden;
}
.atf_team-education .edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.atf_team-education .edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}
 /*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/  
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:#f2f4f5;
	border: 1px solid  #73bc4f;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.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: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
	display:inline-block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	border-radius: 5px;
	padding: 7px 20px;
	color: var(--thm-white);
	transition: all 0.3s ease 0s;
}
.atf-mailchamp-subscribe .btn:hover {
	background: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title {
	margin: 0 0 25px;
	text-transform: capitalize;
	font-weight: 700;
}
.atf-contact-address {
	display: block;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding: 25px 0;
	height: 260px;
}
.atf-contact-icon {
	font-size: 40px;
	color: var(--thm-color);
}
.atf-contact-phone p {
	font-weight: 500;
}
.atf-contact-address1{
	margin-left:20px;
}
.atf-contact-address1{margin-left:50px;}
.atf-border-right{border-right: 1px solid #ddd}
.atf-contact-details {
	display: block;
	overflow: hidden;
	display: inline-flex;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	margin-left: 15px;
	font-weight:700;
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-black);
	display: block;
	overflow: hidden;
	margin-left: 15px;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-area .form input:focus, .atf-contact-area .form textarea:focus,
.atf-contact-area .form input:hover, .atf-contact-area .form textarea:hover {
	border: 1px solid var(--thm-color);
}
.atf-contact-area .form input, .atf-contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background: #f2f4f5;
	font-weight: 400;
	color: var(--thm-black);
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out 0s;
}
.atf-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-black);
}
.form-message{
	color: var(--thm-black);
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	width:100%;
	letter-spacing:0;
}

.contact .form-control {
	padding: 12px 15px;
	border-radius: 0px;
}
.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;
    padding: 20px 0;
    text-align: left;
}
.form-message {
	margin-top:20px;
}


	.fa-user {
		color:green;
	  }
	
  
#faqAccordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: none;
}

#faqAccordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#faqAccordion .panel-title button {
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: var(--thm-color);
    font-size: 20px;
    font-weight: bold;
    color:var(--thm-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

#faqAccordion .panel-title button:before,
#faqAccordion .panel-title button.collapsed:before {
    content: "";
    width: 20px;
    height: 2px;
    background:var(--thm-white); 
    position: absolute;
    top: 30px;
    left: 30px;
}

#faqAccordion .panel-title button::after,
#faqAccordion .panel-title button.collapsed::after {
	content: "";
	width: 2px;
	height: 30px;
	background: var(--thm-white);
	position: absolute;
	bottom: 20px;
	left: 39px;
	transition: all 0.3s ease 0s;
}

#faqAccordion .panel-title button:after {
    height: 0;
}

#faqAccordion .panel-body {
	padding: 20px 30px;
	background: var(--thm-black);
	border-top: 2px solid var(--thm-black);
	font-size: 15px;
	color: var(--thm-white);
	line-height: 35px;
	letter-spacing: 1px;
	text-align-last: right
}
 /**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 350px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area{
	position:relative;
	background:var(--thm-black);
}
.atf-footer-top {
	padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-area .atf-footer-social-icon li a {
	font-size: 14px;
	margin-right: 10px;
	line-height: 36px;
	border-radius: 50%;
	border: 2px solid var(--thm-color);
	text-align: center;
	border: 2px solid;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	padding: 10px 13px;
}
.atf-footer-area .atf-footer-social-icon li a:hover{
	border: 2px solid var(--thm-color);
}

.atf-footer-area .atf-single-footer .atf-footer-social-icon li{
	display:inline-block;
}
.atf-footer-area .atf-single-footer {
	position: relative;
}
.atf-footer-area .atf-single-footer::after {
	content: '';
	position: absolute;
	right: 3px;
	top: 40px;
	background: var(--thm-white);
	width: 65px;
	height: 3px;
	border-radius: 10px;
}
.atf-single-footer h4 {
	margin-bottom: 35px;
	color: var(--thm-white);
	font-size: 24px;
}
.atf-single-footer .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
	font-size: 22px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li a:hover {
	color: var(--thm-color);
}
.atf-single-footer .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-single-footer p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: var(--thm-color);
	font-weight: 700;
	text-decoration:underline;
	-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;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-white);
	text-decoration:none;
}
.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
	margin-left:15px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.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;
  }
  .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; }
}

  .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }


/* ----------------------------------------------------
    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
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/* LOGIN CSS START
/*----------------------------------------*/
.p-relative{
	position:relative;
}
.p-absolute{
	position:absolute;
}
.atf-login__wrapper {
	padding: 50px 85px 55px;
	background: var(--thm-white);
	box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .atf-login__wrapper {
    padding: 50px 40px 55px;
  }
}
@media (max-width: 575px) {
  .atf-login__wrapper {
    padding: 40px 25px 45px;
  }
}
.atf-login__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
.atf-login__top p {
  font-size: 16px;
}
.atf-login__input {
  position: relative;
}
.atf-login__input-wrapper {
  margin-bottom: 14px;
}
.atf-login__input input {
  background: var(--thm-white);
  border: 1px solid #EAEAEF;
  padding-left: 55px;
  /* padding-right: 50px; */
  height: 60px;
  line-height: 60px;
  width:100%;
}
.atf-login__input input:focus {
  border-color: var(--thm-color);
}
.atf-login__input span {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item {
  position: relative;
}
.atf-login__input-item:not(:last-child) {
  margin-bottom: 20px;
}
.atf-login__input-item > span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item > span:hover {
  cursor: pointer;
}
.atf-login__remember input[type=checkbox], .atf-login__remember input[type=radio] {
  display: none;
}
.atf-login__remember input[type=checkbox]:checked ~ label::after, .atf-login__remember input[type=radio]:checked ~ label::after {
  background-color: transparent;
  border-color: var(--thm-color);
}
.atf-login__remember input[type=checkbox]:checked ~ label::before, .atf-login__remember input[type=radio]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.atf-login__remember label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.atf-login__remember label::after, .atf-login__remember label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--thm-white);
  border: 1px solid #EAEAEF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.atf-login__remember label::before {
  width: 14px;
  height: 14px;
  background-color: var(--thm-color);
  left: 3px;
  top: 5px;
  right: 3px;
  bottom: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.atf-login__remember label:hover {
  cursor: pointer;
}
.atf-login__forgot a {
  font-size: 14px;
  color: var(--thm-color);
  text-transform: capitalize;
}
.atf-login__forgot a:hover {
  color:var(--thm-color);
}
.atf-login__btn {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.atf-login__social-header {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--thm-black);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}
.atf-login__social-header::after,
.atf-login__social-header::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: var(--thm-black);
}
.atf-login__social-header::before {
  left: auto;
  right: 100%;
}
.atf-login__social-item a {
	display: inline-block;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 14px;
	background: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	margin-bottom: 20px;
	margin-right: 10px;
}
@media (max-width: 575px) {
  .atf-login__social-item a {
    width: 100%;
    margin-right: 0;
  }
  .atf-login__title{
	  font-size:25px;
  }
}
.atf-login__social-item a:last-child {
  margin-right: 0;
}
.atf-login__social-item a .login-social-icon {
  margin-right: 3px;
}
.atf-login__social-item a .login-social-icon svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.atf-login__social-item a:hover {
  border-color: var(--tp-theme-1);
}
.atf-login__register-now {
  text-align: center;
}
.atf-login__register-now p {
  font-size: 14px;
  margin-bottom: 0;
}
.atf-login__register-now p a {
  color: var(--thm-black);
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.atf-login__register-now p a:hover {
  color: var(--thm-color);
}
@media only screen and (max-width : 2500px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (max-width : 1199px) {
	.atf-nav .atf-nav-list > li {
		margin-right: 15px !important;
	}

	.atf-sign-in a {
		margin: 5px;
	}
}

@media only screen and (max-width : 992px) {
	.atf-header-area .atf-single-details h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.atf-nav .atf-nav-list > li {
		margin-right: 15px !important;
	}

	.atf-single-details h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width : 991px) {
	.atf-nav {
		float: right;
	}

	.atf-site-branding.atf-white-logo img {
		max-width: 165px;
		height: auto;
	}

	.atf-header-area .atf-single-details h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.atf-about-content {
		margin-top: 70px;
	}

	.atf-single-details h2 {
		font-size: 20px;
		line-height: 45px;
	}

	.atf-about-single-img {
		margin: 15px 0;
	}

	.about-single-img {
		margin-top: 30px;
	}

	.atf-counter {
		margin: 15px 0;
	}

	.atf-project-img {
		margin: 25px 0;
	}

	#choose {
		background-size: inherit !important;
		background-attachment: fixed;
	}

	.atf-choose-image {
		margin: 25px 0;
	}

	.counter {
		margin-bottom: 30px;
	}

	.atf-mailchamp-headding h2 {
		margin-bottom: 25px;
	}

	.atf-post-single {
		margin: 15px 0;
	}

	.atf-footer-boottom p {
		text-align: center;
	}

	.atf-footer-area .atf-banner-social {
		text-align: center;
		padding-top: 30px;
	}

	.atf-post-img img {
		width: 100%;
	}

	#atf-map-area {
		margin-top: 25px;
	}

	.atf-footer-area .atf-single-footer {
		margin: 15px 0;
	}

	.mt-lg-40 {
		margin-top: 40px;
	}

	.mb-lg-40 {
		margin-bottom: 40px;
	}

	.atf-contact-address {
		margin: 15px 0;
	}
}


@media only screen and (max-width: 767px) {

	.nav-fill .nav-item {
		font-size: 17px;
	}

	.atf-single-details {
		margin-top: 40px;
	}

	.atf-hero.atf-style1 .atf-hero-subtitle {
		font-size: 14px;
	}

	.navbar-toggler {
		margin-top: -5px;
	}

	.atf-section-title h2 {
		font-size: 25px;
	}

	.atf-section-title p {
		width: 100%;
	}

	.atf-about-text h3 {
		padding: 10px 0 10px 0;
	}

	.atf-counter {
		width: 100%;
	}

	.atf-pd-767 {
		margin-top: 30px;
	}

	.form-message {
		padding-bottom: 30px;
	}

	.atf-footer-boottom p {
		text-align: center;
	}

	.atf-contact-details {
		margin-right: 30px;
	}

	.atf-contact-border h3 {
		margin-top: 20px;
	}

	.atf-video-area {
		margin-top: 100px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 576px) {
	.atf-hero.atf-style1 .atf-hero-subtitle {
		line-height: 30px;
	}

	.atf-contact-border {
		text-align: center;
	}

	.atf-contact-address1 {
		margin-top: 20px;
		margin-left: 0px;
	}

	.atf-pd-767 {
		margin-top: 30px;
	}

	.atf-blog-area .atf-single-blog img {
		width: 100%;
	}

	.atf-hire-content h3 {
		font-size: 20px;
	}

	.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
		margin-top: 30px;
	}

	.atf-contact-border {
		padding: 0;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0);
	}

	.atf-step-content h3, .atf-about-content h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.atf-hero.atf-style1 .atf-hero-title {
		font-size: 28px;
		line-height: 40px;
	}

	.atf-client-content .testimonial-profile {
		margin-top: 20px;
		margin-left: 10px;
	}
}


@media screen and (max-width: 480px) {
	.nav-fill .nav-item {
		font-size: 10px;
		margin: 5px;
	}

	.atf-contact-border h3 {
		margin-top: 20px;
	}

	.atf-header-area .atf-single-details h2 {
		font-size: 35px;
		line-height: 50px;
	}

	.comments-area .children {
		padding-left: 50px;
	}
}

@media screen and (max-width: 320px) and (min-width: 0px) {
	.navbar-toggler {
		margin-top: -5px;
	}

	.atf-hero.atf-style1 .atf-hero-title {
		font-size: 28px;
		line-height: 40px;
	}

	.testimonial .testimonial-profile {
		top: -15px;
	}

	.atf-single-details h2 {
		font-size: 18px;
	}

	.atf-banner-social {
		text-align: center;
	}

	#home .atf-themes-btn {
		margin-bottom: 15px;
	}

	#portfolio .portfolio-list .nav li {
		float: none;
		display: inline-block;
		padding: 7px 8px;
	}

	.atf-pd-767 {
		margin-top: 30px;
	}

	.atf-hire-content h3 {
		font-size: 20px;
	}
}

