
/*******************************************************
    Template Name    : Al-Hasib - Personal protfolio Html Template
	Author			 : Theme Family
	Developer		 : Theme Family
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
	
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.About Section Style
		--Skills Section Style
		--Choose us Section Style
		--Education Section Style
    06.Service Section Style
		--Hire Section Style
	07.Portfolio Section Style
		--START COUNTER DESIGN
    08.Price Section Style
		--Testimonial Section Style
	09.Blog-area Section Style
    10.Contact Section Style
		--Map
    11.Footer Section Style
	
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/
 

body {
	background: var(--thm-white);
	color: var(--thm-black);
	font-family: var(--thm-font);
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--thm-font: 'Ubuntu', sans-serif;
	--thm-base: linear-gradient(106deg, #64a749, #149ab3);
	--thm-color: #28a745;
	--thm-black: #505050;
	--thm-white: #ffffff;
	--thm-p: #777777;
}
p {
	padding: 0;
	margin: 0;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: var(--thm-font);
	font-weight: normal;
	color: var(--thm-black);
	line-height:1.2;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

a {
	color: var(--thm-black);
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
a:hover {
	color: var(--thm-color);
	-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;
}
a:hover, a:focus {
	color: var(--thm-color);
	text-decoration: none;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid var(--thm-color);
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}
figure {
	margin: 0 0 0;
}

/*Btn Style */

.themes-btn {
	border: none;
	color: var(--thm-white);
	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: var(--thm-black);
	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: capitalize;
	letter-spacing: 0.08em;
}
.themes-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--thm-base);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.themes-btn:hover, 
.themes-btn:focus, 
.themes-btn:active {
  color: var(--thm-white);
 
}
.themes-btn:hover:before, 
.themes-btn:focus:before, 
.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;
}

.button:focus {
	outline: none;
	box-shadow: none;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.centered{
	text-align:center ! important;
}
.theme_bg{
	background:var(--thm-base);
}
.theme_color{
	color:#cccccc ! important;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.heading-area .small-title::after{
	display:none;
}
.section-padding {
	padding: 100px 0;
}
.heading-seperator {
	width: 90px;
	height: 3px;
	background-color: var(--thm-color);
	margin:0 auto;
}
.section_title p {
    font-size: 16px;
}
.small-title{
	font-size: 22px;
	font-weight: 800;
	position: relative;
}
.atf-sub-title{
	font-size: 22px;
	font-weight: 500;
	color: var(--thm-color);
}

.small-title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background-color: var(--thm-black);
	letter-spacing: 0px;
	bottom: -14px;
	margin: 0;
	left: 0;
}
.small-title {
	color: var(--thm-color);
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-inner h2{
	font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.bg_section{
	background:#f7f7f7;
}
.mr-top-50 {
	margin-top: 50px;
}
.top_control {
	position: fixed;
	display: none;
	background: var(--thm-color);
	color: var(--thm-white);
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	border-radius: 30px;
	right: 25px;
	bottom: 20px;
	transition: background 0.5s;
	z-index: 11;
}
.top_control:hover {
	background: var(--thm-black);
}
.top_control i {
	padding-top: 8px;
	color: var(--thm-white);
	font-size: 25px;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 0 8px;
    border-radius: 3px;
    background: var(--thm-white);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #000;
}

/*----------------------------------------------
 Preloader Style
----------------------------------------------*/

.atf_tm_preloader{
  position: fixed;
  background-color: var(--thm-white);
  z-index: 9999999;
  height: 100%;
  width: 100%;	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.atf_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.atf_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.atf_tm_preloader:before,
.atf_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background:var(--thm-base);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.atf_tm_preloader:before{
    top: 0;
    left: 0; 
}
.atf_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.atf_tm_preloader.loaded:before, .atf_tm_preloader.loaded:after{height: 0%;}


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

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

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

/**************************************
 * 03.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(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
	margin:5px 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: 16px;
	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-color);
}

.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);
}
.nav-link:hover, .nav-link:focus {
	color: var(--thm-color)!important;
}
.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-color);
}

.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: #ccc;
	font-size: 1.6rem;
	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;
	box-shadow:0 0 0 !important;
	border:none !important;
}

.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 effect********/

.navbar-nav .nav-item .nav-link {
    display: block;
    position: relative;
    overflow: hidden;
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-item .nav-link span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
}
.navbar-nav .nav-item .nav-link span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 400;
    width: 100%;
    display: block;
}
.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
/**************************************
 * 04.Home Section Style
 *************************************/
#home{
	position:relative;
	z-index: 1;
}
.atf_home_img {
	position: relative;
	width: 100%;
	margin-top: 110px;
}
.atf_home_img img {
    max-width: unset;
    width: auto; 
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}	
.header_area {
    background-color: rgba(242, 243, 245, 0.05);
    height: 750px;
    overflow: hidden;
}
.atf-home-details h2 {
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
	margin: 10px 0 22px;
	font-family:var(--thm-font);
	text-transform: uppercase;
}

.atf-home-details h2 span {
	font-weight: 700;
}
.atf-home-details h3 {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
}
.atf-home-details p {
	margin: 0px 0 25px;
	font-size: 18px;
	line-height: 1.8;
	color: var(--thm-black);
	font-weight: 400;
}
.atf-cover-bg {
    position: relative;
	z-index:1;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(104, 94, 94, 0.35);
	z-index:-1;
}

.cd-headline.slide span {
	padding: 0;
}
.cd-headline.slide span b{
	color:var(--thm-white);
}

/**************************************
 * 05. About Section Style
 *************************************/

#about .about-list .title {
	font-weight: 600;
	opacity: 1; 
	text-transform: capitalize;
}
#about .about-list li:not(:last-child) {
	padding-bottom: 15px;
} 
.about_content p {
	font-size:18px;
}
.about_img {
	position: relative;
}
.about_border {
	width: 300px;
	height: 300px;
	display: block;
	background: var(--thm-base);
	border-radius: 50%;
	position: absolute;
	right: 82px;
	top: 0px;
	z-index: -1;
	opacity: 0.1;
}

