/*
Author       : Theme-Family
Template Name: Al-Muhsi - Multipurpose One Page Bootstrap Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---Home Video
		---START SLICK SLIDER DESIGN
    04. START ABOUT DESIGN(Personal Info List Style,Resume Style, Skills Style )
		---START COUNTER DESIGN
	05. START TEAM DESIGN
    06. START PROMOTION OFFER DESIGN
	07. START SERVICE DESIGN
	08. START GALLERY DESIGN
	09. START PORTFOLIO DESIGN
	10. START TESTIMONIAL DESIGN
	11. START PRICING DESIGN
	12. START NEWSLETTER DESIGN
    13. START BLOG DESIGN
    14. START COMPANY BRAND LOGO DESIGN 
    15. START CONTACT DESIGN (START MAP DESIGN)
    16. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: Inter;
	--thm-base: #17bebb;
	--thm-color2: #496dff;
	--thm-black: #2d3436;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #767676;
	--thm-color: #de052c;
	--thm-orag: #f6450c;
	--thm-color-bfm: #d6b24d;
	--thm-black0: #000000;
	--thm-black-bfm: #181e46;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

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

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: var(--thm-black0);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: var(--thm-color);
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

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

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}
.atf-section-title h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title p {
	padding: 10px 0 0px;
	font-size: 18px;
	font-family: var(--thm-font);
	color: var(--thm-black0);
	font-weight: 400;
	line-height: 28px;
}
.atf-section-title h5 {
	color: var(--thm-color);
	line-height: 25px;
	margin: 0px 0 5px;
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title .animated-line {
	height: 4px;
	width: 70px;
	margin: 20px auto 10px auto;
	position: relative;
	border-radius: 30px;
	text-align: center;
}
.atf-section-title .animated-line,
.atf-section-title .animated-line::before {
	background: var(--thm-color);
}
.atf-section-title .animated-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}
 @-webkit-keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
 @keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.atf-scrollup-icon {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
}
.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 500;
	/* box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1); */
	display: inline-block;
/* 	-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; */
	text-transform: capitalize;
	position: relative;
	 transform: translateY(0px);
}
.atf-themes-btn:hover{
/* 	background:linear-gradient(to bottom, var(--thm-color) 5%, #fa1e45 95%); */
	/* background: var(--thm-color); */
	color: var(--thm-white);
    transform: translateY(-2px);
}
.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);
}
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-navs{
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-navs .navbar-collaps {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav{
	position: relative;
	padding-right: 0px;
	margin-left:30px;
	
	padding-left: 0;
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-white);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.7px;
	font-family: var(--thm-font);
}
.navbar-navs.navbar-expend .menu-nav:hover, .navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-color);
}
.navbar-navs .navbar-brand{
	color: var(--thm-white);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-navs.navbar-expend .menu-nav:hover {
	color: var(--thm-color);
}
.navbar-navs.navbar-collaps .show > .nav-link, 
.navbar-navs.navbar-collaps .active > .nav-link, 
.navbar-navs.navbar-collaps .nav-link.show, 
.navbar-navs.navbar-collaps .nav-link.active {
	color: var(--thm-color);
}
.navbar-navs.navbar-expend .show > .nav-link, 
.navbar-navs.navbar-expend .active > .nav-link, 
.navbar-navs.navbar-expend .nav-link.show, 
.navbar-navs.navbar-expend .nav-link.active {
	color: var(--thm-color);
}
.navbar-navs.navbar-collaps {
	transition: all .5s ease-in-out;
	background: var(--thm-black);
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	
}
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-color);
}

.navbar-navs.navbar-collaps .show > .menu-nav, .navbar-navs.navbar-collaps .active > .menu-nav, .navbar-navs.navbar-collaps .menu-nav.show, .navbar-navs.navbar-collaps .menu-nav.active {
	color: var(--thm-color);
}

