/*
Author       : Theme-Family
Template Name: Omnipotent - Multipurpose Business Website Template
Veatfion      : 1.0.1
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--Slider CSS
		--BANNER DESIGN
		--START SLIDER DESIGN 2
		--CLIPE HOME DESIGN
		--WABES HOME DESIGN
    04. START ABOUT DESIGN
		--START FREQUENTLY DESIGN
    05. START FEATURE DESIGN
	06.	START CHOOSE DESIGN
		--START BEST CHOOSE DESIGN
	07.	START VIDEO DESIGN 
	08.	START TEAM DESIGN
	09.	START SKILL DESIGN
	10.	START CASY STUDY DESIGN
	11.	START COUNTER DESIGN
	11.	START HIRE DESIGN
	13.	START TESTIMONIAL DESIGN (START COMPANY BRAND LOGO DESIGN )
	14. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
	15. START CONTACT DESIGN 
	16.	START FOOTER DESIGN(START MAP DESIGN)
		--ANIMATION
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Noto Sans', sans-serif;
	--thm-font2: 'Hind', sans-serif;
	--thm-base: #feda00;
	--thm-line: linear-gradient(to bottom,#FF416C,#FF4B2B);
	--thm-color: #ff6363;
	--thm-black: #0a0a0a;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-f1: #f1f1f1;
	--thm-f2: #f2f2f2;
	--thm-f4: #f4f4f4;
	--thm-f5: #f5f5f5;
	--thm-p: #666666;
	--atf-border-1: #dddddd;
	--atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #171A2B;
	--atf-grey-7: #F9FAFB;
    --atf-grey-8: #E5E7EB;
    --atf-rgb-white: rgba(255,255,255,0.7);  
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--thm-black);
	clear: both;
	font-family: var(--thm-font2);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0px;
}
h1, .h1 {
  font-size: 48px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px; }
@media only screen and (max-width:1199px) { 
	h2  {font-size:20px;}
}
h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 1.9;
	margin-bottom:15px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}
::-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;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background-color: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-line {
	background: var(--thm-line);
}
.bg-skew {
	background: var(--thm-skew);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: var(--thm-f6);
}
.fix{
	position:relative;
	overflow:hidden;
}
.atf_attach_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.atf_bg_fixed {
    background-attachment: fixed;
}
.atf-title-hover {
  background-size: 0% 1px, 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  background-position: 100% 100%, 0 93%;
  background-image: linear-gradient(#fe8e44, #fe8e44), linear-gradient(#fe8e44, #fe8e44);
}
.atf-title-hover:hover {
  background-size: 0 1px, 100% 1px;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf_preloader{
	position: fixed;
	background-color: var(--thm-white);
	z-index: 9999999;
	height: 100%;
	width: 100%;	
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s; 
 }  
.atf_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.atf_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.atf_preloader:before,
.atf_preloader:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 51%;
    background:var(--thm-black);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.atf_preloader:before{
    left: 0; 
}
.atf_preloader:after{
	right: 0; 
}
.atf_preloader.loaded:before, .atf_preloader.loaded:after{width: 0%;}
.spinner {
	width: 70px;
	height: 70px;
	background: var(--thm-color);
	border-radius: 100%;  
	-webkit-animation: atf-scaleout 1.0s infinite ease-in-out;
	animation: atf-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes atf-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes atf-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 120px 0;
}
@media only screen and (max-width:991px) { 
	.atf-section-padding {
		padding: 80px 0;
	}
}
@media only screen and (max-width:576px) { 
	.atf-section-padding {
		padding: 60px 0;
	}
}
/*START SECTION TITLE DESIGN*/

.atf-section-title .sub-title {
	color: var(--thm-color);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: var(--thm-font);
	letter-spacing: 1.6px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}
.atf-section-title .title {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
	letter-spacing: -2px;
}
.atf-section-title p {
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
}
@media only screen and (max-width:767px) { 
	.atf-section-title .title  {font-size:36px;letter-spacing:-1px}
}
@media only screen and (max-width:480px) { 
	.atf-section-title .title  {font-size:28px;letter-spacing:0px;}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.atf-scrollup-icon {
	font-size: 18px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}
.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
	position: relative;
	color: var(--thm-white);
	border-radius: 6px;
	text-transform: capitalize;
	padding: 16px 40px;
	font-size: 15px;
	border-bottom: none !important;
	line-height: 28px;
	background: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	display: inline-block;
	box-shadow: none;
	border: none;
}
.atf-themes-btn:hover{
    color:var(--thm-white);
}
.atf-themes-btn:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	z-index:-1;
}
.atf-themes-btn:hover:before{
    height:100%;
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom:15px; }
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img {
	width: 170px;
	height: auto;
}
.atf-main-responsive-nav {
	display: none;
}
.atf-main-nav {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}

.atf-main-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.atf-main-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-white);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}


