html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	color: var(--thm-p);
	line-height: 28px;
}
 
:root {
    --thm-font: 'Poppins', sans-serif;

    /* ── Core Brand Colors ── */
    --thm-base:  #8B2020;   /* rich crimson maroon */
    --thm-color: #6B1515;   /* deep hover state */
    --thm-bg:    #C0392B;   /* vivid accent red */
    --thm-black: #0D1117;   /* near-black for dark sections */
    --thm-title: #1A1A1A;   /* heading color */
    --thm-white: #ffffff;

    /* ── Neutral / Warm ── */
    --thm-eee: #F0ECEA;
    --thm-ddd: #E2D8D8;
    --thm-p:   #5C5252;
    --thm-9:   #9E8E8E;

    /* ── Background Shades ── */
    --thm-f6: #F9F5F5;
    --thm-f5: #F4EFEF;
    --thm-f4: #EEE8E8;
    --thm-f3: #E8E0E0;
    --thm-f2: #E1D8D8;
    --thm-f1: #D9CECE;
    --thm-fb: #FBF8F8;

    /* ── Box Shadows ── */
    --box-shadow-1: 0 16px 40px 0 rgba(139, 32, 32, 0.18);
    --box-shadow-2: 0 0 6px     rgba(0, 0, 0, 0.09);
    --box-shadow-3: 0 1px 8px 0 rgba(0, 0, 0, 0.13);
    --box-shadow-4: 0 5px 24px 0 rgba(0, 0, 0, 0.10);
    --box-shadow-5: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
    --box-shadow-6: 0 0 30px 3px rgba(139, 32, 32, 0.20);
    --box-shadow-7: 0 0 12px 0px rgba(139, 32, 32, 0.14);

    /* ── Section Backgrounds ── */
    --bg-1: #F7F3F3;
    --bg-2: #0D1117;
    --bg-5: #F2EDED;
    --bg-6: #0A0D10;
    --bg-7: #1E2227;

    /* ── Borders ── */
    --border-1:  #E2D8D8;
    --border-2:  #0D1117;
    --border-3:  #8B2020;
    --border-4:  #6B1515;
    --border-5:  #4A0E0E;
    --border-6:  #0A0D10;
    --border-7:  #D5CACA;
    --border-8:  #F4EFEF;
    --border-9:  #EEE8E8;
    --border-10: #E1D8D8;
    --border-11: #D9CECE;
    --border-12: #CBBFBF;
    --border-13: #FBF8F8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);	
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight:700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 22px;
	line-height:1.4;
	font-weight:600;
}
@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;
}
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a{
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.atf-bg-black {
	background-color: var(--thm-black);
}
.atf-bg-white {
	background-color: var(--thm-white);
}
.grey-bg-1 {
    background-color: #f9f9f9;
}
.grey-bg-2 {
    background: #f5f5f5;
}
.grey-bg-3 {
    background-color: #f6f9ff;
}
.grey-bg-4 {
    background-color: #dff2d4;
}
.adjustment-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/**************************************
 * 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
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

#atf-loader {
	background:var(--thm-white);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0
}

#atf-loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#atf-loading-center  {
    position: absolute;
    left: 50%;
    top: 40%;
    height: 100px;
    width: 300px;
    transform: translate(-50%,-50%);
}
/*END PRELOADER DESIGN*/
/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 70px 0;
}

/*START SECTION TITLE DESIGN*/
.atf-section-title .title {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	font-weight:700;
	color:var(--thm-black);
	margin-bottom: 50px;
	text-transform:capitalize;
	font-size: 30px;
}
.title-color span{
	color:var(--thm-color)! important;
}
.atf-section-title .sub-title.style2 {
	position: relative;
	display: inline-block;
	color: var(--thm-color) !important;
	font-weight: 600;
}
.atf-section-title .sub-title.style1 {
	position: relative;
	display: inline-block;
	color: var(--thm-color) !important;
	padding-left: 55px;
	font-weight: 600;
}
.atf-section-title .sub-title.style1::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 40px;
	border: 1px solid var(--thm-color);
}
.atf-section-title .sub-title.style2::before {
	content: '';
	position: absolute;
	top: 12px;
	left: -55px;
	width: 40px;
	border: 1px solid;
}
.atf-section-title .sub-title.style2::after {
	content: '';
	position: absolute;
	top: 12px;
	right: -55px;
	width: 40px;
	border: 1px solid;
}
/*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:6px 31px;
	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: 3px solid var(--thm-color);
}
.atf-themes-btn:hover{
	background:  var(--thm-white);
	color: var(--thm-black);
}
.btn-2{
	background: transparent ! important;
	border:2px solid var(--thm-color) ! important;
	color: var(--thm-white)! important;
}
.atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
}
.atf-themes-btn:hover i {
	opacity: 1;
	transform: translateX(8px);
}
.atf-home-btn .atf-themes-btn{
	background: var(--thm-white);
	color: var(--thm-black);
	border:2px solid var(--thm-white) ! important;
}
.atf-home-btn .atf-themes-btn: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 .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;
}
.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;
	font-weight: 500;
}
.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);
}
/* ----------------------------------------
    Currency Menu
---------------------------------------- */
.atf-language-menu .active-currency {
	font-size: 16px;
	font-weight: 600;
	color:rgba(255,255,255,0.6);
}
.atf-language-menu > ul > li {
	display: inline-block;
	position: relative;
}
.atf-language-menu ul li ul {
  min-width: 200px; }

