/*
Author       : Theme-Family
Template Name: Barr - Yacht HTML5 Bootstrap Landing Page Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME SLIDER DESIGN
		-- START HOME DESIGN DEFALT
    04. START BOAT FORM DESIGN
    05. START ABOUT DESIGN
	06.	START FEATURE  DESIGN
	07.	START CATEGORY DESIGN
	08.	START GALLERY DESIGN
	09.	START TEAM DESIGN
	10.	START TESTIMONIAL DESIGN
	11.	START COUNTER DESIGN
		-- START HIRE DESIGN
	12.	START BLOG DESIGN
		-- START COMPANY BRAND LOGO DESIGN  
	13.	START CONTACT DESIGN 
	14. START FOOTER DESIGN(START MAP DESIGN)
		-- START LOGIN DESIGN
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-font2:'Spectral', cursive;
	--thm-base: #FFE701;
	--thm-line: linear-gradient(to bottom,#0C67C4,#FFE701);
	--thm-color: #0C67C4;
	--thm-black: #012346;
	--thm-white: #ffffff;
	--thm-p: #606A74;
}
.bg-line {
	background:var(--thm-line);
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: #F1F8FF ! important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	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;
}
h3 {
	font-size: 22px;
	margin-bottom: 0px;
}
h4 {
  font-size: 20px; 
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.border-left{
	border-left:3px solid var(--thm-base);
}
.atf-color-ase{
	color:var(--thm-ase)! important;
}
.atf__overlay-1 {
	position: relative;
	z-index: 1;
}
.atf__overlay-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170%;
	background-color: var(--thm-color);
	z-index: -1;
}
.z-index-1 {
	z-index: -1;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

#atf-loader {
	background:var(--thm-white);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0
}

#atf-loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#atf-loading-center  {
    position: absolute;
    left: 50%;
    top: 40%;
    height: 50px;
    width: 150px;
    transform: translate(-50%,-50%);
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}
.atf-section-title h5 {
	color: var(--thm-white);
	line-height: 25px;
	margin: 0px 0 5px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 20px;
	background: var(--thm-line);
	display: inline-block;
	padding: 2px 10px;
	border-radius: 6px;
}
.atf-section-title h2 {
	color: var(--thm-black);
	text-transform: capitalize;
	margin-bottom:15px;
}

@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:30px;}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.atf-scrollup-icon {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-line);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}
.atf-scrollup-icon:hover {
	background: var(--thm-base);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-hero-btn .atf-themes-btn {
	color: var(--thm-white);
}
.atf-themes-btn {
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid var(--thm-base)!important;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.35s;
	display: inline-block;
	
} 
.atf-themes-btn:hover,
.atf-themes-btn:focus{ 
    color:var(--thm-white); 
    transition-delay: 0.35s;
}
.atf-themes-btn::before {
	content: "";
	background: var(--thm-line);
	width: 15%;
	height: 100%;
	transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
}
.actions .atf-themes-btn::before {
	width: 7%;
}
.atf-themes-btn:hover:before{ animation: animate 0.6s forwards; }
@keyframes animate{
    10% {
        width: 0;
        transform: rotateZ(-45deg) translateX(-100%) translateY(-50%);
    }
    20% {
        width: 0;
        transform: rotateZ(0) translateX(-100%) translateY(85%);
    }
    60% {
        width: 100%;
        transform: rotateZ(0) translateX(0%) translateY(85%);
    }
    100% {
        width: 100%;
        transform: rotateZ(0) translateX(0%) translateY(0%);
    }
}
@media only screen and (max-width: 991px){
    .atf-themes-btn{ margin-bottom: 30px; }
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top{
	background-color: var(--thm-color);
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
}
.atf_header-social{
	list-style-type: none;
	text-align:right;
}
.atf_header_top_left p:hover,
.atf_header_top i:hover{
	color:  var(--thm-white);
}
.atf_header-social li{
	display: inline-block;
	margin: 0 2px;
}
.atf_header_top i{
	padding-right: 5px;
	color: rgba(255, 255, 255, 0.8);
}
.atf_header_top p{
	margin-bottom: 0;color: rgba(255, 255, 255, 0.8);
}

.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: 45px;
}
#navigation.navbar-fixed {
	margin-top: 0;
}
.site-logo img {
	width: 108px;
	height: auto;
	margin-top: 16px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
	padding:10px 0 0;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: var(--thm-white);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 10px 0 0px;
	/* border-bottom: 1px solid rgb(247, 243, 243 , 0.1);
	 background-color: transparent;  */
}
#navigation.navbar-fixed {
	padding-top: 8px;
	padding-bottom: 8px;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
