/***********************************************
Template Name: COAGEX - Creative Agency Template
Author URL: https://themeforest.net/user/enventer
Website: www.enventer.com
***********************************************/

/* TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------

1. Default Theme CSS
    1.1 Preloader
    1.2 Section Heading
    1.3 Section Button
    1.4 Section Pattern Animation

2. Menu Area CSS
    2.1 Menu CSS
    2.2 Drop Down Menu CSS
    2.3 Sticy Menu CSS
    2.4 Fullscreen Search CSS

3. Header Area CSS
	3.1 Header Pattern Image
	3.2 Header ArtWork Animation
	3.3 Intro Text
	3.4 Header Button

4. Home About Area CSS
	4.1 Home About Content

5. Service Area CSS
	5.1 Curve SVG
	5.2 Single Service Pattern
	5.3 Single Service Animation
	5.4 Single Service Text

6. Portfolio Area CSS
	6.1 Portfolio Pattern
	6.2 Portfolio Item
	6.3 Portfolio Item Arrow

7. Expertise Area CSS

8. Counter Area CSS
	8.1 Single Counter

9. Testimonial Area CSS
	9.1 Left Content
	9.2 Right Content
	9.3 Testimonial Arrow

10. Pricing Area CSS
	10.1 Single Price
	10.2 Single Price Button
	10.3 Price Pattern Animation

11. Blog Area CSS	
	11.1 Single Blog Image
	11.2 Single Blog PostDate
	11.3 Single Blog Content

12. Footer Area CSS
	12.1 Footer Social
	12.2 Footer Content
	12.3 Copyright Text


++++++OTHER PAGES++++++


13. Blog Details Page
	13.1 Blog Banner
	13.2 Blog Side
	13.3 Blog Search
	13.4 Blog Social Share
	13.5 Blog Author
	13.6 Blog Category
	13.7 Blog Tags
	13.8 Blog Comments
	13.9 Blog Comments Reply

14. Blog List Area CSS
	14.1 Blog Pagination

15. Team Area CSS
	15.1 Team Banner
	15.2 Team Content
	15.3 Team Social

16. Contact Us Area CSS
	16.1 Contact Us Banner
	16.2 Contact Pattern
	16.2 Contact Pattern
	16.3 Single Contact Info
	16.4 Contact Form
	16.5 Contact Form Button

17. Portfolio Area CSS
	17.1 Portfolio Banner
	17.2 Portfolio Content
	17.3 Portfolio Filtering

18. Portfolio Details Area CSS
	18.1 Project  Description
	18.2 Project  Technology
	18.3 Project  Slider

19. About Us Area CSS
	19.1 About Us Banner
	19.2 About Hero Text
	19.3 About Video
	19.4 About Video Icon
	19.5 About Counter
	19.6 About Section Content

20. 404 Area CSS

21. Call to Action
--------------------------------------------------------------

--------------------------------------------------------------*/

/*==================== 1. Default Theme CSS ===================*/
html, body {
	height: 100%;
/*	font-family: 'Nunito', sans-serif;*/
    font-family: "helvetica", "roboto", "sans-serif";
	margin: 0px;
	padding: 0px
}

::-moz-selection {
 background: #3ed60e;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #3ed60e;
	color: #fff;
	text-shadow: none;
}
a:focus {
	outline: 0px solid
}
.timg {
	width: auto !important;
	height: auto!important;
}
p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #363636;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #6b6fff;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0 none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.container {
	max-width: 1300px;
}
.default-margin-mt {
	margin-top: 30px
}
#scrollUp {
	bottom: 0;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	right: 10px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 45px;
}
/* 1.1 Preloader*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F7F7F7;
	z-index: 99999999999999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
}
#status img {
	height: 150px;
	width: 150px;
}
/*1.2 Section Heading*/

.section-heading-1 h4 {
	font-size: 23px;
	text-transform: capitalize;
	text-align: right;
    font-family:'Nunito', sans-serif;
}
.section-heading-1 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block;
    font-family:'Nunito', sans-serif;
}
.section-heading-1 h3:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -15px;
/*	background-color: #44c5ed;*/
    background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	height: 5px;
	width: 70px;
    border-radius: 35px;
}
.section-heading-1 p {
	color: #363636
}
.feature{}
.feature p{font-size:18px;font-weight: 400 !important;}
.feature p:before{/*content:"\f00c";*/ margin-right:10px; font-size:30px;font:normal normal normal 20px/1 FontAwesome;
color:#44c5ed;
}

.box-sectiopn i{
	font-size:35px;
	padding:30px 0px;
	height:98px; 
}
.box-sectiopn{
	cursor: pointer;
}
.box-sectiopn:hover i{
	font-size: 50px;
	transition: 0.5s;
}
.bg-feature{background-color:#44c5ed;}
  .border-feature {
    border-color: #44c5ed !important;
      display: flex;
      align-items: center;
}

.section-heading-2 {
	padding-bottom: 45px
}
.section-heading-2-p {
	padding-bottom: 0 !important
}
.section-heading-2 h4 {
	font-size: 23px;
	text-transform: capitalize;
	text-align: left;
    font-family:'Nunito', sans-serif;
}
.section-heading-2 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block;
    font-family:'Nunito', sans-serif;
}
.section-heading-2 h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
/*	background-color: #44c5ed;*/
    background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	height: 5px;
	width: 70px;
	    border-radius: 35px;
}
.section-heading-2 p {
	color: #363636
}
.section-heading-3 {
	padding-bottom: 45px;
	text-align: center
}
.section-heading-3 h4 {
	font-size: 23px;
	text-transform: capitalize;
}
.section-heading-3 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block;
    font-family:'Nunito', sans-serif;
}
.section-heading-3 h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
/*	background-color: #44c5ed;*/
    background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
	    border-radius: 35px;
}
/*1.3 Section Button*/
.section-button a {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 25px;
	display: inline-block;
}
.section-button a:hover {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
    text-decoration: none;
color:#fff;
}
/*1.4 Section Pattern Animation*/
.e-pattern {
	position: absolute;
	right: 0px;
	top: -70px;
	z-index: -1
}
.e-pattern img {
	-webkit-animation: ep 3s linear infinite;
	animation: ep 3s linear infinite;
}
 @keyframes ep {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 30px);
}
 to {
 transform: translate(0, -0px);
}
}
/*=========2. Menu Area CSS==========*/
.main-navigation {
	width: 100%;
	background: linear-gradient(270deg, #00B0E7 0%, #75F389 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.main-navigation.m {
	width: 100%;
/*	background: #ffe4c400;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.logo-area img {
	height: 75px;
	padding: 25px 0px 0px 0px;
}
/*2.1 Menu CSS*/
.main-menu {
	margin-right: 85px;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.main-menu ul li a {
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	padding: 40px 0;
	transition: .5s
}

.main-menu ul li a:hover {
	color: #505262;
	text-decoration: none;
}
.main-menu ul li a:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #323657;
	left: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply
}
.main-menu ul li a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #323657;
	right: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;
	z-index: 999;
}

.main-menu ul li a.current:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #323657;
	left: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;
}
.main-menu ul li a.current:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #323657;
	right: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;
	z-index: 9
}
.main-menu ul li a.current {
	color: #323657;
}
.main-menu ul li a:hover:before {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.main-menu ul li a:hover:after {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(-100%)
}
.f-right {
	float: right;
}
.mean-container .mean-nav {
	margin-top: 0;
	background: rgba(50, 54, 87, 0.9);
}
.main-menu ul li i {
	margin-left: 5px
}
#mobile-menu {
	display: block;
}
/*2.2 Drop Down Menu CSS*/
.main-menu ul li ul.dropdown {
	position: absolute;
	top: 130%;
	width: 300px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	border: solid 1px transparent;
	border-image: linear-gradient(238.45deg, #0ab3e8 3.32%, #0ab3e8 98.6%);
	border-image-slice: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 15px
}
ul.dropdown li a:before {
	position: absolute;
	content: '';
	background-color: transparent;
	height: 0;
	left: 0;
	top: 0;
	opacity: 0
}
ul.dropdown li a:after {
	position: absolute;
	content: '';
	background-color: transparent;
	height: 0;
	right: 0;
	top: 0;
	opacity: 0
}
.main-menu ul li:hover ul.dropdown {
	top: 106%;
	opacity: 1;
	visibility: visible
}
.main-menu ul li ul.dropdown li a:hover {
	background: linear-gradient(270deg, #00B0E7 0%, #09f9e3 85%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text
}
.main-menu ul li ul.dropdown li {
	display: block;
	margin-left: 15px
}
.main-menu ul li ul.dropdown li a {
	padding: 12px 0px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #646572;
	font-weight: 200;
	font-size: 14px;
}
/*2.3 Sticy Menu CSS*/

.main-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: linear-gradient(270deg, #00B0E7 0%, #75F389 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}
.main-navigation.m.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: linear-gradient(270deg, #00B0E7 0%, #75F389 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .main-menu ul li a {
	font-size: 16px !important;
}
    .main-menu ul li:hover ul.dropdown {

    top: 106%;
    opacity: 1;
    visibility: visible;

}
    .main-menu ul li ul.dropdown {
	position: absolute;
	top: 130%;
	width: 300px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	border: solid 1px transparent;
	border-image: linear-gradient(238.45deg, #0ab3e8 3.32%, #0ab3e8 98.6%);
	border-image-slice: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 15px
}
.main-menu ul li:hover ul.dropdown {
	top: 106%;
	opacity: 1;
	visibility: visible
}
.main-menu ul li ul.dropdown li a:hover {
	background: linear-gradient(270deg, #00B0E7 0%, #09f9e3 85%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text
}
.main-menu ul li ul.dropdown li {
	display: block;
	margin-left: 15px
}
.main-menu ul li ul.dropdown li a {
	padding: 12px 0px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #646572;
	font-weight: 200;
	font-size: 14px;
}
    }


 @-webkit-keyframes sticky {
 0% {
 top: -120px;
}
 100% {
 top: 0;
}
}
 @keyframes sticky {
 0% {
 top: -120px;
}
 100% {
 top: 0;
}
}
.main-navigation-1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: linear-gradient(270deg, #00B0E7 0%, #75F389 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}
/* 2.4 Fullscreen Search CSS*/
#search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #00b09b;
	background: -webkit-gradient(linear, left top, right top, from(rgba(150, 201, 61, 0.9)), to(rgba(0, 176, 155, 0.9)));
	background: linear-gradient(to right, rgba(150, 201, 61, 0.9), rgba(0, 176, 155, 0.9));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	will-change: transform, opacity;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	visibility: hidden
}
.search-icon-area {
	position: absolute;
	right: 20px;
	top: 29px;
}
.search-icon-area i {
	background-color: #fff;
	color: #75DDED;
	font-size: 20px;
	padding: 13px;
	border-radius: 50%
}
.close-btn:hover {
	color: #363636
}
#search:target {
	height: 100vh !important;
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible
}
#search:target .close-btn {
	display: block;
}
#searchbox {
	background: transparent;
	border: solid #fff;
	border-width: 0 0 1px 0;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 25px;
	max-width: 66%;
	outline: 0;
	padding: 10px 3px;
}
.close-btn {
	display: none;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 0.5rem;
	right: 2rem;
}
/*======= 3. Header Area CSS =========*/
.header-content-area {
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/header.png);
	/*background-image:url(../img/header.png);*/
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*3.1 Header Pattern Image*/
.header-pattern-1 {
	position: absolute;
	left: 50%;
	top: 13%
}
.header-pattern-2 {
	position: absolute;
	left: 12%;
	top: 30%
}
.header-pattern-2 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
 @-webkit-keyframes spin {
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*3.2 Header ArtWork Animation */
.header-animation-area {
	position: relative
}
.header-1-artwork {
	position: absolute;
	right: 60px;
	bottom: -150px;
}
.layer {
	position: relative;
	z-index: -1
}
.layer-1 {
	position: absolute;
	left: -40px;
	bottom: 0px;
}
.layer-2 {
	position: absolute;
	right: -55px;
	bottom: 0px;
}
.layer-3 {
	position: absolute;
	right: -30px;
	top: -50px;
	z-index: -1;
}
.layer-3 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
 @-webkit-keyframes spin {
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*3.3 Intro Text*/
.intro-text {
	text-align: left;
	padding-top: 60px;
}
.intro-text-2 {
	text-align: right;
	padding-top: 150px;
}
.intro-text h1 {
	text-transform: capitalize;
	font-size: 50px;
	line-height: 65px;
	color: #3e3d3d;
	margin-bottom: 10px;
	font-weight: 900;
}
/*3.4 Header Button */
.learnmore {
	margin-top: 25px;
	position: relative;
	display: inline-block
}
.learnmore2 {
	position: absolute;
	right: -55px;
	top: 7px;
 z-index: 9 display: inline-block;
}
.learnmore .skill-btn {
	background: #323657;
	-webkit-box-shadow: 0px 1px 26px rgba(41, 147, 34, 0.62);
	box-shadow: 0px 1px 26px rgba(41, 147, 34, 0.62);
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	padding: 15px 40px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 700;
}
.skill-btn-youtube i {
	color: #323657;
	font-size: 40px;
	transition: .5s
}
.skill-btn-youtube i:hover {
	color: #fff
}
.learnmore .skill-btn:hover {
	color: #323657;
	background-color: #fff
}
/*========= 4. Home About Area CSS =========*/
.home-about-area {
	padding: 120px 0 60px 0;
	background-color: #ffffff;
}
.home-about-area1 {
	padding: 120px 0 60px 0;
	background-color: #03b2e5;
}
/*4.1 Home About Content*/
.home-about-image {
	text-align: center;
}
.home-about-image img {
	width: 70%
}
.home-about-text {
	text-align: right;
/*	padding-right: 70px;*/
	position: relative;
	z-index: 1
}
.gallery {
	padding: 70px 0 60px 0;
	background-color: #ffffff;
}
/*========= 5. Service Area CSS ==========*/
.services-area {
	padding: 120px 0 45px 0;
	background: linear-gradient(to top, #FDFFFD, #F5FFF5, rgba(202, 245, 202, 0.3));
	position: relative;
}
/*5.1 Curve SVG*/
#curve {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
}
#curve path {
	fill: #fff
}
.single-service {
	background: #FFFFFF;
	box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	text-align: center;
	padding: 75px 30px 30px 30px;
	position: relative;
	z-index: 1
}
/*5.2 Single Service Pattern*/
.servive-p-1 {
	position: absolute;
	top: -80px;
	left: -50px;
}
.servive-p-2 {
	position: absolute;
	bottom: -23px;
	left: -128px;
}
/*5.3 Single Service Animation*/
.servive-p-1 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite;
}
.servive-p-2 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite;
}
 @keyframes sp {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 30px);
}
 to {
 transform: translate(0, -0px);
}
}
/*5.4 Single Service Text*/
.service-text h3 {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px
}
.service-text p {
	font-size: 16.5px;
	line-height: 24px
}
.service-icon img {
	height: 60px;
	margin-bottom: 20px
}
.service-mt-30 {
	margin-top: 30px
}
/*=========6. Portfolio Area CSS==========*/

.portfolio-area {
	padding: 120px 0;
	background: -webkit-linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
	background: linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
	border-bottom-left-radius: 73% 40%;
	border-bottom-right-radius: 50% 20%;
}
/*6.1 Portfolio Pattern*/
.portfolio-pattern {
	position: relative;
	z-index: 1
}
.p-pattern {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: -1
}
.p-pattern img {
	-webkit-animation: pp 3s linear infinite;
	animation: pp 3s linear infinite;
}
 @keyframes pp {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 30px);
}
 to {
 transform: translate(0, -0px);
}
}
.portfolio-button-area {
	text-align: right
}
.single-portfolio-item img {
	border-radius: 15px;
	width: 100%;
	height: 375px;
}
/*6.2 Portfolio Item*/
.single-portfolio-item {
	position: relative;
	margin: 0 15px
}
.single-portfolio-item:last-child {
	margin-right: 0px
}
.single-portfolio-item:hover .portfolio-item-content {
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}
.portfolio-item-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: .6s;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px
}
.item-icon {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}
.item-icon i {
	background-color: #D7D7D7;
	color: #fff;
	font-size: 30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	transition: .5s
}
.item-icon i:hover {
	background-color: #66E9AE
}
.item-text {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 20px;
}
.item-text h5 {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	font-size: 22px
}
.item-text p {
	font-size: 16px;
	line-height: 22px
}
/*6.3 Portfolio Item Arrow*/
.left-arrow {
	position: absolute;
	right: 90px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}
.right-arrow {
	position: absolute;
	right: 30px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: solid 2px #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}
.right-arrow:hover {
	opacity: 1
}
.left-arrow:hover {
	opacity: 1
}
/*========= 7. Expertise Area CSS==========*/
.expertise-area {
	padding: 120px 0;
	background-color: #fff
}
.expertise-image img {
	width: 100%
}
.home-expertise-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}
/*========= 8. Counter Area CSS==========*/
.main-counter-area {
	padding: 120px 0 0px 0;
}
/*8.1 Single Counter*/
.single-count-area {
	background-color: #fff;
	box-shadow: 0px 1px 31px rgba(187, 187, 187, 0.25);
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0 !important
}
.single-count-item-mb {
	margin-bottom: 30px
}
.home-counter-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}
.single-count-area span {
	font-size: 29px;
	color: #173D7A !important;
	margin-top: 15px;
	display: inline-block;
}
.single-count-area p {
	font-size: 17px;
	color: #173D7A
}
.counter-area-small {
	padding-right: 50px
}
/*========= 9. Testimonial Area CSS==========*/
.client-area {
	background-color: #F7FFF7;
	padding: 70px
}
.testimonial-area {
	padding: 120px 0;
	background: -webkit-linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
	background: linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}
.philosophy{padding:50px 0px;}
/*9.1 Left Content*/
.left-content {
	float: left;
	width: 70%;
	position: relative
}
.testi-slider-text {
	margin-top: 30px;
	padding: 0 0 0 15px;
}
.right-quote {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.quotation {
	padding-left: 15px
}
.testi-slider-text h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	text-align: left;
    font-family:'Nunito', sans-serif;
}
.testi-slider-text h5 {
	text-transform: capitalize;
	font-size: 18px
}
/*9.2 Right Content*/
.right-content {
	overflow: hidden;
	width: 30%;
}
.testimonial-img {
	text-align: right
}
.testimonial-img img {
	width: 80%;
	display: inline;
	border-radius: 68% 68% 2% 68% / 35% 50% 0 38%;
	animation: morph 2s ease-in-out infinite both alternate;
}
 @keyframes morph {
 0% {
 border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
}
 100% {
 border-radius: 2% 68% 68% 68% / 35% 50% 0 35%
}
}
 @keyframes spin {
 to {
 transform: rotate(1turn);
}
}
/*9.3 Testimonial Arrow*/
.left-arrow-2 {
	position: absolute;
	left: 15px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s;
	z-index: 9
}
.right-arrow-2 {
	position: absolute;
	left: 75px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}
