﻿@import url("flaticon.css");

/* ==============================
1. Global styles
============================== */

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus {
	color: #111;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
	border: none;
}

ul {
	list-style-type: none;
}

.underline {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	max-width: 81px;
	margin: auto;
	color: #e2e2e2;
	text-align: center;
}

.underline:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #e2e2e2;
	top: 50%;
	left: 0%;
}

.underline:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #e2e2e2;
	top: 50%;
	right: 0%;
}


/* ==============================
2. Typography
============================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262626;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

p,
ul {
	font-size: 18px;
	color: #555;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
  /*text-align: justify;*/
}

ul,
ol {
	padding: 0;
	margin: 0
}

.entry-content ul li {
		list-style: none;
	margin: 9px 0;
	margin-left: 0;
	line-height: 22px;
	margin-left: 20px;
	position: relative;
}

.entry-content ul li:before {
		font-family: "FontAwesome";
	margin: 0 0 0 0;
	position: relative;
	color: #505050;
	float: left;
	margin-left: -20px;
	display: block;
		content: "";
	font-size: 8px;
}

b {
	font-weight: 700;
}

blockquote {
	padding: 15px 40px;
	border: none;
	background: none;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	/*font-style: italic;*/
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

blockquote:before {
	content: '\f347';
	font-family: Ionicons;
	font-size: 24px;
	color: #222222;
	font-style: normal;
	position: absolute;
	left: 15px;
	margin-top: -10px;
}

.title {
	margin-bottom: 30px;
}

.title h2 {
	color: #021e2f;
	font-weight: 600;
	font-size: 28px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

.title h3 {
	color: #021e2f;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	margin-top: 30px;
}

.title p {
	margin: 0 0 30px 0;
	font-size: 17px;
}

.table {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 2;
}

.table .inner {
	display: table-cell;
	vertical-align: middle;
}

.white {
	color: #ffffff !important;
}

.p_color p {
	color: #666666 !important;
}


/* ==============================
3. Helper clases
============================== */

.mt0 {
	margin-top: 0px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.ml0 {
	margin-left: 0;
}

.mr0 {
	margin-right: 0;
}

.mr10 {
	margin-right: 10px;
}

.pb0 {
	padding-bottom: 0px
}

.p0 {
	padding: 0px !important
}

.nopadding {
	padding: 0;
	margin: 0;
}

.relative {
	position: relative;
}


/* ==============================
4. Backgrounds and sections
============================== */

.bg-light {
	background: #f2f2f2;
}

section {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
	background: #ffffff;
}
section.split-section {
	padding-top: 0;
	/*margin-top: -50px;*/
}


/* ==============================
5. Pages header and cover
============================== */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

.white-cover {
	background-color: rgba(255, 255, 255, 0.6);
}

.page-header {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #f5f5f5;
}

.page-header-title {
	font-size: 34px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

.page-header-subtitle {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

.page-header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


/*=======================================================
SUB BANNER
========================================================*/


/*.page_section.type1 {
  background: url(images/type1-bg.jpg) no-repeat;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: bottom;
}*/

.page_section.type1 h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 100px;
	text-transform: uppercase;
}
.blog-single.type1{padding-bottom: 0;}
.blog-single.type1.split-section{padding-bottom:50px}
.page_section.type1 .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}

.page_section.type1 h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}

.page_section.type1 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Ubuntu';
	font-size: 13px;
	margin: 10px 0;
}

.page_section.type1 .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Ubuntu';
	font-size: 13px;
}

.page_section.type1 .breadcrumb>li+li:before {
	color: #fff;
}

.page_section.nopadding{width:100%;}
/* ==============================
6. particles banner
============================== */

canvas.particular {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.particles-header-content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.particles-header {
	position: relative;
}

.particles-header-title {
	font-size: 75px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #021e2f;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

.particles-header-subtitle {
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.particles-header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


/* ==============================
7. Preloader
============================== */

.loader {
	position: fixed;
	background: #fff;
	z-index: 11000;
	height: 100%;
	width: 100%;
	overflow: hidden;
}



/***********/

#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
		top: 48%;
}

.circularG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
/* ==============================
8. Breadcrumb
============================== */

.breadcrumb {
	position: absolute;
	background-color: transparent;
	width: auto;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 15px;
	z-index: 2;
}

.breadcrumb li {
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb li a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb li.active {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}


/* ==============================
9. Navigation type1
============================== */

#header.type1 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 50px 0;
}

#header.type1 .primary_menu ul.main-menu {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

#header.type1 .primary_menu ul.main-menu li a {
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	padding: 25px 0;
}

#header.type1 .primary_menu ul.main-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}

#header.type1 .primary_menu ul.main-menu li.logo a {
	display: inline;
}

.on {
	background-color: #222222;
	padding: 20px 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
}

.mine-logo, .logo2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.on .mine-logo {
	width: 90%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul {
	position: absolute;
	left: 0%;
	top: 10%;
	background: rgba(34, 34, 34, 1);
	width: 150px;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}

#header.type1 .primary_menu > ul.main-menu > li:hover > .sub-nav > ul {
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 44px;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #111;
	padding: 10px 0;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}

#header.type1 .primary_menu ul.main-menu li a:hover,
#header.type1 .primary_menu ul li .sub-nav > ul li a:hover {
	color: #021e2f;
}

#header.type1 .primary_menu ul.main-menu li.active a,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li.active a {
	color: #021e2f;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 >ul {
	position: absolute;
	left: 0%;
	top: 150%;
	background: rgba(34, 34, 34, 1);
	width: 230px;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}

#header.type1 .primary_menu > ul.main-menu > li > .sub-nav > ul li:hover .sub-nav1 >ul,
#header.type1 .primary_menu > ul.main-menu > li > .sub-nav > ul li:hover .sub-nav1 > ul li:hover .sub-nav2 >ul {
	opacity: 1;
	visibility: visible;
	left: 100%;
	top: auto;
	margin-top: -31px;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #111;
	padding: 10px 0;
}

#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li a,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 > ul li .sub-nav2 li a {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
}

#header.type1 .primary_menu ul.main-menu li a:hover,
#header.type1 .primary_menu ul li .sub-nav > ul li .sub-nav1 >ul li a:hover,
#header.type1 .primary_menu ul li .sub-nav > ul li .sub-nav1 >ul li .sub-nav2 li a:hover {
	color: #021e2f;
}

#header.type1 .primary_menu ul.main-menu li.active a,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li.active a,
#header.type1 .primary_menu ul.main-menu li .sub-nav > ul li .sub-nav1 >ul li .sub-nav2 li.active a {
	color: #021e2f;
}


/* ==============================
9.1 Navigation type2
============================== */

#header.type2 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 50px 0;
}

#header.type2 .logo_sect {
	display: block;
	float: left;
}

#header.type2 .logo_sect img {
	width: 100%;
}

#header.type2.on .logo_sect img {
	width: 90%;
}

#header.type2 .primary_menu {
	float: right;
	padding: 3px 0;
}

#header.type2 .primary_menu ul.main-menu {
	margin: 0 auto;
	text-align: right;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

#header.type2 .primary_menu ul.main-menu li a {
	color: #021e2f;
	text-shadow: none;
	text-transform: uppercase;
	padding: 25px 0;
}

#header.type2 .primary_menu ul.main-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}

#header.type2 .primary_menu ul.main-menu li.logo a {
	display: inline;
}

#header.type2.on {
	background-color: #ffffff;
	padding: 20px 0 !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
	box-shadow: 0px -1px 5px #C1C1C1;
}

#header.type2 .primary_menu ul.main-menu li .sub-nav ul {
	position: absolute;
	left: 0%;
	top: 10%;
	background: rgba(255, 255, 255, 1);
	width: 150px;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}

#header.type2 .primary_menu ul.main-menu li:last-child .sub-nav ul {
	right: 0;
	left: auto !important;
}

#header.type2 .primary_menu > ul.main-menu > li:hover > .sub-nav ul {
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 44px;
}

#header.type2 .primary_menu ul.main-menu li .sub-nav ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #fefefe;
	padding: 10px 0;
}

#header.type2 .primary_menu ul.main-menu li .sub-nav ul li a {
	color: #333333;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	display: block;
}

#header.type2 .primary_menu ul.main-menu li a:hover,
#header.type2 .primary_menu ul.main-menu li .sub-nav ul li a:hover {
	color: #021e2f;
}

#header.type2 .primary_menu ul.main-menu li.active a,
#header.type2 .primary_menu ul.main-menu li .sub-nav ul li.active a {
	color: #021e2f;
}

#header.type2 .menu_toggler span {
	background: #021e2f;
}


/* ==============================
9.2 Navigation type3
============================== */


#header.type3 {
    left: 0;
    right: 0;
    z-index: 999;
    padding: 13px 0;
    background: none;
	position: absolute;
}
/*#header .container {padding-right: 0!important; 
    padding-left: 0!important; }*/

#header.type3.on {
    background-color: #ffffff;
    padding: 20px 0 !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.8s ease 0s;
    box-shadow: 0px -1px 5px #C1C1C1;
}
#header.type3.on .glyphicon {
    color: #000;
}
 #header.type3 .logo_sect, #header.type3.on .logo_sect {
    display: block;
    float: left;
    position: relative;
    left: 0;
    right: 0;
    margin: -1px auto;
    text-align: center;
    padding-bottom: 0;
}

#header.type3 .logo_sect .mine-logo, #header.type3.on .logo_sect .mine-logo{
   /* width: 80%*/
}
#header.type3 .logo_sect .logo2, #header.type3.on .logo_sect .logo2 {
   /* width: 80%*/
}
#header.type3 .logo_sect .mine-logo {
    display: none;
}
#header.type3 .logo_sect .logo .logo2 {
    display: block;
}
    #header.type3.on .logo_sect .mine-logo {
        display: block !important;
    }
#header.type3.on .logo_sect .logo2 {
    display: none !important;
}
#header.type3 .primary_menu, #header.type3.on .primary_menu {
    float: right;
    padding: 35px 0;
	padding-bottom: 0;
	padding-top: 50px;
    /* margin: 0 auto;
    margin-right: -19px; */
    text-align: center;
    position: relative;
    margin-top: 2px;
    font-size: 22.4px;
    line-height: 1.6;
}
#header .container .row {
    margin-right: -15px;
    margin-top: 1px;
    margin-left: -19px;
}

#header.type3 .primary_menu ul.main-menu {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

#header.type3 .primary_menu ul.main-menu li a{
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    padding: 25px 0;
	font-size:15px;
}
#header.type3.on .primary_menu ul.main-menu li a {
    color: #021e2f;
}

#header.type3 .primary_menu ul.main-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px 0 12px;
	position: relative;
	z-index: 500;
  font-size: 13.70px;
}

#header.type3 .primary_menu ul.main-menu li.logo a {
	display: inline;
}


#header.type3.on .primary_menu ul.main-menu > li.has-child:before {
	top: 0;
}



#header.type3 .primary_menu ul.main-menu li .sub-nav ul {
	position: absolute;
	left: 13px;
	top: 0%;
	background: rgba(255, 255, 255, 0.92);
	width: auto;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	z-index: 200;
	margin-top: -12px;
}

#header.type3 .primary_menu ul.main-menu li:last-child .sub-nav ul {
	right: 0;
	left: auto !important;
}

#header.type3 .primary_menu > ul.main-menu > li:hover > .sub-nav ul {
	opacity: 1;
	visibility: visible;
	left: 13px;
	top: 42px;
}

#header.type3 .primary_menu ul.main-menu li .sub-nav ul li {
	width: 100%;
	text-align: left;
	/*border-bottom: 1px dotted #fefefe;*/
	padding: 5px 0;
}

#header.type3 .primary_menu ul.main-menu li .sub-nav ul li a {
	color: #000;
	font-size: 14px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

