/*
Author       : Theme-Family
Template Name: Musawwir - Multpurpos Business & Agency Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color,Google Font, atf-section-title, preloader btn, scroll, atf-section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME SLIDER DESIGN
	04. SATRT BANNER HOME DESIGN
		-- WABES HOME DESIGN
		-- CLIPE HOME DESIGN
		-- RIPPLE WATER HOME DESIGN
		-- PARTICLES WATER HOME DESIGN
    05. START ABOUT US DESIGN
    06. START WHY CHOOSE US DESIGN 
    07. START SERVICE DESIGN
    08. START COUNTER DESIGN
    09. START PORTFOLIO DESIGN
    10. START SKILL DESIGN
    11. START TEAM DESIGN
    12. START BUY NOW DESIGN
    13. START PRICING TABLE DESIGN
    14. START BLOG PAGE DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
    15. START COMPANY PARTNER LOGO
    16. START TESITMONIAL DESIGN
    17. START CONTACT PAGES DESIGN
    18. START NEWSLETTER DESIGN
    19. START FOOTER DESIGN(START MAP DESIGN)
		--LOGIN CSS START

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:var(--thm-p);
  font-size: 15px;
  line-height: 28px;
}
:root {
	--thm-font: 'Open Sans', sans-serif;
	--thm-font1: 'Raleway', sans-serif;
	--thm-base: linear-gradient(65deg, #00c3a7 0, #228ae6 100%);
	--thm-color: #228ae6;
	--thm-white: #ffffff;
	--thm-black: #222222;
	--thm-text: #517291;
	--thm-p: #777;
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: #F1F8FF ! important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: var(--thm-font1);
	color: var(--thm-black);
	font-weight:700;
	line-height:1.3;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	color:inherit;
}
a:hover {
    color: var(--thm-color);
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
img {max-width:100%;height:auto}
ul,
li {
    margin: 0;
    padding: 0;
	list-style: outside none none;
}
p {
	margin:0 0 15px;
}
.fix {
	overflow:hidden
}
.floatleft {
	float:left
}
.floatright {
	float:right
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px
}
.aligncenter {
	display:block;
	margin:0 auto 15px
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.clear{clear:both}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
/* -------------------------------- 
START PRELODER
-------------------------------- */
.atf_tm_preloader{
  position: fixed;
  background-color: var(--thm-white);
  z-index: 9999999;
  height: 100%;
  width: 100%;	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.atf_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.atf_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.atf_tm_preloader:before,
.atf_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background:var(--thm-base);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.atf_tm_preloader:before{
    top: 0;
    left: 0; 
}
.atf_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.atf_tm_preloader.loaded:before, .atf_tm_preloader.loaded:after{height: 0%;}


.spinner {
  width: 70px;
  height: 70px;
  background: var(--thm-white);
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* -------------------------------- 
END PRELODER
-------------------------------- */
/* -------------------------------- 
START SCROLL TO TOP
-------------------------------- */
.back-to-top {
	position: fixed;
	display: none;
	background: var(--thm-color);
	color: var(--thm-white);
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	transition: background 0.5s;
	z-index: 11;
	box-shadow: 0 0 15px rgba(0,0,0, 0.3);
}
.back-to-top i {
	padding-top: 8px;
	color: var(--thm-white);
	font-size: 25px;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* --------------------------------------------------------------------------------------- 
END SCROLL TO TOP
------------------------------------------------------------------------------------------
*/

.atf-section-padding { padding: 100px 0 }
/*
* ----------------------------------------------------------------------------------------
*START BTN DESIGN 
* ----------------------------------------------------------------------------------------
*/
.atf-themes-btn {
	color: var(--thm-black);
	background: var(--thm-white);
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 12px 15px;
	margin-right: 18px;
	border-radius: 0;
	border: none;
	border-right: 1px solid var(--thm-black);
	position: relative;
	z-index: 1;
	transition: color 0.2s ease-in-out 0.25s;
}
.atf-themes-btn:hover{
    color: var(--thm-white);
    transition: color 0.2s ease-in-out 0.25s;
}
.atf-themes-btn:after{
    content: "";
    background: var(--thm-base);
    width: 1px;
    height: 100%;
    transform: rotate(-90deg);
    transform-origin: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s;
}
.atf-themes-btn:hover:after{
    width: 100%;
    transform: rotate(0deg);
    z-index: -1;
    transition: transform 0.2s ease-in-out, width 0.3s ease-in-out 0.2s;
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 30px; }
}

/*
* ----------------------------------------------------------------------------------------
*START BTN DESIGN 
* ----------------------------------------------------------------------------------------
*//*
* ----------------------------------------------------------------------------------------
*START SECTION TITLE DESIGN 
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
	margin-bottom:60px;
}
.atf-section-title h2 {
	text-transform: capitalize;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.color-text {
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.atf-section-title p {
	margin-top: 15px;
}
.atf-section-title .sec_icon  {
	position: relative;
	display:inline-block;
	margin-top: 10px;

}
.atf-section-title .sec_icon:before{
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}
.atf-section-title .sec_icon:after{	
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}

.atf-section-title .sec_icon span{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 2px;
	background: var(--thm-color);
	display: inline-block;
}
.atf-section-title .sec_icon .sec_radius{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -2px 2px;
	background: var(--thm-color);
	display: inline-block;
}
.border-left{
	border-left:2px solid var(--thm-color);
}
@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*
* ----------------------------------------------------------------------------------------
*END SECTION TITLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*END GENERAL STYLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img {
	width: 180px;
	height: auto;
}
.atf-main-responsive-nav {
	display: none;
}
.atf-main-nav {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}
.atf-main-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.atf-main-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-white);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.atf-main-nav .navbar .navbar-nav .nav-item a:hover, .atf-main-nav .navbar .navbar-nav .nav-item a:focus, .atf-main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover a, .atf-main-nav .navbar .navbar-nav .nav-item:focus a, .atf-main-nav .navbar .navbar-nav .nav-item.active a {
	color: var(--thm-color);
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	position: absolute;
	border: 1px solid #eaeaea;
	top: 80px;
	left: 0;
	width: 200px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border: 1px solid #eaeaea;
	transform: rotate(45deg);
	background-color: var(--thm-white);
	border-right: none;
	border-bottom: none;
	top: -5px;
	left: 16px;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 20px;
	margin: 0;
	position: relative;
	color: var(--thm-black);
	font-size: 15px;
	font-weight: 500;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--thm-color);
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 200px;
	top: 80px;
	opacity: 0;
	visibility: hidden;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu:before {
	display:none;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
	box-shadow: inherit;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 12px 0;
	border-radius:0;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--thm-black);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--thm-color);
}
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--thm-black);
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.atf-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .black-logo {
	display: none;
}
.navbar-area {
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.navbar-area.atf-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	background: var(--thm-black) !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
}
.navbar-area.atf-sticky-header .navbar-nav .nav-item a {
	color: var(--thm-white);
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a:hover, .navbar-area.atf-sticky-header .navbar-nav .nav-item a:focus, .navbar-area.atf-sticky-header .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar-brand .black-logo {
	display: block;
}
.atf-menu-btn a {
	padding: 7px 16px !important;
	color: var(--thm-black ) !important;
}
.atf-menu-btn a:hover {
	color: var(--thm-white) !important;
}
@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header .logo .black-logo {
		display: block;
	}

	.atf-main-responsive-nav {
		display: block;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu {
		position: relative;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}
	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
		color: var(--thm-black);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--thm-color);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal {
		color: var(--thm-white);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .logo {
		position: relative;
		width: 60%;
		z-index: 999;
	}

	.atf-top-header {
		display: none; 
	}
	
	.mean-container a.meanmenu-reveal {
		width: 30px;
		height: 30px;
		padding-top: 25px;
	}

	.atf-main-responsive-nav .logo .white-logo {
		display: block;
	}

	.atf-main-nav {
		display: none;
	}
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
}
@media screen and (max-width: 767px) {
	.mean-container a.meanmenu-reveal {
		width: 30px;
		height: 30px;
		padding-top: 15px;
	}
	.mt-md-40{
		margin-top:40px;
	}
	.mb-md-40{
		margin-bottom:40px;
	}
}
@media screen and (max-width: 479px) {
	.atf-main-responsive-nav .logo {
		position: relative;
		width: 75%; 
		z-index: 999;
	}
}
.atf-top-header .atf-top-header-in ul li:last-child {
	border: none;
}
.atf-top-header .atf-top-header-in ul li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.atf-top-header .atf-top-header-in ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 6px 20px 11px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-white);
	font-size: 14px;
}
.atf-top-header {
	overflow: hidden;
	background: var(--thm-base);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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: 14px;
	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-white);
}
.atf-top-social a i {
	margin-left: 4px;
	color: rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.3);
	border-radius: 50%;
}
.navbar-area.atf-sticky-header .atf-top-header-in  {
	height: 0; 
}
.navbar-area.atf-sticky-header .atf-top-social  {
	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: rgba(255, 255, 255, 0.8);
	font-size: 14px; 
}
.atf-top-header-list li a{
	color: rgba(255, 255, 255, 0.8);
}
.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-white);
}


/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
#slider,
.single-slider,
.single-slide-item-table{
	height: 700px;
	color:var(--thm-white);
}
.single-slider{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.single-slider:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--thm-black);
    opacity: 0.4;
    z-index: -1;
}
.single-slide-item-table {
    display: table;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.slider-content h1 {
	font-size: 75px;
	font-family: var(--thm-font);
	font-weight: 700;
	color: var(--thm-white);
	text-transform: capitalize;
	line-height: 1.1;
}
.slider-content p{
	font-size:18px;
	margin:20px 0 40px;
}
.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-black);
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-white);
	border-radius: 5%;
	
}
.slider-active .owl-nav .owl-prev {
	left: 28px;
}
.slider-active .owl-nav .owl-next{
	right: 28px;	
}

.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-color);
    background: var(--thm-color);
    color: var(--thm-white);
}
 /*-- Animations Start --*/
.owl-item.active .single-slider .slider-content h3  {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.owl-item.active .single-slider .slider-content h1{
  -webkit-animation: fadeInDown 1.2s ease-in-out;
  animation: fadeInDown 1.2s ease-in-out;
}
.owl-item.active .single-slider .slider-content p {
  -webkit-animation: fadeInLeft 1.8s ease-in-out;
  animation: fadeInLeft 1.8s ease-in-out;
}
.owl-item.active  .slider-content .atf-main-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.SATRT BANNER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position: relative;
	z-index: 1;
}
 #particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}


.particles-section .content-heading a.color-1 {
     border: 2px solid var(--thm-white);
     background: no-repeat;
     padding: 12px 32px;
     color: #fff !important;
     margin-left: 10px;
}
.particles-section .content-heading a.color-1:hover {
     background: #505cfd;
     border: 2px solid #505cfd;
}
.particles-section.bg-warning {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6247e5+0,42b7f5+100 */
     background: #6247e5;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #6247e5 0%, #42b7f5 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.particles-section.bg-warning:before {
     background: none;
}
/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
	position: relative;
	z-index: 1;
}
.atf-waves-home{
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
  position: absolute;
  bottom: -9px;
  width: 100%;
}
.atf-web-area svg {
  height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-header-area{
	position: relative;
	height: 750px;
	overflow: hidden;
}
.atf-cover-bg{
	position: relative;
	z-index:1;
}
.atf-cover-bg::before {
	content:'';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index:-1;
}
.atf-single-details h2 {
	color: var(--thm-white);
	font-size: 60px;
	font-family: var(--thm-font1);
	line-height: 1.3;
	text-transform: uppercase;
	text-shadow:1px 1px 10px rgba(0,0,0,0.3);
}
.atf-single-details p {
	color: var(--thm-white);
	margin: 20px 0 45px;
	font-size: 18px;
}

.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* RIPPLE WATER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-ripple-home {
	position: relative;
}
/*
* ----------------------------------------------------------------------------------------
* 04.END BANNER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-single-feature {
	background: var(--thm-white);
	padding: 30px 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-single-feature:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.atf-single-feature i{
	font-size:55px;
	color: var(--thm-color);
}
.atf-single-feature h4 {
	margin: 20px 0 15px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-single-feature h4:hover{
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START ABOUT DESIGN 
* ----------------------------------------------------------------------------------------
*/
.atf-single-about .about-list i {
	margin-right: 12px;
	font-size: 22px;
	line-height: 35px;
	color: var(--thm-color);
}
.atf-about-content .atf-about-img{
	margin-top:30px;
}
.atf-about-content .atf-author-sign img{
	display:block;
	margin-bottom:20px;
}
.atf-about-content .atf-about-social i{
	font-size: 15px;
	background: var(--thm-color);
	color: var(--thm-white);
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
	border-radius: 8px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-about-content .atf-about-social i:hover{
	background:var(--thm-black);
}
.atf-about-img img{
	float:left;
	margin-right:25px;
}
.about-video-img{
	position:relative;
}
.about-video-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-video-img .iq-video {
    background: var(--thm-color);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid var(--thm-white);
}
.about-video-img .iq-video i {
	margin-left: 3px;
}
.about-video-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.about-video-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(146, 159, 236, 0.8)none repeat scroll 0 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.about-video-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.about-video-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.about-video-img.iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 06.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf_single_service {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 7px;
}
.atf_single_service h4 {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	margin-bottom: 10px;
}
.atf_single_service h4:hover{
	color:var(--thm-color);
}
.service_content {
	padding: 25px 25px 10px;
}
#service-active .owl-nav .owl-next, #service-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: 50px;
	height: 50px;
	line-height: 48px;
	background: var(--thm-color);
	border-radius: 50%;
}
#service-active .owl-nav .owl-prev {
	left: -38px;
}
#service-active .owl-nav .owl-next{
	right: -38px;	
}

