
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	line-height: 1.9;
	color: var(--thm-p);
	font-size: 16px;
}



@font-face {
   font-family: "Tiro Tamil", serif;
  src:url('../../assets/fonts/tt-ramillas-initials-trial-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'BaminiTamil';
    src: url('../../assets/fonts/Bamini_Tamil_03.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'BaminiTamil';
    src: url('../../assets/fonts/BAMINI-Tamil08.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/



 
:root {
	--thm-font: "Tiro Tamil", sans-serif;
	--thm-font2: "Tiro Tamil", serif;
	--thm-base: #b15e30;
	--thm-color: #b15e30;
	--thm-bg: #c6857d;
	--thm-black: #1f232c;
	--thm-title: #232323;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-fb: #F1F8FF;
	--thm-f5: #F5F5F5;
	--thm-f4: #F4F4F4;
	--thm-f3: #F3F3F3;
	--thm-f2: #F2F2F2;
	--thm-f1: #F1F1F1;
	--thm-f6: #f6f6f6;
	--thm-p: #2d2c2c;
	--thm-line: linear-gradient(to left top, #6bb601 50%, #b15e30 50%);
}
.bg-f1{
	background:var(--thm-f1)!important;
}
.bg-f2{
	background:var(--thm-f2)!important;
}
.bg-f3{
	background:var(--thm-f3)!important;
}
.bg-f4{
	background:var(--thm-f4)!important;
}
.bg-f5{
	background:var(--thm-f5)!important;
}
.bg-f6{
	background:var(--thm-f6)!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	color: var(--thm-black);	
}
h1, h2, h3, h4, h5, h6 {
	color: var(--thm-black);
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 30px; }

h5 {
  font-size: 18px;
  line-height: 28px; }

h6 {
  font-size: 14px;
  line-height: 24px; }
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	font-size: 16px;
	color: var(--thm-p);
	font-weight:400;
	line-height:1.9;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, 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;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.bg-overlay {
	 position: relative;
}

.bg-overlay {
  background-color: rgba(36, 42, 53, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index:-1;
}
.color-overlay {
	 position: relative;
}
.color-overlay {
  background-color: var(--thm-base);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.overlay-gradient {
	 position: relative;
}
.overlay-gradient {
  background: linear-gradient(to right, #4763cb, #c0392b);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.right{
	text-align:right;
}
.border-left{
	border-left:3px solid #f0aa33;
}
/**************************************
 * 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-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader {
    width: 100px;
    height: 100px;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader .loader-inner{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.loader .loader-inner:before{
   content: "";
   display: block;
   width: 15%;
   height: 25%;
   border-radius: 100%;
   background: var(--thm-color);
   margin: 0 auto;
   animation: loading-1 1.2s infinite ease-in-out both;
}
.loader .box-2{ transform: rotate(30deg); }
.loader .box-3{ transform: rotate(60deg); }
.loader .box-4{ transform: rotate(90deg); }
.loader .box-5{ transform: rotate(120deg); }
.loader .box-6{ transform: rotate(150deg); }
.loader .box-7{ transform: rotate(180deg); }
.loader .box-8{ transform: rotate(210deg); }
.loader .box-9{ transform: rotate(240deg); }
.loader .box-10{ transform: rotate(270deg); }
.loader .box-11{ transform: rotate(300deg); }
.loader .box-12{ transform: rotate(330deg); }
.loader .box-2:before{ animation-delay: -1.1s; }
.loader .box-3:before{ animation-delay: -1s; }
.loader .box-4:before{ animation-delay: -0.9s; }
.loader .box-5:before{ animation-delay: -0.8s; }
.loader .box-6:before{ animation-delay: -0.7s; }
.loader .box-7:before{ animation-delay: -0.6s; }
.loader .box-8:before{ animation-delay: -0.5s; }
.loader .box-9:before{ animation-delay: -0.4s; }
.loader .box-10:before{ animation-delay: -0.3s; }
.loader .box-11:before{ animation-delay: -0.2s; }
.loader .box-12:before{ animation-delay: -0.1s; }
@keyframes loading-1{
    0%, 39%, 100%{ opacity: 0; }
    40%{ opacity: 1; }
}
/*END PRELOADER DESIGN*/
/*START SECTION TITLE DESIGN*/
.atf-section-title.style1 .sub-title {
	position: relative;
	display: inline-block;
	color: #51331C;
	padding-left: 55px;
	font-weight: 600;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.atf-section-title.style1 .sub-title::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 0;
	width: 40px;
	border: 2px solid;
}
.atf-section-title.style2 .sub-title {
	position: relative;
	display: inline-block;
	color: #51331C;
	font-weight: 600;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.atf-section-title.style2 .sub-title::before {
	position: absolute;
	content: '';
	top: 14px;
	left: -55px;
	width: 40px;
	border: 2px solid;
}
.atf-section-title.style2 .sub-title::after {
	position: absolute;
	content: '';
	top: 15px;
	right: -55px;
	width: 40px;
	border: 2px solid;
}
.title-color span{
	color: #51321c !important;
  text-shadow: 2px 2px 0px #f3ae36a3;
}
.atf-section-title .title {
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.atf-section-title .title{font-size:40px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 21px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color:#B78B57;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--thm-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--thm-white);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}



@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
 

@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
	color: var(--thm-white);
	background: linear-gradient(to left top, #b56031 50%, #b56031 50%);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-radius: 0;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
	padding: 5px 19px !important;
	overflow: hidden;
	position: relative;
	transition: all .5s ease 0s;
	display: inline-block;
	border: inherit;
	border-radius: 21px;
}
.atf-themes-btn:focus{ color: var(--thm-white); }
.atf-themes-btn:hover{
    color: var(--thm-white);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    transform: rotate(-1deg) scale(1.1);
}
.atf-themes-btn:before,
.atf-themes-btn:after,
.atf-themes-btn span:before,
.atf-themes-btn span:after {
    content: "";
    /*background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);*/
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate1 2s linear infinite;
    animation-delay: 1s;
    transition: all 0.3s;
}
.atf-themes-btn:after{
    /*background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);*/
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    animation: animate3 2s linear infinite;
    animation-delay: 3s;
}
.atf-themes-btn span:before{
    /*background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);*/
    width: 3px;
    height: 100%;
    left: auto;
    right: 0;
}
.atf-themes-btn span:after{
    /*background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);*/
    width: 3px;
    height: 100%;
}

@media only screen and (max-width: 767px){
    .atf-themes-btn{ 
		margin-bottom: 15px; 
	}
}
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGAtION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
	background-color: #B56031 !important;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1090;
}
.atf_header_top::after {
	background: #4d2e19c4 none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(65% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skew(-30deg);
	border-right: 4px solid var(--thm-white);
}
.atf_header-social{
	list-style-type: none;
}
.atf_header-social li{
	display: inline-block;
	margin: 0 2px;
}
.atf_header-social li a i{
	background: #B78B57 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 13px !important;
	color: #fff;
}
.atf_header-social li a i:hover{
	color:  var(--thm-white);
	background:#f3ae35;
}
.atf-header-icon {
	margin-top:4px;
}
.atf-header-location {
	display: flow-root;
}
.atf-header-icon i {
	padding-right: 15px;
	color: rgba(255, 255, 255, 0.8);
	font-size:40px;
}
.atf_header_top_left {
	display: inline-block;
}
.atf-header-address {
	margin-right: 20px;
	line-height:1.4;
	display: inline-block;
}
.atf-header-area .atf-location-design{
	position:relative;
}
.atf-header-area .atf-location-design{
	position: absolute;
	right: 65px;
	bottom: 13px;
	display: flex;
	color: var(--thm-white);
	background: var(--thm-base);
	padding: 10px 15px;
	border-radius: 5px;
	line-height:1.4;
}
.atf_header_top p{
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
}
.atf_header_top_right {
	float: right;
}

.atf_header_top_left p,
.atf_header_top_right p{
	display: inline-block;
}

.atf_header_top_left p{
	padding-right: 12px;
}
.atf_header_top_right p{
	padding-left: 8px;
}
.atf-top-header {
	margin-top: 38px;
}
#atf_navigation.navbar-fixed {
	margin-top: 0;
}
.atf_site-logo{
	width: 356px;
	height: auto;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
	padding:10px 0 0;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 1600ms;
    animation: fadeInDown 1600ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: var(--thm-white);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#atf_navigation {
	padding: 35px 0 0px;
	/* border-bottom: 1px solid rgb(247, 243, 243 , 0.1); */
	/* background-color: transparent; */
}
#atf_navigation.navbar-fixed {
	padding-top: 8px;
	padding-bottom: 8px;
}
.atf_header_right {
	display: flex;
	flex-basis: auto;
}
#atf_nav-menu ul{
	list-style-type: none;
}
#atf_nav-menu ul li{
	display: inline-block;
	margin-left: 55px;
	position: relative;
}
#atf_nav-menu ul li a {
	color: var(--thm-white);
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 20px;
	border-bottom: 1px solid transparent;
	display: block;
	  border-radius: 21px;
	  color: #65391e;
  font-weight: 600 !important;
}

#atf_navigation.navbar-fixed #atf_nav-menu ul li a{
	/*color: var(--thm-black);*/
	padding: 22px 0 22px;
}
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus,
#atf_nav-menu ul li a:hover,
#atf_nav-menu ul li a:focus{
	color: #efab33;
}
#atf_nav-menu ul li > a:hover,
#atf_nav-menu ul li > a:focus{
	border-bottom: 1px solid var(--thm-base);
}
#atf_navigation #atf_nav-menu ul li a:hover,
#atf_navigation #atf_nav-menu ul li a:focus,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus{
	border-bottom: 1px solid transparent;
}
.slicknav_nav_icon {
	color: var(--thm-base);
	font-size: 24px;
}
#mobile_menu{
	display: none;
}
.navbar-light .logo-black {
	display: none;
}
.navbar-light.navbar-fixed .atf_site-logo .logo-white {
	display: none;
}
.navbar-light.navbar-fixed .atf_site-logo .logo-black {
	display: block;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
#atf_navigation #atf_nav-menu ul li ul,
#atf_navigation #atf_nav-menu ul li ul li ul {
	background: var(--thm-black);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 115%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#atf_navigation #atf_nav-menu ul li  ul li{
	position: relative;
}
#atf_navigation #atf_nav-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#atf_navigation #atf_nav-menu ul li:hover ul,
#atf_navigation #atf_nav-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
	top:100%;
}
#atf_navigation #atf_nav-menu ul li ul li {display: block; margin: 0; padding: 0;}
#atf_navigation.navbar-fixed #atf_nav-menu ul li ul li a,
#atf_navigation #atf_nav-menu ul li ul li a {
	color: var(--thm-white);
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#atf_navigation #atf_nav-menu ul li ul li a:hover{
	color: var(--thm-white)!important;
	text-decoration: none;
	padding-left: 15px;
}
.atf-menu-btn a {
	padding: 0px;
	-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;
	display: inline-block;
	border: none;
	overflow: clip;
	overflow: inherit;
}
.atf-menu-btn .atf-themes-btn:before, .atf-menu-btn .atf-themes-btn:after, .atf-menu-btn .atf-themes-btn span:before, .atf-menu-btn .atf-themes-btn span:after {
	position: relative;
	
}
.atf-menu-btn a:hover {	
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.dropdown-toggle::after {
  margin-top:16px;
 }
.atf-drop-menu ul li > ul {
	visibility: hidden;
 }
.atf-drop-menu ul li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index:1080;
	overflow:hidden;
}
.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);
}