#header.type3 .primary_menu ul.main-menu li a:hover{}
#header.type3 .primary_menu ul.main-menu li .sub-nav ul li a:hover {
	color: #021e2f;
}

#header.type3 .primary_menu ul.main-menu li.active a,
#header.type3 .primary_menu ul.main-menu li .sub-nav ul li.active a {
	color: #fff;
}
#header.type3.on .primary_menu ul.main-menu li.active a ,
#header.type3.on .primary_menu ul.main-menu li .sub-nav ul li.active a  {
	color: #000;
}

#header.type3 .menu_toggler span {
	background: #021e2f;
}

.search-header {
	cursor: pointer;
}

.search-header .sub-menu {
	right: 0;
	position: absolute;
	top: 10%;
	background: rgba(255, 255, 255, 1);
	width: auto;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	display: table;
	padding: 10px;
	white-space: nowrap;
	z-index: 500;
}

.search-header .sub-menu.active {
	opacity: 1;
	visibility: visible;
	right: 0;
	top: 44px;
}

.search-header form input[type="text"] {
	min-height: 34px
}


/* ==============================
9.3 Navigation type4
============================== */

#header.type4 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 26px 0;
}

#header.type4 .primary_menu {
	display: none;
}

#header.type4 .logo_sect {
	display: block;
	z-index: 99;
	position: absolute;
	left: auto;
	right: auto;
	top: 24px;
}

#header.type4 .menu_toggler {
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 999;
}

#header.type4 .menu_toggler span {
	background: #ffffff;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	transition: all 0.2s ease;
	width: 25px;
}

#header.type4 .menu_toggler.active span {
	background: #333;
}

#header.type4 .menu_toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 7px;
}

#header.type4 .menu_toggler.active span:nth-of-type(2) {
	opacity: 0;
}

#header.type4 .menu_toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -9px;
}

#header.type4 .mobile_menu_wrapper.menu_on {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: 0;
	display: block !important;
}

#header.type4 .mobile_menu_wrapper {
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: -270px;
	width: 270px;
	height: 100%;
	z-index: 5;
	padding-left: 15px;
	padding-top: 25px;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

#header.type4 .mobile_menu_wrapper:before {
	display: block;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	content: '';
	z-index: 555;
}

#header.type4 .mobile_menu_wrapper .mobile_menu {
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 30px;
	list-style: none;
}

#header.type4 .mobile_menu_wrapper li:before {
	display: none;
}

#header.type4 .mobile_menu_wrapper li {
	padding: 0;
	margin: 0;
	position: relative;
}

#header.type4 .mobile_menu_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header.type4 .mobile_menu_wrapper .sub-menu {
	margin-left: 20px;
}

#header.type4 .mobile_menu_wrapper .sub-nav {
	display: none;
}

.showsub .sub-nav .sub-nav {
	display: none;
}

#header.type4 .showsub .sub-nav,
#header.type4 .showsub .sub-nav .showsub .sub-nav {
	display: block;
}

#header.type4 .mobile_menu_wrapper a.mob_link {
	color: #2d2e2e;
	font-size: 14px;
	font-weight: 300;
	padding: 12px 0 14px 0;
	margin: 0;
	line-height: 24px;
	border-bottom: 1px #dddddd solid;
	display: block;
	text-transform: uppercase;
}

#header.type4 .mobile_menu_wrapper li.has-child:before {
	position: absolute;
	right: 3px;
	top: 13px;
	content: "\f105";
	display: block;
	font-size: 14px;
	color: #2d2e2e;
	font-weight: normal;
	line-height: 24px;
	font-family: 'FontAwesome';
}

#header.type4 .mobile_menu_wrapper li.has-child .showsub:before {
	content: "\f107";
	position: absolute;
	right: 3px;
	top: 13px;
	display: block;
	font-size: 14px;
	color: #2d2e2e;
	font-weight: normal;
	line-height: 24px;
	font-family: 'FontAwesome';
	background: #ffffff;
}

#header.type4 .sub-nav {
	width: 100% !important;
	margin: 0 !important;
}

#header.type4 .sub-menu i {
	padding-right: 7px;
}

#header.type4 .mobile_menu_wrapper a.mob_link i {
	display: none;
}

.body-wrap.menu-active {
	right: 270px;
}

.body-wrap {
	position: relative;
	overflow-x: hidden;
	right: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.body-wrap.menu-active::after {
	position: absolute;
	content: '';
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

#header.type4.on {
	position: relative !important;
}

#header.type4 .menu_toggler.active {
	position: fixed;
}


/* ==============================
9.4 Navigation type5
============================== */

#header.type5 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 50px 0;
}

#header.type5 .logo_sect {
	display: block;
	float: left;
}

#header.type5 .logo_sect img {
	width: 100%;
}

#header.type5.on .logo_sect img {
	width: 90%;
}

#header.type5 .menu_toggler {
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 999;
}

#header.type5 .menu_toggler span {
	background: #333333;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	transition: all 0.2s ease;
	width: 25px;
}

#header.type5 .menu_toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 7px;
}

#header.type5 .menu_toggler.active span:nth-of-type(2) {
	opacity: 0;
}

#header.type5 .menu_toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -9px;
}

#header.type5 .mobile_menu_wrapper.menu_on {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: 0;
	display: block !important;
}

#header.type5 .primary_menu {
	float: right;
	padding: 3px 0;
}

#header.type5 .primary_menu ul.main-menu li a {
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	padding: 25px 0;
}

#header.type5.on .primary_menu ul.main-menu li a {
	color: #333333;
}

#header.type5 .primary_menu ul.main-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}

#header.type5 .primary_menu ul.main-menu li.logo a {
	display: inline;
}

#header.type5.on {
	background-color: #ffffff;
	padding: 20px 0 !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
	box-shadow: 0px -1px 5px #C1C1C1;
}

#header.type5 .primary_menu ul.main-menu li .sub-nav ul {
	position: absolute;
	left: 0%;
	top: 10%;
	background: rgba(255, 255, 255, 1);
	width: 150px;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}

#header.type5 .primary_menu ul.main-menu li:last-child .sub-nav ul {
	right: 0;
	left: auto !important;
}

#header.type5 .primary_menu > ul.main-menu > li:hover > .sub-nav ul {
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 44px;
}

#header.type5 .primary_menu ul.main-menu li .sub-nav ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #fefefe;
	padding: 10px 0;
}

#header.type5 .primary_menu ul.main-menu li .sub-nav ul li a {
	color: #333333;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	display: block;
}

#header.type5 .primary_menu ul.main-menu li a:hover,
#header.type5 .primary_menu ul.main-menu li .sub-nav ul li a:hover {
	color: #021e2f;
}

#header.type5 .primary_menu ul.main-menu li.active a,
#header.type5 .primary_menu ul.main-menu li .sub-nav ul li.active a {
	color: #021e2f;
}

#header.type5 .menu_toggler span {
	background: #ffffff;
}

#header.type5.on .menu_toggler span {
	background: #021e2f;
}


/* ==============================
Mobile navigation
============================== */

.mobile_menu_wrapper:before {
	display: block;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	content: '';
	z-index: 555;
}

.mobile_menu {
	list-style: none;
}

.mobile_menu_wrapper li:before {
	display: none;
}

.mobile_menu_wrapper li {
	padding: 0;
	margin: 0;
	position: relative;
}

.mobile_menu_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile_menu_wrapper .sub-menu,
.mobile_menu_wrapper .sub-menu1,
.mobile_menu_wrapper .sub-menu2 {
	margin-left: 20px;
}

.mobile_menu_wrapper .sub-nav,
.mobile_menu_wrapper .sub-nav1,
.mobile_menu_wrapper .sub-nav2 {
	display: none;
}

.showsub .sub-nav .sub-nav,
.showsub .sub-nav .sub-nav1,
.showsub .sub-nav .sub-nav2 {
	display: none;
}

.showsub .sub-nav,
.showsub .sub-nav1,
.showsub .sub-nav2,
.showsub .sub-nav .showsub .sub-nav,
.showsub .sub-nav1 .showsub .sub-nav1,
.showsub .sub-nav2 .showsub .sub-nav2 {
	display: block;
}

.mobile_menu_wrapper a.mob_link {
	color: #2d2e2e;
	font-size: 14px;
	font-weight: 300;
	padding: 12px 0 14px 0;
	margin: 0;
	line-height: 24px;
	border-bottom: 1px #dddddd solid;
	display: block;
}

.mobile_menu_wrapper li.has-child:before {
	position: absolute;
	right: 3px;
	top: 13px;
	content: "\f105";
	display: block;
	font-size: 14px;
	color: #2d2e2e;
	font-weight: normal;
	line-height: 24px;
	font-family: 'FontAwesome';
}

.mobile_menu_wrapper li.has-child .showsub:before,
.showsub1:before {
	content: "\f107";
	position: absolute;
	right: 3px;
	top: 13px;
	display: block;
	font-size: 14px;
	color: #2d2e2e;
	font-weight: normal;
	line-height: 24px;
	font-family: 'FontAwesome';
	background: #ffffff;
}

.sub-nav {
	width: 100% !important;
	margin: 0 !important;
}

.sub-menu i {
	padding-right: 7px;
}

.mobile_menu_wrapper a.mob_link i {
	display: none;
}

.helmet{height:470px;}

/* ==============================
10. Rev slider
============================== */

.home-slider {
	position: relative;
}

.tp-caption {
	z-index: 3;
}

.tp-caption.slider-title {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
}

.slider-subtitle {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	letter-spacing: 5px !important;
	text-transform: uppercase;
}


/*scroll down link*/

.scroll-down {
	width: 30px;
	height: 30px;
	color: #222;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 41px;
	z-index: 99;
	text-align: center;
  	opacity: 1;
    animation: fade 2.5s infinite;
}

.scroll-down:before {
	content: "";
	display: block;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 1px 1px 3px -1px #000;
	box-shadow: 1px 1px 3px -1px #000;
}

.scroll-down i {
	position: absolute;
	top: 4px;
	left: 7px;
	color: #333;
}


/* ==============================
10. text slider
============================== */

#home-slider {
	background-size: cover;
}

.text-slider {
	/*line-height:72px;*/
	color: rgba(255, 255, 255, 0.12);
	font-size: 105px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}

.home-description {
	position: relative;
	z-index: 3;
}

.text-item i {
	margin-top: 5px;
}


/* ==============================
10. hompage with video background
============================== */

.section-overlay {
	background: #021e2f !important;
}

.video-bg {
	height: 670px;
	position: relative;
}

.video-bg .video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	z-index: 1;
	overflow: hidden;
}

.video-bg video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.video-bg .particles-header-content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	bottom: 0;
	padding: 0 30px;
}

.video-bg .particles-header-title {
	color: #FFFFFF;
}

.video-bg .particles-header-subtitle {
	color: #ffffff;
}


/* ==============================
11. About us who we are type1
============================== */

.type1 .who_we_are {
	position: relative;
	z-index: 3;
}

.type1 .who-wrapper {
	/*margin-bottom: 30px;*/
}

.type1 .who-wrapper .text {
	padding: 0 30px 0 0;
}

.type1 .who-wrapper .text h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #021e2f;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 30px 0 15px 0;
	text-transform: uppercase;
  
}

.type1 .who-wrapper .text p {
	color: #ffffff;
}


/* ==============================
who we are type2
============================== */

.type2 .who_we_are {
	position: relative;
	z-index: 3;
}

.type2 .who-wrapper {
	margin-bottom: 30px;
}

.type2 .who-wrapper .text {

}

.type2 .who-wrapper .text h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #021e2f;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
  	/*height: 37px;*/
	text-transform: uppercase;
}



