/*
Author       : Theme Family
Template Name: Al-Jabber - Personal Portfolio/Photographer Html Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body,Google Font,Typography,Preloader Style,link color, SCROLL TO TOP, section-title, Btn Style,atf-section-padding etc)
    02. Navber Style
    03. START HOME DESIGN
    04. START SCREENSHOT DESIGN
    05. Hire Section Style
    06. Service Section Style
    07. Counter Section Style
    08.	Start Project Section Style
    09.	Start Team Section Style
	10. Start About Section Style
	11. START SKILL Section Style
	12. START NEWSLETTER DESIGN
	13. Testimonial Section Style
	14. START PRICING DESIGN
    15. START BLOG DESIGN
    16. Client Section Style
    17. Contact Section Style
    18. Footer Section Style
  =============================================================*/

/*================================================== **/

  /**************************************
 * Google Fonts
 *************************************/
@import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap');

 /**************************************
 * GENERAL STYLE 
 *************************************/
 
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("font-awesome.css");
@import url("odometer.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");



html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333;
}

:root {
	--thm-font: 'Inter', sans-serif;
	--thm-base: linear-gradient(106deg, var(--primary-color) , var(--secondary-color));
	--primary-color: #f10d01;
	--secondary-color: #fe0869;
	--thm-color: #f10d01;
	--thm-color1: #fe7778;
	--thm-black: #333333;
	--thm-white: #ffffff;
	--thm-gray: #eeeeee;
}
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: 22px;
	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 {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	font-size: 14px;
	color: var(--thm-black);
	line-height: 24px;
	font-family: var(--thm-font);
	font-weight: 400;
	letter-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
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;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
/**************************************
 * SCROLL TO TOP 
 *************************************/
.scroll-top {
  position: fixed;
  right: 105%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent; }
  
.scrollup-icon {
	font-size: 30px;
	width: 50px;
	height: 50px;
	background: var(--thm-base);
	line-height: 60px;
	color: var(--thm-white);
	border-radius: 50%;
}
.scroll-top.open {
  right: 30px; }

/**************************************
 * Preloader Style
 *************************************/
div#preloader {
    background: #0d0d0d url("preloader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;   
}
/**************************************
 * Btn Style
 *************************************/
.themes-btn {
	display: inline-block;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	color: var(--thm-white);
	background: var(--thm-color);
	text-transform: capitalize;
	transition: all 0.30s linear;
}

.themes-btn .fullscreen {
	padding: 10px 200px !important;
}

.themes-btn:hover {
   background: var(--thm-black);
   text-decoration: none;
   color: var(--thm-white);
 
}
.atf-hero-btn .themes-btn:hover {
	border: 1px solid var(--thm-white);
}
/**************************************
 *  atf-section-padding
 *************************************/

.atf-section-padding {
	padding: 90px 0;
}
/**************************************
 *  section-title
 *************************************/
.section-title {
	text-align: center;
	margin-bottom: 50px;
}
.section-title h2 {
	font-weight: 900;
	font-size: 40px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family:  var(--thm-font);
}
.section-title p {
	font-family:  var(--thm-font);
	font-size:18px;
}
.abh-heading-seperator {
	width: 90px;
	height: 5px;
	background-color: var(--thm-color);
	margin: auto;
	border-radius: 6px;
}
.theme_gray{
	color:var(--thm-gray);
}

/**************************************
 * 02.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(225, 225, 225, 0.4);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 5px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: var(--thm-font);
}
.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: var(--thm-color);
}
.navbar-b.navbar-trans .nav-link:hover {
	color: var(--thm-color);
}
.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: var(--thm-white);
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background: var(--thm-black);
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-b.navbar-reduce .nav-link {
	color: var(--thm-white);
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: var(--thm-white);
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: var(--thm-white);
}
.navbar-b.navbar-reduce .navbar-brand {
	color: var(--thm-white);
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
}
.navbar-b .navbar-brand {
	color: var(--thm-gray);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background: var(--thm-base);
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background: var(--thm-base);
	border: 1px solid var(--thm-color);
	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;
}
 /**************************************
 * End Navbar Style
 *************************************/
 /**************************************
 *03.START HOME DESIGN
 *************************************/