.atf-language-menu .dropdown-toggle::after {
  margin-left: 3px;
  border-top: 0.25em solid;
  border-right: .20em solid transparent;
  border-left: .20em solid transparent; }

.atf-language-menu .dropdown-toggle {
  padding-right: 10px !important;
  position: relative; }

.atf-language-menu ul li > ul {
	visibility: hidden;
	-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;
	z-index:99999999;
 }
.atf-language-menu ul li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	overflow:hidden;
	z-index:99999999;
}
.atf-language-menu ul {
	margin-bottom: 0;
}
.atf-language-menu {
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}
.atf-language-menu ul li ul {
	position: absolute;
	min-width: 150px;
	right: 0;
	background-color: var(--thm-white);
	-webkit-box-shadow: var(--box-shadow-4);
	box-shadow: var(--box-shadow-4);
	border-top: 1px solid #ececec;
	top: 130%;
	padding: 10px 0;
	margin: 0;
	-webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	opacity: 0;
	visibility: hidden;
}
.atf-language-menu ul li ul li {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	color: var(--thm-black);
	font-weight: 500;
}
.atf-language-menu ul li ul li a {
	color: inherit;
	-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-language-menu ul li ul li a:hover {
	color: var(--thm-color);
}
/* ----------------------------------------
  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: 18px;
	font-weight: 600;
	padding: 37px 0;
	display: block;
	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;
}
.atf-main-menu > nav > ul > li .arrow {
	border: 1px solid black;
	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);
}
/*-------------------------------
# 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:7px 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 {
	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-menu{
		display: none ! important;
	}
	.atf-main-logo img {
		width: 147px;
		height: auto;
		margin: 15px 0;
	}
	#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 5px 12px;
		background-color: var(--thm-color);
		color: var(--thm-white);
	}
	.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;
	}
	.slicknav_menu .slicknav_icon {
		height: 25px;
		margin: 6px 4px 3px 3px !important;
	}

}

@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-content .title {
		font-size: 40px;
	}
	.mt-xl-40{
		margin-top:40px
	}
	.mb-xl-40{
		margin-bottom:40px
	}

}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/* ----------------------------------------
    Currency Menu
---------------------------------------- */
.atf-top-bar-menu .atf-currency-menu .active-currency {
	font-size: 14px;
	font-weight: 700;
}
.atf-header-options-2 .atf-drop-menu.atf-currency-menu > ul > li > a {
	height: inherit;
	width: inherit;
	line-height: inherit;
	background: inherit;
	color: inherit; 
 }
.atf-drop-menu > ul > li {
	display: inline-block;
	position: relative;
}
.atf-currency-menu .active-currency {
  font-size: 16px;
  font-weight: 700; }

.atf-currency-menu ul li ul {
  min-width: 200px; }

.atf-currency-menu .dropdown-toggle::after {
  margin-left: 3px;
  border-top: 0.25em solid;
  border-right: .20em solid transparent;
  border-left: .20em solid transparent; }

.atf-language-menu .dropdown-toggle {
  padding-right: 10px !important;
  position: relative; }
  
.atf-drop-menu ul li > ul {
	visibility: hidden;
	z-index:1090;
 }
.atf-drop-menu ul li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index:1080;
	overflow:hidden;
}
.atf-currency-menu ul li ul {
	min-width: 200px;
}
.atf-drop-menu ul {
	margin-bottom: 0;
}
.atf-drop-menu {
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}
.atf-drop-menu ul li ul {
	position: absolute;
	min-width: 150px;
	right: 0;
	background-color: var(--thm-white);
	-webkit-box-shadow: var(--box-shadow-4);
	box-shadow: var(--box-shadow-4);
	border-top: 1px solid #ececec;
	top: 130%;
	padding: 10px 0;
	margin: 0;
	-webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	opacity: 0;
	visibility: hidden;
}
.atf-drop-menu ul li ul li {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	color: var(--thm-black);
	font-weight: 500;
}
.atf-drop-menu ul li ul li a {
	color: inherit;
	-webkit-transition:  all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.atf-drop-menu ul li ul li a:hover {
	color: var(--thm-color);
}
/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.atf__header-options-2 .header-search {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius:50%;
  background: var(--thm-white);
  color: var(--thm-color);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 }
  
.atf__header-options-2 .header-search:hover {
    background: var(--thm-color); 
	color: var(--thm-white);  
 }

.atf__header-options-2 .header-search:hover {
  background: var(--thm-color); 
  color: var(--thm-white); 
 }
  
.header-search {
  cursor: pointer;
  display: inline-block; 
}
.header-search .search-icon {
    min-width: 25px;
    text-align: center;
    font-size: 16px; 
}

.header-search-area {
  position: relative; 
}

.header-search-form {
  background-color: var(--thm-white);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 130%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  width: 320px;
  z-index: 9999; 
}
.header-search-form form {
    position: relative;
    margin: 15px 15px 0; }
.header-search-form input {
	height: 60px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.header-search-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--thm-color); 
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
	
.header-search-form button[type="submit"]:hover {
      color: var(--thm-color); 
}

.search-icon {
  position: relative; 
}

.search-icon .for-search-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden; 
}

.search-open.header-search-form {
  height: 90px; }

.search-open .for-search-show {
  opacity: 0;
  visibility: hidden; 
}

