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: 'Open Sans', sans-serif;
	--thm-font2: 'Bubblegum Sans', sans-serif;
	--thm-base: #FF4B2B;
	--thm-line: linear-gradient(to bottom,#FF416C,#FF4B2B);
	--thm-color: #25295f;
	--thm-black: #333333;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--bg-1: #F2F6F7;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--bg-f9: #f9f9f9;
	--bg-1: #F2F6F7;
	--thm-p: #6b6f92;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	color: var(--thm-black);
}
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: 400;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
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: 300px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)! important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 50px 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;
	font-family: var(--thm-font);
	letter-spacing: 1px;
	font-size: 14px;
	background: var(--thm-color);
	display: inline-block;
	padding: 2px 10px;
	border-radius: 25px/50px;
}
.atf-section-title h2 {
	font-weight: 400;
	font-size: 35px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
}
.atf-section-title p {
	font-size: 14px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
	margin-top: 8px;
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
}
.atf-section-title .atf-sec_icon:before{
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}
.atf-section-title .atf-sec_icon:after{	
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}
.atf-section-title .atf-sec_icon .atf-sec_radiu i {
	margin-top: 10px;
	color: var(--thm-color);
}

@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*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-color);
	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-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

.atf-themes1-btn{
    color: var(--thm-black);
    background-color: #e7e7e7;
    font-family: var(--thm-font);
    font-size: 25px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 25px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.atf-themes1-btn:hover{
    color: #fff;
    text-shadow: 0 0 3px #333;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.atf-themes1-btn:before,
.atf-themes1-btn:after{
    content: "";
    background-color: #e7e7e7;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.atf-themes1-btn:after{
    background-color: var(--thm-color);
    width: 100%;
    height: 0%;
    top: -10%;
    left: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
}
.atf-themes1-btn:hover:before{ background-color: var(--thm-color); }
.atf-themes1-btn:hover:after{
    height: 100%;
    top: 101%;
}

/* START BTN STYLE */

.atf-themes-btn{
    color: var(--thm-black);
    background-color: #e7e7e7;
    font-family: var(--thm-font);
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 25px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.atf-themes-btn:hover{
    color: #fff;
    text-shadow: 0 0 3px #333;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.atf-themes-btn:before,
.atf-themes-btn:after{
    content: "";
    background-color: #e7e7e7;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.atf-themes-btn:after{
    background-color: var(--thm-color);
    width: 100%;
    height: 0%;
    top: -10%;
    left: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
}
.atf-themes-btn:hover:before{ background-color: var(--thm-color); }
.atf-themes-btn:hover:after{
    height: 100%;
    top: 101%;
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 20px; }
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/* Login start
-------------------------------------------------------------- */
.modal-backdrop.show {
	opacity: 0.5;
	z-index: 1;
}
.modal .form-group{background:transparent;}
.justify-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}
.atf-top-login{height:40px;}
.loginform {
	flex-wrap: wrap;
	justify-content: flex-end;
	transition: all 0.4s ease;
	color: var(--thm-black);
	cursor: pointer;
	font-weight: 600;
}
.loginicon{
	position: relative;
	z-index: 1;
}
.loginicon::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--thm-black);
    margin-top: -8px;
}
.login_click a {
	padding: 0 10px;
	text-transform: uppercase;
}
.loginform a:hover{
	color:var(--thm-color);
}
.loginform span{
	margin:6px;
}
.modal-body {
    padding: 1rem 2rem;
}
.modal-content {
	border-radius: 1.3rem;
	background-color: #dde0e8;
}
.social-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}
.social-login ul li:first-child {
    flex: 1;
}
.modal-body {
	padding: 1rem 2rem;
}
.modal-header-title {
	margin: 2rem auto;
	font-size: 35px;
	text-align: center;
	color: var(--thm-white);
	background: var(--thm-color);
	cursor: auto;
	padding: 15px 0;
	text-transform: uppercase;
}
.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: #fff;
}
/*# Login End */