/**************************************
 *  Skills Section Style
 *************************************/

.atf-progress-area .atf-section-title{margin-bottom:20px;}
.progressbar-title{
    font-size: 15px;
    font-weight: 700;
    color: #414141;
    margin-top: 0;
    text-transform: uppercase;
}
.progress{
    height: 35px;
    background: #e8e6e5;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 7s;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 28px;
    z-index: 1;
}
.progress .progress-icon{
    background: #e8e6e5;
    border-bottom: 35px solid;
    border-right: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
.skill-img {
    position: relative;
}
.skill-img img {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.skill-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.skill-img .iq-video {
    background: var(--thm-base);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid var(--thm-white);
}
.skill-img .iq-video i {
	margin-left: 3px;
}
.skill-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.skill-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgb(19 148 16 / 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.skill-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.skill-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.skill-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.choose-area {
    background: #f9f9f9;
}
.choose-item {
    background: var(--thm-white);
    padding: 40px 40px;
    margin-top: 30px;
    border-radius: 7px;
    position: relative;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background-size: cover;
    background-position: 50% 0% !important;
}
.choose-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    border-radius: 7px;
    background: var(--thm-base);
}
.choose-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thm-white);
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
    border-radius: 7px;
}


.choose-item-cover {
    position: relative;
    z-index: 7;
}
.choose-item:hover:after {
    opacity: 0;
}
.choose-item:hover i,
.choose-item:hover h3,
.choose-item:hover p {
    color: var(--thm-white);
}

.choose-icon i {
    color: var(--thm-black);
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.choose-info h3 {
    font-size: 18px;
    font-weight:600;
    margin-bottom: 10px;
}
.choose-info p {
    margin-bottom: 20px;
}
.color-4 {
	color: #78a154 !important;
}
.color-5 {
	color: #4f93a6 !important;
}
.color-6 {
	color: #fecb3c !important;
}
/**************************************
 *  Education Section Style
 *************************************/
 
#education_area .atf-resume-box ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
.single_resume .single_icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-white);
	color: var(--thm-color);
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	padding-bottom: 25px;
	margin: 0 auto;
}
.single_resume .time{
	margin-top:15px;
}
#education_area .atf-resume-box li {
	position: relative;
	padding: 40px 40px;
	margin: 35px 0 0px;
	background: var(--thm-base);
	border-radius: 6px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
#education_area .atf-resume-box li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	border-radius:8px 0 0 8px;
}
#education_area .atf-resume-box .icon {
	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;
}
#education_area .atf-resume-box .icon i{
	transform:rotate(-45deg);	
}
#education_area .atf-resume-box .time {
	color: var(--thm-white);
	font-size: 12px;
	padding: 3px 12px;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 4px;
	font-weight: 500;
	background-color: var(--thm-black);
	opacity: .8;
}
#education_area .atf-resume-box h5 {
	font-size: 22px;
	margin: 7px 0 10px;
	color: var(--thm-white);
}
#education_area .atf-resume-box p {
	margin: 0;
	font-size: 15px;
	color: var(--thm-white);
}
#education_area .atf-resume-box .place {
	opacity: .8;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	padding-left: 26px;
}
#education_area .atf-resume-box .place:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: var(--thm-white);
	left: 7px;
	top: 9px;
	opacity: .8;
}
h3.edu-title {
	font-size: 26px;
	font-weight: 600;
	color: var(--thm-white);
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
	border: 1px solid #ddd;
	width: 200px;
	padding: 9px 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	border-radius: 0 10px 11px 0;
	background: var(--thm-base);
	text-align: center;
}
h3.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;
}