.atf-single-home{
	height: 750px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
}
.atf-slick-slider button.slick-arrow{
	z-index: 1;
	line-height: 50px;
	background: transparent;
	opacity: 0;
	transition:0.5s all ease-in-out 0s;
	visibility:hidden;
}
.atf-slick-slider:hover button.slick-arrow{
	opacity:1;
	transform:translateX(-2px);
	visibility: visible;
}
.atf-slick-slider .slick-prev:before, 
.atf-slick-slider .slick-next:before,
.atf-slick-slider .slick-prev:before, 
.atf-slick-slider .slick-next:before {
	color: #fff;
	font-size: 20px;
	background: var(--thm-base);
	width: 55px;
	height: 55px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	font-family:'';
}
.atf-slick-slider button.slick-prev {
	left: 20px;
}

.atf-slick-slider button.slick-next {
	right: 55px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.atf-single-text{
	padding-top:250px;
}
.atf-single-text h1{	
	color: var(--thm-white);
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
.atf-single-text h1 span{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}
.atf-hero-btn .atf-themes-btn:hover {
	background:var(--thm-white);
	color:var(--thm-black);
}
.slick-dotted.slick-slider {
	margin-bottom: 0px ! important;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 0px! important;
}
.slick-active .atf-single-home h1 {
	-webkit-animation: 1.5s .3s fadeInUp both;
	animation: 1.5s .3s fadeInUp both; }

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

.slick-active .atf-hero-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }
  
@media only screen and (max-width:480px) { 
	.atf-single-text h1{font-size:40px;}
}
.atf-single-text p{
	color:var(--thm-white);
	font-size: 17px;
	margin-bottom: 40px;	
}
@media only screen and (max-width:480px) { 
	.atf-single-text p {
	  color: var(--thm-white);
	  margin: auto;
	  width: 100%;
	  margin-bottom: 25px;
	}
}

@media only screen and (max-width:820px) { 
	.atf-slick-slider button.slick-arrow{
		display: none!important;
	}
}
 /**************************************
 *03.End HOME DESIGN
 *************************************/
 /**************************************
 *04. START SCREENSHOT DESIGN
 *************************************/
.screenshot .swiper-slide{
    width: 300px;
}
.swiper-slide {
	position:relative;
}
.swiper-slide  .swiper-content{
	position:absolute;
	bottom: 0;
	content:"";
	left: 0px;
	padding: 15px;
	opacity:0;
    transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
   
}

.swiper-slide:hover  .swiper-content{
	opacity:1;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(34, 36, 36, 0.65);
	transition: 0.3s ease-out 0s;
	 -webkit-transform: translateY(0);
	transform: translateY(0);
}
.swiper-slide  .swiper-content h3{
	color:var(--thm-white)
}
.swiper-slide  .swiper-content p{
	color:var(--thm-white)
}
 /**************************************
 *04. END SCREENSHOT DESIGN
 ****************************************/
/**************************************
 *05. Hire Section Style
 *************************************/
.hire-area {
	position: relative;
	text-align: center;
}
.hire-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-base);
}
.hire-content h1 {
    color: var(--thm-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}
.hire-content .theme-btn{
	margin-top:25px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END Hire DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * Services Section Style
 *************************************/
#services {
	position: relative;
	text-align: center;
}
#services::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: var(--thm-color);
}
#services .section-title h2 {
  color: var(--thm-white);
}
#services .section-title h4 {
  color: var(--thm-white);
}
#services .section-title p {
  color: var(--thm-white);
}
#services .abh-heading-seperator {
  background-color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END Services DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 *06. Service Section Style
 *************************************/