.right-arrow-2:hover {
	opacity: 1
}
.left-arrow-2:hover {
	opacity: 1
}
/*========= 10. Pricing Area CSS =========*/
.pricing-plan-area {
	padding: 120px 0;
	background-color: #fff
}
/*10.1 Single Price*/
.single-price {
	background: #fbfbfb;
	box-shadow: 0px 4px 25px rgba(36, 35, 35, 0.09);
	border-radius: 20px;
	position: relative;
	transition: .6s;
}
.single-price.active-s {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
	border-radius: 20px;
	transform: translateY(-10px)
}
.single-price:hover {
	background-color: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
}
.single-price:hover .package h3 {
	background: linear-gradient(180deg, #7FF977 0%, #48D6F2 229.46%);
}
.single-price:hover .price-button a {
	background: linear-gradient(252.64deg, #48D6F2 8.92%, #84FC6A 96.59%);
}
.package h3 {
	background: #F5F5F5;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	padding: 30px 0;
	color: #173D7A;
	font-weight: 700;
	font-size: 32px;
	transition: .2s
}
.package.active-h h3 {
	background: linear-gradient(180deg, #7FF977 0%, #48D6F2 229.46%);
	color: #fff;
	padding: 35px 0
}
.price-qoute {
	padding: 10px 0 5px 50px
}
.price-qoute h2 {
	color: #173D7A;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 900
}
.price-qoute h2 span {
	font-size: 27px;
	font-weight: 700
}
.price-details {
	padding: 0 50px
}
.price-details ul li {
	line-height: 40px;
	color: #5c5e71;
	font-size: 17px
}
.price-details ul i {
	color: #a0e0a0;
	margin-right: 10px
}
/*10.2 Single Price Button*/
.price-button {
	text-align: center
}
.price-button a {
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(214, 214, 214, 0.25);
	border-radius: 68px;
	color: #173D7A;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
	padding: 13px 30px;
	display: inline-block;
	margin: 30px 0;
	font-weight: 700;
}
.price-button.active-b a {
	background: linear-gradient(252.64deg, #48D6F2 8.92%, #84FC6A 96.59%);
	color: #fff;
}
/*10.3 Price Pattern Animation*/
.price-pattern {
	position: absolute;
	right: 30px;
	top: 130px;
	transform: rotate(120deg);
}
.price-pattern img {
	-webkit-animation: ptp 3s linear infinite;
	animation: ptp 3s linear infinite;
}
 @keyframes ptp {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 30px);
}
 to {
 transform: translate(0, -0px);
}
}
/*========= 11. Blog Area CSS==========*/
.home-blog-area {
	background-color: #F7FFF7;
	padding: 120px 0;
}
/*11.1 Single Blog Image*/
.s-blog-image {
	position: relative;
	overflow: hidden
}
.home-single-blog:hover .s-blog-image img {
	transform: scale(1.1)
}
.s-blog-image img {
	width: 100%;
	transition: .5s;
	transform: scale(1)
}
/*11.2 Single Blog PostDate*/
.blog-post-date {
	position: absolute;
	right: 0;
	top: 30px;
	background: linear-gradient(255.91deg, #79F583 5.33%, #4EDAE5 92.37%);
	border-radius: 30px 0px 0px 30px;
	background: linear-gradient(255.91deg, #79F583 5.33%, #4EDAE5 92.37%);
	border-radius: 30px 0px 0px 30px;
	color: #fff;
	width: 80px;
	height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	text-align: center;
	transition: .5s
}
.s-blog-image:hover .blog-post-date {
	width: 95px;
}
/*11.3 Single Blog Content*/
.s-blog-content {
	margin-top: 25px
}
.s-blog-content h4 {
	font-weight: 700;
	color: #323657;
	text-transform: capitalize;
}
.s-blog-content a {
	font-weight: 700;
	display: inline-block;
	color: #42D2FE;
	margin-top: 5px;
	margin-bottom: 10px
}
.s-blog-content a:hover {
	background: linear-gradient(238.45deg, #49e513 3.32%, #42D2FF 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
/*========= 11. Footer Area CSS ==========*/

.big-footer {
	background-color: #151723; padding: 70px 0;
	background-image: url(../img/f-pattern.png);
}
#footer-fixed {
	width: 100%;
}
.footer-logo img {
	width: 140px;
}
.footer-logo p {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*12.1 Footer Social*/
.social ul li {
	display: inline-block;
	margin-right: 15px
}
.social ul li:last-child {
	margin-right: 0
}
.social ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
.social ul li a:hover {
	color: #85FF7F
}
/*12.2 Footer Content*/
.footer-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 5px
}
.footer-content ul {
	margin-top: 30px
}
.footer-content.footer-cont-mar-40 ul {
	margin-top: 0px
}
.footer-content ul li a {
	color: #efefef;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 25px;
    text-decoration: none;
}
.footer-content ul li a:hover {
	color: #85FF7F;
    text-decoration: none;
}
.footer-content form {
	margin-top: 20px
}
.footer-content form input#leadgenaration {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0px;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	display: block;
	width: 100%
}
.footer-content form input#leadgenaration::placeholder{
font-weight: 100;
}
/*.footer-content form input#subscribe {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s
}*/
.footer-content form input#subscribe {
	background: linear-gradient(252.62deg, #48D6F2 8.92%, #84FC6A 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	/* -webkit-transition: all .5s; */
	/* transition: all .5s; */
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}
.footer-content form input#subscribe:hover {
	background: linear-gradient(252.62deg, #84FC6A 8.92%, #48D6F2 96.59%);
}
/*
.footer-content form input#subscribe:hover {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
}*/
.footer-content form input#leadgenaration:focus {
	padding: 15px 10px;
}
/*12.3 Copyright Text*/
footer {
	background-color: #090c21;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}
footer p ,footer a{
	margin: 0;
	color: #fff;
	font-size: 15px;text-decoration: none;
}
footer a:hover {
	text-decoration: none;
    color: #44c5ed;
}
/*============= 13. Blog Details Page ==============*/
/*13.1 Blog Banner*/

.blog-hero-banner {
	background-image: url(img/blog/blog-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
}
.blog-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.blog-hero-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.blog-hero-banner h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.blog-hero-banner p {
	color: #fff;
}
.blog-body {
	background-color: #fff
}
.blog-area {
	padding: 120px 0;
}
/*13.2 Blog Side*/
.left-side {
	padding: 60px 20px 20px 0px
}
.right-side {
	padding: 60px 0px 20px 20px
}
.left-side-2 {
	padding: 60px 20px 20px 0px
}
.right-side-2 {
	padding: 60px 0px 20px 20px
}
.blog-post-heading h1 {
	font-size: 37px;
	color: #363636;
	text-transform: capitalize;
	margin-top: 0;
	font-weight: 700
}
.blog-post-heading span {
	font-weight: 700;
	text-transform: capitalize;
}
/*13.3 Blog Search*/
.blog-search input {
	width: 100%;
	background-color: #F9F9F9;
	border: none;
	padding: 15px 10px;
	position: relative
}
.blog-search-icon-small {
	position: absolute;
	top: 72px;
	right: 30px;
	background: none;
	border: none;
	color: #ddd;
	font-size: 20px;
	cursor: pointer
}
.blog-body-content {
	padding: 30px 0
}
.blog-body-content p {
	font-size: 16.5px;
	line-height: 28px !important
}
.blog-inner {
	padding: 30px 0
}
.blog-inner img {
	width: 100%
}
/*13.4 Blog Social Share*/
.blog-share {
	margin-top: 30px;
}
.blog-share h4 {
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px
}
.blog-share ul {
	margin-top: 20px
}
.blog-share ul li {
	display: inline-block;
	margin-right: 8px;
}
.blog-share ul li a {
	display: inline-block;
	background: linear-gradient(252.62deg, #48D6F2 8.92%, #84FC6A 96.59%);
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px
}
/*13.5 Blog Author*/
.author-profile {
	margin-top: 40px
}
.author-profile h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}
.author-content {
	background-color: #F9F9F9;
	padding: 20px
}
.author-profile img {
	width: 100%;
	margin-bottom: 30px;
}
.author-profile h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #363636;
}
.author-profile span {
	text-transform: capitalize;
	font-size: 16px;
}
.author-profile p {
	font-size: 15.5px;
	margin-top: 10px;
	line-height: 27px;
}
/*13.6 Blog Category*/
.main-category {
	margin-top: 40px
}
.main-category h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}
.category-list {
	background-color: #F9F9F9;
	padding: 20px
}
.category-list ul li {
	padding: 11px 0;
	border-bottom: 1px solid #ebebeb;
	color: #212121;
	font-size: 15px
}
.category-list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.category-list ul li:first-child {
	padding-top: 0
}
.category-list ul li a {
	color: #363636;
	font-size: 15px;
	text-transform: capitalize;
}
.category-list ul li a:hover {
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
/*13.7 Blog Tags*/
.main-tags {
	margin-top: 40px
}
.main-tags h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}
.tag-list {
	background-color: #F9F9F9;
	padding: 20px
}
.tag-list ul li {
	display: inline-block;
	margin: 5px
}
.tag-list ul li a {
	padding: 5px;
	font-size: 15px;
	color: #363636;
	display: inline-block;
	border: 1px solid #ebebeb;
	text-transform: capitalize;
}
.tag-list ul li a:hover {
	background: linear-gradient(252.62deg, #48D6F2 8.92%, #84FC6A 96.59%);
	border: 1px solid transparent
}
/*13.8 Blog Comments*/
.single-comment {
	margin-bottom: 25px;
	display: block
}
.single-comment:last-child {
	margin-bottom: 0
}
.comment-heading h4 {
	font-size: 21px;
	margin: 40px 0;
	font-weight: 600;
	text-transform: capitalize;
}
.image-box {
	float: left;
	margin-right: 20px
}
.image-box img {
	width: 80px;
	height: 80px
}
.text-box {
	overflow: hidden
}
.text-box p {
	font-size: 16px;
	line-height: 26px;
	margin: 0
}
/*13.9 Blog Comments Reply*/
.text-box a.replay {
	background-color: #F9F9F9;
	color: #212121;
	padding: 2px 11px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
}
.text-box a.replay:hover {
	background: linear-gradient(252.62deg, #48D6F2 8.92%, #84FC6A 96.59%);
}
.nesting-reply {
	margin-top: 30px;
	overflow: hidden;
}
.nesting-reply img {
	width: 60px;
	height: 60px
}
.nesting-reply a.replay {
	background-color: #F9F9F9;
	color: #212121;
	padding: 2px 9px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
}
.comment-field input {
	width: 100%;
	background-color: #F8F8F8;
	margin-bottom: 20px;
	padding: 10px;
	border: none
}
.comment-field textarea {
	width: 100%;
	background-color: #F8F8F8;
	margin-bottom: 10px;
	border: none;
	padding: 10px
}
.comment-field #postcomment {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	border-radius: 68px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 25px;
	display: inline-block;
	border: none;
	cursor: pointer
}
.comment-field #postcomment:hover {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
}
/*=========== 14. Blog List Area CSS =============*/
.blog-hero-home {
	background-image: url(img/blog/blog-home.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
}
.blog-hero-home:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.blog-home-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.blog-home-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.blog-home-text p {
	color: #F9F9F9;
}
.main-blog-list {
	padding: 120px 0;
}
/*14.1 Blog Pagination*/
.next-previous-page {
	margin: 60px 0 0 0
}
.page-link {
	padding: .7rem 1.2rem;
	color: #323657;
	margin: 0 1px;
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #323657;
	border-color: #323657;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #323657;
	border-color: #323657;
}
.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*========= 15. Team Area CSS =========*/
.team-area {
	background-color: #fff;
	padding: 120px 0
}
/*15.1 Team Banner*/
.team-hero-banner {
	background-color: #fff;
	background-image: url(../img/mfk/Careers.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}
.team-hero-banner img {
	width: 100%;
}
.team-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.team-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.team-banner-text p {
	color: #fff;
}
/*15.2 Team Content*/
.team-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px
}
.team-image img {
	width: 100%;
	height: 245px;
}
.person-name {
	margin-top: 30px;
	transition: .6s
}
.person-name h4 {
	font-weight: 700;
	color: #323657;
	text-transform: capitalize;
	font-size: 20px;
	margin: 5px 0;
}
.person-name p {
	color: #7D7D7D;
	font-size: 18px;
	text-transform: capitalize;
}
.team-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	-webkit-transition: .6s;
	transition: .8s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}
.team-image:hover .team-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.single-team:hover .person-name {
	margin-left: 15px
}
/*15.3 Team Social*/
.team-social ul li {
	display: inline-block;
	margin-right: 7px
}
.team-social ul li a {
	display: inline-block;
/*
	color: #323657;
	font-size: 16px;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #323657;
	padding: 0px 10px 0px 10px;
   
*/
    text-decoration: none;
	background: linear-gradient(252.62deg, #48D6F2 8.92%, #84FC6A 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	/* -webkit-transition: all .5s; */
	/* transition: all .5s; */
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;

}
.team-social ul li a:hover {
	    background: linear-gradient(252.62deg, 
#84FC6A 8.92%, #48D6F2 96.59%);
    text-decoration: none;
}
/*========= 16. Contact Us Area CSS =========*/

.contactus-area {
	background-color: #f6f6f6;
	padding: 90px 0 120px 0;
}
/*16.1 Contact Us Banner*/
.contact-hero-banner {
	background-color: #fff;
	background-image: url(../img/contact-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}
.contact-hero-banner img {
	width: 100%;
}
.contact-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.contact-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.contact-banner-text p {
	color: #fff;
}
/*16.2 Contact Pattern*/

.contact-left-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}
.contact-left-bg img {
	-webkit-animation: cp1 3s linear infinite;
	animation: cp1 3s linear infinite;
}
 @keyframes cp1 {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(30px, 0px);
}
 to {
 transform: translate(0, -0px);
}
}
.contact-right-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.contact-right-bg img {
	-webkit-animation: cp2 3s linear infinite;
	animation: cp2 3s linear infinite;
}
 @keyframes cp2 {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(-30px, 0px);
}
 to {
 transform: translate(0, -0px);
}
}
/*16.3 Single Contact Info*/
.single-contact-area {
	position: relative;
	z-index: 1
}
.single-contact-info {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	padding: 80px 0;
	text-align: center;
	margin: 0 20px;
}
.info-icon {
	margin-top: -125px;
	margin-bottom: 50px
}
.info-icon i {
	background: #08b2e7;
	color: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 35px
}
.info-content h6 {
	background: linear-gradient(238.45deg, #06bef8 10.32%, #ffffff 88.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px
}
/*16.4 Contact Form*/
.contact-form-area {
	background: #fff;
	-webkit-box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	border-radius: 26px;
	padding: 50px;
/*	margin-top: 60px;*/
	position: relative;
	z-index: 1
}
.contact-form-heading a{color: #000; text-decoration: none;}
.contact-form-heading h3 {
	color: #323657;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700
}
.contact-form-area input[type='text'] {
	width: 100%;
	/*background-color: transparent;*/
/*
	border: none;
	border-bottom: 1px solid #323657;
*/
	padding: 10px 5px;
	color: #323657
}
.contact-form-area input::placeholder , .contact-form-area textarea::placeholder{
  font-weight: 100;
    font-family: helvetica;
    color: #ccc;
    font-size: 16px;
}
#contatti .help-block {font-size: 12px;}
.contact-form-area input[type='email'] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #323657;
	padding: 10px 5px
}
.contact-form-area textarea {
	width: 100%;
	/*background-color: transparent;*/
/*
	border: none;
	border-bottom: 1px solid #323657;
*/
	color: #323657;
	padding: 10px 5px
}
/*16.5 Contact Form Button*/
.send-btn {
	text-align: center;
	margin-top: 80px
}
#formsend {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	color: #fff;
	border: none;
	padding: 12px 42px;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 68px;
}
#formsend:hover {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
}
/*=========== 17. Portfolio Area CSS ==============*/

.portfolio-main-area {
	background-color: #fff;
	padding: 120px 0;
}
/*17.1 Portfolio Banner*/
.portfolio-hero-banner {
	background-color: #fff;
	background-image: url(img/portfolio/portfolio-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}
.portfolio-hero-banner img {
	width: 100%;
}
.portfolio-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
/*17.2 Portfolio Content*/
.portfolio-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-hero-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.portfolio-hero-text p {
	color: #fff;
}
.portfolio-intro p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
	font-size: 20px
}
.single-portfolio img {
	width: 100%
}
.single-portfolio {
	overflow: hidden;
}
.portfolio-image {
	position: relative;
}
.portfolio-image img {
	border-radius: 10px
}
.portfolio-titile h4 {
	font-size: 18px;
	text-transform: capitalize;
	color: #323657;
	font-weight: 700;
	margin-top: 13px;
	transition: .6s
}
.portfolio-headmove:hover .portfolio-titile h4 {
	margin-left: 15px
}
.portfolio-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: 1s;
	transition: .6s;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px;
}
.portfolio-content a {
	background: linear-gradient(to bottom, #84FC6A 8.92%, #48D6F2 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
	display: block
}
.portfolio-content p {
	color: #323657;
	font-size: 17px;
	line-height: 25px;
}
.single-portfolio:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}
/*17.3 Portfolio Filtering*/
.portfolio-filter {
	text-align: center;
	margin-bottom: 30px
}
.portfolio-filter li {
	display: inline-block;
	margin-right: 25px;
	position: relative
}
.portfolio-filter li:last-child {
	margin-right: 0px
}
.portfolio-filter li a {
	display: inline-block;
	padding: 8px 0px;
	color: #000;
	text-transform: capitalize;
}
.portfolio-filter li.active:before {
	position: absolute;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	border: solid 1px transparent;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-image: linear-gradient(238.45deg, #49e513 3.32%, #42D2FF 98.6%);
	border-image-slice: 100%;
	border-image-slice: 1;
	bottom: 0;
	left: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
/*========= 18. Portfolio Details Area CSS=========*/
.portfolio-details {
	padding: 120px 0;
	background-color: #fff
}
.portfolio-details-box {
	-webkit-box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.25);
	box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.25);
}
.portfolio-screenshot img {
	width: 100%
}
/*18.1 Project  Description*/
.project-description h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
}
.project-description p {
	padding-right: 30px
}
.project-name {
	margin-bottom: 15px;
}
.project-name h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	padding-top: 20px
}
.project-info {
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(196, 196, 196, 0.25);
}
.project-info h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.project-info h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.project-info h4 span {
	font-weight: normal;
	text-transform: none
}
.project-brief {
	margin-top: 50px;
}
.project-info {
	margin-top: 50px;
	background-color: #FAFAFA;
	padding: 30px
}
.margin-top-project {
	margin-top: 40px
}
/*18.2 Project  Technology*/
.project-technology h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
}
.project-technology {
	margin-top: 40px;
	background-color: #FAFAFA;
	padding: 30px
}
.project-technology ul li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	margin: 5px;
	background-color: #fff;
	padding: 5px 10px;
	-webkit-transition: .5s;
	transition: .5s;
}
.project-technology ul li:hover {
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #88FF5F 98.6%);
}
/*18.3 Project  Slider*/
.left-arrow-3 {
	position: absolute;
	left: 47%;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	transform: translateX(-50%);
}
.right-arrow-3 {
	position: absolute;
	right: 47%;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	transform: translateX(-50%);
}
/*======== 19. About Us Area CSS =======*/

.abou-us-area {
	padding: 120px 0px 20px 0px;
	background-color: #fff;
/*	font-family:'Nunito', sans-serif;*/
}
/*19.1 About Us Banner*/
.about-hero-banner {
	background-color: #fff;
	background-image: url(../img/about-banner.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner img {
	width: 100%;
}

.serweb-hero-banner {
	background-color: #fff;
	background-image: url(../img/web_design.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.sersem-hero-banner {
	background-color: #fff;
	background-image: url(../img/sem.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.serseo-hero-banner {
	background-color: #fff;
	background-image: url(../img/seo.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}

.sersmm-hero-banner {
	background-color: #fff;
	background-image: url(../img/smm.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}

.seronmgt-hero-banner {
	background-color: #fff;
	background-image: url(../img/onmgt.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.sermobapp-hero-banner {
	background-color: #fff;
	background-image: url(../img/mobile_dev.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.serwebap-hero-banner {
	background-color: #fff;
	background-image: url(../img/web_design.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.serwebdev-hero-banner {
	background-color: #fff;
	background-image: url(../img/web_dev.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner img {
	width: 100%;
}

.about-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.about-hero-banner-apply {
	background-color: #fff;
	background-image: url(../img/mfk/Application-Form.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner-aplly img {
	width: 100%;
}
.about-hero-banner-apply:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.about-hero-banner-seo {
	background-color: #fff;
	background-image: url(img/mfk/seo1.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner-seo img {
	width: 100%;
}
.about-hero-banner-seo:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.about-hero-banner-cam {
	background-color: #fff;
	background-image: url(../img/mfk/Management.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner-cam img {
	width: 100%;
}
.about-hero-banner-cam:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.about-hero-banner-smm {
	background-color: #fff;
	background-image: url(img/mfk/smm2.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner-smm img {
	width: 100%;
}
.about-hero-banner-smm:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
.about-hero-banner-mob {
	background-color: #fff;
	background-image: url(img/mfk/mobile.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 70px;
}
.about-hero-banner-mob img {
	width: 100%;
}
.about-hero-banner-mob:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}
/*19.2 About Hero Text*/
.about-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-hero-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
.about-hero-text p {
	color: #fff;
}
.product-area {
	padding-bottom: 100px;
	background-color: #fff;
}
.area{padding-bottom: 100px; }
.product-area h4{
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    font-family: 'Nunito', sans-serif;
}
.product-area h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    background:linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
    height: 5px;
    width: 70px;
    border-radius: 35px;
}
.product-area h5{
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.product-area .process-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    font-family: 'Nunito', sans-serif;
}
.process{}
.product-area h5:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
    height: 5px;
    width: 70px;
    transform: translateX(-50%);
    border-radius: 35px;
}


.product-area i.fa {
	width: 80px;
	height: 80px;
	background-color: #4bc7ee;
	font-size: 45px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	/* margin-bottom: 20px; */
}
/*19.3 About Video*/
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #33b506;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(132, 252, 106, 0.5);
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.video-play-button:hover:after {
	background: #6ef43f;
}
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0px;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 13px solid transparent;
	margin-right: -6px;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}
.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.video-overlay-close:hover {
	color: #fa183d;
}
.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.youtube-video-wrapper {
	background: url('../img/about-video.png') top center no-repeat;
	background-size: cover;
	padding: 160px 0;
	position: relative;
	text-align: center;
	border-radius: 15px;
}
.popup-gallery {
	display: inline-block;
	position: relative;
}
/*19.4 About Video Icon*/

.youtube-video-icon {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	background: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.youtube-video-icon i {
	font-size: 60px;
	line-height: 100px;
	color: #6B02FF;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.about-team img {
	width: 100%
}
/*19.5 About Counter*/
.about-counter-area {
	background-color: #F7FFF7;
	padding: 120px 0
}
.about-counter-text {
	text-align: left !important
}
/*19.6 About Section Content*/
.about-section-title h4 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}


.about-section-separate {
	margin-top: 120px;
}
.about-content-right {
	text-align: right
}
/*====== 20. 404 Area CSS ========*/
.error-page-area {
	height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #abd8f2;
	padding: 120px 0;
}
.error-text {
	text-align: center
}
.error-text h2 {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 40px;
	font-size: 28px;
}
.error-text a {
	background-color: #323657;
	text-transform: capitalize;
	font-weight: 600;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border: 2px solid transparent;
	border-radius: 68px
}
.error-text a:hover {
	border: 2px solid #323657;
	color: #23D89B;
	background-color: #323657
}
/*============== 21. Call to Action ============*/
.callto-action {
	background-color: #191c2f;
	color: #fff;
	padding: 45px 0
}
.callto-action-text h5 {
	font-size: 30px;
}
.callto-action span {
	font-weight: 700
}
.callto-action-btn {
	text-align: right
}
.callto-action-btn a {
	background: transparent;
	border-radius: 68px;
	text-transform: capitalize;
	padding: 12px 30px;
	margin-top: -5px;
	display: inline-block;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s;
 border-radius: 30px transition: .7s;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff
}
.callto-action-btn a:hover {
	background: linear-gradient(252.62deg, #84FC6A 8.92%, #48D6F2 96.59%);
	border: 2px solid transparent
}
/*mohsin css*/
#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}
#myCarousel h4 {
	font-size: 50px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#myCarousel p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d5d5d5;
}
#myCarousel .carousel-item a {
	background: linear-gradient(253.52deg, #08b2e7 8.92%, #ffffff 96.59%);
	font-size: 14px;
	color: #FFF;
	padding: 13px 32px;
	display: inline-block;
}
#myCarousel .carousel-item a:hover {
	background: linear-gradient(253.52deg, #ffffff 8.92%, #08b2e7 96.59%);
	text-decoration: none;
}
#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
#myCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#myCarousel .container {
	max-width: 1430px;
}
#myCarousel .carousel-item {
	height: 100%;
	min-height: 550px;
}
#myCarousel {
	position: relative;
	z-index: 1;
	background-size: cover;
	margin-top: 20%;
}
.carousel-control-next, .carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #04b1e8;
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
 .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
/*about us page*/
.pt {
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
.mh3 {
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	color: white;
	font-style: oblique;
	margin: -70px 0px 25px 0px;
}
/*about slider*/
.carousel-3d-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#carousel3d .carousel-3d-slide.current {
	background-color: #333;
	color: #fff;
}
#carousel3d .carousel-3d-slide.current span {
	font-size: 20px;
	font-weight: 500;
}
.mp {
	font-size: 14px;
}
.sbk {
	background-color: #f0f5f0;
	padding: 15px 0px 15px 0px;
}
/*slider end*/
		
		
/*our  culture*/	

.mk-header {
	background-color: #08b2e7;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.mk-header-bg {
	background-color: #fff;
}
.mk-classic-nav-bg {
	background-color: #636363;
}
.master-holder-bg {
	background-color: #fff;
}
#mk-footer {
	background-color: #3d4045;
}
#mk-boxed-layout {
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.mk-news-tab .mk-tabs-tabs .is-active a, .mk-fancy-title.pattern-style span, .mk-fancy-title.pattern-style.color-gradient span:after, .page-bg-color {
	background-color: #fff;
}
.page-title {
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
.page-subtitle {
	font-size: 14px;
	line-height: 100%;
	color: #a3a3a3;
	font-size: 14px;
	text-transform: none;
}
.mk-header {
	border-bottom: 1px solid #ededed;
}
.header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper {
	padding-top: 64.5px;
}
@font-face {
	font-family: 'star';
	src: url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.eot');
	src: url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.eot?#iefix') format('embedded-opentype'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.woff') format('woff'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.ttf') format('truetype'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'WooCommerce';
	src: url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot');
	src: url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot?#iefix') format('embedded-opentype'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.woff') format('woff'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.ttf') format('truetype'), url('https://technooyster.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.svg#WooCommerce') format('svg');
	font-weight: normal;
	font-style: normal;
}
#padding-3 {
	height: 190px;
}
#fancy-title-4 {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 85px;
	color: #ffffff;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
}
#fancy-title-4 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-4 {
	text-align: center !important;
}
}
#padding-5 {
	height: 150px;
}
.full-width-2 {
	min-height: 100px;
	margin-bottom: 0px;
}
.full-width-2 .page-section-content {
	padding: 0px 0 0px;
}
#background-layer--2 {;
	background-position: center center;
	background-repeat: no-repeat;
	;
}
#background-layer--2 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#fancy-title-7 {
	letter-spacing: 0px;
	text-transform: none;
	font-size: 40px;
	color: #08b2e7;
	text-align: left;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
#fancy-title-7 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-7 {
	text-align: center !important;
}
}
#text-block-8 {
	margin-bottom: 6px;
	text-align: left;
}
#text-block-9 {
	margin-bottom: 32px;
	text-align: left;
}
#padding-10 {
	height: 40px;
}
.full-width-6 {
	min-height: 100px;
	margin-bottom: 0px;
}
.full-width-6 .page-section-content {
	padding: 61px 0 0px;
}
#background-layer--6 {;
	background-position: left top;
	background-repeat: no-repeat;
	;
}
#background-layer--6 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.full-width-11 {
	min-height: 100px;
	margin-bottom: -40px;
	background-color: #ffffff;
}
.full-width-11 .page-section-content {
	padding: 20px 0 20px;
}
#background-layer--11 {;
	background-position: left top;
	background-repeat: no-repeat;
	;
}
#background-layer--11 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.full-width-11 .mk-fancy-title.pattern-style span, .full-width-11 .mk-blog-view-all {
	background-color: #ffffff !important;
}
#text-block-13 {
	margin-bottom: 0px;
	text-align: right;
}
#padding-14 {
	height: 140px;
}
#text-block-15 {
	margin-bottom: 0px;
	text-align: right;
}
#padding-16 {
	height: 90px;
}
#text-block-17 {
	margin-bottom: 0px;
	text-align: left;
}
#padding-18 {
	height: 105px;
}
#text-block-19 {
	margin-bottom: 0px;
	text-align: left;
}
#padding-20 {
	height: 80px;
}
#text-block-21 {
	margin-bottom: 0px;
	text-align: left;
}
.full-width-12 {
	min-height: 100px;
	margin-bottom: 0px;
}
.full-width-12 .page-section-content {
	padding: 80px 0 80px;
}
#background-layer--12 {;
	background-position: left top;
	background-repeat: repeat;
	;
}
#background-layer--12 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#fancy-title-23 {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 45px;
	color: #08b2e7;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
}
#fancy-title-23 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-23 {
	text-align: center !important;
}
}
.full-width-22 {
	min-height: 66px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
}
.full-width-22 .page-section-content {
	padding: 40px 0 17px;
}
#background-layer--22 {;
	background-position: left top;
	background-repeat: repeat;
	;
}
#background-layer--22 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.full-width-22 .mk-fancy-title.pattern-style span, .full-width-22 .mk-blog-view-all {
	background-color: #f2f2f2 !important;
}
#padding-25 {
	height: 10px;
}
#text-block-26 {
	margin-bottom: 0px;
	text-align: left;
}
#padding-27 {
	height: 43px;
}
#padding-28 {
	height: 10px;
}
#text-block-29 {
	margin-bottom: 0px;
	text-align: left;
}
#padding-30 {
	height: 10px;
}
#padding-31 {
	height: 10px;
}
#text-block-32 {
	margin-bottom: 0px;
	text-align: left;
}
#padding-33 {
	height: 10px;
}
#text-block-34 {
	margin-bottom: 0px;
	text-align: left;
}
.full-width-24 {
	min-height: 100px;
	margin-bottom: 0px;
}
.full-width-24 .page-section-content {
	padding: 0px 0 0px;
}
#background-layer--24 {;
	background-position: left top;
	background-repeat: repeat;
	;
}
#background-layer--24 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#fancy-title-36 {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 45px;
	color: #08b2e7;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
}
#fancy-title-36 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-36 {
	text-align: center !important;
}
}
#mk-icon-box-37 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-37 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-37 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-37 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-37 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-37 .mk-box-icon-2-content {
color:;
}
#mk-icon-box-38 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-38 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-38 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-38 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-38 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-38 .mk-box-icon-2-content {
color:;
}
#mk-icon-box-39 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-39 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-39 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-39 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-39 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-39 .mk-box-icon-2-content {
color:;
}
#mk-icon-box-40 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-40 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-40 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-40 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-40 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-40 .mk-box-icon-2-content {
color:;
}
#mk-icon-box-41 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-41 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-41 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-41 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-41 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-41 .mk-box-icon-2-content {
color:;
}
#mk-icon-box-42 .mk-box-icon-2-icon {
	color: #ffffff!important;
	background-color: #08b2e7;
	border: 1px solid #08b2e7;
}
#mk-icon-box-42 .mk-box-icon-2-icon a {
	color: #ffffff!important;
	;
}
#mk-icon-box-42 .mk-box-icon-2-icon:hover {
	color: #222222 !important;
	background-color: #ffffff;
	border: 1px solid #08b2e7;
}
#mk-icon-box-42 .mk-box-icon-2-icon:hover a {
	color: #222222!important;
	;
}
#mk-icon-box-42 .mk-box-icon-2-title {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	padding: 10px 0 10px 0;
}
#mk-icon-box-42 .mk-box-icon-2-content {
color:;
}
.full-width-35 {
	min-height: 100px;
	margin-bottom: 0px;
}
.full-width-35 .page-section-content {
	padding: 10px 0 40px;
}
#background-layer--35 {;
	background-position: left top;
	background-repeat: repeat;
	;
}
#background-layer--35 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#fancy-title-44 {
	letter-spacing: 0px;
	text-transform: none;
	font-size: 51px;
	color: #ffffff;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
}
#fancy-title-44 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-44 {
	text-align: center !important;
}
}
#fancy-title-45 {
	letter-spacing: 0px;
	text-transform: none;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
}
#fancy-title-45 span {
}