.navbar-navs.navbar-collaps .navbar-expand {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .navbar-toggler span {
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
}
.navbar-navs .navbar-expand {
	color: var(--thm-gray);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-navs .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-navs .dropdown.show .dropdown-menu,
.navbar-navs .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-navs .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-navs .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item:hover {
	background: var(--thm-color);
	color: var(--thm-white);
	transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item.active {
	background: var(--thm-color);
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-nav .menu-nav {
	position: relative;
}
.navbar-nav .menu-nav a:hover::after,
.navbar-nav .menu-nav a:hover::before,
.navbar-nav .menu-nav a.active::after,
.navbar-nav .menu-nav a.active::before {
	opacity: 1;
}
.navbar-nav .menu-nav a::before {
	width: 70%;
	left: 0px;
}
.navbar-nav .menu-nav a::after {
	width: 20%;
	right: 0px;
}
.navbar-nav .menu-nav a::after,
.navbar-nav .menu-nav a::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background: var(--thm-color);
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	transition: all .3s ease-out 0s;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0px ! important;
	padding-left: 0px ! important; 
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-header-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-header-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-header-area .atf-content-details h3 {
	font-weight: 500;
}
.atf-header-area .atf-content-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-header-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 50px;
	letter-spacing: 0.4px;
	line-height: 70px;
}
.atf-header-area .atf-single-details p {
	margin: 10px 0 23px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 25px 0 40px;
	z-index: -1;
}
.atf-single-details img {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }
.atf-single-details h2 {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }

.atf-single-details p {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.7s 1s fadeInUp both;
	animation: 1.7s 1s fadeInUp both; }
	
	
@media only screen and (max-width : 992px) {
	.atf-header-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-header-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	}
	.atf-choose-inner {
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-width-area{
		height: 850px;
	}
	.navbar-nav .menu-nav a::after,
	.navbar-nav .menu-nav a::before {
		display: none;
	}
	.atf-header-area .atf-content-details h3{
		font-size:20px;
	}
	.atf-header-area .atf_home_img{
		margin-top:40px;
	}
	.atf-header-area .atf-single-details h2{
		font-size:25px;
		line-height:35px;
	}
	.atf-skill-box{
		margin-top:35px;
	}
	
}

@media only screen and (max-width: 576px) {
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
	.atf-header-area .atf-content-details h3{
		font-size:17px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	position:relative;
}
.atf-single-about {
	position:relative;
}
.atf-about-content {
	border:1px solid var(--thm-eee);
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-about-content:hover {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.atf-about-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
}
.atf-about-content:hover .atf-about-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.1;
}
.atf-about-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-black);
	font-weight: 700;
}
.atf-about-content:hover h3 {
	color: var(--thm-color);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-about-content:hover .atf-about-icon {
	transform:translateY(-6px);
}
.atf-single-about {
	border: none;
	border-radius: 0px;
}
.atf-about-icon {
	transition: .5s ease;
}
.atf-about-icon i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: var(--thm-f6); /*var(--thm-white);*/
	color: var(--thm-color);
	font-size: 45px;
	text-align: center;
	border-radius: 30% 70% 59% 41%/30% 38% 62% 70%
}
.atf-about-content:hover .atf-about-icon i {
	background:var(--thm-color);
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
#context{
	position:relative;
}
.atf-about-iconContext i {
	width: 50px;
	height: 70px;
	line-height: 100px;
	/* background: var(--thm-f6); */
	color: var(--thm-color);
	font-size: 30px;
}
.atf-promo-offer {
	background-position: center top;
	background-repeat: repeat-y;
	height: 500px;
	position: relative;
	z-index:1;
}
.atf-promo-offer:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.atf-promo-content h3 {
	color: var(--thm-white)! important;
	font-size: 26px;
	line-height: 50px;
	margin: 0 auto 30px;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SOLUTIONS DESIGN
* ----------------------------------------------------------------------------------------
*/
#solutions{
	position:relative;
}
.atf-applications h3 {
	color: var(--thm-black)! important;
	font-size: 26px;
	line-height: 50px;
	margin: 0 auto 30px;
}
.atf-subtitle-desc {
	color: var(--thm-black0)! important;
	font-size: 18px !important;
}
.atf-title {
	color: var(--thm-black)! important;
}
.atf-text {
	color: var(--thm-black0)! important;
}

.buttonBFM {
	border: 2px solid black;
  	border-radius: 10px;
  	background-color: var(--thm-fb);
  	color: black;
  	/* padding: 14px 28px; */
  	font-size: 16px;
	cursor: pointer;
}

.info {
  border-color: var(--thm-color);
  color: var(--thm-color);
}

.info:hover {
  background: var(--thm-color);
  color: white;
}

.myButton {
	/* background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%); */
	background-color:var(--thm-color);
	width: auto;
	border-radius:9px;
	border:2px solid var(--thm-color);
	display:inline-block;
	cursor:pointer;
	color:var(--thm-white);
	font-family:Arial;
	font-size:19px;
	padding:11px 46px;
	text-decoration:none;
}
.myButton:hover {
	/* background:linear-gradient(to bottom, #eb675e 5%, var(--thm-color) 100%); */
	background-color:var(--thm-color);
	color: white;
}
.myButton:active {
	position:relative;
	top:1px;
	
}

.dth-title-section {
	color:blue;
}

.atf-monitoring-area {
	background: #2A2A2A;
	color:white;
}

.atf-applications-area {
	background-color: var(--thm-white);
	color:black;
}

.atf-digital-control-area {
	background-color: var(--thm-fb);
	color:black;
}

.atf-financial-control-area {
	background-color: var(--thm-white);
	color:black;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END SOLUTIONS DESIGN
* ----------------------------------------------------------------------------------------
*/




/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#testimonial{
	background:var(--thm-fb);
}
.atf-testimonial .atf-pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.atf-testimonial .atf-pic:before,
.atf-testimonial .atf-pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: var(--thm-color);
    position: absolute;
    z-index: -1;
}
.atf-testimonial .atf-pic:before{
    top: 0;
    right: -20px;
}
.atf-testimonial .atf-pic:after{
    bottom: 0;
    left: -20px;
}
.atf-testimonial .atf-pic img {
	width: 100%;
	height: auto;
	border: 3px solid var(--thm-color);
	border-radius: 8px;
}
.atf-testimonial .atf-testimonial-content{
    width: 70%;
    float: right;
}
.atf-testimonial .atf-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
	margin: 0;
	text-transform: uppercase;
	padding-top: 45px;
	padding-left: 15px;
}
.atf-testimonial .atf-post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: var(--thm-white);
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.atf-testimonial .atf-description{
    font-size: 14px;
    color: var(--thm-white);
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.atf-testimonial .atf-description:before,
.atf-testimonial .atf-description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 17px;
    color: var(--thm-color);
    position: relative;
}
.atf-testimonial .atf-description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.atf-testimonial .atf-description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.atf-testimonial-area .owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.atf-testimonial-area .owl-prev:before,
.atf-testimonial-area .owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.atf-testimonial-area .owl-next:before{
    content: "\f178";
}
.atf-testimonial-area .owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
    .atf-testimonial{ text-align: center; }
    .atf-testimonial .atf-pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .atf-testimonial .atf-pic:before,
    .atf-testimonial .atf-pic:after{
        width: 80px;
        height: 100px;
    }
    .atf-testimonial .atf-testimonial-content{
        width: 100%;
        float: none;
    }
    .atf-testimonial .atf-title{
        padding: 15px 0 0 0;
    }
    .atf-testimonial .atf-post{
        padding: 0;
        margin-bottom: 10px;
    }
    .atf-testimonial-area .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .atf-testimonial-area .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 11. START PRICING DESIGN
 *************************************/
