/*
    Template Name: Soldier -  Army & Military Responsive Website Template
    Author: Themesfamily
    Description: This is Multi Army and Military, Soldier template etc.
    Version: 1.0

-----------------------------------------------------------------------------------
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,COMMON CLASSES, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START SLICK SLIDER DESIGN
    04. START SERVICE DESIGN
	05. START GALLERY DESIGN
	06. START CLIENT DESIGN 
	07. START BLOG DESIGN
		---START BREADCRUMB DESIGN
		---START BLOG DETAILS DESIGN
		---START BLOG COMMENT DESIGN
		---START SIDEBAR DESIGN 
		---START ERROR DESIGN 
	08. START ABOUT DESIGN
	09. START NEWSLETTER DESIGN
	10. START CONTACT DESIGN
		---START TEAM DESIGN
		---START FAQ DESIGN
	11. START TEAM DESIGN
	12. START FOOTER DESIGN
		---START SLICK DESIGN
  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -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;
}

/* LINK COLOR */
:root {
    /**
  @font family declaration
  */
    --atf-ff-body: "Manrope", sans-serif;
    --atf-ff-heading: "IM Fell Double Pica SC", serif;
    --atf-ff-fontawesome: "Font Awesome 6 Free";
    /**
  @color declaration
  */
    --atf-thm-white: #ffffff;
    --atf-thm-black: #222721;
    --atf-thm-color: #BF9F62;
    --atf-thm-base: #f39c12;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-text-body: #898989;
    --atf-border-1: #dddddd;
}

body {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
    letter-spacing: -0.01em;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -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(--atf-thm-black);
}

h1 {
    font-size: 48px;
	font-family: var(--atf-ff-heading);
	font-weight: 400;
}
h2 {
    font-size: 44px;
	font-family: var(--atf-ff-heading);
	font-weight: 400;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 18px;
    }
}
h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}
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;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--atf-thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--atf-thm-white);
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid var(--atf-thm-white);
    font-size: 16px;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

.z-index-1 {
    position: relative;
    z-index: 2;
}

/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-45 {
    --bs-gutter-x: 45px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-70 {
    --bs-gutter-x: 70px;
}

.gx-80 {
    --bs-gutter-x: 80px;
}

.gx-90 {
    --bs-gutter-x: 90px;
}

.gx-100 {
    --bs-gutter-x: 100px;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.atf_attach_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
    overflow: hidden;
}
.atf-black-bg {
    background-color: #150035;
}
.gray-bg-1 {
    background-color: #f9f9f9;
}
.gray-bg-2 {
    background-color: #f5f5f5;
}
.gray-bg-3 {
    background-color: #f6f9ff;
}
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf-preloader {
	background: var(--atf-thm-black);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader{
	position: relative;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	text-indent: -12345px;
	z-index: 10000;
    background: var(--atf-thm-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-bottom: 10px solid var(--atf-thm-color);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
    animation: spin 1s ease infinite;
}
@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } 
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
	display: inline-block;
} 
.atf-themes-btn:hover{ color:var(--atf-thm-color); }
.atf-themes-btn:before,
.atf-themes-btn:after{
    content:attr(data-hover);
    color: var(--atf-thm-white);
    padding: 10px 20px;
    transform:  rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-in-out;
}
.atf-themes-btn:after{ transform-origin: bottom right; }
.atf-themes-btn:hover:before,
.atf-themes-btn:hover:after{ transform: rotate(0deg); }
@media only screen and (max-width: 767px){
   .atf-themes-btn{ margin-bottom: 30px; }
}

/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title {
    margin-bottom: 50px;
}
.atf-section-title .sub-title {
	text-transform: capitalize;
	position: relative;
	color: var(--atf-thm-color);
	margin-bottom: 50px;
}
.atf-section-title .sub-title::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	background: var(--atf-thm-color);
	left: 0;
	bottom: -30px;
	margin: 0 auto;
	right: 0;
}
.atf-section-title .sub-title.style1::before {
	height: 2px;
	background: var(--atf-thm-color);
	margin: 0;
}
.atf-section-title .title {
    font-family: var(--atf-ff-heading);
    color: var(--atf-thm-black);
    font-weight: 700;
}
.atf-section-title .description {
	margin-top:20px;
}
.atf-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.border-left {
    border-left: 3px solid var(--atf-thm-color);
}
/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
#back_to_top {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid var(--atf-thm-color);
    color: var(--atf-thm-color);
    text-align: center;
    background-color: var(--atf-thm-white);
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#back_to_top:hover {
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
}