@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGAtION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-header-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-header-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details .title {
	font-size: 60px;
	font-weight: 700;
	color: var(--thm-white);
	text-shadow: 1px 1px 8px rgba(0,0,0, 0.3);
	line-height: 1.1;
	letter-spacing:-2px;
	text-transform:uppercase;
}
.atf-single-details .title-color span {
	color: var(--thm-color) !important;
	text-shadow: 2px 2px 0px chartreuse;
}
.atf-single-details .title {
	-webkit-animation: 1.7s .9s fadeInDown both;
	animation: 1.7s .9s fadeInDown both; }

.atf-single-details p {
	-webkit-animation: 1.7s .8s fadeInLeft both;
	animation: 1.7s .9s fadeInLeft both; }
.atf-single-details .atf-main-btn{
	-webkit-animation: 1.7s 1s fadeInUp both;
	animation: 1.9s 1s fadeInUp both; }
	
/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.atf__header-options-2 .header-search {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius:50%;
	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 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
 }
  
.atf__header-options-2 .header-search:hover {
    background: var(--thm-base); 
	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);
	transition: all 0.3s ease-in-out 0s;
}	
.header-search-form input:focus,	
.header-search-form input:active {	
	border: 1px solid var(--thm-base);
}
.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: 15px;
	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; 
}

