/* Kelkenny HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,400i,600');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;*/

/*@import url('font-awesome-all.css');
@import url('flaticon.css');*/
@import url('etline.css');
@import url('animate.css');
/*@import url('owl.css');*/
@import url('jquery.mCustomScrollbar.min.css');
/*@import url('custom-animate.css');
@import url('hover.css');
@import url('jquery.background-video.css');*/

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fc6183;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	background:none;
	margin:0px;
	line-height:1.6em;
	font-family: 'Montserrat', sans-serif;
}

textarea{
	overflow:hidden;
}

.text {
	font-size: 14px;
	position:relative;
	line-height:1.8em;
	color: #777777;
}

p {
	margin-bottom: 15px;
}

::-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:14px;
	line-height:22px;
	text-align: center;
	padding:14px 30px;
	color:#ffffff;
	font-weight:500;
	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: #9147ff;
}

.btn-style-one:hover{
	color: #fff;
	background: #222;
}

/*Btn Style two*/
.btn-style-two{
	position:relative;
	font-size:14px;
	line-height:22px;
	text-align: center;
	padding: 13px 30px;
	color:#222;
	font-weight: 600;
	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: #ff4d8e;
	border-color: #ff4d8e;
}


/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.social-icon-one li a{
	font-size:14px;
	color:#111111;
}

.social-icon-one li a:hover{
	color:#1d1d1d;
}

/*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: #9147ff;
}

.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-color: #ffffff;
}

.page-background .banner-carousel .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* 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;
}


.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;
}

.card-outer .container {
	position: relative;
}


/*** 

====================================================================
	Header
====================================================================

 ***/

.header {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f6f5f6;
	border-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: .5s ease;
	z-index: 99;
	overflow: hidden; 
}

.header ul {
	text-align: center;
}

.header ul li {
	position: relative;
	min-width: 80px;
}

.header ul li a.logo {
    line-height: 54px;
}

.header ul li.active a.logo {
}

.header ul li a {
	position: relative;
	color: #212121;
	padding: 34.7px 10px;
	/* padding: 24.7px 10px; */
	display:  block;
	font-size:  14px;
	font-family:  'Montserrat', sans-serif;
	background-color: #f6f6f6;
	background-image: url(../images/resource/menu-bg.jpg);
	background-position: right center;
	background-repeat: repeat-y;
	z-index: 99;
}

.header ul li a:before {
	position: absolute;
	content: '';
	background-color: #eee;
	background-image: url(../images/resource/menu-border.jpg);
	background-position: right center;
	background-repeat: repeat;
	height: 1px;
	width: 100%;
	right: 0px;
	bottom: 0px;
}

.header ul li:last-child a:before {
	display: none;
}

.header ul li a i {
	display:  block;
	color: #838383;
	font-size: 22px;
	margin-bottom: 3px;
}

.header ul li.active a,
.header ul li:hover a {
    background-color: #ffffff;
    background-image: url(../images/resource/menu-bg-2.jpg);
}

.header ul li.active a i {
}

/* Mobile menu */

.mobile-menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.mobile-menu .nav-outer {
	position: relative;
}

.mobile-menu .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-right: 1px solid #ececec;
    padding: 6px 0;
    padding-right: 24px;
}

/*** 

====================================================================
	Card item
====================================================================

 ***/

.card-outer .card-wrapper {
	/* background-color: #fff; */
	border-radius: 7px;
	overflow: hidden;
	max-width: 820px;
	margin: 0 auto;
}

.card-outer .card-inner-box {
	position: relative;
	min-height: 600px;
	transition: .5s;
	transform: translate(150px);
}

.card-outer .card-inner-box.offsetleft {
	margin-left: 0;
	margin-right: 0;
	transform: translate(0);
}

.card-item {
    position: absolute;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #ffffff;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

.card-inner-box.active .card-item {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    background-repeat: no-repeat;
    background-position: right center;
}

.card-item .card-inner {
	height: 100%;
	padding: 40px 0;
	transition: .5s ease;
}

.card-inner-box .card-home {
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	/* max-width: 440px; */
}

.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;
}