.type2 .who-wrapper .text p {
	color: #021e2f;
  font-size:16px;
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.who-wrapper  figure {
overflow: hidden}
.who-wrapper  figure img {

-moz-transform: translateZ(0) scale(1,1);
	-ms-transform: translateZ(0) scale(1,1);
	-webkit-transform: translateZ(0) scale(1,1);
	transform: translateZ(0) scale(1,1);
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.who-wrapper figure:hover img {
	-moz-transform: translateZ(0) scale(1.2,1.2);
	-ms-transform: translateZ(0) scale(1.2,1.2);
	-webkit-transform: translateZ(0) scale(1.2,1.2);
	transform: translateZ(0) scale(1.2,1.2);
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
/* ==============================
Experiances
============================== */

.counter-box {
	margin: 2px;
	padding: 32px 15px;
	background-color: rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 3;
}

.counter-box .timer {
	font-size: 2.5rem;
	font-weight: 700;
}

.counter-box .lead {
	color: #ff974f;
	font-size: 1rem;
}

#experiances .about-desc {
	position: relative;
	z-index: 3;
}

#experiances .about-desc h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#experiances .about-desc p {
	color: #ffffff;
	margin-bottom: 30px;
}

#experiances .left-icon-item i,
#experiances .left-icon-item h4 {
	color: #ffffff;
}

.parallex {
	background-attachment: fixed;
}

#header.static {
	position: static;
}


/*about us*/

.about-single .about-desc h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 28px;
	color: #444444;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.about-single .about-desc {
	margin-bottom: 60px;
}


/*work-with-us*/

.work-with-us-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0.16;
	z-index: 2;
}

.work-with-us {
	position: relative;
	z-index: 3;
}

.work-with-us h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 28px;
	color: #021e2f;
	font-weight: 600;
	margin: 0;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.work-with-us p {
	margin-bottom: 30px;
	color: #333333;
	font-size: 15px;
}


/* ==============================
12. Service type 1
============================== */

.type1 .service-icon {
	margin: 0 0 30px 0;
}

.type1 .service-icon .text {
	padding-left: 100px;
}

.type1 .service-icon i {
	text-shadow: none;
	color: #ffffff;
	font-size: 60px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #222222;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type1 .service-icon:hover i {
	color: #ffffff;
	background: #021e2f;
}

.type1 .service-icon .inner {
	padding: 0 30px 0 0;
}

.type1 .service-icon .inner .text h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.type1 .service-icon .inner .text p {
	font-size: 13px;
	line-height: 21px;
}


/* ==============================
Service type2
============================== */

.type2 .service-icon {
	text-align: center;
	/*margin-bottom: 30px;*/
}

.type2 .service-icon i {
	text-shadow: none;
	color: #021e2f;
	font-size: 80px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type2 .service-icon:hover i {
	color: #021e2f;
}

.type2 .service-icon .inner {
	padding: 0 30px;
}

.type2 .service-icon .inner .text h3 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	margin: 30px 0;
}

.type2 .service-icon .inner .text p {
	font-size: 15px;
	line-height: 21px;
}


/* ==============================
Service type3
============================== */

.type3 .service-icon {
	text-align: center;
	/*margin-bottom: 30px;*/
}

.type3 .service-icon i {
	text-shadow: none;
	color: #ffffff;
	font-size: 60px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #021e2f;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type3 .service-icon:hover i {
	color: #ffffff;
	background: #021e2f;
}

.type3 .service-icon .feature-img {
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 100%;
	text-align: center;
	background: #021e2f;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	-webkit-transform: perspective(1px) scale(0.9);
	-ms-transform: scale(0.9);
	transform: perspective(1px) scale(0.9);
}


.type3 .service-icon .feature-img.subsid:hover {
background: #fff;
}

