/*
Author       : Aminul
Template Name: Al-Hamid - Personal Portfolio 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,section-padding etc)
    02. Navber Style
    03. Home Style
    04. About Style(Skills Style, Social Style,Education Style )
    05. Services Style
    06. Portfolio Style
    07.	Pricing Style
    08. Testimonial Style
    09. Blog Style
    11. Contact Style
    12. Footer Style
  =============================================================*/

/*================================================== **/

/* Google Fonts */

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
 

/* General Style */

@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.css");
@import url("magnific-popup.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: 15px;
	color:  var(--thm-black);
}

:root {
	--thm-font: 'Roboto', sans-serif;
	--thm-base: #f3bc17;
	--thm-color: #f3bc17;
	--thm-black: #101126;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
}

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;
	margin-bottom: 0;
}

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-black);
	line-height: 1.7;
	font-family: var(--thm-font);
	font-weight: 400;
}
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;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.form-group {
    margin-bottom: 40px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.abh-color-ase{
	color:var(--thm-ase)
}

/* Preloader Style */
.abh-preloader {
    background: var(--thm-black);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.abh-lds-roller {
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;	
}
.abh-lds-roller div {
	animation: abh-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.abh-lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--thm-color);
	margin: -4px 0 0 -4px;
}
.abh-lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.abh-lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.abh-lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.abh-lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.abh-lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.abh-lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.abh-lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.abh-lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.abh-lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.abh-lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.abh-lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.abh-lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.abh-lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.abh-lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.abh-lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.abh-lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes abh-lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*** SCROLL TO TOP ***/

.abh-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.abh-scrollup-icon {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: var(--thm-color);
	line-height: 60px;
	color: var(--thm-white);
	border-radius: 50%;
	transform: rotate(-91deg);
}
.abh-scroll-top.open {
	right: 30px; }
	
/*Btn Style */

.abh-themes-btn {
	border: none;
	color: var(--thm-black);
	border-radius: 4px;
	font-size: 14px;
	padding: 14px 23px;
	font-weight: 700;
	transition: .5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid var(--thm-color);
	color: var(--thm-color);
}
.abh-themes-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thm-color);
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
}
.abh-themes-btn:hover, 
.abh-themes-btn:focus, 
.themes-btn:active {
  color: var(--thm-black);
 
}
.abh-themes-btn:hover:before, 
.abh-themes-btn:focus:before, 
.abh-themes-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   border-radius: 4px;
}

/*** section padding ***/
.abh-section-padding {
	padding: 90px 0;
}

/*** section-title ***/

.abh-section-title {
	margin-bottom: 60px;
}
.abh-section-title h2 {
	font-weight: 900;
	font-size: 40px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.abh-section-title h5 {
	background: var(--thm-color);
	color: var(--thm-black);
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	margin: 10px 0px 0px;
	text-transform: capitalize;
	font-family: var(--thm-font);
	display: inline-block;
	padding: 7px 15px;
}
.abh-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.abh-section-title p {
	margin: 37px 0 60px;
	width: 50%;
	font-family: var(--thm-font);
}

/**************************************
 * 02.Navber Style
 *************************************/
.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: 10px;
	padding-left: 0;
}

.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	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-color);
	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;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	-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);
}
.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-base);
	color: var(--thm-white);
	transition: all 500ms ease;
}
.navbar-navs .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;
}
/**************************************
 * 03.Home Style
 *************************************/
 
.abh-header-area {
    background-color: var(--thm-black);
    height: 750px;
    overflow: hidden;
}
.abh-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.abh-content-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.abh-single-details h2 {
	color: var(--thm-white);
	text-transform: uppercase;
	font-weight: 800;
	font-family: var(--thm-font);
	font-size: 70px;
	line-height: 80px;
	margin-left: -3px;
	letter-spacing: 4px;
}
.abh-single-details h3 {
	color: var(--thm-white);
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0 30px;
}
.abh-header-area .abh-single-details h3 span.typed-word {
	color: var(--thm-color);
}
.abh-header-area .abh-single-details h3 span.typed-cursor{
	color: var(--thm-color);
}
.abh-single-details p{
	color:var(--thm-ase);
	font-size:16px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
}
.abh-header-area .abh-home-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}
.abh-home-area .abh_home_img {
	position: relative;
	width: 100%;
	margin-top: 110px;
}
.abh-home-area .abh_home_img img {
    max-width: unset;
    width: auto; 
}