#back_to_top.active {
    top: calc(100% - 110px)
}

#back_to_top i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}
/*---------------------------------
 END SCROLL TO TOP
---------------------------------*/
/*----------------------------------------*/
/*  01. END GENERAL STYLE
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. START BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
.atf-top-header {
    position: relative;
    z-index: 1;
    padding:12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-header-top-right {
    text-align: left;
}
.atf-header-top-social {
    display: inline-block;
}
.atf-header-top-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.atf-header-top-social ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}
.atf-header-top-social.style1 ul li a{
	font-size: 16px;
}
.atf-header-top-social.style1 a i:hover{
    color:var(--atf-thm-white);
}
.atf-top-header .atf-header-top-social.style1{
	justify-content: flex-start;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
    color:var(--atf-thm-white);
}
.atf-top-header {
    background-color: var(--atf-thm-black);
    overflow: hidden;
}
.atf-top-header .atf-top-header-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-top-header  .atf-header-top-social {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    text-align: center;
}
.atf-header-top-social a i:hover{
    color:var(--atf-thm-black);
}
.atf-header-top-social a i {
    margin-left: 15px;
    color: var(--atf-thm-color);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.atf-top-header-list li:last-child {
    margin-right: 0;
}
.atf-top-header-list li i {
    margin-right: 10px;
}
.atf-top-header-list li a:hover {
    color: var(--atf-thm-white);
}
.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.atf-site-header.atf-style1 {
	transition: all ease 0.3s;
	background-color: transparent;
}
.atf-site-header.atf-style1.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--atf-thm-black);
    background-color: var(--atf-thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}
@keyframes stickyDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
.atf-site-header.atf-style1.atf-sticky-active .atf-main-menu.landing-page > nav > ul > li > a {
	color: var(--atf-thm-black);	
}
.atf-main-menu.landing-page > nav > ul > li > a {
	color: var(--atf-thm-white);
	
}
.atf-site-branding img {
    max-width: 150px;
    height: auto;
}
.atf-site-branding {
    font-size: 2rem;
}
.atf-main-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}
.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(--atf-thm-color);
}
.atf-main-menu > nav > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
.atf-main-menu > nav > ul > li:last-child {
    margin-right: 0px !important;
}
.atf-main-menu > nav > ul > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 36px 0;
    display: block;
    color: var(--atf-thm-black);
    text-transform: capitalize;
    -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;
    text-transform: capitalize;
}
.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(--atf-thm-white);
    border-top: 5px solid var(--atf-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:hover > .sub-menu {
    transform: scaleY(1);
    visibility: visible;
}
.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: 500;
    padding: 3px 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 .sub-menu li:hover > a {
    padding-left: 40px;
    color: var(--atf-thm-color);
}
.atf-main-menu > nav > ul > li .sub-menu li > a::before {
	position: absolute;
	width: 0px;
	height: 10px;
	top: 50%;
	left: 20px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	background: var(--atf-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;
	border-radius: 50%;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a::before {
	width: 10px;
	opacity: 1;
	visibility: visible;
}
.atf-main-menu > nav > ul > li .arrow {
	border: 1px solid var(--atf-thm-black);
	border-width: 0 2px 2px 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;
	margin: 0 0 1px 2px;
}
.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);
	border: 1px solid var(--atf-thm-color);
	border-width: 0 2px 2px 0;
}
@media only screen and (max-width: 1199px) {
    .atf-main-menu > nav > ul > li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 15px 0;
    }
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-main-menu-bars button {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--atf-thm-white);
    background-color: var(--atf-thm-color);
    transition: 0.3s;
}
.atf-hamburger {
    position: fixed;
    background: var(--atf-thm-white);
    width: 500px;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 1088;
}
@media only screen and (max-width: 574px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 400px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
.atf-hamburger-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.atf-hamburger-close-toggle {
    font-size: 30px;
    color: var(--atf-text-body);
}
.atf-hamburger-close-toggle:hover {
    color: var(--atf-thm-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .atf-hamburger-header {
        margin-bottom: 40px;
		border-bottom: 1px solid var(--atf-border-1);
		padding-bottom: 30px;
    }
}
.atf-hamburger-title {
    font-size: 35px;
}
.atf-hamburger-info span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: var(--atf-thm-black);
}
.atf-hamburger-sm-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.atf-hamburger-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--atf-thm-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
    margin-right: 5px;
	transition: all 0.3s ease-out;
}
.atf-hamburger-social a:hover{
	color: var(--atf-thm-white);
	background:var(--atf-thm-color);
}
.atf-hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.atf-hamburger-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
/*----------------------------------------*/
/* Mobile menu css
/*----------------------------------------*/
.atf-hamburger-menu ul {
    list-style: none;
}
.atf-hamburger-menu ul li {
    position: relative;
}
.atf-hamburger-menu ul li > a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -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-hamburger-menu ul li > a:hover {
    color: var(--atf-thm-color);
}
.atf-hamburger-menu ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.atf-hamburger-menu ul li.active > a {
    color: var(--atf-thm-color);
}
.atf-hamburger-menu ul li.active > .atf-menu-close {
    color: var(--atf-thm-black);
    border-color: var(--atf-thm-color);
}
.atf-hamburger-menu ul li.active > .atf-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.atf-hamburger-menu ul li .sub-menu {
    display: none;
    padding-left: 10px;
}
.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
    padding-left: 0;
}
.atf-menu-close {
    position: absolute;
    right: 0;
    top: 7.5px;
    border: 1px solid rgba(1, 15, 28, 0.0);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}