#service-active .owl-nav .owl-next:hover,
#service-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-black);
    background: var(--thm-black);
    color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 07. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter_area{
	position: relative;
	color: var(--thm-white);
}

#counter_area:after{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5)none repeat scroll 0 0;
	position: absolute;
}
.counter-items {
	position: relative;
	z-index: 10;
	padding: 40px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.3);
}
.counter_icon i {
	display: block;
	font-size: 50px;
	margin-bottom: 25px;
	color: var(--thm-color);
}
.counter{
	font-size: 30px;
	color: var(--thm-white);
	font-weight: 800;
	margin: 0;
	display: inline-block;
	padding: 0 3px;
	letter-spacing: 3px;
}
.counter-title {
	text-transform: capitalize;
	margin-top: 10px;
	letter-spacing: 1px;
	color:var(--thm-white);
	font-size:18px;
}
/*
* ----------------------------------------------------------------------------------------
* 08. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.portfolio{
	position:relative;
}
.portfolio_item .mix {
  display: none;
}
.portfolio_menu {
  margin-bottom: 25px;
}

.portfolio_menu ul{
	list-style-type: none;
	padding: 0;
}
.portfolio_menu ul li {
	border: 1px solid #ddd;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin:  7px;
	padding: 5px 27px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.portfolio_menu ul li:hover, .portfolio_menu ul li.active{
	border-color:  var(--thm-color);
	background-color: var(--thm-color);
	color:var(--thm-white);
}
#portfolio .random-item {
	float: left;
	padding: 10px;
}
.single_portfolio{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.single_portfolio img{
    width: 100%;
    height: auto;
}
.single_portfolio .portfolio-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.single_portfolio:before,
.single_portfolio:after,
.single_portfolio .portfolio-content:before,
.single_portfolio .portfolio-content:after{
    content: "";
    height: 25%;
    background: rgba(0,0,0,0.7);
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s steps(4);
}
.single_portfolio:before{
    width: 75%;
    bottom: 0;
    transition-delay: 0s;
}
.single_portfolio:after{
    width: 50%;
    bottom: 25%;
    transition-delay: 0.1s;
}
.single_portfolio .portfolio-content:before{
    width: 25%;
    bottom: 50%;
    z-index: -1;
    transition-delay: 0.2s;
}
.single_portfolio .portfolio-content:after{
    width: 0;
    bottom: 75%;
    z-index: -1;
    transition-delay: 0.3s;
}
.single_portfolio:hover:before,
.single_portfolio:hover:after,
.single_portfolio:hover .portfolio-content:before,
.single_portfolio:hover .portfolio-content:after{
    width: 100%;
    opacity: 1;
}
.single_portfolio .content-inner{
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0.2s;
}
.single_portfolio:hover .content-inner{ opacity: 1; }
.single_portfolio .title{
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-color);
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}
.single_portfolio .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: var(--thm-white);
    margin: 0 0 15px 0;
}
.single_portfolio .social-link{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.single_portfolio:hover .social-link{ opacity: 1; }
.single_portfolio .social-link li{ display: inline-block; }
.single_portfolio .social-link li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: var(--thm-white);
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.single_portfolio .social-link li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-color);
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single_portfolio .social-link li a:hover:after{ transform: rotate(180deg); }
@media only screen and (max-width:990px){
    .single_portfolio{ margin-bottom: 0px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.skill_content h2{
	text-transform:capitalize;
}
.progress-bar-text {
	color: var(--thm-black);
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #ddd none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 5px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: var(--thm-color);
    display: block;
    height: 100%;
    width: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 10.END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single-team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.single-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.single-team .team-pic{
    overflow: hidden;
    position: relative;
}
.single-team .team-pic:before,
.single-team .team-pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(49, 74, 216, 0.8)none repeat scroll 0 0;
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.single-team .team-pic:after{
    background: rgba(69, 156, 221, 0.8)none repeat scroll 0 0;
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.single-team:hover .team-pic:before{ top: 0; }
.single-team:hover .team-pic:after{ bottom: 0; }
.single-team .team-pic img{
    width: 100%;
    height: auto;
}
.single-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.single-team:hover .social{ opacity: 1; }
.single-team .social li{ display: inline-block; }
.single-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #222222;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.single-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-white);
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single-team .social li a:hover:after{ transform: rotate(180deg); }
.single-team .team-content{ padding: 20px; }
.single-team .title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.single-team .post{
    display: block;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START BUY NOW DESIGN
* ----------------------------------------------------------------------------------------
*/
.buy{
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	position: relative;
	z-index:1;
}
.buy::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index:-1;
}
.buy-now{
	color: var(--thm-white);
}
.buy-now h2{
	margin-bottom: 10px;
	text-transform: capitalize;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BUY NOW DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/

.pricingTable{
    padding: 25px 0 0;
    background: var(--thm-color);
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{ box-shadow: 0 8px 6px -6px #4f384d; }
.pricingTable .pricingtitle{
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-white);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.pricingTable .price-value{
    font-size: 50px;
    color: var(--thm-white);
	margin-bottom:40px;
}
.pricingTable .month{
    display: block;
    font-size: 20px;
    color: var(--thm-white);
	margin-top: 20px;
}
.pricingTable .pricing-content {
	padding: 60px 0 30px;
	z-index: 1;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
    content: "";
    width: 50%;
    height: 100%;
    background: var(--thm-white);
    border-radius: 0 50px 0 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.pricingTable .pricing-content:after{
    border-radius: 50px 0 0 0;
    left: auto;
    right: 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1px;
    border-bottom: 1px solid #c5d2d4;
}
.pricing-content ul li:last-child{ border-bottom: none; }

.pricingTable-signup {
	display: inline-block;
	padding: 10px 20px;
	background: var(--thm-color);
	color: var(--thm-white);
	border-radius: 5px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.pricingTable-signup:hover{
    text-decoration: none;
    color:var(--thm-white);
    background: var(--thm-black);
}
.atf-pricing-btn a{
	background:var(--thm-black)! important;
	color:var(--thm-white)! important;
}
.atf-contact-btn button{
	background:var(--thm-black)! important;
	color:var(--thm-white)! important;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 13.END PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide{
    border: 1px solid #eee;
    padding: 20px;
    margin: 0 15px;
    position: relative;
}
.post-slide.up_downspace{
	 margin: 15px 0;
}
.post-slide:before{
    content: "";
    border-top:1px solid transparent;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover:before{
    border-top: 1px solid var(--thm-color);
}
.post-slide:hover{
    border-top: 1px solid var(--thm-color);
}
.post-slide .post-img > img{
    width: 100%;
    height:auto;
	margin-bottom:20px;
}
.post-slide .post-title > a{
    text-transform: capitalize;
    color:var(--thm-black);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
    color:var(--thm-color);
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 10px 0px 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.post-slide .post-bar > li{
    display: inline-block;
    padding: 0 8px;
    float: left;
}
.post-slide .post-bar > li:first-child{
    padding: 0 10px 0 0;
}
.post-slide .post-bar > li:last-child{
    border: 0px none;
}
.post-slide .post-date,
.post-slide .author,
.post-slide .comment{
    color:var(--thm-color);
    text-transform: uppercase;
    font-size: 11px;
}
.post-slide .author > a,
.post-slide .comment > a,
.post-slide .comment > i{
    color:#228ae6 ! important;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide .author > a:hover,
.post-slide .comment > a:hover{
    text-decoration: none;
    color:#228ae6 ! important;
}
.post-slide .post-date > i,
.post-slide .author > i,
.post-slide .comment > i{
    margin-right: 8px;
    font-size: 15px;
}
.post-slide .post-description {
	color: var(--thm-p);
	margin-bottom: 20px;
}
.post-slide .readmore {
	display: inline-block;
	color: var(--thm-black);
	font-weight: 600;
	text-decoration:underline;
	margin-bottom: 5px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.post-slide .readmore:hover{
    color:var(--thm-color);
	letter-spacing: 1px;
	text-decoration:inherit;
}
#blog-slider .owl-nav .owl-next, #blog-slider .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: 50px;
	height: 50px;
	line-height: 48px;
	background: var(--thm-color);
	border-radius: 50%;
}
#blog-slider .owl-nav .owl-prev {
	left: -38px;
}
#blog-slider .owl-nav .owl-next{
	right: -38px;	
}

#blog-slider .owl-nav .owl-next:hover,
#blog-slider .owl-nav .owl-prev:hover {
    border-color: var(--thm-black);
    background: var(--thm-black);
    color: var(--thm-white);
}
@media only screen and (max-width: 360px) {
    .post-bar > li:last-child{
        margin-top: 8px;
        padding: 0;
    }
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}
.atf-blog-area .atf-post-slide {
	margin: 15px 5px;
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	margin: 15px 0px 0;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.atf-widget{
	margin:20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}
.atf-post-info{
	margin-top:-8px;
}
.blog_search {
	margin-bottom: 40px;
	position:relative;
}
.blog_search a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: var(--thm-white);
	line-height: 50px;
	background: var(--thm-color);
	width: 50px;
	height: 53px;
}
.blog_search i {
	position: absolute;
	top: 18px;
	right: 15px;
}
.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
	 border-color: var(--thm-color);
	 box-shadow: none;
}
.atf-page-heading {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed; }
.atf-page-heading.atf-size-md {
    height: 450px; }
.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}
.atf-page-heading > div {
    position: relative;
    z-index: 1; }

.atf-page-heading-title {
	color: var(--thm-white);
	font-size: 50px;
	text-align: center;
	margin-bottom: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
}
.atf-breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }
.atf-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none; }
.atf-breadcamp li:not(:last-child):after {
      content: '/';
      padding-right: 6px;
      margin-left: 6px; 
}
.atf-breadcamp a:hover {
    color: var(--thm-white); 
}

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}
.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}
	