/*
* ----------------------------------------------------------------------------------------
* START SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider {
	position: relative;
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, var(--thm-white));
}
.atf-home-overlay{
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.atf-slider.swiper {
	width: 100%;
	height: 100%;
	height: 750px;
}
.atf-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.atf-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atf-slider .swiper-pagination {
	font-size: 25px;
}
.atf-slider .swiper-button-next::after, 
.atf-slider .swiper-button-prev::after {
	font-size:25px;
}
.atf-slider .swiper-button-next, 
.atf-slider .swiper-button-prev {
	color: var(--thm-white);
	background: #b78b57;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out 0s;
}
.atf-slider-content h1 {
	color: #4d2d18;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: -2px;
}
.atf-slider-content .sub-title {
	background: rgb(183, 139, 87);
	display: inline-block;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	color: #fff;
  font-weight: 500;
}
.atf-slider-content p{
	color:#000;
	font-size: 16px;
	margin-bottom: 30px;
}
.atf-hero-btn .atf-themes-btn:hover {
	background:var(--thm-white);
	color:var(--thm-black);
}
@media only screen and (max-width:480px) { 
	.atf-slider-content h1{font-size:35px;}
}


/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-feature {
	position: relative;
	border: 1px solid var(--thm-eee);
	background: var(--thm-white);
	padding: 25px 25px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.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-feature-text h3 a{
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-text h3 a:hover{
	color: var(--thm-base);	
}
.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-base);
}
.read-more::after {
	content: "";
	position: absolute;
	width: 20%;
	display: block;
	border: 1px solid var(--thm-base);
	transition: all 0.30s ease;
	bottom: -5px;
	left: 0;
}
.read-more:hover:after{
    width:100%;
}
.atf-feature-content li {
	color: #626262;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
}
.atf-feature-content li i {
	color: #f2ad32;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	position:relative;
}
.atf-video-img img {
    width: 100%;
    border-radius: 3%;
}
.about-icon {
	width: 80px;
	  height: 80px;
	  background: #B78B57;
	  text-align: center;
	  line-height: 77px;
	  color: var(--thm-white);
	  border-radius: 5%;
	  font-size: 20px;
	  min-width: 80px;
}
.about-content h3 {
    font-size: 22px;
    overflow: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* 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-base);
	border-radius: 100%;
	line-height: 65px;
	z-index: 1020;
	position: relative;
	border: 3px solid var(--thm-base);
}
.atf-singl-video .iq-video i {
	color: var(--thm-base);
}
.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)";
	}
}

.atf-singl-video.style1 .iq-video {
	border: 3px solid var(--thm-white);
	color: var(--thm-white);
}
.atf-singl-video.style1 .iq-video i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter {
	color: var(--thm-white);
	text-align: center;
	background: linear-gradient(to top, #6bb601 30%, #2a3d05 70%);
	padding: 70px 55px;
	border-radius: 20px;
}
.counter .counter-value {
	font-size: 35px;
	font-weight: 700;
	line-height: 115px;
	height: 140px;
	width: 140px;
	margin: 0 auto 10px;
	border: 15px solid var(--thm-white);
	border-radius: 50%;
	display: block;
}
.counter p {
	color: var(--thm-white);
}
.counter h3 {
	font-size: 22px;
	margin: 20px 0 10px;
	color: var(--thm-white);
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 25px; }
}   
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.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;
}
.atf-single-service.style2 {
	margin:0 0px ! important;
}
.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-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-service-text a h2 {
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
	font-size:22px;
	font-weight:600;
	line-height:1.4;
}
.atf-service-text a h2:hover {
	color: var(--thm-base);
}
.atf-service-icon i:hover {
	background: var(--thm-black);
}
.atf-service-icon i {
	color: var(--thm-white);
	font-size: 25px;
	text-align: center;
	background: var(--thm-base);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 5%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.atf-service-text h4:hover{
	color: var(--thm-color);
}
.atf-service-text.style2 {
	padding: 30px 15px;
}
.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;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START PLAN DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-plan {
	border-radius: 0;
	background:  var(--thm-black);
	border: 1px solid var(--thm-eee);
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-single-plan: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-plan-icon {
	float: left;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
	margin-right: 8px;
}
.atf-plan-text a h3 {
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
	line-height: 25px;
	margin-bottom: 15px;
	color: var(--thm-white);
}
.atf-plan-text a h3:hover {
	color: var(--thm-base);
}
.atf-plan-icon i {
	color: var(--thm-base);
	font-size: 25px;
	text-align: center;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.atf-plan-text h4:hover{
	color: var(--thm-color);
}
.atf-plan-text p {
	color: var(--thm-white);
}
.atf-plan-text {
	padding: 30px 30px;
	transition: 0.3s all ease-in-out 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 07.START PLAN DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 8. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial {
	padding: 10% 5% 10%;
	background: var(--thm-white);
	position: relative;
	border-radius: 20px;
}
.testimonial-icon i {
	color: #eea92f;
}
.testimonial-icon li {
	display: inline-block;
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{

    margin: 10px 0 20px;
    text-align: justify !important;
}
.testimonial .testimonial-title{
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
}
.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute;
}
.testimonial .testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.testimonial .testimonial-rating li{
    color: var(--thm-color);
    display: inline-block;
}
.testimonial .testimonial-rating li.fa-star{
    color: var(--thm-color);
}
.no-border{
	border:none;
}
/**************************************
 * 8. END TESTIMONIAL DESIGN
 *************************************/
/*
/* ----------------------------------------------------------------------------------------
* 9.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.atf-skill {
	display: flex;
}
.atf-skill-icon li {
	display: inline-block;
	color: var(--thm-base);
}
.atf-skill-review {
	padding: 20px 25px;
	background: var(--thm-color);
	border-radius: 10px;
	color: var(--thm-white);
	width: 160px;
	height: 125px;
}
.skill-review .counter-value {
	font-size: 25px;
	font-weight: 700;
}
.skill-icon {
	color: var(--thm-base);
	font-size: 20px;
	margin-top: 5px;
}
/**************************************
 * 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);
}
.portfolio {
	outline: 3px solid rgba(0,0,0,0.02);
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.portfolio:before{
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0.9) 51%,rgba(255,255,255,0.8) 52%);
    opacity: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    position: absolute ! important;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.portfolio:hover:before{
    opacity: 0;
    transform: scaleY(1);
}
.portfolio img{
    width: 100%;
    height: auto;
    transform-origin: top center;
    transition: all 0.4s ease 0s;
}
.portfolio:hover img{ transform: scale(1.2); }
.portfolio .portfolio-content{
    color: var(--thm-color);
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1090;
    transition: all 0.4s ease 0s;
}
.portfolio:hover .portfolio-content{
    opacity: 1;
    top: 50%;
}
.portfolio .title{
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.portfolio .post{
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.portfolio .icon{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.portfolio .icon li{
    margin: 0 3px;
    display: inline-block;
}
.portfolio .icon li a{
    color: var(--thm-white);
    background-color: var(--thm-base);
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    transition: all 0.3s ease 0s;
}
.portfolio .icon li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-color);
}
.atf-portfolio-area .swiper {
	width: 100%;
	height: 100%;
}
.atf-portfolio-area .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.atf-portfolio-area .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atf-portfolio-area .swiper-slide {
	width: 40%;
}
.atf-portfolio-area .swiper-slide:nth-child(2n) {
	width: 40%;
}    
.atf-portfolio-area .swiper-slide:nth-child(3n) {
	width: 40%;
}
.atf-portfolio-area .swiper-pagination {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.atf-portfolio-area .swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color,#b78b57) !important;
	margin: 0 5px;
	text-align: center;
}
.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}
.atf-portfolio-area .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 40px;
}
/**************************************
 * 10. END GALLERY DESIGN
 *************************************/

/* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.my-team{
    text-align: center;
	background: linear-gradient(to top, #6bb601 30%, #2a3d05 50%);
}
.my-team .pic{
    position: relative;
	padding:20px;
}
.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-x-twitter:hover{
    background: var(--thm-base);
}
.my-team .social-links li .fa-google-plus:hover{
    background: var(--thm-base);
}
.my-team .social-links li .fa-linkedin:hover{
    background: var(--thm-base);
}
.my-team .social-links li .fa-facebook:hover{
    background: var(--thm-base);
}
.my-team .team-content {
	padding: 20px 0 0;
	overflow: hidden;
	position: relative;
}
.my-team .team-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #6bb601 20%, #2a3d05 80%);
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.my-team:hover .team-content:before{
    top: 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;
}
.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: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block;}
.atf-brand-area img {
	width: inherit ! important;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------

/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide {
	margin: 15px 0px;
	background: var(--thm-white);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	position: relative;
}
.post-slide1 {
	padding: 9px 0px;
}
.post-slide .post-img{
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
}
.post-date li {
	background: var(--thm-base);
	color: var(--thm-white);
	display: inline-block;
	padding: 5px 12px;
	border-radius: 3px;
	position: absolute;
	bottom: -13px;
	right: 20px;
}
.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-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:var(--thm-white);
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review {
	overflow: hidden;
	padding: 30px 25px;
}
.post-slide .post-title a{
    display: block;
    color: var(--thm-black);
    text-align:left;
    transition: all 0.50s ease 0s;
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #d3d3d3;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:var(--thm-base);
}
.post-slide .post-info {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 5px 0 7px 0;
	text-align: left;
	border-bottom: 1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .post-info li i {
	color: var(--thm-base);
}
.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:14px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact .form-group {
	margin-bottom: 20px;
}
.atf-contact-btn button:hover {
	color:var(--thm-base);
}
.contact .form-control {
	padding: 15px 20px;
	border-radius: 10px;
	border-left: 2px solid #b78b57;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	color: var(--thm-black);
}
.contact .form-control:focus {
	border-color: var(--thm-base);
	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-base);
}
.success {
    background: var(--thm-base) none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-mailchamp-title h3{
	margin-bottom:20px ! important;
	font-size:22px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
	width: 100%;
	height: 50px;
	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: 5px;
	background: transparent;
	box-shadow: none;
	top: 6px;
	background: var(--thm-color);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
	display: flex;
	margin: 20px 0;
}
.atf-contact-icon {
	margin-top: 4px;
}
.atf-contact-details i {
	font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--thm-white);
  text-align: center;
  border-radius: 5px;
  background: #B78B57;
  min-width: 60px;
}
.atf-contact-address {
	margin-left: 14px;
	line-height: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP & HIRE DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 300px;
}
.atf-hire-overlay{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: linear-gradient(214deg, #50321d, #50321d);
	padding-bottom: 30px;
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-link .atf-list-menu li:before {
	content: "\f4d8";
	color: var(--thm-color);
	font-family: "Font Awesome 7 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	color: var(--thm-white);
}
.atf-footer-link h3 {
	margin-bottom: 20px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-base);
	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 {
  padding: 35px 0;
  border-top: 1px solid #9f6b2f;
}
.atf-footer-boottom p{
	color: var(--thm-white);
	font-size: 12px;
}
.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  a:hover{
	color:  var(--thm-white);
}
.atf-footer-link img {
	width: 100px;
	margin: 0 10px 12px 0;
	border-radius: 20px;
}
.atf-footer-link .footer-logo {
	width: 140px;
	margin: 0 0 15px 0;
}
.atf-footer-social-icon li a i:hover{
	background:var(--thm-color);
	color:var(--thm-white);
}
.atf-footer-social-icon li {
	display: inline-block;
	margin: -4px 2px auto 7px;
}
.atf-footer-social-icon li a i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color:var(--thm-black);
	background:var(--thm-white);
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-content .link:hover{
	text-decoration:none;
}
.atf-footer-content .link{
	text-decoration:underline;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
	font-weight:700;
}
.atf-footer-post{
	display:flex;
	margin-bottom:8px;
}
.atf-footer-post .atf-footer-post-thumb {
	flex: none;
	margin-right: 15px;
	width: 100px;
}
.atf-footer-post .atf-footer-post-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
	line-height: 1.4;
}
.atf-footer-post  .atf-footer-post-title:hover {
	color:var(--thm-base);
}
.atf-footer-post  .atf-footer-post-date {
	font-size: 13px;
	line-height: 1.6em;
	color:rgba(225,255,255,0.7);
}
/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px){
	.atf_header_top {
    display: none;
  }
	#atf_nav-menu{
		display: none;
	}
	/* .atf-top-header {
		margin-top: 70px;
	} */
	#atf_nav-menu ul li a .arrow-btn{
		display:none;
	}
	#mobile_menu {
		display: block;
		/*position: absolute;*/
		right: 0;
		top: -2px;
		z-index: 9999;
	}
	.site-logo{
		margin-bottom:16px;
	}
.slicknav_nav {
    background-color: var(--thm-white);
    width: 100%;
    /*position: fixed;*/
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 0px !important;
}
	.slicknav_parent ul {
		background: transparent !important;
	}
	.slicknav_parent.slicknav_open ul li a {
		color: var(--thm-black) !important;
	}
	#atf_navigation #mobile_menu li a {
		color: var(--thm-black);
		font-weight: 400;
		font-family: var(--thm-font);
	}
	#atf_navigation #mobile_menu li li a{
		color: var(--thm-black);
	}
	#atf_navigation #mobile_menu li i{
		/*display: none;*/
	}
	#atf_navigation ul li ul, #atf_navigation ul {
		transition: .5s;
	}
	#atf_navigation.navbar-fixed #mobile_menu li a {
		color: var(--thm-black);
	}
	.slicknav_nav a{
		padding: 1px 0px;
		transition: .5s;
	}
	#atf_navigation #mobile_menu li a:hover,
	#atf_navigation #mobile_menu li a:focus{
		color: #efab33;
	}
	/*.slicknav_btn {
		top: 18px;
	}*/
	
}
@media only screen and (max-width: 575px){
	
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		/*position: absolute;*/
		/*top: 30px;*/
		margin-left: 17px;
	}
	
}
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
  border: 1px solid #b78b57;
  background: #b78b57;
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