.tab-content .fade {
	transition: opacity 0.5s linear !important;
}
.atf-pricing-nav {
	background: var(--thm-white);
	margin: 0px 0 45px;
	border: 1px solid var(--thm-color);
	border-radius: 23px;
}
.atf-pricing-nav.atf-pricing-nav-2 {
	border: 1px solid var(--thm-color);
}
.atf-pricing-nav.atf-pricing-nav-2 .nav-item .nav-link {
	color: var(--thm-color);
}
.atf-pricing-nav.atf-pricing-nav-2 .nav-item .nav-link:after {
	background: var(--thm-color);
}
.atf-pricing-nav.atf-pricing-nav-2 .nav-item .nav-link.nav-link-2:before {
	border: 1px solid var(--thm-color);
}
.atf-pricing-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: var(--thm-color);
	background: transparent;
	padding: 13px 41px 12px 26px;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 11;
}
.atf-pricing-nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	background: var(--thm-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 120px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in;
	z-index: -1;
	border-radius: 23px;
	border-radius: 23px 0 0 23px;
}
.atf-pricing-nav .nav-item .nav-link.atf-nav-link-2 {
	padding: 13px 26px 12px 41px;
}
.atf-pricing-nav .nav-item .nav-link.atf-nav-link-2:before {
	content: "";
	position: absolute;
	background: var(--thm-white);
	height: 45px;
	width: 45px;
	border: 1px solid #13c3c9;
	border-radius: 50%;
	top: 0;
	right: 50%;
	z-index: 91;
	margin-right: 36px;
}
.atf-pricing-nav .nav-item .nav-link.atf-nav-link-2:after {
	left: -120px;
	border-radius: 0 23px 23px 0;
}
.atf-pricing-nav .nav-item .nav-link.atf-nav-link-2.active:after {
	left: 0;
}
.atf-pricing-nav .nav-item .nav-link.active {
	color: var(--thm-white);
}
.atf-pricing-nav .nav-item .nav-link.active:after {
	opacity: 1;
	left: 0;
	visibility: visible;
}
.atf-pricing-content {
	padding: 35px 15px;
	border-radius: 7px;
	transition: all 0.4s ease 0s;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.atf-pricing-heading {
	margin-bottom: 10px;
}
.atf-pricing-icon {
	background: rgba(255,255,255, 0.7);
	width: 100px;
	height: 100px;
	line-height: 115px;
	border-radius: 100px;
	margin: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
}
.atf-pricing-name .icon{
	font-size: 50px;
	color:var(--thm-color);
	margin-bottom: 20px;

}
.atf-pricing-heading {
	position:relative;
}
.atf-pricing-heading h3 {
	position: absolute;
	left: -15px;
	top: -33px;
}
.atf-pricing-heading h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-white);
	background: var(--thm-black);
	padding: 10px 20px 10px 14px;
	opacity: 0.3;
	transition: all 0.3s ease-in-out 0s;
}
.atf-pricing-content:hover .atf-pricing-heading h3 {
	opacity:1;
}
.atf-pricing-name img {
	width: 80px;
	margin-bottom: 30px;
}
.atf-pricing-name h4 {
	font-size: 25px;
	color: var(--thm-color);
	margin: 15px 0;
	padding: 8px 20px;
	border-radius: 6px;
	display: inline-block;
	text-transform:uppercase;
	font-weight:700;
}
.atf-pricing-heading .atf-pricing-name h2 {
	font-size: 33px;
	font-weight: 700;
	color: var(--thm-black);
	margin-top: 15px;
}
.atf-pricing-heading .atf-pricing-name .atf-pricing-small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-black);
}
.atf-pricing-body ul li:first-child{
	border-top:none;
}
.atf-pricing-body ul li {
	padding: 10px 0;
	color: var(--thm-black);
}
.atf-pricing-body ul li:last-child {
    padding-bottom: 0;
}
.atf-pricing-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
	color: var(--thm-black);
}
.atf-pricing-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content{
	position:relative;
}
.atf-pricing-content:hover {
	transform: initial;
}
.atf-pricing-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: var(--thm-ase);
}
.atf-pricing-content:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-pricing-content:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-pricing-content:after {
	height: 4px;
	background: var(--thm-color);
}
.atf-pricing-content:hover .atf-pricing-name .icon{
	color: var(--thm-white);
}
.atf-pricing-content:hover .atf-pricing-icon {
	background: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 11.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:var(--thm-fb);
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	color: var(--thm-black);
}
.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: 44px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 10px;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 0px;
	padding: 12px 23px;
	top: -2px;
	border-radius: 30px;
}
.atf-mailchamp-subscribe  .atf-themes-btn:hover {
	transform: translateY(-0px);
	background:var(--thm-white);
	color:var(--thm-black);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 28px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 0px;
	background: transparent;
	box-shadow: none;
	top: -1px;
	background: var(--thm-color);
	border-radius: 0 10px 10px 0;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-title p {
	padding: 10px 0 0px;
	font-size: 16px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
}

.atf-brand-area {
	background:var(--thm-fb);
}
#atf-law-partner {
	background:var(--thm-white)!important;
}
.atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* 14.END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-area {
	background:var(--thm-black);
}

