/* Template Name: Quddous
   Author: Theme_Family
   Version: 1.0.0
   Created: April 2022
   File Description: Main Css file of the theme
*/
/****************************************\
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,FONT SIZE,BACK TO TOP,LINE HEIGHT,PRELOADER, SECTION TITLE BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME SLIDER
    04. START PRODUCT DESIGN
	05. START TEAM DESIGN  
	06.  START SERVICE DESIGN
		--START COMPANY BRAND LOGO DESIGN  
	07. START FAQ & TESTIMONIAL DESIGN 
	08.	START CONTACT DESIGN 	
		--START NEWSLETTER DESIGN
    09.  START FOOTER DESIGN (START MAP DESIGN)
  =============================================================*/

/**************************************
 * 01. START GENERAL STYLE
 *************************************/
body {
  font-family: var(--thm-font);
  line-height: 30px;
  color: var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #314AFF;
	--thm-color: #FE552A;
	--thm-color1: #016CBC;
	--thm-black: #000309;
	--thm-black1: #23055B;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-p: #79798b;
	--thm-line: linear-gradient(to bottom,#FF416C,#FF4B2B);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
}
a {
	color: inherit;
	text-decoration: underline;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.section-sm {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

.atf-section-padding {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.section-lg {
  padding-bottom: 110px;
  padding-top: 110px;
  position: relative;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-lightan-1 {
	background: linear-gradient(to top, rgba(24, 30, 234, 0.1) 30%, #25236a 180%);
}
.bg-lightan {
	background: #25236a;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.atf-home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.atf-home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-overlay {
  background-color: rgba(36, 42, 53, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.bg {
 background:var(--thm-black);
}
.color-overlay {
  background-color: var(--thm-color);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-gradient {
  background: linear-gradient(to right, #4763cb, #c0392b);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.flex-1 {
  flex: 1;
}

.box-shadow {
	box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
	-webkit-box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
	-moz-box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
}
.box-shadow-1{
  box-shadow: 0 0 0 1px rgba(190, 190, 190, 0.04), 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.07);
}

.btn-round {
  border-radius: 30px;
}

.row > * {
  position: relative;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
hr {
  border: 1px solid #e2e2e2;
}
.page-wrapper{
	background: var(--thm-black);
}
.border-left{
	border-left:2px solid var(--thm-color);
}
/**************************************
 * 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
* ----------------------------------------------------------------------------------------
*/
.preloader {
	background: var(--thm-black);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color:var(--thm-white);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*END PRELOADER DESIGN*/

/**************************************
 * START SECTION TITLE DESIGN
 *************************************/
.atf-section-title h3 {
	font-weight: 700;
	letter-spacing: 0.7px;
	font-size: 45px;
}
.atf-section-title .atf-section-sub-title {
	position: relative;
	display: inline-block;
	font-size: 16px;
}
.atf-section-title img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
/**************************************
 * END SECTION TITLE DESIGN
 */
 /**************************************
 * START BACK TO TOP DESIGN
 *************************************/
 
.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: var(--thm-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--thm-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--thm-white);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}



@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
 

@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
 /**************************************
 * END BACK TO TOP DESIGN
 *************************************/
/**************************************
 * START BTN DESIGN
 *************************************/

.atf-themes-btn::before {
	content: '';
	width: 100%;
	height: 0;
	background-color: var(--thm-white);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0px;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.atf-themes-btn:hover::before, .atf-themes-btn:focus::before {
	height: 100%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.atf-themes-btn:hover, .atf-themes-btn:focus {
	color: var(--thm-black);
	outline: none;
	border: 0;
}
.atf-themes-btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color: var(--thm-color);
	line-height: 28px;
	border: 0;
	color: var(--thm-white);
	font-size: 15px;
	font-weight: 600;
	padding: 12px 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
	overflow: hidden;
	z-index: 1;
}
.atf-main-btn .atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
}
.atf-main-btn .atf-themes-btn:hover i {
	opacity: 1;
	transform: translateX(8px);
}
@media only screen and (max-width: 480px){
    .atf-themes-btn{ margin: 10px 0; }
} 
/**************************************
 * END BTN DESIGN
 *************************************/
/**************************************
 * END BTN DESIGN
 *************************************/
 /**************************************
 *01. END GENERAL STYLE
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
	background-color: var(--thm-color) !important;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1;
}
.atf_header_top::after {
	background: var(--thm-base) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(70% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skew(-30deg);
	border-right: 4px solid #fff;
}
.atf_header-social{
	list-style-type: none;
	text-align:right;
}
.atf_header-social a:hover {
	background:  var(--thm-white)!important;
	color:  var(--thm-black)!important;
}
.atf_header-social a {
	display: inline-block !important;
	margin: 0 4px;
	background: var(--thm-color);
	padding: 5px 10px !important;
	transition: all 0.3s ease 0s;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}
.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: 38px;
}  */
#navigation.navbar-fixed {
	margin-top: 0;
}
.site-logo img {
	width: 147px;
	height: auto;
	margin-top: 10px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
	z-index: 999;
	position: fixed;
	padding: 8px 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-base);
	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: 5px;
	padding-bottom: 5px;
}
.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-white);
	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-color);
}
#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-white);
	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: 115%;
	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;
	top:100%;
}
#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: underline;
	padding-left: 15px;
	border-left: 3px solid var(--thm-white) !important;
}

@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
.atf-menu-btn a{
	color: var(--thm-white)! important;
	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;
	overflow:visible;
}
.atf-menu-btn a:hover {	
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	color: var(--thm-black)! important;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME Slick SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
	position: relative;
}
.atf-hero-area.atf-style2::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
	height: 750px;
	
}
.atf-single-details{
	z-index:1;
}
.atf-hero-area .atf-single-details h5 {
	color: var(--thm-color);
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: brown;
}
.atf-hero-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 45px;
	letter-spacing: 0.7px;
	line-height: 55px;
	text-shadow: 1px 1px 8px rgba(255,255,255, 0.2);
}
.atf-hero-area .atf-single-details p {
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 20px 0 30px;
	z-index: -1;
}
.atf-hero-img .atf-hidden {
	display: none; 
}
.atf-hero-area .atf-hero-img {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
}
.atf-hero-area  .atf-hero-img-right::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;
	opacity: 0.1;
}
.atf-hero-area  .atf-hero-img img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
@media only screen and (max-width : 992px) {
	.atf-hero-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-hero-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	}
	.atf-hero-area  .atf-hero-img-inner{
		margin-top:30px;
	}
	.atf-single-slide-sm {
		height: 1250px;
	}
}
@media only screen and (max-width: 767px) {
	
	.atf-hero-area .atf-hero-img{
		margin-top:30px;
	}
	.atf-hero-area .atf-single-details h2{
		font-size:25px ! important;
	}
}