/* service */

.service-section {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .service-section {
    margin-top: 10px;
  }
}
.service-section .top-shape {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .service-section .top-shape {
    top: -20px;
  }
}
.service-section .top-shape img {
  width: 100%;
}
.service-section .service-left-shape {
  position: absolute;
  top: 156px;
  left: 85px;
}
.service-section .service-right-shape {
  position: absolute;
  top: 64px;
  right: 130px;
}
.service-section .nav {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: -20px;
}
.service-section .nav .nav-item .nav-link {
  display: inline-block;
  border: 1px solid rgba(91, 140, 81, 0.26);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 22px;
  background-color: #ECD4A6;
  color: #626262;
}
.service-section .nav .nav-item .nav-link.active {
  background-color: #B78B57;
  color: #fff;
}

@media (max-width: 575px) {
  .service-section-2 .section-title-area {
    text-align: center;
    justify-content: center;
  }
}
.service-section-2 .section-title-area .counter-area {
  display: flex;
  align-items: center;
  gap: 60px;
}

.service-box-items-2 {
  margin-top: 30px;
  border-radius: 30px;
  background: #EDF2EC;
  padding: 20px;
}
@media (max-width: 575px) {
  .service-box-items-2 {
    text-align: center;
  }
}
.service-box-items-2 .content {
  padding: 20px;
}
@media (max-width: 575px) {
  .service-box-items-2 .content {
    padding-top: 10px;
  }
}
.service-box-items-2 .content h3 {
  max-width: 171px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .service-box-items-2 .content h3 {
    font-size: 24px;
    margin: 0 auto;
  }
}
.service-box-items-2 .content h3 a:hover {
  color: var(--theme-color);
}
.service-box-items-2 .content p {
  margin-top: 10px;
}
.service-box-items-2 .image {
  position: relative;
  z-index: 9;
  margin-top: 20px;
}
.service-box-items-2 .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.service-box-items-2 .image .name {
  border-radius: 2px;
  background: var(--theme-color-2);
  padding: 10px 14px;
  line-height: 1;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0A2803;
  position: absolute;
  top: -20px;
  left: 35px;
}