.atf-contact-info {
	padding: 35px;
	background-color: var(--thm-white);
	margin-right: 25px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	/* -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1); */


}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 50%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 20px;
	line-height: 16px;
	font-weight: 500;
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-black0);
	display: block;
	overflow: hidden;
}
.atf-contact-btn button {
	width: 100%;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.atf-contact-btn .atf-themes-btn:hover {
	transform:translateY(-0px);
}
.contact h4 {
	font-size: 26px;
	margin-bottom: 30px;
	color: var(--thm-white);
	text-transform: uppercase;
	font-weight: 700;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-black0);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-footer-area {
	background: var(--thm-black);
	padding-top:15px;
}
.atf-footer-boottom {
	padding: 10px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a i:hover{
	background:var(--thm-white);
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	color:var(--thm-black);
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-color);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 35px;
	top: 33px;
	background: var(--thm-color);
	width: 45px;
	height: 3px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 33px;
	background: var(--thm-color);
	width: 11px;
	height: 3px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	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);
	padding-left: 4px;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom a {
	color: var(--thm-white);
	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;
	opacity:0.6;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-color);
}
.atf-footer-link img {
	width: 90px;
	margin: 0 5px 8px 0;
}
.atf-payment-link img {
	width:80px;
	margin: 0 5px 5px 0px;
}
.form-message {
	margin-top:20px;
}