.type3 .service-icon .feature-img.subsid img {

	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.type3 .service-icon .feature-img.subsid img.first {
opacity: 1;display: inline;
}
.type3 .service-icon .feature-img.subsid img.second {
	opacity: 0;display: none;
}

.type3 .service-icon .feature-img.subsid:hover img.first{
opacity: 0;
	display: none;
}

.type3 .service-icon .feature-img.subsid:hover img.second{
opacity: 1; display: inline;
}

.type3 .service-icon .inner {
	/*padding: 0 30px;*/
}

.type3 .service-icon .inner .text {
	margin-bottom: 30px;
}

.type3 .service-icon .inner .text h3 {
	font-size: 19px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	margin: 30px 0 15px 0;
}

.type3 .service-icon .inner .text p {
	font-size: 13px;
	line-height: 21px;
}

/*.type3 .service-icon:hover .send_btn {
	background-color: #ffffff;
	border: 1px solid #021e2f;
	color: #021e2f;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}*/



/* ==============================
Service type4
============================== */

.type4 .service-icon {
	text-align: center;
	/*margin-bottom: 30px;*/
}

.type4 .service-icon i {
	text-shadow: none;
	color: #021e2f;
	font-size: 70px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type4 .service-icon:hover i {
	color: #021e2f;
}

.type4 .service-icon .inner {
	padding: 50px 15px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type4 .service-icon:hover .inner {
	border: 1px solid #021e2f;
}

.type4 .service-icon .inner .text h3 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	margin: 30px 0 0 0;
}

.type4 .service-icon .inner .text p {
	font-size: 13px;
	line-height: 21px;
}


/* ==============================
13. Portfolio slider type1
============================== */

.type1 .portfolio-container > figure {
	margin-bottom: 0;
}

.type1 .portfolio-item-inner {
	position: relative;
	overflow: hidden;
	display: block;
}

.type1 .portfolio-item .image-wrap {
	position: relative;
}

.type1 .portfolio-item .image-wrap {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.type1 .portfolio-item:hover .image-wrap {
	opacity: 0.6;
	-webkit-transform: translate3d(0px, -55px, 0px);
	-moz-transform: translate3d(0px, -55px, 0px);
	-o-transform: translate3d(0px, -55px, 0px);
	-ms-transform: translate3d(0px, -55px, 0px);
	transform: translate3d(0px, -55px, 0px);
}

.type1 .portfolio-item a.image-wrap {
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.type1 .portfolio-item .caption {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .item-wrap {
	width: 85%;
	display: inline-block;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	text-align: center;
	width: 100%;
	padding: 15px;
	text-align: left;
	text-transform: uppercase;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .h3 {
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #021e2f;
	margin: 0;
}

.type1 .portfolio-item .caption .portfolio-description .item-heading .portfolio-icon-link {
	float: right;
	display: inline-block;
	text-align: center;
	padding: 7px;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.type1 .portfolio-item .caption .portfolio-description .portfolio-icon-link i {
	font-size: 15px;
	color: #021e2f;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	display: block;
}

.type1 .portfolio-item .caption .portfolio-description .item-categories {
	display: inline-block;
	color: #021e2f;
	font-size: 12px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.type1 .portfolio-item:hover .caption {
	opacity: 1;
}

.type1 .portfolio-item:hover .caption .portfolio-description .item-heading {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

.type1 .portfolio-item:hover .item-categories {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

.type1 .portfolio-item:hover .caption .portfolio-description .item-heading .portfolio-icon-link {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}

.type1 .portfolio-item .caption .portfolio-description .item-categories span:after {
	content: '/';
	display: inline;
	position: relative;
	margin: 0 5px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #333333;
}

.type1 .portfolio-item .caption .portfolio-description .item-categories span:last-child:after {
	display: none;
}

.owl-theme .owl-controls .owl-nav div {
	position: absolute;
	outline: 0;
	top: 50%;
	position: absolute;
	bottom: 0;
	background: #333;
	color: #ffffff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	margin: 0 auto;
	margin-top: -18px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-nav div:hover {
	text-decoration: none;
	background: #021e2f;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-nav div i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	display: block;
	font-size: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio-slider:hover .owl-controls .owl-nav .owl-next {
	right: 20px;
	opacity: 1;
}

.portfolio-slider:hover .owl-controls .owl-nav .owl-prev {
	left: 20px;
	opacity: 1;
}


/* ==============================
Portfolio type 2
============================== */

.filters {
	margin-top: 0;
	margin-bottom: 36px;
}

.filters ul {
	/*margin: 0 -25px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.filters ul li {
	display: inline-block;
}

.filters ul li a {
	position: relative;
	display: block;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #888888;
	font-size: 15px;
	margin: 0px 25px;
	/*padding: 12px 0;*/
}

.filters ul li a:hover {
	color: #021e2f;
}

.filters ul li a:after {
	content: '/';
	display: block;
	position: absolute;
	right: -25px;
	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%);
	color: #555 !important;
}

.filters ul li:last-child a:after {
	display: none;
}

.filters ul li.select-filter a {
	color: #021e2f;
}

.type2 .portfolio-container > figure {
	margin-bottom: 0;
	padding: 10px;
}

.type2 .portfolio-item .portfolio-item-inner {
	position: relative;
	overflow: hidden;
}

.type2 .portfolio-item .portfolio-item-inner .caption {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9;
}

.type2 .portfolio-item .portfolio-item-inner:hover .caption {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.08s;
	-moz-transition-delay: 0.08s;
	-ms-transition-delay: 0.08s;
	-o-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.type2 .portfolio-item .portfolio-item-inner .caption .h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
  	padding: 0 3px;
}

.type2 .portfolio-item .portfolio-item-inner .caption .h3 span:hover {
	color: #888888;
}

.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span {
	position: relative;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin: 3px 10px;
	color: #021e2f;
	text-transform: uppercase;
}

.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:after {
	content: '/';
	display: block;
	color: #ffffff;
	position: absolute;
	right: -10px;
	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%);
}

.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:last-child:after {
	display: none;
}

.type2 .portfolio-item .portfolio-item-inner .caption .item-categories span:hover {
	color: #888888;
}

.type2 .portfolio-item .portfolio-item-inner .caption.portfolio-item-bg {
	background-color: rgba(0, 0, 0, 0.8);
}


/*.type2 .portfolio-item .portfolio-item-inner .caption .h3.portfolio-item-color,.type2 .portfolio-item .portfolio-item-inner .caption .item-categories.portfolio-item-color span{
  color: #021e2f;
}*/

.type2 .portfolio-container[data-col="2"] .portfolio-item {
	float: left;
	width: 50%;
}

.type2 .portfolio-container[data-col="3"] .portfolio-item {
	float: left;
	width: 33.333%;
}

.type2 .portfolio-container[data-col="4"] .portfolio-item {
	float: left;
	width: 25%;
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.large {
	width: 100%;
}

.type2 .portfolio-container[data-col="3"] .portfolio-item.large {
	width: 66.666%;
}

.type2 .portfolio-container[data-col="4"] .portfolio-item.large {
	width: 50%;
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.tall .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.tall .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.tall .portfolio-item-inner {
	padding-top: 140%;
	padding-top: -webkit-calc( 140% + 20px);
	padding-top: -moz-calc( 140% + 20px);
	padding-top: calc( 140% + 20px);
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.small .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.small .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.small .portfolio-item-inner {
	padding-top: 70%;
	padding-top: -webkit-calc( 70% + 20px);
	padding-top: -moz-calc( 70% + 20px);
	padding-top: calc( 70% + 20px);
}

.type2 .portfolio-container[data-col="2"] .portfolio-item.large .portfolio-item-inner,
.type2 .portfolio-container[data-col="3"] .portfolio-item.large .portfolio-item-inner,
.type2 .portfolio-container[data-col="4"] .portfolio-item.large .portfolio-item-inner {
	padding-top: 70%;
	padding-top: -webkit-calc( 70% + 20px);
	padding-top: -moz-calc( 70% + 20px);
	padding-top: calc( 70% + 20px);
}

.type2 .portfolio-item .portfolio-item-inner {
	background-size: cover;
	background-position: 50%;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 100%;
}

.type2 .portfolio-item img {
	width: 100%;
	height: auto;
	display: block;
}


/* ==============================
14. Portfolio single
============================== */

.portfolio-single-wrapper h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 28px;
	color: #021e2f;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.portfolio-single-wrapper .description p {
	color: #021e2f;
	margin-bottom: 30px;
}

.portfolio-single-wrapper .send_btn {
	margin-bottom: 30px;
}

.portfolio-single-wrapper .portfolio-details .entry-meta {
	margin: 0;
	padding: 0;
}

.portfolio-single-wrapper .portfolio-details .entry-meta li {
	color: #888888;
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}

.portfolio-single-wrapper .portfolio-details .entry-meta li a span {
	color: #021e2f;
}

.portfolio-single-wrapper .portfolio-details .entry-meta li:last-child {
	margin-bottom: 0;
}

.portfolio-single-wrapper .portfolio-details .entry-meta li i {
	margin-right: 7px;
}


/* ==============================
15. Magnific Popup CSS
============================== */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: url(images/icon-close.svg), auto;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	display: none;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #021e2f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #021e2f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}


/* ==============================
Portfolio Pagination
============================== */

.pagi-nav {
	position: relative;
}

.pagi-nav a span {
	display: none;
}

.pagi-prev,
.pagi-next {
	position: fixed;
	top: 50%;
	width: 30px;
	height: 70px;
	line-height: 70px;
	font-size: 25px;
	margin-top: -35px;
	border: 1px solid #333;
	color: #fff;
	background: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
}

.pagi-prev:after {
	content: '\f3d2';
	font-family: Ionicons;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

.pagi-next:after {
	content: '\f3d3';
	font-family: Ionicons;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

.pagi-next {
	right: 0;
	margin-right: -2px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 1;
}

.pagi-prev {
	left: 0;
	margin-left: -2px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}

.portfolio-single:hover .pagi-next,
.portfolio-single:hover .pagi-prev {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.pagi-next:hover,
.pagi-prev:hover {
	border: 1px solid #021e2f;
	background: #021e2f;
	color: #ffffff;
}


/* ==============================
16. Fact Counter type1
============================== */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #021e2f;
	z-index: 1;
}

.overlay-light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 1;
}

.background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0.15;
	z-index: 2;
}

.overlay_opacity_50 {
	opacity: 0.50;
}

.overlay_opacity_20 {
	opacity: 0.20;
}

.overlay_opacity_15 {
	opacity: 0.15;
}

.overlay_grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#facts {
	position: relative;
	z-index: 3;
}

.fact-item {
	color: #ffffff;
	font-size: 36px;
}

.fact-item .fact-desc {
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	padding: 30px 0;
	line-height: 0;
}


/* ==============================
Fact Counter type2
============================== */

.type2 .fact-counter {
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.type2 .fact-counter div.fact {
	border-right: 1px solid #ddd;
	background: transparent;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.type2 .fact-counter div.fact:hover {
	background: #021e2f;
	border-right: 1px solid #021e2f;
}

.type2 .fact-counter div.fact:hover .fact-item,
.type2 .fact-counter div.fact:hover .fact-item .fact-desc {
	color: #ffffff;
}

.type2 .fact-counter div.fact:last-child {
	border: none;
}

.type2 .fact-counter .fact-item {
	color: #333333;
	font-size: 36px;
	padding: 30px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.type2 .fact-counter .fact-item .fact-desc {
	font-size: 18px;
	color: #333333;
	margin: 0;
	padding: 30px 0;
	line-height: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}


/* ==============================
17. Team section
============================== */

.type1 .team_block {
	text-align: left;
	background: #021e2f;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.wl-team-descript {
	padding: 40px 30px;
	position: relative;
}

.curved-shape path {
	fill: #021e2f;
}

.curved-shape {
	position: absolute;
	height: 100px;
	width: 25px;
	top: 50%;
	margin-top: -50px;
}

svg:not(:root) {
	overflow: hidden;
}

.img-left .curved-shape {
	right: 0px;
	transform: rotate(-180deg);
}

.img-right .curved-shape {
	left: 0;
}

.type1 .team_block .team_name h3,
.type1 .team_block p {
	color: #ffffff;
}

.team-wrapper .row {
	margin-bottom: 20px;
}

.team_block {
	text-align: center;
}

.team_item {
	overflow: hidden;
	position: relative;
}

.team_item img {
	width: 100%;
}

.profile_links a:first-child {
	margin-left: 0;
}

.profile_links a {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	margin: 0 10px;
	font-size: 15px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	opacity: 1;
}

.profile_links a:hover {
	opacity: 0.6;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.team_item .profile_links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.team_block:hover .team_item .profile_links {
	opacity: 1;
	padding-top: 85%;
}

.team_item h3 {
	color: #fff;
	margin-bottom: 0;
}

.team_name h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #444;
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	/*white-space: nowrap;*/
}

.team_name p {
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
  text-align: inherit;
}

.type1 .team_name {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.type2 .team_name {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.type2 .team_block {
	/*margin-bottom: 30px;*/
}

#team_slider .wl-team-descript {
	padding: 35px 30px;
}

#team_slider:hover .owl-controls .owl-nav .owl-next {
	right: 20px;
	opacity: 1;
}

#team_slider:hover .owl-controls .owl-nav .owl-prev {
	left: 20px;
	opacity: 1;
}


/* ==============================
18. Partner Section
============================== */

.partner-wrapper {
	padding: 40px 0;
}

.partner-wrapper .owl-carousel .feature-image {
	padding: 0 10px;
}

.partner-wrapper .owl-carousel .feature-image img {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.partner-wrapper .owl-carousel .feature-image:hover img {
	opacity: 0.5;
}


/* ==============================
19. Testomonials Section
============================== */

.testimonials-wrap {
	position: relative;
	z-index: 9;
}

.testimonials-wrap:before {
	content: '\f242';
	font-family: Ionicons;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px
}

#testimonials {
	text-align: center
}

.testomonials-info p {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

.testimonials_name h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonials_name p {
	font-size: 14px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-style: normal;
}


/* ==============================
20. Process
============================== */

.process-icon.center {
	text-align: center;
}

.process-icon .text h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.process-icon .text {
	padding: 0 30px 0 60px;
}

.process-icon i {
	opacity: 1;
	text-shadow: none;
	color: #333;
	font-size: 36px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.process-icon:hover i {
	color: #021e2f;
	opacity: 1;
}

.process-icon h5 {
	line-height: normal;
}

.process-icon.center i {
	position: inherit;
	float: none;
	display: inline-block;
	margin-bottom: 20px;
	border: none;
	font-size: 60px;
	background: none;
	padding: 0px;
}


/* ==============================
21. Skill Progressbar Section 1
============================== */

.progress {
	overflow: visible;
	height: 9px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border-radius: 50px;
	box-shadow: none;
}

.progress-bar {
	position: relative;
	background-color: #021e2f;
	border-radius: 50px;
	box-shadow: none;
}

.progress-bar span {
	position: absolute;
	top: -28px;
	right: 0;
	color: #240e35;
	font-size: 12px;
	font-weight: 400;
}

.progress-bar-title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 12px;
}


/* ==============================
Skill Progressbar Section 2
============================== */

.chart.easy-pie-chart canvas {
	opacity: 1;
}

.skills-circular {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.skills-circular.big li {
	margin: 0 30px 50px 30px;
	float: left;
}

.skills-circular li:last-child {
	margin-right: 0;
}

.chart {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
}

.skills-circular.big .chart {
	width: 110px;
	height: 110px;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent-container {
	padding: 12px;
}

.percent {
	display: table-cell;
	width: 46px;
	height: 46px;
	background: #021e2f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.skills-circular.big .percent {
	width: 86px;
	height: 86px;
	font-size: 22px;
}

.chart span.info {
	padding-top: 10px;
	float: left;
	width: 100%;
	font-size: 14px;
}


/* ==============================
22. Blog Section type 1
============================== */

.type1 .entry-item {
	margin-bottom: 60px;
}

.type1 .entry-item:last-child {
	margin-bottom: 0;
}

.type1 .entry-item h2 {
	font-size: 28px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	text-transform: none;
	margin: 30px 0 15px 0;
}

.type1 .entry-item .entry .entry-head {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.type1 .entry-item .entry .entry-meta.list-inline span {
	display: inline-block;
	padding: 0 8px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 12px;
}

.type1 .entry-item .entry .entry-meta span:first-child {
	padding-left: 0;
}

.type1 .entry-item .entry .entry-meta span:last-child {
	padding-right: 0;
}

.type1 .entry-item .entry .entry-meta {
	margin: 0;
	margin-bottom: 30px;
}

.type1 .entry-item .entry .entry-meta span a {
	color: #9b9b9b;
	display: inline-block;
}

.type1 .entry-item .entry .entry-meta span a:hover {
	color: #021e2f;
}

.type1 .entry-item .entry .entry-meta span i {
	margin-right: 7px;
}

.blog-single .entry-item {}

.type1 .entry-item .entry .entry-content {
	overflow: hidden;
	margin-bottom: 30px;
}

.type1 .entry-item .entry .entry-content img {
	margin-bottom: 30px;
}


/*.type1 .entry-item .entry .entry-content h1{
  font-size: 28px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #021e2f;
  text-transform: capitalize;
  margin: 30px 0;
}*/

.type1 .entry-item .entry .entry-content h3 {
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	text-transform: capitalize;
	margin: 30px 0;
}

.type1 .entry-item .entry .entry-content p {
	margin-bottom: 30px;
}

.type1 .entry-item .entry .entry-content p:last-child {
	margin-bottom: 0;
}

.type1 .entry-item .entry .entry-footer {
	margin-top: 30px;
}

.type1 .entry-item .entry .entry-footer > .social-icons {
	float: left;
}

.type1 .entry-item .entry .entry-footer > .social-icons i {
	font-size: 13px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dddddd;
	color: #aaaaaa;
}

.type1 .entry-item .entry .entry-footer > .social-icons a:hover i {
	border: 1px solid #021e2f;
	background: #021e2f;
	color: #fff;
}

.type1 .entry-item .entry .entry-footer > .send_btn {
	float: right;
}

strong {
	color: #333333;
}


/* ==============================
Blog Section type 2
============================== */

.from-blog.type2 .entry-item {
	margin: 0;
}

.type2 .entry-item {
	margin-bottom: 60px;
	box-shadow: 0px 0px 2px #C1C1C1;
}

.type2 .entry-item .entry {
	position: relative;
	padding: 0 30px 30px 30px;
}

.type2 .entry-item h2.entry-title {
	font-size: 28px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	text-transform: capitalize;
	padding: 15px 0 0px 0;
	text-align: left;
	border-top: 1px solid #eee;
	margin: 40px 0 0 0;
	line-height: 30px;
}

.type2 .entry-item .entry .entry-head {
	position: relative;
	padding-top: 30px;
}

.type2 .entry-item .entry .entry-meta.list-inline span {
	display: inline-block;
	padding: 5px 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 11px;
}

.type2 .entry-item .entry .entry-meta.list-inline span.entry-category {
	position: absolute;
	top: -40px;
	left: 0;
	background: #021e2f;
	padding: 5px 10px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

.type2 .entry-item .entry .entry-meta.list-inline span.entry-category a {
	color: #fff;
}

.type2 .entry-item .entry .entry-meta.list-inline span.entry-category i {
	margin: 0;
	display: none;
}

.type2 .entry-item .entry .entry-meta {
	margin: 0;
	text-align: left;
	padding-top: 30px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.type2 .entry-item .entry .entry-meta .entry-date {
	margin: 0 10px 0 0;
}

.type2 .entry-item .entry .entry-meta .entry-comments {
	text-align: right;
	float: right;
	padding: 0;
}

.type2 .entry-item .entry .entry-meta span a {
	color: #9b9b9b;
	display: inline-block;
}

.type2 .entry-item .entry .entry-meta span a:hover {
	color: #021e2f;
}

.type2 .entry-item .entry .entry-meta span i {
	margin-right: 7px;
}

.entry-content {margin-top: -4px;}
.blog-single .entry-item {}

.type2 .entry-item .entry .entry-content {
	overflow: hidden;
	margin-top: 15px;
}

.type2 .entry-item .entry .entry-content img {
	margin-bottom: 30px;
}

.type2 .entry-item .entry .entry-content h2 {
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	text-transform: capitalize;
	margin: 30px 0;
}

.type2 .entry-item .entry .entry-content p {
	margin-bottom: 15px;
}

.type2 .entry-item .entry .entry-content p:last-child {
	margin-bottom: 0;
}

.type2 .entry-item .entry .entry-footer {
	margin-top: 0;
}

.type2 .entry-item .entry .entry-footer > .social-icons {
	float: left;
	display: none;
}

.type2 .entry-item .entry .entry-footer > .send_btn {
	display: inline-block;
	padding: 0;
	color: #021e2f;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 400;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-weight: bolder;
	transition: all .15s ease-in-out;
	font-family: 'Open Sans', sans-serif;
}

.type2 .entry-item .entry .entry-footer > .send_btn i {
	margin: 0 0 0 10px;
	display: none;
}

.type2 .entry-item .entry .entry-footer > .send_btn:focus,
.send_btn:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #021e2f;
	text-decoration: none;
}


/* ==============================
Blog Section comment
============================== */

.comment-title h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	line-height: 21px;
	color: #021e2f;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: none;
}

#comments {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#comments .comment-title {
	margin-bottom: 30px;
}

#comments .comment-title p {
	font-size: 12px;
}

#comments .avatar {
	overflow: hidden;
	margin: 3px 30px 0 0;
	width: 70px;
	height: 70px;
	background: #dddddd;
	line-height: 70px;
	text-align: center;
	position: relative;
}

#comments .avatar img:after {
	content: '\f3a0';
	font-family: Ionicons;
	color: #888888;
	font-size: 36px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	bottom: 0;
}

#comments .avatar img {
	width: 100%;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments ul li {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

#comments ul li ul {
	margin: 30px 0 0 80px;
}

#comments ul li ul.comment-reply li {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

#comments ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.comment_right {
	display: table;
}

.comment_info {
	padding-bottom: 11px;
}

#comments .comment_author {
	font-weight: 500;
	font-size: 16px;
	color: #333;
}

#comments .comment_date {
	color: #999;
	font-size: 11px;
}

#comments .comment_inf_sep {
	padding: 0 12px;
	font-size: 16px;
	color: #ccc;
}

#comments .comment_right p {
	font-size: 12px;
}

#comment_form textarea,
#comment_form input[type="text"] {
	padding: 10px 8px 11px;
	border-color: #e9e9e9;
	font-size: 11px;
	color: #666;
}

#comment_form textarea.form-control {
	min-height: 90px;
}

#comment_form textarea {
	min-height: 140px;
}

#comment_form .contact_btn {
	background-color: #1c1c1c;
	color: #fff;
}

#comment_form .contact_btn:hover {
	background-color: #ccc;
}

.comment_note {
	padding-top: 11px;
	font-size: 12px;
}


/* ==============================
Masonry Style Blog
============================== */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.intro-text {
	position: relative;
	transition: all .3s ease;
	z-index: 5;
	text-align: center;
}

.intro-text > h1 *,
.intro-text > h2 * {
	font-family: inherit;
}

.intro-text > h1,
.intro-text > h2 {
	font-size: 75px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

.intro-text > p {
	font-size: 18px;
	margin: 0;
	color: #FFF;
	margin-top: 30px;
	font-style: italic;
	letter-spacing: 2px;
}


/* ==============================
Pagination
============================== */

.pagination {
margin: 0 0 0 7%;}

.page-nav {
	text-align: center;
}

.pagination>li a.prev:before {
	content: '\f108';
	font-family: Ionicons;
	font-size: 11px;
	position: relative;
	padding: 0 10px 0 0;
	text-align: center;
}

.pagination>li a.next:after {
	content: '\f10b';
	font-family: Ionicons;
	font-size: 11px;
	position: relative;
	padding: 0 0 0 10px;
	text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 15px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 3px 0 3px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	background: #021e2f !important;
	color: #fff !important;
	border-color: #021e2f !important;
}


/* ==============================
24. Contact Section type1
============================== */

.contacts_block_bg {
	background-image: url(images/contacts_bg.html);
}

.stretch {
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.type1 .icon_box .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.type1 .icon_box .info_holder {
	color: #021e2f;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.type1 .icon_box .info_holder h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	line-height: 15px;
	letter-spacing: 2px;
}

.type1 .icon_box .icon span {
	font-size: 15px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
}

.type1 .icon_box {
	padding: 0 0 30px 60px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #262626;
}

.type1 .icon_box a {
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type1 .icon_box a:hover {
	display: block;
	color: #021e2f;
}

.type1.contact h3 {
	color: #262626;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 22px 0;
	text-transform: none;
}

.type1 .contact-map {
	/* border: 5px solid #fff; */
	box-shadow: 1px 0px 2px #eee;
	padding: 8px;
}


/* ==============================
Contact Section type2
============================== */

.type2 .contact-title {
	text-align: center;
	margin: 30px 0;
}

.type2 .contact-title h2 {
	color: #021e2f;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.type2 .icon_box .info_holder {
	color: #021e2f;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.type2 .icon_box .info_holder h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	line-height: 15px;
	letter-spacing: 2px;
}

.type2 .icon_box .icon span {
	font-size: 15px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.type2 .icon_box {
	padding: 0 0 30px 0px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #262626;
	text-align: center;
}

.type2 .icon_box a {
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type2 .icon_box a:hover {
	display: block;
	color: #021e2f;
}

.type2.contact h3 {
	color: #262626;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 22px 0;
	text-transform: none;
}

.type2 #comment_form {
	margin-bottom: 60px;
}

.icon_holder {
	margin-bottom: 60px;
	padding-bottom: 60px;
}


/* ==============================
Contact Section type3
============================== */

.contacts_block_bg {
	background-image: url(images/contacts_bg.html);
}

.stretch {
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.type3 .contact_form {
	width: 66%;
}

.type3 .icon_box .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.type3 .icon_box .info_holder {
	color: #333333;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.type3 .icon_box .info_holder h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	line-height: 15px;
	letter-spacing: 2px;
}

.type3 .icon_box .icon span {
	font-size: 15px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	display: block;
	text-align: center;
	border-radius: 50%;
}

.type3 .icon_box {
	padding: 0 0 30px 60px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #262626;
}

.type3 .icon_box a {
	color: #333333;
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.type3 .icon_box a:hover {
	display: block;
	color: #021e2f;
}

.type3.contact h3 {
	color: #262626;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 22px 0;
	text-transform: none;
}

.type3 .contact-map {
	margin-top: 0;
	box-shadow: 1px 0px 2px #eee;
	padding: 8px;
}

.type3 #contactmap {
	width: 100%;
	height: 308px;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	filter: gray;
	/* IE 6-9 */
}

.type3 .contact_holder {
	background: #f9f9f9;
	display: inline-block;
	width: 100%;
	padding: 30px;
}


/* ==============================
Contact Forms inputs
============================== */

.form-control:focus {
	border-color: #021e2f !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

form input[type="text"],
form input[type="email"],
textarea.form-control,
form textarea .
form select{
	background: none;
	width: 100%;
	border: 1px #dddddd solid;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	font-size: 12px;
	color: #021e2f;
	font-weight: 400;
	font-family: 'Dosis',sans-serif;
	line-height: 22px;
	letter-spacing: 1px;
	min-height: 37px;
}

textarea.form-control {
	margin-bottom: 30px;
	min-height: 90px;
	/*padding-top:18px;*/
	overflow: hidden;
}

p.help-block.text-danger ul {
	margin: 0;
	padding: 0;
}

p.help-block.text-danger ul li {
	display: block;
	margin-left: 0px;
	color: red;
}

#success .alert-danger {
	color: #021e2f;
	background-color: #FDFDFD;
	border-color: #021e2f;
	margin-bottom: 10px;
}


/* Placeholder */

::-webkit-input-placeholder {
	opacity: 1 !important;
	text-transform: uppercase;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1 !important;
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1 !important;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	opacity: 1 !important;
	text-transform: uppercase;
}


/* WebKit browsers */

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}


/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}


/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}


/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

label {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #aaaaaa;
	font-size: 11px;
}

.send_btn {
	display: inline-block;
	padding: 10px 15px;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 400;
	background-color: #021e2f;
	border: 1px solid #021e2f;
	border-radius: 2px;
	color: #ffffff;
	outline: 0;
	transition: all .15s ease-in-out;
	font-family: 'Open Sans', sans-serif;
}

.send_btn i {
	margin: 0 0 0 10px;
}

.send_btn:focus,
.send_btn:hover {
	background-color: #ffffff;
	border: 1px solid #222222;
	color: #222222;
	text-decoration: none;
}


/* ==============================
25. Google Map
============================== */

.contact-map {
	margin-top: 60px;
}

#contactmap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	filter: gray;
	/* IE 6-9 */
}

#gmap_content .gmap-item {
	margin-bottom: 5px;
	font-size: 14px;
}

#gmap_content .gmap-item label {
	font-weight: 400;
	color: #021e2f;
	font-size: 14px;
	margin: 0 15px;
}

#gmap_content .gmap-item label.label-title {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333333;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	margin: 0;
}

#gmap_content .gmap-item label i {
	color: #fff;
	opacity: 1;
	width: 30px;
	height: 30px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	font-size: 12px;
	background: #333333;
	position: absolute;
	left: 0;
	margin: 0;
	padding: initial;
}

