/*
Author       : Theme-Family
Template Name: Hadi - Kids Learning Center HTML5 Landing Page Template
Version      : 1.0.2
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---START SLICK SLIDER DESIGN
    04. START FEATURE DESIGN 
    05. START ABOUT DESIGN
		---START VIDEO DESIGN 
	06. START COUNTER DESIGN 
    07. START FACILITES DESIGN
	08. START COURSE DESIGN 
	09. START GALLERY DESIGN 
	10. START TESTIMONIAL DESIGN 
	11. START TEAM DESIGN
		---START COMPANY BRAND LOGO DESIGN 
	12. START BLOG DESIGN	
    13. START CONTACT DESIGN
		---START NEWSLETTER DESIGN
    14. START ADDRESS DESIGN
		--(START MAP DESIGN)
    15. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #ffc152;
	--thm-color: #ff9101;
	--thm-bg: #c6857d;
	--thm-black: #065c97;
	--thm-title: #444444;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-f6: #F1F8FF;
	--thm-f5: #F5F5F5;
	--thm-f4: #F4F4F4;
	--thm-f3: #F3F3F3;
	--thm-f2: #F2F2F2;
	--thm-f1: #F1F1F1;
	--thm-fb: #f6f6f6;
	--thm-p: #737373;
	--thm-9: #999999;
}
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: var(--thm-p);
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--thm-black);
    font-family: var(--thm-font);
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 22px;
	font-weight:600;
	line-height:1.4;
}
@media only screen and (max-width : 991px) {
	h3 {
		font-size: 20px;
	}
}
h4 {
    font-size: 20px;
	line-height:1.4;
	font-weight:600;
}
h5 {
    font-size: 18px;
	font-weight:500;
}

h6 {
    font-size: 16px;
	font-weight:500;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
    font-family:var(--thm-font);
    color: var(--thm-p);
}
dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
button:hover {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
::-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;
}
@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea {
    border: inherit;
    outline:none;
}
.atf_attach_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.black-bg {
    background-color: var(--thm-black);
}
.color-bg {
    background-color: var(--thm-color);
}
.grey-bg-1 {
    background-color: #f9f9f9;
}
.grey-bg-2 {
    background: #f5f5f5;
}
.grey-bg-3 {
    background-color: #f6f9ff;
}
.grey-bg-4 {
    background-color: #dff2d4;
}
.no-border{
	border:none! important;
}
.border-left{
	border-left: 2px solid var(--thm-color);
}
.bg-overlay {
	position:relative;
	z-index:1;
}
.bg-overlay {
  background-color: rgba(36, 42, 53, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index:-1;
}
.color-overlay {
	position:relative;
	z-index:1;
}
.color-overlay {
  background-color: var(--thm-base);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.overlay-gradient {
	position:relative;
	z-index:1;
}
.overlay-gradient {
  background: linear-gradient(to right, #4763cb, #c0392b);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.right{
	text-align:right;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * 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
 *************************************/
 /* Custom Cursor */
.cursor_body {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.cursor_body .cursor-in,
.cursor_body .cursor-out {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

/* Inner dot */
.cursor_body .cursor-in {
  width: 10px;
  height: 10px;
  background-color: var(--thm-color);
  transition: all 0.25s ease-out;
}

/* Outer ring */
.cursor_body .cursor-out {
  width: 40px;
  height: 40px;
  border: 1px solid var(--thm-color);
  opacity: 0.5;
  transition: all 0.2s ease;
} 
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--thm-white);
  z-index: 999999;
}
.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: var(--thm-color);
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #3498db;
  }
  29.9% {
    background: #3498db;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: var(--thm-black);
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #333;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #333;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #3498db;
  }
  29.9% {
    background: #3498db;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #333;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #333;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #333;
  }
}