.atf-main-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 200px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::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: -5px;
	left: 16px;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 20px;
	margin: 0;
	position: relative;
	color: var(--thm-black);
	font-size: 15.5px;
	font-weight: 500;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--thm-color);
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--thm-color);
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .black-logo {
	display: none;
}
.navbar-area {
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.atf-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	background: var(--thm-black) !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
}
.navbar-area.atf-sticky-header .navbar-nav .nav-item a {
	color: var(--thm-white);
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a:hover, .navbar-area.atf-sticky-header .navbar-nav .nav-item a:focus, .navbar-area.atf-sticky-header .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header .logo .black-logo {
		display: block;
	}

	.atf-main-responsive-nav {
		display: block;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu {
		position: relative;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}
	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
		color: var(--thm-black);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--thm-color);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal {
		color: var(--thm-white);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.atf-main-responsive-nav .logo .white-logo {
		display: block;
	}

	.atf-main-nav {
		display: none;
	}
}
.meanmenu-reveal span span {
  display: none !important;
}

/* header top design */
.atf-top-header .atf-top-header-in ul li:last-child {
	border: none;
}
.atf-top-header .atf-top-header-in ul li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.atf-top-header .atf-top-header-in ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 20px 11px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-white);
	font-size: 14px;
}
.atf-top-header {
	overflow: hidden;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.atf-top-header .atf-top-header-in {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header  .atf-top-social {
	font-size: 14px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.atf-top-social a i:hover{
	color:var(--thm-white);
}
.atf-top-social a i {
	margin-left: 4px;
	color: rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.3);
	border-radius: 50%;
}
.navbar-area.atf-sticky-header .atf-top-header-in  {
	height: 0; 
}
.navbar-area.atf-sticky-header .atf-top-social  {
	height: 0; 
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px; 
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
}
.atf-top-header-list li a:hover {
    color: var(--thm-white);
}
@media screen and (max-width: 991px) {
  .atf-top-header {
    display: none; }
}
@media screen and (max-width: 767px) {
  .atf-main-responsive-nav .logo {
		width: 60%;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START HERO SLIDER
* ----------------------------------------------------------------------------------------
*/
.atf-cover-bg {
    position: relative;
    z-index: 1;
}
.atf-cover-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.2;
	background: var(--thm-black);
	z-index: -1;
}
.ai-center {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-area {
	position: relative;
	z-index:1;
}
.atf-single-slider{
	height:750px;
}
.atf-hero-content {
	padding-top:100px;
}
.atf-hero-content .atf-subtitle {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--thm-white);
	text-shadow: #222222 2px 2px 2px;
	letter-spacing: -2px;
	display: inline-block;
	margin-bottom: 5px;
}
.atf-hero-content .atf-title {
	font-size: 100px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--thm-base);
	text-shadow: #000 1px 1px 1px;
	letter-spacing: -6px;
}
.atf-hero-area .owl-dots {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}
.atf-hero-area .owl-dots .owl-dot {
	box-shadow: 0 0 0 2px var(--thm-white);
	border: none;
	border-radius: 50%;
	background: transparent;
	width: 15px;
	height: 15px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	display:block;
}
.atf-hero-area .owl-dots span {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1);
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	transition: all 0.3s ease;
}
.atf-hero-area .hero-slider.owl-carousel .owl-dot:hover,
.atf-hero-area .hero-slider.owl-carousel .owl-dot.active {
	box-shadow: 0 0 0 2px var(--thm-color) !important;
}
.atf-hero-area .hero-slider.owl-carousel .owl-dot:hover span,
.atf-hero-area .hero-slider.owl-carousel .owl-dot.active span {
	background: var(--thm-color);
	transform: scale(0.4);
}
.atf-hero-area .hero-slider.owl-carousel .owl-dot.last-child {
	margin-bottom: 0;
}
.atf-hero-area .hero-slider.owl-carousel .owl-dot span {
	margin: 0px 0px;
}
 /*-- Animations Start --*/
.owl-item.active .animation__style01 .atf-subtitle {
	-webkit-animation: fadeInUp .5s ease-in-out;
	animation: fadeInUp .5s ease-in-out;
}
.owl-item.active .animation__style01 .atf-title {
	-webkit-animation: fadeInUp .7s ease-in-out;
	animation: fadeInUp .7s ease-in-out;
}
.owl-item.active .animation__style01 .atf-slider-bottom {
	-webkit-animation: fadeInUp .9s ease-in-out;
	animation: fadeInUp .9s ease-in-out;
}
.owl-item.active .atf-single-slider {
	animation: zoomOutEffect 5s ease forwards;
	transition: all 2s ease; 
}

@keyframes zoomOutEffect {
	0%   { transform: scale(1.05); }
	100% { transform: scale(1); }
}
@media only screen and (max-width : 576px) {
	.atf-hero-content .atf-subtitle {
		font-size:36px;
		letter-spacing:-1px;
	}
	.atf-hero-content .atf-title {
		font-size:50px;
		letter-spacing:0px;
	}
}
/*---------------------------------------
   Nivo Slider CSS
---------------------------------------*/
.atf-home-overlay {
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.atf-nivo-slider.slider1 .slide-1 {
	position: relative;
	overflow:hidden;
	height:750px;
}
.atf-silder-content {
	padding: 35px 55px 55px;
	border-radius: 20px;
	max-width: 650px;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left:7%;
}
.atf-silder-content .atf-silder-title {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 1.1;
}
.atf-silder-content:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(225,225,225, 0.34);
	z-index: -1;
	border-radius: 5px;
	-webkit-animation: fadeInUp .5s ease-in-out;
	animation: fadeInUp .5s ease-in-out;
	opacity: 0.86;
}
.atf-nivo-slider .nivo-directionNav a {
    background: none !important;
    text-indent: 0 !important; 
    font-size: 16px; 
    line-height: 1;
    width: 30px; 
    height: 30px; 
    text-align: center;
}
.atf-nivo-slider .nivo-directionNav a::before {
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	color: var(--thm-white);
	display: block;
	background: var(--thm-color);
	width: 40px;
	height: 200px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.atf-nivo-slider .nivo-directionNav a.nivo-prevNav::before {
    content: "\f053";
}
.atf-nivo-slider .nivo-directionNav a.nivo-nextNav::before {
    content: "\f054";
}
.atf-slider .nivo-directionNav > a {
    opacity: 1;
    top: 50%; 
    transform: translateY(-50%);
    border-radius: 50%; 
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 5px;
}
.atf-slider .nivo-directionNav > a.nivo-prevNav {
    left: 0px ! important; 
}

.atf-slider .nivo-directionNav > a.nivo-nextNav {
    right: 0px ! important; 
}
.atf-nivo-slider .theme-default a.nivo-prevNav {
	left: 0px;
}
.atf-nivo-slider .theme-default a.nivo-nextNav {
	right: 10px;
}
.atf-nivo-slider .nivo-caption {
	padding: 0px;
}
.atf-nivo-slider .nivo-directionNav a {
	top: 40%;
}
.atf-nivo-slider .theme-default .nivo-controlNav {
	display: none;
}
.atf-nivo-slider.slider1 .atf-silder-title {
  -webkit-animation: fadeInDown .5s ease-in-out;
  animation: fadeInDown .5s ease-in-out;
}
.atf-nivo-slider.slider1 .atf-silder-desc {
  -webkit-animation: fadeInUp .7s ease-in-out;
  animation: fadeInUp .7s ease-in-out;
}
.atf-nivo-slider.slider1 .atf-nivo-silder-btn {
  -webkit-animation: fadeInUp .9s ease-in-out;
  animation: fadeInUp .9s ease-in-out;
}

@media only screen and (max-width: 991px){
	.atf-nivo-slider.slider1 .atf-silder-content {
		left: 15px;
		right: 15px;
		max-width: 80%;
		text-align:center;
		justify-content:center;
		margin:0 auto;
	}
	.atf-silder-content:after{
		background:transparent;
	}
	.atf-nivo-slider .nivo-directionNav a {
		top: 35%;
	}
}
@media only screen and (max-width: 767px){
	.atf-nivo-slider.slider1  .atf-silder-content .atf-silder-title {
		font-size: 36px;
		line-height: 1.3;
		letter-spacing:0;
	}
	.theme-default {
        height: 450px;
    }
	.atf-silder-content {
        padding: 30px;
    }
	.atf-nivo-slider.slider1 .atf-silder-content {
        left: 15px;
        right: 15px;
        max-width: 100%;
    }
	

}

@media only screen and (max-width: 576px){
	.atf-nivo-slider.slider1  .atf-silder-content .atf-silder-title{
		font-size: 28px;
	}
	.atf-silder-desc{
		display:none;
	}
	.atf-nivo-slider .nivo-directionNav a {
		top: 40%;
	}
	.atf-nivo-slider .nivo-directionNav a::before {
		width: 40px;
		height: 40px;
	}

}
/*
* ----------------------------------------------------------------------------------------
* BANNER DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-banner-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 750px;
	opacity: 0.8;
}
.atf-banner-content .atf-sub-title {
	font-weight: 600;
	color: var(--thm-white);
	text-transform: uppercase;
	margin-bottom: 15px;
	background: var(--thm-color);
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	display: inline-block;
	padding: 10px 22px;
	border-radius: 5px;
	display:inline-block;
}
.atf-banner-content .atf-title {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--thm-black);
	letter-spacing: -3px;
}
.atf-banner-content .atf-description p {
	font-weight: 400;
	color: var(--thm-p);
}
.atf-banner-button-area{gap:30px;}
.atf-banner-button-area .atf-program-img .iq-video{
	background: var(--thm-color);
	color: var(--thm-white);
	border: 8px solid var(--thm-white);
}
.atf-animations-shape {
	position: absolute;
	right: 20px;
	top: 0px;
	animation: zoom 4s alternate infinite;
}
.atf-animations-shape img {
	width:100%;
}
@media only screen and (max-width: 767px) {
	.atf-banner-content br{
		display:none;
	}
}

/*
* ----------------------------------------------------------------------------------------
* END BANNER  DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* END START SLIDER DESIGN 2
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home{
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.atf-web-area svg {
  height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/* about design Two */
.about_thumb img{
	border-radius:20px;
	width:100%;
	height:100%;
}
.atf-about-image img{
	border-radius:20px;
	position: relative;
}
.color-me {
    color: var(--thm-color);
    width: 150px;
    height: 150px;
}
/* about design Shape */
.atf-spinner1 svg {
	position: absolute;
	bottom: -55px;
	z-index: 11;
	animation: zoom 4s alternate infinite;
}
.atf-spinner2 svg{
	position: absolute;
	top: -55px;
	right: 0;
	animation: scale 4s alternate infinite;
}
/* about design one */
ul.listing-style li {
	position: relative;
	padding-left: 30px;
	line-height: 34px;
	font-weight: 500;
	font-size: 16px;
}
ul.listing-style li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "\f058";
	font-family: 'Font Awesome 7 Free';
	color: var(--thm-color);
	font-size: 20px;
}
/* about design Three */
.atf-spinner1 img {
	position: absolute;
	bottom: -55px;
	z-index: 11;
	animation: zoom 4s alternate infinite;
}
.atf-spinner2 img{
	position: absolute;
	top: -55px;
	right: 0;
	animation: scale 4s alternate infinite;
}
.atf-single-about-list{gap:30px;}
.atf-about-list h3{
	margin-bottom:15px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-feature-content {
	background: var(--thm-white);
	border:1px solid #eee;
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-content:hover {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.atf-feature-icon span {
	color: var(--thm-color);
	font-size: 25px;
	border: 1px dashed;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
}
.atf-feature-content:hover .atf-feature-icon span {
	color: var(--thm-white);
	background: var(--thm-color);
	transform: scale(1.1);
}
.atf-single-feature {
	border: none;
	border-radius: 20px;
	cursor:pointer;
}
.atf-feature-text h3 {
	padding: 30px 0 15px 0;
	color: var(--thm-black);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-content h3:hover {
	color: var(--thm-color);
}
.atf-arrow-btn {
	color: var(--thm-color);
	padding: 5px 15px;
	border-radius: 6px;
	border: 1px dashed;
	font-size: 16px;
	display:inline-block;
}
.atf-arrow-btn:hover {
	color: var(--thm-white)!important;
	background: var(--thm-color);
}
@media only screen and (max-width : 991px) {
	.atf-feature-content{
		margin-bottom:25px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-service-shape svg{
	position: absolute;
	right:50px;
	top: 50px;
	z-index: 11;
}
.atf-service-shape_two svg{
	position: absolute;
	left:50px;
	top: 50px;
	z-index: 11;
}
.atf-service-item .atf-service-item-img{
    position: relative;
}
.atf-service-item .atf-service-item-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0,0,0.4);
    transition: opacity 0.40s linear 0s;
	border-radius:20px;
}
.atf-service-item:hover .atf-service-item-img:before{
    opacity: 1;
}
.atf-service-item .atf-service-item-img img{
    width: 100%;
    height: auto;
	border-radius:20px;
}
.atf-service-item .atf-service-item-content {
	position: relative;
}
.atf-service-item .atf-service-item-title {
	font-weight: 600;
	color: var(--thm-black);
	margin-top:25px;
	margin-bottom:25px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-service-item .atf-service-item-title:hover {
	color: var(--thm-color);
}
.atf-service-item .atf-service-item-title::after {
	content: "";
	width: 75px;
	display: block;
	margin-top: 30px;
	border-bottom: 2px solid var(--thm-color);
}
.atf-service-item .description{
    color: var(--thm-p);
}
.read {
	color: var(--thm-black);
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.read:hover {
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 06. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-choose-area.atf-cover-bg:before{
	opacity: 0.8;
	background: var(--thm-black);
}
.atf-choose-item {
	border: none;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-f6);
	z-index: 1;
}
.atf-choose-icon span {
	font-size: 30px;
	color: var(--thm-color);
	border: 1px dashed;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
	display: inline-block;
}
.atf-choose-content h3 {
	color: var(--thm-black);
	margin: 25px 0 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.atf-choose-content h3:hover{
	color: var(--thm-color);
}
@media only screen and (max-width : 991px) {
	.atf-choose-item{
		margin-bottom:25px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* END BEST CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-popup-video{
	display:flex;
	align-items:center;
	justify-content:end;
}
@media only screen and (max-width : 991px) {
	.atf-popup-video {
		justify-content: start !important;
		margin-top: 30px;
	}
}
.atf-program-area {
	position: relative;
}
.atf-program-area .atf-program-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0.1;
}
.atf-program-area .atf-program-img img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-popup-video{
	display:flex;
	align-items:center;
	justify-content:end;
}
@media only screen and (max-width : 991px) {
	
}
.atf-program-img.style1 .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-program-img .iq-video {
	background: var(--thm-base);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-color);
}
.atf-program-img .iq-video i {
	margin-left: 3px;
}
.atf-program-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-program-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-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-program-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-program-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)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 07. END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team{
    text-align: center;
    position: relative;
}
.atf-single-team:before{
    content: "";
    border: 3px solid var(--thm-color);
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover:before{
    opacity: 1;
    transform: scale(1);
}
.atf-single-team .atf-team-pic{ position: relative; }
.atf-single-team .atf-team-pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-pic:before{ opacity: 1; }
.atf-single-team img{
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-content{
    padding: 20px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-content{ top: -50%; }
.atf-single-team.atf-team-title{
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0 0 15px 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-title{ color: var(--thm-white);}
.atf-single-team .atf-team-post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-post{ color: var(--thm-white); }
.atf-single-team .atf-team-social{
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-social{
    opacity: 1;
    transform: scale(1);
}
.atf-single-team .atf-team-social li{ display: inline-block; }
.atf-single-team .atf-team-social li a{
    display: block;
    padding: 0 15px;
    font-size: 20px;
    color: var(--thm-color);
    border-right: 1px solid var(--thm-black);
    position: relative;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover{ color: var(--thm-black); }
.atf-single-team .atf-team-social li:last-child a{ border-right: none; }
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-progress-area .atf-section-title{margin-bottom:20px;}
.progressbar-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--thm-black);
	margin-top: 0;
	text-transform: uppercase;
}
.progress{
    height: 35px;
    background: #e8e6e5;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 2s;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: 700;
    color: var(--thm-white);
    position: absolute;
    right: 28px;
    z-index: 1;
}
.progress .progress-icon{
    background: #e8e6e5;
    border-bottom: 35px solid;
    border-right: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 10. START CASY STUDY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 30px;
}
.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;
	color: var(--thm-black);
	box-shadow: none;
	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 {
	font-family: var(--thm-font);
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 10px 10px;
}
.atf-single-portfolio img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
	border-radius:20px;
}
.atf-single-portfolio:hover img{ transform: perspective(500px) rotateX(50deg); }
.atf-single-portfolio .atf-portfolio-single-content {
	color: var(--thm-white);
	background: linear-gradient(to right, rgba(221, 90, 90, 0.72), rgba(21, 98, 123, 0.74));
	width: 100%;
	height: 100%;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(500px) rotateX(-50deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
	border-radius:20px;
}
.atf-single-portfolio:hover .atf-portfolio-single-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}
.atf-single-portfolio .atf-portfolio-content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.atf-single-portfolio .atf-portfolio-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: var(--thm-white);
}
.atf-single-portfolio .atf-portfolio-post {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px;
}
.atf-single-portfolio .atf-portfolio-icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf-single-portfolio .atf-portfolio-icon li{
    margin: 0 5px;
    display: inline-block;
}
.atf-single-portfolio .atf-portfolio-icon li a{
    color: var(--thm-black);
    background: var(--thm-white);
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.atf-single-portfolio .atf-portfolio-icon li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-black);
}
/**************************************
 * 10. END CASY STUDY DESIGN
 *************************************/
/*
* --------------------------------------
* 11. START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter-value {
	color: var(--thm-white);
	font-weight: 600;
	-webkit-text-fill-color: #793A3A00;
	-webkit-text-stroke-color: #333;
	-webkit-text-stroke-width: 1px;
	line-height: 60px;
	display: inline-block;
	transition: all .3s ease 0s;
}
.atf-counter-value {
	padding: 0px 0px 0px;
	font-size: 36px;
	font-weight: 600;
}
.atf-counter-content h3 {
	color: var(--thm-black);
	margin-top:5px;
	margin-bottom:10px;
}
.atf-counter-icon .icon {
	font-size: 25px;
	color: var(--thm-color);
	margin-right: 10px;
	display: inline-block;
}
.atf-counter-content p { color: var(--thm-p);}
.atf-counter{
	margin-bottom:25px;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    background-color: #f9faff;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	color: var(--thm-black);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 20px;
}
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover {
	 background: var(--thm-color);
	 color: var(--thm-white);
}
.atf-faq-accordion .card .card-header button::before {
    content: "\f078";
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: 'Font Awesome 7 Free';
    font-size: 16px
}

.atf-faq-accordion .card .card-header button.collapsed {
    border-bottom-width: 0
}

.atf-faq-accordion .card .card-header button.collapsed::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
/*
* ----------------------------------------------------------------------------------------
* END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 12. START HIRE DESIGN
 *************************************/
.atf-hire-content p {
	color: var(--thm-white);
}
@media only screen and (max-width: 767px) {
	.atf-hire-btn.text-end {
		text-align: left !important;
		margin-top: 30px;
	}
}
 /**************************************
 * 10. END HIRE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 12.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START TESTIMONIAL DESIGN
 *************************************/
.atf-testimonial-single{
	 gap:50px;
}
.atf-testimonial-single .atf-testimonial-pic {
	width: 100%;
    height: auto;
}
.atf-testimonial-single .atf-testimonial-pic img{
	width: 300px;
	height: 300px;
	border-radius:20px;
}
.atf-testimonial-single .atf-testimonial-description {
	font-size: 15px;
	color: var(--thm-p);
	position: relative;
	padding-top: 30px;
}
.atf-testimonial-single .atf-testimonial-description::before {
	content: "\f10d";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	top: -20px;
	left: 0px;
	font-size: 25px;
	color: var(--thm-color);
}
.atf-testimonial-single .atf-testimonial-title{
    font-size: 22px;
    color: var(--thm-color);
    text-transform: capitalize;
}
.atf-testimonial-single .atf-testimonial-post{
    display: block;
    font-size: 14px;
	margin-top:10px;
}
.atf-testimonial-icon{ color :var(--thm-color);}

@media only screen and (max-width: 767px){
    .atf-testimonial-single{
        padding: 0;
        border: none;
    }
	.atf-testimonial-single{
		gap:0;
	}
	.atf-testimonial-single.d-flex.align-items-center{
		display:inherit;
	}
    .atf-testimonial-single .atf-testimonial-pic{
       display:none;
    }
    .atf-testimonial-single .atf-testimonial-description{
        margin-top: 15px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-active img{
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog-content{
	padding-top:30px;
}
.atf-blog-tags span {
	background: var(--thm-color);
	color: var(--thm-white);
	padding: 10px 22px;
	display: inline-block;
	border-radius: 20px;
}
.atf-post-img > img{
    width: 100%;
    height:auto;
	border-radius:20px;
}
.atf-post-title > a{
    font-size: 22px;
    text-transform: capitalize;
    color:var(--thme-black);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-title {
	margin-top: 20px;
	margin-bottom: 15px;
}
.atf-post-title > a:hover {
	text-decoration: none;
	color: var(--thm-color) !important;
}
.atf-post-bar {
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding: 15px;
	background: var(--thm-black);
	color: var(--thm-white);
	gap: 30px;
	border-radius:20px;
}
.atf-post-bar > li {
	display: inline-block;
	position:relative;
}
.atf-post-bar li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: var(--thm-white);
	left: -16px;
	top: 0;
}
.atf-post-bar li:after:first-child{
   width: 0px;
}
.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author, 
.atf-post-slide .atf-comment {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
}
.atf-post-slide .author > a,
.atf-post-slide .comment > a,
.atf-post-slide .comment > i{
    color:var(--thm-color);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-author > a:hover,
.atf-post-slide .atf-comment > a:hover{
    text-decoration: none;
    color:var(--thme-color);
}
.atf-post-slide .atf-post-date > i,
.atf-post-slide .atf-author > i,
.atf-post-slide .atf-comment > i{
    margin-right: 8px;
    font-size: 15px;
}
@media only screen and (max-width: 360px) {
    .atf-post-bar > li:last-child{
        margin-top: 8px;
        padding: 0;
		float:inherit;
    }
}


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-area .left-glow {
	background: radial-gradient(circle, #929392 0%, transparent 70%);
	opacity: 0.25;
}
.breadcrumb-area .right-dots {
	position: absolute;
	right: -150px;
	bottom: 40px;
	width: 300px;
	height: 300px;
	background-image: radial-gradient(#000 10%, transparent 10%);
	background-size: 20px 20px;
	background-position: center;
	opacity: 0.25;
	z-index: 0;
	transform: rotate(45deg);
}
.breadcrumb-area .blur-circle {
	background: radial-gradient(circle, #929392 0%, transparent 60%);
}
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.4;
	content: "";
	background-color: var(--thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	background-color: var(--thm-white);
	padding: 10px 20px;
}
.breadcrumb-single-content span {
	font-weight: 500;
	padding-right: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--thm-black);
}
.breadcrumb-single-content span a:hover {
	color: var(--thm-black);
}
.breadcrumb-sub-title {
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	color: var(--thm-white);
	line-height: 1.3;
	font-family: var(--atf-ff-heading);
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 200px;
	padding-bottom: 100px;
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--thm-black);
	display: inline-block;
	padding: 2px;
	margin: 0 0 2px 7px;
	background: var(--thm-black);
	border-radius: 50%;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center;
	}
}
@media only screen and (max-width:479px) {
	.breadcrumb-title {
		font-size:40px;
	}
}
/*----------------------------------------*/
/*   END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blog_slider .slick-arrow-1 .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.blog_slider .slick-arrow-1 .slick-arrow {
	left: -30px;
	right: auto;
}
.blog_slider .slick-arrow-1 .slick-next {
	left: auto;
	right: -30px;
}
.blog_slider .slick-arrow-1:hover .slick-arrow {
	left: -30px;
	right: auto;
}
.blog_slider .slick-arrow-1:hover .slick-next {
	left: auto;
	right: -30px;
}
.blog_slider .slick-arrow-1 .slick-arrow:hover {
	color: var(--atf-thm-black) !important;
}
@media only screen and (max-width:576px) {
	.blog_slider .slick-arrow-1 .slick-arrow{
		display:none;
	}
}
.blogpost-thumb {
	position: relative;
}
.blogpost-thumb img {
	width: 100%;
	border-radius:20px;
}
.blogpost-meta-box-area{
	padding: 30px 40px;
	border-radius:20px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color: var(--thm-p);
}
.blogpost-meta-content.tag {
	background: var(--thm-f1);
	padding: 5px 12px;
	border-radius: 5px;
}
.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--thm-black);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blogpost-text p {
	margin-bottom: 20px;
}
blockquote {
	position: relative;
	padding: 40px;
	border-radius: 20px;
	background-color: white;
	border: 1px solid var(--atf-border-1);
	border-left: 5px solid var(--thm-black);
	margin-bottom: 0;
}
blockquote span {
	display: inline-block;
	text-align:center;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height:50px;
	border-radius: 50%;
	background: var(--thm-black);
	color: var(--thm-white);
}
blockquote p {
	font-weight: 500;
	margin-bottom: 15px;
}
.blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 100px;
}
.blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
	content: "";
	background: var(--thm-black);
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--thm-black);
}
.blogpost-details-list-thumb {
	margin-right: 20px;
}
.blogpost-details-list-thumb img {
	border-radius: 15px;
}
@media only screen and (max-width:767px) {
	.blogpost-details-list{
		margin-top:30px;
	}
}
@media only screen and (max-width:576px) {
	.blogpost-details-social{
		margin-top:30px;
	}
}
@media only screen and (max-width:479px) {
	.blogpost-comment-avater {
		margin-bottom: 10px;
	}
	.blogpost-comment-title {
		font-size: 28px;
	}
	.blogpost-title {
		font-size: 28px;
	}
}
.blogpost-details-list-text{
	gap:25px;
}
@media only screen and (max-width:767px) {
	
	.blogpost-meta-box,
	.blogpost-details-list-text{
		flex-wrap:wrap;
	}
}
.blogpost-details-list {
	background: var(--thm-white);
	padding: 25px;
	border-radius: 20px;
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: var(--thm-black);
}
.blogpost-details-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	border: 1px solid var(--thm-black);
	display: inline-block;
	padding: 3px;
	margin: 0 0 2px 4px;
	background: var(--thm-black);
	border-radius: 50%;
}
.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--thm-black);
	font-size: 20px;
}
.blogpost-details-share {
	padding: 30px 0;
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 600;
	margin-right: 30px;
	color: var(--thm-black);
}
@media only screen and (max-width: 767px) {
	.blogpost-details-social {
		margin-top: 20px;
	}
}
.blogpost-details-tag-content .tagcloud a{
	margin-bottom: 0px;
}
.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: var(--thm-white);
}
.tagcloud a:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border: 1px solid var(--thm-color);
}
.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--thm-black);
	background: var(--atf-grey-1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blogpost-details-social a:hover {
	color:var(--thm-black);
	background: var(--thm-color);
}
.atf-post-btn-group {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.atf-post-btn-group .title {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 1.4;
	font-size: 22px;
	color:hsl(0,0%,20%);
}
.atf-post-btn-group .title:hover{
	color:hsl(0,0%,10%);
}
.atf-post-btn-left {
	border-radius: 20px;
	background: var(--atf-grey-7);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.atf-post-btn-left:hover {
	background: var(--thm-f6);
}
.atf-post-author {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	background:var(--atf-grey-1);
	border-radius:20px;
}
.atf-author-img img {
	max-width: 170px;
	height: auto;
	flex: 0 0 auto;
	border-radius:20px;
}
@media only screen and (max-width:767px) {
	
	.atf-author-img{
		margin-top:25px;
	}
	.atf-post-author {
		flex-wrap: wrap;
	}
	.atf-author-img-content.ml-30{
		margin-top:20px;
		margin-left:0;
	}
	.atf-post-btn-group {
		flex-wrap: wrap;
	}
	li.children.ml-100{
		margin-left:0;
	}
}
.atf-author-social {
	margin-top: 10px;
}
.atf-author-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.atf-author-social-icon li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-author-social-icon li a {
	display: inline-block;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--thm-black);
	background: var(--thm-white);
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-author-social-icon li a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3)inset;
}
/* START BLOG COMMENT DESIGN */
.blogpost-comment {
	background: var(--atf-grey-7);
	padding: 40px 40px;
	border-radius:20px;
}
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--thm-black);
}
.blogpost-comment ul li {
	list-style: none;
}
@media only screen and (max-width:767px) {
	li.children.ml-100{
		margin-left:0;
	}
}
.blogpost-comment-box {
	margin-bottom: 30px;
	border-bottom:1px solid var(--atf-border-1);
	padding-bottom: 30px;
}
.border-none{
	border:inherit;
}
.blogpost-comment-avater img {
	border-radius:15px 0 15px 15px;
}
.blogpost-comment-avater {
	flex: 0 0 auto;
}
.blogpost-comment-name {
	font-size: 20px;
	font-weight: 600;
	color: var(--thm-black);
}
.blogpost-comment-text p{
	margin-bottom:15px;
}
.blogpost-comment-reply a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	background: var(--thm-black);
	color: var(--thm-white);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	right: 30px;
	top: 0px;
}
.blogpost-comment-reply a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}
.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.blogpost-comment-from {
	background: var(--atf-grey-7);
	padding: 30px 40px;
	border-radius:20px;
}
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget-social{
	margin-top:12px;
	background: var(--thm-black);
}
.sidebar-social-content i {
	width: 65px;
	height: 65px;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	border-radius: 0;
	margin-right: 20px;
	color: var(--thm-white);
	background: var(--thm-color);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sidebar-widget-social:hover .sidebar-social-content i {
	color:var(--hm-white);
	background: var(--thm-black);
}
.sidebar-widget {
	padding: 50px;
	background: var(--atf-grey-2);
	border-radius: 20px;
	text-align: left;
}
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget-title {
	font-weight: 600;
	line-height: 1.5;
	font-size: 22px;
	position: relative;
	padding-left: 35px;
}
.sidebar-widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	border: 1px solid var(--thm-black);
	display: inline-block;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0 0 2px 4px;
	background: var(--thm-black);
	border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget {
    padding: 40px;
  }
}
.sidebar-search-input {
	position: relative;
}
.sidebar-search-input input:focus {
	border: 1px solid var(--thm-color);
}
.sidebar-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 20px;
	background-color: var(--thm-white);
	width: 100%;
	padding-left: 15px;
}
.sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--thm-white);
	background: var(--thm-black);
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.lp-post {
	margin-bottom: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding:15px;
	background:white;
}
.lp-post:hover {
	background: var(--thm-f6);
}
.lp-post-thumb {
	margin-right:15px;
	flex: 0 0 auto;
}
.lp-post-thumb a img {
	width: 72px;
	height: 72px;
	border-radius: 10%;
}
.lp-meta {
	font-size: 12px;
	margin-top: 10px;
}
.lp-meta i {
	font-size: 14px;
	color: var(--thm-black);
	margin-right: 5px;
}
.lp-post-title {
	font-size: 16px;
	font-weight: 500;
	color: hsl(0,0%,20%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.lp-post-title:hover {
	color: hsl(0,0%,10%);
}
.sidebar-widget-content ul li {
	position: relative;
	display: block;
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0px;
	background: var(--thm-white);
	color: var(--thm-black);
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 5px;
	padding-left: 15px;
	margin: 12px 0;
}
.sidebar-widget-content ul li a:hover {
	color: var(--thm-white);
	background: var(--thm-color);
}
.sidebar-widget-content ul li a i {
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar-widget-content ul li span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.atf-post-pagination {
	justify-content: center;
}
.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}
.pagination-outer{ text-align: center; }
.pagination{
    font-family: var(--thm-font);
    display: inline-flex;
}
.pagination li a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	box-shadow: none;
}
.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: var(--thm-black);
}
.pagination li a.page-link::before {
	content: '';
	background-color: var(--thm-color);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease-out 0s;
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    top: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: block;
    }
    .pagination li{
        display: inline-block;
        margin: 0 0 10px;
    }
}
/* ERROR DESIGN   */
.error_search {
	margin-bottom: 40px;
	position:relative;
}
.error_search a {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 15px;
	color: var(--thm-color);
	line-height: 50px;
}
.error_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);
}
.error_search .form-control:focus {
	 border-color: var(--thm-color);
	 box-shadow: none;
}
.error_search i{position:absolute;top:0; right:5px;}
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	background: var(--thm-white);
	border-radius:20px;
}
.atf-contact-info h3{
	font-size:28px;
	font-weight:700;
}
.atf-contact-details {
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-address-icon {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 20px;
	background: var(--thm-color);
}
.atf-address-title h3 {
	font-size: 22px;
	margin-bottom:10px;
}
.atf-contact-details p {
	margin:0;
}
.contact h3 {
	font-size: 28px;
	font-weight: 600;
}
.atf_contact_input {
	margin-bottom:20px;
}
.atf_contact_input input {
	width:100%;
	height:55px;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	box-shadow: none;
	outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    padding-left: 15px;
}
.atf_contact_input textarea {
	width:100%;
	 border: 1px solid rgba(0, 0, 0, 0.1);
	height:120px;
	padding-top:15px;
	padding-left:15px;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	box-shadow: none;
	outline: none;
}
.atf_contact_input textarea:hover, .atf_contact_input textarea:focus, .atf_contact_input input:hover, .atf_contact_input input:focus {
	box-shadow: none;
    outline: 0 none;
    border-color: inherit;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--thm-color);
}
.atf-contact-social-icon a{
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	text-align: center;
	background: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	display:inline-block;
}
.atf-contact-social-icon a:hover {
	background: var(--thm-black);
	color: var(--thm-color);
}
.form-message{
	margin-top:15px;
}
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
}
.atf-footer-area{
	position:relative;
	z-index:1;
}
.atf-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:0.7;
	background: var(--thm-black);
	z-index: -1;
}
.atf_contact_input{
	position:relative;
}
.atf_contact_input .btn i {
	font-size: 18px;
	color: var(--thm-white);
}
.atf_contact_input.newsletter {
	position: relative;
	margin: 0;
}
.atf_contact_input.newsletter .atf-themes-btn {
	position: absolute;
	right: 6px;
	background: transparent;
	box-shadow: none;
	top: 6px;
	background: var(--thm-black);
	border-radius: 5px;
	color: var(--thm-white);
	padding: 8px 22px;
}
@media only screen and (max-width: 767px) {
	.atf-newsletter-title{
		padding-bottom:25px;
	}


}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a:hover {
	background: var(--thm-black);
	color: var(--thm-color);
}
.atf-footer-social-icon a{
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-color);
	text-align: center;
	background: var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	display:inline-block;
}
.atf-footer-widget {
	position: relative;
}
.atf-footer-widget::after {
	content: '';
	position: absolute;
	left: 25px;
	top: 37px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.atf-footer-widget::before {
	content: '';
	position: absolute;
	left: 0;
	top: 35px;
	background: var(--thm-white);
	width: 14px;
	height: 6px;
	border-radius: 0;
}
.atf-footer-widget h3 {
	margin-bottom: 50px;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-footer-widget .atf-list-menu li a {
	color: var(--thm-f3);
	margin-bottom: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-widget .atf-list-menu li a i {
	font-size: 14px;
}
.atf-footer-widget .atf-list-menu li a:hover {
	color: var(--thm-base);
	padding-left: 4px;
}
.atf-footer-widget .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-widget p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-boottom a:hover {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*----------------------------------------*/
/*  17. 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);
}
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
/* END OWL DOT & NAV DESIGN */
/* ANIMATION */
.scale {
  animation: atftranslateX2 8s linear infinite;
  -webkit-animation: atftranslateX2 8s linear infinite;
}
.zoom {
  -webkit-animation: zoom .8s alternate infinite;
}
.rotate {
  animation: spin 15s linear infinite;
  -webkit-animation: spin 15s linear infinite;
}
@keyframes atftranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Right to Left */
.right-to-left {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	width: 46px;
	z-index: 99;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.right-to-left-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.right-to-left-wrapper a {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	position: relative;
}
.right-to-left-wrapper a {
	border-bottom: 1px solid #ddd;
}
.ltr-item i {
	width: 25px;
	height: 25px;
}
.right-to-left-tooltip {
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 2px 15px;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.right-to-left-tooltip::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left-color: #fff;
}
.right-to-left-wrapper a:hover .right-to-left-tooltip {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 10px);
}