#gmap_content .gmap-item span {
	padding: 0 0 0 40px;
	display: block;
}


/* ==============================
26. Footer
============================== */

.footer {
	background: #021c2d;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}

.footer-logo {
	width: 98px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.footer p {
	padding: 0 0 10px 0;
}

.footer p i {
	color: red;
}

.copyright {
	background: #02121d;
	color: #666666;
	padding: 15px 0;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.copyright p {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.social-icons i {
	font-size: 15px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #393939;
	color: #666666;
	border-radius: 100%;
	text-align: center;
	margin: 0 5px 0 0px;
	display: inline-block;
	background: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.social-icons a:hover i {
	border: 1px solid #021e2f;
	background: #021e2f;
	color: #fff;
}


/* ==============================
Footer-Navigation
============================== */

.footer_menu {
	margin-top: 0px;
}

ul.footer-menu {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.footer-menu li a {
	color: #c7c8cc;
	text-shadow: none;
	text-transform: uppercase;
	padding: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.footer-menu li a:hover {
	color: #ffffff;
}

.footer-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}


/* ==============================
Footer type 1
============================== */

#footer_space {
	position: relative;
	z-index: 0;
	background: transparent;
	float: left;
}

footer.type1.sticky {
	overflow: hidden;
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}

footer.type1 {
	position: relative;
}

footer.type1 .footer {
	position: relative;
	z-index: 3;
	background: none;
}

footer.type1 .footer .footer-contact h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #ffffff;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 30px;
}

footer.type1 .footer .icon_box .icon span {
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #888888;
	background: transparent;
	color: #888888;
	display: block;
	text-align: center;
	border-radius: 50%;
}

footer.type1 .footer .icon_box {
	padding: 0 0 15px 40px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #262626;
}

footer.type1 .footer .icon_box .info_holder {
	color: #CECECE;
	font-weight: 400;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

footer.type1 .footer .icon_box .info_holder h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #021e2f;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: left;
}

footer.type1 .footer .icon_box a {
	color: #ffffff;
}

footer.type1 .footer ul.footer-links {
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

footer.type1 .footer ul.footer-links li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

footer.type1 .footer ul.footer-links li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

footer.type1 .footer ul.footer-links li a:before {
	font-family: "Ionicons";
	font-size: 10px;
	content: '\f3d3';
	position: absolute;
	left: 0;
	top: 5px;
}

footer.type1 .footer ul.footer-links li a {
	padding: 0px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #888888;
}

footer.type1 .footer ul.footer-links li a:hover {
	color: #021e2f;
}

footer.type1 .footer ul.instagram-widget {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

footer.type1 .footer ul.instagram-widget li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

footer.type1 .footer ul.instagram-widget li:nth-child(3n+1) {
	margin-left: 0;
}

footer.type1 .footer ul.instagram-widget li a {
	display: inline-block;
	width: 80px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

footer.type1 .footer ul.instagram-widget li a img {
	width: 100%;
	height: 65px;
}

footer.type1 .footer ul.instagram-widget li a:hover {
	opacity: 0.9;
}

footer.type1 .footer ul.tags {
	margin: 0;
	padding: 0;
	text-align: left;
}

footer.type1 .footer ul.tags li {
	display: inline-block;
	margin: 0px 0 5px 0;
}

footer.type1 .footer ul.tags li a {
	background: transparent;
	margin-right: 5px;
	border: 1px solid #333333;
	border-radius: 50px;
	font-size: 12px;
	color: #888888;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	padding: 6px 16px;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s;
}

footer.type1 .footer ul.tags li a:hover {
	color: #ffffff !important;
	border: 1px solid #021e2f;
}


/* Recent Posts */

footer.type1 .footer ul.recent_posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.type1 .footer ul.recent_posts li {
	margin: 0 0 10px 0;
	line-height: 24px;
	font-size: 16px;
	position: relative;
	text-align: left;
	padding-left: 70px;
	padding-bottom: 13px;
}

footer.type1 .footer ul.recent_posts .recent_posts_info {
	padding-top: 5px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 11px;
}

footer.type1 .footer ul.recent_posts .recent_posts_info a {
	color: #888888;
}

footer.type1 .footer ul.recent_posts .recent_posts_info a + a:before {
	content: '/';
	font-size: 12px;
	margin: 0 3px;
}

footer.type1 .footer ul.recent_posts li a.recent-title {
	color: #021e2f;
	font-size: 16px;
	display: inline-block;
	/*padding-top:4px;*/
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

footer.type1 .footer ul.recent_posts li img {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

footer.type1 .copyright {
	background: #111111;
	color: #666666;
	padding: 15px 0;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	z-index: 3;
	position: relative;
}

footer.type1 .copyright p {
	margin: 5px 0;
	padding: 0;
	color: #ffffff
}


/*footer bottom*/

footer.type1 .footer_bottom {
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-top: 30px;
}

footer.type1 .footer_bottom .copyright {
	background: transparent;
}

footer.type1 .footer_bottom .copyright {
	padding: 0;
}

footer.type1 .footer_bottom .copyright p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

footer.type1 .footer_bottom .footer_menu {
	margin-top: 0;
}

footer.type1 .social-icons i,
footer.type1 .footer_bottom .social-icons i {
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}


/* ==============================
27. Scroll up
============================== */

a#scrollUp {
	width: 30px;
	height: 30px;
	color: #222;
	font-size: 24px;
	position: absolute;
	right: 50px;
	text-align: center;
	margin: 0 auto;
	bottom: 50px;
	text-align: center;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

a#scrollUp:before {
	content: "";
	display: block;
	background-color: #021e2f;
	border-radius: 2px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

a#scrollUp:hover:before {
	content: "";
	display: block;
	background-color: #021e2f;
	border-radius: 2px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a#scrollUp i {
	position: absolute;
	top: 0;
	left: 8px;
	color: #ffffff;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

a#scrollUp:hover i {
	color: #ffffff;
}


/* ==============================
28. Page progress bar
============================== */

#scroll {
	display: none;
	position: fixed;
	top: 0;
	right: 5px;
	z-index: 9999;
	font-size: 12px;
	padding: 3px 8px;
	background-color: #021e2f;
	color: #fff;
	border-radius: 3px;
}

#scroll:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: -8px;
	height: 0;
	width: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #021e2f;
}


/* ==============================
Owl Carousel
============================== */

.owl-carousel .owl-item.active .splash-banner-slider-title {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.owl-carousel-no-overflow .owl-stage-outer {
	overflow: inherit;
	/*  opacity: 0.4;*/
}

.owl-item .item .splash-banner-slider-img-wrap img {
	opacity: 0.6;
}

.owl-item.active .item .splash-banner-slider-img-wrap img {
	opacity: 1;
}


/* ==============================
Container Extra Small
============================== */

.container-xs {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-xs:before,
.container-xs:after {
	content: " ";
	display: table;
}

.container-xs:after {
	clear: both;
}
.col-centered2 {
    display: inline-block;
    float: none;
    text-align: left;
    margin: 0px 40px;
    vertical-align: top;
}
.col-centered3 {
    display: inline-block;
    float: none;
    text-align: left;
    margin: 0px 10px;
    vertical-align: top;
}
.col-centered4 {
    display: inline-block;
    float: none;
    text-align: left;
    margin: 0px 400px;
    vertical-align: top;
}
.type2 .who-wrapper2 .text h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color: #021e2f;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 15px 0 15px 0;
    /* height: 37px; */
    text-transform: uppercase;
    border: solid 2px;
    line-height: 3em;
    border-radius: 10px;
}

/* ==============================
29. Responsive
============================== */

@media only screen and (max-width:991px) {
	footer.type1 .footer ul.instagram-widget li:nth-child(3n+1) {
		margin-left: 8px;
	}
	.type3 .contact_form {
		width: 100%;
	}
	.type2 .fact-counter div.fact,
	.type2 .fact-counter div.fact:last-child {
		border: 1px solid #ddd;
	}
	.skills-circular.big li {
		margin: 30px;
		float: none;
		text-align: center;
	}
	.contact_form {
		margin-bottom: 30px;
	}
	.process-icon,
	.type2 .team_block,
	.type3 .service-icon,
	.type4 .service-icon,
	.type1 .who-wrapper,
	.type2 .who-wrapper,
	.type2 .service-icon,
	.from-blog.type2 .entry-item {
		margin-bottom: 30px;
	}
	.process-icon i {
		opacity: 1 !important;
	}
	.page-header {
		height: 400px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.team-member:last-child {
		margin-bottom: 0px;
	}
	.type1 .team_block {
		margin: 0 15px 30px;
	}
	.p0 {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 768px) {
	.type2 .service-icon .inner{height: 200px;}
	.tp-caption.slider-title {
		font-size: 40px;
		letter-spacing: 20px !important;
	}
	.container-xs {
		width: 750px;
		margin: 0 auto;
	}
	#header.type5 .primary_menu {
		float: right;
		padding: 3px 0;
		margin-right: 20px;
	}
	#header.type5 .mobile_menu_wrapper {
		display: none !important;
	}
	#header.type5 .menu_toggler {
		display: inline-block;
		position: absolute;
		top: -28px;
		right: 15px;
		z-index: 999;
	}
	#header.type5 .primary_menu ul.main-menu {
		margin: 0 auto;
		text-align: right;
		padding: 0;
		font-family: 'Dosis', sans-serif;
		font-weight: 400;
		font-size: 15px;
		position: relative;
		right: -100%;
		display: none;
	}
	#header.type5 .primary_menu ul.main-menu.menu-silde {
		right: 0;
		display: block;
		-webkit-animation: slideInUp .3s ease-out;
		-moz-animation: slideInUp .3s ease-out;
	}
	.logo_sect {
		display: none;
	}
	li.has-child li.has-child:before,
	li.has-child li.has-child li.has-child:before {
		position: relative;
		right: 15px;
		top: 10px;
		content: "\f105";
		display: block;
		font-size: 12px;
		color: #ffffff;
		font-weight: normal;
		line-height: 0;
		font-family: 'FontAwesome';
		float: right;
	}
	li.has-child li.has-child:hover:before,
	li.has-child li.has-child li.has-child:hover:before {
		color: #021e2f;
	}
	.col-centered2 {
    display: inline-block;
    float: none;
    text-align: left;
    margin: 0px 0px;
    vertical-align: top;
}
}

@media only screen and (max-width: 1200px) {
	.text-slider {
		font-size: 60px !important;
	}
	#header .primary_menu {
		display: none;
	}
	#header {
		position: relative !important;
		padding: 0 !important;
		background: #fff;
		height: 70px;
	}
	#header.type3 .logo_sect .logo .logo2 {
    display:  none;
}
	#header.type3 .logo_sect .mine-logo {
		display: block;}
	.on {
		position: relative !important;
	}
	.logo_sect,
	#header.type3 .logo_sect {
		position: absolute;
		left: 0;
		right: auto !important;
		top: 4px;
		padding: 0;
		text-align: center;
		display: block;
	}
	.mobile_menu .logo {
		display: none !important;
		float: none !important;
	}
	.logo_sect img {
		max-width: 70% !important;
		height: auto !important;
	}
	.main_header header {
		position: relative;
	}
	.menu_toggler {
		display: inline-block;
		position: absolute;
		top: 21px;
		right: 15px;
	}
	.menu_toggler span {
		background: #ffffff;
		border-radius: 3px;
		display: block;
		height: 3px;
		margin-top: 5px;
		padding: 0;
		position: relative;
		transition: all 0.2s ease;
		width: 25px;
	}
	.menu_toggler.active span:nth-of-type(1) {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		top: 7px;
	}
	.menu_toggler.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_toggler.active span:nth-of-type(3) {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		top: -9px;
	}
	#header.type4 .mobile_menu_wrapper {
		display: none !important;
	}
	.mobile_menu_wrapper {
		display: block;
		background: #fff;
		/* width: 100%; */
		padding: 0;
		overflow: hidden;
		top: 76px;
		position: absolute;
		right: 0;
		left: 0;
		padding: 0 15px;
		border-top: 1px #021e2f solid;
	}
	footer.type1.sticky {
		position: relative;
		z-index: 0;
	}
	.team-member .team-item {
		cursor: pointer;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#mine-menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.79);
	}
	.search-header span {
		display: none;
	}
	.search-header .sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		margin: 0;
		padding-left: 0;
		width: 100%;
		white-space: inherit;
	}
	.search-header .sub-menu .form-group {
		display: inline-block;
	}
}