.atf-widget .atf-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 15px;
	bottom: 1px;
	height: 3px;
	width: 43px;
}
.atf-widget .atf-widget-title::after {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 2px;
	bottom: 0px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}
.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}
.atf-widget-list li {
	border: 1px dotted #eaeaea;
	background: var(--thm-white);
	margin: 5px;
}
.atf-widget-list a {
	display: block;
	padding: 10px 0;
	padding-left: 12px;
	/* background: var(--thm-color); */
	color: var(--thm-p);
}
.atf-widget-list a:hover {
    color: var(--thm-color); 
}
.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}
.atf-widget-list li::before {
	content: "\f35a";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 15px;
}
.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}	
.atf-tagcloud {
  margin-bottom: -10px; }
  
.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px; }
.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color); }

.atf-post-details.atf-style1 {
  font-weight: 400; }
.atf-post-details.atf-style1 .slick-slide {
    line-height: 0; }
.atf-post-details.atf-style1 .atf-post-thumb {
    margin-bottom: 25px; }
.atf-post-details.atf-style1 .atf-post-thumb img {
      width: 100%; }
.atf-post-details.atf-style1 .atf-post-title {
    font-size: 28px;
    margin-bottom: 9px; }
.atf-post-details.atf-style1 blockquote {
	background: var(--thm-base);
	margin: 0;
	padding: 27px 40px 25px;
	font-size: 20px;
	line-height: 1.6em;
	border-left: 5px solid var(--thm-black);
	border-radius: 100px;
	font-weight: 400;
	margin: 20px 0;
	color:var(--thm-white);
	text-align: center;
	border-right: 5px solid var(--thm-black);
	font-style: italic;
}
.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px; }
.atf-post-details.atf-style1 blockquote small span {
	color: var(--thm-black);
}
.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-text p { 
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
.atf-post-details.atf-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px; }
.atf-post-details.atf-style1 p {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 img {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 5px; }
.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px; 
}
.atf-post-details.atf-style1 .embed-responsive iframe{
    width:100%;
	height:460px;
	
}