.service-box-items-3 {
  margin-top: 30px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0px 9px 50px 11px rgba(1, 53, 102, 0.06);
  border-radius: 12px;
}
.service-box-items-3 .service-thumb {
  width: 312px;
  min-width: 100%;
  height: 312px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -180px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-box-items-3 .service-thumb {
    width: initial;
  }
}
@media (max-width: 1399px) {
  .service-box-items-3 .service-thumb {
    height: initial;
    border-radius: 0;
  }
}
.service-box-items-3 .service-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.service-box-items-3 .service-content {
  padding: 0 30px 40px;
  position: relative;
  z-index: 99;
  text-align: center;
}
.service-box-items-3 .service-content .icon {
  width: 96px;
  height: 96px;
  line-height: 110px;
  border-radius: 50%;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white);
  font-size: 35px;
  margin: 0 auto;
  margin-top: -50px;
}
.service-box-items-3 .service-content .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-items-3 .service-content h4 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}
.service-box-items-3 .service-content h4 a:hover {
  color: var(--theme-color);
}
.service-box-items-3 .service-content p {
  font-weight: 500;
  margin-top: 10px;
}
.service-box-items-3 .service-content .link-btn {
  color: #63AB52;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 800;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}
.service-box-items-3 .service-content .link-btn i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.service-box-items-3 .service-content .link-btn:hover {
  color: var(--header);
}
.service-box-items-3:hover .service-thumb {
  border-radius: 0;
}
.service-box-items-3:hover .service-thumb img {
  border-radius: 0;
}
.service-box-items-3:hover .service-content .icon i {
  transform: scaleX(-1) !important;
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3 .shape-1 {
  position: absolute;
  top: 10%;
  right: 10%;
}

.service-wrapper-4 {
  margin-left: -57%;
  margin-right: -13%;
}
@media (max-width: 1199px) {
  .service-wrapper-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
.service-wrapper-4 .service-box-items-4 {
  margin-top: 30px;
}
.service-wrapper-4 .service-box-items-4 .thumb {
  padding-right: 25px;
}
@media (max-width: 575px) {
  .service-wrapper-4 .service-box-items-4 .thumb {
    padding-right: 0;
  }
}
.service-wrapper-4 .service-box-items-4 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
.service-wrapper-4 .service-box-items-4 .service-content-area {
  background: #f9f7f7;
  border-radius: 12px;
  padding: 30px;
  margin-top: -30%;
  z-index: 1;
  position: relative;
  margin-left: 25px;
}
@media (max-width: 575px) {
  .service-wrapper-4 .service-box-items-4 .service-content-area {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.service-wrapper-4 .service-box-items-4 .service-content-area .icon {
  width: 96px;
  height: 96px;
  line-height: 110px;
  background-color: var(--theme-color);
  font-size: 40px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  margin-top: -80px;
}
@media (max-width: 575px) {
  .service-wrapper-4 .service-box-items-4 .service-content-area .icon {
    margin: -80px auto 0;
  }
}
.service-wrapper-4 .service-box-items-4 .service-content-area .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
@media (max-width: 575px) {
  .service-wrapper-4 .service-box-items-4 .service-content-area .content {
    text-align: center;
  }
}
.service-wrapper-4 .service-box-items-4 .service-content-area .content h4 {
  font-size: 22px;
  font-weight: 800;
  margin-top: 20px;
}
.service-wrapper-4 .service-box-items-4 .service-content-area .content h4 a:hover {
  color: var(--theme-color);
}
.service-wrapper-4 .service-box-items-4 .service-content-area .content p {
  margin-top: 10px;
}
.service-wrapper-4 .service-box-items-4 .service-content-area:hover .icon i {
  transform: scaleX(-1) !important;
}

.service-feature-thumb-items-4 {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .service-feature-thumb-items-4 {
    height: 500px;
  }
  .service-feature-thumb-items-4 img {
    object-fit: cover;
  }
}
.service-feature-thumb-items-4 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-feature-thumb-items-4 .text-title {
  font-size: 22px;
  font-weight: 800;
  background-color: var(--white);
  padding: 28px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .service-feature-thumb-items-4 .text-title {
    text-align: center;
  }
}
.service-feature-thumb-items-4 .content {
  text-align: center;
  background-color: var(--white);
  padding: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80%);
}
.service-feature-thumb-items-4 .content .icon {
  font-size: 53px;
  color: var(--theme-color);
}
.service-feature-thumb-items-4 .content h3 {
  font-size: 22px;
  margin-top: 20px;
}
.service-feature-thumb-items-4 .content h3 a:hover {
  color: var(--theme-color);
}
.service-feature-thumb-items-4 .content p {
  max-width: 291px;
  margin: 0 auto;
  margin-top: 7px;
}
.service-feature-thumb-items-4:hover .content {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.service-feature-thumb-items-4:hover .text-title {
  opacity: 0;
  visibility: hidden;
}
.service-feature-thumb-items-4.active .content {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.service-feature-thumb-items-4.active .text-title {
  opacity: 0;
  visibility: hidden;
}

.service-box-items-5 {
  background-color: #f6f6f6;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .service-box-items-5 {
    text-align: center;
  }
}
.service-box-items-5.style-2 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-box-items-5.style-2 {
    margin-top: 0;
  }
}
.service-box-items-5 .content {
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .service-box-items-5 .content {
    padding: 28px;
  }
}
.service-box-items-5 .content h4 {
  font-size: 20px;
  font-weight: 800;
}
.service-box-items-5 .content h4 a:hover {
  color: var(--theme-color);
}
.service-box-items-5 .content p {
  margin-top: 10px;
}
.service-box-items-5 .content .icon {
  margin-top: 20px;
  width: 65px;
  height: 65px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white);
  font-size: 27px;
  margin-bottom: -70px;
  z-index: 999;
  position: relative;
}
@media (max-width: 575px) {
  .service-box-items-5 .content .icon {
    margin: 20px auto -70px;
  }
}
.service-box-items-5 .content .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-items-5 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-box-items-5:hover .content .icon i {
  transform: scaleX(-1) !important;
}

.service-section-5 {
  position: relative;
  z-index: 9;
}
.service-section-5 .shape-1 {
  position: absolute;
  top: -100px;
  right: 0;
}
.service-section-5 .array-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 12%;
  right: 12%;
}
@media (max-width: 1899px) {
  .service-section-5 .array-button {
    left: 1%;
    right: 1%;
  }
}
@media (max-width: 1399px) {
  .service-section-5 .array-button {
    display: none;
  }
}
.service-section-5 .array-button .array-prev, .service-section-5 .array-button .array-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.service-feature-section-4 {
  margin-top: -250px;
}

.service-details-wrapper .service-details-content .service-img img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
.service-details-wrapper .service-details-content h2 {
  margin-top: 30px;
}
.service-details-wrapper .service-details-content .icon-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-content .icon-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box {
  max-width: 410px;
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 223px;
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box .icon-items .icon {
  font-size: 41px;
  color: var(--theme-color);
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box .icon-items .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box .icon-items:hover .icon i {
  transform: scaleX(-1) !important;
}
.service-details-wrapper .service-details-content .icon-items-area .icon-box p {
  margin-top: 10px;
}
.service-details-wrapper .service-details-content .service-image-items {
  margin-top: 35px;
}
.service-details-wrapper .service-details-content .service-image-items .service-img img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
.service-details-wrapper .service-details-content .service-image-items .service-content {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .service-image-items .service-content {
    margin-left: 0;
  }
}
.service-details-wrapper .service-details-content .service-image-items .service-content h3 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-content .service-image-items .service-content h3 {
    font-size: 24px;
  }
}
.service-details-wrapper .service-details-content .service-image-items .service-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-content .service-image-items .service-content .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-details-wrapper .service-details-content .service-image-items .service-content .list-items ul li {
  font-size: 18px;
  font-weight: 500;
  color: #0A2803;
}
.service-details-wrapper .service-details-content .service-image-items .service-content .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .service-details-content .service-image-items .service-content .list-items ul li i {
  margin-right: 7px;
  color: var(--theme-color);
}
.service-details-wrapper .main-sideber .sideber-box {
  padding: 30px 28px;
  background-color: rgb(237, 242, 236);
  border-radius: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .main-sideber .sideber-box {
    margin-bottom: 30px;
    padding: 30px 28px;
  }
}
.service-details-wrapper .main-sideber .sideber-box .service-categories {
  margin-top: 30px;
}

.section-bg {
  background-color: #EAE3DB !important;
}

.section-title span img {
  margin-right: 10px;
}

.service-wrapper {
  border-radius: 30px;
  border: 1px solid rgba(81, 49, 28, 0.7);
  background: #EAE3DB;
  padding: 45px 55px;
  margin-top: 60px;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .service-wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .service-wrapper {
    padding: 30px;
  }
}
.service-wrapper .service-content-area {
  display: flex;
  gap: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .service-wrapper .service-content-area {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  .service-wrapper .service-content-area .icon {
    margin: 0 auto;
  }
}
.service-wrapper .service-content-area .icon {
  max-width: 104px;
  height: 104px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  color: var(--theme-color);
  width: 100%;
  font-size: 43px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-wrapper .service-content-area .icon {
    max-width: 70px;
    height: 70px;
    line-height: 80px;
    font-size: 26px;
  }
}
.service-wrapper .service-content-area .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.service-wrapper .service-content-area .content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .service-wrapper .service-content-area .content h3 {
    font-size: 26px;
  }
}
.service-wrapper .service-content-area .content h3 a:hover {
  color: var(--theme-color);
}
.service-wrapper .service-content-area .content p {
  max-width: 457px;
}
.service-wrapper .service-content-area .content .theme-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .service-wrapper .service-content-area .content .theme-btn {
    margin-top: 25px;
  }
}
.service-wrapper .service-image {
  border-radius: 12px;
  overflow: hidden;
}
.service-wrapper .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service-wrapper:hover .service-content-area .icon {
  background-color: var(--theme-color-2);
}
.service-wrapper:hover .service-content-area .icon i {
  transform: scaleX(-1) !important;
}
/*.service-wrapper:hover .service-image img {
  transform: scale(1.1) rotate(2deg);
}*/
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.feature-list li {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #51331C;
}

.feature-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-top: 5px;
    margin-left: 30px;
}
.service-section li i {
  color: #f2ae35;
}

.clr-fff
{
   color: #fff !important;
}

.clr-000
{
	color: #000;
}

.header-btn
{
	padding: 5px 19px !important;
}

.counter-section .bottom-shape {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
}
.pt-0
{
	padding-top: 0px !important;
}
.pb-120
{
	padding-bottom: 120px !important;
}
.pt-120
{
	padding-top: 120px !important;
}
.pt-70
{
	padding-top: 70px !important;
}

.section-padding {
  padding: 120px 0;
}

.section-padding-70 {
  padding: 70px 0;
}

/*counter*/

.counter-box-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .counter-box-items-area {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  .counter-box-items-area .icon {
    margin: 0 auto;
  }
}
.counter-box-items-area .icon {
  font-size: 47px;
  color: #fff;
  max-width: 102px;
  width: 100%;
  height: 102px;
  line-height: 118px;
  border: 1px dashed var(--theme-color);
  border-radius: 28px;
  text-align: center;
  background-color: #B78B57;
}
@media (max-width: 767px) {
  .counter-box-items-area .icon {
    max-width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 30px;
  }
}
.counter-box-items-area .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.counter-box-items-area .content p {
  font-weight: 500;
}
@media (max-width: 1399px) {
  .counter-box-items-area .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .counter-box-items-area .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .counter-box-items-area .content h2 {
    font-size: 30px;
  }
}
.counter-box-items-area:hover .icon i {
  transform: scaleX(-1) !important;
}

.choose-left-image-items {
  position: relative;
  z-index: 9;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .choose-left-image-items {
    max-width: initial;
  }
}
.choose-left-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.choose-left-image-items .image-2 {
  max-width: 307px;
  position: absolute;
  z-index: 1;
  bottom: -200px;
  right: -100px;
}
@media (max-width: 1199px) {
  .choose-left-image-items .image-2 {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .choose-left-image-items .image-2 {
    max-width: 200px;
  }
  .choose-left-image-items .image-2 img {
    width: 100% !important;
    height: 100% !important;
  }
}
.choose-left-image-items .image-2 img {
  width: initial;
  height: initial;
}
.choose-left-image-items .organic-shape {
  position: absolute;
  bottom: -45%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .choose-left-image-items .organic-shape {
    display: none;
  }
}
.choose-left-image-items .ratting-box {
  display: flex;
  gap: 20px;
  border-radius: 12px;
  background-color: var(--theme-color-2);
  display: inline-flex;
  padding: 30px;
  position: absolute;
  top: 80px;
  left: -70px;
}
@media (max-width: 1199px) {
  .choose-left-image-items .ratting-box {
    top: 0;
    left: 0;
  }
  .choose-left-image-items .ratting-box br {
    display: block;
  }
}

.choose-us-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .choose-us-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .choose-us-wrapper {
    margin-bottom: 0;
  }
}

.choose-content-items {
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .choose-content-items {
    margin-top: 0;
  }
}
.choose-content-items .choose-text {
  margin-top: 25px;
}
.choose-content-items p {
  margin-top: 20px;
}
.choose-content-items .progress-wrap {
  margin-top: 30px;
}
.choose-content-items .progress-wrap .pro-items {
  width: 100%;
}
.choose-content-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.choose-content-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.choose-content-items .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.choose-content-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.choose-content-items .progress-wrap .pro-items .progress {
  background: rgba(82, 145, 73, 0.18);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.choose-content-items .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme-color);
  height: 6px;
  width: 0;
}
.choose-content-items .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.choose-content-items .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 99%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