/*END PRELOADER DESIGN*/
/*START SECTION TITLE DESIGN*/
.atf-section-title .divider {
	margin-top:20px;
	margin-bottom:20px;
}
.atf-section-title img {
	width:50px;
}
.title-color span{
	color:var(--thm-color)! important;
}
.atf-section-title .title {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-section-title .title {
		font-size: 42px;

	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*END SECTION TITLE DESIGN*/

/*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%;
}
.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 {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 4px;
	font-size: 15px;
	padding: 16px 40px;
	font-weight: 500;
	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;
	position: relative;
	transform: translateY(0px);
	border: 2px solid var(--thm-color);
}
.atf-themes-btn:hover{
	background: transparent;
	color: var(--thm-black);
}
.atf-themes-btn.style1:hover {
	background: var(--thm-black) !important;
	border: 2px solid var(--thm-base) !important;
	color: var(--thm-white) !important;
}
.style1{
	-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;
	background: var(--thm-color) ! important;
	border:2px solid var(--thm-color) ! important;
	color: var(--thm-white)! important;
}
.atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	-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;
}
.atf-themes-btn:hover i {
	opacity: 1;
	transform: translateX(8px);
}
.atf-themes-btn.style2{
	background: var(--thm-white);
	color: var(--thm-black);
	border:2px solid var(--thm-white) ! important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-themes-btn.style2:hover{
	background: transparent;
	color: var(--thm-white);
}
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-header-style-1 .atf-header-info {
	padding: 11px 0;
}
.atf-header-style-1.style2 .atf-header-info {
	padding: 15px 0;
}
.atf-header-style-1 .atf-header-info-text {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 0;
	-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;
	font-weight: 500;
}
.atf-header-style-1 .atf-header-info-text:hover a{
	color: var(--thm-white);
}
.atf-header-style-1 .atf-header-info-text a i {
	color: rgba(255,255,255,0.6);
	margin-right: 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;
}
.atf-header-style-1 .atf-header-info-text:hover a i {
	color: var(--thm-white);
}
.atf-header-style-1 .atf-header-info-text {
	margin-right: 20px;
}
.atf-header-style-1 .atf-header-info-social {
	margin-left: 20px;
	color:rgba(255,255,255,0.6);
}
.atf-header-style-1 .atf-header-info-social a {
	margin-right: -4px;
	/* position: relative; */
	padding: 14px 5px;
}
.atf-header-style-1 .atf-header-info-social a {
	font-size: 16px;
	margin-right: 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;
}
.atf-header-style-1 .atf-header-info-social a::before,
.atf-header-style-1 .atf-header-info-social a::after {
	position: absolute;
	width: 1px;
	height: 100%;
	left:0;
	top: 0;
	content: "";
	background-color: #2e4352;
}
.atf-header-style-1 .atf-header-info-social a::after {
	left: auto;
	right: 0;
}
.atf-header-style-1 .atf-header-info-social a:hover{
	color: var(--thm-white);
}
/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.atf-header-bottom-right .header-search-icon {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 8%;
	background: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	-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;
}
.header-search-icon {
    min-width: 25px;
    text-align: center;
    font-size: 16px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.atf-header-bottom-right .header-search-icon:hover {
    background: var(--thm-white);
	color: var(--thm-black);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.header-search-area {
  position: relative;
}
.search_popup{
	background-color: var(--thm-white);
	height: 0;
	margin-right: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 130%;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	width: 320px;
	z-index: 9999;
}
.search_popup form {
    position: relative;
    margin: 15px 15px 0; }
.search_popup input {
	height: 60px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.search_popup button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--thm-color);
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.search_popup button[type="submit"]:hover {
      color: var(--thm-color);
}
.header-search-icon .for-search-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.search-open.search_popup {
  height: 90px; }

.search-open .for-search-show {
  opacity: 0;
  visibility: hidden;
}
.search-open .for-search-close {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
  Menu
---------------------------------------- */
.atf-main-menu > nav > ul > li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}
.atf-main-menu > nav > ul > li > a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	padding: 37px 0;
	display: block;
	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;
}
.atf-main-menu > nav > ul > li .arrow {
	border: 1px solid var(--thm-9);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-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-main-menu > nav > ul > li .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.atf-main-menu > nav > ul > li:hover .arrow.down{
	transform:rotate(230deg);
}
.atf-main-menu > nav > ul > li > a:active,
.atf-main-menu > nav > ul > li > a:focus,
.atf-main-menu > nav > ul > li > a:hover {
	color: var(--thm-color) ! important;
}
/*-------------------------------
# dropdwon menu
--------------------------------*/
.atf-main-menu > nav > ul > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	display: block;
	min-width: 220px;
	visibility: hidden;
	transform: scaleY(0);
	transform-origin: top center;
	background: var(--thm-white);
	border-top: 5px solid var(--thm-color);
	box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
	z-index: 6;
	transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li .sub-menu li {
	position: relative;
	display: block;
}
.atf-main-menu > nav > ul > li .sub-menu li > a {
	font-weight: 600;
	padding: 5px 20px;
	display: block;
	transition: all 0.5s ease;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font-size: 16px;
	-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-main-menu > nav > ul > li:hover > .sub-menu,
 .atf-main-menu > nav > ul > li:hover .atf-mega-menu {
	transform: scaleY(1);
	visibility: visible;
}
.atf-main-menu > nav > ul > li .sub-menu li > a::before {
	position: absolute;
	width: 0px;
	height: 2px;
	top: 50%;
	left: 20px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	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;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a::before {
	width: 15px;
	opacity: 1;
	visibility: visible;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a {
	padding-left: 40px;
	color: var(--thm-color);
}
#mobile_menu{
	display:none;
}
.atf-sticky-active .atf-main-menu > nav > ul > li > a{
	color: var(--thm-black);
}
.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	width: 100%;
	z-index: 99;
	visibility: visible;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px){
	.atf-main-logo img {
		width: 147px;
		height: auto;
		margin: 15px 0;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #fff;
	}
	.slicknav_nav_icon.fas.fa-bars {
		color: var(--thm-white);
	}
	#mobile_menu .slicknav_menu .slicknav_icon {
		float: left;
		height: 18px;
	}
	#mobile_menu .slicknav_btn {
		text-shadow: inherit;
	}
	.atf-main-menu{
		display: none ! important;
	}
	#mobile_menu{
		display: block;
		width: 100%;
	}
	#mobile_menu .slicknav_nav{
		background-color: var(--thm-white);
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}
	#mobile_menu .slicknav_nav a {
		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;
	}
	#mobile_menu {
    	overflow: hidden;
    	position: absolute;
    	right: 0;
    	top: -22px;
    	z-index: 9999;
    }
	#mobile_menu .slicknav_btn {
		margin: 0px;
		background-color: var(--thm-color);
	}
	.slicknav_nav ul {
		margin: 0 0 0 0px;
	}
	#mobile_menu .slicknav_nav ul li ul li{
		margin: 0 0 0 20px ;
	}
	#mobile_menu .slicknav_nav li {
		border-top: 1px solid rgba(0,0,0,0.2);
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	#mobile_menu .slicknav_nav a:hover {
		color: var(--thm-color);
	}
	#mobile_menu{
		display:block;
	}

}
@media only screen and (max-width:991px) {
	.mt-lg-40{
		margin-top:40px
	}
	.mb-lg-40{
		margin-bottom:40px
	}
}
@media only screen and (max-width: 1399px){
	.atf-main-menu > nav > ul > li {
		margin-left: 25px;
	}
}
@media only screen and (max-width : 1199px) {
	.atf-main-menu > nav > ul > li {
		margin-left: 20px ! important;
	}
	.atf-hero-area .atf-hero-content h1 {
		font-size: 40px! important;
		letter-spacing:0;
		font-weight:600;
	}
	.mt-xl-40{
		margin-top:40px
	}
	.mb-xl-40{
		margin-bottom:40px
	}
	.atf-hero-content br{
		display:none;
	}

}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cover-bg {
    position: relative;
	z-index: 1;
}
.atf-cover-bg::before {
    content: "";
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.atf-hero-content img {
	width: 50px;
	height: 50px;
}
.atf-aicenter {
	display: flex;
	align-items: center;
	justify-content:center;
}
.atf-hero-content.style-1{
	padding-top:220px;
	padding-bottom:220px;
}
.atf-hero-content .title {
	font-size: 60px;
	font-weight: 700;
	color: var(--thm-white);
	letter-spacing: -2px;
	line-height: 1.2;
}
.atf-hero-content .description {
	font-size: 16px;
	margin: 20px 0 35px;
}
.atf-hero-area.style3{
	height:850px;
	overflow:hidden;
}

/*
* --------------------------------
* START SLICK SLIDER DESIGN
* --------------------------------
*/
.style2_border_bottom{
	 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}	
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
.atf-slider-content {
	padding-top:260px;
	padding-bottom:220px;
}
.atf-slider-content .sub-title{
	color: var(--thm-white);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius:5px;
	padding: 8px 15px;
	border: 1px solid var(--thm-color);
	font-style:italic;
	font-size:18px;
	font-weight:500;
}
.atf-slider-content .title {
    color: var(--thm-white);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-slider-content .description {
    color: var(--thm-white);
    font-size: 18px;
    margin: 20px 0 30px;
}
.atf-header-bottom-right .call_to_action_btn .icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background-color: var(--thm-color);
	color: var(--thm-white);
	border-radius: 30px;
}
.atf-header-bottom-right .call_to_action_btn .icon i {
	display: block;
	transition: all .5s ease-out;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
	margin-left: 15px;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
	color: var(--thm-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	display: block;
	margin-top: 5px;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_call {
	color: var(--thm-color);
	transition: all .5s ease-out;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call{
	color: var(--thm-black);
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
    left: 0;
    right: auto;
	opacity:0;
	border-radius:50%;
}
.atf-slick-slider-1.slick-arrow-1 .slick-next {
    right: 0px;
    left: auto;
	opacity:0;
	border-radius:50%;
}
@media (min-width: 1350px) {
    .atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
        left: 25px;
        right: auto;
		opacity:1;
    }
    .atf-slick-slider-1.slick-arrow-1:hover .slick-next {
        right: 25px;
        left: auto;
		opacity:1;
    }
}
@media only screen and (max-width: 1199px) {
    .atf-slider-content .title {
        font-size: 50px;
    }
}
@media (max-width: 768px) {
    .atf-slick-slider-1.slick-arrow-1 .slick-arrow,
    .atf-slick-slider-1.slick-arrow-1 .slick-next {
        display: none !important;
    }
    .atf-slick-slider-1.slick-arrow-1 .slick-dots {
        display: block !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .atf-slider-content .title {
        font-size: 40px !important;
    }
    .atf-slider-content .description br {
        display: none;
    }
}
.slick-active .atf-single-slider .sub-title {
    -webkit-animation: 0.5s 0.5s fadeInDown both;
	animation: 0.5s 0.5s fadeInDown both;
}
.slick-active .atf-single-slider .title {
    -webkit-animation: 0.5s 0.5s fadeInUp both;
    animation: 0.5s 0.5s fadeInUp both;
}
.slick-active .atf-single-slider .description {
    -webkit-animation: 0.5s 0.7s fadeInUp both;
    animation: 0.5s 0.7s fadeInUp both;
}
.slick-active .atf-hero-btn {
    -webkit-animation: 0.5s .9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}
.slick-active .atf-single-slider {
	animation: zoomOutEffect 5s ease forwards;
	transition: all 2s ease; 
}
@keyframes zoomOutEffect {
	0%   { transform: scale(1.05); }
	100% { transform: scale(1); }
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.box-shadow-active{
-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-single-feature {
	position:relative;
	border:1px solid var(--thm-eee);
	background:var(--thm-white);
	padding: 40px 25px;
	transition:0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
}
.atf-single-feature:hover {
	-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-single-feature .atf-feature-icon{
	width:70px;
}
.atf-single-feature .description {
	margin:15px 0 20px;
}
.atf-single-feature .read-more {
	color: var(--thm-black);
	text-transform: uppercase;
	position: relative;
	transition: color 0.20s linear;
	font-weight: 600;
}
.atf-single-feature .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid var(--thm-color);
    transition: all 0.30s ease;
	left:0;
	bottom:0;
}
.atf-single-feature .read-more:hover:after{
    width:100%;
}
@media screen and (max-width:991px){
    .atf-single-feature{ margin: 12px 0; }
}
/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-list {
	margin: 12px 0;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 20px 8px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	border-left: 3px solid var(--thm-color);
	border-radius: 8px;
}
.atf-about-title h3 {
	font-size: 22px;
	font-weight: 500;
}
.atf-about-img img {
    width: 100%;
	border-radius:20px;
}
.atf-about-icon {
	font-size: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video {
	position: relative;
	display: block;
}
.atf-singl-video .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-singl-video .iq-video {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-white);
}
.atf-singl-video .iq-video i {
	margin-left: 3px;
	color: var(--thm-white);
}
.atf-singl-video .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: var(--thm-color);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-singl-video .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter{
    color: var(--thm-white);
    text-align: center;
    width: 200px;
    padding: 0 0 45px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter i {
	position: absolute;
	font-size: 50px;
	left: 40%;
	top: 40%;
	color: var(--thm-color);
}
.counter:before,
.counter:after{
    content: '';
    background-color: var(--thm-color);
    height: calc(100% - 120px);
    width: 100%;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
}
.counter:after{
    width: 30px;
    height: 30px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    bottom: 6px;
    left: 50%;
}
.counter .counter-value {
	color: var(--thm-color);
	background: linear-gradient(#f9f9f9 50%,#f2f2f2 50%);
	font-size: 45px;
	font-weight: 700;
	line-height: 130px;
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	border-radius: 50%;
	box-shadow: 0 -5px 0 rgba(255,255,255,0.8),0 10px 10px rgba(0, 0, 0, 0.3);
	display: block;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-color: var(--thm-color);
	-webkit-text-stroke-width: 2px;
}
.counter h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 10px;
	color: var(--thm-white);
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. START FACILITES DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-choose {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 25px;
	border-left: 3px solid var(--thm-color);
	border-radius: 8px;
	margin: 12px 0;
	gap: 20px;
}
.atf-choose-img img{
	border-radius: 20px;
	width:100%;
}
.no-border{
	border:none;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END FACILITES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-course {
	background:  var(--thm-white);
	border: 1px solid var(--thm-eee);
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-single-course:hover {
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-course-img{
	position:relative;
}
.atf-course-img .atf-course-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.atf-course-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-course-icon i {
	color: var(--thm-black);
	font-size: 20px;
	text-align: center;
	background: var(--thm-white);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-course-icon i:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-course-text h3{
	transition: all 0.3s ease-in-out 0s;
}
.atf-course-text h3:hover{
	color: var(--thm-color);
}
.atf-course-text {
	padding: 30px;
}
.atf-course-admin img {
	width: 60px !important;
	height: 60px;
	border-radius: 50%;
}
.atf-course-inner-time span {
	font-style: italic;
	font-weight: 600;
	color: var(--thm-color);
}
.atf-course-admin {
	gap:20px;
}
.atf-course-admin h4{
	transition: all 0.3s ease-in-out 0s;
	font-weight:500;
}
.atf-course-admin h4:hover{
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 08.END COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 09. START GALLERY 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-portfolio{
     overflow: hidden;
     position: relative;
	 border-radius: 20px;
}
 .atf-portfolio{
     margin:0 2px ! important;
 }
.atf-portfolio img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	border-radius: 20px;
}
.atf-portfolio:hover img{
     transform-origin: left center;
     transform: scale(1.1);
     filter: grayscale(100%);
	 border-radius: 20px;
 }
.atf-portfolio .atf-portfolio-content{
     color: var(--thm-9);
     background: var(--thm-white);
     text-align: right;
     padding: 10px 15px;
     box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     bottom: 10px;
     right: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .atf-portfolio-content{
     opacity: 1;
     transform: skew(0);
 }
 .atf-portfolio .title{
     text-transform: capitalize;
     margin: 0 0 3px;
 }
 .atf-portfolio .post{
     color: var(--thm-color);
     text-transform: capitalize;
     display: block;
 }
 .atf-portfolio .icon{
     background-color: var(--thm-white);
     padding: 0 8px;
     margin: 0;
     list-style: none;
	 box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     left: 10px;
     bottom: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .icon{
     opacity: 1;
     transform: skew(0);
 }
 .atf-portfolio .icon li{ margin: 8px 0; }
 .atf-portfolio .icon li a{
     color: var(--thm-white);
     background-color: var(--thm-base);
     text-align: center;
     line-height: 36px;
     height: 35px;
     width: 35px;
     border-radius: 5px;
     display: block;
     transition: all 0.3s ease 0s;
 }
 .atf-portfolio .icon li a:hover{
     color: var(--thm-white);
     background-color: var(--thm-color);
     box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
 }
 @media only screen and (max-width:991px){
     .atf-portfolio{ margin: 0 0 30px; }
 }
/**************************************
 * 09. END GALLERY DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial {
	text-align: center;
	margin: 50px 0px 0;
	padding: 0 10% 1%;
	background: var(--thm-white);
	border: 1px solid #eee;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-style: italic;
    margin: 10px 0 20px;
}
.testimonial .testimonial-title{
    margin: 0;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.testimonial .post:before{
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;
}
.testimonial .testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.testimonial .testimonial-rating li{
    color: var(--thm-color);
    display: inline-block;
}
.testimonial .testimonial-rating li.fa-star{
    color: var(--thm-color);
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 
/* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.my-team{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.my-team .pic:before{
    content: "";
    background: var(--thm-color);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
.my-team:hover .pic:before{
    transform: scale(1);
}
.my-team .pic img{
    width: 100%;
    height: auto;
}
.my-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.my-team:hover .social{
    opacity: 1;
}
.my-team .social li{
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.my-team .social li:nth-child(1){
    transform: translate3d(22px, -19px, 0px);
}
.my-team:hover .social li:nth-child(1){
    transform: translate3d(62px, -19px, 0px);
}
.my-team .social li:nth-child(2){
    transform: translate3d(36px, 38px, 0px);
}
.my-team:hover .social li:nth-child(2){
    transform: translate3d(36px, 8px, 0px);
}
.my-team .social li:nth-child(3){
    transform: translate3d(-18px, -75px, 0px);
}
.my-team:hover .social li:nth-child(3){
    transform: translate3d(-18px, -46px, 0px);
}
.my-team .social li:nth-child(4){
    transform: translate3d(-5px, -19px, 0px);
}
.my-team:hover .social li:nth-child(4){
    transform: translate3d(-43px, -19px, 0px);
}
.my-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--thm-black);
    font-size: 16px;
    color: var(--thm-white);
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.my-team .social li a:hover{
    line-height: 35px;
    background: var(--thm-white);
    color: var(--thm-black);
    transform: rotate(-45deg);
}
.my-team .social li a i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.my-team .social li a:hover i{
    transform: rotate(45deg);
}
.my-team .team-content{
    padding: 15px 10px;
    background: var(--thm-white);
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.my-team .title{
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.my-team small{
    display: block;
    margin-bottom: 8px;
}
.my-team .team-layer{
    width: 100%;
    padding: 34px 10px;
    background: var(--thm-f5);
    border-bottom: 2px solid var(--thm-color);
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.my-team:hover .team-layer{
    bottom: 0;
    opacity: 1;
}
.my-team .team-layer a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}
.my-team .team-layer a:hover{
    color: var(--thm-color);
}
.my-team .post{
    display: block;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px){
    .my-team{ margin-bottom: 25px; }
}
/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-active img{border-radius:20px;}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block;}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------

/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide{
    position:relative;
	text-align:center;
	border:1px solid #ddd;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}
.post-slide .post-date a {
	font-size:14px;
}
.post-slide .post-date i {
	color: var(--thm-color);
	padding-right: 5px;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-content {
	padding: 25px;
}
.post-slide .post-title a{
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:var(--thm-color);
}
.post-slide .read-more{
    color:var(--thm-black);
    text-transform:capitalize;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:var(--thm-color);
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid var(--thm-color);
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact .form-group {
	margin-bottom: 30px;
}
.contact .form-control {
	padding: 16px 20px;
	border-radius: 8px;
	border-left: 2px solid var(--thm-color);
	transition: all 0.5s ease-out;
}
.contact .form-control:hover,
.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;
}
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
	gap:30px;
	margin:20px 0;
}
.atf-contact-icon {
	font-size: 18px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 5%;
	background: var(--thm-color);
}
.atf-contact-content h3{margin-bottom:5px;}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
*  START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
#accordion .card {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
	background: transparent;
	text-align: left;
}
#accordion .card-header {
	margin-bottom: 0;
	color: inherit;
	border-bottom: transparent;
	padding: 0;
	border-radius: 8px;
	background: transparent !important;
	text-align: left;
}
#accordion .card-title {
	margin-bottom:0;
}
#accordion .card-title button {
	display: block;
	padding: 20px 20px 20px 50px;
	background: var(--thm-f6);
	font-size: 22px;
	color: var(--thm-color);
	border: none;
	border-radius: 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
	text-align: left;
}
#accordion .card-title button.collapsed{ color: var(--atf-thm-black); }
#accordion .card-title button::after, #accordion .card-title button.collapsed::after {
	content: "\f107";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--thm-color);
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#accordion .card-title button.collapsed:after{ content: "\f105"; }

#accordion .card-title button::before {
	content: "\f304";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--thm-color);
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#accordion .card-body {
	position: relative;
}
#accordion .card-body p {
	padding: 10px;
}
 @media screen and (min-width:320px) and (max-width:479px) {
	#accordion .card-title button {
		font-size: 18px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-section-title.newsletter .title{
	font-size:36px;
	color: var(--thm-white);
}
.atf-newsletter {
	background: var(--thm-black);
	border-radius: 20px;
	padding: 60px 60px 50px 60px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe input {
	width: 100%;
	height: 60px;
	padding-left: 20px;
}
.atf-mailchamp-subscribe input{
	display:inline-block;
}
.atf-mailchamp-subscribe .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 10px;
	background: transparent;
	box-shadow: none;
	top: 10px;
	background: var(--thm-color);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
    background-color: var(--thm-black);
}
.atf-footer-area .atf-single-footer {
    position: relative;
}
.atf-single-footer.style1 {
	position: relative;
	background: var(--thm-white);
	padding: 25px;
	margin:0 25px;
	border-radius:20px;
}
.atf-single-footer p{
	color: var(--thm-white);
}
.atf-single-footer .title {
    margin-bottom: 50px;
    color: var(--thm-white);
    text-transform: capitalize;
}
.atf-footer-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: start;
}
.atf-footer-social-icon li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.atf-footer-social-icon li a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--thm-black);
    background: var(--thm-white);
    text-align: center;
    border-radius: 5%;
    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-footer-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;
}
.atf-single-footer .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
.atf-single-footer .atf-list-menu li::before {
	content: "";
	background-color: var(--thm-color);
	position: relative;
	left: 0;
	top: -4px;
	width: 0px;
	height: 0px;
	border-radius: 2%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.atf-single-footer .atf-list-menu li:hover::before {
	opacity: 1;
	width: 10px;
	height: 10px;
}
.atf-single-footer .atf-list-menu li:hover a {
    color: var(--thm-white);
    margin-left: 10px;
}
.atf-single-footer .atf-list-menu li a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.atf-footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.atf-footer-bottom p {
	color: var(--thm-white);
}
.atf-footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
    font-weight: 700;
}
.atf-footer-bottom a:hover {
    color: var(--thm-color);
    text-decoration: inherit;
}
.atf-footer-contact-text p{
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.atf-footer-contact-text p:hover{
	text-decoration:underline;
	color: var(--thm-white);
}
.atf-footer-instragram {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}
.atf-footer-instragram img {
	border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .atf-single-footer {
        margin: 20px 0;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/* OWL DOT & NAV DESIGN */
.owl-theme .owl-controls {
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination {
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid  var(--thm-white);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid  var(--thm-white);
}
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-controls {
    margin-top: -25px;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 5px;
    background: var(--thm-color);
    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;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-prev {
    left: -38px;
    opacity: 1;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-next {
    right: -38px;
    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 */
/*
* ----------------------------------------------------------------------------------------
* 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: 1px 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);
    border-radius: 50%;
}
.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: 50%;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    font-size: 20px;
    color: var(--thm-color) !important;
    z-index: 1;
    opacity: 0;
    visibility: visible;
}
.slick-arrow-1 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important;
}

.slick-arrow-1 .slick-next {
    right: 15px;
    left: auto;
}

.slick-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
    left: 50px;
    right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
    right: 50px;
    left: auto;
}

@media (min-width: 1350px) {
    .slick-arrow-1:hover .slick-arrow {
        left: -50px;
        right: auto;
    }
    .slick-arrow-1:hover .slick-next {
        right: -50px;
        left: auto;
    }
}
/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
    margin: 30px 0 0px;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 1;
}
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--thm-color);
    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

* ----------------------------------------------------------------------------------------**/