@media handheld, only screen and (max-width:767px) {
#fancy-title-45 {
	text-align: center !important;
}
}
.full-width-43 {
	min-height: 100px;
	margin-bottom: -40px;
	background-color: #08b2e7;
}
.full-width-43 .page-section-content {
	padding: 30px 0 0px;
}
#background-layer--43 {;
	background-position: left top;
	background-repeat: repeat;
	;
}
#background-layer--43 .mk-color-layer {;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.full-width-43 .mk-fancy-title.pattern-style span, .full-width-43 .mk-blog-view-all {
	background-color: #08b2e7 !important;
}
.mk-similiar-title {
	padding: 15px 10px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal!important;
}
.mk-blog-modern-item .mk-audio-section, .mk-blog-modern-item .featured-image, .mk-blog-modern-item .mk-swipe-slideshow {
	margin-top: 60px! important;
}
div#mk-breadcrumbs {
	visibility: hidden! important;
}
#mk-page-introduce {
	padding: 0px 0! important;
}
#mk-page-introduce.intro-left {
	height: 0px! important;
}
.page-title {
	display: none! important;
}
.featured-image {
	text-align: center;
}
.a {
	color: #ff0707!important;
}
.wpcf7-form p {
	margin-bottom: 5px!important;
}
.vc_custom_1492769966228 {
	background-image: url(http://clients.technooyster.biz/technoo-development/wp-content/uploads/2017/04/goal-mission2.png?id=279) !important;
	background-repeat: no-repeat;
}
.kk {
	background-color: transparent!important;
	border: none!important;
	border: 1px solid #fff!important;
	height: 130px!important;
	color: #fff!important;
	font-size: 30px!important;
	width: 100%!important;
}
.sidedash-navigation-ul li a:hover {
	color: #ffffff;
	background-color: #222222;
	padding: 20px;
}
.kkp {
	background-color: transparent!important;
	border: none!important;
	border-bottom: 2px solid #fff!important;
	height: 50px!important;
	color: #fff!important;
	font-size: 30px!important;
}
::-webkit-input-placeholder {
color:#fff;
font-size:20px;
}
::-moz-placeholder {
color:#fff;
font-size:20px;
}
:-ms-input-placeholder {
color:#fff;
font-size:20px;
}
:-moz-placeholder {
color:#fff;
font-size:20px;
}
#mk-footer {
	background-image: url(http://technooyster.com/wp-content/uploads/2017/06/pune-skyline-footer-bg.png);
	background-size: cover;
	background-repeat: round;
}
#theme-page .theme-page-wrapper .theme-content {
	padding: 0px 0px;
}
.plugin td {
	font-size: 11px;
	color: #fff!important;
}
.keshav {
	margin-top: -40px;
}
.pk {
	width: 249px;
	height: 45px;
}
.wpcf7-submit:hover {
	background-color: #b50101;
	color: #fff;
}
.wpcf7-submit {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 25px;
	letter-spacing: 1px;
	outline: 0;
	color: #ffffff;
	vertical-align: middle;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	zoom: 1;
	border: 1px solid #08b2e7;
	background-color: #000000;
	border-radius: 2px;
	transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
}
.letstalk {
	position: fixed;
	right: 8.3%;
	z-index: 1;
	text-transform: uppercase;
	font-size: 20px;
	background-color: #08b2e7;
	padding: 19.5px;
	color: #fff;
}
.letstalk:hover {
	text-decoration: underline #fff !important;
}
.letstalk1 {
	position: fixed;
	right: 40%;
	z-index: 1;
	text-transform: uppercase;
	font-size: 20px;
	padding: 23px;
	color: #696666;
}
.mk-video-container {
	padding-bottom: 68.25% !important;
}
.sidedash-navigation-ul>li {
	border-top: 0px solid rgba(128,128,128,.2);
}
#socialicons {
	z-index: 1;
	position: fixed;
	right: 25%;
	margin-top: -1px;
	margin-right: 3px;
}
#socialicons1 {
	z-index: 1;
	position: fixed;
	right: 20%;
	margin-top: -1px;
	margin-right: 1px;
}
#linkandtwit {
	margin-top: -7px;
}
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 30px;
}
.mk-side-dashboard {
	margin-top: 65px;
}
.side-dash-bottom-widgets, .side-dash-top-widgets {
	padding: 0px !important;
}
.mk-dashboard-trigger.dashboard-style.add-header-height {
	position: relative;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	position: absolute;
	right: 0px !important;
	left: 325px !important;
}
.prasad1 {
	padding: 1px;
}
.mk-footer-copyright {
	float: none;
	text-align: center;
}
.copyfooter {
	letter-spacing: 0px;
	font-size: 16px !important;
	padding-top: 20px;
}
.subscribeform {
	background-color: #08b2e7;
	border: none;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.subscribeemail::-webkit-input-placeholder {
color:#000;
font-size:14px;
}
.subscribeemail::-moz-placeholder {
color:#000;
font-size:14px;
}
.subscribeemail:-ms-input-placeholder {
color:#000;
font-size:14px;
}
.subscribeemail:-moz-placeholder {
color:#000;
font-size:14px;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
.vc_col-sm-4.grobustechnopus.wpb_column.column_container.vc_custom_1496739865982._.height-full {
	background-repeat: round;
}
#mobileslider {
	display: none;
}
#desktopslider {
	margin-bottom: -40px !important;
}
.wpProQuiz_button, .wpProQuiz_button:hover {
	margin: 0!important;
	padding: 10px 30px!important;
	background: #be0000!important;
	border-radius: 11px!important;
	color: #fff!important;
	font-weight: 500!important;
	border: none! important;
	text-shadow: none!important;
	filter: none!important;
	float: none;
	border-radius: 0px! important;
	font-size: 20px! important;
}

@media only screen and (min-width:1920px) and (max-width:1920px) {
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 300px;
}
#socialicons1 {
	right: 21.6%;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
.sociallastpara {
	margin-top: 30px;
}
}

@media only screen and (min-width:1680px) and (max-width:1680px) {
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 200px;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 500px !important;
}
#socialicons1 {
	right: 21.1%;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
.vc_col-sm-4.grobustechnopus.wpb_column.column_container.vc_custom_1496739865982._.height-full {
	background-size: cover;
	background-repeat: round;
	padding-bottom: 100px;
}
}

@media only screen and (min-width:1600px) and (max-width:1600px) {
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 150px;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 445px !important;
}
#socialicons1 {
	right: 20.9%;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
.vc_col-sm-4.grobustechnopus.wpb_column.column_container.vc_custom_1496739865982._.height-full {
	background-size: cover;
	background-repeat: round;
}
}

@media only screen and (min-width:1440px) and (max-width:1440px) {
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 70px;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 370px !important;
}
#socialicons1 {
	right: 20.4%;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
.vc_col-sm-4.grobustechnopus.wpb_column.column_container.vc_custom_1496739865982._.height-full {
	background-size: cover;
	background-repeat: round;
}
}

@media only screen and (min-width:1280px) and (max-width:1280px) {
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 0px;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 305px !important;
}
#socialicons {
	right: 25.3%;
}
.innerpagemidcolbg {
	background-repeat: round !important;
}
}

@media(max-width:1024px) {
#socialicons {
	right: 30% !important;
}
#socialicons1 {
	right: 23.5% !important;
}
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 0px;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 305px !important;
}
.mk-header.header-style-3.header-align-left.toolbar-false.menu-hover-3.sticky-style-fixed.mk-background-stretch.boxed-header {
	position: fixed;
}
.vc_col-sm-4.grobustechnopus.wpb_column.column_container.vc_custom_1496739865982._.height-full {
	background-size: cover;
	background-repeat: round;
}
}

@media(max-width:991px) {
#desktopslider {
	display: none;
}
#mobileslider {
	display: block;
}
#socialicons {
	display: none;
}
#socialicons1 {
	display: none;
}
.letstalk1 {
	right: 33%;
	font-size: 16px;
	position: fixed;
}
.letstalk {
	right: 18%;
	font-size: 15px;
	padding: 9.5px;
	top: 1.5%;
	position: fixed;
}
.cp-onload.overlay-show.letstalk.cp-cp_id_79b1b.cp-modal-global {
	display: none;
}
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 0px !important;
}
.cp-onload.overlay-show.letstalk.cp-cp_id_0608e.cp-modal-global {
	display: none;
}
.mk-dashboard-trigger.dashboard-style.add-header-height.dashboard-active .mk-css-icon-menu.icon-size-big {
	left: 280px !important;
}
.mk-side-dashboard {
	margin-top: 64px;
}
#fancy-title-4 {
	font-size: 66px !important;
}
#fancy-title-12 {
	font-size: 48px !important;
}
#fancy-title-25 {
	font-size: 46px !important;
}
#fancy-title-29 {
	font-size: 48px !important;
}
.keshav {
	margin-top: 0px;
}
}

@media(max-width:767px) {
.sidedash-navigation-ul li a {
	font-size: 17px !important;
}
#mk-footer .widget_nav_menu ul li a {
	padding: 5px 15px 5px 5px;
	font-size: 15px !important;
}
#mk-footer {
	background-repeat: no-repeat !important;
}
a.tabinnerlinktitle {
	font-size: 18px !important;
}
.intabiconlink {
	padding-bottom: 0px !important;
}
#socialicons {
	display: none;
}
#socialicons1 {
	display: none;
}
.letstalk1 {
	display: none;
}
.letstalk {
	right: 18%;
	font-size: 15px;
	padding: 9.5px;
	top: 2%;
	position: fixed;
}
.cp-onload.overlay-show.letstalk.cp-cp_id_79b1b.cp-modal-global {
	display: none;
}
.mk-dashboard-trigger .mk-css-icon-menu {
	left: 0px !important;
}
.cp-onload.overlay-show.letstalk.cp-cp_id_0608e.cp-modal-global {
	display: none;
}
#fancy-title-4 {
	font-size: 36px !important;
}
#fancy-title-12 {
	font-size: 36px !important;
}
#fancy-title-25 {
	font-size: 36px !important;
}
#fancy-title-29 {
	font-size: 38px !important;
}
#fancy-title-6 {
	font-size: 38px;
}
.goocertif {
	font-size: 28px !important;
}
.fastfacts {
	line-height: 35px !important;
}
.mk-text-block.fastfactsdesc {
	margin-bottom: 0px !important;
}
#fancy-title-6 {
	font-size: 38px;
}
#slide-1-layer-31 i, a {
/*	font-size: 9px !important;*/
}
.slidercontentlink {
	position: absolute;
	top: 80px;
	left: 105px;
}
.slidercontentlink1 {
	position: relative;
	right: 110px;
}
.vc_col-sm-12.boxfullwidth.wpb_column.column_container._.height-full {
	padding: 0px;
}
div#fastfactsset .mk-padding-wrapper {
	padding: 0px;
}
#fancy-title-10 {
	font-size: 24px;
}
.innerpagemidcolbg {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 300px !important;
	margin-top: 30px !important;
}
}

@media(max-width:667px) {
.slidercontentlink {
	top: 70px;
	left: 100px;
}
.mk-single-content a {
	font-size: 16px! important;
}
.blog-single-title {
	font-size: 16px! important;
}
article {
	margin-top: 60px! important;
}
.slidercontentlink1 {
	right: 81px;
}
#slide-1-layer-31 i, a {
/*	font-size: 8px !important;*/
}
}

@media(max-width:330px) {
.letstalk {
	top: 3%;
	right: 14%;
	padding: 6px;
}
h2.mk-fancy-title.simple-style.shadow.color-single {
	font-size: 33px !important;
}
}
.sidedash-navigation-ul li a:hover {
	padding: 14px !important;
}

@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) {
.mk-blog-modern-item {
	width: 45% !important;
	margin-bottom: 50px !important;
	margin-left: 30px !important;
	display: inline-grid !important;
}
.mk-blog-modern-item .mk-blog-meta {
	margin: -135px 20px 20px 100px !important;
}
}
.mk-divider {
	display: block;
	width: 100%;
}
.mk-divider.custom-width .divider-inner {
	display: block;
}
.mk-divider.custom-width.center {
	text-align: center;
}
.mk-divider.custom-width.center .divider-inner {
	margin: 0 auto;
}
.mk-divider.custom-width.right .divider-inner {
	margin: 0 0 0 auto;
}

