/* Resume HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Karla:400,700');

/*font-family: 'Karla', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('custom-animate.css');
@import url('multi-scroll.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:16px;
	color:#000000;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Karla', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1{
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #000000;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	
}

h2{
letter-spacing: 2px;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	margin-left:0px;
	margin-right: 0px;
}
h2 span {
  color: #d61118;
}

h3{	
	letter-spacing: 2px;
	font-size: 16px;
	color: #8a6c46;
	font-weight: 400;
	margin-left:0px;
	margin-right: 0px;
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;
	margin-bottom: 0;
	color: #000000;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	background-position: center;
	background-repeat: repeat;
}

.page-wrapper.bg-lines{
	background-image: url(../images/icons/line.png);
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.centered{
	text-align:center;	
}

.theme-btn{
	display:inline-block;
	letter-spacing: .5px;
	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;
}

/*Btn Style One*/
.btn-style-one{
	position:relative;
	font-size: 17px;
	line-height:22px;
	text-align: center;
	padding: 19px 45px;
	color:#ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:.5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background: #8a6c46;
}

.btn-style-one:hover{
	color: #fff;
	background: #222;
}

/*Btn Style two*/
.btn-style-two{
	position:relative;
	font-size: 17px;
	line-height:22px;
	text-align: center;
	padding: 18px 45px;
	color:#222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:.5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background: transparent;
	border: 1px solid #d9d9d9;
}

.btn-style-two:hover{
	color: #ffffff;
	background: #132c41;
	border-color: #132c41;
}


/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left: 15px;
	display:inline-block;
}

.social-icon-one li a{
	font-size:14px;
	color: #ffffff;
	transition:  .5s ease;
}

.social-icon-one li a:hover{
	color: #2c31ff;
}

/*Social Icon two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.social-icon-two li a{
	font-size:14px;
	color: #848484;
	height:  45px;
	width:  45px;
	text-align:  center;
	line-height:  45px;
	border: 1px solid #dbdbdb;
	display:  inline-block;
	border-radius: 50%;
	transition: .5s ease;
}

.social-icon-two li a:hover{
	color:#fff;
	background-color: #2c31ff;
}

.theme_color{
	color:#fc6183;	
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/* page background */
.page-background {
	position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: -moz-linear-gradient( -62deg, rgb(25,44,56) 0%, rgb(19,44,65) 100%);
	background-image: -webkit-linear-gradient( -62deg, rgb(25,44,56) 0%, rgb(19,44,65) 100%);
	background-image: -ms-linear-gradient( -62deg, rgb(25,44,56) 0%, rgb(19,44,65) 100%);
}

.page-background.dark-bg {
	background: #1a1a1a;
}

.page-background .image-1 {
	position: absolute;
	left: 0;
	top: 0;
}

.page-background .image-7 {
	position: absolute;
	left: 0;
	right: -100px;
	bottom: 0px;
}

.page-background .image-7 img {
	width: 100%;
}

.page-background .image-8 {
	position: absolute;
	right: 0;
	bottom: 20px;
}

/* parallax container */

.parallax-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.parallax-container .image-2 {
	position: absolute;
	left: 120px;
	top: 50%;
}

.parallax-container .image-3 {
	position: absolute;
	left: 50%;
	top: 90px;
}

.parallax-container .image-4 {
	position: absolute;
	right: 30%;
	top: 5px;
}

.parallax-container .image-5 {
	position: absolute;
	right: 150px;
	bottom: 50%;
}

.parallax-container .image-6 {
	position: absolute;
	left: 30%;
	bottom: 50px;
}

/* sec title */
.sec-title {
	position: relative;
	margin-bottom: 20px;
}

.sec-title h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -10px;
}

/* card outer */
.card-outer {
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:  center;
    align-items:  center;
    height:  100%;
    width:  100%;
    top:  0;
    left:  0;
    z-index: 99;
}

.card-outer .container {
	position: relative;
}


/*** 

====================================================================
	Header
====================================================================

 ***/

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 50px;
	padding-top: 30px;
	display: flex;
	flex-direction:  row;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 999;
	transition: .5s ease;
}