.atf-post-label > span {
  display: inline-block;
  position: relative; }
.atf-post-label > span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px; }
.atf-post-label > span:not(:last-child):before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 6px; }
.atf-post-label a:hover {
  color: var(--thm-color); }

.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.atf-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight:600;
}
.atf-post-tage-list li:not(:last-child):after {
    content: ','; }
.atf-post-tage-list li a:hover {
    color: var(--thm-color); }

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center; }
.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em; }

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap; }
.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}
.atf-post-share-btn-list a:hover {
    color: var(--thm-color); }

.atf-post-btn-gropu {
  display: flex;
  justify-content: space-between; }
.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center; }

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
	background-color: var(--thm-white); }
.atf-page-heading-in .atf-post-label > span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75); }
.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white); }

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }

@media screen and (max-width: 991px) {
  .atf-page-heading-title {
    font-size: 38px; }

  .atf-page-heading-subtitle {
    font-size: 16px; }

  .atf-page-heading.atf-size-md {
    height: 350px;
    padding-top: 80px; }

  .atf-page-heading-title br {
    display: none; }

  .atf-page-heading {
    height: 500px;
    padding-top: 80px; } }
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
	padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.comment-author a:hover{
   color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	left: -1px;
	top: 24px;
}

.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-color);
}
.comment-reply-link i{
	margin-right: 6px;
}
.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}
.reply{
	margin-top:10px;
}
.children .comment-body {
    margin-left: 100px;
}
.comment-respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea; }