.card-item .title {
	font-size: 17px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.card-home .image {
	max-width: 260px;
	max-height: 260px;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;
	background: #010000;
	overflow: hidden;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.card-home .image img {
    width: 100%;
    transform: scale(1.01);
}

.card-home .author h3 {
	font-weight: 600;
	color: #222;
}

.card-home .author .designation {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
	color: #222;
}

.card-home .author .designation strong {
	color: #3d8a7e;
}



.card-home .text {
	font-size: 18px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #222;
}

.card-home .social-icon-two {
	margin-bottom: 10px;
}

.card-home .social-icon-two li {
	margin: 0 4px;
}

.card-home .social-icon-two a {
	line-height: 36px;
	border: 0px;
	font-size: 34px;
	width: auto;
	height: auto;
}

.card-home .link-btn {
	margin-bottom: 0;
}

.card-home .theme-btn {
	margin: 7px 10px;
	min-width: 180px;
}

/* author info */
.author-info {
	position: absolute;
	left: 20%;
	top: 0;
	bottom: 0;
	text-align: center;
	display: none;
	padding: 50px 15px;
	padding-top: 140px;
	min-width: 350px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
}

.author-info .image {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 35px;
	background: #fff;
}

.author-info .image img {
	border: 5px solid rgba(31, 53, 67, 0.10);
	border-radius: 50%;
}

.author-info .author h3 {
	font-weight: 500;
	color: #222;
}

.author-info .author .designation {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
	color: #222;
}

.author-info .text {
	font-size: 18px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #222;
}

.author-info .link-btn {
	margin-bottom: 30px;
}

.author-info .theme-btn {
	margin: 0 10px;
}

.typing-title {
    display: none;
}
.designation {
    min-height: 25px;
}

/*** 

====================================================================
	About Us	
====================================================================

***/

.card-about {
	padding: 0 50px;
}

.card-about .about-info {
	margin-bottom: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.card-about .about-info .text {
	position: relative;
	margin-bottom: 25px;
}

.card-about .info-list {
	padding: 0;
}
.card-about .info-list .col-md-6 {
  padding: 0;
}
.card-about .info-list .row {
  margin: 0;
}

.card-about .list-style-one {
	position: relative;
}

.card-about .list-style-one li {
	position: relative;
	color: #777;
	margin-bottom: 7px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.card-about .list-style-one li strong {
	color: #333;
	font-size: 13px;
	font-weight: 600;
}

.card-about .list-style-one li span {
	margin-right: 8px;
	font-size: 14px;
}

/* Our Skills */
.card-about .our-skills {
	margin-bottom: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.progress-levels {
	position: relative;
}

.progress-levels .progress-box {
	position: relative;
	padding-bottom: 25px;
	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: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 5px;
	background: #eeeeee;
	border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 5px;
	border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 5px;
	background: #3d8a7e;
	/* background: #f5cd2f; */
	-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;
	border-radius: 10px;
}

/* .progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #1cae80;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #4eaeff;
} */

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	right: 0px;
	top: -40px;
	letter-spacing: 0px;
	font-size: 15px;
	color: #3d8a7e;
	padding: 8px 7px;
	line-height: 24px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

/* Testimonials*/

.card-about .testimonials {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.testimonial-block .inner-box {
	position: relative;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
	padding: 30px;
	margin: 20px 10px;
	text-align: center;
}

.testimonial-block .inner-box .image {margin-bottom: 20px;height: 55px;width: 55px;margin: 0 auto 20px;overflow: hidden;border-radius: 50%;}

.testimonial-block .inner-box .image img {
	width: auto;
	border-radius: 50%;
	margin: 0 auto;
	transform: scale(1.03);
}

.testimonial-block .inner-box .text {
	margin-bottom: 10px;
}

.testimonial-block .inner-box h5 {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

/* Client logo*/

.card-about .client-logo {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}


.card-about .client-logo ul {
	margin: 30px 0 20px;
}

.card-about .client-logo img {
	width: auto;
}


/* Fact counter*/
.card-about .fact-counter {
	margin-bottom: 10px;	
}

.fact-counter .inner-box {
	padding: 25px 20px 5px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-bottom: 30px;
}


.fact-counter .count-outer {
	position: relative;
	margin-top: 5px;
	color: #fd4c8d;
	font-size: 35px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .count-outer .count-text {
	margin-bottom: 15px;
	display: block;
}


.fact-counter .inner-box p {
	font-weight: 400;
	font-size: 14px;
	color: #777;
}



/*** 

====================================================================
	Resume Section
====================================================================

***/

.card-resume{
	padding: 0 50px;
}

.card-resume .timeline-column{
	position:relative;
	margin-bottom: 40px;
}

.card-resume .timeline-column .inner{
	position:relative;
	padding-left: 13px;
	padding-bottom:2px;
}

.card-resume .timeline-column .inner:before{
	content:'';
	position:absolute;
	left: 12px;
	top: 60px;
	border-left:1px solid #d0d0d0;
	bottom: 0;
}

.card-resume .timeline-column .col-header{
	position:relative;
	padding-left: 22px;
	margin-bottom: 5px;
}

.card-resume .timeline-column .col-header h5{
	position:relative;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	text-transform:capitalize;
	line-height:42px;
}


.card-resume .timeline-column .col-header .icon-box{
	position:absolute;
	left: -5px;
	top: 8px;
	font-size: 15px;
	color: #333;
}

.card-resume .timeline-column .col-header .icon-box .icon-inner{
	position:relative;
	width:52px;
	height:52px;	
}

.dark-layout .card-resume .timeline-column .col-header .icon-box .icon{
	color:#1e1e1e;	
}


.card-resume .timeline-column .col-header .icon-box .icon{
	position:relative;
	display:block;
	width:52px;
	height:52px;
	text-align:center;
	color:#9147ff;
	font-size:24px;
	line-height:52px;
	z-index:1;
}

.card-resume .timeline-column .timeline-block{
	position:relative;
	margin-bottom: 28px;
}

.card-resume .timeline-column .timeline-block:last-child{
	margin-bottom:0px;	
}

.card-resume .timeline-column .timeline-block .inner-box{
	position:relative;
	padding-left:30px;
}

.card-resume .timeline-column .timeline-block .date{
	position:relative;
	display:inline-block;
	margin-bottom: 9px;
	line-height:24px;
	font-size:14px;
	color:#222;
	font-weight:400;
}

.card-resume .timeline-column .timeline-block .date span {
	color: #3d8a7e;
}

.card-resume .timeline-column .timeline-block h5{
	position: relative;
	font-size: 15px;
	color: #3d8a7e;
	font-weight: 500;
}

.card-resume .timeline-column .timeline-block h5:before{
	content:'';
	position:absolute;
	left: -38.5px;
	top:4px;
	width: 16px;
	height: 16px;
	border: 4px solid #3d8a7e;
	border-radius:50%;
	background: #3d8a7e;
}

.card-resume .timeline-column .timeline-block .text{
	font-size:14px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.card-services{
	padding: 0 50px;
}


.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 30px;
	text-align: center;
	border: 1px solid rgba(34, 34, 34, 0.12156862745098039);
}

.services-block .icon-box {
	position: relative;
	text-align: center;
	line-height: 73px;
	font-size: 34px;
	border-radius: 50%;
	transition: .5s ease;
	color: #3d8a7e;
}

.services-block .icon-box span {
	position: relative;
}

.services-block:hover .icon-box {
}

.services-block .icon-box:before {
	/* position: absolute; */
	/* content: ''; */
	/* background-color: #9147ff; */
	/* left: 0; */
	/* top: 0; */
	/* bottom: 0; */
	/* right: 0; */
	/* border-radius: 50%; */
	/* transform: scale(0); */
	/* transition: .5s ease; */
}

.services-block:hover .icon-box:before {
	transform: scale(1);
}

.services-block h4 {
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}

.services-block h4 a {
	color: #222;
}

.services-block .text {
	margin-bottom: 10px;
}


/*** 

====================================================================
	Projects Section
====================================================================

***/

.card-projects {
	padding: 0 50px;
	padding-right: 30px;
}

.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(0, 0, 0, 0.7);
    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: #9147ff;
    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;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block:hover .overlay {
    opacity: 1;
}

.projects-block .caption-title {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.projects-block:hover .caption-title {
    opacity: 1;
}

.projects-block .caption-title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
}

.projects-block .caption-title h5 a {
    color: #fff;
}

.projects-block:hover .caption-title h5,
.projects-block:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block .caption-title span {
    color: #ff4d8e;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    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 h5 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;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.card-contact {
	padding: 0 50px;
	padding-right: 30px;
}

.card-contact h4 {
	font-size: 18px;
	color: #222;
	margin-bottom: 24px;
}

.contact-section {
	position: relative;
}

.contact-section .sec-title:before {
	display: none;
}

.contact-section .sec-title-two h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-section .sec-title-two .text {
	margin-bottom: 50px;
}

.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;
}

.page-background .portfolio-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page-background .portfolio-bg .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity, transform;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.15);
	-webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
	transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.page-background .portfolio-bg .image.active {
	opacity: 1;
	transform: scale(1);
}



/*==== Dark Version =====*/

.mobile-menu .navbar-header .navbar-toggle {
  border: 1px solid #3d8a7e !important;
  background: #3d8a7e !important;
}

.mobile-menu .navbar-collapse > .navigation > li.current > a,
.mobile-menu .navbar-collapse > .navigation > li > a,
.mobile-menu .navbar-collapse > .navigation > li:hover > a,
.mobile-menu .collapse.in,
.mobile-menu .collapsing,
.mobile-menu .navbar-collapse > .navigation,
.mobile-menu {
  background: #313642 !important;
}

.dark-version .page-background {
    background: #181b21;
}

.dark-version .card-item {
    background-color: #313642 !important;
}

.dark-version .card-inner-box .card-home {
    background-color: #313642;
}

.dark-version .card-home .author h3 {
    color: #fff;
}

.dark-version .card-home .author .designation {
    color: #fff;
}

.dark-version .card-home .social-icon-two a {
    color: #d5d5d5;
}

ul.social-icon-two span:hover {
  color: #3d8a7e;
}

.dark-version .card-home .theme-btn {
    color: #fff;
}

.dark-version .card-item .title {
    color: #fff;
}

.dark-version .card-about .about-info .text {
    color: #ddd;
}

.dark-version .card-about .list-style-one li {
    color: #ddd;
}

.dark-version .card-about .list-style-one li strong {
    color: #fff;
}

.dark-version .progress-levels .progress-box .box-title {
    color: #ddd;
}

.dark-version .testimonial-block .inner-box .text {
    color: #ddd;
}

.dark-version .testimonial-block .inner-box h5 {
    color: #fff;
}

.dark-version .testimonial-block .inner-box {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.24);
}

.dark-version .card-about .about-info,
.dark-version .card-about .our-skills,
.dark-version .card-about .testimonials,
.dark-version .card-about .client-logo {
	border-color: rgba(255, 255, 255, 0.15);
}

.dark-version .fact-counter .inner-box p {
    color: #ddd;
}

.dark-version .fact-counter .inner-box {
    border-color: rgba(255, 255, 255, 0.15);
}

.dark-version .card-resume .timeline-column .col-header h5 {
    color: #fff;
}

.dark-version .card-resume .timeline-column .col-header .icon-box {
    color: #fff;
}

.dark-version .card-resume .timeline-column .timeline-block .date {
    color: #f0f0f0;
}

.dark-version .card-resume .timeline-column .timeline-block .text {
    color: #ddd;
}

.dark-version .services-block .inner-box {
    background: #141723;
    border-radius: 6px;
    width: 100%;
}

.dark-version .services-block h4 a {
    color: #fff;
}

.dark-version .services-block h4 {
  color: #3d8a7e;
}

.dark-version .services-block .text {
    color: #ddd;
}

.dark-version .news-block .lower-content h5 {
    color: #fff;
}

.dark-version .news-block .lower-content h5 a {
    color: #fff;
}

.dark-version .news-block .lower-content .text {
    color: #ddd;
}

.dark-version .contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .dark-version .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .dark-version .contact-form .form-group select {
    background: transparent;
    border-color: #ffffff8a;
}

.dark-version .contact-form .form-group textarea {
    background: transparent;
    border-color: #ffffff8a;
}

.dark-version .contact-form .theme-btn {
    color: #fff;
}