#service .section-title{
	margin-bottom:0px;
}
.services-item {
	margin: 15px 0;
}
.service-content{
	border: 3px solid var(--thm-gray);
	padding: 3px;
	border-radius: 0px;
}
.single-services {
	background: var(--thm-base);
	padding: 30px 20px;
	border-radius: 0px;
}
.services-icon {
	display: inline-block;
	transition: .5s ease;
}
.single-services:hover   .services-icon {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.services-icon i {
	display: inline-block;
	color: var(--thm-color);
	font-size: 30px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background: var(--thm-gray);
	text-align: center;
}
.services-text{
	margin-left: 30px;
	text-align: left;
}
.services-text h3 {
	color: var(--thm-gray);
	font-weight: 700;
	letter-spacing: 1px;

}
.services-text p {
	color: var(--thm-gray);
}

/**************************************
 *06. End Service Section Style
 *************************************/
 /**************************************
 *07. Counter Section Style
 *************************************/
.counter-area {
	padding: 0 0 40px;
}
.single-counter-icon i {
	font-size: 40px;
	padding: 6px 0;
	color: var(--thm-color);
}	
.counter{
    color: var(--thm-white);
    font-family: var(--thm-font);
    text-align: center;
    width: 200px;
    padding: 7px 0 10px;
    margin: 0 auto;
}
.counter .counter-content{
    color: #000;
    background: var(--thm-white);
    height: 185px;
    width: 185px;
    padding: 38px 12px 20px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15),0 0 0 6px #fff, 0 0 7px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter .counter-content::before, .counter .counter-content::after {
	content: '';
	background: var(--thm-gray);
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	position: absolute;
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	z-index: -1;
}
.counter .counter-content:after{
    background: var(--thm-base);
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: -2;
}
.counter .counter-value{
    color: var(--thm-color);
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
}
.counter h3{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.counter .counter-icon{
    color: var(--thm-white);
    background: var(--thm-base);
    font-size: 35px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: -30px auto 0;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.5),0 0 0 10px rgba(255,255,255,0.4);
    position: relative;
    z-index: 1;
}
.counter.blue .counter-content:after,
.counter.blue .counter-icon{
    background: var(--thm-base);
}
.counter.blue .counter-value{ color: var(--thm-color); }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
 /**************************************
 *07. End Counter Section Style
 *************************************/
  /**************************************
 *08. Start Project Section Style
 *************************************/
/*  */
#portfolio {
    position: relative;
}
#portfolio .portfolio-list {
	margin-bottom: 30px;
	text-align: center;
}
#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
	border-radius: 10px;
}
#portfolio .portfolio-list .nav li {
	float: left;
	font-size: 13px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	-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;
	padding: 9px 15px;
	margin: 2px 12px;
	color: var(--thm-black);
	border-radius: 25px;
}
#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: var(--thm-white);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: var(--thm-color);
}