/*
@media only screen and (max-width: 767px) {
  .text-slider{
	font-size:60px !important;
  }
  #header .primary_menu{
	display:none;
  }
  #header {
	position: relative !important;
	padding: 0 !important;
  }
  .on {
	position: relative !important;
  }
  .logo_sect,#header.type3 .logo_sect {
	position: absolute;
	left: 0;
	right: auto !important;
	top: 24px;
	padding: 0;
	text-align: center;
	display: block;
  }

  .mobile_menu .logo {
	display:none !important;
	float:none !important;
  }

  .logo_sect img {
	max-width:70% !important;
	height:auto !important;
  }

  .main_header header {
	position:relative;
  }

  .menu_toggler {
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 15px;
  }

  .menu_toggler span {
	background: #ffffff;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	transition: all 0.2s ease;
	width: 25px;
  }

  .menu_toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 7px;
  }

  .menu_toggler.active span:nth-of-type(2) {
	opacity: 0;
  }

  .menu_toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
	top: -9px;
  }
  #header.type4 .mobile_menu_wrapper{display: none !important;}
  .mobile_menu_wrapper {
	display: block;
	background: #fff;
	 width: 100%;
	padding: 0;
	overflow: hidden;
	top: 80px;
	position: absolute;
	right: 0;
	left: 0;
	padding: 0 15px;
  }
  footer.type1.sticky{
	position: relative;
	z-index: 0;
  }
  .team-member .team-item {
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
  }
  #mine-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
  }
  .post{
	padding: 0 !important;
  }
  .title h2 {
	font-size: 18px;
  }
}
 */