#main-menu ul li a {
	color: var(--thm-white);
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 26px;
	border-bottom: 1px solid transparent;
	display: block;
}

#navigation.navbar-fixed #main-menu ul li a{
	color: var(--thm-title);
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: var(--thm-base);
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{
	border-bottom: 1px solid var(--thm-color);
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-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 .site-logo .logo-white {
	display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-black {
	display: block;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
	background: var(--thm-color);
	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: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}
#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-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;
}

#navigation #main-menu ul li ul li a:hover{
	color: var(--thm-white)!important;
	text-decoration: none;
	padding-left: 15px;
}
.atf-menu-btn a {
	padding: 5px 12px !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display:inline-block;
	border:none;
	color:var(--thm-white) ! important;
}
#navigation.navbar-fixed .atf-menu-btn a {
	color:var(--thm-black) ! important;
}
.atf-menu-btn a {
	padding: 10px 20px !important;
	overflow:clip;
}

@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. START HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-home{
	height: 750px;
}
.owl-theme .owl-nav {
	margin-top: 0px ! important;
}
.atf-home-overlay{
	width: 100%;
	position: relative;
	z-index: 1;
}
.atf-home-overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	opacity: 0.65;
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.sub-title {
	color: var(--thm-black);
	margin-bottom: 10px;
	background: var(--thm-white);
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.atf-single-text h3 {
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.atf-single-text h1{	
	color: var(--thm-white);
	font-size: 60px;
	line-height:1.2;
	margin-bottom: 20px;
}
.atf-single-text h1 span{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}
.slider-active .owl-nav .owl-next {
	border-radius: 50% 0% 0 50% !important;
}
.slider-active .owl-nav .owl-next, .slider-active .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: var(--thm-white);
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	width: 70px;
	height: 60px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0 50% 50% 0;
	text-align: center;
}
.slider-active .owl-nav .owl-prev {
	left: -15px;
}
.slider-active .owl-nav .owl-next{
	right: -15px;	
}
.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-color);
    background: var(--thm-color);
    color: var(--thm-white);
}
.slider-active .atf-single-home h3 {
	-webkit-animation: 1.5s .3s fadeInDown both;
	animation: 1.5s .3s fadeInDown both; }
.slider-active .atf-single-text h1 {
	-webkit-animation: 1.5s .3s fadeInDown both;
	animation: 1.5s .3s fadeInDown both; }

.slider-active .atf-single-text p {
	-webkit-animation: 1.5s .7s fadeInLeft both;
	animation: 1.5s .7s fadeInLeft both; }
.slider-active .atf-hero-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }
  
@media only screen and (max-width:479px) { 
	.atf-single-text h1{font-size:30px;}
}
.atf-single-text p{
	color:var(--thm-white);
	font-size: 17px;
	margin-bottom: 40px;	
}
@media only screen and (max-width:480px) { 
	.atf-single-text p {
	  color: var(--thm-white);
	  margin: auto;
	  width: 100%;
	  margin-bottom: 25px;
	}
}
@media only screen and (max-width:820px) { 
	.slider-active .owl-nav .owl-next,
	.slider-active .owl-nav .owl-prev {
		display: none!important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 04.START HOME DESIGN DEFALT
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-home-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-home-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0.7;
	z-index: -1;
}
.atf-home-area .atf-single-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-single-details{
	z-index:1;
}
.atf-home-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 60px;
	line-height: 1.2;
}
.atf-home-area .atf-single-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 25px 0 40px;
	z-index: -1;
}