.card-outer .card-inner-box.active .header {
	border-radius: 0px;
}

.header ul {
	text-align: center;
}

.header ul li {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.header ul li a {
	position: relative;
	color: #ffffff;
	margin: 0px 20px;
	display:  block;
	font-size: 17px;
	font-weight: 700;
	font-family:  'Karla', sans-serif;
	z-index: 99;
	transition: .5s ease;
}

.header ul li.active a {
	color: #8a6c46;
}



/* navbar toggle btn */

.nav-toggler {
    position:  relative;
    top: -18px;
    right: -22px;
}

.nav-toggler .toggler-btn svg {
	width: 80px;
	height: 65px;
	z-index: 99999;
	right: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.nav-toggler .toggler-btn path {
	fill: none;
	-webkit-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	-moz-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	-o-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	-ms-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	stroke-width: 28px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0
}

.nav-toggler .toggler-btn path#topp,
.nav-toggler .toggler-btn path#bottom {
	stroke-dasharray: 240px 950px
}

.nav-toggler .toggler-btn path#middle {
	stroke-dasharray: 240px 240px
}

.nav-toggler .active path#topp,
.nav-toggler .active path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px
}

.nav-toggler .active path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px
}

.nav-toggler .toggler-btn.active svg {
	right: 200px
}

/* appointment box */

.appointment-box{
	position: fixed;
	right: -500px;
	top: 0px;
	max-width: 100%;
	height:100%;
	overflow-y:auto;
	z-index: 9999;
	opacity: 0;
	background-color: #ffffff;
	box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.04);
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.side-content-visible .appointment-box{
	right:0px;
	opacity:1;
	visibility:visible;
}

.appointment-box .inner-box{
	position:relative;
	background-color: #ffffff;
	padding:80px 40px 50px;

}

.appointment-box .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
	color: #000000;
	font-size:20px;
}

.appointment-box .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color: #1e1e1e;
	margin-bottom:40px;
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#222;
	font-size:16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.appointment-form  input::placeholder,
.appointment-form  textarea::placeholder{
	color:#bdbdbd;
}

.appointment-form textarea{
	height:135px;
	resize:none;
}

.appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
}

.contact-info-box{
	position:relative;
	padding-top:50px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color: #121212;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color: #000000;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color: rgba(0, 0, 0, 0.5);
	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;
}

.contact-info-box .social-list li a:hover{
	color: rgba(255,255,255,0.80);
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.side-content-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}


/*** 

====================================================================
	Card item
====================================================================

 ***/

.card-outer .card-wrapper {
	background-color: #fff;
	overflow: hidden;
}

.card-outer .card-inner-box {
	position: relative;
	min-height: 600px;
	background-color: #fff;
	
}

.card-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #cccccc;
    z-index: 8;
}

.card-item .card-inner {
	height: 100%;
	padding: 70px;
	padding-right: 40px;
	transition: .5s ease;
}

.card-item .card-inner.mCS_no_scrollbar {
	padding-right: 70px;
}

.home {
	background-position: center;
    background-repeat: no-repeat;
}

.card-outer .card-inner-box.active {
    transition: .5s ease;
}

.card-item.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	transition: visibility 1s linear, opacity 0.5s linear;
}

.card-item.hide-item {
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}

.home .card-inner {
	padding: 0px;
}

.home .image img {
}

.home .author {
	position: relative;
	padding-top: 25px;
}

.home .author h3 {
	color: #222;
	font-size: 25px;
	font-weight: 700;
	text-transform:  uppercase;
}

.home .author .designation {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000000;
}

.home .text {
	font-size: 17px;
	margin-bottom: 0px;
	max-width: 560px;
	color: #000000;
}

.home .link-btn {
	margin-bottom: 35px;
}

.home .theme-btn {
	margin-right: 20px;
}


/*** 

====================================================================
	About Us	
====================================================================

***/

.about .about-content {
	position: relative;
	padding-left: 370px;
}