@media only screen and (max-width:480px) {
	.helmet{height:auto;}

	#header.type3{margin-bottom: 7px;margin-top: 7px;}
	.entry-content p{font-size: 20px;line-height: 26px;}
	.underline{/*display:none;*/ margin-bottom: 15px;}
	.breadcrumb li{line-height: 15px;}
	.page-header-title{margin-bottom:15px;}
	.pagination {
    margin: 0 1% 0 7% !important;
}
	.text-slider {
		font-size: 40px !important;
	}
	.col-12 {
		width: 100%;
		/*margin-bottom: 30px;*/
	}
	.img-left .curved-shape {
		right: 0px;
		transform: rotate(-90deg);
		left: 50%;
		margin: o auto;
		top: 98%;
	}
	.img-right .curved-shape {
		left: 50%;
		transform: rotate(90deg);
		top: 2%;
	}
	.partner-wrapper .owl-carousel .feature-image {
		padding: 15px;
	}
	.post_date_title .date {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: none !important;
		width: 100% !important;
		min-height: 55px;
		text-align: left !important;
		margin: 0 30px 0 0px;
		border: none !important;
		clear: both;
	}
	.post_date_title .date span:first-child {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 22px;
		font-weight: 600;
		color: #021e2f;
		float: none !important;
	}
	.post ul.social-01 {
		display: inline-flex;
		position: absolute;
		width: 100% !important;
		padding: 15px 25px;
		height: 100%;
		left: 25px !important;
		top: 0;
		margin: 0;
	}
	.post ul li {
		display: block;
		position: relative;
		height: 35px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: inline-block !important;
		top: 0;
		float: none !important;
		width: 20% !important;
	}
	.post ul li a {
		width: 100%;
		color: #777;
		font-size: 15px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.post_text {
		padding-left: 0 !important;
	}
	.post ul li:not(:first-child) {
		border: none !important;
	}
	.process-icon .text {
		padding-left: 0 !important;
	}
	.process-icon i {
		display: none;
	}
	.page-header-title,
	.post-title {
		font-size: 25px  ;
		font-size:7vw;
    	padding:0 10px 0 10px;
	}
	.fact-item {
		margin-bottom: 30px;
	}
	.fact-item .fact-desc {
		margin-top: 0;
	}
  	p.text-center{margin-bottom:0px !important;font-size:1.2em;}
  	.col-centered2,.col-centered3,.col-centered4{display: inline-block;float: none;text-align: left;margin: 0 -4px 0 0;vertical-align: top;line-height:1.2em}
  .type2 .who-wrapper2 .text h3{line-height: 1.2em;padding: 1em;}
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
* Remove all paddings around the image on small screen
*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
}

.owl-theme .owl-dots .owl-dot span {
	background: #626262 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #042031 !important;
}

.pro .owl-nav .owl-next,
.pro .owl-nav .owl-prev {
	background: #000 !important;
	width: 50px;
	height: 50px;
	/* text-indent: -9999px; */
	display: block;
	float: right;
	line-height: 50px;
	opacity: 0.7;
	color: #fff !important;
	margin-right: 10px !important;
	text-align: center;
	border-radius: 5px;
	cursor: pointer
}

.pro .owl-nav .owl-next:before,
.pro .owl-nav .owl-prev:before {
	font-family: "FontAwesome";
	font-size: 40px;
	display: inline-block;
	content: '\f105';
}

.pro .owl-nav .owl-prev {
	float: left;
	margin-left: 10px !important;
}

.pro .owl-nav .owl-prev:before {
	display: inline-block;
	content: '\f104';
}

.pro .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -50px;
}

.pro .owl-dot {
	display: inline-block;
	margin: 6px;
	cursor: pointer;
	margin-top: 24px;
}

.pro .owl-dot img {
	width: 60px;
}

.list-arrow {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 1px;
}

.list-arrow li {
	line-height: 24px;
}

.list-arrow li:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 10px;
}

.list-arrow li:hover,
.list-arrow li a:hover {
	color: #021e2f;
}

.list-arrow li,
.list-arrow li a {
	color: #555;
}

.list-arrow.style2 li:before {
	content: "\f05d";
	color: #021e2f;
}

.pro .owl-dot.active {
	border: 1px solid #000;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.postion-relative {
	position: relative
}

.news-date {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #021e2f;
	padding: 5px 10px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

.subsedry-item {
	margin-bottom: 15px;
}

.subsedry-item--inner {
	background-color: #ffffff;
	color: #222222;
}

.subsedry-content {
	padding: 30px 30px 25px;
	text-align: center;
	font-family: "Raleway", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
}

.subsedry-content > .the-heading {
	margin-top: 0;
	font-family: "Raleway", "Open Sans", sans-serif;
	font-weight: 200;
	font-size: 24px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.subsedry-content .the-heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #222222;
}

.subsedry-content p {
	margin-bottom: 15px;
	height: 144px;
}

.subsedry-item .subsedry-item--inner a.image-con {
	overflow: hidden;
	position: relative;
	display: block;
}

.subsedry-item .subsedry-item--inner a.image-con:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition-property: top, opacity, visibility;
	transition-duration: 0.3s;
	-moz-transition-property: top, opacity, visibility;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: top, opacity, visibility;
	-o-transition-duration: 0.3s;
	-ms-transition-property: top, opacity, visibility;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.subsedry-item .subsedry-item--inner a.image-con img {
	margin-top: 0;
}

.subsedry-item .subsedry-item--inner a.image-con .the-label {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background-color: #222;
	padding: 3px 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition-property: margin, opacity, visibility;
	transition-duration: 0.3s;
	-moz-transition-property: margin, opacity, visibility;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: margin, opacity, visibility;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: margin, opacity, visibility;
	-o-transition-duration: 0.3s;
	-ms-transition-property: margin, opacity, visibility;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.subsedry-item .subsedry-item--inner a.image-con:hover:before {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.subsedry-item .subsedry-item--inner a.image-con:hover .the-label {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.dark-bg {
	background: #021e2f;
}

.dark-bg .title h2 {
	color: #fff
}

.about-intro .about-intro-img {
	width: 50%;
	padding-right: 25px;
	display: inline-block;
	float: left;
}

.about-intro .about-intro-text {
	width: 50%;
	padding-left: 25px;
	display: inline-block;
	float: left;
}

.about-intro h2 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 2px;
}

.text-cap {
	text-transform: uppercase;
}


/* Box Icon How this would help you */

.left-icon-container {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}

.left-icon-item {
	margin-bottom: 50px;
}

.left-icon-item i {
	font-size: 24px;
	border: 1px solid #ccc;
	color: #333;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
}

.left-icon-item h4 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 13px;
}

.left-icon-item .media-body {
	padding-left: 20px;
	padding-right: 30px;
}

.no-padding {
	padding: 0
}

.block-img-full-width {
	width: 100%;
}

.block-img-left,
.block-img-right {
	margin: 25px 0;
}


/* Block IMG Left */

.block-img-left {
	display: inline-block;
}

.block-img-left .text-box {
	text-align: left;
	display: inline-block;
	padding-left: 15px;
	width: 50%;
}

.block-img-left .img-block {
	float: left;
	width: calc(50% - 15px);
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}


/* Block IMG Right */

.block-img-right {
	display: inline-block;
}

.block-img-right .text-box {
	text-align: right;
	display: inline-block;
	padding-right: 15px;
	width: 50%;
}

.block-img-right .img-block {
	float: right;
	width: calc(50% - 15px);
	margin-left: 15px;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}


/* Block Img Full */

.block-img-full .img-block {
	display: block;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.block-img-full .text-box {
	margin-top: 30px;
	padding: 0;
}

.text-box h4 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 2px;
}

h4 mark {
	letter-spacing: 2px;
}

mark {
	background: #021e2f;
	padding: 0 3px;
	color: #fff;
}

.img-block {
	position: relative;
	z-index: 1;
}

.block-img-left .img-block {
	float: left;
	width: calc(50% - 15px);
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.block-img-full-width .block-img-left .img-block {
	margin-right: 35px;
	width: calc(50% - 35px);
}

.text-center {
	text-align: center
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}


/**********************/


/* Shine */

.hover14 figure {
	position: relative;
	overflow: hidden;
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/******/

.owl-nav.disabled {
	display: none;
}

blockquote.style-1 {
	padding: 0 0 18px 18px;
	border-left: 1px solid;
	margin: 0;
	font-size: 15px;
	text-align: left;
 
}

.color-1 blockquote.style-1 {
	border-color: #021e2f;
}

.color-2 blockquote.style-1 {
	border-color: #555555;
}

.color-3 blockquote.style-1 {
	border-color: #919191;
}

blockquote.style-1:before {
	content: '';
}

.structure h1 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

.article-icons .inner {
	padding: 50px 15px;
	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;
	transition: all .4s ease 0;
	text-align: center;
}

.article-icons .inner i {
	text-shadow: none;
	color: #021e2f;
	font-size: 36px;
	text-align: center;
	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;
	transition: all .4s ease 0;
}


/********* time line ***************/




/* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}


/* The line */

.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #d4d2d3;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}


/* The date/time */

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
		padding-top: 7px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #122d3b;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.5em;
	color: #122d3b;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #122d3b;
}


/* Right content */

.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #9cb2bd;
	color: #fff;
	padding: 1.3em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	min-height: 100px;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
	color: #000;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #d4d2d3;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


/* The triangle */

.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #9cb2bd;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #d4d2d3;
}


/* The icons */

.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.1em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #122d3b;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #d4d2d3;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmtimeline > li .cbp_tmicon:before {
	content: "\e00d";
}


/*
.cbp_tmicon-phone:before {
	content: "\e00d";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}*/


/* Example Media Queries */

@media screen and (max-width: 65.375em) {
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}
	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #9cb2bd;
		top: -20px;
	}
	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #d4d2d3;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}
}


/****************/

.list-block {
	overflow: hidden;
}

.list-block figure {
	position: relative;
	display: block;
	color: black;
	text-align: center;
}