@media handheld, only screen and (max-width:767px) {
.mk-divider.custom-width.right, .mk-divider.custom-width.left {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
}
.mk-divider.center .divider-inner {
	margin: 0 auto;
}
.mk-divider.right .divider-inner {
	margin: 0 0 0 auto;
}
.mk-divider.divider_one_half .divider-inner {
	width: 50%;
}
.mk-divider.divider_one_third .divider-inner {
	width: 33.33%;
}
.mk-divider.divider_one_fourth .divider-inner {
	width: 25%;
}
.mk-divider.double_dot .divider-inner {
	height: 5px;
	border-top: 1px dashed #dadada;
	border-bottom: 1px dashed #dadada;
}
.mk-divider.thick_solid .divider-inner {
	border-top: 2px solid #e5e5e5;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.mk-divider.thin_solid .divider-inner {
	border-top: 1px solid #e5e5e5;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.mk-divider.thin_solid .divider-inner:after {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mk-divider.single_dotted .divider-inner {
	border-top: 1px dashed #dadada;
}
.mk-divider.shadow_line .divider-inner {
	height: 7px;
}
.mk-divider.shadow_line .divider-inner .divider-shadow-left, .mk-divider.shadow_line .divider-inner .divider-shadow-right {
	display: inline-block;
	width: 50%;
	height: 7px;
	background-repeat: no-repeat;
}
.mk-divider.shadow_line .divider-inner .divider-shadow-left {
	background-position: left center;
}
.mk-divider.shadow_line .divider-inner .divider-shadow-right {
	background-position: right center;
}
.mk-divider[class*='go_top'] .divider-inner {
	position: relative;
	height: 12px;
}
.mk-divider[class*='go_top'] .divider-inner:before {
	top: 6px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
}
.mk-divider[class*='go_top'] .divider-inner .divider-go-top {
	position: absolute;
	top: -10px;
	right: 0;
	float: right;
	padding-left: 4px;
}
.mk-divider[class*='go_top'] .divider-inner .divider-go-top .mk-svg-icon {
	margin-left: 6px;
	color: #cccccc;
}
.mk-divider.go_top_thick .divider-inner:before {
	height: 2px;
}
.mk-divider.divider_page_divider {
	width: 100%;
}
.mk-box-icon {
	position: relative;
	-webkit-backface-visibility: hidden;
}
.mk-box-icon .mk-main-ico {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.mk-box-icon .mk-main-ico .mk-svg-icon {
	margin: 0 auto;
	vertical-align: middle;
}
.mk-box-icon p {
	position: relative;
	margin-bottom: 0;
}
.mk-box-icon h4 i {
	text-transform: none !important;
}
.mk-box-icon .icon-box-readmore {
	position: relative;
	float: right;
	margin: 10px 15px 10px 0;
	font-size: 12px;
}
.mk-box-icon .icon-box-readmore svg {
	position: relative;
	padding-left: 8px;
	vertical-align: middle;
	height: 16px;
}
.mk-box-icon.simple_minimal-style.vc_span4 {
	padding-right: 10px;
}
.mk-box-icon.simple_minimal-style .mk-main-ico {
	display: inline-block;
	margin-right: 12px;
	float: left;
	text-align: center;
}
.mk-box-icon.simple_minimal-style .circled-icon {
	text-align: center;
	border-radius: 50%;
}
.mk-box-icon.simple_minimal-style .circled-icon.small {
	line-height: 42px;
	width: 42px;
	height: 42px;
}
.mk-box-icon.simple_minimal-style .circled-icon.medium {
	line-height: 64px;
	width: 64px;
	height: 64px;
}
.mk-box-icon.simple_minimal-style .circled-icon.large {
	line-height: 86px;
	width: 86px;
	height: 86px;
}
.mk-box-icon.simple_minimal-style .circled-icon.x-large {
	line-height: 110px;
	width: 110px;
	height: 110px;
}
.mk-box-icon.boxed-style .mk-main-ico .mk-svg-icon, .mk-box-icon.simple_minimal-style .mk-main-ico .mk-svg-icon {
	vertical-align: baseline;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.small .mk-svg-icon {
	height: 16px!important;
	width: 16px!important;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.medium .mk-svg-icon {
	height: 24px!important;
	width: 24px!important;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.large .mk-svg-icon {
	height: 32px!important;
	width: 32px!important;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.x-large .mk-svg-icon {
	height: 48px!important;
	width: 48px!important;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.small {
	font-size: 16px;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.medium {
	font-size: 24px;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.large {
	font-size: 32px;
}
.mk-box-icon.simple_minimal-style .mk-main-ico.x-large {
	font-size: 48px;
}
.mk-box-icon.simple_minimal-style h4 {
	margin-bottom: 15px !important;
}
.mk-box-icon.simple_minimal-style h4.icon-circled {
	display: block;
	height: auto;
}
.mk-box-icon.simple_minimal-style h4.icon-circled span {
	display: block;
	padding-top: 5px;
}
.mk-box-icon.boxed-style .icon-box-boxed {
	position: relative;
	border: 1px solid #e0e0e0;
	background-color: #f4f4f4;
	text-align: center;
	border-radius: 3px;
}
.mk-box-icon.boxed-style .icon-box-boxed .mk-svg-icon {
	position: relative;
	top: 1px;
}
.mk-box-icon.boxed-style .icon-box-boxed.top {
	margin-top: 35px;
	padding: 70px 30px 30px;
}
.mk-box-icon.boxed-style .icon-box-boxed.top .mk-main-ico {
	top: -34px;
	left: 50%;
	margin-left: -32px;
}
.mk-box-icon.boxed-style .icon-box-boxed.left {
	margin-left: 30px;
	padding: 30px 30px 30px 60px;
	text-align: left;
}
.mk-box-icon.boxed-style .icon-box-boxed.left .mk-main-ico {
	top: 50%;
	left: -34px;
	margin-top: -34px;
}
.mk-box-icon.boxed-style .icon-box-readmore {
	display: inline-block;
	float: none;
}
.mk-box-icon.boxed-style h4 {
	margin-bottom: 20px;
	color: #222222 !important;
}
.mk-box-icon.boxed-style .mk-main-ico {
	position: absolute;
	display: block;
	width: 65px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	line-height: 65px;
	font-size: 32px;
	border-radius: 50%;
}
.mk-box-icon.boxed-style .mk-main-ico {
	font-size: 32px;
}
.mk-box-icon.boxed-style .mk-main-ico .mk-svg-icon {
	width: 32px !important;
	height: 32px !important;
}
.mk-box-icon.boxed-style .mk-main-ico:before {
	position: relative;
}
.mk-box-icon.simple_ultimate-style .left-side {
	padding-right: 15px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico {
	display: block;
	float: left;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.small {
	width: 32px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.medium {
	width: 48px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.large {
	width: 64px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.x-large {
	width: 128px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.small {
	font-size: 32px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.medium {
	font-size: 48px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.large {
	font-size: 64px;
}
.mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.x-large {
	font-size: 128px;
}
.mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper {
	display: block;
}
.mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.small-size {
	margin-left: 48px;
}
.mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.medium-size {
	margin-left: 65px;
}
.mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.large-size {
	margin-left: 84px;
}
.mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.x-large-size {
	margin-left: 158px;
}
.mk-box-icon.simple_ultimate-style .top-side {
	text-align: center;
}
.mk-box-icon.simple_ultimate-style .top-side .mk-main-ico {
	display: block;
}
.mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.small {
	margin-bottom: 8px;
}
.mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.medium {
	margin-bottom: 10px;
}
.mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.large {
	margin-bottom: 12px;
}
.mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.x-large {
	margin-bottom: 15px;
}
.mk-box-icon.simple_ultimate-style .top-side h4 {
	margin-bottom: 22px;
}
.mk-box-icon.simple_ultimate-style .top-side .icon-box-readmore {
	display: inline-block;
	float: none;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.small {
	font-size: 32px;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.small .mk-svg-icon {
	height: 32px!important;
	width: 32px!important;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.medium {
	font-size: 48px;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.medium .mk-svg-icon {
	height: 48px!important;
	width: 48px!important;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.large {
	font-size: 64px;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.large .mk-svg-icon {
	height: 64px!important;
	width: 64px!important;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.x-large {
	font-size: 128px;
}
.mk-box-icon.simple_ultimate-style .mk-main-ico.x-large .mk-svg-icon {
	height: 128px!important;
	width: 128px!important;
}
.mk-box-icon .rounded-circle.left-side .small-size {
	margin-left: 90px !important;
}
.mk-box-icon .rounded-circle.left-side .medium-size {
	margin-left: 120px !important;
}
.mk-box-icon .rounded-circle.top-side .small {
	margin-bottom: 26px !important;
}
.mk-box-icon .rounded-circle.top-side .medium {
	margin-bottom: 34px !important;
}
.mk-box-icon .rounded-circle .mk-main-ico {
	border-width: 1px;
	border-style: solid;
	border-radius: 60px;
	text-align: center;
	display: flex !important;
	align-content: center;
	margin: 0 auto;
}
.mk-box-icon .rounded-circle .small {
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
}
.mk-box-icon .rounded-circle .small .mk-main-ico {
	font-size: 24px;
}
.mk-box-icon .rounded-circle .small .mk-svg-icon {
	width: 24px !important;
	height: 24px !important;
}
.mk-box-icon .rounded-circle .medium {
	height: 84px !important;
	width: 84px !important;
	line-height: 84px !important;
}
.mk-box-icon .rounded-circle .medium .mk-main-ico {
	font-size: 32px;
}
.mk-box-icon .rounded-circle .medium .mk-svg-icon {
	height: 32px !important;
	width: 32px !important;
}
.mk-clients {
	position: relative;
}
.mk-clients.slideshow-no-title {
	padding-top: 25px;
}
.mk-clients ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mk-clients ul.mk-flex-slides li {
	position: relative;
	text-align: center;
}
.mk-clients ul.mk-flex-slides li .client-logo {
	margin: 0 9px;
}
.mk-clients ul.mk-flex-slides .client-logo {
	width: 170px;
	border-width: 1px;
	border-style: solid;
}
.mk-clients .client-logo {
	position: relative;
	display: block;
	opacity: .8;
	background-position: center center;
	background-repeat: no-repeat;
}
.mk-clients .client-logo:hover {
	opacity: 1;
}
.mk-clients.bg-cover-true .client-logo {
	background-size: cover;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.mk-clients .flex-direction-nav a {
	position: absolute;
	top: -4px;
}
.mk-clients .flex-direction-nav a svg {
	fill: #aaaaaa;
	height: 12px !important;
}
.mk-clients .flex-prev {
	right: 20px;
}
.mk-clients .flex-next {
	right: 0px;
}
.mk-clients.column-style ul {
	overflow: hidden;
}
.mk-clients.column-style li {
	float: left;
	margin: 0;
	padding: 0;
}
.mk-clients.column-style.one-column li {
	width: 100%;
}
.mk-clients.column-style.two-column li {
	width: 50%;
}
.mk-clients.column-style.three-column li {
	width: calc(100% / 3);
}
.Edge .mk-clients.column-style.three-column li, .IE10 .mk-clients.column-style.three-column li, .IE11 .mk-clients.column-style.three-column li {
	width: calc(100% / 3 - 1px);
}
.mk-clients.column-style.four-column li {
	width: 25%;
}
.mk-clients.column-style.five-column li {
	width: 20%;
}
.mk-clients.column-style.six-column li {
	width: calc(100% / 6);
}
.Edge .mk-clients.column-style.six-column li, .IE10 .mk-clients.column-style.six-column li, .IE11 .mk-clients.column-style.six-column li {
	width: calc(100% / 6 - 1px);
}
.mk-clients.column-style.border-boxed ul {
	border-top-style: none!important;
}
.mk-clients.column-style.border-boxed ul:first-of-type .client-logo {
	border-top-style: solid !important;
}
.mk-clients.column-style.border-opened_edges ul:last-child .client-logo {
	border-bottom-style: none!important;
}

@media handheld, only screen and (max-width:960px) {
.mk-clients.column-style.three-column li, .mk-clients.column-style.four-column li, .mk-clients.column-style.five-column li, .mk-clients.column-style.six-column li {
	width: calc(100% / 3) !important;
}
.mk-clients.column-style.border-opened_edges.three-column li:nth-child(3) .client-logo, .mk-clients.column-style.border-opened_edges.four-column li:nth-child(3) .client-logo, .mk-clients.column-style.border-opened_edges.five-column li:nth-child(3) .client-logo, .mk-clients.column-style.border-opened_edges.six-column li:nth-child(3) .client-logo {
	border-right-style: none!important;
}
}

@media handheld, only screen and (max-width:767px) {
.mk-clients.column-style.three-column li, .mk-clients.column-style.four-column li, .mk-clients.column-style.five-column li, .mk-clients.column-style.six-column li {
	width: 50% !important;
}
.mk-clients.column-style.border-opened_edges.three-column li:nth-child(2) .client-logo, .mk-clients.column-style.border-opened_edges.four-column li:nth-child(2) .client-logo, .mk-clients.column-style.border-opened_edges.five-column li:nth-child(2) .client-logo, .mk-clients.column-style.border-opened_edges.six-column li:nth-child(2) .client-logo {
	border-right-style: none!important;
}
}

@media handheld, only screen and (max-width:550px) {
.mk-clients.column-style.three-column li, .mk-clients.column-style.four-column li, .mk-clients.column-style.two-column li, .mk-clients.column-style.five-column li, .mk-clients.column-style.six-column li {
	width: 100% !important;
}
.mk-clients.column-style.border-opened_edges.two-column li:nth-child(1) .client-logo, .mk-clients.column-style.border-opened_edges.three-column li:nth-child(1) .client-logo, .mk-clients.column-style.border-opened_edges.four-column li:nth-child(1) .client-logo, .mk-clients.column-style.border-opened_edges.five-column li:nth-child(1) .client-logo, .mk-clients.column-style.border-opened_edges.six-column li:nth-child(1) .client-logo {
	border-right-style: solid !important;
	border-left-style: solid !important;
	border-right-width: 1px !important;
	border-left-width: 1px !important;
}
.mk-clients.column-style.border-opened_edges .mk-clients-fixed-list:first-of-type .client-logo {
	border-top-style: solid !important;
	border-top-width: 1px !important;
}
.mk-clients.column-style.border-opened_edges .mk-clients-fixed-list:last-of-type .client-logo {
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}
    .box-sectiopn i {
    font-size: 35px;
    padding: 5px 0px !important;
    height: auto !important;
}
    .contact-form form {
	/* padding: 14%; */
	padding: 2% 0%!important;
}
    .section-heading-3 h3{font-size: 25px;margin-bottom:0px;}
    .contact-form h3 {
	 margin-bottom: 0%; 
	 margin-top: 0%; 
	text-align: center;
}
}
.ajax-container {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 auto;
	opacity: 0;
}
.ajax_project {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-top: none;
}
.ajax-controls {
	border: 1px solid #dddddd;
	overflow: hidden;
	margin-top: 20px;
}
.ajax-controls a {
	float: right;
	width: 37px;
	height: 37px;
	text-align: center;
	border-left: 1px solid #dddddd;
}
.ajax-controls svg {
	height: 16px;
	fill: #bbbbbb;
	transform: translateY(10px);
}
.ajax-controls a:hover svg {
	fill: #222222;
}


@media handheld, only screen and (max-width:960px) {
.ajax-portfolio-share.portfolio-social-share {
	text-align: center;
}
.ajax-portfolio-share.portfolio-social-share .mk-love-holder, .ajax-portfolio-share.portfolio-social-share .blog-share-container {
	float: none !important;
}
.ajax-portfolio-share.portfolio-social-share.single-social-section .single-share-box {
	left: -120px !important;
	right: auto !important;
	bottom: -60px !important;
	width: 180px !important;
}
.ajax-portfolio-share.portfolio-social-share.single-social-section .single-share-box:before {
	display: none !important;
}
}
.portfolio-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.portfolio-loader .mk-preloader {
	position: relative;
	left: auto;
	margin: 0;
	top: auto;
}
.portfolio-loader > div {
	background: #ffffff;
	border-radius: 50%;
	padding: 10px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.portfolio-grid {
	overflow: hidden;
}
.mk-fullwidth-true .mk-portfolio-container.mk-portfolio-grid {
	width: 100.5% !important;
}
.mk-portfolio-classic-item {
	float: left;
}
.mk-portfolio-classic-item {
	margin-top: 20px;
}
.mk-portfolio-classic-item .item-holder {
	margin: 0 10px 20px 10px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	overflow: hidden;
}
.mk-portfolio-classic-item .the-title {
	padding: 0 !important;
}
.mk-portfolio-classic-item .hover-icon {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -22px;
	opacity: 0;
	padding: 6px 10px;
	border-radius: 2px;
	text-align: center;
}
.mk-portfolio-classic-item .mk-svg-icon {
	fill: #ffffff;
	height: 32px;
	width: 32px;
	overflow: visible;
}
.mk-portfolio-classic-item .from-left {
	margin-left: -50px;
	right: auto;
	left: 45%;
}
.mk-portfolio-classic-item .from-right {
	margin-right: -50px;
	right: 45%;
}
.mk-portfolio-classic-item .from-right.move-to-right {
	margin-right: -20px !important;
}
.mk-portfolio-classic-item .featured-image {
	position: relative;
}
.mk-portfolio-classic-item .featured-image img {
	position: relative;
	width: 100%;
}
.mk-portfolio-classic-item .featured-image:hover .hover-icon, .mk-portfolio-classic-item .featured-image.hover .hover-icon {
	opacity: 1;
}
.mk-portfolio-classic-item .featured-image:hover .from-left, .mk-portfolio-classic-item .featured-image.hover .from-left {
	left: 50%;
}
.mk-portfolio-classic-item .featured-image:hover .from-right, .mk-portfolio-classic-item .featured-image.hover .from-right {
	right: 50%;
}
.mk-portfolio-classic-item .featured-image:hover .image-hover-overlay, .mk-portfolio-classic-item .featured-image.hover .image-hover-overlay {
	opacity: 0.8;
}
.portfolio-meta-wrapper {
	padding: 20px;
}
.portfolio-meta-wrapper .the-title {
	line-height: 20px !important;
	margin-bottom: 8px;
	font-size: 14px !important;
}
.portfolio-meta-wrapper .the-title a {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.portfolio-meta-wrapper .portfolio-categories a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.portfolio-meta-wrapper .the-excerpt {
	margin-top: 10px;
	margin-bottom: 0;
	opacity: 0.8;
}
.mk-portfolio-grid-item {
	float: left;
	overflow: hidden;
}
.mk-portfolio-masonry-item .the-title a, .mk-portfolio-grid-item .the-title a {
	color: #fff;
}
.mk-fullwidth-false .mk-portfolio-grid-item.six-column .portfolio-meta {
	display: none;
}
.mk-fullwidth-true .mk-portfolio-grid-item.two-column {
	width: 49.96%;
}
.mk-fullwidth-true .mk-portfolio-grid-item.five-column {
	width: 19.96%;
}
.mk-fullwidth-true .mk-portfolio-grid-item.six-column {
	width: 16.6666666666667%;
}
.mk-portfolio-container {
	transition: height 0.3s 0.3s;
}
.mk-portfolio-container:after, .mk-portfolio-container:before {
	content: " ";
	display: table;
}
.mk-portfolio-container:after {
	clear: both;
}
.mk-portfolio-container.grid-spacing-true .one-column {
	margin: 0 !important;
}
.mk-portfolio-container.grid-spacing-true .four-column {
	width: 25%;
}
.mk-isotop-item {
	float: left;
}
.mk-portfolio-masonry-item {
	position: relative;
	width: 12.5%;
	overflow: hidden;
	border-top-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	float: left;
}
.mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x {
	width: 25%;
}
.mk-portfolio-masonry-item.size_three_x_x, .mk-portfolio-masonry-item.size_three_x_two_x {
	width: 37.5%;
}
.mk-portfolio-masonry-item.size_four_x_x, .mk-portfolio-masonry-item.size_four_x_two_x {
	width: 50%;
}
.mk-portfolio-masonry-item .item-holder {
	margin: 0;
}

@media handheld, only screen and (max-width:1280px) {
.mk-portfolio-masonry-item.size_x_x, .mk-portfolio-masonry-item.size_x_two_x, .mk-portfolio-masonry-item.size_three_x_x, .mk-portfolio-masonry-item.size_three_x_two_x {
	width: 25%;
}
.mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x {
	width: 25%;
}
.mk-portfolio-masonry-item.size_four_x_x, .mk-portfolio-masonry-item.size_four_x_two_x, .mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x {
	width: 50%;
}
}

@media handheld, only screen and (max-width:1140px) {
.mk-portfolio-masonry-item.size_x_x, .mk-portfolio-masonry-item.size_x_two_x, .mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x, .mk-portfolio-masonry-item.size_three_x_x, .mk-portfolio-masonry-item.size_three_x_two_x {
	width: 50%;
}
.mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x {
	width: 50%;
}
.mk-portfolio-masonry-item.size_four_x_x, .mk-portfolio-masonry-item.size_four_x_two_x {
	width: 100%;
}
}

@media handheld, only screen and (max-width:850px) {
.mk-portfolio-masonry-item.size_x_x, .mk-portfolio-masonry-item.size_x_two_x {
	width: 50%;
}
.mk-portfolio-masonry-item.size_two_x_x, .mk-portfolio-masonry-item.size_two_x_two_x {
	width: 100%;
}
.mk-portfolio-masonry-item.size_three_x_x, .mk-portfolio-masonry-item.size_three_x_two_x {
	width: 100%;
}
.mk-portfolio-masonry-item.size_four_x_x, .mk-portfolio-masonry-item.size_four_x_two_x {
	width: 100%;
}
}

@media handheld, only screen and (max-width:600px) {
.mk-portfolio-masonry-item {
	width: 100%;
}
}
.mk-portfolio-masonry-item .featured-image {
	line-height: 4px;
	position: relative;
}
.mk-portfolio-masonry-item .featured-image > img {
	max-width: 100%;
	width: 100% !important;
}
.single-featured-image, .mk-portfolio-video {
	margin-bottom: 20px;
}
.portfolio-social-share {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.portfolio-social-share.single-social-section .single-share-box {
	left: -220px !important;
}

@media handheld, only screen and (max-width:960px) {
.portfolio-social-share.single-social-section .single-share-box {
	right: -200px;
	left: auto !important;
}
}
.portfolio-title {
	display: block;
	font-size: 26px !important;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 3px solid #dddddd;
}
.portfolio-single-cat {
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.portfolio-desc {
	margin-bottom: 20px;
	padding-right: 40px;
}
.portfolio-single-content {
	margin-bottom: 40px;
}
.portfolio-similar-posts {
	padding: 60px 0;
	border-top: 1px solid #dfe2e5;
	background-color: rgba(0, 0, 0, 0.03);
}
.portfolio-similar-posts .similar-post-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #3f3f3f;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.portfolio-similar-posts ul {
	margin: 0;
	padding: 0;
	line-height: 4px;
	text-align: center;
	width: 100%;
}
.portfolio-similar-posts ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 25%;
}

@media handheld, only screen and (max-width:960px) {
.portfolio-similar-posts ul li {
	width: 33.33%;
}
}

@media handheld, only screen and (max-width:780px) {
.portfolio-similar-posts ul li {
	width: 50%;
}
}

@media handheld, only screen and (max-width:550px) {
.portfolio-similar-posts ul li {
	width: 100%;
}
}
.portfolio-similar-posts-image {
	position: relative;
	line-height: 4px;
}
.portfolio-similar-posts-image .modern-post-type-icon {
	top: 4%;
	display: block;
	width: 100%;
	left: 0;
	margin-left: 0!important;
	padding: 20px 0;
	position: absolute;
	opacity: 0;
	text-align: center;
	line-height: 100px;
	color: #fff;
	z-index: 50;
	transition: opacity .3s, top .3s;
}
.portfolio-similar-posts-image .modern-post-type-icon svg {
	height: 48px;
	overflow: visible;
}
.portfolio-similar-posts-image img {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.portfolio-similar-posts-image .portfolio-similar-meta {
	bottom: 0;
}
.portfolio-similar-posts-image:hover .portfolio-similar-meta {
	opacity: 1;
	bottom: 10px;
}
.portfolio-similar-posts-image:hover .modern-post-type-icon {
	opacity: 1;
	top: 7%;
}
.portfolio-similar-posts-image:hover .image-hover-overlay {
	opacity: .8;
}
.portfolio-similar-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 20px;
	line-height: 22px;
	opacity: 0;
}
.portfolio-similar-meta .the-title {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.portfolio-similar-meta .portfolio-categories {
	color: #ffffff;
}
#mk-filter-portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline-block;
	width: 100%;
}
#mk-filter-portfolio ul.align-left {
	text-align: left;
}
#mk-filter-portfolio ul.align-center {
	text-align: center;
}
#mk-filter-portfolio ul.align-right {
	text-align: right;
}
#mk-filter-portfolio ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#mk-filter-portfolio.sortable-classic-style {
	padding: 40px 0;
}
#mk-filter-portfolio.sortable-classic-style ul li {
	margin: 8px;
}
#mk-filter-portfolio.sortable-classic-style ul li a {
	padding: 14px 16px;
	line-height: 13px;
	font-size: 13px;
	color: #333333;
	color: #323232;
	display: block;
	letter-spacing: 1px;
}
#mk-filter-portfolio.sortable-classic-style ul li a.current {
	background-color: #969696;
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}
#mk-filter-portfolio.sortable-outline-style {
	padding: 30px 0px;
}
#mk-filter-portfolio.sortable-outline-style.portfolio-fiter-classic {
	margin-bottom: 20px;
}
#mk-filter-portfolio.sortable-outline-style ul li {
	margin: 8px;
}
#mk-filter-portfolio.sortable-outline-style ul li a {
	padding: 11px 12px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	border: 2px solid transparent;
	letter-spacing: 1px;
	position: relative;
}
.mk-flipbox {
	position: relative;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.mk-flipbox-holder {
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mk-flipbox-front {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	z-index: 2;
}
.mk-flipbox-back {
	width: 100%;
	height: 100%;
	position: static;
	left: 0;
	top: 0;
	display: table;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mk-flipbox-front, .mk-flipbox-back {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.Chrome .chrome-flipbox-backface-fix {
	backface-visibility: visible !important;
	-webkit-backface-visibility: visible !important;
}
.mk-flipbox-content {
	display: table-cell;
	vertical-align: middle;
}
.flip-horizontal .mk-flipbox-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-horizontal:hover .mk-flipbox-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip-horizontal:hover .mk-flipbox-back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
.flip-vertical .mk-flipbox-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flip-vertical:hover .mk-flipbox-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.flip-vertical:hover .mk-flipbox-back {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.mk-flipbox .mk-button-container {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.mk-flipbox .front-icon {
	line-height: 1rem;
}
.IE .mk-flipbox {
	overflow: hidden;
}
.IE .mk-flipbox .bezier-1 {
	transition: all .5s cubic-bezier(.645, .045, .355, 1);
}
.IE .mk-flipbox-front {
	table-layout: fixed;
}
.mk-box-icon-2 {
	display: block;
}
.mk-box-icon-2 .mk-box-icon-2-icon {
	border-width: 2px !important;
	border-radius: 50%;
	transition: all ease-in 0.2s;
	display: inline-block;
	text-align: center;
}
.mk-box-icon-2 .mk-box-icon-2-icon i {
	display: block;
	vertical-align: middle;
	line-height: inherit;
	text-align: center;
	display: inline-block;
}
.mk-box-icon-2 .mk-box-icon-2-icon.size-16 {
	line-height: 50px;
	height: 54px;
	width: 54px;
}
.mk-box-icon-2 .mk-box-icon-2-icon.size-32 {
	line-height: 80px;
	height: 84px;
	width: 84px;
}
.mk-box-icon-2 .mk-box-icon-2-icon.size-48 {
	line-height: 98px;
	height: 100px;
	width: 100px;
}
.mk-box-icon-2 .mk-box-icon-2-icon.size-64 {
	line-height: 128px;
	height: 130px;
	width: 130px;
}
.mk-box-icon-2 .mk-box-icon-2-icon.size-128 {
	line-height: 188px;
	height: 190px;
	width: 190px;
}
.mk-box-icon-2 svg {
	vertical-align: middle;
}
.mk-box-icon-2 .mk-box-icon-2-image svg {
	width: 100%;
}
.mk-box-icon-2 .mk-box-icon-2-title {
	display: block;
	margin: 0;
}
.mk-box-icon-2 .mk-box-icon-2-content {
	display: block;
}
.mk-box-icon-2.box-align-left {
	text-align: left;
}
.mk-box-icon-2.box-align-center {
	text-align: center;
}
.mk-box-icon-2 .mk-box-icon-2-icon {
	display: inline-block;
}
.mk-box-icon-2 .mk-box-icon-2-image {
	display: block;
}
.mk-box-icon-2.box-align-center .mk-box-icon-2-icon, .mk-box-icon-2.box-align-center .mk-box-icon-2-image {
	margin: 0 auto;
}
.mk-box-icon-2.box-align-right {
	text-align: right;
}
.mk-box-icon-2.box-align-right .mk-box-icon-2-image {
	display: inline-block;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane {
	z-index: 8;
}
.mk-tabs.default-style .mk-tabs-tabs {
	z-index: 10;
}
.mk-tabs.default-style .mk-tabs-panes {
	z-index: 1;
}
.mk-tabs {
	margin-bottom: 20px;
}
.mk-tabs .mk-svg-icon {
	vertical-align: middle;
}
.mk-tabs .mk-tabs-tabs li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
.mk-tabs .vc_column_container {
	padding-left: 10px;
	padding-right: 10px
}
.mk-tabs .vc_column_container:first-of-type {
	padding-left: 0;
}
.mk-tabs .vc_column_container:last-of-type {
	padding-right: 0;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs .mk-tabs-tabs li {
	float: none;
	display: block;
}
}
.mk-tabs .mk-tabs-tabs li a {
	display: block;
	margin: 0;
	outline: none;
	color: #444444;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	cursor: pointer;
}
.mk-tabs .mk-tabs-panes .title-mobile {
	display: none;
	color: #444444;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane {
	position: relative;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.mobile-true .mk-tabs-tabs {
	display: none;
}
.mk-tabs.mobile-true .mk-tabs-panes .title-mobile {
	display: block;
}
.mk-tabs.mobile-true .mk-tabs-panes .mk-tabs-pane {
	margin-bottom: 20px;
}
}
.mk-tabs.default-style {
	margin-bottom: 20px;
}
.mk-tabs.default-style .mk-tabs-tabs {
	position: relative;
	margin: 0 0 -1px 0 !important;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style .mk-tabs-tabs {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
}
}
.mk-tabs.default-style .mk-tabs-tabs li a {
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	border-left: none;
	background-color: #ebebeb;
	background-color: rgba(0, 0, 0, 0.05);
}
.mk-tabs.default-style .mk-tabs-tabs li:first-child a {
	border-left: 1px solid #e5e5e5;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
}
.mk-tabs.default-style .mk-tabs-tabs li:last-of-type a {
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
.mk-tabs.default-style .mk-tabs-tabs li:hover svg {
	fill: #868686 !important;
}
.mk-tabs.default-style .mk-tabs-tabs li.tab-with-icon a {
	padding: 10px 20px 10px 14px !important;
	line-height: 24px;
}
.mk-tabs.default-style .mk-svg-icon {
	margin-right: 8px;
	fill: #b9b9b9;
	height: 16px;
}
.mk-tabs.default-style .mk-tabs-tabs li.is-active a {
	padding-bottom: 11px !important;
	border-bottom: none !important;
	cursor: default;
	background: -o-linear-gradient(top, transparent, transparent);
	background-color: transparent;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style .mk-tabs-tabs li.is-active a {
	border: 1px solid #e5e5e5 !important;
}
}
.mk-tabs.default-style .mk-tabs-panes {
	border: 1px solid #e5e5e5;
	position: relative;
	margin: 0;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style .mk-tabs-panes {
	border: 0;
}
}
.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
	padding: 0;
}
.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane.is-active {
	padding: 25px 25px 20px;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
	padding: 0 !important;
}
.mk-tabs.mobile-true .mk-tabs-pane {
	display: block;
}
.mk-tabs-pane-content {
	padding: 0 20px;
}
.mk-tabs .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs {
	float: left;
	margin: 0 -1px 0 0 !important;
	width: 25%;
	border: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: none;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs li {
	display: block;
	float: none;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-left: none;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs li:last-of-type a {
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs li.is-active a {
	padding-right: 21px !important;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5 !important;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
	white-space: normal;
}
.mk-tabs.default-style.vertical-style .mk-tabs-panes {
	float: left;
	width: 75%;
	border: none;
	border: 1px solid #e5e5e5;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style.vertical-style .mk-tabs-panes {
	float: none !important;
	width: 100% !important;
	border: 0 !important;
}
}
.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs {
	float: right;
	margin: 0 0 0 -1px !important;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs {
	width: 100%;
	margin-bottom: 20px !important;
	float: none;
}
}
.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li a {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-left: none;
}
.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li.is-active a {
	margin-left: -1px !important;
	border-bottom: 1px solid #e5e5e5 !important;
	border-left: none !important;
}
.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-panes {
	float: right;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.default-style.vertical-style.mobile-true .mk-tabs-tabs {
	width: 100%;
	margin-bottom: 20px !important;
	margin-right: 0 !important;
	float: none;
}
.mk-tabs.default-style.vertical-style.mobile-true .mk-tabs-tabs li.is-active a {
	border: 1px solid #e5e5e5 !important;
	margin: 0 !important;
}
.mk-tabs.default-style.vertical-style.mobile-true.vertical-right .mk-tabs-tabs li.is-active a {
	border: 1px solid #e5e5e5 !important;
	margin: 0 !important;
}
}

@media handheld, only screen and (max-width:600px) {
.mk-tabs.default-style.vertical-style .mk-tabs-panes {
	width: 60%;
}
.mk-tabs.default-style.vertical-style .mk-tabs-tabs {
	width: 40%;
}
.mk-tabs.default-style.horizental-style .mk-tabs-tabs {
	border-bottom: 1px solid #e5e5e5;
}
.mk-tabs.default-style.horizental-style .mk-tabs-tabs li {
	display: block;
	float: none;
	border-bottom: none;
	border-left: 1px solid #e5e5e5;
}
.mk-tabs.default-style.horizental-style .mk-tabs-tabs li a {
	border-bottom: none !important;
}
.mk-tabs.default-style.horizental-style .mk-tabs-tabs li:first-child a {
	border-left: none !important;
}
}
.mk-tabs.simple-style .mk-tabs-tabs {
	margin: 0;
	border-bottom: 2px solid #eeeeee;
}
.mk-tabs.simple-style .mk-tabs-tabs li a {
	padding: 14px 18px;
	margin: 0 0 -2px 0;
}

@media handheld, only screen and (max-width:767px) {
.mk-tabs.simple-style .mk-tabs-tabs li a {
	margin: 0;
}
}
.mk-tabs.simple-style .mk-tabs-tabs li.tab-with-icon a {
	line-height: 22px;
}
.mk-tabs.simple-style .mk-svg-icon {
	height: 20px;
	width: 20px;
	margin-right: 6px;
}
.mk-tabs.simple-style .mk-tabs-tabs li.is-active a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.mk-tabs.simple-style .mk-tabs-panes {
	padding: 25px 0 15px;
}

@media handheld, only screen and (max-width:780px) {
.mk-tabs.simple-style .mk-tabs-tabs {
	border-bottom: none !important;
}
.mk-tabs.simple-style .mk-tabs-tabs li {
	float: none !important;
	display: block !important;
}
.mk-tabs.simple-style .mk-tabs-tabs li a {
	border-bottom: 2px solid #eeeeee;
}
}
.mk-tabs-pane {
	overflow: hidden;
	height: 0;
}
.mk-tabs-pane.is-active {
	height: auto;
}

@media handheld, only screen and (max-width:780px) {
.mobile-true .mk-tabs-pane {
	height: auto;
}
}
.vc_row {
	position: relative;
}
.vc_inner.mk-grid {
	margin: 0 auto;
}
.mk-blog-classic-item {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
.mk-blog-classic-item .mk-readmore {
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 30px;
	bottom: 25px;
}
.mk-blog-classic-item .mk-readmore svg {
	margin-right: 5px;
	height: 8px;
}
.mk-blog-classic-item .mk-readmore:hover {
	color: #252525 !important;
}
.mk-blog-classic-item .blog-social-share {
	left: 50px;
	bottom: -10px;
	min-width: 180px;
}
.mk-blog-classic-item .blog-social-share:before {
	left: -5px;
	top: 50%;
}
.mk-blog-classic-item .blog-social-share li {
	float: left;
	display: inline-block;
}

@media handheld, only screen and (max-width:600px) {
.mk-blog-classic-item .blog-social-share {
	min-width: 130px;
	padding: 10px;
	bottom: -5px;
}
.mk-blog-classic-item .blog-social-share a {
	margin: 0 5px;
}
}
.mk-blog-classic-item .mk-audio-section {
	height: 170px;
	margin-bottom: 0;
}

@media handheld, only screen and (max-width:780px) {
.mk-blog-classic-item .mk-audio-section .audio-has-img {
	margin: 0 !important;
}
.mk-blog-classic-item .mk-audio-section .audio-thumb {
	display: none;
}
}
.mk-blog-classic-item .mk-audio-section .jp-audio.audio-has-img {
	margin-left: 170px;
}
.mk-blog-classic-item .mk-audio-section .jp-audio div.jp-interface {
	min-height: 160px !important;
}
.mk-blog-classic-item.instagram-post-type {
	border: 0;
}
.mk-blog-classic-item.instagram-post-type .instagram-image {
	display: block;
}
.mk-blog-classic-item.instagram-post-type .instagram-image img {
	width: 100%;
}
.mk-blog-classic-item.instagram-post-type .instagram-title {
	padding: 40px 40px 0;
	font-size: 24px;
	margin-bottom: 0;
}
.mk-blog-classic-item.instagram-post-type .instagram-title span a {
	display: none;
}
.mk-blog-classic-item.instagram-post-type .instagram-title svg {
	display: none;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta {
	padding: 0;
	padding: 0 20px 40px 40px;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper {
	padding-left: 40px;
	position: relative;
	top: 30px;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper:before {
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper .mk-categories {
	display: none;
}
.mk-blog-classic-item.instagram-post-type .blog-share-container {
	float: right;
}
.mk-blog-classic-item.instagram-post-type .the-title, .mk-blog-classic-item.instagram-post-type .the-excerpt, .mk-blog-classic-item.instagram-post-type .mk-readmore {
	display: none;
}
.mk-blog-classic-item.instagram-post-type .blog-social-share {
	left: auto;
	right: 67px;
}
.mk-blog-classic-item.instagram-post-type .blog-social-share:before {
	left: auto;
	right: -5px;
}
.mk-blog-classic-item.blockquote-post-type {
	padding: 70px 40px 40px;
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content {
	font-size: 26px;
	line-height: 40px;
	color: #222222;
	padding-left: 70px;
}
.mk-blog-classic-item.blockquote-post-type .the-excerpt {
	display: none;
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
	position: absolute;
	top: 70px;
	left: 40px;
	display: block;
	fill: #dddddd;
	fill: rgba(0, 0, 0, 0.1);
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content footer {
	text-align: right;
	color: #999999;
	font-style: italic;
	font-size: 20px;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper {
	position: absolute;
	top: 40px;
	left: 40px;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories {
	display: none;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta {
	padding: 0;
}
.mk-blog-classic-item.blockquote-post-type .the-title, .mk-blog-classic-item.blockquote-post-type .mk-readmore {
	display: none;
}
.mk-blog-classic-item.twitter-post-type {
	padding: 70px 40px 40px;
}
.mk-blog-classic-item .blog-twitter-content {
	font-size: 22px;
	color: #222222;
	line-height: 40px;
	padding-left: 50px;
	position: relative;
	word-wrap: break-word;
}
.mk-blog-classic-item .blog-twitter-content:before {
	content: '';
	width: 35px;
	height: 100%;
	background-position: center 10px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.mk-blog-classic-item .blog-twitter-content a {
	color: #55acee;
}
.mk-blog-classic-item .blog-twitter-content footer {
	text-align: right;
	line-height: normal;
	position: absolute;
	top: 130%;
	right: 40px;
}
.mk-blog-classic-item .blog-twitter-content footer a, .mk-blog-classic-item .blog-twitter-content footer span {
	display: block;
}
.mk-blog-classic-item .blog-twitter-content footer span {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
}
.mk-blog-classic-item .blog-twitter-content footer a {
	color: #55acee;
	font-size: 16px;
}

@media handheld, only screen and (max-width:480px) {
.mk-blog-classic-item .blog-twitter-content {
	padding-left: 0;
	padding-top: 80px;
}
.mk-blog-classic-item .blog-twitter-content:before {
	left: 50%;
	top: 15px;
	margin-left: -17px;
}
.mk-blog-classic-item .blog-twitter-content footer {
	position: static;
	margin-top: 25px;
}
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper {
	position: absolute;
	top: 40px;
	left: 40px;
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author, .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories, .mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper > span {
	display: none;
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta {
	padding: 0;
	margin-top: 30px;
}
.mk-blog-classic-item.twitter-post-type .the-title, .mk-blog-classic-item.twitter-post-type .the-excerpt, .mk-blog-classic-item.twitter-post-type .mk-readmore {
	display: none;
}
.mk-blog-container .featured-image:hover .image-hover-overlay {
	opacity: 0.9;
}
.mk-blog-classic-item .blog-loop-comments, .mk-blog-classic-item .mk-blog-share {
	height: 36px;
	line-height: 36px;
	width: 36px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
	display: table;
	transition: all .15s;
}
.mk-blog-classic-item .blog-loop-comments svg, .mk-blog-classic-item .mk-blog-share svg {
	vertical-align: text-top;
	fill: #636363;
}
.mk-blog-classic-item .blog-loop-comments svg, .mk-blog-classic-item .mk-blog-share svg {
	height: 16px;
}
.mk-blog-classic-item .blog-loop-comments span {
	position: absolute;
	left: 25px;
	top: -10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 10px;
	font-size: 11px;
	height: 20px;
	padding: 0 7px;
	line-height: 20px;
	border-radius: 30px;
}
.mk-blog-classic-item .blog-loop-comments:hover, .mk-blog-classic-item .mk-blog-share:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.blog-share-container {
	position: relative;
	float: left;
}
.mk-blog-portraite {
	width: 100%;
}
.mk-blog-portraite .featured-image, .mk-blog-portraite .blog-gallery-type {
	float: left;
	display: inline-block;
	width: 50%;
}
.mk-blog-portraite .mk-blog-meta {
	float: left;
	width: 50%;
}

@media handheld, only screen and (max-width:1140px) {
.mk-blog-portraite {
	width: 100%;
}
.mk-blog-portraite .featured-image, .mk-blog-portraite .blog-gallery-type {
	float: none !important;
	display: block;
	width: 100% !important;
}
.mk-blog-portraite .mk-blog-meta {
	float: none !important;
	width: 100% !important;
}
.mk-swipe-slideshow {
	max-width: 100% !important;
}
}
.sticky {
/*	border: 1px solid #cccccc;*/
}
.the-excerpt {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.mk-readmore {
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
}
.mk-readmore svg {
	margin-right: 5px;
	height: 8px;
}
.mk-readmore:hover {
	color: #252525 !important;
}
.mk-blog-modern-item .mk-blog-meta, .mk-blog-classic-item .mk-blog-meta {
	padding: 40px;
}
.mk-blog-modern-item .the-title, .mk-blog-classic-item .the-title {
	letter-spacing: 1px;
	margin-top: 5px;
}
.mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
	font-size: 24px;
	line-height: 24px;
}
.mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt {
	margin-bottom: 30px;
}
.mk-blog-modern-item .mk-blog-meta-wrapper, .mk-blog-classic-item .mk-blog-meta-wrapper {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.mk-blog-modern-item .mk-blog-meta-wrapper > div, .mk-blog-classic-item .mk-blog-meta-wrapper > div {
	display: inline-block;
	margin-right: 5px;
}
.mk-blog-modern-item .mk-blog-meta-wrapper a, .mk-blog-classic-item .mk-blog-meta-wrapper a {
	color: #252525;
}
.mk-blog-modern-item .featured-image, .mk-blog-classic-item .featured-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.mk-blog-modern-item .featured-image a, .mk-blog-classic-item .featured-image a {
	overflow: hidden;
	display: block;
}
.mk-blog-modern-item .featured-image img, .mk-blog-classic-item .featured-image img {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.mk-blog-modern-item .swiper-slide img, .mk-blog-classic-item .swiper-slide img {
	width: 100%;
}
.mk-blog-modern-item .featured-image:hover .image-hover-overlay, .mk-blog-classic-item .featured-image:hover .image-hover-overlay {
	opacity: .85;
}
.mk-blog-modern-item .featured-image:hover img, .mk-blog-classic-item .featured-image:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-social-share {
	position: absolute;
	background-color: #252525;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 15px 10px;
	display: none;
}
.blog-social-share:before {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #252525;
	content: "";
}
.blog-social-share li {
	margin: 0;
}
.blog-social-share li a {
	color: #a8a8a8;
	display: block;
	margin: 0 10px;
}
.blog-social-share li a:hover {
	color: #ffffff;
}
.blog-social-share li a svg {
	height: 16px;
	vertical-align: top;
	margin-top: 4px;
}
.mk-blog-container .mk-swipe-slideshow {
	margin-bottom: 0;
}
.mk-blog-container .audio-iframe {
	margin-bottom: 25px;
}
.mk-gallery, .mk-portfolio-grid, .mk-portfolio-masonry, .mk-spotlight-wrapper {
	width: 100%;
}
.mk-blog-container {
	transition: height 0.1s;
}
.mk-blog-grid-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mk-blog-grid-item .blog-grid-holder {
	margin: 0 12px 24px 12px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
}
.mk-blog-grid-item.one-column {
	width: 100%;
}
.mk-blog-grid-item.two-column {
	width: 50%;
}
.mk-blog-grid-item.three-column {
	width: 33.33%;
}
.mk-blog-grid-item.four-column {
	width: 25%;
}
.mk-blog-grid-item.four-column .blog-grid-holder {
	margin: 0 8px 16px 8px;
}
.mk-blog-grid-item .mk-swipe-slideshow img {
	width: 100%;
}

@media handheld, only screen and (max-width:960px) {
.mk-blog-grid-item.three-column, .mk-blog-grid-item.four-column {
	width: 49.5% !important;
}
}

@media handheld, only screen and (max-width:650px) {
.mk-blog-grid-item.three-column, .mk-blog-grid-item.four-column, .mk-blog-grid-item.two-column, .mk-blog-grid-item.one-column {
	width: 100% !important;
}
.mk-blog-grid-item.three-column .blog-grid-holder, .mk-blog-grid-item.four-column .blog-grid-holder, .mk-blog-grid-item.two-column .blog-grid-holder, .mk-blog-grid-item.one-column .blog-grid-holder {
	margin: 0 0 18px 0 !important;
}
}
.mk-blog-grid-item .featured-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.mk-blog-grid-item .featured-image img {
	position: relative;
	width: 100%;
}
.mk-blog-grid-item .featured-image:hover .blog-grid-hover-icon {
	opacity: 1;
}
.mk-blog-grid-item .mk-blog-meta {
	padding: 20px;
	line-height: 18px;
}
.mk-blog-grid-item time {
	display: block;
	margin-bottom: 10px;
}
.mk-blog-grid-item time a {
	color: #999999;
	font-style: italic;
	font-size: 11px;
}
.mk-blog-grid-item .the-title {
	margin-top: 5px;
	text-transform: uppercase !important;
	line-height: 18px !important;
}
.mk-blog-grid-item .the-title a {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
}
.mk-blog-grid-item .the-excerpt {
	margin: 5px 0;
}
.mk-blog-grid-item .blog-grid-hover-icon {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
	opacity: 0;
}
.mk-blog-grid-item .blog-grid-footer {
	position: relative;
	padding: 15px 20px;
	border-top: 1px solid #e3e3e3;
}
.mk-blog-grid-item .mk-love-holder {
	position: absolute;
	right: 20px;
	top: 15px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder {
	position: relative;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image {
	display: block;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title {
	padding: 15px 25px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	position: absolute;
	margin-bottom: 0;
	bottom: 50px;
	width: calc(100% - 50px);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: initial;
	line-height: 20px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span {
	padding-left: 30px;
	display: block;
	color: #ffffff;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image img {
	width: 100%;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span a {
	color: #55acee;
	display: block;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title svg {
	position: absolute;
	left: 25px;
	top: 18px;
	height: 20px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-excerpt {
	display: none;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer {
	padding-top: 25px;
	padding-bottom: 25px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
	display: none;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder {
	position: relative;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content {
	font-size: 22px;
	line-height: 40px;
	color: #222;
	padding: 40px 25px 25px 80px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content .mk-svg-icon {
	position: absolute;
	top: 50px;
	left: 25px;
	display: block;
	fill: #ddd;
	fill: rgba(0, 0, 0, 0.1);
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content footer {
	text-align: right;
	color: #999;
	font-style: italic;
	font-size: 20px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-excerpt {
	display: none;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer {
	padding-top: 25px;
	padding-bottom: 25px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
	display: none;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder {
	position: relative;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content {
	font-size: 22px;
	color: #222;
	line-height: 36px;
	padding-bottom: 30px;
	padding: 25px 40px 90px;
	word-wrap: break-word;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content:before {
	content: '';
	width: 100%;
	height: 30px;
	display: block;
	margin-bottom: 45px;
	background-repeat: no-repeat;
	background-position: center;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content a {
	color: #55acee;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer {
	text-align: left;
	line-height: normal;
	margin-top: 35px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span {
	display: block;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span {
	font-weight: bold;
	font-size: 14px;
	color: #222;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a {
	color: #55acee;
	font-size: 12px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-title, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-excerpt, .mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-readmore {
	display: none;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer {
	padding-top: 25px;
	padding-bottom: 25px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
	display: none;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder {
	border: transparent;
}
.mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder .blog-grid-footer {
	border: transparent;
}
.mk-blog-magazine-item {
	margin: 0;
}
.mk-blog-magazine-item .the-title {
	font-size: 16px !important;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.mk-blog-magazine-item .blog-item-holder {
	background-color: #ffffff;
}
.mk-blog-magazine-item .mk-blog-meta {
	margin-bottom: 15px;
	font-size: 13px;
	color: #a6a6a6;
	font-style: italic;
}
.mk-blog-magazine-item .mk-blog-meta a {
	color: #a6a6a6;
}
.mk-blog-magazine-item .mk-blog-meta .mk-categories, .mk-blog-magazine-item .mk-blog-meta time {
	display: inline-block;
	float: left;
}
.mk-blog-magazine-item.magazine-featured-post {
	box-sizing: border-box;
	margin-bottom: 25px;
}
.mk-blog-magazine-item.magazine-featured-post .item-wrapper {
	padding: 20px 25px 25px;
*zoom:1;
}
.mk-blog-magazine-item.magazine-featured-post .item-wrapper:before, .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
	content: " ";
	display: table;
}
.mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
	clear: both;
}
.mk-blog-magazine-item.magazine-featured-post .featured-image {
	position: relative;
	overflow: hidden;
}
.mk-blog-magazine-item.magazine-featured-post .featured-image img {
	width: 100%;
}
.mk-blog-magazine-item.magazine-featured-post .featured-image .image-gradient-overlay {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 70%, #ffffff 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section {
	float: right;
	display: inline-block;
	color: #999999;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span {
	color: #999999;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section svg {
	fill: #bdbdbd;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span {
	font-size: 11px;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder {
	display: inline-block;
	margin-left: 10px;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .blog-loop-comments svg, .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder svg {
	height: 16px;
	margin-right: 3px;
	vertical-align: middle;
}
.mk-blog-magazine-item.magazine-featured-post .the-excerpt p {
	letter-spacing: 1px;
	color: #797979;
	font-size: 14px;
}
.mk-blog-magazine-item.magazine-thumb-post {
	width: 50%;
	margin-bottom: 25px;
	box-sizing: border-box;
	float: left;
}
.mk-blog-magazine-item.magazine-thumb-post .the-title {
	font-size: 14px !important;
	margin-top: 15px;
	margin-bottom: 8px;
}
.mk-blog-magazine-item.magazine-thumb-post .featured-image {
	width: 20%;
	float: left;
	position: relative;
	overflow: hidden;
}
.mk-blog-magazine-item.magazine-thumb-post .item-wrapper {
	width: 70%;
	float: left;
	padding: 5px 5px 0 20px;
}
.mk-blog-magazine-item.magazine-thumb-post .item-wrapper .blog-title {
	margin: 5px 0;
}

@media handheld, only screen and (max-width:767px) {
.mk-blog-magazine-item.magazine-featured-post {
	width: 100% !important;
	padding-right: 0 !important;
	margin-bottom: 25px !important;
}
.mk-blog-magazine-item.magazine-featured-post .blog-item-holder {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mk-blog-magazine-item.magazine-featured-post:before {
	width: 0 !important;
}
.mk-blog-magazine-item.magazine-thumb-post {
	width: 100% !important;
}
}
.mag-one-column .magazine-featured-post {
	margin-bottom: 25px;
}
.mag-one-column .magazine-thumb-post {
	width: 100%;
}
.mag-two-column-right .magazine-featured-post, .mag-two-column-left .magazine-featured-post {
	width: 50%;
	float: right;
	position: relative;
}
.mag-two-column-right .magazine-thumb-post, .mag-two-column-left .magazine-thumb-post {
	width: 50%;
}
.mag-two-column-right .magazine-featured-post {
	float: right;
}
.mag-two-column-right .magazine-featured-post .blog-item-holder {
	margin-left: 25px;
}
.mag-two-column-right .magazine-thumb-post {
	float: left;
}
.mag-two-column-left .magazine-featured-post {
	float: left;
}
.mag-two-column-left .magazine-featured-post .blog-item-holder {
	margin-right: 25px;
}
.mag-two-column-left .magazine-thumb-post {
	float: right;
}
.mk-blog-modern-item {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.mk-blog-modern-item .mk-blog-meta {
	margin: 0 20px 20px 100px;
	display: block;
	padding: 0 !important;
}
.mk-blog-modern-item .mk-audio-section, .mk-blog-modern-item .featured-image, .mk-blog-modern-item .mk-swipe-slideshow {
	margin-bottom: 25px !important;
}
.mk-blog-modern-item .mk-audio-section {
	height: 170px;
}

@media handheld, only screen and (max-width:780px) {
.mk-blog-modern-item .mk-audio-section .audio-has-img {
	margin: 0 !important;
}
.mk-blog-modern-item .mk-audio-section .audio-thumb {
	display: none;
}
}
.mk-blog-modern-item .mk-audio-section .jp-audio.audio-has-img {
	margin-left: 170px;
}
.mk-blog-modern-item .mk-audio-section .jp-audio div.jp-interface {
	min-height: 160px !important;
}
.mk-blog-modern-item .blog-loop-comments, .mk-blog-modern-item .mk-blog-share, .mk-blog-modern-item .mk-love-holder {
	display: block;
	padding: 12px 0;
	color: #898989;
	text-align: center;
	line-height: 15px;
}
.mk-blog-modern-item .blog-loop-comments svg, .mk-blog-modern-item .mk-blog-share svg, .mk-blog-modern-item .mk-love-holder svg {
	height: 16px;
}
.mk-blog-modern-item .blog-loop-comments span, .mk-blog-modern-item .mk-blog-share span, .mk-blog-modern-item .mk-love-holder span {
	margin-top: 2px;
}
.mk-blog-modern-item .blog-share-container {
	display: block;
	float: none;
	border-bottom: 1px solid #efefef;
}
.mk-blog-modern-item .blog-loop-comments {
	line-height: 16px;
	border-bottom: 1px solid #efefef;
}
.mk-blog-modern-item .blog-loop-comments span {
	display: block;
	font-size: 11px;
}
.mk-blog-modern-item .mk-blog-share {
	cursor: pointer;
	padding: 20px 0;
}
.mk-blog-modern-item .mk-love-holder i span {
	position: absolute;
}
.mk-blog-modern-item .mk-love-holder .mk-love-count {
	display: block;
}
.mk-blog-modern-item .blog-social-share {
	position: absolute;
	left: -6px;
	top: -52px;
	width: 216px;
	background-color: #252525;
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 10px;
	text-transform: none;
}
.mk-blog-modern-item .blog-social-share:before {
	left: 25px;
	bottom: -5px;
}
.mk-blog-modern-item .blog-social-share li {
	display: inline-block;
	margin: 3px 2px;
}
.mk-blog-modern-item.blockquote-post-type {
	position: relative;
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content {
	padding: 50px 20px 20px 170px;
	font-size: 26px;
	line-height: 40px;
	color: #222222;
}
.mk-blog-modern-item.blockquote-post-type .the-excerpt {
	display: none;
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
	position: absolute;
	top: 60px;
	left: 100px;
	display: block;
	fill: #dddddd;
	fill: rgba(0, 0, 0, 0.1);
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content footer {
	text-align: right;
	color: #999999;
	font-style: italic;
	font-size: 20px;
}
.mk-blog-modern-item.blockquote-post-type .blog-modern-social-section {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories {
	display: none;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta {
	margin: 0 !important;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 100px;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-title, .mk-blog-modern-item.blockquote-post-type .mk-blog-meta .mk-button {
	display: none !important;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-excerpt {
	margin-bottom: 0;
}
.mk-blog-modern-item.instagram-post-type .instagram-image {
	display: block;
}
.mk-blog-modern-item.instagram-post-type .instagram-image img {
	width: 100%;
}
.mk-blog-modern-item.instagram-post-type .instagram-title {
	position: absolute;
	margin-top: 60px;
	padding-left: 100px;
	font-size: 24px;
}
.mk-blog-modern-item.instagram-post-type .instagram-title span a {
	display: none;
}
.mk-blog-modern-item.instagram-post-type .instagram-title svg {
	display: none;
}
.mk-blog-modern-item.instagram-post-type .the-excerpt, .mk-blog-modern-item.instagram-post-type .mk-button-container, .mk-blog-modern-item.instagram-post-type .the-title {
	display: none !important;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta {
	margin-top: 20px;
}
.mk-blog-modern-item.instagram-post-type .blog-modern-social-section {
	margin-top: 20px;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper {
	padding-left: 40px;
	position: relative;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper:before {
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper .mk-categories {
	display: none;
}
.mk-blog-modern-item.blockquote-post-type {
	position: relative;
}
.mk-blog-modern-item.instagram-post-type .instagram-image {
	display: block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content {
	font-size: 22px;
	color: #222222;
	line-height: 40px;
	padding-left: 100px;
	padding-top: 50px;
	word-wrap: break-word;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content a {
	color: #55acee;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer {
	line-height: normal;
	display: block;
	margin-top: 35px;
	padding-left: 50px;
	position: relative;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer:before {
	content: '';
	width: 35px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a, .mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span {
	display: block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	display: block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a {
	color: #55acee;
	font-size: 16px;
	display: inline-block;
}
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper {
	position: absolute;
	top: 0;
}
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author, .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories, .mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper > span {
	display: none;
}
.mk-blog-modern-item.twitter-post-type .blog-modern-social-section {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.mk-blog-modern-item.twitter-post-type .the-title, .mk-blog-modern-item.twitter-post-type .the-excerpt, .mk-blog-modern-item.twitter-post-type .mk-button {
	display: none !important;
}
.blog-modern-social-section {
	float: left;
	width: 50px;
	min-height: 150px;
	border-right: 1px solid #efefef;
	text-transform: center;
	margin-left: 20px;
}
.mk-blog-newspaper-item {
	margin: 0;
	float: left;
	overflow: hidden;
}
.mk-blog-newspaper-item .blog-item-holder {
	margin: 0 12px 24px 12px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	position: relative;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}
.mk-blog-newspaper-item.one-column {
	width: 100%;
}
.mk-blog-newspaper-item.two-column {
	width: 49.75%;
}
.mk-blog-newspaper-item.three-column {
	width: 33.1%;
}
.mk-blog-newspaper-item.four-column {
	width: 24.8%;
}
.mk-blog-newspaper-item.four-column .blog-grid-holder {
	margin: 0 8px 16px 8px;
}
.mk-blog-newspaper-item .mk-swipe-slideshow img {
	width: 100%;
}

@media handheld, only screen and (max-width:960px) {
.mk-blog-newspaper-item.three-column, .mk-blog-newspaper-item.four-column {
	width: 49.5% !important;
}
}

@media handheld, only screen and (max-width:650px) {
.mk-blog-newspaper-item.three-column, .mk-blog-newspaper-item.four-column, .mk-blog-newspaper-item.two-column {
	width: 100% !important;
}
.mk-blog-newspaper-item .blog-item-holder {
	margin: 0 0 18px 0 !important;
}
}
.mk-blog-newspaper-item .featured-image {
	position: relative;
	overflow: hidden;
}
.mk-blog-newspaper-item .featured-image img {
	width: 100%;
	max-width: 100%;
}
.mk-blog-newspaper-item .featured-image:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.mk-blog-newspaper-item .audio-iframe {
	margin-bottom: 0;
}
.mk-blog-newspaper-item .mk-blog-meta {
	padding: 20px;
}
.mk-blog-newspaper-item time {
	margin-bottom: 15px;
	display: block;
}
.mk-blog-newspaper-item time a {
	font-size: 11px;
	line-height: 11px;
	color: #999999;
	font-style: italic;
	letter-spacing: 1px;
}
.mk-blog-newspaper-item .the-title {
	line-height: 18px;
	margin-bottom: 10px !important;
	letter-spacing: 1px;
}
.mk-blog-newspaper-item .the-title a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.mk-blog-newspaper-item .mk-readmore {
	float: left;
	margin-top: 7px;
}
.mk-blog-newspaper-item .blog-loop-comments, .mk-blog-newspaper-item .newspaper-item-share, .mk-blog-newspaper-item .mk-love-holder {
	float: right;
	margin-left: 15px;
	color: #cccccc;
	cursor: pointer;
	font-size: 11px;
}
.mk-blog-newspaper-item .blog-loop-comments svg, .mk-blog-newspaper-item .newspaper-item-share svg, .mk-blog-newspaper-item .mk-love-holder svg {
	height: 16px;
	vertical-align: middle;
}
.mk-blog-newspaper-item .blog-loop-comments:hover, .mk-blog-newspaper-item .newspaper-item-share:hover, .mk-blog-newspaper-item .mk-love-holder:hover {
	color: #b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments .mk-love-this span, .mk-blog-newspaper-item .newspaper-item-share .mk-love-this span, .mk-blog-newspaper-item .mk-love-holder .mk-love-this span {
	color: #b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments .mk-love-this svg, .mk-blog-newspaper-item .newspaper-item-share .mk-love-this svg, .mk-blog-newspaper-item .mk-love-holder .mk-love-this svg {
	height: 16px;
	fill: #b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments span {
	margin-left: 4px;
}
.mk-blog-newspaper-item .newspaper-item-footer-holder {
	padding: 20px;
}
.mk-blog-newspaper-item .newspaper-item-footer {
	background-color: #fafafa;
	border-top: 1px solid #e3e3e3;
	position: relative;
	z-index: 2;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list {
	margin: 0;
	list-style: none;
	display: none;
	background-color: #ffffff;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li {
	margin: 0 0 15px 0;
	padding: 0 10px;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:first-child {
	padding-top: 20px !important;
	border-top: 1px solid #e3e3e3;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:last-child {
	padding-bottom: 10px !important;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .avatar {
	float: left;
	display: inline-block;
	margin: 0 16px 5px;
	border-radius: 100%;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-author {
	font-weight: bold;
	display: block;
	margin: 0 0 4px 40px;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-content {
	line-height: 18px;
	font-size: 11px;
	color: #666666;
	display: block;
	margin-left: 50px;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share {
	display: none;
	list-style: none;
	margin: 0;
	padding: 15px;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	background-color: #ffffff;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li {
	display: inline-block;
	margin: 0;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a {
	width: 30px;
	height: 30px;
	border: 1px solid #b9b9b9;
	margin: 0 3px;
	border-radius: 50%;
	display: block;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a svg {
	fill: #b9b9b9;
	height: 16px;
	vertical-align: bottom;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a:hover {
	color: #9b9b9b;
	border-color: #9b9b9b;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder {
	position: relative;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-image {
	display: block;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title {
	padding: 15px 25px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	position: absolute;
	margin-bottom: 0;
	bottom: 60px;
	width: calc(100% - 50px);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: initial;
	line-height: 20px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span {
	padding-left: 30px;
	display: block;
	color: #ffffff;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span a {
	color: #55acee;
	display: block;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title svg {
	position: absolute;
	left: 25px;
	top: 18px;
	height: 20px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-excerpt {
	display: none;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
	display: none;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder {
	position: relative;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content {
	font-size: 22px;
	line-height: 40px;
	color: #222;
	padding: 40px 25px 25px 80px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
	position: absolute;
	top: 50px;
	left: 25px;
	display: block;
	fill: #dddddd;
	fill: rgba(0, 0, 0, 0.1);
	width: 48px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content footer {
	text-align: right;
	color: #999;
	font-style: italic;
	font-size: 20px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-excerpt {
	display: none;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
	display: none;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder {
	position: relative;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content {
	font-size: 22px;
	color: #222;
	line-height: 36px;
	padding-bottom: 30px;
	padding: 25px 40px 90px;
	word-wrap: break-word;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content:before {
	content: '';
	width: 100%;
	height: 30px;
	display: block;
	margin-bottom: 45px;
	background-repeat: no-repeat;
	background-position: center;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content a {
	color: #55acee;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer {
	text-align: left;
	line-height: normal;
	margin-top: 35px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span {
	display: block;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span {
	font-weight: bold;
	font-size: 14px;
	color: #222;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a {
	color: #55acee;
	font-size: 12px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta {
	padding: 0;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-title, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-excerpt, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-readmore {
	display: none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
	display: none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-love-holder {
	top: 12px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-share, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-share, .mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-share {
	display: none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper, .mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper, .mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper {
	position: absolute;
	left: 20px;
	bottom: 5px;
	z-index: 5
}
.mk-blog-spotlight-item {
	width: 100%;
	float: left;
}
.mk-blog-spotlight-item.one-column {
	width: 100%;
}
.mk-blog-spotlight-item.two-column {
	width: 50%;
}
.mk-blog-spotlight-item.three-column {
	width: 33.33%;
}
.mk-blog-spotlight-item.four-column {
	width: 25%;
}

@media handheld, only screen and (max-width:960px) {
.mk-blog-spotlight-item.three-column, .mk-blog-spotlight-item.four-column {
	width: 50% !important;
}
}

@media handheld, only screen and (max-width:767px) {
.mk-blog-spotlight-item.three-column, .mk-blog-spotlight-item.four-column, .mk-blog-spotlight-item.two-column, .mk-blog-spotlight-item.one-column {
	width: 100% !important;
}
}
.mk-blog-spotlight-item .featured-image {
	position: relative;
	width: 100%;
}
.mk-blog-spotlight-item .featured-image > a {
	line-height: 4px;
	display: block;
}
.mk-blog-spotlight-item .featured-image img {
	width: 100%;
}
.mk-blog-spotlight-item .featured-image .image-hover-overlay {
	opacity: .5;
	background-color: #000000 !important;
	transition: all 0.25s ease-out;
}
.mk-blog-spotlight-item .featured-image:hover .image-hover-overlay {
	opacity: .3;
}
.mk-blog-spotlight-item .item-wrapper {
	width: 100%;
	height: 100%;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.mk-blog-spotlight-item .item-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}
.mk-blog-spotlight-item .item-wrapper .mk-blog-meta {
	vertical-align: middle;
	display: inline-block;
	margin: 0 auto;
	max-width: 70%;
}
.mk-blog-spotlight-item .item-wrapper h3 {
	margin: 8% 0;
	font-size: 20px !important;
	font-weight: bold !important;
	letter-spacing: 2px;
}
.mk-blog-spotlight-item .item-wrapper h3, .mk-blog-spotlight-item .item-wrapper time {
	color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a, .mk-blog-spotlight-item .item-wrapper time a {
	color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a:hover, .mk-blog-spotlight-item .item-wrapper time a:hover {
	color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper time {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
	opacity: 0.7;
}
.mk-blog-spotlight-item .item-wrapper time:after {
	width: 20px;
	height: 2px;
	content: "";
	display: block;
	margin: 6% auto;
	background-color: #ffffff;
}
.mk-blog-spotlight-item .item-wrapper .mk-button {
	margin: 5% auto 0;
}
.mk-blog-thumbnail-item {
	width: 100%;
	margin-bottom: 50px;
	background-color: #ffffff;
	line-height: 4px;
}
.mk-blog-thumbnail-item .mk-blog-meta {
	line-height: 20px;
}
.mk-blog-thumbnail-item .mk-blog-meta-wrapper span {
	display: none;
}
.mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:after {
	content: "/";
	margin: 0 5px;
}
.mk-blog-thumbnail-item.content-align-right .item-wrapper {
	float: right;
	padding: 35px 30px 15px;
}
.mk-blog-thumbnail-item.content-align-left .item-wrapper {
	float: left;
	padding-right: 20px;
}
.mk-blog-thumbnail-item .featured-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 35%;
	float: left;
}
.mk-blog-thumbnail-item .featured-image:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.mk-blog-thumbnail-item .item-wrapper {
	width: 63%;
	display: inline-block;
}
.mk-blog-thumbnail-item.full-width-post .item-wrapper {
	padding: 35px;
	width: 100%;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-author, .mk-blog-thumbnail-item .item-wrapper .mk-categories {
	display: inline;
}
.mk-blog-thumbnail-item .item-wrapper h3 {
	margin: 20px 0;
	letter-spacing: 1px;
}
.mk-blog-thumbnail-item .item-wrapper .the-excerpt {
	margin-bottom: 20px;
}
.mk-blog-thumbnail-item .featured-image img {
	width: 100%;
}

@media handheld, only screen and (max-width:767px) {
.mk-blog-thumbnail-item .featured-image {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}
.mk-blog-thumbnail-item .mk-button-align.left {
	text-align: left !important;
}
.mk-blog-thumbnail-item .item-wrapper {
	width: 100%;
	padding: 30px !important;
}
}
.mk-page-section-wrapper {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}
.mk-page-section {
	position: relative;
	width: 100%;
}
.mk-page-section[data-intro-effect=false] {
	will-change: position;
	z-index: 99;
}
.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
	height: auto !important;
}
.mk-page-section-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	will-change: position;
}
.mk-page-section:not(.full_layout) .mk-page-section-inner {
	width: 50%;
}

@media handheld, only screen and (max-width:767px) {
.mk-page-section:not(.full_layout) .mk-page-section-inner {
	width: 100%;
	height: 500px;
}
}
.mk-page-section.drop-top-shadow {
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
}
.mk-page-section .vc_row-fluid {
	position: relative;
}
.mk-page-section .theme-content {
	padding: 0 20px;
}
.mk-page-section.full-height-true {
	min-height: 300px;
}
.mk-page-section .mk-main-wrapper-holder {
	width: 100%;
}
.mk-page-section .background-layer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
}
.IE .mk-page-section .background-layer, .Edge .mk-page-section .background-layer, .IE .mk-page-section .mk-color-layer, .Edge .mk-page-section .mk-color-layer {
	background-color: transparent !important;
	overflow-x: hidden;
}
html:not(.IE):not(.Edge) .mk-page-section .mk-color-layer {
	background-color: transparent !important;
}
.multiply-blend-effect {
	-webkit-background-blend-mode: multiply;
	background-blend-mode: multiply;
}
.screen-blend-effect {
	-webkit-background-blend-mode: screen;
	background-blend-mode: screen;
}
.overlay-blend-effect {
	-webkit-background-blend-mode: overlay;
	background-blend-mode: overlay;
}
.darken-blend-effect {
	-webkit-background-blend-mode: darken;
	background-blend-mode: darken;
}
.lighten-blend-effect {
	-webkit-background-blend-mode: lighten;
	background-blend-mode: lighten;
}
.soft-light-blend-effect {
	-webkit-background-blend-mode: soft-light;
	background-blend-mode: soft-light;
}
.luminosity-blend-effect {
	-webkit-background-blend-mode: luminosity;
	background-blend-mode: luminosity;
}

@media handheld, only screen and (max-width:1024px) {
.mk-page-section .background-layer {
	background-attachment: scroll !important;
	position: absolute !important;
}
}
.mk-page-section .background-clipper {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(auto auto auto auto);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mk-page-section .mk-skip-to-next {
	z-index: 10;
	line-height: 44px;
}
.page-section-fullwidth {
	width: 100%;
}
.page-section-fullwidth .vc_col-sm-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.mk-half-layout {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.mk-half-layout.half_left_layout {
	left: 0;
}
.mk-half-layout.half_right_layout {
	right: 0;
}

@media handheld, only screen and (max-width:767px) {
.mk-half-layout {
	width: 100%;
	height: 500px;
}
}
.mk-video-mask {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDJGNjNCMTIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDJGNjNCMjIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMkY2M0FGMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwMkY2M0IwMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u9pXkwAAAA1JREFUGFdjYGjObAYAAuMBcKaqKb0AAAAASUVORK5CYII=);
}
.mk-half-layout-container {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.mk-half-layout-container {
	width: 40%;
	margin: 0 5%;
}
.mk-half-layout-container.half_left_layout {
	float: right;
	margin-left: auto;
}
.mk-half-layout-container.half_right_layout {
	float: left;
}

@media handheld, only screen and (max-width:767px) {
.mk-half-layout-container {
	width: auto !important;
	margin: 0;
	padding-top: 530px !important;
	padding-left: 20px;
	padding-right: 20px;
	float: none !important;
}
}
.mk-video-section-touch {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

@media only screen and (min-device-width:320px) and (max-width:1024px) {
.mk-page-section {
	background-position: center !important;
	background-attachment: scroll !important;
}
.mk-section-video {
	display: none !important;
}
.mk-video-section-touch {
	display: block !important;
}
}
.mk-page-section-loader {
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mk-page-section-loader .mk-preloader {
	top: 50%;
}
.mk-blend-layer {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.mk-shape-divider {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	z-index: 10;
}
.mk-shape-divider--stick-bottom {
	bottom: 0;
}
.mk-shape-divider--stick-top {
	top: 0;
}
.mk-shape-divider .shape__container {
	position: relative;
	overflow: hidden;
}
.mk-shape-divider .shape__container .shape {
	width: 100%;
}
.mk-shape-divider .shape__container .shape svg {
	display: block;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape, .mk-shape-divider.speech-top-style .shape__container .shape {
	width: 100%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
	width: 50%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style .shape__container .shape .speech-left {
	float: left;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
	float: right;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
	height: 35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left, .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left, .mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right, .mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
	height: 60px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left {
	border-top-right-radius: 35px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right {
	border-top-left-radius: 35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left {
	border-top-right-radius: 60px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right {
	border-top-left-radius: 60px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left {
	border-bottom-right-radius: 35px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
	border-bottom-left-radius: 35px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left {
	border-bottom-right-radius: 60px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
	border-bottom-left-radius: 60px;
}
.mk-swiper-container {
	position: relative;
	overflow: hidden;
}
.mk-slider-holder > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mk-slider-holder .mk-slider-wrapper {
	z-index: 10;
}
.mk-swipe-slideshow {
	position: relative;
	margin-bottom: 20px;
}
.mk-swipe-slideshow:hover .swiper-arrows {
filter:alpha(opacity=@opacity * 100);
	-moz-opacity: 60;
	-khtml-opacity: 60;
	opacity: 60;
	opacity: 0.6;
}
.mk-swipe-slideshow .swiper-arrows {
	width: 60px;
	height: 60px;
	line-height: 62px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	color: #ffffff;
filter:alpha(opacity=@opacity * 100);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.mk-swipe-slideshow .swiper-arrows {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	ms-transform: translate(0, -50%);
	background-color: rgba(0, 0, 0, 0.4);
}
.mk-swipe-slideshow .swiper-arrows:hover {
	background-color: rgba(0, 0, 0, 0.6);
filter:alpha(opacity=@opacity * 100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
	opacity: 1;
}
.mk-swipe-slideshow .swiper-arrows svg {
	height: 16px;
}
.mk-swipe-slideshow .mk-swiper-prev {
	left: 20px;
}
.mk-swipe-slideshow .mk-swiper-next {
	right: 20px;
}
.mk-slider-holder-img {
	visibility: hidden;
}
.mk-audio-section {
	display: block;
	background-color: #fbb845;
	height: 100px;
}
.mk-audio-section > img {
	float: left;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: .7;
}
.mk-audio-section .mk-audio-author {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	position: absolute;
	top: 40px;
	left: 10px;
	display: block;
	color: #ffffff;
}
.mk-audio-shortcode {
	margin-bottom: 30px;
	height: 170px !important;
}
.mk-audio-shortcode .audio-thumb {
	height: inherit !important;
}
.mk-audio-shortcode .jp-audio.audio-has-img {
	margin-left: 170px;
}
.mk-audio-shortcode .jp-audio div.jp-interface {
	min-height: 170px !important;
}
.jp-audio {
	display: block;
	direction: ltr;
	text-align: left;
}
.jp-audio.audio-has-img {
	margin-left: 100px;
}
.jp-interface {
	position: relative;
	width: 100%;
}
.jp-audio .jp-type-single .jp-interface {
	min-height: 90px;
}
.jp-controls-holder {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	top: -8px;
}
.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: -14px 0 0 -28px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
.jp-interface ul.jp-controls li {
	margin: 0;
}
.jp-interface ul.jp-controls li {
	display: inline;
	float: left;
}
.jp-interface ul.jp-controls a {
	display: block;
}
a.jp-play, a.jp-pause {
	padding: 9px 6px 7px 10px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #252525;
	border-radius: 50px;
}
a.jp-play:hover, a.jp-pause:hover {
	border-color: #ffffff;
}
a.jp-play:hover svg, a.jp-pause:hover svg {
	fill: #ffffff;
}
a.jp-play svg, a.jp-pause svg {
	height: 16px;
	fill: #252525;
	vertical-align: middle;
}
a.jp-pause {
	padding: 9px 8px 7px;
	display: none;
}
.jp-progress {
	background-color: rgba(0, 0, 0, 0.2);
}
.jp-audio .jp-progress {
	position: absolute;
	top: 0px;
	left: 0;
	height: 12px;
}
.jp-audio .jp-type-single .jp-progress {
	left: 0;
	width: 100%;
}
.jp-seek-bar {
	width: 0px;
	height: 100%;
	cursor: pointer;
}
.jp-play-bar {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	width: 0px;
	height: 100%;
	position: relative;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
	width: 18px;
	height: 15px;
	margin-top: 0px;
}
.jp-volume-bar, .jp-volume-bar-value {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAiCAQAAADragGFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RjJBNDk2RjQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RjJBNDk3MDQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVGMkE0OTZENDBENzExRTM4OEU1RUFGNUIwODcyMkIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGMkE0OTZFNDBENzExRTM4OEU1RUFGNUIwODcyMkIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S5VOAwAAAHNJREFUSMftksENwDAIA1nGc7E9a6SvSqgiQHGekb93EjIWSJ71CQwmXQkGa0seriWD9SUH11IA76UEPiyNzqOKoCqnnsvMKBzsGuRKr/S7coX2n6vQtuThWlJoX3JwLQXwXkrgw9LoPKoIqnLqucyMosE+NlMGu0fPTasAAAAASUVORK5CYII=) left bottom no-repeat;
}
.jp-volume-bar {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26px;
	height: 14px;
	cursor: pointer;
}
.jp-volume-bar svg {
	position: absolute;
	top: 0;
	left: -12px;
	fill: #252525;
	height: 16px;
}
.jp-volume-bar-value {
	width: 0px;
	height: 14px;
}
.jp-audio .jp-time-holder {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0 10px;
}
.jp-audio .jp-type-single .jp-time-holder {
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	font-weight: bold;
}
.jp-current-time, .jp-duration {
	display: inline-block;
}
.jp-current-time {
	float: left;
}
.jp-duration {
	float: right;
}
.jp-jplayer audio, .jp-jplayer {
	width: 0px;
	height: 0px;
}
.jp-jplayer {
	background-color: #000000;
}
ul.jp-toggles {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.jp-audio .jp-type-single ul.jp-toggles {
	width: 25px;
}
.jp-audio .jp-type-playlist ul.jp-toggles {
	width: 55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}
ul.jp-toggles li {
	display: block;
	float: right;
}
ul.jp-toggles li a {
	display: block;
	width: 25px;
	height: 18px;
	text-indent: -9999px;
	line-height: 100%;
}
.jp-no-solution {
	padding: 5px;
	font-size: .8em;
	background-color: #eeeeee;
	border: 2px solid #009be3;
	color: #000000;
	display: none;
}
.jp-no-solution a {
	color: #000000;
}
.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold;
}
.mk-button {
	box-sizing: border-box;
	transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}
.mk-button .mk-button--icon {
	margin: -2px 15px 0 0;
}
.mk-button .mk-button--icon svg {
	height: 16px;
	vertical-align: middle;
}
.mk-button-container.text-center {
	clear: both;
}
.mk-button-container.width-full {
	width: 100%;
	float: none;
}
.mk-button--corner-pointed, .mk-button--corner-pointed .double-outline-inside {
	border-radius: 0;
}
.mk-button--corner-rounded, .mk-button--corner-rounded .double-outline-inside {
	border-radius: 3px;
}
.mk-button--corner-full_rounded, .mk-button--corner-full_rounded .double-outline-inside {
	border-radius: 50px;
}
.mk-button--size-small {
	padding: 12px 18px;
	font-size: 10px;
	line-height: 100%;
}
.mk-button--size-medium {
	padding: 14px 24px;
	font-size: 12px;
	line-height: 100%;
}
.mk-button--size-large {
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
}
.mk-button--size-x-large {
	padding: 28px 36px;
	font-size: 16px;
	line-height: 100%;
}
.mk-button--size-xx-large {
	padding: 38px 44px;
	font-size: 18px;
	line-height: 100%;
}
.mk-button--dimension-three.text-color-light, .mk-button--dimension-two.text-color-light {
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.mk-button--dimension-three.text-color-dark, .mk-button--dimension-two.text-color-dark {
	text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.mk-button--dimension-two {
	box-shadow: inset 0 0 1px rgba(0,0,0,.8);
}
.mk-button--dimension-flat.text-color-light {
	color: #ffffff;
}
.mk-button--dimension-flat.text-color-light .mk-svg-icon {
	fill: #ffffff;
}
.mk-button--dimension-flat.text-color-dark {
	color: #252525;
}
.mk-button--dimension-flat.text-color-dark .mk-svg-icon {
	fill: #252525;
}
.mk-button--dimension-outline, .mk-button--dimension-savvy {
	border-width: 2px;
	border-style: solid;
}
.mk-button--dimension-outline.skin-dark, .mk-button--dimension-savvy.skin-dark {
	border-color: #252525;
	color: #252525;
}
.mk-button--dimension-outline.skin-light, .mk-button--dimension-savvy.skin-light {
	border-color: #ffffff;
	color: #ffffff;
}
.mk-button--dimension-outline.skin-dark:hover {
	background-color: #252525;
	color: #ffffff;
}
.mk-button--dimension-outline.skin-light:hover {
	background-color: #ffffff;
	color: #252525;
}
.mk-button--dimension-savvy {
	overflow: hidden;
}
.mk-button--dimension-savvy::after {
	content: "";
	position: absolute;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	height: 0;
	width: 0;
	opacity: 0;
}
.mk-button--dimension-savvy.mk-button--corner-full_rounded {
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.mk-button--dimension-savvy .mk-button--text, .mk-button--dimension-savvy .mk-button--icon {
	position: relative;
	z-index: 2;
}
.mk-button--dimension-savvy:hover::after {
	width: 120%;
	height: 4000%;
	opacity: 1;
}
.mk-button--dimension-savvy.skin-dark:hover {
	color: #ffffff;
}
.mk-button--dimension-savvy.skin-light:hover {
	color: #252525;
}
.mk-button--dimension-savvy.skin-dark::after {
	background-color: #252525;
}
.mk-button--dimension-savvy.skin-light::after {
	background-color: #ffffff;
}
.mk-button--dimension-double-outline, .mk-button--dimension-double-outline .double-outline-inside {
	border-width: 1px;
	border-style: solid;
}
.mk-button--dimension-double-outline .double-outline-inside {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: -4px;
	top: -4px;
	box-sizing: border-box;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	z-index: 1;
}
.mk-button--dimension-double-outline.skin-dark {
	background-color: #222222;
	color: #ffffff;
}
.mk-button--dimension-double-outline.skin-dark .mk-svg-icon {
	fill: #fff !important;
}
.mk-button--dimension-double-outline.skin-dark, .mk-button--dimension-double-outline.skin-dark .double-outline-inside {
	border-color: #222222;
}
.mk-button--dimension-double-outline.skin-dark:hover {
	background-color: #ffffff;
	color: #222222;
}
.mk-button--dimension-double-outline.skin-dark:hover .mk-svg-icon {
	fill: #222 !important;
}
.mk-button--dimension-double-outline.skin-light {
	background-color: #ffffff;
	color: #222222;
}
.mk-button--dimension-double-outline.skin-light .mk-svg-icon {
	fill: #222 !important;
}
.mk-button--dimension-double-outline.skin-light, .mk-button--dimension-double-outline.skin-light .double-outline-inside {
	border-color: #ffffff;
}
.mk-button--dimension-double-outline.skin-light:hover {
	background-color: #222222;
	color: #ffffff;
}
.mk-button--dimension-double-outline.skin-light:hover .mk-svg-icon {
	fill: #fff !important;
}
.mk-button--anim-vertical, .mk-button--anim-side {
	overflow: hidden;
}
.mk-button--anim-side .mk-button .mk-button--icon {
	opacity: 0;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	transition: opacity .2s, transform .2s;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
}
.mk-button--anim-side .mk-button .mk-button--text {
	display: inline-block;
	transform: translateX(-17px);
	-webkit-transform: translateX(-17px);
	transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition-delay: .01s;
	-webkit-transition-delay: .01s;
}
.mk-button--anim-side .mk-button.mk-button--size-large .mk-button--text, .mk-button--anim-side .mk-button.mk-button--size-x-large .mk-button--text {
	transform: translateX(-17.5px);
	-webkit-transform: translateX(-17.5px);
}
.mk-button--anim-side .mk-button.mk-button--size-xx-large .mk-button--text {
	transform: translateX(-18px);
	-webkit-transform: translateX(-18px);
}
.mk-button--anim-side .mk-button:hover .mk-button--icon {
	opacity: 1;
}
.mk-button--anim-side .mk-button:hover .mk-button--text, .mk-button--anim-side .mk-button:hover .mk-button--icon {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.mk-button--anim-vertical .mk-button .mk-button--icon, .mk-button--anim-vertical .mk-button .mk-button--icon:before, .mk-button--anim-vertical .mk-button .mk-button--text {
	position: absolute;
	transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.mk-button--anim-vertical .mk-button .mk-button--icon {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	margin: auto;
}
.mk-button--anim-vertical .mk-svg-icon {
	display: inline-block;
	vertical-align: middle;
}
.mk-button--anim-vertical .mk-button .mk-button--text {
	position: absolute;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.mk-button--anim-vertical .mk-button:hover .mk-button--icon {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.mk-button--anim-vertical .mk-button:hover .mk-button--text {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
}
.mk-button--dimension-outline.mk-button--size-small, .mk-button--dimension-savvy.mk-button--size-small {
	padding: 10px 18px;
}
.mk-button--dimension-outline.mk-button--size-medium, .mk-button--dimension-savvy.mk-button--size-medium {
	padding: 12px 24px;
}
.mk-button--dimension-outline.mk-button--size-large, .mk-button--dimension-savvy.mk-button--size-large {
	padding: 18px 28px;
}
.mk-button--dimension-outline.mk-button--size-x-large, .mk-button--dimension-savvy.mk-button--size-x-large {
	padding: 26px 36px;
}
.mk-button--dimension-outline.mk-button--size-xx-large, .mk-button--dimension-savvy.mk-button--size-xx-large {
	padding: 36px 44px;
}
button.mk-button, input[type="text"].mk-button {
	outline: none;
	background: none;
	line-height: 100%;
}
button.mk-button::-moz-focus-inner, input[type="text"].mk-button::-moz-focus-inner {
border:none;
}

@media handheld, only screen and (max-width:767px) {
.mk-button-container {
	display: block;
	text-align: center;
	width: 100%;
}
.mk-button-container .mk-button {
	float: none;
}
.ls-wp-container .mk-button {
	padding: 8px 10px;
	font-size: 10px;
	line-height: 100%;
}
.ls-wp-container .mk-button i {
	margin-top: -3px;
	font-size: 10px;
}
.mk-button-container {
	width: 100%;
	float: none;
}
}

@media handheld, only screen and (max-width:550px) {
.ls-wp-container .mk-button {
	padding: 5px 8px;
	font-size: 8px;
	line-height: 100%;
}
.ls-wp-container .mk-button i {
	margin-top: -3px;
	font-size: 10px;
}
}
.mk-button.skin-dark .mk-svg-icon, .mk-button.skin-light:hover .mk-svg-icon {
	fill: #252525;
}
.mk-button.skin-light .mk-svg-icon, .mk-button.skin-dark:hover .mk-svg-icon {
	fill: #ffffff;
}
.mk-news-container {
	margin-bottom: 50px;
}
.mk-news-item {
	position: relative;
	overflow: hidden;
	float: left;
}
.mk-news-item .item-holder {
	margin: 0 6px 6px 0;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
}
.mk-news-item .news-categories {
	font-weight: bold;
	font-size: 13px;
}
.mk-news-item .news-the-title {
	font-size: 18px;
	font-weight: bold;
}
.mk-news-item .mk-read-more i {
	margin-left: 5px;
	vertical-align: middle;
}
.news-full-with-image .news-meta-wrapper, .news-half-with-image .news-meta-wrapper, .news-fourth-with-image .news-meta-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 15px 15px 3px 15px;
}
.news-full-with-image .news-categories, .news-half-with-image .news-categories, .news-fourth-with-image .news-categories {
	line-height: 43px;
	color: #ffffff;
}
.news-full-with-image .news-categories a, .news-half-with-image .news-categories a, .news-fourth-with-image .news-categories a {
	color: #ffffff;
}
.news-full-with-image .news-categories span, .news-half-with-image .news-categories span, .news-fourth-with-image .news-categories span {
	padding: 12px 5px;
	font-size: 11px;
	margin-left: -8px;
	letter-spacing: 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.news-full-with-image .news-date, .news-half-with-image .news-date, .news-fourth-with-image .news-date {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 15px 15px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	line-height: 10px;
	color: #ffffff;
}
.news-full-with-image img, .news-half-with-image img, .news-fourth-with-image img {
	height: 100%;
	width: 100%;
}
.news-full-with-image .news-the-title a, .news-half-with-image .news-the-title a, .news-fourth-with-image .news-the-title a {
	color: #ffffff;
}
.news-full-with-image .news-the-title span, .news-half-with-image .news-the-title span, .news-fourth-with-image .news-the-title span {
	line-height: 37px;
	background-color: #000000;
	padding: 13px 0;
	box-shadow: 15px 0px 0 #000000, -15px 0 0 #000000;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.news-full-without-image .item-holder, .news-half-without-image .item-holder, .news-fourth-without-image .item-holder {
	padding: 28px 35px;
}
.news-full-without-image .item-holder .news-categories, .news-half-without-image .item-holder .news-categories, .news-fourth-without-image .item-holder .news-categories {
	margin-bottom: 5px;
}
.news-full-without-image .item-holder .news-the-title, .news-half-without-image .item-holder .news-the-title, .news-fourth-without-image .item-holder .news-the-title {
	margin: 0;
}
.news-full-without-image .item-holder .news-date, .news-half-without-image .item-holder .news-date, .news-fourth-without-image .item-holder .news-date {
	color: #777777;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
}
.news-full-with-image {
	width: 99.5%;
}
.news-full-without-image {
	width: 99.9%;
}
.news-half-with-image {
	width: 49.9%;
}
.news-half-without-image {
	width: 49.9%;
}
.news-fourth-with-image {
	width: 24.9%;
}
.news-fourth-without-image {
	width: 24.9%;
}

@media handheld, only screen and (max-width:1024px) {
.news-half-with-image > div, .news-fourth-with-image > div, .news-full-with-image > div {
	height: auto !important;
}
.news-half-with-image > div .news-meta-wrapper, .news-fourth-with-image > div .news-meta-wrapper, .news-full-with-image > div .news-meta-wrapper {
	position: relative !important;
	left: auto !important;
	bottom: auto !important;
	margin: 20px;
}
.news-full-with-image, .news-full-without-image {
	width: 100% !important;
}
.news-half-with-image, .news-fourth-with-image, .news-fourth-without-image, .news-half-without-image {
	width: 49.8% !important;
}
.news-half-with-image > div, .news-fourth-with-image > div, .news-fourth-without-image > div, .news-half-without-image > div {
	height: auto !important;
}
}

@media handheld, only screen and (max-width:767px) {
.news-full-with-image, .news-full-without-image {
	width: 100% !important;
}
.mk-news-item {
	margin-right: 0 !important;
}
.news-half-with-image, .news-fourth-with-image {
	width: 100% !important;
}
.news-fourth-without-image, .news-half-without-image {
	width: 100% !important;
}
}
/*career*/
.card {
	position: relative;
	float: left;
	padding-bottom: 25%;
	width: 25%;
	text-align: center;
	width: 100%;
}
.card__front, .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card__front, .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.card__front {
	background-color: #ff5078;
}
.card__back {
	background-color: #1e1e1e;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card__text {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 20px;
	color: #fff;
	font-family: "Roboto Slab", serif;
	line-height: 20px;
}
.card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/*career end*/
/*emp form*/
.contact-form {
	background: #fff;
	/*margin-top: 10%;*/
	margin-bottom: 5%;
	width: 100%;
}
  .contact-form input::placeholder ,  .contact-form textarea::placeholder{
      font-weight: 100;
    font-family: helvetica;
    color: #ccc;
    font-size: 16px;
}

.contact-form .form-control {
/*	border-radius: 1rem;*/
}
.contact-image {
	text-align: center;
}
.contact-image img {
	border-radius: 6rem;
	width: 11%;
	margin-top: -3%;
	transform: rotate(0deg);
}
.contact-form form {
/*	padding: 14%;*/
    padding: 2% 14%;
}
.contact-form form .row {
/*	margin-bottom: -7%;*/
}
.contact-form h3 {
	margin-bottom: 8%;
	margin-top: -10%;
	text-align: center;
}
.contact-form .btnContact {
	width: auto;
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	background: linear-gradient(270deg, #00B0E7 0%, #75F389 100%);
	font-weight: 600;
	color: #fff;
	cursor: pointer;
    display: inline-block;
}
.btnContactSubmit {
	width: 50%;
	border-radius: 1rem;
	padding: 1.5%;
	color: #fff;
	background-color: #0062cc;
	border: none;
	cursor: pointer;
}

.contact-form .btnContact:hover{
	background: linear-gradient(252.62deg, #84FC6A 8.92%, #48D6F2 96.59%);
}
/*emp form end*/

/*sem*/
.entry-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.entry-content ul li {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.entry-content ul {
	list-style-type: none;
	padding-left: 0px;
}
.entry-content ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	font-weight: 400;
	color: #ffffff;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2 {
	font-size: 36px;
	line-height: 30px;
	font-weight: 700;
	margin: 15px 0px 10px;
}
/*sem end*/

/*contact*/
#contatti {
/*	background: linear-gradient(253.52deg, #08b2e7 8.92%, #ffffff 96.59%);*/
	letter-spacing: 2px;
}
#contatti > p > a {
	color: #202020;
	text-decoration: none;
}
#contatti address p, #contatti address a{
    color:#202020;
text-decoration: none;
font-weight: 400;
}
#contatti .maps iframe{border:1px solid #ccc !important;}

@media (max-width: 575.98px) {
#contatti {
/*	padding-bottom: 800px;*/
}
#contatti .maps iframe {
	width: 100%;
	height: auto;
}
}

@media (min-width: 576px) {
#contatti {
	padding-bottom: 800px;
}
#contatti .maps iframe {
	width: 100%;
	height: 450px;
}
}

@media (min-width: 768px) {
#contatti {
	padding-bottom: 350px;
}
#contatti .maps iframe {
	width: 100%;
	height: 850px;
}
}

@media (min-width: 992px) {
#contatti {
	padding-bottom: 0px;
}
#contatti .maps iframe {
	width: 100%;
	height: 280px;
border-radius: 10px;
}
}
#author a {
	color: #fff;
	text-decoration: none;
}
.red {
	color: red;
}
.form-area {
	/*background-color: #FAFAFA;*/
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;/*border: 1px solid GREY;*/
}
/*menu Dropdown*/
.sh {
	font-size: 22px;
	font-weight: 700;
	COLOR: #06b2e7;
	text-align: left;
}
/*menu Dropdown end*/

/*FOOTER BACK CSS*/
.bg-overlay {
	background: rgba(0,0,0, .7);
	position: absolute;
	top: -60px;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 0;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(facade.jpg) no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	z-index: 0;
}
.ov-hidden {
	overflow: hidden;
}
/*FOOTER BACK CSS END*/	
.vsec {
	position: relative;
	background-color: black;
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
section .container {
/*position: relative;
  z-index: 2;*/
}
section .overlay-wcs {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
.serviceBox {
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
}
.serviceBox .service-icon {
	width: 78px;
	height: 78px;
	border-radius: 3px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon {
	transform: rotate(45deg);
}
.serviceBox .service-icon span {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	background: #727cb6;
	font-size: 30px;
	color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i {
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i {
	transform: rotate(-45deg);
}
.serviceBox .service-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 55px 15px;
	position: relative;
}
.serviceBox .service-content:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin: 0 auto;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before {
	transform: rotate(45deg);
}
.serviceBox .title {
	font-size: 17px;
	font-weight: 600;
	color: #3d4848;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title {
	color: #727cb6;
}
.serviceBox .description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
	color: black;
}
.serviceBox .read-more {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	color: #c4c2c2;
	margin: 0 auto;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
}
.serviceBox .read-more:hover {
	border: 1px solid #727cb6;
	color: #727cb6;
	text-decoration: none;
}
.serviceBox.green .service-icon span {
	background: #008b8b;
}
.serviceBox.blue .service-icon span {
	background: #3498db;
}
.serviceBox.orange .service-icon span {
	background: #e67e22;
}
.serviceBox.green:hover .title {
	color: #008b8b;
}
.serviceBox.blue:hover .title {
	color: #3498db;
}
.serviceBox.orange:hover .title {
	color: #e67e22;
}
.serviceBox:hover .read-more {
	border: 1px solid #727cb6;
	color: #727cb6;
}
.serviceBox.green:hover .read-more {
	border: 1px solid #008b8b;
	color: #008b8b;
}
.serviceBox.blue:hover .read-more {
	border: 1px solid #3498db;
	color: #3498db;
}
.serviceBox.orange:hover .read-more {
	border: 1px solid #e67e22;
	color: #e67e22;
}
.sh3 {
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	color: #333;
	/*font-style: oblique;*/
	margin: 40px 0px 30px 0px;
}
.sh14 {
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	color: white;
	font-style: oblique;
	margin: 100px 0px 100px 0px;
}
.feature-area2 {
	background-color: #233d63;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}
.feature-area2 .feature-box {
	margin-top: 0;
}
.feature-area2 .feature-box .feature-item {
	padding: 59px 30px 38px 30px;
	z-index: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.feature-area2 .feature-box .feature-item .feature__icon {
	margin-top: 0;
}
.feature-area2 .feature-box .feature-item .read__btn {
	font-size: 16px;
	color: #233d63;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	padding-right: 35px;
	margin-top: 18px;
	display: inline-block;
}
.feature-area2 .feature-box .feature-item .read__btn .fa__arrow {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
}
.feature-area2 .feature-box .feature-item .read__btn:hover {
	color: #F66B5D;
}
.feature-area2 .feature-box .feature-item .read__btn:hover .fa__arrow {
	right: 22px;
}
.feature-area2 .feature-box .feature-item:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.feature-area2:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	background-image: url("https://techydevs.com/demos/themes/html/minzel/images/dots3.png");
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0.5;
}
/*====================================================
    feature-area 3
 ====================================================*/
.feature-area3 {
	padding-bottom: 90px;
}
.feature-area {
	padding-top: 113px;
	padding-bottom: 75px;
	position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.feature-area {
	padding-top: 100px;
}
}
.feature-area .sec-heading .sec__title {
	line-height: 55px;
}

@media (max-width: 480px) {
.feature-area .sec-heading .sec__title {
	line-height: 40px;
}
}
.feature-area .service-button {
	margin-top: 80px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature-area .service-button {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 35px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.feature-area .service-button {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 35px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.feature-area .service-button {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 35px;
}
}
.feature-area .feature-box {
	margin-top: 25px;
	text-align: center;
}
.feature-area .feature-box .feature-item {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 45px 30px 40px 30px;
	margin-bottom: 30px;
	z-index: 1;
}
.feature-area .feature-box .feature-item:after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #F66B5D;
	left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1199px) {
.feature-area .feature-box .feature-item {
	padding-right: 20px;
	padding-left: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature-area .feature-box .feature-item {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.feature-area .feature-box .feature-item {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.feature-area .feature-box .feature-item {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.feature-area .feature-box .feature-item {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	width: 100%;
}
}
.feature-area .feature-box .feature-item .feature__number {
	font-size: 35px;
	position: absolute;
	top: 3px;
	right: 5px;
	width: 60px;
	height: 55px;
	font-weight: 600;
	line-height: 55px;
	color: rgba(35, 61, 92, 0.3);
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	z-index: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.feature-area .feature-box .feature-item .feature__icon {
	color: #F66B5D;
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(246, 107, 93, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 1199px) {
.feature-area .feature-box .feature-item .feature__icon {
	font-size: 45px;
	margin-top: 20px;
	margin-bottom: 35px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature-area .feature-box .feature-item .feature__icon {
	font-size: 65px;
	margin-bottom: 39px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.feature-area .feature-box .feature-item .feature__icon {
	font-size: 65px;
	margin-bottom: 39px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.feature-area .feature-box .feature-item .feature__icon {
	font-size: 65px;
	margin-bottom: 39px;
}
}
.feature-area .feature-box .feature-item .feature__icon:before {
	font-size: 45px;
}
.feature-area .feature-box .feature-item .feature__icon:after {
	position: absolute;
	content: '';
	left: 50%;
	top: -8px;
	width: 50px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.feature-area .feature-box .feature-item .feature__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: capitalize;
}
.feature-area .feature-box .feature-item .feature__title a {
	color: #233d63;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.feature-area .feature-box .feature-item .feature__desc {
	font-size: 16px;
	color: #677286;
	line-height: 28px;
	font-weight: 500;
}
.feature-area .feature-box .feature-item:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.feature-area .feature-box .feature-item:hover .feature__number {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.feature-area .feature-box .feature-item:hover .feature__icon {
	background-color: #F66B5D;
	color: #fff;
}
.feature-area .feature-box .feature-item:hover .feature__title a {
	color: #F66B5D;
}
.feature-area .feature-box .feature-item:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.feature-area .feature-box .feature-item:hover:before {
	opacity: 0.2;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.feature-area .feature-box .feature-item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://techydevs.com/demos/themes/html/minzel/images/dots3.png");
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.micon {
	font-size: 28px !important;
	text-align: center;
	margin-right: 10px;
}
/*parallax 2*/


		
		
		
body {
	height: 1000px
}
h4 {
	/*font: normal 26px 'latosemibold';*/
	text-align: center;
}
#testimonial .carousel-indicators {
	position: static;
	width: auto;
	display: block;
	text-align: center;
	margin: 30px auto 30px;
}
#testimonial blockquote {
	border: 0;
	padding: 80px 20px;
	margin: 0;
	color: #fff;
}
.caro_bg {
	background: url(img/mfk/back.jpg) no-repeat top fixed;
	text-align: center;
	position: relative;
	z-index: 2;
	background-size: cover
}
#testimonial .carousel-indicators .active, #testimonial .carousel-indicators li {
	text-indent: unset;
	width: auto;
	height: auto;
	margin: auto;
	position: relative
}
/* Slider */

.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-bottom: 50px;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	/*background-color: #f0f5f0;
	border: 1px solid gray;*/
	border-radius: 20px 0px 20px 0px;
}
.customer-logos img {
	display: block;
	border: 1px solid #dedddd;
	border-radius: 0px;
}

.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.mf {
	width: 120px !important;
}
.pcolor {
	color: white !important;
}
/*About us start*/

ul.timeline {
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
}
ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
}
ul.timeline > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
}
.our-team-main {
	width: 100%;
	height: auto;
	border-bottom: 5px #323233 solid;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
	margin-bottom: 28px;
}
.our-team-main img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 90px;
}
.our-team-main h3 {
	font-size: 20px;
	font-weight: 700;
}
.our-team-main p {
	margin-bottom: 0;
}
.team-back {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 15px 0 15px;
	text-align: left;
	background: #fff;
}
.team-front {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 15px;
	bottom: 0px;
	transition: all 0.5s ease;
}
.our-team-main:hover .team-front {
	bottom: -200px;
	transition: all 0.5s ease;
}
.our-team-main:hover {
	border-color: #777;
	transition: 0.5s;
}
/*our-team-main*/

.perks-section h5 {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: 600;
}
.abfa {
	font-size: 80px !important;
	margin-bottom: 20px;
}
.section .row {
	margin-top: 7%;
	margin-bottom: 10%;
}
.section .row .col-md-6 {
	background: #f5f5f5;
	margin-right: -2%;
	padding: 5%;
}
.section h3 {
	color: #004085;
}
.section p {
	margin-top: 10%;
	color: #545b62;
}
.section img {
	width: 100%;
}
/*Our Business Philosophy*/
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.section-title {
	margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #34c0ec;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #34c0ec;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #34c0ec;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
	clear: both;
	display: table;
}
.timeline_content {
	border: 2px solid #34c0ec;
	background-color: #fff
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #34c0ec;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	color: #34c0ec;
}
/*end*/
/*Digital marketing*/
.how-section1 {
	margin-top: -15%;
	padding: 10%;
}
.how-section1 h4 {
	color: #ffa500;
	font-weight: bold;
	font-size: 30px;
}
.how-section1 .subheading {
	color: #3931af;
	font-size: 20px;
}
.how-section1 .row {
	margin-top: 10%;
}
.how-img {
	text-align: center;
}
.how-img img {
	width: 51%;
	height: 85%;
	background-color: #97dcf2;
	padding: 20px;
	border-radius: 5px solid red;
	border: 2px solid;
}
.contentList-img, .contentList-item, .contentList-wrapper {
	background-repeat: no-repeat
}
.contentList-wrapper:hover .contentList-img--normal, .contentList-wrapper:hover:before {
	opacity: 0
}
.contentList {
	position: relative;
	padding-bottom: 67px;
	background-color: #FFF !important;
	padding-top: 80px;
}
.contentList a:hover{text-decoration: none;}
.contentList .sem {background-image:url(../img/icons/sem.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .sem {background-image:url(../img/icons/semw.png);height:100px;width:100px;display:inline-block; }

.contentList .seo {background-image:url(../img/icons/seo.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .seo {background-image:url(../img/icons/seow.png);height:100px;width:100px;display:inline-block; }

.contentList .smm {background-image:url(../img/icons/smm.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .smm {background-image:url(../img/icons/smmw.png);height:100px;width:100px;display:inline-block; }

.contentList .orm {background-image:url(../img/icons/orm.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .orm {background-image:url(../img/icons/ormw.png);height:100px;width:100px;display:inline-block; }

.contentList .sem {background-image:url(../img/icons/sem.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .sem {background-image:url(../img/icons/semw.png);height:100px;width:100px;display:inline-block; }

.contentList .cm {background-image:url(../img/icons/cm.png);height:100px;width:100px;display:inline-block; }
.contentList a:hover .cm {background-image:url(../img/icons/cmw.png);height:100px;width:100px;display:inline-block; }
.contentList .container-fluid {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}
.contentList .row {
	font-size: 0;
	text-align: center
}
.contentList-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: #234;
	text-decoration: none;
	background-position: 0 0
}
.contentList-wrapper {
	position: relative;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	background-position: 50% 50%;
	background-size: cover
}
.contentList-wrapper:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
.contentList-icon {
	position: relative;
	width: 100%;
	height: 126px;
	padding-top: 30px;
	padding-bottom: 32px;
	text-align: center
}
.contentList-icon .icon, .contentList-icon svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.contentList-icon .icon path, .contentList-icon .icon rect, .contentList-icon svg path, .contentList-icon svg rect {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
.contentList-wrapper:hover .icon path, .contentList-wrapper:hover .icon rect, .contentList-wrapper:hover svg path, .contentList-wrapper:hover svg rect {
	fill: #fff!important
}
.contentList-img {
	position: absolute;
	width: 110px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -45px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
.contentList-description, .contentList-title h3 {
	-webkit-transition: all .2s ease;
	text-align: center
}
.contentList-img--normal {
	background-position: 0 0
}
.contentList-img--hover {
	background-position: -110px 0
}
.contentList-title {
	position: relative
}
.contentList-title h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	color: #234;
	text-transform: uppercase;
	transition: all .2s ease
}
.contentList-wrapper:hover .contentList-description, .contentList-wrapper:hover .contentList-title h3 {
	color: #FFF;
}
.contentList-description {
	position: relative;
	font-size: 17px;
	line-height: 28px;
	transition: all .2s ease
}
.contentList-description p {
	margin: 0
}

@media (max-width:1440px) {
.contentList-item {
	width: 33.33333333%
}
}

@media (max-width:1030px) {
.contentList-item {
	width: 50%
}
}

@media (max-width:767px) {
.contentList-item {
	width: 100%
}
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
.contentList-img {
	background-size: 220px 135px
}
.contentList-img--normal {
	background-position: 0 -45px
}
.contentList-img--hover {
	background-position: -110px -45px
}
}
.description {
	position: relative;
	line-height: 35px;
	text-align: center;
	background-color: #FFF
}
.technologies {
	padding: 100px 0
}
.technologies-row {
	text-align: center;
	margin: 0 auto;
	display: block;
	position: relative;
	font-size: 0
}
.technologies-item {
	width: 20%;
	display: inline-block;
	margin: 0 -2px
}

@media (max-width:1200px) {
.technologies-item {
	width: 33.33333%
}
}

@media (max-width:769px) {
.technologies-item {
	width: 100%
}
}
.technologies-item-link {
	position: relative;
	padding: 10px;
	margin: 10px;
	display: block;
	background: #f9f9f9;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	text-align: center;
	overflow: hidden
}
.technologies-item-link-image, .technologies-item-link:before {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	top: 0;
	left: 0
}
.technologies-item-link-image {
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%
}
.technologies-item-link:before {
	content: '';
	text-decoration: none;
	background: #f9f9f9;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 1;
	z-index: 2
}
.technologies-item-link-icon {
	line-height: 240px;
	max-width: 75%;
	margin: 0 auto;
	position: relative;
	z-index: 10
}
.technologies-item-link-icon .icon, .technologies-item-link-icon svg {
	vertical-align: middle
}
.technologies .technologies-item-link:hover .technologies-item-link-icon svg path {
	fill: #0cf!important
}
.technologies-canvas {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

@media (min-width:768px) {
.technologies-item-link:hover:before {
	opacity: .8;
	background: #0cf
}
.technologies .technologies-item-link:hover .technologies-item-link-icon svg path {
	fill: #fff!important
}
}
.technologies+.info {
	margin-top: -7px;
	padding-bottom: 54px
}
.technologies+.info .heading-title {
	margin-bottom: 28px
}
.technologies+.info .heading-title h3 {
	font-size: 52px;
	line-height: 72px
}
.technologies+.info .heading-description {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto
}
.technologies+.info .heading-description p {
	font-size: 19px;
	line-height: 35px
}

@media (max-width:767px) {
.technologies+.info {
	padding-bottom: 0
}
.technologies+.info .heading-title h3 {
	font-size: 32px;
	line-height: 39px
}
}

@media (min-width:1030px) {
.title {
	min-height: 0px
}
}
.contentList-wrapper:hover.contentList-wrapper:hover .contentList-description p {
	color: #FFF;
	text-decoration: none !important;
}
/*About us End*/

/*SEM*/


/*Seo*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);
.hm-gradient {
	background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
	color: #2E2E2E;
}
/*SMM*/
.carousel-inner img {
	width: 100%;
	max-height: 400px;
}
.carousel-caption {
	color: #f2f2f2;
	top: 70px;
	bottom: auto;
	text-align: left;
}
.carousel-caption h1 {
	color: #fff;
background-color:#;
}
/************ Services **************/

svg {
	width: 100%;
	fill: #fff;
	filter: url(#faBlur);
}
/*web designing*/
.about-section {
	padding-top: 40px;
}
.about-image {
	position: relative;
}
.about-image::before {
	position: absolute;
	content: '';
	background-image: url(https://i.ibb.co/d6KQxz0/dots.jpg);
	background-position: center center;
	background-size: 100%;
	width: 375px;
	height: 350px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.about-image .single-image {
	width: 360px;
}
.float-left {
	float: left;
}
.about-image .single-image img {
	width: 100%;
}
.about-image .single-image.image-tow {
	margin-top: -200px;
	position: relative;
	z-index: 5;
}
.about-image .single-image {
	width: 360px;
}
.float-right {
	float: right;
}
.about-content h3 {
	color: #333;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}
.about-content p {
	margin-bottom: 0px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #646464;
	font-family: 'Poppins', sans-serif;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
p {
	font-weight: 300;
	font-size: 16px;
}
.section-title p {
	font-size: 24px;
	font-family: Oleo Script;
	margin-bottom: 0px;
}
.section-title h4 {
	font-size: 40px;
	text-transform: capitalize;
	color: #51504f;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
}
.section-title h4::before {
	width: 80px;
	height: 1.5px;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4::before, .section-title h4::after {
	position: absolute;
	content: "";
	background-color: #FF5E18;
}
.section-title h4::after {
	width: 40px;
	height: 1.5px;
	bottom: -5px;
	left: 50%;
	margin-left: -20px;
}
.business_auto{}

.business_auto > .single_service.service_right {
/*	padding-right: 70px;*/
	padding-left: 0;
	text-align: right;
}
.business_auto .single_service.service_right img {
	right: 0;
	left: auto;
	margin-top: 0;
}
.business_auto .bricon {
	font-size: 25px;
	float: right;
	margin-left: 7px;
    color: #4bc7ee;
}
.line1 {
	background-image: url(../img/icons/line1.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 72px;
	width: 186px;
	left: 400px;
	position: absolute;
	z-index: 9;
	bottom: 19px;
}
.line2 {
	background-image: url(../img/icons/line2.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 9px;
	width: 23px;
	left: 400px;
	position: absolute;
	z-index: 9;
	bottom: 80px;
}
.line3 {
	background-image: url(../img/icons/line3.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 25px;
	width: 100px;
	left: 400px;
	position: absolute;
	z-index: 9;
	bottom: 35px;
}
.line4 {
	background-image: url(../img/icons/line4.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 20px;
	width: 103px;
	left: -110px;
	position: absolute;
	z-index: 9;
	bottom: 79px;
}
.line5 {
	background-image: url(../img/icons/line5.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 84px;
	width: 66px;
	left: -73px;
	position: absolute;
	z-index: 9;
	bottom: 10px;
}
.line6 {
	background-image: url(../img/icons/line6.png);
	background-repeat: no-repeat;
	left: 400px;
	display: block;
	height: 29px;
	width: 146px;
	left: -148px;
	position: absolute;
	z-index: 9;
	bottom: 64px;
}
.business_auto .blicon {
	font-size: 25px;
	float: left;
	margin-right: 7px;
    color: #4bc7ee;
}
#pm{}
#pm:hover{background-color:#7b54a2; color:#fff;}
#km:hover {background-color:#9d2178; color:#fff;}
#pm:hover p, #km:hover p , #olor:hover p, #dfm:hover p, #cm:hover p , #wm:hover p{color:#fff;transition: none;}
#olor:hover {background-color:#f3821f; color:#fff;}
#dfm:hover{background-color:#7fbb48; color:#fff;}
#cm:hover{background-color:#c22c7c; color:#fff; }
#wm:hover{background-color:#258cc9; color:#fff; }



.business_auto .single_service.service_right h4{text-align: right;font-family:'Nunito', sans-serif;font-size:23px;}
.business_auto .single_service.service_right p{text-align: right;}
.business_auto .single_service p{}
.business_auto > p{text-align: right;}

.single_service:nth-child(1), .single_service:nth-child(2) {
/*	border: 1px dashed #333;*/
	padding: 5px 15px;
}
.single_service img {
	max-width: 45px;
	position: absolute;
	left: 0;
	top: 0;
}
.business_auto .single_service {
	position: relative;
/*	padding-left: 70px;*/
	margin-bottom: 35px;
    border: 1px dashed #333;
    padding: 5px 15px;
}
/**ORM*****/
.section .row {
	margin-top: 7%;
	margin-bottom: 10%;
}
.section .row .col-md-6 {
	background: #f5f5f5;
	margin-right: -2%;
	padding: 5%;
}
.section h3 {
	color: #004085;
}
.section p {
	margin-top: 10%;
	color: #545b62;
}
.section img {
	width: 100%;
}
.msbtn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0px 0px 15px 0px;
	color: #fff;
	background-color: #428bca;
	position: fixed;
	Z-INDEX: 1;
}
.msbtn:hover {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0px 0px 15px 0px;
	color: #fff;
	background-color: #2c5b84;
	text-decoration: none;
}
/*web aplication development*/
/***overview***/
.overview-wrap .title-overview {
	text-align: center;
	color: #3dce8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 23px;
}
.overview-wrap .subtitle-overview {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	max-width: 660px;
	margin: 19px auto 103px;
	text-align: center;
}
/***skewed***/
.sesgoabajo {
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0;
	border-width: 0 0 35vh 100vw;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
}
.sesgoarriba {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	border-width: 35vh 100vw 0 0;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}
.contenedor {
	overflow: hidden;
	padding: 100px 5px;
}
/***our team***/
.our-team {
	position: relative;
	padding: 5rem 0;
}
.title-our-team {
	text-align: center;
	color: #3dce8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 23px;
}
.subtitle-our-team {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	max-width: 660px;
	margin: 19px auto 103px;
	text-align: center;
}
/***overview***/
.overview-box {
	height: 340px;
	width: 100%;
	text-align: center;
	padding: 35px 20px;
}
.overview-box:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	transition: all ease 1s;
}
.overview-box h5 {
	font-weight: 700;
	line-height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #606060;
	margin-bottom: 20px;
}
.overview-box p {
	font-size: 14px;
	color: #666666;
}
.features-icons-icon {
	vertical-align: middle;
	margin: 20px auto;
}
.features-icons-icon i {
	color: lightgrey;
}
.overview-box:hover .features-icons-icon i.html5 {
	color: #e54d26;
	transition: all ease 1s;
}
.overview-box:hover .features-icons-icon i.css3 {
	color: #379ad5;
	transition: all ease 1s;
}
.overview-box:hover .features-icons-icon i.android {
	color: #a4c739;
	transition: all ease 1s;
}
.overview-box:hover .features-icons-icon i.drupal {
	color: #0c76ab;
	transition: all ease 1s;
}
/***gallery***/

.galeria {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	position: relative;
}
.imagenes {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.imagenes img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enmica {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 73, 94, 0.815);
}
.enmica h2 {
	position: relative;
	top: 45%;
	text-align: center;
	color: #ffffff;
}
.enmica div {
	position: relative;
	display: block;
	top: 46%;
	width: 40px;
	height: 5px;
	background: #ffffff;
	margin: auto;
}
/***testimonial***/
.testimonials-wrap {
	background: linear-gradient(0deg, #08d4fd 0%, #503eff 100%);
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	position: relative;
	padding: 8rem 0 12rem;
}
.title-testimonials {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 23px;
}
.subtitle-testimonials {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #ffffff;
	max-width: 660px;
	margin: 19px auto 103px;
	text-align: center;
}
.slide-one {
	padding: 30px 70px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #00000059;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.banner-slide img {
	height: 120px;
	width: 120px;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
}
.banner-slide h5 {
	color: #046ab3;
	font-weight: 700;
	margin: 15px 0;
}
.banner-slide h6 {
	font-size: 15px;
	color: #000;
	margin-bottom: 45px;
	font-weight: 600;
}
.banner-slide p {
	color: #000;
	font-size: 16px;
}
.carousel-control-prev {
	left: -175px;
}
.carousel-control-next {
	right: -175px;
}
.carousel-indicators {
	bottom: -70px;
}
/******/
.row.heading h2 {
	color: #fff;
	font-size: 52.52px;
	line-height: 95px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.our-team .mycard-block {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	border: 3px solid #ffffff;
	margin-bottom: 2rem;
}
.our-team .mycard-block:hover {
	border: 3px solid #503eff;
}
.our-team .mycard-block img {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	object-fit: cover;
}
.our-team .mycard-block h3 {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 500;
	padding: 6px 0;
	text-transform: uppercase;
}
.our-team .mycard-block h3 a {
	text-decoration: none;
	color: #606060;
	font-weight: 700;
}
.our-team .mycard-block h3 a:hover {
	color: #337ab7;
}
.our-team .mycard-block p {
	color: #2a2a2a;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
.our-team .mycard-block .follow-us li {
	display: inline-block;
	width: auto;
	margin: 0 5px;
}
.btn-circle {
	border-radius: 50%;
}
.my-social-btn {
	background: lightgrey;
}
a.btn.btn-circle.my-social-btn {
	color: #fff;
	height: 40px;
	width: 40px;
}
.mycard-block:hover .my-social-btn.fb {
	background: #205b9f;
}
.mycard-block:hover .my-social-btn.twitter {
	background: #00ace3;
}
.mycard-block:hover .my-social-btn.google {
	background: #ff3921;
}
/******blog******/

section#blog {
	position: relative;
	padding: 7rem 0;
}
section#blog .card {
	margin-bottom: 2rem;
}
section#blog .card-text {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	padding-bottom: 20px;
}
section#blog .title-blog {
	text-align: center;
	color: #3dce8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 23px;
}
section#blog .subtitle-blog {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	max-width: 660px;
	margin: 19px auto 103px;
	text-align: center;
}
.card img {
	height: 220px;
	width: 100%;
	object-fit: cover;
}
.card a {
	color: #503eff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}
/******contact wrap******/

section.contact-wrap {
	padding: 5rem 0;
	position: relative;
	background: url('https://images.pexels.com/photos/1011329/pexels-photo-1011329.jpeg?auto=compress&cs=tinysrgb&h=650&w=940') no-repeat center center fixed;
	background-size: cover;
}
.cta {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.cta .cta-inner {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	padding: 3rem;
	margin: .5rem;
	box-shadow: 0px 0px 10px 0px #00000059;
}
.contactForm {
	width: 100%;
	max-width: 484px;
	border-radius: 5px;
	margin: auto;
	padding: 30px 40px 20px;
}
.contactForm .form-control {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #222222;
	background-color: transparent !important;
	color: #222222;
	margin-bottom: 2rem;
	outline: none;
}
.contactForm ::placeholder {
color: #222222;
}
input.btn-login {
	display: block;
	margin: auto;
	text-align: center;
	background-color: #3dce8c;
	border: 1px solid #3dce8c;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 50px;
	outline: none;
	box-shadow: 0px 0px 10px 0px #00000059;
}
/******Mob app Development******/
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.services-area {
	background-color: #f6f6f6;
}

.parallax {
  background-image: url(../img/parallax.jpg);
  height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baparallax {
  background-image: url(../img/baparallax.jpg);
/*  height: 450px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 100px 10px;
}
.parabg h5{font-family: 'Nunito', sans-serif;
}
.parabg{
background: #ffffffd4;
    padding: 20px;
    border-radius: 25px;
    padding: 40px;
    
}
.section-title {
	margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #36ffc7;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #36ffc7;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
.single-service {
	border: 1px solid #eee;
	padding: 30px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.single-service i.fa {
	width: 60px;
	height: 60px;
	background-color: #4bc7ee;
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.single-service i.fa {
	-webkit-transition: .4s;
	transition: .4s;
}
.single-service:hover i.fa {
	border-radius: 50%;
}
.single-service h4 {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
    font-family: 'Nunito', sans-serif;
}
.service-title{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Nunito', sans-serif;
}
/***Busines Automation***/
.header-img {
	height: 450px;
	position: relative;
	width: 100%;
}
.header-img img {
	width: 100%;
}
.header-content {
	background: #a1e2f6;
	color: #fff;
	height: 450px;
	padding-top: 130px;
	position: relative;
	text-align: center;
	width: 100%;
}
.header-content h2 {
	font-size: 30px;
	text-transform: uppercase;
}
.header-content p {
	padding: 0px 50px;
}
.header-content:before {
	position: absolute;
	content: "";
	width: 60%;
	height: 125px;
	top: -50px;
	left: 0;
	background: #a1e2f6;
	transform: skewY(10deg);
}
.header-content:after {
	position: absolute;
	content: "";
	width: 60%;
	height: 125px;
	top: -50px;
	right: 0;
	background: #a1e2f6;
	transform: skewY(-10deg);
}
/******Brand strategy******/
.service-sec .heading {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}
.service-sec h2 {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	color: #0297FF;
	font-size: 32px;
}
.service-sec h2 small {
	color: #222;
	display: block;
	font-size: 22px;
	margin-bottom: 18px;
}
.service-sec i {
	border: 1px solid #0297FF;
	border-radius: 2px;
	font-size: 25px;
	padding: 12px 0;
	width: 52px;
	color: #0297FF;
	margin-bottom: 20px
}
.service-sec h3 {
	font-size: 23px;
	font-weight: 600;
}
.service-sec p {
	line-height: 22px;
	margin-top: 13px;
	padding: 0 21px;
}
.service-sec .service-block {
	margin-top: 30px;
}
.space-medium {
	padding-top: 100px;
	padding-bottom: 100px;
}
.btn {
	font-size: 16px;
	padding: 11px 21px;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	transition: .3s ease;
	font-family: 'Circular Std Medium' !important;
}
.btn-outline-primary {
	color: #3544ee;
	background-color: transparent;
	border-color: #3544ee;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #3544ee;
	border-color: #3544ee;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	color: #fff;
	background-color: #3544ee;
	border-color: #3544ee;
	box-shadow: 0 0 0 1px rgb(53, 68, 238);
}
.btn-rounded {
	border-radius: 100px;
}
.feature-block-v7 {
}
.feature-block-v7.feature-block {
	margin-bottom: 30px;
}
.feature-block-v7 .feature-content {
}
.feature-block-v7 .feature-title {
	margin-bottom: 5px;
	font-size: 21px;
}
.feature-block-v7 .feature-text {
}
.feature-block-v7 .feature-icon {
	background-color: #e1e4fd;
	color: #3544ee;
	padding: 18px;
	font-size: 20px;
	display: block;
	text-align: center;
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
	line-height: 1.5;
	border-radius: 100%;
}
.feature-app-img {
	position: relative;
	text-align: center;
}
.circle-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 390px;
	height: 390px;
	background-color: #3be1a4;
	color: white;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	font-size: 1.3rem;
}
.circle-1:hover {
	cursor: pointer;
}
.circle-1::after, .circle-1::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 390px;
	background: #3be1a4;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: grow 3s ease-in-out infinite;
	animation: grow 3s ease-in-out infinite;
}
.circle-1::after {
	background: rgb(59, 225, 164);
}
.circle-1::after::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 390px;
height: 390px;
background: #3be1a4;
border-radius: 50%;
z-index: -1;
-webkit-animation: grow 3s ease-in-out infinite;
animation: grow 3s ease-in-out infinite;
}
.circle-1::before {
	background: rgb(59, 225, 164);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.circle-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 390px;
	height: 390px;
	background-color: #9c4efb;
	color: white;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	font-size: 1.3rem;
}
.circle-2:hover {
	cursor: pointer;
}
.circle-2::after, .circle-2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 390px;
	background: #9c4efb;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: grow 3s ease-in-out infinite;
	animation: grow 3s ease-in-out infinite;
}
.circle-2::after {
	background: rgba(156, 78, 251, .5);
}
.circle-2::after::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 390px;
height: 390px;
background: #3be1a4;
border-radius: 50%;
z-index: -1;
-webkit-animation: grow 3s ease-in-out infinite;
animation: grow 3s ease-in-out infinite;
}
.circle-2::before {
	background: rgba(156, 78, 251, .5);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.circle-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 390px;
	height: 390px;
	background-color: #fb8645;
	color: white;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	font-size: 1.3rem;
}
.circle-3:hover {
	cursor: pointer;
}
.circle-3::after, .circle-3::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 390px;
	background: #fb8645;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: grow 3s ease-in-out infinite;
	animation: grow 3s ease-in-out infinite;
}
.circle-3::after {
	background: rgba(251, 134, 69, .5);
}
.circle-3::after::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 390px;
height: 390px;
background: #3be1a4;
border-radius: 50%;
z-index: -1;
-webkit-animation: grow 3s ease-in-out infinite;
animation: grow 3s ease-in-out infinite;
}
.circle-3::before {
	background: rgba(251, 134, 69, .5);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes grow {
 0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
 100% {
-webkit-transform: scale(1.8, 1.8);
transform: scale(1.8, 1.8);
opacity: 0;
}
}
@keyframes grow {
 0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
 100% {
-webkit-transform: scale(1.8, 1.8);
transform: scale(1.8, 1.8);
opacity: 0;
}
}
/****Gallary*****/
#group {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px;
	background-color: #ebf1f1;
}
#result {
	width: 100%;
	height: auto;
	background-color: grey;
	margin: 10px;
	float: left;
}
.img {
	width: 110px;
	height: 100px;
	float: left;
	margin: 10px;
	border: 1px solid #050505;
}
#result img {
	width: 97%;
	height: 480px;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
/*css end*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
* {
	margin: 0;
	padding: 0;
}
.mcon {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 70px;
	/*left: 70px;*/
	margin:25px;
}

@media handheld, only screen and (max-width:767px) {
    .mcon {
	left: 0px;
}
}
.mcon .box::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	transform: skew(2deg, 3deg);
	transition: .5s;
}
.mcon .box:hover:before {
	transform: skew(-2deg, -3deg);
}
.mcon .box {
/*    font-family: roboto;*/
	position: relative;
	color: #333;
	height: auto;
	/*   border: 1px solid #fff; */
	display: flex;
	align-content: center;
	align-items: center;
	background-color: #f2f2f2;
}
.mcon .box:nth-child(1):before {
	background: linear-gradient(to right, #00c3ff, #73f28a);
}
.mcon .box:nth-child(2):before {
	background: linear-gradient(to right, #00c3ff, #73f28a);
}
.mcon .box:nth-child(3):before {
	background: linear-gradient(to right, #00c3ff, #73f28a);
}
.content {
	padding: 20px;
	position: relative;
}
.content h2 {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 30px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}
.content p {
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
}
/****Gallary*****/
.demo-gallery > ul {
	margin-bottom: 0;
    padding: 0px 20px;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom: 15px;
/*	margin-right: 20px;*/
/*	width: 200px;*/
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
@media only screen and (min-width:320px) and (max-width:680px){
.form-area{
padding: 0px;
}
    .abou-us-area {
	padding: 20px 0px 20px 0px;
	background-color: #fff;
	/* font-family: 'Nunito', sans-serif; */
}
    .single-service {
	padding: 10px 10px;
	position: relative;
	margin-bottom: 10px;
}
    .philosophy {
	padding: 10px 0px;
}
    
    .contactus-area {
    padding: 10px;
}
    .gallery , .team-area{
	padding: 15px 0;
}
    .line1, .line2, .line3, .line4, .line5, .line6{display: none;}
    
}
    
    @media only screen and (max-width:767px){
        .logo-area img {
	padding: 15px 0px 15px 0px !important;
}
    .section-heading-2-p{padding-bottom: 0px !important; }
    }