.choose-us-section {
  position: relative;
}
.choose-us-section .shape-1 {
  position: absolute;
  top: 7%;
  right: 20%;
}

/*faq*/

.faq-area {
  z-index: inherit;
}

.faq-area .thumb img {
  position: relative;
  bottom: -50px;
   border-radius: 3% !important;
}

.faq-area .thumb {
  position: relative;
  /*margin-top: -95px;*/
}

.faq-area .heading h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-paragraph);
}

.faq-area .heading h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.faq-area .heading {
  margin-bottom: 30px;
}

.faq-items .faq-content .accordion-item {
  border: none;
  background: transparent;
}

.faq-items .faq-content .accordion-item button.accordion-button {
  background: transparent;
  border: none;
  color: var(--color-heading);
  padding: 15px 0;
  font-size: 20px;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}

.faq-items .faq-content .accordion-item button.accordion-button:after {
  display: none;
}

.faq-items .faq-content .accordion-item button.accordion-button:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 16px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  font-weight: 400;
  color: var(--color-heading);
  font-size: 20px;
}

.faq-items .faq-content .accordion-item button.accordion-button.collapsed:before {
  content: "\f105";
}



.faq-items .faq-content .accordion-item .accordion-body {
  padding: 0;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.faq-items .faq-content .accordion-item .accordion-body p {
  margin: 0;
}
.custom-faq .accordion-item{
border:none;
margin-bottom:8px;
border-radius:6px;
overflow:hidden;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.custom-faq .accordion-button{
font-size:16px;
padding:12px 15px;
font-weight:600;
background:#fff;
}

.custom-faq .accordion-button:not(.collapsed){
background:#b78b57;
color:#fff;
}

.custom-faq .accordion-body{
font-size:13.5px;
line-height:1.6;
padding:12px 15px;
color: #626262;
}

.small-text{
font-size:14px;
color:#666;
}

/*.accordion-button::after {
    filter: brightness(0) invert(1) !important;
}*/

.pb-80
{
	padding-bottom: 80px;
}

.pb-60
{
	padding-bottom: 60px;
}
.pt-60
{
	padding-top: 60px;
}



.footer-clr
{
	color: #ffbc46 !important;
  font-weight: 600 !important;
}
.footer-social-icons{
list-style: none;
padding: 0;
margin: 15px 0 0;
display: flex;
justify-content: center;
gap: 12px;
}

.footer-social-icons li a{
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255,255,255,0.1);
color: #fff;
font-size: 16px;
transition: 0.3s;
}

.footer-social-icons li a:hover{
background: #f3ae35;
color: #000;
}
.mb-0
{
	margin-bottom: 0px !important;
}

.text-justify
{
	text-align: justify !important;
}
.pl-30
{
 padding-left: 30px;
}
.atf-feature-content {
    padding-left: 0;
    list-style: none;
}

.atf-feature-content li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.atf-feature-content li i {
    margin-top: 4px;
    flex-shrink: 0;
}
.banner-img-mobile{
	display: none !important;
}

/*mobile-menu*/

@media only screen and (max-width: 991px) {

  /* Mobile menu container */
  .slicknav_nav {
    background-color: var(--thm-white);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 20px; /* spacing between items */
    padding-top: 60px; /* space for hamburger */
    transform: translateX(-100%);
    transition: transform 0.4s ease;
  }



.atf-slider-content .sub-title {

font-size: 14px !important;
}


.banner-img
{
  display: none !important;
}
.banner-img-mobile
{
  display: block !important;
}
.atf-slider.swiper {
	height: auto;
}

.atf-slider.swiper .swiper-slide {
	padding-top: 130px;
}
.atf-about-skill_inner{
	flex-wrap: wrap;
} 

  
    .atf-slider-content h1 {
    font-size: 33px !important;
    line-height: 1.1 !important;
  }

  /*.atf-slider-content.tamil h1 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }*/

  .mob-on
{
 display: none !important;
}
.mob-off
{
 display: block !important;
}
.mb-bt-15
{
	margin-bottom: 15px
}
.mb-pd-bt-15
{
padding-bottom: 15px !important;
}
.about-content h3
{
	font-size: 14px;
}
.service-wrapper
{
	margin-top: 33px !important;
}
.service-section .nav 
{
margin-bottom: 30px !important;
  margin-top: 5px !important;
}
.section-padding-70 {
  padding: 60px 0 !important;
}
.section-padding {
  padding: 60px 0 !important;
}
.faq-area .thumb img {
  bottom: 0px !important;
}
.faq-area .thumb
{
   margin-top: 0px !important;
}
.accordion.custom-faq
{
  margin-top: 35px !important;
}
.accordion-header .accordion-button
{
	line-height: 2;
}

.mb-pd-btm
{
	padding-bottom: 30px !important;
	padding-top: 36px;
}
.atf-footer-boottom {
  padding: 15px 0 !important;
}
.mb-pd-tp-10
{
	margin-top: 10px !important;
}
.testimonial .testimonial-title {
font-size: 18px;
}

.atf_header-social li
{
  border: none !important;
}
.atf_header-social
{
  margin-top: 0px !important;

}



}


@media only screen and (min-width: 991px) {

.mob-on
{
 display: block;
}
.mob-off
{
 display: none;
}

.atf-single-feature 
{
	height: 460px;
}
.text-right
{
	text-align: right !important;
}
}


.testimonial .testimonial-title {
  font-size: 17px !important;
}




.atf-swiper-img
{
 background-size:cover !important; 
 background-position: center center !important;
}

/*.slide1{
  background-image:url("../img/slider/1.jpg") !important;
}
.slide2{
  background-image:url("../img/slider/2.jpg") !important;
}
.slide3{
  background-image:url("../img/slider/3.jpg") !important;
}
*/

/*
@media (max-width:567px){
  .slide1{
    background-image:url("../img/slider/mobile-1.jpg") !important;
  }
  .slide2{
    background-image:url("../img/slider/mobile-2.jpg") !important;
  }
  .slide3{
    background-image:url("../img/slider/mobile-3.jpg") !important;
  }
}*/

.atf-testimonial-area
{
	background-color: #EAE3DB !important;
}
.footer-logo
{
	width: 240px;
}

.custom-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}