.list-block figure:after {
	background: rgba(21, 42, 57, 0.65);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transform: skew(-45deg) scaleX(0);
	-ms-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.list-block figure:hover:after {
	-webkit-transform: skew(-45deg) scaleX(1);
	-ms-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	-moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.list-block figure:hover figcaption h2,
.list-block figure:hover figcaption p {
	-moz-transform: translate3d(0%, 0%, 0);
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.list-block figure:hover figcaption h2 {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.list-block figure:hover figcaption p {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.list-block img {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.list-block figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.list-block h2,
.list-block p {
	margin: 0;
	width: 100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.list-block h2 {
	padding: 0 10px 10px;
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;
	color: #fff;
}
h2.group-profile-list{text-transform:inherit;}

.list-block p {
	padding: 0 50px;
	font-size: 14px;
	text-transform: uppercase;
}

.demo-3 figure figcaption {
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.demo-3 figure figcaption h2,
.demo-3 figure figcaption p {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.demo-3 figure:after {
	-webkit-transform: skew(0deg) scaleX(1);
	-ms-transform: skew(0deg) scaleX(1);
	transform: skew(0deg) scaleX(1);
}

.demo-3 figure:hover:after {
	-webkit-transform: skew(45deg) scaleX(0);
	-ms-transform: skew(45deg) scaleX(0);
	transform: skew(45deg) scaleX(0);
}

.demo-3 figure:hover figcaption {
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 1;
}

.demo-3 figure:hover img {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.demo-3 figure img {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sectors .p0 {
	overflow: hidden
}

.proven_delivery .who-wrapper {
	margin-bottom: 30px;
}

.sectors-category {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #021e2f;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	z-index: 15;
}

@media (min-width: 768px) {
	div.col-sm-7.five-three {
		width: 60% !important;
	}
	div.col-sm-5.five-two {
		width: 40% !important;
	}
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #021e2f;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.products-list span {
	color: #262626;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.type1 .product-list-container .service-icon .text {
	padding-left: 60px;
	padding-top: 5px;
}

.type1.style2 .product-list-container .service-icon .inner .text h3 {
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 15px 0;
	line-height: 25px;
	margin-top: -10px;
}

.first-charcter {
	color: #fff;
	background: #021e2f;
	text-shadow: none;
	color: #fff;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 39px;
	background: #222;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;
	transition: all .4s ease 0;
}

.center-product .first-charcter {
	position: static;
	display: inline-block;
	margin-bottom: 30px;
}

.location-map {
	width: 100%;
	border: 0;
	margin-top: 30px;
}

.item-block {
	display: block;
	margin-top: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	-webkit-transition: background-color .5s,-webkit-box-shadow .5s;
	transition: background-color .5s,-webkit-box-shadow .5s;
	-o-transition: box-shadow .5s,background-color .5s;
	transition: box-shadow .5s,background-color .5s;
	transition: box-shadow .5s,background-color .5s,-webkit-box-shadow .5s;
}
.item-block:hover {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
}
.item-block .block-header {
	padding: 20px 30px;
	border-bottom: 1px solid #f6f6f6;overflow: hidden;
}
.item-block .block-header img {
		height: 64px;
	margin-right: 30px;
	float: left;
}
.item-block .block-header .hgroup {
	display: inline-block;
		margin-top: 17px;
}
.item-block .block-header h4, .item-block .block-header h5, .item-block .block-header h6 {
	font-family: Open Sans,sans-serif;
	font-weight: 300;
	margin: 0;
		font-size: 22px;
}
.item-block .block-header h4 {
	color: #000;
}
.item-block .block-header h5 {
	font-size: 14px;
	margin-top: 6px;
	color: #96a2b2;
}
.item-block .block-header .header-meta {
	float: right;
	text-align: right;
}
.item-block .block-header .location, .item-block .block-header .rate {
	display: block;
	color: #96a2b2;
	line-height: 35px;
}
.item-block .block-header .location:before, .item-block .block-header .rate:before {
	content: "\f041";
	font-family: FontAwesome;
	padding-right: 10px;
}
.item-block .block-header .label {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 400;
	border-radius: 0;
	padding: 4px 6px;
	margin-top: 6px;
	margin-left: 16px;
	opacity: .85;
		line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
.label-success {
	background-color: #5cb85c;
}
@media only screen and (min-width: 992px) {
	.service-icon.right {
		text-align: right;
	}
	.type1 .product-list-container .service-icon.right .text {
		padding-right: 60px;
		padding-left: 0px;
	}
	.right .first-charcter {
		right: 0;
		left: auto
	}
	.type1 .service-icon.right .inner {
		padding: 0 0px 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	.type2 .portfolio-container[data-col="3"] .portfolio-item.large {
		width: 100%;
	}
	.type2 .portfolio-container[data-col="3"] .portfolio-item,
	.type2 .portfolio-container[data-col="4"] .portfolio-item {
		width: 50%;
	}
	blockquote.style-1 {
		border-left: 0;
		padding: 0;
	}
	.color-1,
	.color-2,
	.color-3 {
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 480px) {
	.footer-menu > li{padding: 2px 10px;}
	.type1 .entry-item .entry .entry-content h3{line-height: 30px;}
	.type1 .entry-item .entry .entry-content{text-align: inherit;line-height: 30px;font-size: 19px;}
	.pb-0{padding-bottom: 0px; }
  .col-20p{width: 100%!important;};
	.type2 .portfolio-container[data-col="2"] .portfolio-item,
	.type2 .portfolio-container[data-col="3"] .portfolio-item,
	.type2 .portfolio-container[data-col="4"] .portfolio-item {
		width: 100%;
	}
	.type2 .portfolio-container[data-col="4"] .portfolio-item.large {
		width: 100%;
	}
	.type2 .portfolio-container[data-col="4"] .portfolio-item.tall {
		width: 100%;
	}
}
.title-Contact {
	margin-bottom: 15px
}

.title-Contact h3 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: 700
}

.contact-info {
	margin-bottom: 20px
}

.block-contact i {
	display: inline-block;
	float: left;
	margin-right: 5px;
	color: #031D2C;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	text-align: center;
	line-height: 28px;
	font-size: 15px
}

.block-contact p {
	margin-left: 35px;
	font-size: 18px;
	color: #828282;
	line-height: 28px
}

.block-contact span {
	margin-left: 60px;
	display: block;
	font-size: 13px;
	color: #031D2C;
	line-height: 22px;
	margin-bottom: 5px
}
.site-map ul ul {
padding-left: 20px;}

.site-map ul ul li:before {

	content: "\f111";

}
.site-map > ul > li > a {
	font-weight: bold;
}
.checkbox label  {
	font-size: 15px;
	color: #555;
}
#contact-form {
padding: 20px;
}
@media (min-width: 768px) {

.menu-container {
	width: 100%;
	}
	.list-group {
		margin-bottom: 50px;
	}
}
.apply-block {
			border: 1px solid #9fa0a2;
	overflow: hidden;
	padding: 15px;
	margin-top: 30px;
}
.apply-text {
line-height: 41px;

	display: inline-block;}
.apply_know {    padding: 12px;    margin-left: 15px;
	font-size: 15px; float: right}

.errorM {
	color: red;
	margin-top: 15px;
	display: block;
}

.site-map  > ul > li {
	float: left;
	width: 31%;
}

.second-nav {
		background: rgba(7, 36, 57, 0.93);
		text-align: center;
	color: #fff;
}
.second-nav li {
	font-size: 1.2em;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
}
.second-nav li a {
		padding:6px 12px;
	color: #ffffff;
    background: #173246;
	margin: 0 5px;
}
.second-nav li a::before {
	content: '';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	margin-right: 8px;
}
.second-nav li a:hover {

  
  background: #ffffff;
    color: #173246;
}
.second-nav li.current a {
	color: #173246;
	background: #fff;
}
.second-nav li:last-child a::after {
	display: none;
}
.second-nav li.sep {
	display: none;
}
.second-nav li.current   {
	background: #fff
}
.second-nav li.current  a  {
	color: #173246;
}
.second-nav li.current a::after { display: none}
.search-block {
margin-bottom: 30px;
}
.search-block h4 {
	font-size: 16px;
	font-weight: bold;
}


.pagination a  ,  .pagination span.current{
	position: relative;
	float: left;
	padding: 6px 15px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 3px 0 3px;
	font-family: 'Open Sans', sans-serif;

  }
  .pagination span:first-child {
	display: none;
}
  .pagination a:hover ,  .pagination span.current {
	z-index: 3;
	background: #021e2f !important;
	color: #fff !important;
	border-color: #021e2f !important;
}
.news_title_inner{    width: 268px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    height: 35px;
    overflow: hidden;
    font-size: 17px;
    word-break: break-word;
    display: inline-block;}
.type2 .who-wrapper .text p{/*max-width:268px;*/height: 75px;}
@media only screen and (max-width: 767px) {

	.pagination a  ,  .pagination span.current {
	  display:none;

	}


	.pagenavigation  a {display:block}
	.footer-menu>li {    display: block;
	/*text-align: left;*/
	}
	.type2 .who-wrapper .text p{text-align: center;width:100% !important;max-width:inherit}
	.type2 .who-wrapper{text-align: center}
	.news-date{position: relative;left:0;font-size: 14px;}
	.second-nav li a {
		padding: 0 5px;
	}
	.second-nav li {
		font-size: 12px;
	}
}
.home-slider .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-slider .swiper-slide:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.60);
}

.home-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background: #636363;
	opacity: 1;
}
.home-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
}

.home-slider h1 {
		font-family: 'Dosis',sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	letter-spacing: 20px!important;
	font-size: 4vw;
	white-space: nowrap;
	padding: 23px;
}

.home-slider h2 {
		font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	letter-spacing: 5px !important;
	text-transform: uppercase;font-size: 2vw;
}


.home-slider .page-header-caption{
		z-index: 6000;
	top: 0;
	position: absolute;
	background: none;
}




.swiper-button-next, .swiper-button-prev {
z-index: 6002; margin: 0 50px;}

.swiper-button-next {background-image: url(images/next-w.png);}

.swiper-button-prev {background-image: url(images/prev-w.png);}




@media only screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {display:block;}
	.swiper-button-next, .swiper-button-prev {
    z-index: 6002;
    margin: 0;
}
  .scroll-down {bottom:20px;}
	.home-slider h1 {

		font-size: 4.5vw;
	letter-spacing: 7px !important;

}
	.home-slider h2 {
	letter-spacing: 3px!important;
	font-size: 4vw;
    padding-left: 10px;
    padding-right: 10px;
}
.pt{margin-bottom:30px !important;}
  .title{margin-bottom:10px;}
  .titleeh{margin-top:40px;}
  blockquote.style-1{margin-bottom:15px;}
  .flaticon-list:before,.flaticon-buildings:before{font-size: 55px;}
  ol{padding-left: 15px;padding-right: 15px;padding-bottom: 15px;}
  ol.breadcrumb {margin: 0 8px -30px 8px;}
  .breadcrumb {
    bottom: 50px;}
  .mt-m {margin-top: 45px !important;}
  .partner-wrapper {
	padding: 0;
}

}

.icon-header-title
{
	font-size: 60px;
	margin-bottom: 20px;
}

section.counterss {
	margin-bottom: 70px;
	padding: 100px 0;
	margin-top: -50px;
}

.archive-year-header {
    background-color: #f7f7f7;
    color: #000017;
    border-top: 5px solid #000017;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
}

.archive-year-header .title {
       padding: 15px 0 15px 20px;
    background-image: url(images/icona-plus.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 9px;
    margin-bottom: 0;
}
.archive-year-header.expanded .title {
    background-image: url(images/icona-minus.png);
}

#newsDetailTitle {
    border-bottom: 1px solid #A2A2a0;
       padding: 0px 0 0px 20px;
}

 #newsDetailTitle::last-child {
    border-bottom:0px solid #A2A2a0;
      
}


#newsDetailTitle h5 {
   
    font-weight: bold;
    padding-left: 0px;
    padding-top: 6px;
    max-width: 820px;
    padding-bottom: 6px;
}
#newsDetailTitle h5 i  , .archive-year-header .title i{
   
   margin-right: 5px;
}
#newsDetailTitle h5 a {
    
    display: block;
    color: #000017;
}
p.intro-title {font-size:20px;line-height:26px;}


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
  vertical-align: top;
  
}
.pt{margin-bottom:65px;}
.mt{margin-top:65px;}
.cert{font-size: 10em;color:#021e2f;}
.cert_text{margin-top:20px;color: #021e2f;font-size: 15px;}
.modal-body b{font-size:13px;}
section.type2,.type4{padding-top:0}
p.text-center{margin-bottom:15px;}
.pt0{padding-top:0px;}
  ol li{padding-bottom: 5px}
.modal-body p,.modal-header p{font-size: 1em !important;}

.fadeIn{animation: fadeinText 1.5s linear;}

@keyframes fade {
  0%,100% { opacity: 0.2 }
  50% { opacity: 1 }
}
@keyframes fadeinText {
  0% { opacity: 0 }
  100% { opacity: 1 }
}
.animhidden{
     opacity:0;
}
.animvisible{
     opacity:1;
}
.col-20p{width:20%;}
.pt50{padding-top:50px !important}
.swiper-wrapper .page-header .full{left:0}

#header.type3 .primary_menu ul.main-menu {font-size:13px;}




.breadcrumb>li+li:before {
    font-size: 23px;
    content: ">";
}