@media only screen and (max-width: 576px) {
	.atf-hero-area .atf-themes-btn{
		margin-bottom:15px;
	}
}

/*--------------------------------------------------------------
	START SLICK SLIDER DESIGN
----------------------------------------------------------------*/
.atf-slider.atf-style1 {
  position: relative; }

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none; }

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none; }
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--thm-white);
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease; }
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background: var(--thm-color); }
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none; }

.pagination.atf-style2 {
  position: absolute;
  bottom: -25px;
  transform: translate(-50px);
  left: 50%; }

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px; }

.atf-slider.atf-style2 {
	position: relative; }
.atf-slider.atf-style2 .slick-slide {
	padding-left: 15px;
	padding-right: 15px; }
.atf-slider.atf-style2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px; }
  .atf-slider.atf-style2 .slick-arrow {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease; }
.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
    left: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
    right: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px; }
.atf-slider.atf-style2 .slick-arrow:hover {
    color: var(--thm-white);
	background:var(--thm-color);
}
.atf-slider.atf-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }
	
	
@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; 
}
.atf-hero-img img {
	display: none ! important;
}

.atf-slider .pagination.atf-style1 ul,
.atf-slider .pagination.atf-style2 ul {
    justify-content: center; }

.swipe-arrow.atf-style1 {
    display: none; }

.atf-hidden.atf-hidden-md,
.swipe-arrow.atf-style2 {
    display: none !important; } }
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--thm-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: var(--thm-white);
  cursor: pointer;
  transition: all 0.3s ease; }
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
    background: var(--thm-white);
	color: var(--thm-black); }
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }

@media screen and (max-width: 991px) {
	.atf-slider .pagination.atf-hidden {
		display: block;
		margin-top: 20px; }

	.atf-slider .pagination.atf-style1 ul,
	.atf-slider .pagination.atf-style2 ul {
		justify-content: center; 
	}

	.swipe-arrow.atf-style1 {
		display: none; 
	}
	.atf-hidden.atf-hidden-md,
	.swipe-arrow.atf-style2 {
		display: none !important; 
	}
	#product .atf-product-box{
		padding: 30px 35px 70px;
	}	
}
.atf-home-overlay {
	background: rgba(0,0,0,0.9);
	height: 100%;
	width: 100%;
}
.slick-active .atf-hero-img img {
	-webkit-animation: 1.7s .7s zoomIn both;
	animation: 1.7s .7s zoomIn both;
	margin:0 auto;
}
.slick-active .atf-single-home h5 {
	-webkit-animation: 1.5s 1s fadeInDown both;
	animation: 1.5s 1s fadeInDown both;
}
.slick-active .atf-single-home h2{
	-webkit-animation: 1.5s .3s fadeInDown both;
	animation: 1.5s .3s fadeInDown both; }

.slick-active .atf-single-home p {
	-webkit-animation: 1.5s .7s fadeInLeft both;
	animation: 1.5s .7s fadeInLeft both; }

.slick-active .atf-slide-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }
  
@media only screen and (max-width:480px) { 
	.atf-single-text h2{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:480px) { 
	#product .atf-product-img img {
	  width: 100%;
	  margin-bottom:30px;
	}
	#product .atf-product-countdown{
	  top:45%;
	  left:15%;
	}
	#product .atf-product-title{
	  display:inline-block;
	}
	
}

@media only screen and (max-width:820px) { 
	.atf-slick-slider button.slick-arrow{
		display: none!important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 *04. START ABOUT DESIGN
 *************************************/
.about-img img{
	width:100%;
}
 /**************************************
 *04. END ABOUT DESIGN
 *************************************/
 /**************************************
 *04. START PRODUCT DESIGN
 *************************************/
 
#product .atf-section-title .icon {
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 30px;
	margin-left: 8px;
	margin-top: 15px;
	background-color: #FF0000;
}
#product .atf-section-title .icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #FF0000;
}
#product .atf-section-title .group {
	float: left;
}
.atf-product-author .atf-infor {
	line-height: 1.3;
}
.atf-product-author .atf-avatar img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right:20px;
}
.atf-product-box {
	position: relative;
	padding: 30px 35px 45px;
	/* border: 1px solid #ddd; */
	transition: all 0.3s ease-in-out;
	/* border-radius: 10px;  */
	box-shadow: -2px 3px 188px -43px rgba(0,0,0,0.37) inset;
	-webkit-box-shadow: -2px 3px 188px -43px rgba(240, 217, 217, 0.37) inset;
	 -moz-box-shadow: -2px 3px 188px -43px rgba(0,0,0,0.37) inset;
}
.atf-product-box.active {
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(190, 190, 190, 0.04), 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.07);
}
.atf-product-box h5{
	color:var(--thm-white);
}
.atf-product-title .group{
	float:left;
}
.atf-product-img .tags {
	position: absolute;
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-radius: 0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	top: 35px;
	left: 40px;
}
.atf-product-title a:hover,
.atf-product-price .title a:hover,
.atf-infor .atf-author-name a:hover{
	color:var(--thm-color);
}
#popular .pagination.atf-style2{
	bottom: -40px;
}
.atf-popular-area   .atf-product-img .tags {
	top: 8px;
	left: 7px;
}
.atf-popular-area .atf-product-img{
	position:relative;
}
.atf-popular-area .atf-product-img img{
	width:100%;
}