#portfolio .portfolio-container {
	display: inline-block;
	width: 100%;
}
.portfolio-grid-item .portfolio-single-item {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.portfolio-single-item .portfolio-hover-title {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(34, 36, 36, 0.65);
	transition: 0.3s ease-out 0s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.portfolio-single-item .portfolio-hover-title:hover {
	opacity: 1;
	transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-single-item .portfolio-hover-title .portfolio-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid white;
	display: inline-block;
	width: 200px;
	padding: 30px;
}
.portfolio-content p{
	padding: 20px 0 0px;
	font-size: 14px;
    margin-bottom: 15px;
	color:var(--thm-white);
}
.portfolio-content i{
	margin-right:15px;
	margin-bottom:15px;
}
.portfolio-content h3{
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
	font-size: 18px;
	color:var(--thm-white);
	text-transform:uppercase;
}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content p {
	color: var(--thm-white);
	font-size: 14px;
}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content h3{
    color: var(--thm-white);
    font-size: 18px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content {
    opacity: 1;
}
.portfolio-single-item .portfolio-hover-title .portfolio-content i {
	color: var(--thm-white);
	font-size: 26px;
}
.portfolio-grid-item img {
    width: 100%;
}
.portfolio-single-item figure .image-box{
    position: relative;
    overflow: hidden;    
	margin-bottom: 0;
}
.portfolio-container .btn .themes-btn{
	text-align:center;
}
 /**************************************
 *08. End Project Section Style
 *************************************/
/**************************************
 * 09. Start Team Section Style
 *************************************/
.atf-team {
	text-align: center;
	overflow: hidden;
	padding: 40px 15px 10px;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
}
.atf-team-pic img{
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.atf-team-title{
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
}
.atf-team-border{
    width: 100px;
    border-bottom: 3px solid #37cfd7;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.atf-team-border:after{
    content: "";
    width: 34px;
    display: block;
    position: relative;
    top:3px;
    border-bottom: 3px solid var(--thm-color);
    margin: auto;
}
.atf-team-post{
    overflow: hidden;
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color:#333;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.atf-team_social{
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.atf-team_social > li{
    display: inline-block;
    margin-right: 20px;
}
.atf-team_social > li:last-child{
    margin-right: 0;
}
.atf-team_social > li > a{
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    transition: all 0.3s ease 0s;
}
.atf-team_social > li > a:hover{
    color:#333;
}
.atf-team:hover{
    background: var(--thm-color);
    padding-bottom: 30px;
}
.atf-team:hover .atf-team-pic img{
    border-color: var(--thm-white);;
}
.atf-team:hover .atf-team-title{
    color: var(--thm-white);;
}

.atf-team:hover .atf-team-border{
    border-color: var(--thm-black);;
}
.atf-team:hover .atf-team-border:after{
    border-color: #fff;
}
.atf-team:hover .atf-team-post{
    margin-top: 0;
    opacity: 0;
}
.atf-team:hover .atf-team_social{
    opacity: 1;
    bottom: 0;
}
@media screen and (max-width: 991px){
    .atf-team{
        margin-bottom: 30px;
    }
}
/**************************************
 * 09. End Team Section Style
 *************************************/
 /**************************************
 *10. Start About Section Style
 *************************************/
#about .section-title h2 {
	color: var(--thm-white);
}
#about .section-title p {
	color: var(--thm-white);
}

#about {
	background: var(--thm-black);
}
#about  .about-single-content h2 {
	margin-bottom: 30px;
	color: var(--thm-white);
}
#about  .about-single-content p {
	font-size: 24px !important;
	line-height: 30px;
	color: var(--thm-white);
}
#about  .about-single-content li {
	font-size: 22px !important;
	line-height: 30px;
	color: var(--thm-white);
}
 /**************************************
 *10. End About Section Style
 *************************************/
  /**************************************
 * 11. START SKILL Section Style
 *************************************/
 #Skill .section-title{
	margin-bottom:0px;
 }
 .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    overflow: visible;
	margin:10px 0;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{ left: 0; }
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{ right: 0; }
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .inner-circle,
.progress .progress-value{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #8e8e8e;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.progress .inner-circle::after {
	content: "";
	width: 5px;
	height: 45px;
	background: #8e8e8e;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 2;
	transition: all 10s linear 0s;
}
.progress.blue .progress-bar{ border-color: #049dff; }
.progress.blue .progress-value{ color: #049dff; }
.progress.blue .progress-left .progress-bar{ animation: loading-2 1.5s linear forwards 1.8s; }
.progress.blue .inner-circle{ animation: loading-6 3.8s ease forwards; }
.progress.yellow .progress-bar{ border-color: #fdba04; }
.progress.yellow .progress-value{ color: #fdba04; }
.progress.yellow .progress-left .progress-bar{ animation: loading-3 1s linear forwards 1.8s; }
.progress.yellow .inner-circle{ animation: loading-7 3.8s ease forwards; }
.progress.pink .progress-bar{ border-color: #ed687c; }
.progress.pink .progress-value{ color: #ed687c; }
.progress.pink .progress-left .progress-bar{ animation: loading-4 0.4s linear forwards 1.8s; }
.progress.pink .inner-circle{ animation: loading-8 3.8s ease forwards; }
.progress.green .progress-bar{ border-color: #1abc9c; }
.progress.green .progress-value{ color: #1abc9c; }
.progress.green .progress-left .progress-bar{ animation: loading-5 1.2s linear forwards 1.8s; }
.progress.green .inner-circle{ animation: loading-9 3.8s ease forwards; }
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
     0%{
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     100%{
         -webkit-transform: rotate(126deg);
         transform: rotate(126deg);
     }
}
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(324deg);
        transform: rotate(324deg);
    }
}
@keyframes loading-7{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes loading-8{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }
}
@keyframes loading-9{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(306deg);
        transform: rotate(306deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
  
  /**************************************
 * 11. End SKILL Section Style
 *************************************/
 /**************************************
 * 12. START NEWSLETTER DESIGN
 *************************************/ 
.atf-newsletter{
	background:var(--thm-black);
}
.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: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 30px;
	display:inline-block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	border-radius: 30px;
	padding: 7px 20px;
	color: var(--thm-white);
}
 /**************************************
 * 12. END NEWSLETTER DESIGN
 *************************************/ 
 /**************************************
 * 13. Testimonial Section Style
 *************************************/

.testimonial-area {
	position: relative;
	text-align: center;
	z-index:1;
	background: #f7f7f7;
}
.testimonial-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
}
.testimonial .author img {
    width: 100px !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid var(--thm-white);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07);
}
.testimonial .author img {
    margin-bottom:10px;
}
.testimonial {
	padding-top: 70px;
	margin: 50px 15px 0;
	text-align: center;
	position: relative;
	transition: all 0.7s ease 0s;
	border: 5px solid var(--thm-color);
}
.testimonial:hover{ border-color: var(--thm-color); }
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: var(--thm-white);
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: var(--thm-base); }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-color);
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: var(--thm-black);}
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: var(--thm-black);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: var(--thm-white); }
.testimonial:hover .post{ color: var(--thm-white); }
.testimonial .post{
    font-size: 14px;
    color: var(--thm-color);
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: var(--thm-base);
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: var(--thm-white);
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 8px;
	border-radius: 50%;
	background: var(--thm-base);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-white);
	border: 4px solid var(--thm-black);
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
 /**************************************
 * 13. End Testimonial Section Style
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 14. START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 0 0;
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
}
.pricingTable .pricingTable-header{
    background: linear-gradient(transparent,transparent,#e7e7e7);
    padding: 0 0 30px;
}
.pricingTable .title{
    color: #333;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.pricingTable .title:after{
    content: "";
    background: var(--thm-base);
    width: 160px;
    height: 3px;
    margin: 20px auto 0;
    display: block;
    clear: both;
}
.pricingTable .price-value{
    color: var(--thm-color);
    font-size: 52px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 2px;
    display: block;
}
.pricingTable .price-value sup{
    font-size: 30px;
    vertical-align: bottom;
}
.pricingTable .pricing-content{
    background: var(--thm-base);
    border-radius: 0 0 20px 20px;
    padding: 35px 30px;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 25px;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
    position: relative;
}
.pricingTable-signup .themes-btn {
	padding: 14px 51px;
	background: var(--thm-black);
}
.pricingTable-signup .themes-btn:hover {
	background: var(--thm-white);
	color: var(--thm-black);
}
.pricingTable .pricing-content ul li:last-child{ margin: 0; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 14. END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content {
	background: #fff;
	padding: 20px;
	border: 1px solid #efefef;
}
.post-slide .post-title{
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: var(--thm-color);
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: var(--thm-black);
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #333;
    line-height: 24px;
    margin-bottom: 14px;
	margin-top: 10px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: var(--thm-color);
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: var(--thm-color);
    text-decoration: none;
}
.post-slide .read-more {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: var(--thm-white);
	background: var(--thm-color);
	text-transform: capitalize;
	transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: var(--thm-black);
    text-decoration: none;
}
/*
* ----------------------------------------------------------------------------------------
* 15. END  BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 16.Client Section Style
 *************************************/
.client-logo-area{
	background: var(--thm-gray);
}
.client-logo img {
    width: 70% !important;
    margin: 0 auto;
    line-height: 100px;
}

.client-logo {
	background: #f7f7f7;
	min-height: 115px;
	padding: 30px 0;
	border-radius: 5px;
}
/**************************************
 * 16.End Client Section Style
 *************************************/
 /**************************************
 * 17.Contact Section Style
 *************************************/
 
#contact-form .button {
    margin: 0;
}
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: var(--thm-gray);
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}
.contact-details p {
	color:var(--thm-black);
}
.contact-details {
	text-align: left;
	display: block;
	overflow: hidden;
}
.contact-details {
	margin: 15px 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding: 20px;
}
.contact-details i {
	font-size: 17px;
	width: 40px;
	height: 40px;
	background: var(--thm-base);
	line-height: 40px;
	color: var(--thm-white);
	text-align: center;
	float: left;
	margin-bottom: 0;
	border-radius: 50%;
	margin-right: 15px;
}
.contact-details h5 {
	font-weight: 700;
	text-transform: capitalize;
}
.contact-area .form-message.success {
    background: var(--thm-base);
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}	  
.contact-area .form-message.error {
    background: var(--thm-base);
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}
.contact-details p {
	font-weight: 300;
	text-transform: capitalize;
	display: block;
	overflow: hidden;
}
.col-md-12.contact_main_btn .themes-btn {
	width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
#map-section iframe {
    width: 100%;
    height: 400px;
}
 /**************************************
 * 17. End Contact Section Style
 /**************************************
 * 18. Start Footer Section Style
 *************************************/
footer {
	position: relative;
	background: var(--thm-black);
	padding: 15px 0px;
}
footer .text {
	position: relative;
	margin-top: 15px;
}
.abh-banner-social ul li {
	display: inline-block;
}
.abh-banner-social ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--thm-white);
	transition: .3s;
	font-size: 18px;
	margin: 0 20px auto auto;
	background: var(--thm-color);
	border-radius: 50%;
	transition: all 0.30s linear;
	transition: all 0.3s ease-in-out 0s;
}
.abh-banner-social ul li a:hover{
	background: var(--thm-white);
	color: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
}
 /**************************************
 * 18. End Footer Section Style
 *************************************/