/**************************************
 * 06.Service Section Style
 *************************************/
 
.service-area .service-item {
	background-color: rgb(255, 255, 255);
	padding: 40px 40px;
	margin-top: 30px;
	border-radius: 7px;
	transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.2);
	background-position: 50% 0% !important;
	/* text-align: left; */
}
.service-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    background: transparent;
    border: 2px dashed var(--thm-color);
    border-radius: 30px;
	margin: 0 auto;
	margin-bottom:20px;
}
.service-icon i {
    font-size: 25px;
	margin-bottom: 20px;
	color:var(--thm-color);
}
.service-info h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
/**************************************
 * 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;
}

/**
 * -------------------------------------------------------
 *  07. Portfolio Section Style
 * -------------------------------------------------------
 **/
#portfolio {
    position: relative;
}
#portfolio .portfolio-list {
	margin-bottom: 30px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	border-radius: 10px;
}

#portfolio .portfolio-list .nav li {
	float: left;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	text-transform: capitalize;
	-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: 3px 15px;
	margin: 2px 12px;
	border: 1px solid #ddd;
	border-radius: 30px;
	color: var(--thm-black);
}
#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-base);
}

#portfolio .portfolio-container {
	display: inline-block;
	width: 100%;
}
.portfolio-grid-item .portfolio-single-item {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    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(16, 159, 126, 0.65);
}
.portfolio-single-item .portfolio-hover-title:hover {
	opacity: 1;
	border: 10px solid #ddd;
}
.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;

}
.portfolio-content p{
	font-size: 15px;
    margin-bottom: 15px;
	color:var(--thm-white);
}

.portfolio-content h3{
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
	font-size: 18px;
	color:var(--thm-white);
}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content p {
	color: var(--thm-white);
	font-size: 18px;
	padding: 20px 0 0px;
	transition: transform ease 0.4s 0.4s;
	-webkit-transition: transform ease 0.4s 0.4s;
	-moz-transition: transform ease 0.4s 0.4s;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
}
.portfolio-single-item .portfolio-hover-title:hover .portfolio-content h3{
    color: var(--thm-white);
    font-size: 22px;
	 transition: transform ease 0.4s 0.4s;
    -webkit-transition: transform ease 0.4s 0.4s;
    -moz-transition: transform ease 0.4s 0.4s;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
}
.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;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
}
.portfolio-single-item:hover .portfolio-hover-title .portfolio-content i {
    transition: transform ease 0.4s 0.4s;
    -webkit-transition: transform ease 0.4s 0.4s;
    -moz-transition: transform ease 0.4s 0.4s;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
}
.portfolio-grid-item img {
    width: 100%;
}
.portfolio-single-item figure .image-box{
    position: relative;
    overflow: hidden;    
	margin-bottom: 0;
}
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter_area{
	position: relative;
	color: var(--thm-white);
	background: var(--thm-base);
}

.single_counter {
	position: relative;
	z-index: 10;
	padding: 40px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.counter_icon i {
	display: block;
	font-size: 50px;
	margin-bottom: 25px;
	color: var(--thm-white);
}
.counter {
	font-size: 30px;
	color: var(--thm-white);
	font-weight: 900;
	display: inline-block;
	letter-spacing: 4px;
	font-family: var(--thm-font);
	font-style: italic;
}
.counter-title {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 15px;
	letter-spacing: 2px;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
*  END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 12.Price Section Style
 *************************************/
.pricing-content {
	padding: 30px 30px;
	background: var(--thm-white);
	border-radius: 7px;
	box-shadow: 5px 15px 20px 6px rgba(75, 81, 91, 0.2);
	transition: all 0.4s ease 0s;
	padding-left: 70px;
}

.price-heading {
    margin-bottom: 30px;
}

.price-heading i {
    font-size: 50px;
    color:var(--thm-color);
    margin-bottom: 15px;
}
.price-heading .price-name h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.price-heading .price-name h2 {
    font-size: 33px;
    font-weight: 700;
}
.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-black);
}
.price-body ul li:first-child{
	border-top:none;
}
.price-body ul li {
    display: block;
	width:180px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    border-color: #ddd;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}
.price-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.price-body .offer-list-none {
    color: var(--thm-black);
}

.price-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.pricing-content .theme-btn {
    text-align: center;
}
.pricing-content .theme-btn{
	margin-top:25px;
}


/**************************************
 * Testimonial Section Style
 *************************************/
.testimonial-area {
	position: relative;
	text-align: center;
	z-index:1;
}
.testimonial-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: var(--thm-base);
}
.single-testimonial {
	position: relative;
	background: var(--thm-white);
	padding: 40px 25px 35px;
	border-radius: 3px;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.24);
}
.testimonial-area .owl-carousel .active.center .single-testimonial {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}