.about .card-inner {
	padding-bottom: 50px;
}

.about .image {
	position: absolute;
	left: 0;
	top: 10px;
}

.about .image:before {
	position: absolute;
	content: '';
	background-image: url(../images/background/about-shape.png);
    background-repeat: no-repeat;
    background-position: center;
	height: 20px;
	width: 100%;
	left: 0;
	top: 100%;
}

.about .text {
	position: relative;
	margin-bottom: 20px;
}

.about .info-list {
	margin-bottom: 28px;
}

.about .list-style-one {
	position: relative;
}

.about .list-style-one li {
	position: relative;
	color: #848484;
	margin-bottom: 3px;
}

.about .list-style-one li strong {
	color: #222;
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels {
	position: relative;
}

.default-section .progress-levels {
	padding-top: 7px;
}

.progress-levels .progress-box {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #181818;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 3px;
	background: #eeeeee;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 4px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 3px;
	background: #2c31ff;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	right: 0px;
	top: -18px;
	letter-spacing: 0px;
	font-size: 14px;
	color: #222;
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.1);
	background:  #fff;
	padding: 8px 7px;
	border-radius: 7px;
	line-height: 24px;
	opacity: 0;
	-moz-transition: all 2000ms ease 700ms;
	-webkit-transition: all 2000ms ease 700ms;
	-ms-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}

/*** 


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-block {
	position: relative;
	margin-bottom: 30px;
}

.services-block .inner-box {
	position: relative;
	text-align:  center;
	border: 1px solid #e5e5e5;
	padding: 20px 30px 30px;
	transition: .5s ease;
}

.services-block:hover .inner-box {
	box-shadow: 3px 7px 32px 0px rgba(0, 0, 0, 0.05);
	border-color: #fff;
}

.services-block .icon-box {
	position: relative;
	left: 0;
	top: 0;
	color: #2c31ff;
	text-align: center;
	line-height: 73px;
	font-size: 40px;
	border-radius: 50%;
	transition: .5s ease;
}

.services-block .icon-box span {
	position: relative;
}

.services-block h4 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight:  700;
	text-transform:  uppercase;
	color: #8A6C46;
}

.services-block h4 a {
	color: #222;
}

.services-block h4 a:hover {
	color: #2c31ff;
}

.services-block .text {
	margin-bottom: 10px;
}


/*** 

====================================================================
	Projects Section
====================================================================

***/

.filters {
    position: absolute;
    right: 0;
    top: -10px;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 40px;
    justify-content: center;
}

.filter-tabs li {
    padding: 0;
    margin: 0px 7px 10px;
}

.filter-tabs li.active {}

.filter-tabs li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 19px;
    border-radius: 21px;
    font-family: 'Poppins', sans-serif;
    display: block;
    cursor: pointer;
    transition: .5s ease;
}

.filter-tabs li:last-child span {
    border-right: 0px;
}

.projects-block {
    position: relative;
    margin-bottom: 30px;
}

.projects-block .inner-box {
    position: relative;
}

.projects-block .image img {
    width: 100%;
    transition: .5s ease;
}

.projects-block:hover .image img {
	transform: scale(1.15);
}

.projects-block .image::before {
    background: rgba(45, 50, 255, 0.80);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block:hover .image::before {
    opacity: 1;
}

.projects-block .image {
    position: relative;
    overflow:  hidden;
}

.projects-block .overlay a {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #2c31ff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block:hover .overlay a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.projects-block .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block:hover .overlay {
    opacity: 1;
}

.projects-block .caption-title {
    bottom: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    text-align:  center;
    transform: translateY(50%);
    margin-bottom: -30px;
}

.projects-block:hover .caption-title {
    opacity: 1;
}

.projects-block .caption-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
}

.projects-block .caption-title h3 a {
    color: #fff;
}

.projects-block:hover .caption-title h3,
.projects-block:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.projects-block .caption-title-two {
    padding-top: 15px;
    padding-left:  20px;
    padding-bottom:  20px;
    box-shadow: 0 0 20px 1px #0000001f;
}