.search-open .for-search-close {
  opacity: 1;
  visibility: visible; 
}
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area{
	height:700px;
}
.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.4);
    z-index: -1;
}
.atf-hero-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.7);
}
.aicenter {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-content .title {
	font-size: 60px;
	font-weight: 700;
	color: var(--thm-white);
	line-height:1.2;
	letter-spacing:-2px;
}
.atf-hero-content .description {
	color: var(--thm-white);
	margin:20px 0 35px;
	font-size:18px;
}
.atf-hero-content .title {
	-webkit-animation: .5s .5s fadeInDown both;
	animation: .5s .5s fadeInDown both; }

.atf-hero-content .description {
	-webkit-animation: .5s .5s fadeInLeft both;
	animation: .5s .5s fadeInLeft both; }

.atf-hero-content .atf-hero-btn{
	-webkit-animation: .5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }
/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-slider{
	height: 700px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
}
.atf-slider-content .title {
	color: var(--thm-white);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing:-2px;
}
.atf-slider-content .description{
	color:var(--thm-white);
	font-size: 18px;
	margin:20px 0 30px;
}
.atf-shahid-slider.slick-arrow-1 .slick-arrow {
	left:0;
	right: auto;
}
.atf-shahid-slider.slick-arrow-1 .slick-next {
	right: 0px;
	left: auto;
}
.slick-active .atf-single-slider .title {
	-webkit-animation: .5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }

.slick-active .atf-single-slider .description {
	-webkit-animation: .5s .7s fadeInUp both;
	animation: .5s .7s fadeInUp both; }

.slick-active .atf-main-btn{
	-webkit-animation: .5s 9s fadeInUp both;
	animation: .5s .9s fadeInUp both; }
@media (max-width: 768px) {
	.atf-shahid-slider.slick-arrow-1 .slick-arrow,
	.atf-shahid-slider.slick-arrow-1 .slick-next{
		display:none ! important;
	}
	.atf-shahid-slider.slick-arrow-1 .slick-dots{
		display:block ! important;
	}
	.atf-slider-content .title {
		font-size:40px;
	}
	
}
@media (min-width: 1350px) {
	.atf-shahid-slider.slick-arrow-1:hover .slick-arrow {left: 25px; right: auto; }
	.atf-shahid-slider.slick-arrow-1:hover .slick-next {right: 25px; left: auto; }
}
.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
* ----------------------------------------------------------------------------------------
*/
.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;
	border-radius:20px;
}
.atf-single-feature .atf-feature-icon i{
	font-size:60px;
	color:var(--thm-color);
}
.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: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-feature-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
}
.atf-single-feature:hover .atf-feature-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.15;
}
.atf-single-feature:hover h3 {
	color: var(--thm-color);
}
.read-more {
	color: var(--thm-black);
	text-transform: capitalize;
	position: relative;
	transition: color 0.20s linear;
	font-weight: 600;
}
.read-more:hover{
    text-decoration:none;
    color:var(--thm-color);
}
.read-more:after{
    content:"";
    position: absolute;
    width:50%;
    display: block;
    border:1px solid var(--thm-color);
    transition: all 0.30s ease;
	left:0;
	bottom:0;
}
.read-more:hover:after{
    width:100%;
}
@media only screen and (max-width:991px){
    .atf-single-feature {
		margin:15px 0;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	position:relative;
}
#about .atf-section-title img {
	display: block;
	margin: 5px 0 20px;
	width: 70px;
	height: 70px;
}
.atf-about-icon {
	margin:15px 0;
}
.atf-about-icon {
	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-img img {
    width: 100%;
}
.atf-hire.atf-cover-bg:before{
	    background: rgb(0 0 0 / 36%);
}
.counter1-icon i {
	font-size: 60px;
	color: var(--thm-color);
}
.counter1-content span {
	font-size: 36px;
	font-weight: 600;
	color: var(--thm-color);
}
.counter1-content h3{font-size: 18px;}
.atf-about-admin img{
	border-radius:50%;
}
.atf-about-admin-content {
	margin: 12px;
}
.atf-about-btn-area .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: 5px;
}
.atf-about-btn-area .call_to_action_btn .icon i {
	display: block;
	transition: all .5s ease-out;
}
.atf-about-btn-area .call_to_action_btn .call_to_action_content {
	margin-left: 15px;
}
.atf-about-btn-area .call_to_action_btn .call_to_action_content_text {
	color: var(--thm-black);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	display: block;
	margin-top: 5px;
}
.atf-about-btn-area .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-about-btn-area .call_to_action_btn:hover .call_to_action_content_call{
	color: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter{
    text-align: center;
	margin: 20px 0;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 700;
    line-height: 110px;
    height: 130px;
    width: 140px;
    margin: 0 auto 10px;
    border: 15px solid var(--thm-color);
    border-bottom: none;
    box-shadow: 0 -5px rgba(0,0,0,0.2) inset,0 -10px rgba(0,0,0,0.1) inset,0 -15px rgba(0,0,0,0.05) inset;
    border-radius: 50%;
    display: block;
}
.counter h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 10px 0;
}
.counter.purple .counter-value{ border-color: #8E4882; }
.counter.red .counter-value{ border-color: #F9605D; }
.counter.gray .counter-value{ border-color: #64868c; }
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}   
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
	border-radius: 0;
	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;
	border-radius:20px;
}
.atf-single-service: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-service-img img{
	border-radius:20px 20px 0 0;
}
.atf-service-img{
	position:relative;
}
.atf-service-text{
	position:relative;
}
.atf-service-text .atf-service-icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.atf-service-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-single-service:hover .atf-service-icon i {
	background: var(--thm-black);
}
.atf-service-icon i {
	color: var(--thm-white);
	font-size: 20px;
	text-align: center;
	background: var(--thm-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.atf-service-text h3:hover{
	color: var(--thm-color);
}
.atf-service-text {
	padding: 30px 30px;
	transition: 0.3s all ease-in-out 0s;
}
.atf-service-admin img {
	width: 60px !important;
	height: 60px;
	border-radius: 50%;
}
.atf-service-inner-content li{
	font-style:italic;
}

/*
* ----------------------------------------------------------------------------------------
* START BOOKING FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
#booking {
	background: var(--bg-1);
}
.atf-booking-form-item i {
	font-size: 50px;
	color: var(--thm-white);
}
.atf-booking-form-item .form-control {
	height: calc(1.5em + 0.75rem + 23px);
	border-radius: 0;
}
.atf-booking-form-item .form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-booking-form-item label {
	margin-bottom: 12px;
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 500;
	display:block;
}
.atf-booking-form h3 {
	margin-bottom: 40px;
	font-size: 40px;
	color: var(--thm-white);
}
.atf-booking-form-box .nice-select {
	margin: 0;
	height: 60px;
	line-height: 58px;
	padding-right: 40px;
	padding-left: 20px;
	border-radius: 0;
	/* min-width: 200px; */
	font-size: 16px;
	font-weight: 500;
	font-family: var(--thm-font);
	width: 100%;
}
.atf-booking-form-item{
	margin:10px 0;
}
.atf-booking-form-item .form-group i {
	position: absolute;
	right: 15px;
	color: var(--thm-color);
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.atf-booking-form-item .form-group {
	position: relative;
}
::-moz-range-track{
    background: transparent;
    border: 0;
}
.form-check-input{
	margin-top:7px;
}
.form-check-input[type="checkbox"] {
	border-radius:0px;
}
.form-check-input:focus {
	border-color: var(--thm-color);
	outline: 0;
	box-shadow: none;
}
.form-check-input:checked {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* END BOOKING FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 7. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/* =============================================
   TESTIMONIAL CARD
   ============================================= */
/* =============================================
   TESTIMONIAL CARD
   ============================================= */
.testi-carousel-inner {
  padding: 60px 10px 20px;
}

.testi-card {
  background: var(--bg-5);
  border-radius: 14px;
  border: 1px solid var(--border-1);
  box-shadow: var(--box-shadow-4);
  text-align: center;
  position: relative;
  height: 100%;
}

.testi-logo-wrap {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.testi-logo-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 16px rgba(139, 32, 32, 0.18);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-logo-circle img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  display: block;
}

.testi-body {
  padding: 58px 8% 32px;
}

.testi-body .description {
  font-style: italic;
  color: var(--thm-p);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px;
}

.testi-body .testimonial-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--thm-title);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}

.testi-body .post {
  display: block;
  font-size: 13px;
  color: var(--thm-base);
  font-weight: 500;
  text-transform: capitalize;
}

/* =============================================
   ARROWS
   ============================================= */
.testi-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid var(--border-1) !important;
  box-shadow: var(--box-shadow-3);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transition: background 0.25s, border-color 0.25s;
}
.testi-arrow:hover {
  background: var(--thm-base) !important;
  border-color: var(--thm-base) !important;
}
.testi-arrow i {
  color: var(--thm-base);
  font-size: 13px;
  transition: color 0.25s;
}
.testi-arrow:hover i {
  color: #ffffff;
}
.testi-arrow-prev { left: -20px; }
.testi-arrow-next { right: -20px; }

/* =============================================
   DOTS
   ============================================= */
.testi-indicators {
  position: static !important;
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  gap: 6px;
}
.testi-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: var(--border-7) !important;
  border: none !important;
  opacity: 1 !important;
  flex: unset !important;
  transition: background 0.3s, transform 0.3s;
}
.testi-indicators button.active {
  background-color: var(--thm-base) !important;
  transform: scale(1.35);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
  .testi-arrow-prev { left: -6px; }
  .testi-arrow-next { right: -6px; }
  .testi-body {
    padding: 58px 6% 26px;
  }
  /* Stack to 1 column on mobile */
  .carousel-item .row .col-md-6:last-child {
    display: none;
  }
}
/**************************************
 * 7. END TESTIMONIAL DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 08. START FACILITES DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-facilities-services {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 20px;
	border-left: 3px solid var(--thm-color);
	background:var(--thm-white);
	border-radius: 8px;
}
.atf-facilities-text h3{
	font-size:20px;
}
.no-border{
	border:none;
}
@media only screen and (max-width:991px){
    .atf-facilities-services {
		margin:15px 0;
	}
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video .atf-video-img {
	position: relative;
	display: block;
}
.atf-singl-video {
	position: relative;
}
.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: 65px;
	z-index: 1020;
	position: relative;
	border: 3px solid var(--thm-white);
	background: var(--thm-color);
}
.atf-singl-video .iq-video i {
	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
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. END FACILITES DESIGN
* ----------------------------------------------------------------------------------------
*/
/* ----------------------------------------------------------------------------------------
* 9.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.bg-image-right {
	position: relative;
}
.bg-image-right::before {
	position: absolute;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/about/skill-2.html);
	height: 100%;
	width: 50%;
	left: auto;
	right: 0;
	top: 0;
}
.bg-image-left {
	position: relative;
}
.bg-image-left::before {
	position: absolute;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/about/skill-1.jpg);
	height: 100%;
	width: 50%;
	right: auto;
	left: 0;
	top: 0;
}
.bg-image-right .atf-singl-video .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(50%,-50px)!important;
	z-index: 1;
}
.progress-title {
	font-size: 16px;
	color: var(--thm-black);
	text-transform: capitalize;
	margin: 10px 0 5px;
}
.progress{
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress-bar{
	overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 5s;
    animation: animate-positive 5s;
}
.progress .progress-bar:after{
    content: "\f3c5";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    top: -22px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-black);
}
.progress .progress-value{
    display: block;
    font-size: 12px;
    color: var(--thm-black);
    position: absolute;
    top: -23px;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}

/**************************************
 * 09. END SKILL DESIGN
 *************************************/