.testimonial-img .author img {
    width: 85px !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-img {
    margin-bottom: 15px;
}
.testimonial-area .client-area {
    margin-bottom: 30px;
}
.testimonial-area .owl-carousel {
  position: relative;
  z-index: 2;
}
.testimonial-area .client-area {
	margin-bottom: 15px;
}
.testimonial-area .client-area .img {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.testimonial-area .client-area .img .icon {
  width: 50px;
  position: absolute;
  top: 70px;
}
.testimonial-area .client-area .img .icon:first-of-type {
  left: -90px;
}
.testimonial-area .client-area .img .icon:last-of-type {
  right: -90px;
}
.testimonial-area .client-area .author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 8px solid var(--thm-white);
  width: 100px;
  margin: 0 auto;
  border-top-color: var(--thm-color);
  border-bottom-color: var(--thm-color);
}
.testimonial-area .client-area h6 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 5px;
}
.testimonial-area .client-area span {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--thm-black);
}
.client_info{
	color: var(--thm-eee);
}
.single-testimonial span{
	color: var(--thm-eee);
}
.single-testimonial p {
	color: var(--thm-eee);
	padding: 12px;
}
/**************************************
 * 09.Blog-area Section Style
 *************************************/
.blog-area {
    background: #fbfbfb;
}
.blog-area .item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border:1px solid #eee;
}
.blog-btn .themes-btn{
	margin: 0 0 20px 20px ! important;
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog-area .item:hover .content {
  bottom: 0;
}
.post-img.position-re.o-hidden {
    overflow: hidden;
  position: relative;
}
.post-img.position-re.o-hidden .blog-tag {
	position: absolute;
	top: 15px;
	bottom: 25px;
	left: 15px;
}
.post-img.position-re.o-hidden .blog-tag a {
    color: var(--thm-white);
    font-size: 13px;
    background: var(--thm-base);
    padding: 5px 15px;
    border-radius: 5px;
}
.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-area .item .content {
    padding: 20px;
    background: var(--thm-white);
}
.blog-area .item .content .data a {
    color: var(--thm-black);
    font-size: 13px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.blog-area .item .content .data a:hover{
	color: var(--thm-color);
}
.blog-area .item .content .data a {
  position: relative;
}
.blog-area .item .content .data a i {
  margin-right: 5px;
}
.blog-area .item .content .data a:after {
  content: '';
  position: relative;
  margin-left: 10px;
}
.blog-area .item .content .data a:last-child {
  margin-right: 0;
}
.blog-area .item .content .data a:last-child:after {
  display: none;
}
.blog-area .item .content h5 a {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-black);
    margin: 10px 0;
    display: block;
}
.blog-area .item .content h5 a:hover {
    color: var(--thm-color)
}

/**************************************
 * 10.Contact Section Style
 *************************************/
#contact-form .button {
    margin: 0;
}
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}
.contact-information {
	margin-bottom: 15px;
}
.contact-details {
	text-align: left;
	margin-bottom: 16px;
	padding: 20px 10px;
	display: block;
	overflow: hidden;
}
.contact-details:first-child{
	padding-top:0;margin-bottom: 0;
}
.contact-details i {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: var(--thm-base);
	line-height: 60px;
	color: var(--thm-white);
	text-align: center;
	float: left;
	margin-bottom: 0;
	border-radius: 5px;
	margin-right: 25px;
}
.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 8px;
}
.contact-area .form-message.success {
    background: #03b103;
    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: 400;
    text-transform: capitalize;
    overflow: hidden;
}
.form-group {
    margin-bottom: 25px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
#map-section iframe {
    width: 100%;
    height: 400px;
}
/**************************************
 * 11.Footer Section Style
 *************************************/
 
.footer-area {
    background: var(--thm-base);
	padding: 20px 0;
}
.footer-social-icon a i {
	font-size: 17px;
	margin-right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: var(--thm-white);
	text-align: center;
	background: var(--thm-color);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footer-social-icon a i:hover{
	background: var(--thm-black);
}
.footer-boottom p {
	color: var(--thm-white);
	margin-top:15px;
}
.footer-boottom  a{
	color: var(--thm-black);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footer-boottom  a:hover{
	color: var(--thm-white);
	
}

/**************************************
 * End Footer Section Style
 *************************************/