.projects-block .caption-title-two h3 a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.projects-block .caption-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

/***

====================================================================
	Blog Section
====================================================================

***/


.news-block {
	position: relative;
	margin-bottom: 50px;
}

.news-block .image {
	position: relative;
}

.news-block .image img {
	width: 100%;
}


.news-block .image::before {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    transition: all 0.4s ease-in-out 0s;
}

.news-block:hover .image::before {
    opacity: 1;
    height: 100%;
}


.news-block .overlay a {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #2c31ff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.news-block .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.news-block:hover .overlay a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.news-block .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.news-block:hover .overlay {
    opacity: 1;
}

.news-block .date {
	position: absolute;
	left: 26px;
	bottom: -15px;
	line-height: 24px;
	padding: 3px 10px;
	text-align: center;
	background-color: #2c31ff;
	font-size: 16px;
	color: #fff;
}

.news-block .date strong {
	font-size: 24px;
	font-weight: 500;
}

.news-block .lower-content {
	padding: 25px;
	border: 1px solid #e5e5e5;
	border-top: 0px;
}

.news-block .lower-content h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 5px;
}

.news-block .lower-content h4 a {
	color: #222;
}

.news-block .lower-content .post-meta {
	color: #848484;
}

.news-block .lower-content .post-meta span {
	color: #2c31ff;
}

/* single post */

.single-post .news-block .lower-content {
	padding: 30px;
	padding-bottom: 50px;
}

.single-post .news-block .lower-content h4 {
	font-size: 24px;
}

.single-post .news-block .lower-content .post-meta {
	margin-bottom: 20px;
}

.single-post .news-block .lower-content p {
	margin-bottom: 30px;
}

.single-post .news-block .lower-content p:last-child {
	margin-bottom: 0px;
}

.block-quote {
    border-left: 0px;
    background: #f2f4f7;
    padding: 40px;
    margin: 35px 0;
}

/* share box */
.share-box {
	position: relative;
	margin-top: 30px;
}

.share-box li {
	display: inline-block;
	color: #222;
	font-size: 16px;
}

.share-box li a {
	color: #222;
	border: 1px solid #e5e5e5;
	border-radius:  20px;
	padding: 6px 20px;
}

.share-box li span {
	color: #2c31ff;
}

/* Comments Area */

.single-post .comments-area{
	position:relative;
	margin-top: 50px;
}

.single-post .group-title{
	position:relative;
	margin-bottom:38px;
}

.single-post .group-title h2{
	position:relative;
	font-size:25px;
	color: #222;
	font-weight: 700;
	padding-bottom:0px;
}

.single-post .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:45px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.single-post .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.single-post .comments-area .comment-box:last-child .comment .comment-inner{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

.single-post .comments-area .comment-box:hover{
	border-color:#222222;	
}

.single-post .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 40px 110px;
	border-bottom:1px solid #ebebeb;
}

.single-post .comments-area .comment .comment-inner{
	position:relative;
}

.single-post .comments-area .comment .comment-reply{
	position:relative;
	color:#111111;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.single-post .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:8px;
}

.single-post .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	overflow:hidden;
	margin-bottom:20px;
}

.single-post .comments-area .comment-box .author-thumb img{
	display:block;
}

.single-post .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.single-post .comments-area .comment-box strong{
	font-size: 18px;
	font-weight: 600;
	color:#111111;
	line-height:16px;
	text-transform: uppercase;
}

.single-post .comments-area .comment-box .text{
	color: #848484;
	font-size: 17px;
	margin-top:10px;
	margin-bottom:20px;
	line-height: 1.8em;
	font-weight:300;
	max-width:510px;
}

.single-post .comments-area .comment-info .comment-time{
	position:relative;
	font-size: 16px;
	color: #848484;
}

.single-post .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* sidebar */

.sidebar-widget{
    position: relative;
    margin-bottom: 32px;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
}