.atf-top-header {
	background-color: var(--thm-white);
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.atf-top-header .atf-top-header-in {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header  .atf-top-social {
	font-size: 16px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.atf-top-social a i:hover{
	color:var(--thm-black);
}
.atf-top-social a i {
	margin-left: 15px;
	color: rgba(0, 0, 0, 0.8);
}
.atf-sticky-active .atf-top-header-in  {
	height: 0; 
}
.atf-sticky-active .atf-top-login  {
	height: 0; 
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.atf-top-header-list li {
	margin-right: 30px;
	color:var(--thm-black); 
	font-size: 14px;
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
}
.atf-top-header-list li a:hover {
    color: var(--thm-black);
}
.atf-site-header.atf-style2 {
	transition: all 0.4s ease;
	background: rgba(255,255,255,0.7);
}
.atf-site-header.atf-style1 {
	transition: all 0.4s ease; 
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-white);
	color: var(--thm-white) !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-nav .atf-nav-list > li > a {
	color: var(--thm-black);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%; }

  .atf-top-header {
    display: none; }

  .atf-site-header.atf-style1 {
    background-color: var(--thm-white);
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2); 
	} 
}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:14px;
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 25px; 
		font-weight:500;
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 15px 0;
		display: inline-block;
	}
	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px); 
	}
	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px; 
	}
	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list li {
		position: relative; 
	}
	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-color); 
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 10px 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s ease; 
	}
	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px; 
	}
	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.6em;
		padding: 9px 20px;
		color:var(--thm-black);
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%; 
	}
	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none; 
	} 
}
@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px; 
	}
	.atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-black);
		transition: all 0.3s ease; 
	}
	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg); 
	}
	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg); 
	}
	.atf-nav .atf-nav-list {
		position: absolute;
		left: 0;
		background-color: var(--thm-f6);
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 0px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px);
		width:100%;
	}
	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none; 
	}
	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px; 
		color: var(--thm-black);
	}
	.atf-nav .menu-item-has-children {
		position: relative; }

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 15px 0px 15px 0px;
	cursor: pointer; 
}
.atf-menu-toggle span,
.atf-menu-toggle span:before,
.atf-menu-toggle span:after {
	width: 100%;
	height: 2px;
	background-color: var(--thm-black);
	display: block; 
}
.atf-menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: 0.2s; 
}
.atf-menu-toggle span:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s; 
}
.atf-menu-toggle span:after {
	content: '';
	position: absolute;
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}
.atf-toggle-active span {
	background-color: rgba(0, 0, 0, 0);
	transition-delay: 0.2s; 
}
.atf-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s; 
}
.atf-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s; }
}
.atf-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf__slider-1 .atf__slider-1-inner {
	position: relative; 
}
.atf-slide-item-info-inner .atf-slide-sub-title {
	background: var(--thm-color);
	color: var(--thm-white);
	display: inline-block;
	padding: 9px 12px;
	border-radius: 25px/50px;
}
.atf__slider-1 .atf__slide-item-1 {
	position: relative; 
 }
.atf__slider-1 .atf__slide-item-1:before {
    opacity: 0; 
}
.atf__slider-1 .slide-item-img {
  position: absolute;
  right: 0px;
  top: 0;
  /* height: 100%; */
  z-index: 0;
  width: 45%; 
 }
/* .atf__slider-1 .slide-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin-left: auto; 
}  */

/* slider-4-active */
.atf__slider-1-active .slick-arrow {
	position: absolute;
	bottom: 60px;
	left: 30%;
	z-index: 9; 
}
.atf__slider-1-active .slick-arrow i {
    font-size: 30px;
    color: #ccc; 
}
.atf__slider-1-active .slick-arrow.slick-next {
    margin-left: 50px; 
}

/* slider-4-pagination */
/* ===== Set Display for show / hide ===== */
.atf__slider-1-pagination-count {
	display: none;
	position: absolute;
	top: 53%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 50px; 
 }
.atf__slider-1-pagination-count span {
    color: var(--thm-color); 
}
.atf__slider-1-pagination-count .count {
    position: absolute;
    top: -22px;
    left: -8px; 
}
.atf__slider-1-pagination-count .total {
    bottom: -25px;
    position: absolute;
    left: -10px; 
}
  .atf__slider-1-pagination-count .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 520px; 
}
.atf__slider-1-pagination-count .slick-dots li {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 0;
	width: 2px;
	opacity: 0.45; 
}
.atf__slider-1-pagination-count .slick-dots li button {
	display: block;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	opacity: 0.45;
	cursor: pointer; 
}
.atf__slider-1-pagination-count .slick-dots li button:hover {
	background-color: var(--thm-black);
	opacity: 1; }