/*
* ----------------------------------------------------------------------------------------
* RIVOLGE SECTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-rivolge-content h3 {
	color: var(--thm-black)! important;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto 30px;
}

/*
* ----------------------------------------------------------------------------------------
* CHARACTERISTICHE SECTION DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-caratteristiche-content-title h3 {
	color: var(--thm-white)! important;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto 30px;
}

.atf-caratteristiche-area {
	background:var(--thm-black);
}

.atf-caratteristiche-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}

#caratteristiche{
	position:relative;
}
.atf-single-caratteristiche {
	position:relative;
}
.atf-caratteristiche-content {
/* 	border:1px solid var(--thm-eee); */
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
/* .atf-caratteristiche-content:hover { */
	/* -webkit-box-shadow:0 0 15px rgba(0,0,0,0.1); */
	/* box-shadow:0 0 15px rgba(0,0,0,0.1); */
/* } */
.atf-caratteristiche-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
}
/* .atf-caratteristiche-content:hover .atf-caratteristiche-number { */
	/* transition:0.3s ease-in-out; */
	/* -webkit-transition:0.3s ease-in-out; */
	/* opacity:0.1; */
/* } */
.atf-caratteristiche-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-white);
	font-weight: 700;
}

.atf-caratteristiche-text p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-white);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
/* .atf-caratteristiche-content:hover h3 { */
	/* color: var(--thm-color); */
	/* transition:0.3s ease-in-out; */
	/* -webkit-transition:0.3s ease-in-out; */
/* } */
/* .atf-caratteristiche-content:hover .atf-caratteristiche-icon { */
	/* transform:translateY(-6px); */
/* } */
.atf-single-caratteristiche {
	border: none;
	border-radius: 0px;
}
/* .atf-caratteristiche-icon { */
	/* transition: .5s ease; */
/* } */
.atf-caratteristiche-icon i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	/* background: var(--thm-f6); var(--thm-white);*/
	color: var(--thm-color);
	font-size: 52px;
	text-align: center;
	/* border-radius: 30% 70% 59% 41%/30% 38% 62% 70% */
}
/* .atf-caratteristiche-content:hover .atf-caratteristiche-icon i { */
	/* background:var(--thm-color); */
	/* color: var(--thm-white); */