.bg-orange-clr
{
	background: #EAE3DB !important;;
}
.atf-footer-content a
{
	text-decoration: none !important;
}


/*tamil*/


.tamil-btn
{
	padding: 11px !important;
}

#atf_nav-menu .tamil li
{
	margin-left: 18px !important;
}

#atf_nav-menu .tamil li a {

font-size: 13px !important;
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .atf-slider-content.tamil h1 {
    font-size: 66px !important;
    line-height: 3.5rem !important; 
  }
}

.counter-section.tamil .counter-box-items-area p
{
	font-size: 13px !important;
}


.atf-service-area.tamil .atf-feature-content li {

font-size: 14px !important;
}



.mobile-social{
display:flex;
justify-content:center;
gap:15px;
padding:15px 0;
border-top:1px solid #eee;
}

.mobile-social li{
list-style:none;
}

.mobile-social a{
font-size:18px;
color:#333;
}


.atf_header-social li a i:hover {
  background: #f3ae35 !important;
  color: #000 !important;
}

.banner-img
{
	position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 700px !important;
}

.atf-main-btn .atf-themes-btn
{
  padding: 10px 27px !important;
}

.atf-about-btn .atf-themes-btn
{
	  padding: 10px 27px !important;
}

/* Base Tamil font setup */
.atf-slider-content.tamil h1,
.atf-section-title .title,
.service-wrapper .service-content-area .content h3 {
    font-family: "BaminiTamil", sans-serif;
    line-height: 2.6rem;
    letter-spacing: 0.5px;
}

/* Default (Desktop Large) */
.atf-slider-content.tamil h1,
.atf-section-title .title {
    font-size: 48px;
}

/* Laptop / Small Desktop */
@media (max-width: 1200px) {
    .atf-slider-content.tamil h1,
    .atf-section-title .title {
        font-size: 42px;
        line-height: 2.4rem;
        letter-spacing: 0.45px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .atf-slider-content.tamil h1,
    .atf-section-title .title {
        font-size: 36px;
        line-height: 2.2rem;
        letter-spacing: 0.4px;
    }
    .atf-top-header {
  margin-top: 0px;
}
}

/* Mobile Large */
@media (max-width: 768px) {
    .atf-slider-content.tamil h1,
    .atf-section-title .title {
        font-size: 30px;
        line-height: 2rem;
        letter-spacing: 0.3px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .atf-slider-content.tamil h1,
    .atf-section-title .title {
        font-size: 36px;
        line-height: 1.8rem;
        letter-spacing: 0.25px;
    }
    .atf_site-logo{
          width: 268px;
    }
}
@media (max-width: 1200px){
	 #mobile_menu {
    display: block;
}
}
/* Show menu when active */
  .slicknav_nav.active {
    transform: translateX(0);
  }

  /* Menu items */
  .slicknav_nav li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #B56031;
  padding: 4px 8px;
  border-radius: 10px;
  margin-top: 10px;
  }

  .slicknav_nav li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s, transform 0.2s;
  }

  .slicknav_nav li a:hover {
    color: #27ae60;
    transform: translateX(5px);
  }

  /* Hamburger button */
  .slicknav_btn {
    /*position: fixed;*/
    /*top: 15px;*/
    margin-left: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10001;
    background-color: #4f301a;
  }

  .slicknav_btn span,
  .slicknav_btn span::before,
  .slicknav_btn span::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
  }

  .slicknav_btn span::before {
    transform: translateY(-8px);
  }

  .slicknav_btn span::after {
    transform: translateY(8px);
  }

  /* X icon when active */
  .slicknav_btn.active span {
    background: transparent;
  }

  .slicknav_btn.active span::before {
    transform: rotate(45deg);
    top: 0;
  }

  .slicknav_btn.active span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .atf__header-options
  {
  	display: none !important;
  }
  /*.atf-menu-btn
  {
  	display: none !important;
  }*/
  .slicknav_nav.active
  {
   border: 1px solid #fff;
  padding: 8px 8px;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
  margin-bottom: 10px;
  }
  .slicknav_nav ul
  {
  	margin-top: 40px;
  }

  