.atf-menu-close:hover {
    border: 1px solid var(--atf-thm-black);
}
.atf-menu-close i {
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}
/*----------------------------------------*/
/*  End Mobile menu Design
/*----------------------------------------*/
/*----------------------------------------*/
/*  Start Search Design
/*----------------------------------------*/
.atf-searching-area {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0%;
    width: 100%;
    background-color: var(--atf-thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1024;
    
}
.atf-searching-area.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.atf-searching-area .atf-searching-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid var(--atf-thm-color);
    background-color: var(--atf-thm-white);
    color: var(--atf-thm-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.atf-searching-area .atf-searching-form button:hover,
.atf-searching-area .atf-searching-close-btn:hover {
    background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-close-btn {
        right: 30px;
    }
}
.atf-searching-area .atf-searching-form {
    display: flex;
    width: 500px;
}
@media (max-width: 575px) {
    .atf-searching-area .atf-searching-form {
        width: 300px;
    }
}
.atf-searching-area .atf-searching-form input {
    border: 1px solid var(--atf-border-1);
    border-right: none;
    flex-grow: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 18px;
    color: var(--atf-thm-black);
}
.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--atf-thm-color);
}
.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--atf-thm-white);
}
.atf-header-bottom-right {
    gap: 25px;
}
.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--atf-thm-color);
    border: 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.1);
    z-index: -1;
}
.atf-hero-area {
    background-color: #cccccc;
    height: 700px;
}
.atf_align_item_details {
    display: flex;
    align-items: center;
    justify-content: center;
}
.atf-hero-content .sub-title {
	text-transform: capitalize;
	position:relative;
	margin-bottom:50px;
	color: var(--atf-thm-color);
}
.atf-hero-content .sub-title::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	background: var(--atf-thm-color);
	left: 0;
	bottom: -30px;
}
.atf-hero-content .sub-title.style1::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	background: var(--atf-thm-color);
	left: 0;
	bottom: -30px;
	margin: 0 auto;
	right: 0;
}
.atf-hero-content p {
    margin: 20px 0 30px !important;
    font-size: 16px;
    color: var(--atf-thm-black);
    width: 460px;
}
.atf-hero-content .title {
    font-size: 60px;
    color: var(--atf-thm-black);
    font-weight: 700;
    font-family: var(--atf-ff-heading);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.0;
}
.atf-hero-content .title span {
    display: inline-block;
}
.atf-hero-btn-area {
    gap: 20px;
}
/*
* --------------------------------
* START SLICK SLIDER DESIGN
* --------------------------------
*/
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}
.atf-slider-content {
	padding-top:200px;
	padding-bottom:200px;
}
.atf-slider-content .sub-title{
	color: var(--atf-thm-white);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius:5px;
	padding: 8px 15px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-style:italic;
	font-size:18px;
	font-weight:500;
}
.atf-slider-content .sub-title i {
	margin-right:5px;
	font-size:15px;
}
.atf-slider-content .title {
    color: var(--atf-thm-black);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}