/**************************************
 * 03.About Style
 *************************************/
#about .abh-about-img img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 0 7px 15px rgba(164, 162, 145, 0.6);
	border: 5px solid rgba(0, 0, 0, 0.05);
}
#about .abh-about-content h5{
	margin-bottom:20px;
}
#about .abh-about-content{
	padding-left:20px;
}
#about .abh-about-content .abh-section-title{
	margin-top:-4px;
	margin-bottom: 30px;
 }
#about .abh-about-skill h5{
	margin-bottom:18px;
}

#about .abh-about-content p{
	font-size: 16px;
	line-height: 1.7;
}
#about .abh-about-skill h3 {
	font-weight: 900;
	margin: 35px auto;
}
#about .abh-about-skill .progress {
	height: 13px;
	font-size: 8px;
	margin-bottom: 10px;
	overflow: unset;
	background: var(--thm-ase);
}
#about .abh-about-skill .progress .progress-bar {
	position: relative;
	width: 0;
	background: var(--thm-color);
	animation: progress 1.5s ease-in-out forwards;
}
#about .abh-about-skill .progress .progress-bar .title {
	opacity: 0;
	animation: show 0.35s forwards ease-in-out 0.5s;
	right: 0;
	position: absolute;
	top: 7px;
	font-size: 13px;
	color: var(--thm-black);
	font-weight: 600;
}

@keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
	
/**************************************
 * Social Style
 *************************************/	
.abh-socialList {
	border-bottom: 1px solid var(--thm-gray);
	padding: 60px 0px 40px;
}
.abh-single-social{
	text-align: center;
}
.abh-socialList ul li {
	display: inline-block;
}
.abh-socialList ul li a {
	display: inline-block;
	text-align: center;
	color: var(--thm-black);
	transition: .3s;
	font-size: 60px;
	margin: 0 70px;
	overflow:hidden;
}
.abh-socialList ul li a:hover {
	color: var(--thm-color);
}

/**************************************
 * Education Style
 *************************************/
.abh-education-area{
	padding-top:0px; 
 }
h3.abh-edu-title {
	font-size: 26px;
	font-weight: 600;
	color: var(--thm-black);
	margin-bottom: 60px;
	text-transform: capitalize;
	position: relative;
	border: 1px solid #ddd;
	width: 200px;
	padding: 9px 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0 10px 11px 0;
	background: var(--thm-base);
	text-align: center;
}
h3.abh-edu-title::after {
	position: absolute;
	content: '';
	right: -77px;
	bottom: -0px;
	border-radius: 0px 10px 12px 0px;
	margin-top: -13px;
	border-width: 25px;
	border-style: ridge;
	border-color: transparent #827b7b transparent transparent;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-2);
	background: none !important;
}
.abh-resume-box .abh-time {
	color: var(--thm-ase);
	float: left;
	font-size: 30px;
	display: inline-block;
	font-weight: 500;
}
.abh-resume-box li {
	position: relative;
	padding: 40px 40px;
	margin: 18px 0px;
	background: var(--thm-black); 
	color: var(--thm-black);
	border-radius: 6px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.abh-single-resume .abh-single-icon {
	content: '';
	position: absolute;
	font-size: 40px;
	left: auto; 
	top: -3px;
	bottom: 0px;
	z-index: 9999;
	right: 6px;
}
.abh-resume-box .abh-icon {
	content: "\f00c";
	width: 78px;
	height: 78px;
	position: absolute;
	right: -14px;
	line-height: 16px;
	text-align: center;
	z-index: 1;
	border-radius: 50%;
	transform: rotate(45deg);
	color: var(--thm-white);
	background:#fff ! important;
	top: -18px;
}
.abh-resume-box p {
	color: var(--thm-ase);
	display: block;
    overflow: hidden;
}
.abh-resume-box h3 {
	margin: 3px 0 20px;
	color: var(--thm-color);
}

/**************************************
 * 05.Service Style
 *************************************/
#service{
	 background:var(--thm-black);
 }
.abh-main-services{
	margin:15px 0;
}
.abh-single-services {
	border: 1px solid var(--thm-color);
	padding: 40px 40px;
	border-radius: 0px;
}
.abh-single-services:hover {
	background:var(--thm-color);
	color: var(--thm-black);
	-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;
}
.abh-single-services:hover p,
.abh-single-services:hover i,
.abh-single-services:hover h3{
    color: var(--thm-black);
}
.abh-services-icon {
	display: inline-block;
	transition: .5s ease;
}
.abh-services-icon i {
	color: var(--thm-color);
	font-size: 70px;
	text-align: center;
	margin-top: 5px;
}
.abh-services-text h3 {
	padding: 0 0 20px 0;
	color: var(--thm-color);
	font-weight: 700;
	letter-spacing: 1px;
}
.abh-services-text p {
	color: var(--thm-ase);
}