/* } */


/*
* ----------------------------------------------------------------------------------------
* 08.FUNZIONI SECTION DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-funzioni-content-title h3 {
	color: var(--thm-white)! important;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto 30px;
}

.atf-funzioni-area {
	background:var(--thm-fb);
}

.atf-funzioni-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}

#caratteristiche{
	position:relative;
}
.atf-single-funzioni {
	position:relative;
}
.atf-funzioni-content {
/* 	border:1px solid var(--thm-eee); */
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	background: var(--thm-white);
}
/* .atf-caratteristiche-content:hover { */
	/* -webkit-box-shadow:0 0 15px rgba(0,0,0,0.1); */
	/* box-shadow:0 0 15px rgba(0,0,0,0.1); */
/* } */
.atf-funzioni-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
}

.atf-funzioni-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-black);
	font-weight: 700;
}

.atf-funzioni-text p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-black);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}

.atf-single-funzioni {
	border: none;
	border-radius: 0px;
}

.atf-funzioni-icon i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	/* background: var(--thm-f6); var(--thm-white);*/
	color: var(--thm-color);
	font-size: 52px;
	text-align: center;
	/* border-radius: 30% 70% 59% 41%/30% 38% 62% 70% */
}

/*MAIN SECTION*/

.main-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: var(--thm-fb);
}

.main-section.no-border {
	border-bottom-style: none
}

.main-section.grey {
	padding-top: 40px;
	background-color: #f8f8f8
}

.main-section.grey.no-border.crowdfund-news {
	display: none
}

.main-section.primary {
	background-color: #111;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.main-section.check-background {
	background-color: #111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e383dad7605e07d4e0302f2_investor_map.png");
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e383dad7605e07d4e0302f2_investor_map.png");
	background-position: 0 0, 50% 50%;
	background-size: auto, contain;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed
}

.main-section.crowdfund-team {
	display: none
}

.main-section.reviews {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f8f8f8
}

.main-section.reviews.community {
	display: none
}

.main-section.events {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.main-section.countdown {
	min-height: 80vh;
	background-color: #000
}

.main-section.black {
	padding-top: 40px;
	background-color: #000
}

.main-section.glassdoor {
	min-height: 0;
	padding-top: 0;
	padding-bottom: 80px;
	background-color: #fafafa
}

.main-section.fullscreen-quote {
	min-height: 400px;
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #f8f8f8
}

.main-section.security-features {
	min-height: 320px;
	padding-top: 40px;
	background-color: #f8f8f8
}

.main-section.small {
	min-height: 400px
}

.main-section.blog-article {
	padding-top: 40px
}

.main-section.photo.peter-steve {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(transparent)), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e383dad7605e027b0030304_steve_and_peter.jpg");
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .7), transparent), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e383dad7605e027b0030304_steve_and_peter.jpg");
	background-position: 0 0, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}

.main-section.photo.news {
	height: 800px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(transparent)), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e9063132a9d69b742cfead1_news_essentials.jpg");
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .7), transparent), url("https://assets.website-files.com/5e383dad7605e041a403002f/5e9063132a9d69b742cfead1_news_essentials.jpg");
	background-position: 0 0, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}

.main-section.about {
	padding-top: 120px
}

.main-section.page-hero {
	height: 100vh;
	padding-top: 0;
	padding-bottom: 0
}

.main-section.our-story {
	padding-top: 160px;
	padding-bottom: 120px
}

.main-section.logo-slider {
	min-height: 400px;
	background-color: #f8f8f8
}

.main-section.security {
	padding-bottom: 160px;
	background-color: #111
}

.main-section.accounts {
	overflow: hidden
}

.main-section.download {
	min-height: 360px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #111
}

.main-section.numbers {
	min-height: 280px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #26dd7f
}

.main-section.article-hero {
	min-height: 560px;
	padding-top: 0;
	padding-bottom: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff
}