.atf-popular-area .atf-product-img .atf-product-share {
	bottom: 4%;
	width: 80px;
	left: 50%;
	position: absolute;
	background: var(--thm-color);
	text-align: center;
	color: var(--thm-white);
}
.atf-popular-area .atf-product-img .atf-product-share.atf-style1{
	bottom: 4%;
	width: 80px;
	left: 68%;
	position: absolute;
	background: var(--thm-color);
	text-align: center;
	color: var(--thm-white);
}
.bidding-price.mt-3.flex {
	text-align: center;
	margin: 0 auto;
	background: var(--thm-color);
	padding: 20px 15px;
	border-radius: 9px;
}
/**************************************
 * 04.END SERVICE DESIGN
 *************************************/
 
 /**************************************
 * 05. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 30px;
}
.atf-portfolio-area .portfolio-filter button {
	font-size: 13px;
	margin: 0 15px 20px 0;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: var(--thm-black);
	box-shadow: none;
	border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.atf-portfolio{
     overflow: hidden;
     position: relative;
}
 .atf-portfolio{
     margin:0 2px ! important;
 }
.atf-portfolio img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
 }
.atf-portfolio:hover img{
     transform-origin: left center;
     transform: scale(1.1);
     filter: grayscale(100%);
 }
.atf-portfolio .atf-portfolio-content{
     color: var(--thm-9);
     background: var(--thm-white);
     text-align: right;
     padding: 10px 15px;
     box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     bottom: 10px;
     right: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .atf-portfolio-content{
     opacity: 1;
     transform: skew(0);
 }
 .atf-portfolio .title{
     text-transform: capitalize;
     margin: 0 0 3px;
 }
 .atf-portfolio .post{
     color: var(--thm-color);
     text-transform: capitalize;
     display: block;
 }
 .atf-portfolio .icon{
     background-color: var(--thm-white);
     padding: 0 8px;
     margin: 0;
     list-style: none;
	 box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     left: 10px;
     bottom: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .icon{
     opacity: 1;
     transform: skew(0);
 }
 .atf-portfolio .icon li{ margin: 8px 0; }
 .atf-portfolio .icon li a{
     color: var(--thm-white);
     background-color: var(--thm-black);
     text-align: center;
     line-height: 36px;
     height: 35px;
     width: 35px;
     border-radius: 5px;
     display: block;
     transition: all 0.3s ease 0s;
 }
 .atf-portfolio .icon li a:hover{
     color: var(--thm-white);
     background-color: var(--thm-color);
     box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
 }
 @media only screen and (max-width:991px){
     .atf-portfolio{ margin: 0 0 30px; }
 }
 /* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 35px ! important;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-top: -25px;
}
.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;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
	background: var(--thm-color);
}
/**************************************
 * 05. END GALLERY DESIGN
 *************************************/
 
 /**************************************
 *06. START ROADMAP DESIGN
 *************************************/