/**************************************
 * 06.Portfolio Style
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
#portfolio .abh-portfolio-nav {
	margin-bottom: 60px;
	text-align: left;
	margin-left: -10px;
}
#portfolio .abh-portfolio-nav .nav {
	display: inline-block;
	margin: 0;
	border-radius: 10px;
}
#portfolio .abh-portfolio-nav .nav li {
	float: left;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	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);
}
#portfolio .abh-portfolio-nav .nav li:hover, 
#portfolio .abh-portfolio-nav .nav li.filter-active {
	color: var(--thm-black);
	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);
	border-radius: 5px;
}
#portfolio .abh-main-portfolio {
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease;
}
.abh-grid-portfolio img {
    width: 100%;
}
.abh-single-portfolio figure .image-box{
    position: relative;
    overflow: hidden;    
	margin-bottom: 0;
}
.abh-grid-portfolio .abh-single-portfolio {
    display: block;
    overflow: hidden;
}
.abh-single-portfolio .abh-hover-portfolio {
	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);
}
.abh-single-portfolio .abh-hover-portfolio:hover {
	opacity: 1;
	transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.abh-single-portfolio .abh-hover-portfolio .abh-portfolio-content {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 150px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:var(--thm-color);
	transition: all 0.4s ease;
}
.abh-portfolio-content p{
	color:var(--thm-black)! important;
}
.abh-portfolio-content h3{
	padding: 0px 0 20px;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
	color:var(--thm-black);
}
.abh-single-portfolio .abh-hover-portfolio:hover .abh-portfolio-content  {
	opacity: 1;
}
.abh-portfolio-content .abh-hover-portfolio:hover h3,
.abh-portfolio-content .abh-hover-portfolio:hover p{
	 color: var(--thm-white);
}
/**************************************
 * 07.Pricing Style
 *************************************/
 #pricing{
	 background:var(--thm-black);
 }
.abh-pricingTable {
	border: 2px solid var(--thm-color);
	font-family: var(--thm-font);
	text-align: center;
	padding: 50px 0px 50px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.abh-pricingTable .abh-price-value {
	color: var(--thm-color);
}
.abh-pricingTable .abh-price-value .abh-currency {
	font-size: 58px;
	font-weight: 300;
	line-height: 45px;
	vertical-align: top;
	display: inline-block;
}
.abh-pricingTable .abh-price-value .abh-amount {
	font-size: 58px;
	font-weight: 700;
	line-height: 45px;
	display: inline-block;
}
.abh-pricingTable .abh-price-value .abh-duration {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 20px 0 30px -5px;
	display: inline-block;
	color: var(--thm-ase);
}
.abh-pricingTable .abh-pricing-title {
	width: 168px;
	height: 45px;
	background: var(--thm-color);
	color: var(--thm-black);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 45px;
	border-radius:5px;
}
.abh-pricingTable .abh-pricing-content {
	padding: 0;
	margin: 30px 0 0px;
	list-style: none;
	display: inline-block;
}
.abh-pricingTable .abh-pricing-content li {
	font-weight: 400;
	text-align: left;
	padding: 0 0 0 35px;
	margin-bottom: 20px;
	position: relative;
	color: var(--thm-color);
}
.abh-pricingTable .abh-pricing-content li:last-child{
	margin-bottom: 0;
}
.abh-pricingTable .abh-pricing-content li::before {
	content: "\f00c";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}
.abh-pricingTable:hover{
	background: var(--thm-color);
	color:var(--thm-black);
	-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;
}
.abh-pricingTable:hover .abh-price-value,
.abh-pricingTable:hover .abh-pricing-content li::before,
.abh-pricingTable:hover .abh-price-value .abh-duration,
.abh-pricingTable:hover .abh-pricing-content li{
	color: var(--thm-black);
}
.abh-pricingTable:hover .abh-pricing-title{
	background: var(--thm-black);
	color: var(--thm-white);
}
.abh-pricingTable-signup .abh-themes-btn {
	padding: 14px 40px;
	margin-top: 30px;
	background: transparent;
}
.abh-pricingTable:hover .abh-themes-btn {
	background: var(--thm-black);
	color: var(--thm-white);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
}
.abh-pricingTable-signup:hover .abh-themes-btn:before {
	color: var(--thm-black);
}
 /**************************************
 * 08.Testimonial Style
 *************************************/
.abh-testimonial-item{
	padding: 0px 15px 50px 0px;
	overflow:hidden;
	position: relative;
}
.abh-testimonial-info .abh-testimonial-image{
	float:left;
	margin-right:20px;
	display: block; 
	overflow:hidden;
	border-radius:50%;
	margin-top:-15px;
}
.abh-testimonial-info{
	background:var(--thm-color);
	padding:30px 30px;
}
.abh-testimonial-info .abh-testimonial-designation {
	display: block;
	font-size: 15px;
	line-height: 2.2em;
	font-weight: 300;
	letter-spacing: 0.05em;
	transition: all 500ms ease;
	margin-top: 10px;
}
.abh-testimonial-inner {
	display: block;
	background: var(--thm-black);
	padding: 40px 40px 50px;
	color: var(--thm-white);
}
.abh-testimonial-inner .abh-testimonial-icon {
	font-size: 60px;
	text-align: left;
	margin-bottom: 20px;
	color: var(--thm-ase);
	opacity: 0.2;
	float: left;
	margin-right: 35px;
}
.abh-testimonial-inner .abh-testimonial-text {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--thm-ase);
	display: block;
    overflow: hidden;
}
/* owl theme */
.abh-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}
.abh-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 7px;
	margin: 0 8px;
	border-radius: 3px;
	background: var(--thm-color);
}
.abh-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.abh-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid var(--thm-black);
}
 
 
 /**************************************
 * 09.Blog Style
 *************************************/