.main-section.savings-container {
	min-height: 120px;
	padding-top: 40px;
	padding-bottom: 40px
}

.main-section.app-video-hero {
	padding-top: 64px;
	background-color: #111;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.main-section.no-padding {
	padding-bottom: 0
}

.main-section.large {
	padding-top: 120px;
	padding-bottom: 120px
}

.main-section {
		padding-top: 40px;
		padding-bottom: 120px
	}
	.main-section.reviews {
		padding-bottom: 80px
	}
	.main-section.page-hero {
		height: auto;
		min-height: 0;
		padding-top: 40px;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.main-section.app-video-hero {
		padding-right: 24px;
		padding-left: 24px
	}
	.section-container-horizontal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
	
	.main-section {
		overflow: hidden;
		padding-right: 24px;
		padding-left: 24px
	}
	.main-section.article-hero {
		padding-right: 16px;
		padding-left: 16px
	}
	
	.grid-3 {
	display: -ms-grid;
	display: grid;
	width: 100%;
	max-width: 1200px;
	grid-auto-columns: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 32px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

	.card-content {
		text-align: center
	}

	.card-content {
		padding-right: 16px;
		padding-left: 16px
	}
	.card-hero {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	
	.blog-card-content-wrapper {
	display: -webkit-box;
	/* display: -webkit-flex; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	/* -ms-flex-direction: column; */
	/* flex-direction: column; */
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	/* justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start */
	text-align: center;
}

.blog-card-content-wrapper.meta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}


.title-4 {
	margin-bottom: 12px;
	color: rgba(0, 0, 0, .9);
	font-size: 24px;
	line-height: 32px;
	font-weight: 800
}

.title-4.margin-bottom {
	margin-bottom: 12px;
	
}

.title-4.margin-bottom-24 {
	margin-bottom: 24px

}

.title-4.light.no-margin,
.title-4.no-margin {
	margin-bottom: 0
}

.paragraph-small.margin-bottom-24 {
	margin-bottom: 24px
}

.cards-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 24px;
	padding-top: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.button-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 8px;
	-webkit-transition: .2s;
	transition: .2s;
	color: rgba(0, 0, 0, .9);
	font-size: 17px;
	font-weight: 600;
	cursor: pointer
}

.button-secondary.multi-buttons {
	margin-left: 32px
}

.button-secondary.light {
	color: #fff
}

.button-secondary.goal {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	font-size: 28px
}

.button-secondary.goal:hover {
	background-color: transparent
}

.button-secondary.large {
	font-size: 20px
}

.button-secondary-text {
	margin-right: 8px
}

.button-secondary.goal {
		text-align: left
	}
.button-secondary-text {
		text-decoration: none
	}
	
	.card-hero {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 280px;
	padding: 32px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.card-hero.accounts {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}


.card-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 32px 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: left
}

.card-content.electric {
	background-color: #bef169
}

.blog-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .12);
	-webkit-transition: .2s;
	transition: .2s
}

/* .blog-card:hover {
	position: relative;
	box-shadow: 0 24px 40px 0 rgba(0, 0, 0, .08);
	-webkit-transform: translate(0, -4px);
	-ms-transform: translate(0, -4px);
	transform: translate(0, -4px)
}

.blog-card.w--current {
	background-color: transparent
} */


/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL
* ----------------------------------------------------------------------------------------
*/

.testimonial-area{
	padding: 90px 0;
	position: relative;
	background-color: var(--thm-black);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;

}

.atf-testimonial-content-title h3 {
	color: var(--thm-black)! important;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto 30px;
}

.testimonial-area div.owl-nav{
	color: var(--thm-black);
	display: inline-block;
	font-size: 64px !important;
	height: 60px;
	margin-top: -30px;
	text-align: center;
	width:40px;
	transition: 0.3s;
}

.owl-prev, .owl-next{
	position: absolute;
	 background-color: transparent !important;
	 color: var(--thm-black) !important;
}
.owl-prev {
   left: -60px;
   top:200px;
   font-size: 64px !important;
  

}

.owl-next {
    right:-60px;
	top: 200px;
	font-size: 64px !important;


}