.main-timeline{ 
    padding: 25px 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background: linear-gradient(to right,#777 50%,#999 65%);
    height: 100%;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.main-timeline .timeline{
    width: calc(50% + 63px);
    margin: 0 0 30px;
    float: right;
    position: relative;
}
.main-timeline .timeline-content{
    color: #666;
    background: linear-gradient(to left,#FF7F23 65%,#DF2947);
    text-align: center;
    min-height: 120px;
    padding: 20px 30px 20px 160px;
    border-radius: 100px;
    display: block; 
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: var(--thm-white);
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #DF2947;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0,0,0,0.3);
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
}
.main-timeline .timeline-icon:before{
    content: '';
    background-color: var(--thm-white);
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.main-timeline .title{
    color: #DF2947;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.main-timeline .description{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 160px 20px 30px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 0 100px 100px 0;
    left: 0;
    right: 130px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{
    background: linear-gradient(to right,#FDCC49 65%,#f74e00);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #f74e00;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content{
    background: linear-gradient(to left,#7EE6FC 65%,#378AE6);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #378AE6;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content{
    background: linear-gradient(to right,#AA84F1 65%,#4F29B0);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #4F29B0;
}
@media screen and (max-width:767px){
    .main-timeline:before{ display: none; }
    .main-timeline .timeline{ width: 100%; } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 145px 20px 20px;
        border-radius: 50px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        top: 125px;
        right: 0;
        left: 0;
        border-radius: inherit;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 10px;
        right: auto;
    }
}
 
 /**************************************
 * 05. END ROADMAP DESIGN
 *************************************/
 
 /**************************************
 *06. START TEAM DESIGN
 *************************************/
.our-team {
	overflow: hidden;
}
.our-team img{
    width:100%;
    height: auto;
}

.our-team .team-content{
    padding:15px 0 15px 5px;
	text-align:center;
}
.our-team .team-title{
    margin:0 0 10px;
}
.our-team .team-title a{
	display: block;
    transition: all 0.50s ease;
}
.team-title a:hover {
    color:var(--thm-base);
    text-decoration:none;
}
.our-team .team-title small{
    font-size:13px;
}
.our-team .description {
	margin-bottom: 25px;
	font-size: 15px;
	color:var(--thm-p);
}
.our-team .social-link{
    padding:0;
    margin:0;
    text-align:center;
}
.our-team .social-link li{
    display:inline-block;
    list-style:none;
}
.our-team .social-link li a {
	border: 1px solid var(--thm-p);
	padding: 7px;
	color: var(--thm-p);
	border-radius: 5px;
}
.our-team .social-link li a:hover{
    color:#fff;
    text-decoration:none;
}
.our-team .social-link li a.fa-facebook:hover{
    background:#5d82d1;
}
.our-team .social-link li a.fa-google:hover{
    background:#eb5e4c;
}
.our-team .social-link li a.fa-twitter:hover{
    background: #40bff5;
}
.our-team .social-link li a.fa-pinterest:hover{
    background: #e13138;
}
.our-team .read {
	float: right;
	border: 1px solid var(--thm-p);
	color: var(--thm-p);
	padding: 2px 15px;
	border-radius: 5px;
}
.our-team:hover .read{
    background:var(--thm-base);
    color:var(--thm-white);
}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:30px;
    }
}
 
 /**************************************
 *06. END TEAM DESIGN
 *************************************/

/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block;}
.atf-brand-area img {
	padding-right: 5px;
}
#atf-partner .tns-nav {
	margin: 0 auto;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#atf-partner .tns-nav {
	height: 16px;
	margin: 0px 8px;
	border-radius: 50%;
	border: none;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
#atf-partner .tns-nav button {
	margin-left: 5px;
	background: var(--thm-color);
	height: 10px;
}
#atf-partner  .tns-nav-active {
	width: 0px;
	height: 15px;
	background: var(--thm-base)!important;
}

/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START ACCORDIAON  DESIGN 
* ----------------------------------------------------------------------------------------
*/
.accordion-button:not(.collapsed) {
	color: var(--thm-black);
}
.accordion-button:focus {
	z-index: 3;
	border-color: inherit;
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: var(--thm-white);
	background-color: var(--thm-color);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-body{
	text-align:left;
}
/*
* ----------------------------------------------------------------------------------------
* END ACCORDIAON DESIGN 
* ----------------------------------------------------------------------------------------
*/

 /**************************************
 * 06.START service DESIGN
 *************************************/
.serviceBox{
    color: var(--thm-color);
    text-align: center;
    position: relative;
    z-index: 1;
}
.serviceBox .title {
	background: var(--thm-white);
	font-size: 20px;
	padding: 8px 10px;
	margin: 0 0 30px;
	border: 6px solid var(--thm-color);
	display: inline-block;
	border-radius: 10px;
}
.serviceBox .service-content{
    color:var(--thm-white);
    background: var(--thm-color);
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid var(--thm-white);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.serviceBox .service-icon{
    background: var(--thm-color);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
} 
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    background: var(--thm-white);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.serviceBox .service-icon:after{
    background: var(--thm-color);
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}
.serviceBox.blue{ color: #6b9fe3; }
.serviceBox.blue .title{ border-color: #6b9fe3; }
.serviceBox.blue .service-content,
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after{
    background: #6b9fe3;
}
.serviceBox.cyan{ color: #31bfc4; }
.serviceBox.cyan .title{ border-color: #31bfc4; }
.serviceBox.cyan .service-content,
.serviceBox.cyan .service-icon,
.serviceBox.cyan .service-icon:after{
    background: #31bfc4;
}
.serviceBox.purple{ color: #8746ae; }
.serviceBox.purple .title{ border-color: #8746ae; }
.serviceBox.purple .service-content,
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:after{
    background: #8746ae;
}
@media only screen and (max-width: 991px){
    .serviceBox{ margin: 0 0 40px; }
}
/**************************************
 * 07. END SERVICE DESIGN
 *************************************/
 /**************************************
 * 08. START TESTIMONIAL DESIGN
 *************************************/
 .testi-area {
  padding: 20px 30px;
  border-radius: 10px;
}

.testi-area .testi-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testi-area .testi-icon i {
  font-size: 40px;
  position: relative;
  top: 12px;
}

.client-images img {
  height: 40px;
  opacity: 0.3;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 0.7;
}
.atf-icon-testi.float-end {
	margin-top: -40px;
	margin-right: 20px;
}
.atf-icon-testi i{
	color: var(--thm-base);
}
 /**************************************
 * 08. END TESTIMONIAL DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 09.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info img{
	width:100%;
}
.atf-contact-btn .atf-themes-btn:hover, .atf-contact-btn .atf-themes-btn:focus {
	color:var(--thm-black) ! important;
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 8px;
	border-left: 2px solid var(--thm-color);
	margin: 15px 0;
}
.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-base);
}
.success {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}
.form-message {
	margin-top:20px;
}
.atf-themesfamily a{
	color:var(--thm-color);
}
.atf-themesfamily a:hover{
	color:var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* 09. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.hire {
	border-radius: 10px;
	background:var(--thm-base);
	padding:30px;
}
.atf-mailchamp-headding h2{
	font-weight:700;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-base);
}
.atf-mailchamp-subscribe form input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
}
.atf-mailchamp-subscribe  .form-control{
	display:inline-block;
}
.atf-mailchamp-subscribe  label{
	display:block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 6px;
	background: var(--thm-color);
	padding: 5px 15px;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-black);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details:last-child {
	border:none;
}

.atf-contact-details {
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	border-bottom: 1px solid #eee;
	display: inline-block;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 8px 0 25px;
	border-radius: 5%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h5 {
	color: var(--thm-white);
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-white);
	display: block;
	overflow: hidden;
}

 /**************************************
 * 13.START FOOTER DESIGN
 *************************************/
 .bg-footer {
  padding: 25px 0px 25px 0px;
}
.atf-footer-box h5{
	color:var(--thm-white);
}
.atf-list-menu li a{
	color:var(--thm-white);
}
.atf-list-menu li a:hover {
	text-decoration: underline !important;
	transition: 0.3s ease-in-out;
}

.footer-area{
	position:relative;
}
.footer-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.border-1{
   border-bottom: 1px solid #efefef;
}
.contact-social i:hover{
	background: var(--thm-white);
	color: var(--thm-black);
}
.contact-social i {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  border-radius: 8%;
  text-align: center;
  background: var(--thm-color);
  font-size: 15px;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
 /**************************************
 *13. END FOOTER DESIGN
 *************************************/

@media (min-width: 200px) and (max-width: 991px) {
	.navbar-customize {
		margin-top: 0px;
		padding: 12px 0px !important;
		box-shadow: 0 0 0 1px rgba(190, 190, 190, 0.04), 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.07);
		color: #ffffff !important;
		background: var(--thm-color);;
	 }
	 
	.atf-services-box{
		margin:15px 0;
	}
	.domain-btn{
		margin:15px 0;
	}
	.our-team{
		margin:15px 15px;
	}
	.atf-contact-details{
		margin:15px 0;
	}
	
	.atf-mailchamp-headding{
		margin-bottom:30px;
	}
	.post-slide{
		margin-bottom:30px;
	}
	.atf-footer-box{
		margin-top:30px;
	}
	.atf-home-title{
		font-size: 40px;
	}
	.navbar-collapse {
		overflow: auto;
		max-height: calc(100vh - 80px);
	}
	
	
}
@media (min-width: 200px) and (max-width: 1024px) {
  .atf-header-area{
	height:900px;
  }
  .atf-header-area .atf-single-details h2{
		font-size:30px;
	 }
  .navbar-customize .navbar-nav {
    margin-left: 0px;
  }
  .navbar-customize .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-customize .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #1d2a5f !important;
    padding: 6px 0;
  }
  .navbar-customize > .container {
    width: 90%;
  }
  .home-title {
    font-size: 36px;
  }
  .navbar-white .navbar-toggler {
    color: #1d2a5f !important;
  }
  .navbar-customize .navbar-nav li.active a,
  .navbar-customize .navbar-nav li a:hover,
  .navbar-customize .navbar-nav li a:active {
    color: #c0392b !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px){
	.navbar-collapse {
		overflow: auto;
		max-height: calc(100vh - 80px);
	}
	.mt-sm-30{
		margin-top:30px;
	}
	.mb-sm-30{
		margin-bottom:30px;
	}
	.pt-sm-30{
		padding-top:30px;
	}
	.pb-sm-30{
		padding-bottom:30px;
	}
	.pt-sm-20{
		padding-top:20px;
	}
	.pb-sm-20{
		padding-bottom:20px;
	}
}
@media (max-width: 767px) {
	.atf-home-title{
		font-size:40px;
	}
}
@media (max-width: 320px) {
	.atf-home-title{
		font-size:25px;
	}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media only screen and (max-width: 991px){
	.slicknav_nav {
		width: 300px;
		float: right;
	}
	
	#main-menu{
		display: none;
	}
	/* .atf-top-header {
		margin-top: 70px;
	} */
	#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-color);
	}
	#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: 1px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color: var(--thm-white);
	}
	.slicknav_btn {
		top: 18px;
	}
	.atf-testi-images{
		margin-bottom:30px;
	}
	.border-left{
		border-left:none;
	}
}
@media only screen and (max-width: 575px){
	
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 22px;
		right: 17px;
	}
	.atf-section-title h3{
		font-size:30px;
	}
	
}