.abh-blog-area .abh-single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #eee;
	background: var(--thm-black);
}
.abh-blog-area .abh-single-blog .abh-blog-content {
	padding: 40px 30px 40px;
}
.abh-post-img .abh-blog-tag a {
	overflow: hidden;
	position: relative;
}
.abh-blog-area .abh-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.abh-blog-area .abh-single-blog img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.abh-post-img .abh-blog-date a {
	color: var(--thm-black);
	font-size: 15px;
	background: var(--thm-color);
	padding: 5px 15px;
	border-radius: 3px;
}
.abh-post-img .abh-blog-date {
	content:'';
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 15px;
	color: var(--thm-white);
}
.abh-blog-content .abh-blog-tag {
	color: var(--thm-white);
	font-weight:500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.abh-blog-content .abh-blog-time {
	color: var(--thm-ase);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.abh-single-blog .abh-blog-content h3 {
	padding-bottom:8px;
	color: var(--thm-white);
}
.abh-single-blog .abh-blog-content p {
	padding:20px 0 25px;
	color: var(--thm-ase);
}
.abh-blog-tag:hover,
.abh-blog-time:hover{
	color: var(--thm-color);
}
 /**************************************
 * 11.Contact Style
 *************************************/
.abh-contact-area{
	background: var(--thm-black);
}
.abh-main-contact{
	margin:20px 0;
}
.abh-contact-details {
	text-align: left;
	padding: 30px 30px;
	margin: 15px 0;
	display: block;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(249, 243, 243, 0.5);
}
.abh-contact-details i {
	font-size: 35px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--thm-color);
	text-align: center;
	float: left;
	margin: 0 0 30px;
	border-radius: 5px;
	margin-right: 25px;
	box-shadow: 0 1px 3px rgba(251, 238, 238, 0.5);
	overflow: hidden;
}
.abh-contact-details h4{
	color: var(--thm-white);
}
.abh-contact-details p{
	margin-top: 10px;
	color: var(--thm-ase);
	display: block;
    overflow: hidden;
}
.abh-contact-form .button {
    margin: 0;
}
.abh-contact-area .form input, .abh-contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: transparent;
	font-weight: 400;
	border-radius: 13px 13px;
	border-bottom: 1px solid var(--thm-ase);
	color: var(--thm-ase);
}
.abh-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-ase);
}
.form-message{
	color: var(--thm-white);
}
 /**************************************
 * 12.Footer Style
 *************************************/
footer {
	background: var(--thm-white);
}
footer .abh-footer-text {
	padding: 30px 0px;
}
footer .abh-footer-text a {
	color:var(--thm-ase);
}
footer .abh-footer-text a:hover {
	color:var(--thm-color);
}