.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h4{
	position:relative;
	color:#111111;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:35px;
	padding:10px 50px 10px 20px;
	border:1px solid #ebebeb;
	border-radius: 28px;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	color:#000000;
	font-weight:300;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:57px;
	display:block;
	font-size: 18px;
	color: #101010;
	line-height:100%;
	background:none;
}






.categories-blog .inner-box{
	position:relative;
}

.categories-blog .inner-box ul{
	position:relative;
}

.categories-blog .inner-box ul li{
	position:relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	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;
	border-bottom: 1px solid #e7e7e7;
}

.categories-blog .inner-box ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.categories-blog .inner-box ul li a{
	position:relative;
	font-size: 16px;
	font-weight:400;
	color: #848484;
	display: block;
	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;
}

.categories-blog .inner-box ul li a:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:0px;
	display:  none;
	font-size:13px;
	font-family: 'FontAwesome';
	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;
}

/*Tweet Widget*/

.recent-news .news-widget{
	position:relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.recent-news .news-widget:last-child{margin-bottom: 0px;border:  0px;padding-bottom: 0px;}

.recent-news .news-widget .text{
	color: #848484;
	font-size: 18px;
	font-weight:400;
	text-transform:  uppercase;
}

.recent-news .news-widget .text a{
	color:#111111;
	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;
}

.recent-news .news-widget p{
	margin-bottom:0px;
	color:#9799a9;
	font-size:17px;
	line-height:1.6em;
}

.recent-news .news-widget .days{
	color: #222;
	font-size: 16px;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding: 8px 34px 8px;
	margin: 0px 6px 8px 0px;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#111111;
	border-color:#111111;
	color:#ffffff;
}


/*** 

====================================================================
	contact section
====================================================================

***/


.contact h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 24px;
}

/*List Style two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:35px;
	color: #222;
	font-size: 17px;
	font-weight:400;
	padding-left: 45px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top: 7px;
	color: #2c31ff;
	font-size:30px;
	line-height:1em;
}

.list-style-two li:last-child .icon{
	top:10px;
}

/* google map */

.map-section {
	position: relative;
	margin-bottom: 50px;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 270px;
}

.gmnoprint {
	display: none;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/



.contact-section .form-column {
	position: relative;
}

.contact-section .form-column .inner-column {
	position: relative;
	padding-left: 15px;
}

.contact-section .form-column h2 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
}

.contact-form {
	position: relative;
}

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 30px;
	color: #888888;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	height: 50px;
	font-size: 13px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #222222;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 30px;
	color: #888888;
	border: 1px solid #e5e5e5;
	height: 120px;
	background: #ffffff;
	resize: none;
	font-size: 13px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form button .fa {
	margin-left: 5px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/*Contact form style two */

.contact-form.style-two .row {
	margin: 0 -10px;
}

.contact-form.style-two .form-group {
	padding: 0 10px 0;
	margin-bottom: 20px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="password"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group select {
	border: 1px solid #fff;
	height: 58px;
}

.contact-form.style-two .form-group textarea {
	height: 250px;
	border: 1px solid #fff;
}

/*Contact form style three */

.contact-form.style-three .row {
	margin: 0 -10px;
}

.contact-form.style-three .form-group {
	padding: 0 10px 0;
	margin-bottom: 20px;
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="password"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group select {
	border: 1px solid rgba(255, 255, 255, 0.04);
	height: 58px;
	background: rgba(255, 255, 255, 0.15);
}

.contact-form.style-three .form-group textarea {
	height: 250px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.15);
}

.contact-form.style-three ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.contact-form.style-three ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.contact-form.style-three :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.contact-form.style-three :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.contact-form.style-three .form-group .theme-btn {
	background: #fff;
	border-color: #fff;
	color: #222;
}

/*** 

====================================================================
	Dark version
====================================================================

***/

.footer {
	position: fixed;
	right: 50px;
	left: 50px;
	bottom: 15px;
	z-index: 999;
}

.footer .left-column {
	float: left;
}

.footer .right-column {
	float: right;
}

.footer .text {
	color: #fff;
}

#bubble-canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}





