body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
/*img {
	max-width: 100%;
	height: auto;
}*/
a {
	outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333333;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #333333;
}
/* ## Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #1b88ce #1b88ce transparent;
	background-color: #1b88ce;
}
.load-complete {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}
.load-complete .load-position h6 {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
	right: 0;
	margin-top: -100px;
}
.load-complete .loading {
	position: absolute;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	left: 0;
	right: 0;
}
.load-complete .loading-line {
	position: absolute;
	background: #eee;
	width: 100%;
	height: 2px;
}
.load-complete .loading-break {
	position: absolute;
	background: #059664;
	width: 15px;
	height: 2px;
}
.load-complete .loading-dot-1 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	-o-animation: loading 2s infinite;
	animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
	-webkit-animation: loading 2s 0.5s infinite;
	-moz-animation: loading 2s 0.5s infinite;
	-ms-animation: loading 2s 0.5s infinite;
	-o-animation: loading 2s 0.5s infinite;
	animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
	-webkit-animation: loading 2s 1s infinite;
	-moz-animation: loading 2s 1s infinite;
	-ms-animation: loading 2s 1s infinite;
	-o-animation: loading 2s 1s infinite;
	animation: loading 2s 1s infinite;
}
@keyframes "loading" {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
@-moz-keyframes loading {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
@-webkit-keyframes "loading" {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
@-ms-keyframes "loading" {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
@-o-keyframes "loading" {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
/*button css*/
.read-btn{
	background-color: #131313;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 1.190px;
	line-height: 1.64;
	margin-top: 14px;
	padding: 10px 35px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border:none;
}
.read-btn::before, 
.read-btn::after {
	background-color: #1b88ce;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: -1;
	color:#fff;
	text-decoration:none;
}
.read-btn::after {
	top: auto;
	bottom: 0;
}
.read-btn:hover::before, 
.read-btn:hover::after {
	height: 100%;
}
/* + Header */
.header_s {
	position: relative;
}
.header_s .ownavigation {
	padding: 0;
}
.header_s .ownavigation a.navbar-brand {
	color: #131313;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.2;	
	text-transform: uppercase;
}
.header_s .ownavigation a.navbar-brand > span {
	padding: 5px 0 5px 80px;
	position: relative;
	display: inline-block;
}
.header_s .ownavigation .navbar-brand span > i {
	background-color: #1b88ce;
	border-radius: 50%;
	position: absolute;
	left: 0;
	width: 68px;
	height: 68px;
	top: 50%;
	padding: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	text-align: center;
}
.header_s .ownavigation .navbar-brand span > i > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	margin: 0 auto;
	z-index: 2;
}
.header_s .ownavigation .navbar-brand > span > span {
	color: #1b88ce;
	display: block;
}
.header_s .ownavigation .navbar-brand i::before {
	background-color: #131313;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 19px;
	width: 30px;
	height: 30px;
	z-index: 1;
}
.header_s.fixed-top {
	position: fixed;
}
/* - Header 1 */
/* - Top Header */
.header_s1 .top-header {
	text-align: right;
	position: relative;
}
.header_s1.fixed-top {
	border-bottom: 1px solid #eee;
}
.header_s1.fixed-top .top-header {
	display: none;
}
.header_s1 .top-header .container {
	position: relative;
}
.header_s1 .top-header .top-content {
	display: inline-block;
	background-color: #131313;
	width: 100%;
	position: relative;
	z-index: 3;
}
.header_s1 .top-header .top-content > span,
.header_s1 .top-header .top-content > div,
.header_s1 .top-header .top-content > ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px;
}
.header_s1 .top-header .top-content > span {
	letter-spacing: 0.392px;
}
.header_s1 .top-header .top-content > span > i {
	color: #1b88ce;
	margin-right: 10px;
}
.header_s1 .top-header .top-content > span > a {
	color: #fff;
	text-decoration: none;
}
.header_s1 .top-header .top-content > span > a:hover {
	color: #1b88ce;
}
.header_s1 .top-header .top-content > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.header_s1 .top-header .top-content > ul > li {
	display: inline-block;
	margin-right: 20px;
}
.header_s1 .top-header .top-content > ul > li:last-of-type {
	margin-right: 0;
}
.header_s1 .top-header .top-content > ul > li > a {
	color: #9e9e9e;
	text-decoration: none;
}
.header_s1 .top-header .top-content > ul > li > a:hover {
	color: #1b88ce;
}
.header_s1 .top-header .lang-dropdown {	
	display: inline-block;
	margin-left: 10px;
}
.header_s1 .top-header .lang-dropdown .dropdown-toggle::after {	
	display: none;
}
.header_s1 .top-header .lang-dropdown .form-group {
	margin-bottom: 0;
}
.header_s1 .top-header .lang-dropdown .btn-default {
	background-color: transparent;
	padding: 16px 0;
	font-size: 14px;
	color: #fff;
	border: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.header_s1 .top-header .lang-dropdown .btn-default > span:first-child {
	float: left;
}
.header_s1 .top-header .lang-dropdown .btn-default > span i.flagstrap-icon {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.header_s1 .top-header .lang-dropdown .btn-default > span.caret {
	border: medium none;
	float: right;
	height: 12px;
	width: 14px;
	line-height: 12px;
	margin-top: 5px;
}
.header_s1 .top-header .lang-dropdown .btn-default > span.caret::before {
	content: "\f107";
	font-family: FontAwesome;
}
.header_s1 .top-header .lang-dropdown .dropdown-menu {
	left: auto;
	right: 0;
	padding: 1rem;
	min-width: 11rem;
	transform: none !important;
	top: 100% !important;
}
.header_s1 .top-header .search a {
	background-color: #1b88ce;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height: 2;
	width: 50px;
	height: 50px;
	text-align: center;
}
/*logo css*/
.navbar-brand{
    width:40%;
}
.navbar-brand img{
	height: auto;
    width:60%;
	max-width:100%; 
}
/* - Menu Block */
.menu-block{
	box-shadow:0 8px 6px -6px #848484;
}
.header_s1 .menu-block {
	background-color: #fff;
	width: 100%;
}
.header_s1 .ownavigation {
	padding: 0;
	z-index: 2;
}
.header_s1 .ownavigation .navbar-nav > li > a {
	color: #373737;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.51px;
	padding-left: 0;
	padding-right: 0;
}
.header_s1 .ownavigation .navbar-nav > .active > a, 
.header_s1 .ownavigation .navbar-nav > .active > a:focus, 
.header_s1 .ownavigation .navbar-nav > .active > a:hover, 
.header_s1 .ownavigation .navbar-nav li:hover > a, 
.header_s1 .ownavigation .navbar-nav li a:hover,
.header_s1 .ownavigation .navbar-nav li a:focus,
.header_s1 .ownavigation .navbar-nav li .dropdown-menu li > a:hover {
	color: #1b88ce;
}
.header_s1 .ownavigation .navbar-nav li .dropdown-menu li > a {
	color: #373737;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
/* - Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}
.section-header h3 {
	color: #131313;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1.2px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.section-title {
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
	width: 100%;
}
.section-title::before,
.section-title::after,
.section-title h3::before {
	background-color: #1b88ce;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: 0 auto;
}
.section-title::before {
	width: 60px;
}
.section-title::after {
	height: 2px;
	width: 2px;
	bottom: 1px;
}
.section-title > h3::before {
	width: 100px;
	bottom: 3px;
}
.section-header h3 > span {
	color: #1b88ce;
}
.section-header p {
	color: #000000;
	line-height: 1.85;
	padding: 0;
	margin-bottom: 5px;
	font-size:16px;
	text-align:justify;
}
/*vission mission section*/
.gray-bg2 {
	/*background: url("https://helicsgroup.net/assets/newhelics/assets/images/mis-bg.jpg");*/
	background-image: url(../images/mis-vis-bg.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
}
.mis-vis .misvis-box .misvis-detail,
.mis-vis .misvis-box .misvis-detail i,
.mis-vis .misvis-box .misvis-detail h3 {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mis-vis .misvis-box {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.mis-vis .misvis-box .misvis-detail {
	border: 1px solid #ffffff;
	padding: 57px 30px 60px;
	margin-bottom: 37px;
}
.mis-vis .misvis-box:hover .misvis-detail {
	border-color: transparent;
}
.mis-vis .misvis-box .misvis-detail > i {
	color: #1B88CE;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 49px;
}
.mis-vis .misvis-box .misvis-detail h3 {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.07;
	text-transform: uppercase;
}
.mis-vis .misvis-box .misvis-detail-back {
	background-color: #1b88ce;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 37px;
	padding: 13px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
}
.mis-vis .misvis-box:hover .misvis-detail-back {
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
.mis-vis .misvis-box .misvis-detail-back > i {
	color: #fff;
	display: inline-block;
	font-size: 50px;
	margin-bottom: 30px;
}
.mis-vis .misvis-box .misvis-detail-back h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.07;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
}
.mis-vis .misvis-box .misvis-detail-back > p {
	color: #fff;
	letter-spacing: 0.56px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: justify;
	padding:0 10px;
}
.mis-vis .misvis-box .misvis-detail-back > span { 
	color: rgba(255,255,255,0.1);
	font-size: 110px;
	line-height: 1;
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: -1;
}
.mis-vis .misvis-box > a {
	opacity: 0;
	position: absolute;
	width: 85px;
	height: 32px;
	text-align: center;
	color: #fff;
	z-index: 1;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 1.85;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/* end vission mission section*/
/* + Ow-pagination */
.ow-pagination {
	text-align: center;
	margin-top: 77px;
}
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li {
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
}
.ow-pagination ul li a {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #777777;
	color: #777777;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 11px 12px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
	font-size: 15px;
	padding: 12.5px 19px;
}
.ow-pagination .pagination > li:first-child > a > i {
	margin-right: 5px;
}
.ow-pagination .pagination > li:last-child > a > i {
	margin-left: 5px;
}
.ow-pagination ul li a:focus,
.ow-pagination ul li a:hover {
	background-color: #1b88ce;
	border-color: transparent;
	box-shadow: inset 0px -2px 0px 0px rgba(19, 19, 19,0.35);
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(19, 19, 19,0.35);
	color: #fff;
}
/* + Header */
/* - Page Content */
.page-content {
	padding-top: 120px;
	padding-bottom: 120px;
}
/* + Shortcodes */
/* - Slider Section */
    .rev_slider_wrapper {
	direction: ltr;
}
/* - Slider Section 1 */
.rev_slider > ul li.slider-shape .slotholder::before {
    background-color: rgba(19, 19, 19, 0.9);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    animation: mymove 5s linear;
}
@keyframes mymove {
  from {left:-2000px;}
  to {left: 0px;}
}
.slide-txt-color {
    color: #1b88ce
}
#home-slider-1 .slide-btn {
    background-color: #44bbff !important;
    -webkit-transition: all 1s ease 0s !important;
    -moz-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    transition: all 1s ease 0s !important;
}
#home-slider-1 .slide-btn:hover {
    background-color: #ffffff !important;
    color: #1b88ce !important;
}
#home-slider-1 .slide-btn2 {
    background-color: transparent !important;
    border: 2px solid #1b88ce !important;
    color: #1b88ce !important
}
#home-slider-1 .slide-btn2:hover {
    border-color: transparent !important;
}
#home-slider-1 .slide-btn > a  {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#home-slider-1 .slide-btn:hover > a,
#home-slider-1 .slide-btn2 > a {
	color: #1b88ce;
}
#home-slider-1 .tparrows {
    border: 2px solid #1b88ce;
    background-color: #ffffff;
	border-radius: 100%;
    color: #1b88ce;
    width: 48px;
    height: 48px;
    text-align: center;
}
#home-slider-1 .tparrows:hover {
    background-color: #1b88ce;
}
#home-slider-1 .tparrows::before {
    color: #1b88ce;
    font-family: FontAwesome;
    font-size: 30px;
}
#home-slider-1 .tparrows:hover::before {
    color: #ffffff;
}
#home-slider-1 .tparrows.tp-leftarrow::before {
    content: "\f104";
}
#home-slider-1 .tparrows.tp-rightarrow::before {
    content: "\f105";
}
#home-slider-1 .tp-bullet {
    border: 2px solid #1b88ce;
    background: none;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    width: 10px;
    height: 10px;
}
#home-slider-1 .tp-bullet.selected {
    background-color: #1b88ce;
}
#home-slider-1 .tp-bullet::after {
    display: none;
}
/* + Page Banner */
.page-banner {
	background-image: url("../images/banners/page-banr.jpg");
	position: relative;
	padding-top: 58px;
	padding-bottom: 50px;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px #1b88ce;
	text-align: center;
	background-repeat: no-repeat;
	    background-size: cover;
    background-position: left;
}
.page-banner::before,
.page-banner::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.page-banner h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.7;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner i {
	color: #ff7e7e;
	font-size: 44px;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.page-banner .breadcrumb li {
	color: #fff;
	display: inline-block;
	float: none;
	font-weight: bold;
	letter-spacing: 0.42px;
	line-height: 4;
	text-transform: uppercase;
}
.page-banner .breadcrumb > li + li::before {
	color: #fff;
	padding-left: 3px;
	padding-right: 4px;
}
.page-banner .breadcrumb li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
/* - Team Section */
.conf-jour-carousel {
	direction: ltr;
}
.conf-jour-style-1 {
	position: relative;
}
.conf-jour-style-1::before {
	background-color: #1b88ce;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
}
.conf-jour-box {
	position: relative;
	text-align: center;
	overflow: hidden;
	box-shadow:0 0 10px #000;
}
.conf-jour-box img{
	box-shadow:0 0 10px #000;
}
.conf-jour-box .conf-jour-content {
	background-color: rgba(19,19,19,0.9);
	position: absolute;
	/*top:40%;*/
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 15px 11px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
}
.conf-jour-content span{
	font-weight:bold;
	font-size: 18px;
	text-align: justify;
	color:#1b88ce;
}
.conf-jour-box:hover .conf-jour-content {
	padding-bottom: 24px;
	padding-top: 24px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
}
.conf-jour-box .conf-jour-content > h3 {
	background-color: rgba(19,19,19,0.9);
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	padding: 14px 15px 13px;
}
.conf-jour-box:hover .conf-jour-content > h3 {
	background-color: transparent;
	position: relative;
	padding: 0;
	margin-bottom: 3px;
}
.conf-jour-box .conf-jour-content > span {
	color: #ababab;
	letter-spacing: 0.56px;
	text-transform: capitalize;
}
.conf-jour-box .conf-jour-content > ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 13px;
}
.conf-jour-box .conf-jour-content > ul > li {
	display: inline-block;
	margin: 0 6px;
}
.conf-jour-box .conf-jour-content > ul > li > a {
	color: #fff;
}
.conf-jour-box .conf-jour-content > ul > li > a:hover {
	color: #1b88ce;
}
.conf-jour-carousel.owl-theme .owl-controls {
	margin-top: 52px;
}
.conf-jour-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255,255,255,0.3);
	border-radius: 0;
	width: 20px;
	height: 3px;
}
.conf-jour-carousel.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
/* - Faq Section */
.faq-block .card {
	border: none;
	margin-bottom: 10px;
}
.faq-block .card-header {
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
}
.faq-block .card-header h5 {
	margin: 0;
	position: relative;
}
.faq-block .card-header h5 a {
	padding: 12px 12px 12px 70px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 28px;
	letter-spacing: 0.48px;
	text-decoration: none;
	z-index: 1;
}
.faq-block .card-header h5 a.collapsed {
	color: #545454;
}
.faq-block .card-header h5 a::before {
	content: "";
	position: absolute;
	left: 26px;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.faq-block .card-header h5 a::before,
.faq-block .card-header h5 a:hover::before,
.faq-block .card-header h5 a.collapsed:hover::before {
	background-color: #0089d2;
}
.faq-block .card-header h5 a.collapsed::before {
	background-color: #f4f4f4;
	box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.21);
}
.faq-block .card-header h5 a:hover {
	color: #ffffff;
}
.faq-block .card-header h5 a span { 
	background-color: #0089d2;
	border: 5px solid #fff;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 52px;
	left: 0;
	line-height: 2.5;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	width: 52px;
	text-align: center;
}
.faq-block .card-block {
	border-bottom: 1px solid #1b88ce;
	padding: 23px 0;
}
.faq-block .card-block p {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.56px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	/*padding-right: 27%;*/
	margin-bottom: 0;	
}
.faq-block .card-block ul li{
	letter-spacing: 0.8px;
	line-height: 24px;
	padding: 5px 0px;
}
/* - Error Section */
.error-section {
	padding-top: 88px;
	padding-bottom: 118px;
}
.error-section .error-img > i  {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-top: 70px;
	z-index: 1;
}
.error-section .error-img > i::before {
	background-color: #1b88ce;
	content: "";
	position: absolute;
	right: -28%;
	bottom: -12px;
	height: 42px;
	width: 220px;
	border-radius: 50%;
	z-index: -1;
}
.error-section .error-detail h2 {
	color: #1b88ce;
	font-family: "Poppins",sans-serif;
	font-size: 290px;
	font-weight: 700;
	letter-spacing: 8.7px;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
}
.error-section .error-detail h3 {
	color: #131313;
	font-family: "Poppins",sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1.44px;
	line-height: 1.32;
	margin-bottom: 22px;
	text-align: center;
	text-transform: uppercase;
}
.error-section .error-detail h3 span {
	color: #1b88ce;
}
.error-section .error-detail p {
	color: #666666;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 1.85;
	text-align: center;
}
.error-section .searchbox {
	margin: 0 auto;
	padding-top: 25px;
	width: 576px;
	max-width: 100%;
}
.error-section .searchbox .input-group .form-control {
	border: 1px solid #d1d1d1;
	border-radius: 0;
	box-shadow: none;
	color: #232323;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.9px;
	padding-left: 20px;
	padding-right: 20px;
}
.error-section .searchbox .input-group .form-control::-webkit-input-placeholder {
	color: #232323;
	opacity: 1;
}
.error-section .searchbox .input-group .form-control:-moz-placeholder { 
	color: #232323;
	opacity: 1;
}
.searchbox .input-group .form-control::-moz-placeholder {
	color: #232323;
	opacity: 1;
}
.error-section .searchbox .input-group .form-control:-ms-input-placeholder {  
	color: #232323;
	opacity: 1;
}
.error-section .searchbox .input-group .btn {
	background-color: #131313;
	border-radius: 0;
	box-shadow: none;	
	color: #ffffff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.26px;
	padding: 11px 17px 10px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error-section .searchbox .input-group .btn > span {
	margin-left: 35px;
}
.error-section .searchbox .input-group .btn:hover {
	background-color: #1b88ce;
}
/* ========================================================================== */
/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {
	/* - Portfolio Fullwidth */
	.gallery-fullwidth .gallery-box .gallery-content::before {
		bottom: 30px;
		left: 30px;
		right: 30px;
		top: 30px;
	}
	.gallery-fullwidth .gallery-box .gallery-content > i::before {
		bottom: 35px;
		left: 35px;
		right: 35px;
		top: 35px;
	}
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* + Header */
	.header_s1 .top-header .top-content > span, 
	.header_s1 .top-header .top-content > div, 
	.header_s1 .top-header .top-content > ul,
	.header_s1 .top-header .lang-dropdown {
		margin-left: 40px;
	}
	/* - Why Choose Style 2 */
	.why-choose-style-2 .why-choose-box > p { 
		padding-right: 10px;
	}
	/* - Feature Section */
	.subscribe-section .subscribe-content {
		flex: 0 0 60.42%;
		width: 60.42%;
		max-width: 60.42%;
		margin-left: 39.58%;
	}
	/* - Portfolio */
	.gallery-fullwidth .gallery-box {
		width: 20%;
	}
	/* - Widget Area */
	.widget-area .widget_instagram ul > li:nth-child(3n+1) {
		margin-left: 0;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Header */
	.header_s .ownavigation .navbar-nav > li.dropdown > .dropdown-toggle::after {
		border: none;
		content: "\f107";
		font-family: FontAwesome;
		font-size: 16px;
		font-weight: 400;
		height: auto;
		width: auto;
		vertical-align: top;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown > .dropdown-menu .dropdown-toggle::after {
		display: none;
	}
	.header_s .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li > a {
		padding: 10px 19px;
		border-top: 1px solid #1b88ce;
		position: relative;
		z-index: 1;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li > a:hover {
		background-color: #1b88ce;
		color: #fff;
	}
	.header_s1 .ownavigation .navbar-nav,
	.header_s3 .ownavigation .navbar-nav { 
		margin-left: auto;
	}
	/* - Header 1 */
	.header_s1 .top-header .top-content {
		width: 76.068%;
	}
	.header_s1 .top-header .top-content::before {
		border-bottom: 50px solid #fff; 
		border-right: 40px solid transparent;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	/* - Menu Block */
	.header_s1 .menu-block {
		margin-top: -25px;
	}
	.header_s1.fixed-top .menu-block {
		margin-top: 0;
	}
	.header_s1 .menu-block a.navbar-brand {
		/*margin-bottom: 25px;
		margin-top: 0;
		max-width: 217px;*/
		margin:0;
	}
	.header_s1.fixed-top .menu-block  a.navbar-brand {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.header_s1 .ownavigation .navbar-nav > li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.header_s1 .ownavigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.header_s1 .ownavigation .navbar-nav > li > a {
		margin-bottom: 10px;
		margin-top: 38px;
	}
	.header_s1.fixed-top .ownavigation .navbar-nav > li > a {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.header_s.fixed-top .ownavigation .navbar-nav {
		margin-right: auto;
	}
	
	
	/* + Footer */
	.footer-widget .row [class*="col-lg-"]:nth-child(n+5) {
		margin-top: 40px;
	}
	
	/* - Bottom Footer */
	.bottom-menu .ownavigation .navbar-nav > li {
		margin: 0 15px;
	}
	.bottom-menu .ownavigation .navbar-nav > li:last-of-type {
		margin-right: 0;
	}
	.bottom-menu  .ownavigation ul li > .dropdown-menu {
		top: auto;
		bottom: 0;
	}
	.bottom-menu .ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
	.bottom-menu .ownavigation .navbar-collapse > ul > li a.dropdown-toggle::after {
		border: none;
	}
	.bottom-menu .ownavigation .navbar-collapse > ul > li .dropdown-menu {
		background-color: #1b88ce;
		transform-origin: 0 bottom 0;
	}
	.bottom-menu .ownavigation .navbar-nav li .dropdown-menu li > a {
		padding: 10px 19px;
		border-top: 1px solid rgba(255,255,255,0.5);
		position: relative;
		z-index: 1;
	}
	.bottom-menu .ownavigation .navbar-nav li .dropdown-menu li:first-of-type > a {
		border-top: none;
	}
	.bottom-menu .ownavigation .navbar-nav li .dropdown-menu li > a:hover {
		background-color: #fff;
		color: #1b88ce;
	}
	\
	
	/* - Portfolio Detail */
	.portfolio-detail-content > [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	
	/* - Team Section 2 */
	.conf-jour-style-2 .row > [class*="col-lg-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-detail-box .testi-title { 
		padding: 12px 0 13px 90px;
	}
	.testimonial-detail-box .testi-title > img {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	/* - Testimonial Section 3 */
	.testimonial-carousel3 .carousel::before {
		left: -100px;
	}
	
	/* - Testimonial Section */
	.testimonial {
		margin-left: auto;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	
	/* - About Company */
	.about-company .about-img {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}
	
	/* - Testimonial Section */
	.testimonial-detail-box {
		padding-left: 35px;
	}
	.testimonial-section .carousel-indicators {
		background-color: #1b88ce;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		display: inline-block;
		bottom: auto;
		margin: 0;
		position: absolute;
		left: -44px;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);	
		width: 30px;
		text-align: center;
		padding: 20px 0;
	}
}
/* - max-width: 1200 */
@media (max-width: 1200px) {
	/* - Feature Section */
	.feature-section .feature-box > h3 {
		font-size: 18px;
	}
	
	/* - Portfolio */
	.gallery-category ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* - Team Section */
	.team-box .team-content > h3 {
		font-size: 18px;
	}
	/* - Team Section 3 */
	.team-style-3 .team-box .team-content > ul > li {
		margin: 0 8px;
	}
	
}	
/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	#slidepanel {
		border-bottom-color: #1b88ce; 
	}
	.header_s .ownavigation a.navbar-brand {
		display: table; 
		font-size: 19px;
		margin: 11px 0;
	}
	.header_s .ownavigation a.navbar-brand img {
		max-width: 134px;
	}
	.header_s .ownavigation a.navbar-brand > span {
		display: inline-block;
		padding-left: 60px;
	}
	.header_s .ownavigation .navbar-brand span > i {
		width: 51px;
		height: 51px;
	}
	.header_s .ownavigation .navbar-brand span > i > img { 
		width: 30px;
	}
	.header_s .ownavigation .navbar-brand span i::before {
		width: 25px;
		height: 25px;
		top: 13px;
	}
	
	/* - Top Footer */
	.footer-widget .row [class*="col-lg-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	/* - Bottom Footer */
	.copyright {
		text-align: center;
		padding-bottom: 0;
	}
	.copyright,
	.bottom-menu {
		width: 100%;
	}
	.bottom-footer .ownavigation .navbar-toggler-right {
		position: relative;
	}
	.bottom-footer .ownavigation .navbar-toggler {
		border: 2px solid #fff;
		color: #fff;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-footer .ownavigation .navbar-toggler:focus,
	.bottom-footer .ownavigation .navbar-toggler:hover {
		border-color: #1e1e1e;
		color: #1e1e1e;
	}
	.bottom-footer .ownavigation .ddl-switch {
		top: 2px;
	}
	.bottom-footer .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #d9f0ff;
		line-height: 1.2;
	}
	.bottom-footer .ownavigation .navbar-nav > li.active > a:hover, 
	.bottom-footer .ownavigation .navbar-nav li a:hover, 
	.bottom-footer .ownavigation .navbar-nav li a:focus,
	.bottom-footer .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fff;
	}
	
	.footer-section2 .ftr-content .row [class*="col-lg-"]:nth-child(n+3) {
		margin-top: 20px;
	}
	.footer-section2 .bottom-footer .ownavigation .navbar-toggler:focus,
	.footer-section2 .bottom-footer .ownavigation .navbar-toggler:hover,
	.footer-section3 .bottom-footer .ownavigation .navbar-toggler:focus,
	.footer-section3 .bottom-footer .ownavigation .navbar-toggler:hover {
		border-color: #fff;
		color: #fff;
	}
	
	/* - Slider Section 1 */
	.rev_slider > ul li.slider-shape .slotholder::before {
		width: 80%
	}
	
	/* - About Company */
	.about-company .about-company-box h3 {
		font-size: 30px;
	}
	.about-company .about-company-box h3 span {
		font-size: 31px;
	}
	/* - Feature Section */
	.feature-section .feature-img-block { 
		display: none;
	}
	
	/* - Feature Section 2 */
	.subscribe::before {
		width: 100%;
	}
	.subscribe-image-2  { 
		width: 100%;
		height: 50%;
	}
	.subscribe-image-2  > img { 
		width: 100%;
	}
	.subscribe .subscribe-left {
		padding-right: 15px;
	}
	.subscribe .subscribe-right {
		padding-left: 15px;
	}
	.subscribe .sep-icon {
		left: 0;
		right: 0;
		top: auto;
		bottom: -48px;
		transform: translate(0, 0) rotate(90deg);
		-webkit-transform: translate(0, 0) rotate(90deg);
		-moz-transform: translate(0, 0) rotate(90deg);
		-ms-transform: translate(0, 0) rotate(90deg);
		height: 125px;
		margin: 0 auto;
	}
	
	/* - Gallery Section */
	.gallery-box .gallery-detail > a {
		font-size: 16px;
		line-height: 2;
		height: 38px;
		width: 38px;
	}
	
	.gallery-fullwidth .gallery-box {
		width: 33.333%;
	}
	
	/* - Portfolio Detail */
	.portfolio-detail-content > [class*="col-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	/* - Similar Project */
	.similar-project .gallery-box:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-main-title {
		margin-right: 15px;
		padding-left: 30px; 
		padding-right: 30px; 
	}
	.testimonial-main-title h3 {
		font-size: 29px;
	}
	.testimonial-detail-box {
		text-align: center;
	}
	.testimonial-detail-box .testi-title > i {
		font-size: 45px;
	}
	/* - Faq Section */
	.faq-block .card-block {
		margin-left: 26px;
	}
	.faq-block .card-block p {
		padding-right: 0;
	}
	
	/* - Contact */
	.contact-section p {
		padding:0 30px; 
	}
	
	/* - Error Section */
	.error-section .error-img {
		display: none;
	}
	
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - About Company */
	.about-company .container {
		width: 100%;
	}
	.about-company .about-company-box {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	/* - Widget Area */
	.widget-area .widget_instagram ul > li:nth-child(3n+1) {
		margin-left: 0;
	}
	
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* + Header */
	.header_s1 .top-header .top-content {
		text-align: center;
		padding: 10px 15px;
	}
	.header_s1 .top-header .top-content > span {
		margin-bottom: 10px;
	}
	.header_s1 .top-header .search a {
		background-color: transparent;
		font-size: 17px;
		height: auto;
		width: auto;
	}
	.header_s1 .top-header .lang-dropdown .btn-default {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/* - Footer Section 2 */
	.footer-section2 .ftr-content .social > li {
		margin-right: 10px;
	}
	.footer-section2 .ftr-content p {
		padding-left: 30px;
	}
	
	
	/* - Section Header */
	.section-header h3 {
		line-height: 36px;
		font-size: 26px;
		text-align: center;
	}
	/* - Page Header */
	.page-banner h3 {
		font-size: 30px;
		letter-spacing: 4.5px;
		line-height: 42px;
	}
	
	/* - Slider Section 1 */
	.rev_slider > ul li.slider-shape .slotholder::before {
		transform: skew(-10deg, 0deg);
		-webkit-transform: skew(-10deg, 0deg);
		-moz-transform: skew(-10deg, 0deg);
		-ms-transform: skew(-10deg, 0deg);
		width: 100%;
	}
	
	/* - About Company */
	.about-company .about-company-box { 
		padding-right: 0;
	}
	
	/* - Special Feature */
	.special-feature .row [class*="col-"]:nth-child(n+2) {
		margin-top: 50px;
	}
	
	/* - Portfolio */ 
	.gallery-masonry-list .grid-sizer,
	.gallery-masonry-list .gallery-box {
		width: 50%;
	}
	
	/* - Portfolio Detail */
	.preview-block .row .row > [class*="col-"] {
		margin-bottom: 0;
	}
	.portfolio-detail-desc {
		margin-bottom: 50px;
	}
	.portfolio-detail-desc h3 {
		font-size: 30px;
		line-height: 1.2;
	}
	.portfolio-detail-content > [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	.portfolio-team { 
		padding: 0;
	}
	/* - Similar Project */
	.similar-project .gallery-box:nth-child(n+3){
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-section .carousel-indicators {
		bottom: 30px;
	}
	.testimonial-img { 
		width: 100%;
		height: 46%;
	}
	
	/* - Content Area */
	.content-area .ow-pagination {
		margin-top: 0;
	}
	.type-post  {
		margin-bottom: 50px;
	}
	.type-post .entry-cover .post-format > a {
		font-size: 18px;
	}
	.type-post .entry-cover .post-format > a > span {
		font-size: 20px;
	}
	/* - Widget Area */
	.widget-area {
		margin-top: 50px;
	}
	/* - Error Section */
	.error-section .error-detail h2 {
		font-size: 230px;
	}
	.error-section .error-detail h3 {
		font-size: 28px;
	}
}
/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Portfolio */
	.gallery-fullwidth .gallery-box {
		width: 50%;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* + Header */
	/* - Header 2 */
	.header_s2 .top-header .top-detail .row > [class*="col"] {
		text-align: center;
	}
	.header_s2 .top-header .top-detail [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.header_s2 .top-header .top-detail .row > [class*="col"] .detail-box {
		text-align: left;
		max-width: 210px;
		width: 210px;
	}
	
	/* - Team Section */
	.conf-jour-style-2 .row > [class*="col-lg-"]:nth-child(n+2),
	.conf-jour-style-3 .row > [class*="col-lg-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.conf-jour-style-2 .conf-jour-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	.conf-jour-style-3 .conf-jour-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Testimonial Section 2 */
	.testimonial-carousel2 .testimonial-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* - Error Section */
	.error-section .error-detail h2 {
		font-size: 200px;
	}
	
	.searchbox .input-group {
		display: inline-block;
		width: 100%;
	}
	.searchbox  .input-group .form-control {
		width: 100%;
		display: inline-block;
	}
	.searchbox .input-group-btn {
		display: inline-block;
		margin-top: 20px;
	}
	.searchbox .input-group-btn .btn {
		padding: 12px 40px;
	}
	
}
/* - max-width: 479 */
@media (max-width: 479px) {
	
	/* - Pagination */
	.ow-pagination .pagination > li > a, 
	.ow-pagination .pagination > li:first-child > a, 
	.ow-pagination .pagination > li:first-child > span, 
	.ow-pagination .pagination > li:last-child > a, 
	.ow-pagination .pagination > li:last-child > span {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	/* - Slider Section 1 */
	.rev_slider > ul li.slider-shape .slotholder::before {
		transform: skew(-7deg, 0deg);
		-webkit-transform: skew(-7deg, 0deg);
		-moz-transform: skew(-7deg, 0deg);
		-ms-transform: skew(-7deg, 0deg);
		width: 100%;
	}
	
	/* - Feature Section 2 */
	.subscribe .subscribe-right .row > [class*="col-"] {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.subscribe .row .row > [class*="col-lg-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Gallery Section */
	.gallery-box {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gallery-box .gallery-content {
		display: block;
		float: none;
		max-width: 370px;
		margin: 0 auto;
	}
	.gallery-fullwidth .gallery-box {
		width: 100%;
	}
	.gallery-masonry-list .gallery-box .gallery-detail > a {
		font-size: 22px;
		margin: 0 5px;
	}
	.gallery-masonry-list .gallery-box .gallery-detail > h3 {
		font-size: 12px;
	}
	.portfolio-4-col .gallery-box .gallery-content {
		max-width: 270px;
	}
	
	/* - Similar Project */
	.similar-project .gallery-box {
		width: 100%;
	}
	.similar-project .gallery-box .gallery-content {
		max-width: 270px;
	}
	.similar-project .gallery-box:nth-child(n+2){
		margin-top: 30px;
	}
	
	/* - Help Section */
	.help-section form .btn {
		font-size: 15px;
	}
	
	/* - Team Section */
	.conf-jour-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Error Section */
	.error-section .error-detail h2 {
		font-size: 125px;
	}
	
}
.search.collapsed .sr-ic-open,
.search .sr-ic-close {
	display: inline-block;
}
.search.collapsed .sr-ic-close {
	display: none;
}
.search .sr-ic-open {
	display: none;
}
/* ========================================================================== */
/* [ + Elements ] */
/* [ + Widgets ] */
/* ========================================================================== */
.widget + .widget {
	margin-top: 50px;
}
.widget-title {
	background-color: #131313;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.88px;
	margin-bottom: 16px;
	overflow: hidden;
	padding: 16px 15px 15px 75px;
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.widget-title > i {
	position: absolute;
	font-size: 23px;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	z-index: 1;
}
.widget-title > i::before {
	position: absolute;
	left: -10px;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.widget-title > i::after {
	background-color: #1b88ce;
	border-right: 2px solid #fff;
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	right: 7px;
	top: 0;
	bottom: -1px;
	transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	z-index: -1;
}
/* - Widget: Archives */
.widget_archive > ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_archive > ul li,
.widget_archive ul li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.widget_archive > ul li {
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	color: #131313;
	line-height: 1.73;
	text-align: right;
	width: 100%;
	padding-bottom: 13px;
}
.widget_archive > ul li:nth-child(n+2) {
	margin-top: 11px;
}
.widget_archive > ul li:hover {
	color: #1b88ce;
}
.widget_archive ul li a {
	color: #6b6b6b;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.73;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	float: left;
}
.widget_archive ul > li > a::before {
	color: #1b88ce;
	content: "\e660";
	font-family: 'Stroke-Gap-Icons';
	margin-right: 10px;
}
.widget_archive ul li:hover a,
.widget_archive ul li a:hover {
	color: #1b88ce;
}
.widget_archive select {
	border: 1px solid #e3e3e3;
	padding: 12px 12px;
	max-width: 100%;
	width: 100%;
}
.screen-reader-text {
	display: none;
}
/* - Widget: Calendar */
.widget_calendar caption {
	background-color: #1b88ce;
	color: #fff;
	caption-side: top;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 10px 15px 8px;
	text-align: center;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar table {
	margin: 0;
	width: 100%;
}
.widget_calendar table {
	margin: 0;
}
.widget_calendar th {
	color: #1b88ce;
}
.widget_calendar th,
.widget_calendar td {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
	border: none;
	font-family: 'Lato', sans-serif;
}
.widget_calendar tbody a {
	background-color: transparent;
	color: #1b88ce;
	font-weight: 700;
	display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #1b88ce;
	color: #fff;
	font-weight: 700;
}
.widget_calendar #prev { 
	text-align: left;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #1b88ce;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	background-color: #1b88ce;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
}
/* - Widget: Categories */
.widget_categories > ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_categories > ul > li {
	border-bottom: 1px solid #e3e3e3;
	font-size: 15px;
	padding-bottom: 13px;
}
.widget_categories > ul li,
.widget_categories ul li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_categories > ul li {
	display: inline-block;
	color: #131313;
	line-height: 1.73;
	text-align: right;
	width: 100%;
}
.widget_categories > ul > li:nth-child(n+2) {
	margin-top: 11px;
}
.widget_categories > ul li:hover {
	color: #1b88ce;
}
.widget_categories ul li a {
	color: #6b6b6b;
	letter-spacing: 0.6px;
	line-height: 1.73;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-align: left;
	float: left;
}
.widget_categories ul > li > a::before {
	color: #1b88ce;
	content: "\e660";
	font-family: 'Stroke-Gap-Icons';
	margin-right: 10px;
}
.widget_categories ul > li:hover > a,
.widget_categories ul li > a:hover {
	color: #1b88ce;
}
.widget_categories ul.children {
	padding-left: 15px;
}
.widget_categories ul ul > li {
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 13px;
}
.widget_categories ul ul > li:last-child {
	padding-bottom: 0;
}
.widget_categories select {
	border: 1px solid #e3e3e3;
	padding: 12px 12px;
	max-width: 100%;
	width: 100%;
}
/* - Widget: NavMenu */
.widget_nav_menu > div > ul:first-of-type {
	padding: 0;
	margin-bottom: 0;
}
.widget_nav_menu > div > ul ul {
	padding-left: 10px;
	margin-top: 5px;
}
.widget_nav_menu ul li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.widget_nav_menu ul li:hover::before,
.widget_nav_menu ul li::before {
	background: none;
}
.widget_nav_menu ul li a {
	color: #6b6b6b;
	display: block;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.73;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
}
.widget_nav_menu ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Meta */
.widget_meta ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_meta ul li {
	display: inline-block;
	width: 100%;
}
.widget_meta ul li a {
	color: #6b6b6b;
	display: block;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.73;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	text-transform: capitalize;
	width: 100%;
}
.widget_meta ul li:hover a{
	color: #1b88ce;
}
/* - Widget : Pages */
.widget_pages > ul {
	padding: 0;
	margin-bottom: 0;
}
.widget_pages > ul li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.widget_pages > ul li a {
	color: #6b6b6b;
	display: block;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.73;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	text-transform: capitalize;
	width: 100%;
}
.widget_pages > ul li.current_page_item a {
	color: #6b6b6b;
}
.widget_pages > ul li a:hover {
	color: #1b88ce;
}
.widget_pages > ul ul {
	padding-left: 10px;
}
/* - Widget : Recent Comments */
.widget_recent_comments ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_recent_comments ul li {
	color: #6b6b6b;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1.2px;
	line-height: 1.66;
	margin-bottom: 12px;
	text-transform: lowercase;
}
.widget_recent_comments ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_comments ul li span {
	margin-right: 5px;
}
.widget_recent_comments ul li a {
	color: #999999;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.widget_recent_comments ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Recent Entries */
.widget_recent_entries ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_recent_entries ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.widget_recent_entries ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_entries ul li a {
	color: #6b6b6b;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 1.2px;
	line-height: 1.66;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	text-transform: uppercase;
	text-decoration: none;
}
.widget_recent_entries ul li a:hover {
	color: #1b88ce;
}
.widget_recent_entries ul li > span {
	color: #1b88ce;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.18px;
	text-transform: capitalize;
}
/* - Widget : Search */
.widget_search .input-group {
	border: 1px solid #e5e5e5;
}
.widget_search .input-group .form-control,
.widget_search .btn-default {
	height: 45px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: #999999;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn-default {
	padding: 6px 10px;
	background-color: transparent;
	color: #999999;
	cursor: pointer;
}
.widget_search .btn-default:hover {
	color: #d5b400;
}
.widget_search .input-group .form-control {	
	font-weight: 500;
	font-size: 14px;
	padding: 10px 15px;
	letter-spacing: 1.2px;
	color: #999999;
	background-color: transparent;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #999999;
}
.widget_search .form-control:-moz-placeholder {
	color: #999999;
}
.widget_search .form-control::-moz-placeholder {
	color: #999999;
}
.widget_search .form-control:-ms-input-placeholder {
	color: #999999;
}
/* - Widget: Tags */
.tagcloud {
	display: inline-block;
	width: 100%;
}
.tagcloud a {
	display: inline-block;
	color: #6b6b6b;
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	line-height: 1.4;
	letter-spacing: 0.5px;
	padding: 8px 10px;
	margin: 0 5px 5px 0px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagcloud a:hover {
	background-color: #1b88ce;
	color: #fff;
}
/* - Widget : Text */
.widget_text .textwidget p {
	color: #6b6b6b;
	font-size: 14px;
	letter-spacing: 1.6px;
	line-height: 2;
	padding: 0;
	word-wrap: break-word;
}
.widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}
/* - Widget : Image */
.widget_media_image {
	text-align: center;
}
/* - Widget : Audio */
.widget_media_audio iframe {
	border: none;
	width: 100%;
}
/* - Widget : Video */
.widget_media_video iframe {
	border: none;
	width: 100%;
}
/* - Widget : Custome Html */
.custom-html-widget {
	color: #6b6b6b;
	font-size: 14px;
	letter-spacing: 1.6px;
	line-height: 2;
	padding: 0;
	word-wrap: break-word;
}
/* - Widget : Rss */
.widget_rss .widget-title a {
	color: #fff;
}
.widget_rss > ul {
	padding: 0;
}
.widget_rss > ul > li {
	color: #6b6b6b;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 1.66;
}
.widget_rss > ul > li > a {
	text-decoration: none;
	color: #1b88ce;
	text-transform: capitalize;
}
/* - Custome Widget */
/* - Widget : Brochure */
.widget_brochure > span {
	background-image: url("https://helicsgroup.net/assets/newhelics/css/assets/newhelics/images/brochure-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
	display: inline-block;
	width: 100%;
	padding: 5px;
	position: relative;
}
.widget_brochure > span::before {
	background-color: rgba(19,19,19,0.9);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.widget_brochure > span > a {
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.58;
	position: relative;
	padding: 13px 70px 7px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.widget_brochure > span > a > i {
	background-color: #1b88ce;
	bottom: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 60px;
}
.widget_brochure > span > a > i::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
/* - Widget : Instagram */
.widget_instagram ul {
	padding-left: 0;
	display: inline-block;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
}
.widget_instagram ul > li {
	float: left;
	list-style: none;
	margin-left: 9px;
	margin-bottom: 9px;
}
/* - Footer Widget */
.footer-widget [class*="col-"] {
	z-index: 1;
}
.footer-widget .widget {
	margin-bottom: 0;
}
.footer-widget .widget + .widget {
	margin-bottom: 40px;
}
.footer-widget .widget-title {
	background-color: transparent;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.52px;
	line-height: 1.10;
	margin-bottom: 26px;
	position: relative;
	padding: 0 0 17px 0;
	text-align: left;
	text-transform: uppercase;
}
.footer-widget .widget-title::after{
	background-color: #1b88ce;
	content: "";
	height: 2px;
	width: 70px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	margin: 0;
}
/* - Widget : About */
.footer-widget .widget_about > a.ftr-logo {
	color: #1b88ce;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	padding: 0 0 5px 0px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 25px;
}
.footer-widget .widget_about a.ftr-logo > i {
	background-color: #1b88ce;
	border-radius: 50%;
	position: absolute;
	left: 0;
	width: 68px;
	height: 68px;
	top: 50%;
	padding: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	text-align: center;
}
.footer-widget .widget_about a.ftr-logo i::before {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 19px;
	width: 30px;
	height: 30px;
	z-index: 1;
}
.footer-widget .widget_about a.ftr-logo > i > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	margin: 0 auto;
	z-index: 2;
}
.footer-widget .widget_about a.ftr-logo > span{
	color: #ffffff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.2;
	padding: 5px 0 5px 80px;
	position: relative;
	top: 0;
	padding-left: 0;
}
.footer-widget .widget_about p {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.84px;
	line-height: 1.85;
	position: relative;
	padding-left: 45px;
	margin-bottom: 28px;
}
.footer-widget .widget_about p:last-of-type {
	margin-bottom: 0;
}
.footer-widget .widget_about a {
	color: #ffffff;
	display: block;
	line-height: 1.85;
	letter-spacing: 0.84px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-widget .widget_about a:hover {
	color: #1b88ce;
}
.footer-widget .widget_about p > i {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.footer-section2 .footer-widget .widget_about > a.ftr-logo {
	margin-bottom: 5px;
}
.footer-section2 .footer-widget .widget_about > p {
	color: #8a8a8a;
	padding-left: 0;
}
.footer-section2 .footer-widget .widget_about table {
	margin-bottom: 0;
}
.footer-section2 .footer-widget .widget_about table tbody tr td {
	border-top-color: rgba(255,255,255,0.1);
	font-size: 15px;
	color: #fff;
	padding: 0;
	line-height: 4;
	letter-spacing: 0.6px;
	text-transform: capitalize;
}
.footer-section2 .footer-widget .widget_about table tbody tr td b {
	color: #1b88ce;
	text-transform: uppercase;
}
.footer-section2 .footer-widget .widget_about table tbody tr:first-of-type td {
	border-top: none;
}
.footer-section3 .footer-widget .widget_about > a.ftr-logo {
	margin-bottom: 16px;
}
.footer-section3 .footer-widget .widget_about p {
	letter-spacing: 0.56px;
	padding-left: 0;
	margin-bottom: 10px;
}
.footer-section3 .footer-widget .widget_about p:last-of-type {
	margin-bottom: 0;
}
.footer-widget .widget_about .widget_social {
	margin-top: 20px;
}
.footer-widget .widget_social > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-widget .widget_social > ul > li {
	display: inline-block;
	margin-right: 25px;
}
.footer-widget .widget_social > ul > li:last-of-type {
	margin-right: 0;
}
.footer-widget .widget_social > ul > li > a {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	line-height: 2.5;
	height: 42px;
	width: 42px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-widget .widget_social > ul > li > a:hover { 
	background-color: #1b88ce;
	border-color: transparent;
}
/* - Widget : Link */
.footer-widget .widget_links ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-widget .widget_links ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
}
.footer-widget .widget_links ul li:last-of-type {
	margin-bottom: 0;
}
.footer-widget .widget_links ul li a {
	color: #ffffff;
	letter-spacing: 0.84px;
	line-height: 1.4;
	padding-left: 21px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-widget .widget_links ul li a::before {
	content: "\e66d";
	font-family: "Stroke-Gap-Icons";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
}
.footer-widget .widget_links ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Recent Post */
.footer-widget .widget_recent_entries ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.footer-widget .widget_recent_entries ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-widget .widget_recent_entries ul li a {
	font-size: 15px;
	color: #fff;
	text-transform: inherit;
	letter-spacing: 0px;
	line-height: 1.4;
}
.footer-widget .widget_recent_entries ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Instagram */
.widget_instagram .instagram-box {
	display: inline-block;
	width: 100%;
}
.widget_instagram .instagram-box a {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* - Widget : Latest Posts */
.footer-widget .widget_latestposts .latest-content {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px;
	min-height: 70px;
}
.footer-widget .widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.footer-widget .widget_latestposts  .latest-content.no_post_thumb {
	padding-left: 0;
}
.footer-widget .widget_latestposts .latest-content > a:first-of-type {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	width: 70px;
}
.footer-widget .widget_latestposts .latest-content h5 {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.56px;
	line-height: 1.71;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-widget .widget_latestposts .latest-content h5 > a {
	color: #eae9e9;
	text-decoration: none;
}
.footer-widget .widget_latestposts .latest-content h5 > a:hover {
	color: #1b88ce;
}
.footer-widget .widget_latestposts .latest-content span {
	color: #000;
	display: inline-block;
	letter-spacing: 0.6px;
	font-size: 13px;
}
.footer-widget .widget_latestposts .latest-content span a {
	color: #777777;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.footer-widget .widget_latestposts .latest-content span a:hover {
	color: #1b88ce;
}
/* - Widget : Archives */
.footer-widget .widget_archive > ul li,
.footer-widget .widget_archive > ul li a {
	color: #fff;
}
.footer-widget .widget_archive ul li:hover,
.footer-widget .widget_archive ul li:hover a,
.footer-widget .widget_archive ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Calendar */
.footer-widget .widget_calendar td { 
	color: #fff;
}
/* - Widget : Categories */
.footer-widget .widget_categories > ul li,
.footer-widget .widget_categories > ul li > a {
	color: #fff;
}
.footer-widget .widget_categories ul > li:hover,
.footer-widget .widget_categories ul > li:hover > a,
.footer-widget .widget_categories ul > li > a:hover {
	color: #1b88ce;
}
/* - Widget: NavMenu */
.footer-widget .widget_nav_menu ul li a {
	color: #fff;
}
.footer-widget .widget_nav_menu ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Meta */
.footer-widget .widget_meta ul li a {
	color: #fff;
}
.footer-widget .widget_meta ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Pages */
.footer-widget .widget_pages > ul li a {
	color: #fff;
}
.footer-widget .widget_pages > ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Recent Comments */
.footer-widget .widget_recent_comments ul li,
.footer-widget .widget_recent_comments ul li a {
	color: #fff;
}
.footer-widget .widget_recent_comments ul li a:hover {
	color: #1b88ce;
}
/* - Widget : Search */
.footer-widget .widget_search .input-group .form-control,
.footer-widget .widget_search .btn-default {
	color: #fff;
}
.footer-widget .widget_search .form-control::-webkit-input-placeholder {
	color: #fff;
}
.footer-widget .widget_search .form-control:-moz-placeholder {
	color: #fff;
}
.footer-widget .widget_search .form-control::-moz-placeholder {
	color: #fff;
}
.footer-widget .widget_search .form-control:-ms-input-placeholder {
	color: #fff;
}
/* - Widget : Tags */
.footer-widget .tagcloud a {
	color: #fff;
}
/* - Widget : Text */
.footer-widget .widget_text .textwidget p {
	color: #fff;
}
/* - Widget : Custome Html */
.footer-widget .custom-html-widget {
	color: #fff;
}
/* - Widget : Rss */
.footer-widget .widget_rss > ul > li {
	color: #fff;
}
/* - Custome Widget Over /- */
/* - Responsive */
@media (min-width: 1200px) {
	.footer-widget .widget::before { 
		left: 20px;
		right: 20px;
	}
	.footer-widget [class*="col-"]:nth-child(n+5) {
		margin-top: 40px;
	}
}
@media (min-width: 992px) {
	/* - Widget : Instagram */
	.widget_instagram .instagram-box a:nth-child(3n) {
		margin-right: 0;
	}	
}
/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Widget : About */
	.footer-widget .widget_about p {
		font-size: 13px;
		padding-left: 32px;
	}
	.footer-section2 .widget_about table tbody tr td {
		font-size: 13px;
	}
	/* - Widget : Instagram */
	.widget_instagram .instagram-box a {
		width: 63px;
	}
}
@media (max-width: 767px) { 
	.footer-widget .widget_social > ul > li {
		margin-right: 15px;
	}
}
@media (max-width: 575px) {	
	.footer-widget .row [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}
/* ========================================================================== */
/* ========================================================================== */
/* [ + Widgets ] */
/* ========================================================================== */
/* ========================================================================== */
/* --------------------------------------------------------------------------------------------------------------------------------------------*/
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}
.gray-bg {
	background-color: #f7f7f7;
}
.gray-bg3 {
	background-color: #f4f4f4;
}
/* ## Site Header ******************************************* */
/* - Search */
.search-box {
	position: absolute;
	right: 15px;
	top: 100%;
	width: 260px;
	z-index: 101;
}
.search-box form {
	width: 100%;
	background-color: #303030;
	padding: 10px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #333333;
	font-size: 14px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
	color: #ccc;
}
.search-box form input::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #cccccc;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	padding: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.search-box span i {
	font-size: 15px;
	color: #1b88ce;
	float: right;
	margin: 5px;
}
/* - SlidePanel */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}
/* - Navigation Menu */
.ownavigation {
	border: none;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 0;
}
/* - Nav Main */
/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* - Nav Toggle */
/* - Nav Switch */
/* - Nav Items */
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}
/* - Nav Dropdown */
/* ## Responsive ************************************************************************************** */
/*----------------------------------------------------
	* Responsive
	------------------------------------------------------*/
	/* - min-width: 1200 */
	@media (min-width: 1200px) {
		.container {
			max-width: 1200px;
		}
	}
	/* - min-width: 992 */
	@media (min-width: 992px) {
		.desktop-hide {
			display: none;
		}
		/* ## Navigation Menu */
		.nav_trans {
			background: transparent;
		}
		/* - Nav Main */
		/* - Nav Header */
		/* - Nav Switch */
		.ownavigation .ddl-switch {
			display: none !important;
		}
		/* - Nav Items */
		.ownavigation .navbar-nav > li {
			margin: 0 20px;
		}
		.ownavigation .navbar-nav > li > a {
			padding: 10px 0;
			margin-top: 20px;
			margin-bottom: 20px;
			position: relative;
		}
		.ownavigation .navbar-nav > .active > a, 
		.ownavigation .navbar-nav > .active > a:focus, 
		.ownavigation .navbar-nav > .active > a:hover,
		.ownavigation .navbar-nav li:hover > a,
		.ownavigation .navbar-nav li a:hover {
			background-color: transparent;
			color: #004586;
		}
		/* - Nav Dropdown */
		.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
			top: 100%;
			left: 0;
		}
		.ownavigation ul li > .dropdown-menu {
			background-color: #fff;
			border: none;
			left: 100%;
			border-radius: 0;
			opacity: 0;
			top: 0;
			display: block;
			margin: 0;
			padding: 0;
			min-width: 218px;
			max-width: 218px;
			visibility: hidden\0/;
			transition: all 0.17s ease-in-out;
			-moz-transition: all 0.17s ease-in-out;
			-webkit-transition: all 0.17s ease-in-out;
			-o-transition: all 0.17s ease-in-out;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform-origin: 0 0;
			-moz-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
			-o-transform-origin: 0 0;
			transform-origin: 0 0;
			-webkit-transform: rotateX(-90deg);
			-moz-transform: rotateX(-90deg);
			-ms-transform: rotateX(-90deg);
			-o-transform: rotateX(-90deg);
			transform: rotateX(-90deg);
			-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
			-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
			-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
			-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
		}
		.ownavigation .navbar-nav li .dropdown-menu > li > a {
			font-size: 13px;
			color: #333333;
			padding: 14px 22px;
			-webkit-transition: all 0.5s ease 0s;
			-moz-transition: all 0.5s ease 0s;
			-o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
		}
		.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
			color: #fcb100;
		}
		.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
			visibility: visible;
			opacity: 1;
			-webkit-transform: rotateX(0deg);
			-moz-transform: rotateX(0deg);
			-ms-transform: rotateX(0deg);
			-o-transform: rotateX(0deg);
			transform: rotateX(0deg);
			-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
			-moz-transition: -moz-transform 0.4s, opacity 0.1s;
			-mos-transition: -mos-transform 0.4s, opacity 0.1s;
			-o-transition: -o-transform 0.4s, opacity 0.1s;
			transition: transform 0.4s, opacity 0.1s;
		}
		.ownavigation ul > li > .dropdown-menu {
			left: 0; 
		}
		.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
			right: 0; 
		}
		.ownavigation ul > li > .dropdown-menu,
		.ownavigation ul > li .dropdown-menu ul,
		.ownavigation ul > li .dropdown-menu ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
			right: auto;
		}
		.ownavigation ul > li .dropdown-menu ul,
		.ownavigation ul > li .dropdown-menu ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
			left: 100%;
		}
		.ownavigation ul > li .dropdown-menu ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
			right: 100%;
		}
		.ownavigation ul > li .dropdown-menu ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
		.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
		.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
			left: auto;
		}
	}
	/* - min-width: 768 */
	@media (min-width: 768px) {
	}
	/* - max-width: 1200px */
	@media (max-width: 1200px) {
	}
	/* - Min Width : 992px & Max Width 1200px */
	@media only screen and (min-width: 992px) and (max-width: 1200px) {	
		.ownavigation .navbar-nav > li {
			margin-left: 9px;
			margin-right: 9px;
		}
	}
	/* - min-width: 992 to max-width: 1199 */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
	}
	/* - max-width: 991 */
	@media (max-width: 991px) {
		/* - SlidePanel */
		#slidepanel { 
			display: none;
			border-bottom: 1px solid #8a9b0f;
		}
		#slideit,
		#toggle {
			display: block;
			position: relative;
			z-index: 1;
		}
		#loginpanel {
			position: absolute;
			right: 50px;
			text-align: center;
			top: 20px;
		}	
		#slideit,
		#closeit {
			color: #1b88ce;
			font-size: 25px;
			position: relative;
			right: 0;
			top: 0;
		}
		#slideit:hover,
		#closeit:hover {
			color: #1b88ce;
		}
		.mobile-hide {
			display: none;
		}
		/* ## Navigation Menu */
		/* - Nav Main */
		.ownavigation {
			padding-left: 15px;
			padding-right: 15px;
		}
		.ownavigation .navbar-collapse {
			max-height: 340px;
		}
		.ownavigation .collapse.show {
			display: block;
			overflow-y: auto;
		}
		/* - Nav Header */
		.ownavigation .navbar-header .navbar-brand {
			padding-left: 0;
			margin-left: 0;
		}	
		/* - Nav Items */
		.ownavigation .navbar-nav {
			width: 100%;
			margin: 0;
		}
		.ownavigation .navbar-nav > li {
			min-height: 0;
			float: none;
			clear: both;
		}
		.ownavigation .navbar-nav > li > a {
			padding: 8px 0;
			-webkit-transition: all 1s ease 0s;
			-moz-transition: all 1s ease 0s;
			-o-transition: all 1s ease 0s;
			transition: all 1s ease 0s;
		}	
		.ownavigation .navbar-nav > li.active a {
			color: #1b88ce;
		}
		.ownavigation .navbar-nav > li.active > a:hover,
		.ownavigation .navbar-nav  li  a:hover,
		.ownavigation .navbar-nav  li  a:focus {
			color: #1b88ce;
		}
		/* - Nav Toggle */
		.ownavigation .navbar-toggler {
			border: 2px solid #1b88ce;
			border-radius: 0;
			color: #1b88ce;
			font-size: 1.5rem;
			margin: 20px 0;
			padding: 0.25rem 0.5rem;
			z-index: 1;
			outline: none;
		}
		.ownavigation .navbar-toggler:hover,
		.ownavigation .navbar-toggler:focus {
			border-color: #1b88ce;
			color: #1b88ce;
		}
	/* .ownavigation .navbar-toggler-right {
		right: 0;
		} */
		/* - Nav Switch */
		.ownavigation .ddl-switch {
			background-color: #1b88ce;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			padding: 2px 6px;
			position: absolute;
			right: 0;
			top: 9px;
			z-index: 100;
		}
		.ownavigation .ddl-active > .ddl-switch:before {
			content: "\f106";
		}
		/* - Nav Dropdown */
		.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
			display: none;
		}
		.ownavigation .dropdown-menu {
			background-color: transparent;
			border: 0 none;
			margin-top: 0;
			padding-left: 10px;
			padding-top: 0;
			padding-bottom: 0;
			/* position: relative; */
			width: 100%;
			box-shadow: none;
			float: left;
		}
		.ownavigation .dropdown-menu li {
			display: inline-block;
			width: 100%;
		}
		.ownavigation .navbar-nav > li:last-of-type {
			margin-bottom: 15px;
		}
		.ownavigation .navbar-nav li .dropdown-menu > li > a {
			color: #232323;
			padding-left: 0;
			padding-right: 0;
			padding-top: 6px;
			padding-bottom: 6px;
			-webkit-transition: all 1s ease 0s;
			-moz-transition: all 1s ease 0s;
			-o-transition: all 1s ease 0s;
			transition: all 1s ease 0s;
		}
		.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
			color: #fcb100;
		}
	}
	/* - min-width: 768 to max-width: 991 */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	}
	/* - max-width: 767 */
	@media (max-width: 767px) {
		/* - Nav Toggle */
		.ownavigation .navbar-toggle {
			right: 0;
		}
	}
	/* -  max-width: 639 */
	@media (max-width: 639px) {
	}
	/* -  max-width: 575 */
	@media (max-width: 575px) {
		.ownavigation .navbar-toggler {
			margin: 20px 0;
		}
	}