/**************************************
 * 10. 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{
    background: linear-gradient(to top right,#fff 10%,#000 100%);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.atf-portfolio:before,
.atf-portfolio:after{
    content: "";
    background: linear-gradient(#f39c12,#f39c12,transparent);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.atf-portfolio:after{
    background: var(--thm-color);
    height: 50%;
    width: 50%;
    top: auto;
    bottom: 0;
}
.atf-portfolio:hover:before{
    height: 60%;
    opacity: 1;
}
.atf-portfolio:hover:after{
    height: 85px;
    width: 50px;
    opacity: 1;
}
.atf-portfolio img{
    width: 100%;
    height: auto;
}
.atf-portfolio-content .title{
	color: var(--thm-white);
}
.atf-portfolio .atf-portfolio-content{
    color: var(--thm-white);
    width: 100%;
    padding: 10px 10px;
    transform: scale(0);
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.atf-portfolio:hover .atf-portfolio-content{ transform: scale(1); }
.atf-portfolio .title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}
.atf-portfolio .post{
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    display: block;
}
.atf-portfolio .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 2;
    transition: all .5s ease-in-out;
}
.atf-portfolio .icon li{
    margin: 5px 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.atf-portfolio:hover .icon li{ transform: scale(1); }
.atf-portfolio .icon li a{
    color: var(--thm-black);
    background-color: var(--thm-white);
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.atf-portfolio .icon li a:hover{
    background:var(--thm-white);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width:990px){
    .atf-portfolio{ margin: 0 0 30px; }
}
/**************************************
 * 10. END GALLERY DESIGN
 *************************************/

/* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.my-team{
    text-align: center;
}
.my-team .pic{
    position: relative;
}
.my-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.my-team .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.my-team:hover .pic:before,
.my-team:hover .pic:after{
    opacity: 1;
}
.my-team .pic img{
    width: 100%;
    height: auto;
}
.my-team .social-links {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.my-team:hover .social-links{
    opacity: 1;
}
.my-team .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.my-team .social-links li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 8%;
	font-size: 15px;
	color: #f5f5f6;
	border: 1px solid #f5f5f6;
	transition: all 0.3s ease 0s;
}
.my-team .social-links li .fa-twitter:hover{
    background: var(--thm-color);
    border-color: var(--thm-color);
}
.my-team .social-links li .fa-google-plus:hover{
    background: var(--thm-color);
    border-color: var(--thm-color);
}
.my-team .social-links li .fa-linkedin:hover{
    background: var(--thm-color);
    border-color: var(--thm-color);
}
.my-team .social-links li .fa-facebook:hover{
    background: var(--thm-color);
    border-color: var(--thm-color);
}
.my-team .team-content{
    padding: 15px 0;
    background: var(--thm-black);
    border-top: 2px solid #d36832;
    overflow: hidden;
    position: relative;
}
.my-team .team-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-color);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.my-team:hover .team-content:before{
    bottom: 0;
}
.my-team .title{
    color: var(--thm-white);
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
	font-size:22px;
}
.my-team .post{
    display: block;
    font-size: 14px;
	color: var(--thm-white);
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.my-team:hover .title,
.my-team:hover .post{
    color: var(--thm-white);
}
@media screen and (max-width: 991px){
    .my-team{ margin-bottom: 25px; }
}
/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block;}
.atf-brand-area img {
	border-radius: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------

/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide{
    margin: 12px 0px;
    background: var(--thm-white);
}
.post-slide .post-img{
    overflow: hidden;
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    transform: scale(1,1);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-review{
    overflow: hidden;
}
.post-slide .post-title a{
    display: block;
    color: var(--thm-black);
    text-align:left;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
	font-size:22px;
	font-weight:600;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:var(--thm-color);
}
.post-slide .post-info {
	list-style: none;
	padding-top: 15px;
	margin-top: 15px;
	text-align: left;
	border-top: 1px dashed #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 15px;
	font-size:14px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:var(--thm-color);
    text-decoration:none;
}
.post-slide .read-more {
	color: var(--thm-black);
	float: left;
	text-transform: capitalize;
	margin-left: 25px;
}
.post-slide .read-more:hover{
    color:var(--thm-color);
    text-decoration:none;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:16px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card {
	border: inherit;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	border-radius: 0 !important;
	background-color: var(--thm-f6);
}
.atf-faq-accordion .card .card-header {
	padding: 0;
	border: 1px solid rgba(255,255,255,0.2);
	text-align: left;
	color: var(--thm-black);
	border-radius: 0;
}
.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover  {
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 22px;
	font-weight: 600;
	padding: 18px 20px;
}
.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: 'Font Awesome 7 Free';
	font-size: 15px;
	font-weight: 700;
}
.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-body {
	padding: 15px 25px;
}
.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
}
/*
* ----------------------------------------------------------------------------------------
* 11. END  FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-btn button:hover {
	color:var(--thm-black);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 8px;
	border-left: 2px solid var(--thm-color);
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}
/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-mailchamp-headding h2{
	font-size:30px;
}
.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: 55px;
	padding-left: 15px;
}
.atf-mailchamp-subscribe .form-control{
	display:inline-block;
}
.atf-mailchamp-subscribe label{
	display:block;
}
.atf-mailchamp-subscribe .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 9px;
	box-shadow: none;
	top: 9px;
	background: var(--thm-color);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-black);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
	display:flex;
	align-items:center;
	gap:25px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin:20px 0;
}
.atf-contact-details i {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 5%;
	background: var(--thm-color);
}
.atf-contact-details h3 {
	margin-bottom:5px;
}
.atf-contact-details p {
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#map-area iframe {
    width: 100%;
    height: 450px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--thm-black);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 28px;
	top: 40px;
	background: var(--thm-color);
	width: 45px;
	height: 3px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 38px;
	background: var(--thm-color);
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.atf-footer-link h3 {
	margin-bottom: 50px;
	color: var(--thm-white);
}
.atf-footer-social-icon a i:hover{
	background:var(--thm-f6);
	color:var(--thm-black);
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	background: var(--thm-color);
	text-align: center;
	background: var(--thm-color);
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
}
.atf-footer-link .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-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	text-decoration:underline;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: var(--thm-white);
	-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;
	opacity:0.8;
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-color);
}
.instragram {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.instragram img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
@media only screen and (max-width : 991px) {
	.atf-footer-link{
		margin-bottom:25px;
	}

}

/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: -120px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: block;
    left: auto;
    right: 100px;
    border: 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
* ----------------------------------------------------------------------------------------**/
/* 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: -70px;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -70px;
}
.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 */

 /* ── Base Header ── */
  .atf-header-height {
    min-height: 80px;
  }
 
  .atf-header-area {
    position: relative;
    z-index: 999;
  }
 
  .atf-header-bottom-area {
    padding: 0;
    background: rgba(13, 17, 23, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
 
  .atf-header-bottom-area.scrolled {
    background: rgba(13, 17, 23, 0.97);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  }
 
  /* ── Logo ── */
  .atf-main-logo {
    padding: 14px 0;
  }
 
  .atf-main-logo img {
    max-height: 52px;
    width: auto;
    display: block;
    transition: opacity 0.25s;
  }
 
  .atf-main-logo img:hover {
    opacity: 0.85;
  }
 
  /* ── Desktop Nav ── */
  .atf-main-menu-content {
    display: flex;
    align-items: center;
  }
 
  .atf-main-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
  }
 
  .atf-main-menu-content ul li {
    position: relative;
  }
 
  .atf-main-menu-content ul li a {
    font-family: var(--thm-font, 'Poppins', sans-serif);
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 28px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.24s;
    white-space: nowrap;
  }
 
  .atf-main-menu-content ul li a:hover,
  .atf-main-menu-content ul li.active > a {
    color: #fff;
  }
 
  .atf-main-menu-content ul li a .drop-arrow {
    font-size: 10px;
    transition: transform 0.24s;
  }
 
  .atf-main-menu-content ul li:hover > a .drop-arrow {
    transform: rotate(180deg);
  }
 
  /* ── Dropdown ── */
  .nav-has-dropdown { position: relative; }
 
  .nav-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(13, 17, 23, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    min-width: 220px;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s cubic-bezier(.4,0,.2,1),
                transform 0.28s cubic-bezier(.4,0,.2,1),
                visibility 0.28s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: block !important; /* override flex */
    flex-direction: column;
    gap: 0;
  }
 
  .nav-has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
 
  .nav-dropdown li {
    width: 100%;
  }
 
  .nav-dropdown li a {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
    white-space: nowrap;
  }
 
  .nav-dropdown li a i {
    font-size: 13px;
    color: var(--thm-base, #8B2020);
    width: 18px;
    text-align: center;
    flex-shrink: 0;
  }
 
  .nav-dropdown li a:hover {
    background: rgba(139, 32, 32, 0.14);
    color: #fff;
    padding-left: 26px;
  }
 
  .nav-dropdown li:first-child a { border-radius: 10px 10px 0 0; }
  .nav-dropdown li:last-child a  { border-radius: 0 0 10px 10px; }
 
  /* divider between dropdown items */
  .nav-dropdown li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
 
  /* ── Marketplace CTA ── */
  .nav-marketplace-btn {
    font-family: var(--thm-font, 'Poppins', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    background: var(--thm-base, #8B2020);
    border: 2px solid var(--thm-base, #8B2020);
    border-radius: 50px;
    padding: 10px 26px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.26s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    letter-spacing: 0.3px;
  }
 
  .nav-marketplace-btn:hover {
    background: transparent;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(139, 32, 32, 0.4);
  }
 
  /* ── Hamburger Toggle ── */
  .atf-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: #8B2020;
    cursor: pointer;
    gap: 5px;
    margin-left: auto;
    transition: background 0.22s, border-color 0.22s;
    flex-shrink: 0;
  }
 
  .atf-mobile-toggle:hover {
    background: var(--thm-base, #8B2020);
    border-color: var(--thm-base, #8B2020);
  }
 
  .atf-mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s, width 0.3s;
  }
 
  .atf-mobile-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
 
  .atf-mobile-toggle.open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
 
  .atf-mobile-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
 
  /* ── Mobile Drawer ── */
  .atf-mobile-drawer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9990;
    pointer-events: none;
  }
 
  .atf-mobile-drawer.open {
    pointer-events: auto;
  }
 
  /* backdrop */
  .atf-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.32s;
  }
 
  .atf-mobile-drawer.open .atf-drawer-backdrop {
    opacity: 1;
  }
 
  /* panel */
  .atf-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    background: #0D1117;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
 
  .atf-mobile-drawer.open .atf-drawer-panel {
    transform: translateX(0);
  }
 
  /* drawer header */
  .atf-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
  }
 
  .atf-drawer-head img {
    max-height: 40px;
    width: auto;
  }
 
  .atf-drawer-close {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s;
  }
 
  .atf-drawer-close:hover {
    background: var(--thm-base, #8B2020);
    border-color: var(--thm-base, #8B2020);
  }
 
  /* drawer nav */
  .atf-drawer-nav {
    flex: 1;
    padding: 12px 0 20px;
    overflow-y: auto;
  }
 
  .atf-drawer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 
  .atf-drawer-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
 
  .atf-drawer-nav ul li a {
    font-family: var(--thm-font, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 8px;
    transition: color 0.22s, background 0.22s, padding-left 0.22s;
  }
 
  .atf-drawer-nav ul li a:hover,
  .atf-drawer-nav ul li a.active {
    color: #fff;
    background: rgba(139, 32, 32, 0.12);
    padding-left: 28px;
  }
 
  .atf-drawer-nav ul li a i.link-icon {
    font-size: 13px;
    color: var(--thm-base, #8B2020);
    width: 18px;
    text-align: center;
    flex-shrink: 0;
    order: -1;
  }
 
  /* services accordion inside drawer */
  .atf-drawer-acc-toggle {
    cursor: pointer;
    user-select: none;
  }
 
  .atf-drawer-acc-toggle .acc-arrow {
    font-size: 11px;
    transition: transform 0.26s;
    color: rgba(255, 255, 255, 0.45);
    margin-left: auto;
  }
 
  .atf-drawer-acc-toggle.open .acc-arrow {
    transform: rotate(180deg);
  }
 
  .atf-drawer-acc-body {
    display: none;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
 
  .atf-drawer-acc-body.open {
    display: block;
  }
 
  .atf-drawer-acc-body ul {
    padding: 6px 0;
  }
 
  .atf-drawer-acc-body ul li {
    border-bottom: none;
  }
 
  .atf-drawer-acc-body ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    padding: 11px 22px 11px 42px;
    gap: 10px;
  }
 
  .atf-drawer-acc-body ul li a:hover {
    color: #fff;
    padding-left: 48px;
  }
 
  /* ── Drawer CTA ── */
  .atf-drawer-cta {
    padding: 18px 20px 24px;
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
 
  .atf-drawer-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--thm-font, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--thm-base, #8B2020);
    border: 2px solid var(--thm-base, #8B2020);
    border-radius: 50px;
    padding: 13px 24px;
    text-decoration: none;
    transition: all 0.26s;
  }
 
  .atf-drawer-cta a:hover {
    background: transparent;
    color: #fff;
  }
 
  /* ── Responsive visibility ── */
  @media (max-width: 1199px) {
    .atf-mobile-toggle { display: flex; }
    .atf-main-menu { display: none !important; }
    .atf-mobile-drawer { display: block; }
  }
 
  @media (min-width: 1200px) {
    .atf-mobile-toggle { display: none !important; }
    .atf-mobile-drawer { display: none !important; }
  }

  /* contact page modified css  */
  /* ── Contact Section ── */
.cs-section {
  background: var(--bg-1);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  font-family: var(--thm-font);
}
.cs-bg-blob1 {
  position: absolute; top: -80px; right: -60px;
  width: 340px; height: 340px; border-radius: 50%;
  background: rgba(139,32,32,0.06); pointer-events: none;
}
.cs-bg-blob2 {
  position: absolute; bottom: -60px; left: -40px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(192,57,43,0.05); pointer-events: none;
}
.cs-bg-line {
  position: absolute; top: 0; left: 50%; width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(139,32,32,0.08) 30%, rgba(139,32,32,0.08) 70%, transparent);
  pointer-events: none;
}
.cs-container { max-width: 1140px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
.cs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

.cs-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--thm-base); margin-bottom: 14px;
  opacity: 0; animation: fadeUp 0.55s ease 0.05s forwards;
}
.cs-eyebrow::before {
  content: ''; display: inline-block;
  width: 24px; height: 2px; background: var(--thm-base); border-radius: 2px;
}
.cs-heading {
  font-size: 40px; font-weight: 700; color: var(--thm-title);
  line-height: 1.15; margin-bottom: 12px;
  opacity: 0; animation: fadeUp 0.55s ease 0.13s forwards;
}
.cs-heading span { color: var(--thm-base); }
.cs-sub {
  font-size: 14px; color: var(--thm-p); line-height: 1.7; margin-bottom: 36px;
  opacity: 0; animation: fadeUp 0.55s ease 0.2s forwards;
}

.cs-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cs-field { margin-bottom: 16px; opacity: 0; transform: translateY(14px); }
.cs-field:nth-child(1) { animation: fadeUp 0.5s ease 0.28s forwards; }
.cs-field:nth-child(2) { animation: fadeUp 0.5s ease 0.36s forwards; }
.cs-field:nth-child(3) { animation: fadeUp 0.5s ease 0.44s forwards; }
.cs-field:nth-child(4) { animation: fadeUp 0.5s ease 0.52s forwards; }
.cs-field:nth-child(5) { animation: fadeUp 0.5s ease 0.60s forwards; }

.cs-input, .cs-textarea {
  width: 100%; background: var(--thm-white);
  border: 1.5px solid var(--border-1); border-radius: 10px;
  padding: 13px 18px; color: var(--thm-title);
  font-family: var(--thm-font); font-size: 14px; outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
}
.cs-input::placeholder, .cs-textarea::placeholder { color: var(--thm-9); }
.cs-input:focus, .cs-textarea:focus {
  border-color: var(--thm-base);
  box-shadow: 0 0 0 4px rgba(139,32,32,0.10);
  transform: translateY(-1px);
}
.cs-textarea { resize: none; height: 138px; }

.cs-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--thm-base); color: var(--thm-white);
  border: none; padding: 14px 34px; border-radius: 10px;
  font-family: var(--thm-font); font-size: 14px; font-weight: 600;
  cursor: pointer; letter-spacing: 0.4px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.cs-btn:hover {
  background: var(--thm-color);
  transform: translateY(-2px);
  box-shadow: var(--box-shadow-1);
}
.cs-btn svg { transition: transform 0.25s; }
.cs-btn:hover svg { transform: translateX(4px); }

/* Info Side */
.cs-info-wrap { opacity: 0; animation: fadeRight 0.65s ease 0.2s forwards; }
.cs-info-head { font-size: 40px; font-weight: 700; color: var(--thm-title); margin-bottom: 6px; }
.cs-info-head span { color: var(--thm-base); }
.cs-accent-bar { width: 48px; height: 3px; background: var(--thm-base); border-radius: 2px; margin-bottom: 32px; margin-top: 4px; }

.cs-card {
  display: flex; align-items: flex-start; gap: 18px;
  background: var(--thm-white); border: 1.5px solid var(--border-1);
  border-radius: 14px; padding: 22px 24px; margin-bottom: 14px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; cursor: default;
}
.cs-card:hover {
  border-color: var(--thm-base);
  box-shadow: var(--box-shadow-7);
  transform: translateY(-3px);
}
.cs-icon-box {
  width: 50px; height: 50px; min-width: 50px; border-radius: 12px;
  background: var(--thm-f6); border: 1.5px solid var(--border-1);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, border-color 0.25s;
}
.cs-card:hover .cs-icon-box { background: var(--thm-base); border-color: var(--thm-base); }
.cs-icon-box svg { width: 22px; height: 22px; stroke: var(--thm-base); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.25s; }
.cs-card:hover .cs-icon-box svg { stroke: var(--thm-white); }
.cs-card-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--thm-9); margin-bottom: 5px; }
.cs-card-val {
  font-size: 14px;
  color: var(--thm-title);
  line-height: 1.6;
  font-weight: 500;
  word-break: break-all;   /* ← add this */
  overflow-wrap: break-word; /* ← and this */
}
.cs-card-val--email {
  font-size: 12.5px;
  word-break: break-all;
}
.cs-map {
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid var(--border-1);
  height: 200px;         /* adjust to taste */
  position: relative;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.cs-map:hover {
  border-color: var(--thm-base);
  box-shadow: var(--box-shadow-7);
}
.cs-map-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(139,32,32,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(139,32,32,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
}
.cs-map-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.cs-pin { display: flex; flex-direction:column; align-items:center; position:relative; z-index:2; animation: pinBounce 2.2s ease-in-out infinite; }
.cs-pin svg { width: 34px; height: 34px; filter: drop-shadow(0 4px 8px rgba(139,32,32,0.3)); }
.cs-pulse  { position:absolute; bottom:-6px; width:50px; height:50px; border-radius:50%; border:2px solid rgba(139,32,32,0.3); animation: pulseRing 2.2s ease-out infinite; }
.cs-pulse2 { position:absolute; bottom:-6px; width:50px; height:50px; border-radius:50%; border:2px solid rgba(139,32,32,0.15); animation: pulseRing 2.2s ease-out 0.7s infinite; }
.cs-map-tag { position:absolute; bottom:14px; left:50%; transform:translateX(-50%); background:var(--thm-title); color:var(--thm-white); font-size:11px; font-weight:600; letter-spacing:1.5px; padding:5px 14px; border-radius:20px; white-space:nowrap; z-index:3; }

@keyframes fadeUp    { from { opacity:0; transform:translateY(16px) } to { opacity:1; transform:translateY(0) } }
@keyframes fadeRight { from { opacity:0; transform:translateX(24px) } to { opacity:1; transform:translateX(0) } }
@keyframes pinBounce { 0%,100% { transform:translateY(0) } 50% { transform:translateY(-7px) } }
@keyframes pulseRing { 0% { transform:scale(0.8); opacity:0.9 } 100% { transform:scale(2.6); opacity:0 } }

@media (max-width: 740px) {
  .cs-grid { grid-template-columns: 1fr; gap: 44px; }
  .cs-row2 { grid-template-columns: 1fr; }
  .cs-heading, .cs-info-head { font-size: 28px; }
}
.cs-map { overflow: hidden; } /* already set — just ensure position:relative stays */
.cs-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