.atf-slider-content .description {
    color: var(--atf-text-body);
    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(--atf-thm-color);
	color: var(--atf-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(--atf-thm-black);
	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(--atf-thm-color);
	transition: all .5s ease-out;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call{
	color: var(--atf-thm-black);
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
    left: 0;
    right: auto;
}
.atf-slick-slider-1.slick-arrow-1 .slick-next {
    right: 0px;
    left: auto;
}
@media (min-width: 1350px) {
    .atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
        left: 25px;
        right: auto;
    }
    .atf-slick-slider-1.slick-arrow-1:hover .slick-next {
        right: 25px;
        left: auto;
    }
}
@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-main-btn {
    -webkit-animation: 0.5s 9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START SERVICE DESIGN
/*--------------------------------------*/
.atf-single-service {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin:12px 0;
}
.atf-single-service:hover .atf-service-icon i{
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
}
.atf-single-service .atf-service-icon i {
	font-size: 60px;
	color: var(--atf-thm-color);
	background: var(--atf-grey-2);
	width: 100%;
	height: 150px;
	line-height: 150px;
	display: inline-block;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	text-align: center;
}
.atf-single-service .atf-service-content {
	padding: 15px 20px 30px;
}
.atf-single-service:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.atf-single-service .title {
    color: var(--atf-thm-black);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-out;
}
.atf-single-service .title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}
.atf-single-service .title a:hover {
    color: var(--atf-thm-color);
}
/*----------------------------------------*/
/*  04. END SERVICE DESIGN
/*--------------------------------------*/
/**************************************
 * 05. START GALLERY DESIGN
 *************************************/
.atf-gallery-img img{
    width: 100%;
    border-radius: 20px;
}
.atf-gallery-area .atf-single-gallery{
	margin:12px 0px;
}
.atf-single-gallery{
	margin:0 5px;
}
.atf-single-gallery img {
	border-radius: 10px;
	width: 100%;
}
.atf__gallery_slider_active .slick-dots {
	text-align: left;
}
.row.atf__gallery_slider_active.slick-arrow-1.slick-initialized.slick-slider.slick-dotted {
	padding-left: 12px;
}
/**************************************
 * 05.END GALLERY DESIGN
 *************************************/
/*----------------------------------------*/
/*  06. START CLIENT DESIGN
/*--------------------------------------*/
.testimonial {
	padding: 7%;
	position: relative;
	margin: 0 10px;
	border-radius: 20px;
	background: var(--atf-thm-white);
}
.testimonial-content {
	display: flex;
	align-content: center;
	align-items:center;
	padding-bottom:25px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.testimonial-inner-content {
	margin: 0 auto;
}
.testimonial .pic img{
	border-radius: 50%;
	overflow: hidden;
}
.testimonial-inner-title{
	text-align:center;
}
.testimonial .description {
	font-style: italic;
	text-align:center;
}
.testimonial .testimonial-title {
	margin-top: 20px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
	margin-bottom: 0;
}
.no-border{
	border:none;
}
/*----------------------------------------*/
/*  06. END CLIENT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 07. START BLOG DESIGN
/*--------------------------------------*/
.sinlge_post {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
	margin:12px 0;
}
.sinlge_post .post-img {
    position: relative;
}
.sinlge_post .post-img img {
    width: 100%;
    height: auto;
    position: relative;
}
.sinlge_post .post-img .post-bar {
    position: absolute;
    bottom: 0px;
}
.post-date a {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    padding: 10px 10px;
    border-radius: 5px;
}
.sinlge_post .post-review {
    border-top: none;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.sinlge_post:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sinlge_post .post-bar {
	padding: 0;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	justify-content: center;
	gap: 15px;
}
.sinlge_post .post-bar li {
	display: inline-block;
	font-size: 15px;
	color: var(--atf-text-body);
	margin-right: 10px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 600;
}
.sinlge_post .post-bar li a:hover {
    color: var(--atf-thm-color);
}
.sinlge_post .post-bar li i {
    color: var(--atf-thm-color);
    margin-right: 8px;
}
.sinlge_post .post-title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}
.sinlge_post .post-title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sinlge_post .post-title a:hover {
    color: var(--atf-thm-color);
}
.sinlge_post .describtion {
    margin: 15px 0 15px;
}
.read {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600;
    color: var(--atf-thm-black);
    position: relative;
}
.read::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--atf-thm-color);
    transition: all 0.3s ease-in-out;
    color: var(--atf-thm-color);
}
.read:hover {
    color: var(--atf-thm-color);
}
.read:hover::before {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .sinlge_post {
        margin: 12px 0;
    }
}
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 1;
	content: "";
	background-color: var(--atf-thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
}
.breadcrumb-single-content span {
	font-weight: 500;
	padding-right: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.breadcrumb-single-content span a:hover {
	color: var(--atf-thm-color);
}
.breadcrumb-sub-title {
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	color: var(--atf-thm-white);
	line-height: 1.3;
	font-family: var(--atf-ff-heading);
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 150px;
	padding-bottom: 100px;
}
.breadcrumb-single-content .down {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--atf-text-body);
	border-width: 0 2px 2px 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;
	margin: 0 0 1px 2px;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center;
	}
}
@media only screen and (max-width:479px) {
	.breadcrumb-title {
		font-size:40px;
	}
}
/*----------------------------------------*/
/*   END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blogpost-thumb {
	position: relative;
	margin-bottom: 30px;
}
.blogpost-thumb img {
	width: 100%;
	border-radius: 15px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color:var(--atf-thm-color);
}
.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blogpost-text p {
	margin-bottom: 30px;
}
.atf-blog-details-blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: white;
	border: 1px solid var(--atf-border-1);
}
.atf-blog-details-blockquote blockquote {
	margin-bottom: 0;
}
.atf-blog-details-blockquote .quote-icon {
	font-size: 36px;
	color: var(--atf-thm-color);
	text-align: start;
	margin-bottom: 15px;
	display: block;
}
.atf-blog-details-blockquote p {
	font-weight: 600;
	margin-bottom: 15px;
}
.atf-blog-details-blockquote .blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 30px;
}
.atf-blog-details-blockquote .blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-black);
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--atf-thm-black);
}
.blogpost-details-list-thumb {
	margin-right: 20px;
}
.blogpost-details-list-thumb img {
	border-radius: 15px;
}
@media only screen and (max-width:767px) {
	.blogpost-details-list{
		margin-top:30px;
	}
}
@media only screen and (max-width:576px) {
	.blogpost-details-social{
		margin-top:30px;
	}
}
@media only screen and (max-width:479px) {
	.blogpost-comment-avater {
		margin-bottom: 10px;
	}
	.blogpost-comment-title {
		font-size: 28px;
	}
	.blogpost-title {
		font-size: 28px;
	}
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: var(--atf-thm-black);
}
.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.blogpost-details-share {
	padding: 30px 0;
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	color: var(--atf-thm-black);
}
.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tagcloud a:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color);
}
.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 5%;
	margin-right: 10px;
	color: var(--atf-thm-black);
	background: var(--atf-grey-1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blogpost-details-social a:hover {
	color:var(--atf-thm-white);
	background: var(--atf-thm-color);
}
.atf-post-btn-group {
	display: flex;
	justify-content: space-between;
	padding:30px 0;
	border-top:1px solid var(--atf-border-1);
	border-bottom:1px solid var(--atf-border-1);
}
.atf-post-author {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 25px;
	background:var(--atf-grey-1);
}
.atf-author-img img {
	max-width: inherit;
	height: auto;
	border-radius: 5%;
}
.atf-author-social {
	margin-top: 10px;
}
/* START BLOG COMMENT DESIGN */
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment ul li {
	list-style: none;
}
.blogpost-comment-box {
	margin-bottom: 30px;
	border-bottom:1px solid var(--atf-border-1);
	padding-bottom: 30px;
}
.border-none{
	border:inherit;
}
.blogpost-comment-avater img {
	border-radius: 5px;
}
.blogpost-comment-avater {
	flex: 0 0 auto;
}
.blogpost-comment-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment-text p{
	margin-bottom:15px;
}
.blogpost-comment-reply a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	background: var(--atf-grey-2);
	color: var(--atf-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;
	position: absolute;
	right: 30px;
	top: 0px;
}
.blogpost-comment-reply a:hover {
	background: var(--atf-thm-color);
}
.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.blogpost-comment-from {
	background: var(--atf-grey-2);
	padding: 30px 40px;
	border-radius:30px;
}
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget {
	padding: 50px;
	background: var(--atf-grey-2);
	border-radius: 15px;
}
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget-title {
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid var(--atf-border-1);
	padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget {
    padding: 40px;
  }
}
.sidebar-search-input {
	position: relative;
}
.sidebar-search-input input:focus {
	border: 1px solid var(--atf-thm-color);
}
.sidebar-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: var(--atf-thm-white);
}
.sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
}
.sidebar-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
}
.lp-post {
	padding: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.lp-post-thumb {
	margin-right: 15px;
	flex: 0 0 auto;
}
.lp-post-thumb a img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}
.lp-meta {
	font-size:12px;
	margin-top:0px;
}
.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-color);
	margin-right: 10px;
}
.lp-post-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--atf-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;
	margin-bottom:0px;
}
.lp-post-title:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li {
	position: relative;
	display: block;
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	color: var(--atf-thm-black);
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 15px;
	padding-left: 15px;
}
.sidebar-widget-content ul li a:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li a i {
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
}
.instagram-sidebar-image-area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.instagram-sidebar-image img{
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0 !important;
	border-radius:5px;
}
.instagram-sidebar-image {
	transition: all 0.4s ease 0s;
	position: relative;
}
.instagram-sidebar-image::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--atf-thm-color);
	transition: all 0.4s ease-in;
	overflow: hidden;
	border-radius:5px;
}
.instagram-sidebar-image:hover::before {
	opacity: 1;
}
.instagram-sidebar-image .icon {
	opacity: 0;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.4s ease 0s;
}
.instagram-sidebar-image:hover .icon {
	opacity: 1;
	top: 50%;
}
.instagram-sidebar-image .icon  a {
	color: var(--atf-thm-white);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
}
/*----------------------------------------*/
/*   END BLOG DETAILS DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START ERROR DESIGN
/*--------------------------------------*/
.error-search-input {
	position: relative;
}
.error-search-input input:focus {
	border: 1px solid var(--atf-thm-color);
}
.error-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 15px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	background-color: var(--atf-thm-white);
}
.error-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
}
.error-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
}
/*----------------------------------------*/
/* END ERROR DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. END BLOG DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  08. START ABOUT DESIGN
/*--------------------------------------*/
#about.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.4);
}
.single-about-icon{
	font-size:80px;
	color:var(--atf-thm-color);
}
.about-icon span{
	font-size:16px;
	color:var(--atf-thm-color);
}
.atf-about-list li {
	font-weight: 700;
}
.atf_about_content p {
	background: var(--atf-thm-white);
	padding: 5px 15px;
	transform: rotate(-90deg);
	left: -84px;
	position: absolute;
	top: 0;
	font-size: 24px;
	border-radius:6px;
}
/*----------------------------------------*/
/*  08. END CHOOSE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  09. START NEWSLETTER DESIGN
/*--------------------------------------*/