.atf__slider-1-pagination-count .slick-dots li.slick-active button {
	background-color:  var(--thm-color);
	opacity: 1; }

.atf__slider-1-pagination-count-show .atf__slider-1-pagination-count {
  display: block; }
  
/* slider-4-img-slide-arrow */
.atf__slider-1-img-slide-arrow {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 500px; }
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-inner {
    position: relative; }
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active {
    padding-left: 100px;}
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .image-slide-item {
      padding: 0 10px; }
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .image-slide-item img {
	border: 5px solid;
	border-color: var(--thm-white);
	cursor: pointer;
	border-radius: 15%;
}
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .image-slide-item.slick-current img {
    opacity: 0.9; }
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .slick-arrow {
	position: absolute;
	right: auto;
	z-index: 9;
	top: 0;
	left: 0;
	padding-left: 0;
	background-color: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 43px;
	font-size: 16px;
	border-radius:50%;

}
.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .slick-arrow.slick-next {
    left: 50px; }

/* slider-1-slide-item-count */
/* ===== Set Display for show / hide ===== */
.atf__slider-1-slide-item-count {
  display: none;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  position: absolute;
  background-color: var(--thm-f6);
  padding: 5px 15px 0px; }
.atf__slider-1-slide-item-count .count {
	font-size: 30px;
	line-height: 1; }

.atf__slider-1-slide-item-count-show .atf__slider-1-slide-item-count {
  display: block; }

/* slider-sticky-icon-2 */
.slider-sticky-icon-2 {
	position: absolute;
	left: 50px;
	bottom: 80px;
	z-index: 1; }
.slider-sticky-icon-2 ul {
	padding: 0; }
.slider-sticky-icon-2 ul li {
	list-style: none;
	display: block;
	margin-bottom: 12px; }
	