.comment-form {
  display: flex;
  flex-wrap: wrap; }

.comment-form-author,
.comment-form-email {
  width: 50%; }

.comment-form-email {
  padding-left: 10px; }

.comment-form-comment {
  width: 100%; }

.comment-form-author {
  padding-right: 10px; }

.comment-form-url {
  padding-left: 0px;
  width: 100%; }

.form-submit {
  margin-bottom: 0; }

.comment-form p {
  margin: 0; }

.comment-form textarea,
.comment-form input {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .comment-form textarea:focus,
  .comment-form input:focus {
    outline: none;
    border-color: var(--thm-color); }

.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.post-navigation > div {
  display: inline-block; }

.nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  margin-right: 4px; }

.nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-left: 4px; }

.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px; }
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.atf-post-pagination {
	margin:30px 0;
	justify-content: center;
}
.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}
.pagination-outer{ text-align: center; }
.pagination{
    font-family: var(--thm-font);
    display: inline-flex;
}
.pagination li a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: var(--thm-white);
    background: var(--thm-black);
}
.pagination li a.page-link::before {
	content: '';
	background-color: var(--thm-color);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	/* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    top: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: block;
    }
    .pagination li{
        display: inline-block;
        margin: 0 0 10px;
    }
}
/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
	font-weight: 600;
	margin-right: 5px;
	color: var(--thm-black);
}
.atf_portfolio__details-info-item ul li a{
	color: var(--thm-base);
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover{
	color: var(--thm-color);
	text-decoration:underline;
}
.atf_portfolio__details-goal-features .icon{
	color: var(--thm-color);
}
.atf_portfolio__details-social ul li {
  display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: var(--thm-color);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/ 
/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_services__details-features .icon {
	color: var(--thm-color);
}
.atf_services__details-list-icon i{
	font-size:50px;
	color: var(--thm-color);
}
.atf_services__details-list-content {
		margin: 15px 0;
	}
.atf_services__details-features ul li .text h5 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: #0a4c48;
}
.atf_services__details-features ul li:not(:last-child) {
	margin-bottom: 13px;
}
.atf_services__widget {
	padding: 40px 40px;
	border: 1px solid #eaeaea;
}
.atf_services__widget-links ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.atf_services__widget-links ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	font-family: var(--thm-font);
}
.atf_services__widget-download .services-download-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	color: #ffffff;
	background: #0a4c48;
	text-transform: uppercase;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	padding-right: 10px;
}
.atf_services__widget-download .services-download-btn.yellow {
	background: #fad105;
	color: #222222;
}
.atf_services__widget-social span {
	font-size: 15px;
	font-weight: 500;
	color: #2c3941;
	margin-right: 15px;
}
.atf_services__widget-social ul li a:hover {
	color: var(--thm-color);
}
.atf_services__widget-social ul li {
	display: inline-block;
}
.atf_services__widget-social ul {
	display: inline-block;
}
.atf_services__widget-social ul li:not(:last-child) {
	margin-right: 15px;
}
.atf_services__sidebar-banner {
	position: relative;
}
.atf_services__sidebar-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.atf_services__sidebar-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.58);
}
.atf_services__sidebar-banner-content h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.atf_services__sidebar-banner-content h4 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 24px;
}
.atf_services__widget-download a {
	display: block;
	text-align: center;
}
/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
 /*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_team-about-details h2 {
	line-height: 1;
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .atf_team-about-details h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .atf_team-about-details h2 {
    font-size: 36px;
  }
}
.atf_team-about-details > span {
  font-size: 14px;
  color: var(--thm-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.atf_team-about-details p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.atf_team-about-details ul li {
  margin-bottom: 16px;
}
.atf_team-about-details ul li span {
  font-weight: 600;
  color: var(--thm-black);
  transition: all 0.3s ease-in-out 0s;
}
.atf_team-about-details ul li a:hover {
  color: var(--thm-color);
  text-decoration:underline;
}

.atf_team-qualification {
  margin-bottom: 52px;
}
.atf_team-qualification h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.atf_team-qualification h4 span {
  color: var(--thm-color);
}
.atf_team-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .atf_team-qualification p {
    padding-right: 0;
  }
}

.atf_team-education {
  padding-bottom: 32px;
}
.atf_team-education ul li {
  margin-bottom: 23px;
}
.atf_team-education .edu-icon {
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-color);
	color: var(--thm-white);
	border-radius: 50%;
	text-align: center;
}
.atf_team-education .edu-icon i {
	font-size: 20px;
	color: var(--thm-white);
}

.atf_team-education .edu-text {
  overflow: hidden;
}
.atf_team-education .edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.atf_team-education .edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.progress-title {
	font-size: 16px;
	color: var(--thm-black);
	text-transform: capitalize;
	margin: 10px 0 5px;
}
.progress{
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress-bar{
	overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 5s;
    animation: animate-positive 5s;
}
.progress .progress-bar:after{
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -22px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-color);
}
.progress .progress-value{
    display: block;
    font-size: 12px;
    color: var(--thm-black);
    position: absolute;
    top: -23px;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}
 /*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/    
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 14.END BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
#brand-area{	
	background:var(--thm-white);
}
.brand-active{ text-align: center }
.brand-active > a { display:inline-block}

/*
* ----------------------------------------------------------------------------------------
* 15.END START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START TESITMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.center-block{
	float:inherit;
}
.testimonial_overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 90px 0;
}
.testimonial h2{
	text-transform:uppercase;
	margin-bottom:35px;
	color:var(--thm-white);
}
.testimonial{
    text-align: center;
    margin: 0 20px;
}
.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid var(--thm-color);
    border-left: 1px solid var(--thm-color);
    font-size: 16px;
    color: var(--thm-white);
    line-height: 30px;
    text-align: left;
    position: relative;
    background: var(--thm-black);
    overflow: hidden;
    display: flex;
}
.testimonial .description:before {
    content: "\f10e";
    font-family: fontawesome;
    display: inline-block;
    float: left;
    padding: 0 35px 65px 0;
    overflow: hidden;
    font-size: 30px;
    color: var(--thm-color);
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: var(--thm-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: var(--thm-color);
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: var(--thm-color);
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-color);
    letter-spacing: 1px;
    text-transform: capitalize;
}
#testimonial-slider.owl-theme .owl-controls{
    margin-top: 30px;
}
#testimonial-slider.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
#testimonial-slider.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 16.END TESITMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 17.START CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact {
	border: 3px solid #eee;
	padding: 25px 40px;
}
.contact p{
	margin-top: 15px;
}
.contact .form-control{
	padding:0;
}
.contact  input[type="submit"] {
	border: none;
	font-weight: 500;
	padding: 14px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	background: #228ae6
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="password"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--thm-black);
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.contact textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 15px;
	color: var(--thm-black);
	height: 150px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.contact input:focus {
    border-color: var(--thm-color);
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
   border-color: var(--thm-color);
    box-shadow: none;
    outline: 0 none;
}
.address-area {
	border: 3px solid #eee;
	padding: 25px 30px;
}
.address-area p {
	margin: 10px 0 10px;
}
.address-wrap .address-heading {
	text-transform: capitalize;
}
.single-address .office-address {
	margin: 20px 0 7px;
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
	width: 80%;
	text-transform: capitalize;
}
.atf-single-address {
	display: flex;
	align-content: center;
	align-items: center;
}
.atf-single-address .single-address-icon {
	color: var(--thm-color);
}
.atf-single-address .description {
	padding-left: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 17.END CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 18.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_overlay{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.newsletter{
	color:var(--thm-white);
}
.signup_form{
	margin:0 auto;
}
.signup_form h3{
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
	color:var(--thm-white);
}
.signup_form input {
	border-image: none;
	border-radius: 0;
	border: 1px solid #ddd;
	color: var(--thm-black);
	margin-bottom: 0px;
	transition: all 0.2s ease 0s;
	border-radius: 0px;
	height: 46px;
	line-height: 46px;
	width: 100%;
}
.newsletter_form{
	margin-top: 20px;
}
.signup_form input:hover,
.signup_form input:focus {
    border-color: var(--thm-color);
    box-shadow: none;
    outline: 0 none;
	color: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 18.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#map-section iframe {
	width: 100%;
	height: 400px;
	display: block;
}

#atf-map-area iframe {
	width: 100%;
	height: 150px;
}
/*
* ----------------------------------------------------------------------------------------
* 19.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-mailchamp-subscribe{
	position:relative;
}
.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: 0;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: -13px;
	padding: 6px 16px;
	top: 3px;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	display: block;
}

#footer{
	position:relative;
}
.atf-footer-area{
	background:var(--thm-black);
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-black);
	text-align: center;
	background: 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:hover{
	background:var(--thm-color);
	color:var(--thm-black);
	
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 35px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 33px;
	background: var(--thm-white);
	width: 11px;
	height: 5px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	text-decoration:underline;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-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-color);
	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;
	text-decoration:underline;
}
.atf-footer-boottom a:hover {
	color: var(--thm-color);
	text-decoration:inherit;
}
.atf-payment-link img{
	margin-right:6px;
}
.atf-footer-post{
	display:flex;
	margin-bottom:8px;
}
.atf-footer-post .atf-footer-post-thumb {
	flex: none;
	margin-right: 15px;
	width: 80px;
}
.atf-footer-post  .atf-footer-post-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	color:rgba(225,255,255,0.7);
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-post .atf-footer-post-title a{
	color:var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-post  .atf-footer-post-title a:hover {
	color:var(--thm-color);
}
.atf-footer-post  .atf-footer-post-date {
	font-size: 13px;
	line-height: 1.6em;
	color:rgba(225,255,255,0.7);
}
.form-message {
	margin-top:20px;
}

/*START FOOTER SOCIAL DESIGN*/

.footer_logo img {
    margin-bottom: 15px;
    width: 160px;
}
.footer_social { margin-bottom: 10px }
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
	border-radius: 50%;
	color: var(--thm-white);
	display: block;
	font-size: 18px;
	height: 50px;
	width: 50px;
	line-height: 45px;
	margin: 4px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;

}
@media only screen and (max-width:768px) { 
    .footer_social ul li a { font-size: 15px }
}
@media only screen and (max-width:360px) { 
    .footer_social ul li a { font-size: 15px }
}
.footer_social ul li a:hover {
	background: var(--thm-black);
	color: var(--thm-white);
	border-color: var(--thm-black);
}
.f_facebook {
    background: #5D82D1;
    border: 1px solid #5D82D1;
}
.f_twitter {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
.f_google {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
.f_linkedin {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
.f_youtube {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
.f_skype {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
	color: var(--thm-black);
	margin-bottom: 0;
	padding: 15px 0;
}
.copyright a {
	color: var(--thm-white);
	transition: all 0.3s ease 0s;
	text-decoration:underline;
}
.copyright a:hover { color: var(--thm-black);text-decoration:inherit;}
.form-message .error{
	margin-top:15px;
}
#mc-form label {
	margin-top: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* 19.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  LOGIN CSS START
/*----------------------------------------*/
.p-relative{
	position:relative;
}
.p-absolute{
	position:absolute;
}
.atf-login__wrapper {
	padding: 50px 85px 55px;
	background: var(--thm-white);
	box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .atf-login__wrapper {
    padding: 50px 40px 55px;
  }
}
@media (max-width: 575px) {
  .atf-login__wrapper {
    padding: 40px 25px 45px;
  }
}
.atf-login__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
.atf-login__top p {
  font-size: 16px;
}
.atf-login__input {
  position: relative;
}
.atf-login__input-wrapper {
  margin-bottom: 14px;
}
.atf-login__input input {
  background: var(--thm-white);
  border: 1px solid #EAEAEF;
  padding-left: 55px;
  /* padding-right: 50px; */
  height: 60px;
  line-height: 60px;
  width:100%;
  transition: all 0.3s ease-in-out 0s;
}

.atf-login__input input:active,
.atf-login__input input:hover,
.atf-login__input input:focus {
	border:1px solid var(--thm-color)! important;
}
.atf-login__input span {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item {
  position: relative;
}
.atf-login__input-item:not(:last-child) {
  margin-bottom: 20px;
}
.atf-login__input-item > span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item > span:hover {
  cursor: pointer;
}
.atf-login__remember input[type=checkbox], .atf-login__remember input[type=radio] {
  display: none;
}
.atf-login__remember input[type=checkbox]:checked ~ label::after, .atf-login__remember input[type=radio]:checked ~ label::after {
  background-color: transparent;
  border-color: var(--thm-color);
}
.atf-login__remember input[type=checkbox]:checked ~ label::before, .atf-login__remember input[type=radio]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.atf-login__remember label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.atf-login__remember label::after, .atf-login__remember label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--thm-white);
  border: 1px solid #EAEAEF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.atf-login__remember label::before {
  width: 14px;
  height: 14px;
  background-color: var(--thm-color);
  left: 3px;
  top: 5px;
  right: 3px;
  bottom: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.atf-login__remember label:hover {
  cursor: pointer;
}
.atf-login__forgot a {
  font-size: 14px;
  color: var(--thm-color);
  text-transform: capitalize;
}
.atf-login__forgot a:hover {
  color:var(--thm-color);
}
.atf-login__btn {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.atf-login__social-header {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--thm-black);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}
.atf-login__social-header::after,
.atf-login__social-header::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: var(--thm-black);
}
.atf-login__social-header::before {
  left: auto;
  right: 100%;
}
.atf-login__social-item a {
	display: inline-block;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 14px;
	background: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	margin-bottom: 20px;
	margin-right: 10px;
}
@media (max-width: 575px) {
  .atf-login__social-item a {
    width: 100%;
    margin-right: 0;
  }
  .atf-login__title{
	  font-size:25px;
  }
}
.atf-login__social-item a:last-child {
  margin-right: 0;
}
.atf-login__social-item a .login-social-icon {
  margin-right: 3px;
}
.atf-login__social-item a .login-social-icon svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.atf-login__social-item a:hover {
	border-color: var(--thm-color);
}
.atf-login__register-now {
  text-align: center;
}
.atf-login__register-now p {
  font-size: 14px;
  margin-bottom: 0;
}
.atf-login__register-now p a {
  color: var(--thm-black);
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.atf-login__register-now p a:hover {
  color: var(--thm-color);
}