.atf-newsletter-area {
    border-radius: 10px;
    padding: 50px 50px;
}
.atf-single-newsletter {
    position: relative;
}
.atf-mailchamp-title .title {
    color: var(--atf-thm-white)! important;
    margin-bottom: 0;
}
.atf-single-newsletter .atf_contact_input input {
    background: transparent;
    color: var(--atf-thm-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    padding-left: 15px;
}
.atf-single-newsletter .atf_contact_input input:focus {
    box-shadow: none;
    outline: 0 none;
    background: transparent;
    border-color: inherit;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--atf-thm-color);
}
.atf-single-newsletter .atf_contact_input {
    margin-bottom: 0;
}
.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 20px;
	color: var(--atf-thm-color);
}
/*----------------------------------------*/
/*  09. END NEWSLETTER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  10. START CONTACT DESIGN
/*--------------------------------------*/
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form label {
    font-weight: 600;
    color: var(--atf-thm-black);
    font-size: 18px;
}
.atf-contact-form .atf_contact_input input,
.atf-contact-form .atf_contact_input textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    padding-left: 20px;
}
.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
    box-shadow: none;
    border: 1px solid var(--atf-thm-color);
}
.atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.atf-contact-area .atf-themes-btn {
    margin-top: 20px;
    text-align: center;
}
.atf-contact-details {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.border-none{
	border-right:inherit;
	padding-right:0px;
	margin-right:0px;
}
.atf-contact-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: var(--atf-thm-color);
	font-size: 20px;
	color: var(--atf-thm-white);
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 20px;
}
.atf-contact-icon.style2{
	margin: inherit;
	margin-bottom: 0px;
}
.atf-contact-content span{
	color: var(--atf-text-body);
}
.atf-donation-gift .atf-choose-input{
	margin:20px 0;
}
.atf-donation-input {
	display: flex;
	align-items: center;
	gap: 30px;
}
.atf-donation-area .atf_contact_input{
	margin:12px 0;
}
.atf-choose-country.nice-select {
	border-radius: 0;
	width: 100%;
	background: var(--atf-thm-white);
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	height: 60px;
	padding-left: 15px;
}
.atf-choose-input .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	float: none;
	padding: 0 26px;
	font-size: 16px;
	margin-top: 10px;
}
.atf-checkbox-login .checkbox-custom-label{
	font-weight:400;
	color: var(--atf-text-body);
}
.form-message {
    color: var(--atf-thm-black);
}
#atf-map-area iframe{
	width:100%;
	height:450px;
}
/*----------------------------------------*/
/* 10. END CONTACT DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
#accordion .card {
	border: 1px solid var(--atf-border-1);
	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(--atf-grey-1);
	font-size: 20px;
	font-weight: 600;
	color: var(--atf-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 6 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--atf-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 6 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--atf-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
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/* 11. START TEAM DESIGN
/*--------------------------------------*/
.atf-single-team{
    text-align: center;
	border:1px solid var(--atf-border-1);
}
.atf-single-team .pic img {
	width:100%;
}
.atf-single-team .pic {
	margin-bottom: 20px;
}
.atf-single-team .description{
    font-size: 16px;
    color: var(--atf-thm-black);
}
.atf-single-team .title{
    display: block;
    font-weight: 700;
    color: var(--atf-thm-black);
    margin-bottom: 0px;
}
.atf-single-team .post{
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
	color: var(--atf-thm-black);
}
.atf-social-list {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--atf-grey-2);
	padding: 15px 15px;
	border-radius: 5%;
}
.atf-single-team .social{
    padding: 0;
    list-style: none;
}
.atf-single-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.atf-single-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	background: var(--atf-thm-color);
	font-size: 14px;
	color: var(--atf-thm-white);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.atf-single-team .social li a:hover{
    background: var(--atf-thm-black);
    text-decoration: none;
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .atf-single-team{ overflow: hidden; }
}
/*----------------------------------------*/
/*  11. END TEAM DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  12. START FOOTER DESIGN
/*--------------------------------------*/
.atf-footer-payment img {
    margin-bottom: 0 !important;
	background-color: var(--atf-grey-1);
}
.atf-footer-area {
    background-color: var(--atf-thm-black);
}
.atf-footer-area .atf-single-footer {
    position: relative;
}
.atf-single-footer.style1 {
	position: relative;
	background: var(--atf-thm-white);
	padding: 25px;
	margin:0 25px;
	border-radius:20px;
}
.atf-single-footer .title {
    margin-bottom: 30px;
    color: var(--atf-thm-white);
    text-transform: uppercase;
    font-weight: 600;
}
.atf-footer-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.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(--atf-thm-black);
    background: var(--atf-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(--atf-thm-color);
    color: var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3)inset;
}
.atf-single-footer .atf-list-menu li a {
    color: rgba(255, 255, 255, 0.5);
    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;
}
.atf-single-footer .atf-list-menu li::before {
	content: "";
	background-color: var(--atf-thm-color);
	position: relative;
	left: 0;
	top: -4px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	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(--atf-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;
}
.sinlge_post.style1 {
	padding: 6px 0;
	margin: 5px 0;
	border:inherit;
}
.sinlge_post.style1 .post-title {
	line-height: 28px;
	margin-bottom: 0;
}
.sinlge_post.style1 .post-review {
	padding: 0px 0px;
}
.sinlge_post.style1 .post-bar {
	padding: 0 0;
	border-bottom: inherit;
}
.atf-footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.atf-footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
	 color: var(--atf-text-body);
}
.atf-footer-bottom a {
    color: var(--atf-thm-color);
    -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(--atf-thm-black);
    text-decoration: inherit;
}
.atf-contact-icon.style1 {
	font-size: 20px;
	border-radius: 5px;
	width: 50px;
	height: 60px;
	line-height: 60px;
}
@media only screen and (max-width: 991px) {
    .atf-single-footer {
        margin: 20px 0;
    }
}
/*----------------------------------------*/
/*  12. 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(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-2 .slick-next {
    right: 15px;
    background-color: var(--atf-thm-white);
    border-color: var(--atf-thm-color);
    color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

/* slick-arrow */
.slick-arrow {
    cursor: pointer;
    z-index: 3;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
    background-color: var(--atf-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(--atf-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(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-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(--atf-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(--atf-thm-color);
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
}
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
/* ==========================================================================
START MODAL/LOGIN/SIGNUP DESIGN
========================================================================== */

/* Login start
-------------------------------------------------------------- */
.sign_in {
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    cursor: pointer;
    font-weight: 600;
}
.sign_in a:hover{
    color:var(--atf-thm-color);
}
.sign_in span{
    margin:6px;
}
.sign_in_content{
    position: relative;
    z-index: 1;
}
.sign_in_content_one::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--atf-thm-white);
    margin-top: -6px;
}
.sign_in_content a{
    padding:0 10px;
}
/* modal start
-------------------------------------------------------------- */
.modal-body {
    padding: 0 40px 40px 40px;
}
.modal-content {
    border-radius: 0px;
    background-color: var(--atf-thm-white);
}
.modal-header{
    border:none;
}
.modal-header-title {
    text-transform: uppercase;
    text-align: center;
}
.atf-checkbox-login .atf-theme-forget{
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-black);
    font-weight:700;
}
.atf-checkbox-login .atf-theme-forget:hover{
    color: var(--atf-thm-color);
    text-decoration:underline;
}
.atf-click-link .atf-link{
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-black);
    font-weight:700;
}
.atf-click-link .atf-link:hover{
    color: var(--atf-thm-color);
    text-decoration:underline;
}
.atf-login-form .atf-main-btn{
    width: 100%;
    font-size: 16px;
}
.atf-checkbox-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}
.atf-checkbox-login.atf-choose-input ul {
    gap:30px;
}
.atf-checkbox-login ul li:first-child {
    flex: 1;
}
.atf-checkbox-login.atf-choose-input ul li:first-child {
    flex: inherit;
}
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background:var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom + .radio-custom-label:before {
    content: "";
    background:var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: var(--atf-thm-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    background: var(--atf-thm-color);
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: inherit;
}
.modal-footer.atf-checkbox-login {
    border-top: navajowhite;
    border-bottom: 1px solid var(--atf-border-1);
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* END MODAL/LOGIN/SIGNUP DESIGN
-------------------------------------------------------------- */