.atf__slide-item-3 .slide-item-img {
	width: 45%;
	right: 60px;
	top: 65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ----------------------------------------------------
    Slider Area 1
---------------------------------------------------- */
.atf__slide-item {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 750px; }

.atf__slide-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.atf-slide-item-info-inner {
  width: 100%; }

.atf-slide-title {
  font-size: 46px;
  font-weight: 700; }

/* slide-item-3 */
.atf__slide-item-3 .row [class*='col-'] {
  position: inherit; }

.atf__slide-item-3 .atf-slide-item-info {
  position: relative;
  z-index: 2; }
.atf__slide-item-3 .text-right .slide-item-img {
  right: auto;
  left: 150px; }
.atf__slide-item-3-normal {
  height: calc(100vh - 160px);
  padding-top: 100px; }

/* slide-item-2 */
.atf__slide-item-2 {
  height: calc(100vh - 0px);
  padding-top: 200px; }
.atf__slide-item-2 .atf-slide-item-info {
    max-width: 650px; }
.atf__slide-item-2 .atf-slide-sub-title {
    margin-bottom: 20px;
    font-family: var(--thm-font); }
.atf__slide-item-2 .atf-slide-sub-title span {
	color: var(--thm-base);
	margin-right: 5px;
}
.atf__slide-item-2 .atf-slide-title {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px; }
.atf__slide-item-2 .atf-slide-title span {
      color: var(--thm-base); }
.atf__slide-item-2 .atf-btn-wrapper {
    margin-top: 40px; }
.atf__slide-item-2 .text-right .atf-slide-item-info {
  margin-left: auto; }

.atf__slide-item-2 .text-right .atf-slide-brief {
  padding-left: 0px;
  border-left: 0;
  padding-right: 30px;
  border-right: 1px solid #576466;
  margin-left: auto; }
.atf__slide-item-2 .text-center .atf-slide-item-info {
  margin-left: auto;
  margin-right: auto; }

.atf__slide-item-2 .text-center .atf-slide-brief {
  padding-left: 0px;
  border-left: 0;
  padding-right: 0px;
  border-right: 0; }

.atf-slide-brief {
  max-width: 450px; }

.text-right .atf-slide-brief {
  margin-left: auto; }

.text-center .atf-slide-brief {
  margin-left: auto;
  margin-right: auto; }

  /* Slider Animation Start */
.atf__slide-animation {
  position: relative;
  z-index: 9; }
.atf__slide-animation > * {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
.atf__slide-animation > *:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s; }
.atf__slide-animation > *:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s; }
.atf__slide-animation > *:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s; }
.atf__slide-animation > *:nth-child(4) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
.atf__slide-animation > *:nth-child(5) {
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s;
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s; }
.atf__slide-animation > *:nth-child(6) {
      -webkit-animation-delay: 3s;
      animation-delay: 3s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
.atf__slide-animation > *:nth-child(7) {
      -webkit-animation-delay: 3.5s;
      animation-delay: 3.5s;
      -webkit-animation-duration: 3.5s;
      animation-duration: 3.5s; }
.atf__slide-animation > *:nth-child(8) {
      -webkit-animation-delay: 4s;
      animation-delay: 4s;
      -webkit-animation-duration: 4s;
      animation-duration: 4s; }
.atf__slide-animation > *:nth-child(9) {
      -webkit-animation-delay: 4.5s;
      animation-delay: 4.5s;
      -webkit-animation-duration: 4.5s;
      animation-duration: 4.5s; }
.atf__slide-animation > *:nth-child(11) {
      -webkit-animation-delay: 5s;
      animation-delay: 5s;
      -webkit-animation-duration: 5s;
      animation-duration: 5s; }

.slick-current .atf__slide-animation > *,
.atf__slide-animation-active .atf__slide-animation > * {
	opacity: 1;
	visibility: visible;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp; }
	
@media only screen and (min-width: 992px) {
  .atf__slide-item-1 {
    min-height: calc(100vh - 140px); } 
}

@media only screen and (max-width : 991px) {
  .atf-slide-title {
    font-size: 26px;
	color:var(--thm-white);
	}
  .atf-slide-item-info-inner {
    margin-bottom: 30px; }
  .slick-slide-arrow-1 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px; }
  .atf__slide-item-2 .atf-slide-title {
    font-size: 40px; }
	.atf__slide-item-2 .atf-slide-brief p {
	color:var(--thm-white);
	}
  .atf__slide-item-2 .atf-btn-wrapper {
    margin-top: 20px; }
  .atf__slide-item-3 .slide-item-img {
    width: 100%;
	right:-14px;
	}
   .atf__slide-item-3 .slide-item-img img {
      height: auto; }
  .atf__slide-item-3 .text-right .slide-item-img {
    right: auto;
    left: auto; }
	.atf-slide-item-info-inner {
		margin-bottom: 30px;
		background: rgba(0,0,0,0.3);
		padding: 40px;
	}
	
}
/*
* ----------------------------------------------------------------------------------------
* START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-home{
	height: 800px;
	margin-top: 80px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
}
.atf-single-text{
	padding-top:250px;
}
.atf-single-text h3 {
	color: var(--thm-white);
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.atf-single-text h1{	
	color: var(--thm-white);
	font-size: 60px;
	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: -5px;
}
.slider-active .owl-nav .owl-next{
	right: -5px;	
}
.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: #fecc00;
    background: #fecc00;
    color: var(--thm-white);
}
.slider-active .atf-single-home h3 {
	-webkit-animation: 1.5s .3s fadeInUp both;
	animation: 1.5s .3s fadeInUp both; }
.slider-active .atf-single-text h1 {
	-webkit-animation: 1.5s .3s fadeInUp both;
	animation: 1.5s .3s fadeInUp both; }

.slider-active .atf-single-text p {
	-webkit-animation: 1.5s .7s fadeInUp both;
	animation: 1.5s .7s fadeInUp 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:480px) { 
	.atf-single-text h1{font-size:40px;}
}
.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;
	}
}

/* START HOME 2 */
#home{
	position:relative;
	z-index: 1;
}
.atf-home2-area {
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-home2-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--bg-1);
	opacity: 0.7;
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-home2-area .atf-content-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-home2-area .atf-single-details h2 {
	color: var(--thm-black);
	text-transform: capitalize;
	font-weight: 400;
	font-family: var(--thm-font2);
	font-size: 45px;
	letter-spacing: 0.7px;
	line-height: 55px;
}
.atf-home2-area .atf-single-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-p);
	margin: 25px 0 40px;
	z-index: -1;
}
.atf-round-area{
	position: relative;
	background: var(--thm-color);
}
.atf-home2-area .atf_home_img {
	position: relative;
}
.atf-home2-area .right-col {
	position: relative;
}
.atf-home2-area .right-col .atf-img-inner {
	position: relative;
	display: block;
}
.atf-home2-area .right-col .home-image-box {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
}
.atf-home2-area .right-col .home-image-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.atf-home2-area .right-col .home-image-box img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-home2-area .right-col .home-image-box img:hover{
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-home2-btn .atf-themes-btn{
	background:var(--thm-f6);
}
@media (min-width: 992px) and (max-width: 1199px){
.atf__slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
}
}
@media only screen and (max-width : 992px) {
	.atf-home2-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-home2-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	}
	.atf-home2-area .right-col .home-image-box{
		margin-top:30px;
	}
	.atf-width-area{
		height: 1000px;
	}
	.atf-choose-inner {
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-width-area{
		height: 850px;
	}
	.navbar-nav .menu-nav a::after,
	.navbar-nav .menu-nav a::before {
		display: none;
	}
	.atf-home2-area .atf-content-details h3{
		font-size:20px;
	}
	.atf-home2-area .atf_home_img{
		margin-top:30px;
	}
	.atf-home2-area .atf-single-details h2{
		font-size:25px;
		line-height:35px;
	}
	.atf-skill-box{
		margin-top:35px;
	}
	
}