@media only screen and (max-width : 992px) {
	.atf-home-area .atf-single-details h2{
		font-size:50px;
	}
	.atf-single-details br{
		display:none;
	}
}
@media only screen and (max-width : 991px) {
	.atf-home-area .atf-single-details h2{
		font-size:60px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home{
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.atf-web-area svg {
  height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* 04.START BOAT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-boat-form-item .atf-themes-btn {
	width: 100%;
	padding: 20px 0;
}
.atf-boat-form-item label {
	margin-bottom: 12px;
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 700;
}
.atf-boat-form-item {
	margin: 15px 0;
}
.atf-boat-form-box .nice-select {
	margin: 0;
	height: 60px;
	line-height: 58px;
	padding-right: 40px;
	padding-left: 20px;
	border-radius: 0;
	min-width: 200px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--thm-font);
	width: 100%;
}
.range-slider{
    padding: 20px 0px 15px 0px;
    position: relative;
}
.range-slider input[type="range"] {
	background: var(--thm-color);
	width: 100%;
	height: 6px;
	border-top: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}
.range-slider input[type="range"]::-webkit-slider-thumb{
    background: linear-gradient(#fff,#e1e1e1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.5) inset;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}
.range-slider input[type="range"]:active::-webkit-slider-thumb,
.range-slider input[type="range"]::-webkit-slider-thumb:hover{
    transform: scale(1.2);
}
.range-slider input[type="range"]::-moz-range-thumb{
    background: linear-gradient(#fff,#e1e1e1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.5) inset;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
}
.range-slider input[type="range"]:active::-moz-range-thumb,
.range-slider input[type="range"]::-moz-range-thumb:hover{
    transform: scale(1.2);
}
.range-slider .range-value {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	width: 45px;
	border-radius: 15px;
	transform: translateY(50%);
	position: absolute;
	top: -50%;
	right: 6px;
}
::-moz-range-track{
    background: transparent;
    border: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 04.END BOAT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	background: var(--thm-f6);
}
#about1{
	background: var(--thm-f6);
}
.atf-single-about .about-icon {
	font-size: 30px;
	color: var(--thm-color);
}
.atf-single-about {
	text-align: center;
}
.atf-about-list h3{
	margin:7px 0;
}
.atf-about-list li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	max-width: 160px;
	font-size: 15px;
	font-weight: 600;
}
.atf-about-list li::before {
	position: absolute;
	content: "";
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: var(--thm-color);
	opacity: 0.2;
}
.atf-about-list li i {
	margin-right: 8px;
}
.atf-single-about-list {
	margin: 30px 0;
}
.atf-about-list li:last-child {
	margin-right: 0;
}
.atf-about-list li:last-child::before {
    display: none; }
.atf-about-list {
	background: var(--thm-white);
	padding: 15px 0 15px 20px;
}
.atf-about-content-inner i {
	color: var(--thm-color);
	margin-right: 7px;
}
#about .atf-main-testimonials .owl-controls {
	position: absolute;
	right: 15px;
	bottom: 34px;
}
#about .atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid var(--thm-white);
	transition: 0.3s all ease-in-out;
	margin-top: 30px;
}
#about .atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span, .atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
	width: 20px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
.atf-about-content-info{
	position:relative;
}
.atf-about-content-inner {
	position: absolute;
	bottom: -5%;
	left: 30%;
	transform: translate(-50%, -50px);
	color: var(--thm-white);
	font-size: 25px;
}
.home-image-box {
	position: relative;
	transition: .5s;
	overflow: hidden;
	border-radius: 5px;
}
.home-image-box::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%); 
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%);
	transition: .5s;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. START FEATURE  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-feature-slide-info{
	margin:15px 0;
}
.atf-feature-slide .atf-feature-img{
    overflow: hidden;
}
.atf-feature-slide .atf-feature-img img{
    width: 100%;
    height: auto;
    opacity: 0.8;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.atf-feature-slide:hover .atf-feature-img img{
    transform: scale(1.1,1.1);
    opacity:1;
}
.atf-feature-slide .atf-feature-content {
	padding: 20px 20px 20px 30px;
	position: relative;
	background: var(--thm-white);
}
.atf-feature-slide .atf-feature-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: var(--thm-color);
    position: absolute;
    top: -30px;
    left: 30px;
}
.atf-feature-slide .month {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
	padding: 0 10px;
	background: var(--thm-black);
	text-transform: uppercase;
}
.atf-feature-slide .date{
    color: var(--thm-white);
    font-size: 14px;
}
.atf-feature-slide .atf-feature-title {
	margin: 25px 0 0px;
}
.atf-feature-slide .atf-feature-title a{
    color:var(--thm-black);
    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
.atf-feature-slide .atf-feature-title a:hover{
    color:var(--thm-color);
    text-decoration: none;
}
.atf-feature-slide .atf-feature-description{
    font-size: 15px;
    line-height: 30px;
}
.atf-feature-slide .atf-feature-bar {
	padding: 10px 0;
	list-style: none;
	text-align: center;
	background: var(--thm-line);
}
.atf-feature-slide .atf-feature-bar li {
	display: inline-block;
	margin: 2px 7px 0 0;
	color: var(--thm-color);
	text-align: left;
	background: var(--thm-white);
	padding: 10px 20px;
	border-radius: 5px;
}
.atf-feature-slide .atf-feature-bar li a {
	text-transform: capitalize;
	font-size: 14px;
	color: var(--thm-color);
	transition: 0.2s ease;
	font-weight: 600;
}
.atf-feature-slide .atf-feature-bar li a:hover {
	text-decoration: none;
	color: var(--thm-black);
}
.atf-feature-slide .atf-feature-bar li i{
	color:var(--thm-color);
    margin-right: 5px;
}
.atf-feature-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END FEATURE  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START CATEGORY DESIGN
* ----------------------------------------------------------------------------------------
*/
#category {
	background: var(--bg-f9);
}
.atf-category-item{
	padding: 40px 30px 35px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: var(--thm-white);
	-webkit-box-shadow:  0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.atf-category-item span {
	display: block;
}
.atf-category-item .category-icon {
	margin-left: auto;
	margin-right: auto;
}
.atf-category-item .category-icon {
	width: 100px;
	height: 100px;
	line-height: 106px;
	font-size: 45px;
	border-radius: 8%;
	background: var(--thm-line);
	color: var(--thm-white);
	text-align: center;
}
.atf-category-item .category-title {
	font-size: 30px;
	color: var(--thm-black);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 25px 0 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 07.START CATEGORY DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
#portfolio {
	background:var(--thm-f3);
    position: relative;
	overflow: hidden;
}
.atf-portfolio-img {
	border-bottom: 5px solid var(--thm-base);
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 20px;
}
.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;
	font-weight: 500;
	letter-spacing: 0.4px;
	background: var(--thm-black);
	color: var(--thm-white);
	border-radius: 5px;
	border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.display-table {
	display: table;
	height: 100%;
	width: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.atf-single-portfolio {
	margin: 5px 5px;
	position: relative;
}
.atf-portfolio-area .atf-single-portfolio {
	position: relative;
	overflow: hidden;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-content {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	text-align: center;
	z-index: 10;
	padding: 25px;
	opacity: 0;
	-webkit-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
	height: 100%;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-content::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(101, 20, 168, 0.9);
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease;
	opacity: 0.8;
	border-radius: 4px 5px;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-img img {
	width: 100%;
	border-radius:4px 5px;
}
.atf-portfolio-area .atf-single-portfolio .p-zoom {
	display: inline-block;
	font-size: 14px;
	color: var(--thm-white);
	transition: all 0.3s ease 0s;
	height: 46px;
	line-height: 44px;
	width: 46px;
	border: 1px solid var(--thm-white);
	border-radius: 50%;
	text-align: center;
}
.atf-portfolio-area .atf-single-portfolio .p-zoom:hover {
	background: var(--thm-white);
	color: var(--thm-black);
}
.atf-portfolio-area .atf-single-portfolio .p-title {
	font-size: 20px;
	line-height: normal;
	margin-top: 25px;
	color: var(--thm-white);
	margin-bottom: 0;
}
.atf-portfolio-area .atf-single-portfolio .p-title a {
	color: var(--thm-white);
}
.atf-portfolio-area .atf-single-portfolio .p-title a:hover {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.atf-portfolio-area .atf-single-portfolio:hover .atf-portfolio-content {
	opacity: 1;
	bottom: 0;
}
/**************************************
 * 08. END GALLERY DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding-bottom: 25px;
}
.atf-single-team .atf-team-pic {
	position: relative;
	margin-bottom: 20px;
}
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-pic-bottom {
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 15%;
	transition: all 0.3s ease 0s;
	background: rgba(0,0,0,0.3);
	right: 0;
	color: var(--thm-white);
	font-size: 22px;
	font-weight: 700;
}
.atf-single-team .atf-team-title {
	margin-bottom: 5px;
}
.atf-single-team .atf-team-title a{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-title a:hover{
    color:var(--thm-color);
    text-decoration: none;
}
.atf-single-team .atf-team-post {
	margin-bottom: 15px;
	display: block;
}
.atf-single-team .atf-team_social{
    list-style: none;
    padding: 0;
}
.atf-single-team .atf-team_social > li {
	display: inline-block;
	margin-left: 5px;
}
.atf-single-team .atf-team_social > li > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	display: block;
	color: var(--thm-color);
	background: #efefef;
	transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team_social > li > a:hover{
    background: var(--thm-color);
    color:var(--thm-white);
}
@media screen and (max-width: 991px){
    .atf-single-team{
        margin-bottom: 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial{
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
}
.atf-testimonial .atf-testimonial-pic{
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}
.atf-testimonial .atf-testimonial-pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.atf-testimonial .atf-testimonial-title{
    color: var(--thm-black);
    font-size: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-title small {
	color: var(--thm-color);
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
}
.atf-testimonial .atf-testimonial-review p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
}
@media screen and (max-width: 990px){
    .testimonial-parallax h2{
        margin-bottom: 40px;
    }
    .testimonial{
        margin: 0;
    }
}
#testimonial .atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	border: 1px solid var(--thm-white) ! important;
	
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-left: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 0 6px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
	margin-top: 30px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-color);
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* --------------------------------------
* 11. START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 25px 0;
	background: var(--thm-white);
	border-radius: 5px;
}
.atf-counter-value {
	font-size: 25px;
	font-weight: 700;
	color: var(--thm-color);
}
.atf-main-counter {
	text-align: center;
}
.atf-counter-content h3 {
	color: var(--thm-black);
}
.atf-counter-icon i {
	font-size: 25px;
	color: var(--thm-color);
	margin-bottom: 15px;
	font-size: 35px;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /* START HIRE DESIGN
 *************************************/
.atf-hire-wrapper {
	background: var(--thm-line);
	border-radius: 6px;
	padding: 50px;
}
.atf-hire-content h3 {
	color: var(--thm-white);
	text-align: left;
	font-size:30px;
}
.atf-hire-content {
	text-align: left;
	display: inline-block;
}
.atf-hire-content p {
	color: var(--thm-white);
}
 /**************************************
 * END HIRE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 12.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-slide {
	position: relative;
}
.atf-blog-area .atf-post-slide {
	margin: 0 7px;
}
.atf-post-slide .atf-post-title {
	margin-top: 30px;
}
.atf-post-slide .atf-post-img > img{
    width: 100%;
    height:auto;
}
.atf-post-slide .atf-post-title > a{
    font-size: 26px;
    text-transform: capitalize;
    color:var(--thme-black);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-post-title > a:hover {
	text-decoration: none;
	color: var(--thm-color) !important;
}
.atf-post-slide .atf-post-bar {
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 15px 0;
}
.atf-post-slide .atf-post-bar > li {
	display: inline-block;
	border-right: 1px solid var(--thm-color);
	padding: 0 10px;
}
.atf-post-slide .atf-post-bar > li:first-child{
    padding: 0 10px 0 0;
}
.atf-post-slide .atf-post-bar > li:last-child{
    border: 0px none;
}
.atf-post-slide .atf-post-date, .atf-post-slide .atf-author, .atf-post-slide .atf-comment {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}
.atf-post-slide .author > a,
.atf-post-slide .comment > a,
.atf-post-slide .comment > i{
    color:var(--thm-color);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-author > a:hover,
.atf-post-slide .atf-comment > a:hover{
    text-decoration: none;
    color:var(--thme-color);
}
.atf-post-slide .atf-post-date > i,
.atf-post-slide .atf-author > i,
.atf-post-slide .atf-comment > i{
    margin-right: 8px;
    font-size: 15px;
}
.atf-post-slide .atf-post-description{
    line-height: 1.8;
    margin-bottom: 20px;
}
.atf-blog-btn span {
	color: var(--thm-color);
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.atf-blog-btn span:hover{
	color: var(--thm-black);
}
@media only screen and (max-width: 360px) {
    .atf-post-bar > li:last-child{
        margin-top: 8px;
        padding: 0;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background:var(--thm-f6);
}
#atf-brand-area .atf-section-padding {
	margin-bottom:40px;
}

#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
}
.atf-contact-info .atf-contact-title h2{margin-bottom:30px; font-size:30px;}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 50%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 22px;
}
.atf-contact-details p {
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.contact h4 {
	font-size: 30px;
	margin-bottom: 30px;
	color: var(--thm-black);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 7px;
	margin-bottom: 5px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.actions .atf-themes-btn {
	width: 100%;
}
.actions .atf-themes-btn:hover {
	transform: translateY(-0px);
}

/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
}
.atf-footer-padding{
	padding-bottom:90px;
	padding-top:90px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 3px;
	padding: 10px 23px;
	top: 2px;
	background: var(--thm-black);
	color: var(--thm-white);
}
.atf-mailchamp-border{
	border-bottom:1px dashed var(--thm-white);
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 5px;
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a i:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	text-align: center;
	background: var(--thm-black);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 22px;
	top: 35px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 33px;
	background: var(--thm-white);
	width: 11px;
	height: 5px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-black);
	padding-left: 4px;
}
.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-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: #eee;
	text-decoration: underline;
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-boottom a:hover {
	color: var(--thm-white);
}
.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 150px;
	display:block;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/* START LOGIN DESIGN
-------------------------------------------------------------- */
.modal-backdrop.show {
	opacity: 0.5;
	z-index: 1;
}
.modal .form-group{background:transparent;}
.modal .form-group label{
	margin-bottom:6px;
}
.modal-body {
	padding: 1rem 2rem;
	background: var(--thm-white);
}
.modal-header-title {
	margin: 2rem auto;
	font-size: 35px;
	text-align: center;
	color: var(--thm-white);
	background: var(--thm-line);
	cursor: auto;
	padding: 15px 0;
	text-transform: uppercase;
}
.modal-body {
    padding: 1rem 2rem;
}
.modal-content {
	border-radius: 1.3rem;
	background-color: #dde0e8;
}
.atf-top-login{height:40px;}

.atf-top-login {
	flex-wrap: wrap;
	justify-content: flex-end;
	transition: all 0.4s ease;
	color: var(--thm-black);
	cursor: pointer;
	font-weight: 600;
}
.atf-top-login a:hover{
	color:var(--thm-base);
}
.atf-top-login span{
	margin:6px;
}
.atf_login_space{
	position: relative;
	z-index: 1;
}
.atf_login_space::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--thm-white);
    margin-top: -8px;
}
.atf_click a {
	padding: 0 10px;
	text-transform: uppercase;
	color: var(--thm-white);
}
.atf-forget,
.atf-link {
	text-decoration: underline;
	font-weight:600;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-forget:hover,
.atf-link:hover {
	text-decoration: none;
	color:var(--thm-color);
}
.social-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}
.social-login ul li:first-child {
    flex: 1;
}
.login-form .form-control {
	height: 50px;
	border-radius: 4px;
	font-size: 15px;
	box-shadow: none;
	padding: 0.5rem 0.75rem;
	border: 1px solid #999;
	background-clip: initial;
}
.login-form .atf-themes-btn{
	width: 100%;
	font-size: 16px;
}
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: var(--thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom + .radio-custom-label:before {
    content: "";
    background: var(--thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: var(--thm-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px var(--thm-white);
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    background: var(--thm-color);
    box-shadow: inset 0 0 0 4px var(--thm-white);
}
.company-brands label {
    font-weight: 400;
    color: #828f99;
    font-size: 15px;
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: none;
}
.modal-content {
	background-color: var(--thm-f6);
}
/*# END LOGIN DESIGN*/
@media only screen and (max-width: 991px){
	#main-menu{
		display: none;
	}
	.atf-top-header {
		margin-top: 10px;
	}
	#main-menu ul li a .arrow-btn{
		display:none;
	}
	#mobile_menu{
		display: block;
		width: 100%;
	}
	.site-logo{
		margin-bottom:16px;
	}
	.slicknav_nav {
		background-color: var(--thm-black);
		width: 250px;
		float: right;
		overflow-y: scroll;
		height: 250px;
	}
	#navigation #mobile_menu li a{
		color: var(--thm-white);
		font-weight: 400;
		font-family: var(--thm-font);
	}
	#navigation #mobile_menu li li a{
		color: var(--thm-black);
	}
	#navigation #mobile_menu li i{
		display: none;
	}
	#navigation ul li ul, #navigation ul {
		transition: .5s;
	}
	#navigation.navbar-fixed #mobile_menu li a{
		color: var(--thm-white);
	}
	.slicknav_nav a{
		padding: 4px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color: var(--thm-color);
	}
	.slicknav_btn {
		top: 16px;
	}
	.slicknav_parent ul {
		padding: 5px 0!important;
	}
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	
}
@media only screen and (max-width: 575px){
	
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 22px;
		right: 17px;
	}
	
}