@media only screen and (max-width: 576px) {
	.atf-home2-area .atf-themes-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-home2-area .atf-themes-btn{
		margin-bottom:15px;
	}
	.atf-home2-area .atf-content-details h3{
		font-size:17px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 04.START PROPERFTY FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-property-form-area {

}
.atf-property-form-item label {
	margin-bottom: 12px;
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 700;
}
.atf-property-form-item {
	margin: 15px 0;
}
.atf-property-form h3 {
	margin-bottom: 40px;
	font-size: 40px;
}
.atf-property-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;
}
.atf-property-form-item .atf-themes-btn{
	width:100%;
}
/*
* ----------------------------------------------------------------------------------------
* 04.START PROPERFTY FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	background: var(--thm-f6);
}
#about1{
	background: var(--thm-f6);
}

.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 PROPERTY  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-class-slide {
	border: 1px solid var(--thm-color);
}
.atf-class-slide-info{
	margin:15px 0;
}
.atf-class-slide .atf-class-img{
    overflow: hidden;
}
.atf-class-slide .atf-class-img img{
    width: 100%;
    height: auto;
    opacity: 0.8;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.atf-class-slide:hover .atf-class-img img{
    transform: scale(1.2,1.2);
    opacity:1;
}
.atf-class-slide .atf-class-content {
	padding: 7px;
	position: relative;
	background: var(--thm-white);
}
.atf-class-slide .atf-class-date{
    min-width: 85%;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: var(--thm-color);
    position: absolute;
    top: -30px;
    left: 30px;
}
.atf-class-slide .month {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: var(--thm-white);
	padding: 0 10px;
	background: var(--thm-base);
	text-transform: uppercase;
}
.atf-class-slide .date{
    color: var(--thm-white);
    font-size: 14px;
}
.atf-class-slide .atf-class-title {
	margin: 5px 0 0px;
}
.atf-class-slide .atf-class-title a{
    color:var(--thm-black);
    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
.atf-class-slide .atf-class-title a:hover{
    color:var(--thm-color);
    text-decoration: none;
}
.atf-class-slide .atf-class-description{
    font-size: 15px;
    line-height: 30px;
}
.atf-class-slide .atf-class-bar {
	padding: 10px 0;
	list-style: none;
	text-align: center;
	background: var(--thm-f6);
}
.atf-class-slide .atf-class-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-class-slide .atf-class-bar li a {
	text-transform: capitalize;
	font-size: 14px;
	color: var(--thm-color);
	transition: 0.2s ease;
	font-weight: 600;
}
.atf-class-slide .atf-class-bar li a:hover {
	text-decoration: none;
	color: var(--thm-black);
}
.atf-class-slide .atf-class-bar li i{
    color:var(--thm-white);
    margin-right: 5px;
}
.atf-class-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}
.atf-class-admin-img img {
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
}
.atf-class-content strong {
	font-size: 18px;
	font-weight: 700;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END PROPERTY  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START CATEGORY DESIGN
* ----------------------------------------------------------------------------------------
*/
#category {
	background: var(--bg-f9);
}
.atf-category-item {
	border: none;
	-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;
	margin-bottom: 50px;
}
.atf-category-item a span {
	display: block;
}
.atf-category-item .category-icon {
	margin-left: auto;
	margin-right: auto;
}
.atf-category-item a .category-icon {
	width: 100px;
	height: 100px;
	line-height: 106px;
	font-size: 45px;
	border-radius: 8%;
	background-color: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	margin-bottom: 20px;
}
.atf-category-item{
	margin-top: 2px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #eee;
	background-color: var(--thm-white);
}
.atf-category-item a {
	padding: 40px 30px 35px;
	display: block;
	position: relative;
}
.atf-category-item a .category-title {
	font-size: 22px;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 15px;
}

h3.category-title1 {
	font-size: 42px;
	background: #262960;
	padding: 10px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 15px;
}

a.btn.get-more {
    padding: 20px;
    background: #262960;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: system-ui;
}

a.btn.get-more:hover {
    padding: 20px;
    background: #fecc00;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: system-ui;
}

/*
* ----------------------------------------------------------------------------------------
* 07.START CATEGORY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
#portfolio {
	background:var(--thm-f3);
    position: relative;
	overflow: hidden;
}
.atf-portfolio-img {
	border: 5px solid var(--thm-color);
}
.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;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.4px;
	background: var(--thm-black);
	color: var(--thm-white);
	border-radius: 30px;
	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-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: rgb(23 42 94);
	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{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 5px;
}
.atf-single-team .atf-team--title a{
    color:#232a34;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team--title a:hover{
    color:#727cb6;
    text-decoration: none;
}
.atf-single-team .atf-team-post {
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
}
.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: #727cb6;
	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-area{
	background:var(--thm-f6);
}
.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 {
	padding: 0px 0px 5px;
	font-size: 25px;
	font-weight: 600;
	color: var(--thm-color);
}
.atf-main-counter {
	margin: 15px 0;
	text-align: center;
}
.atf-counter-content h3 {
	font-weight: 500;
	font-size: 26px;
	color: var(--thm-black);
	margin-top: 15px;
}
.atf-work-area .atf-section-title{
	margin-bottom:0;
}
.atf-work-area .atf-section-title p{
	margin-bottom:0;
	color: var(--thm-p);
}
.atf-work-area{
	padding-left:15px;
}
.atf-work-area h2 {
	text-transform:capitalize;
}
.atf-work-area p {
	width:100%;
}
.atf-work-content {
	margin-top:20px;
}
.atf-work-content li {
	line-height: 40px;
	color: var(--thm-p);
}
.atf-work-content li::before {
	content: "\f00c";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 15px;
	border: 1px solid var(--thm-color);
	border-radius: 50%;
	padding: 5px;
}
.atf-counter-icon i {
	font-size: 25px;
	color: var(--thm-color);
	border-radius: 50%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 35px;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER 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;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 14.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 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.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-section-title{margin-bottom: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: 20px;
	line-height: 16px;
}
.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);
	font-weight: 400;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.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);
}

/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
	padding-top: 1px;
}
.atf-footer-area{
	position:relative;
	z-index:1;
}
.atf-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thm-color);
	z-index: -1;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 18px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 22px;
	background: transparent;
	box-shadow: none;
	top: 2px;
	background: var(--thm-black);
	border-radius: 30px;
}
.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: 43px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 25px;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 5px;
	padding: 12px 23px;
	top: -3px;
}
.atf-mailchamp-subscribe  .atf-themes-btn:hover {
	transform: translateY(-0px); 
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}
.atf-footer-boottom {
	padding: 10px 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: #ef7c00;
	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: 35px;
	top: 35px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	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-f3);
	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: var(--thm-ase);
	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;
}

#atf-map-area iframe {
	width: 100%;
	height: 150px;
}

.location ul {
    list-style: disc;
    margin-left: 40px;
}

.location li {
    font-size: 17px;
    color: #000;
}

.atf-scrollup-icon::before {
    top: 10px;
    position: relative;
}

.color-b{
	background-color: #f1f8ff;
}

.color-g{
	background-color: #e9e9e9cc;
}

a.floor-plan {
    padding: 0px;
}

span.reatil{
    font-size: 20px;
    background: #232a60;
    width: 100%;
    color: #fff;
    position: absolute;
    padding-bottom: 10px;
}