/*
-------------------------------
Import CSS and Google Fonts
-------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,900|Work+Sans:400,500,600,700');


/*
-------------------------------
Global Styles
-------------------------------
*/
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #313131;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

p {
	font-size: 15px;
	line-height: 1.6;
}

a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #313131;
}

a:focus {
	outline: none;
	color: #313131;
}

button:focus {
	outline: none;
}

.form-group input:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #313131;
}

a:hover,
a:active,
a:visited,
a:focus {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a:hover {
	color: #3367c1;
}

img {
	max-width: 100%;
	height: auto;
}

.bg {
	position: absolute;
	background-color: #313131;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.75;
}

.bg-area {
	background: #0b1220;
	position: relative;
}

/* --- XmartPro Dark Section Theme (v7) --- */
.bg-area:before{
	content:'';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background: radial-gradient(800px 300px at 20% 10%, rgba(51,103,193,.25), rgba(11,18,32,0) 60%),
				radial-gradient(700px 260px at 80% 30%, rgba(34,197,94,.12), rgba(11,18,32,0) 55%);
	opacity: 1;
	pointer-events:none;
}
.bg-area > .container, .bg-area .container{
	position: relative;
	z-index: 1;
}
.bg-area .headline h2{
	color: #f8fafc;
}
.bg-area .headline h3{
	color: rgba(248,250,252,.75);
}

/* Feature cards on dark background */
.feature-two .feature-text{
	background: rgba(15,23,42,0.92);
	border: 1px solid rgba(148,163,184,0.14);
	color: #e5e7eb;
}
.feature-two .feature-text h4{
	color: #f8fafc;
}
.feature-two .feature-item{
	filter: drop-shadow(0 6px 16px rgba(0,0,0,.35));
}
.feature-two .feature-icon i{
	box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

/* Keep links readable on dark sections */
.bg-area a{
	color: #8ab4ff;
}
.bg-area a:hover{
	color: #ffffff;
}

button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px !important;
	border-radius: 0 !important;
}

input,
textarea,
.form-control,
select{
	border-radius: 0 !important;
    font-family: 'Work Sans', sans-serif;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.pl-10 {
	padding-left: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.ptb {
	padding: 60px 0 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.mtb {
	margin: 60px 0 !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.flex {
	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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.headline {
	text-align: center;
	position: relative;
    padding-bottom: 12px;
}

.headline h2 {
    font-size: 36px;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.headline h2 span{
    font-weight: 400 !important;
}
.headline h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
    margin-bottom: 15px;
    color: #777;
}
.hl-white {
	color: #fff !important;
}

.hl-white h2 {
	color: #fff !important;
}
.hl-white h3 {
	color: #fff !important;
}

.hl-left {
	text-align: left !important;
}

.headstyle h4 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 9px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.headstyle h4:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: 0;
}

.headstyle h4:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: -5px;
}

.image-effect {
	position: relative;
	display: block;
	vertical-align: top;
	max-width: 100%;
}

.image-effect:before,
.image-effect:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .3);
	z-index: 6;
	-webkit-transition: transform .5s, opacity .2s ease-in-out 0s;
	-o-transition: transform .5s, opacity .2s ease-in-out 0s;
	transition: transform .5s, opacity .2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.effect-item:hover .image-effect:before {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.effect-item:hover .image-effect:after {
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.button a {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background: #3367c1;
	border-left: 5px solid;
	border-right: 5px solid;
	border-color: #313131;
	border-radius: 0px;
	padding: 13px 27px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.button a i {
	margin-left: 5px;
}

.button a:hover {
	background: #3367c1;
	border-color: #313131;
	color: #313131;
}

.button-bn a {
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.button-bn i {
	margin-left: 3px;
}

.button-bn a:hover {
	color: #313131;
}

/* button-df */
.button-df a {
	display: inline-block;
	font-weight: 700;
    letter-spacing: 0.5px;
	color: #fff;
	background: #3367c1;
	border-radius: 0px;
	padding: 13px 27px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.button-df a i {
	margin-left: 5px;
}

.button-df a:hover {
	background: #313131;
	color: #fff;
}

.modal-footer .btn {
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-footer .btn:hover {
	background: #313131;
	color: #fff;
}
.btn-subs {
	background: #313131!important;
	border-color: #313131!important;
}

/*
-------------------------------
Preloader
-------------------------------
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*
-------------------------------
Header-Area
-------------------------------
*/
.header-area {
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	background: #3367c1;
}

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

.header-social li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.header-social li:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #e9e9e9;
	top: 0;
	left: -15px;
}

.header-social li:first-child:before {
	display: none;
}

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

.social-bar li {
	display: inline-block !important;
	margin-right: 15px !important;
}

.social-bar li:last-child {
	margin-right: 0 !important;
}

.social-bar li:before {
	display: none;
}

.social-bar li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.social-bar li a:hover {
	color: #fff;
}

.language a {
	text-decoration: none;
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
}

.language a:hover {
	color: #fff;
}

.language i {
	margin-right: 7px;
}

.dropdown-menu a {
	text-decoration: none;
	color: #313131;
    font-family: 'Work Sans', sans-serif;
}

.dropdown-menu a:hover {
    background-color: transparent;
	color: #3367c1;
}

.header-info {
	text-align: right;
	float: right;
}

.header-info ul.first {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-info ul.first li {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-left: 30px;
	font-size: 13px;
}

.header-info ul.first li:first-child {
	margin-left: 0;
}

.header-info ul.first li:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #e9e9e9;
	top: 0;
	right: -17px;
	display: none;
}


.header-info ul.first li i {
	margin-right: 7px;
	color: #fff;
}

/*
-------------------------------
Logo and Menu
-------------------------------
*/
.logo {
	min-height: 87px;
}

.logo img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.main-menu-item {
	float: right;
	margin-right: 25px;
}

.mean-bar .main-menu-item {
	margin-right: 0;	
}

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

ul.nav-menu li {
	position: relative;
	float: left;
}

ul.nav-menu li a {
	font-size: 18px;
	font-weight: 700;
	color: #313131;
	text-decoration: none;
	padding: 0 16px;
	min-height: 87px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

ul.nav-menu li ul {
	position: absolute;
	width: 250px;
	top: 100%;
	left: 0;
	z-index: 999;
}

ul.nav-menu li ul > li {
	float: none;
	display: none;
	opacity: 0;
}

ul.nav-menu li ul li a {
	font-size: 15px;
	font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Roboto Condensed', sans-serif;
	padding: 14px 20px;
	background: #3367c1;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	min-height: 49px;
}

ul.nav-menu li ul li ul {
	top: 0;
	left: 100%;
}

ul.nav-menu li:hover ul > li > ul > li > a{
	border-left: 1px solid rgba(255,255,255,0.20);
}

ul.nav-menu li:hover > a {
	color: #3367c1;
}
ul.nav-menu li ul li:hover > a{
    background: #f1f1f1;
	color: #3367c1;
    border-bottom:  1px solid #f1f1f1;
}

ul.nav-menu li:focus > ul > li,
ul.nav-menu li:hover > ul > li {
	display: block;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: fade 0.4s forwards;
	animation: fade 0.4s forwards;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@-webkit-keyframes fade {
	0% {
		-webkit-transform: translateY(0px);
		;
	}
	100% {
		-webkit-transform: translateY(0px);
		;
	}
	0% {
		-webkit-transform: translateY(0px);
		;
	}
}

@keyframes fade {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
	0% {
		transform: translateY(0px);
	}
}

ul.nav-menu li ul li:first-child {
	animation-delay: 0.1s;
}

ul.nav-menu li ul li:nth-child(2) {
	animation-delay: 0.2s;
}

ul.nav-menu li ul li:nth-child(3) {
	animation-delay: 0.3s;
}

ul.nav-menu li ul li:nth-child(4) {
	animation-delay: 0.4s;
}

ul.nav-menu li ul li:nth-child(5) {
	animation-delay: 0.5s;
}

ul.nav-menu li ul li:nth-child(6) {
	animation-delay: 0.6s;
}

ul.nav-menu li ul li:nth-child(7) {
	animation-delay: 0.7s;
}

ul.nav-menu li ul li:nth-child(8) {
	animation-delay: 0.8s;
}

ul.nav-menu li ul li:nth-child(9) {
	animation-delay: 0.9s;
}

ul.nav-menu li ul li:nth-child(10) {
	animation-delay: 1s;
}

.menu-item-has-children {
	margin-right: 15px;
}
.menu-item-has-children a.chl {
	position: relative;
}
.menu-item-has-children a.chl:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 30px;
}
.menu-item-has-children a.chl::after {
	top: 30px;
}
.sticky .menu-item-has-children a.chl::after {
	top: 21px;
}

.mean-container .mean-nav ul {
	position: static;
	display: block;
}

.mean-container .mean-nav ul li a {
	background: #0c1923;
	border-left: 0;
    padding: 13px 5%;
}

.mean-container .mean-nav ul li:hover {
	background: none;
}

.mean-container .mean-nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1)!important;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 24px!important;
}

#strickymenu.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
	-webkit-transition: height 0.3s;
	transition: all 0.3s;
}

#strickymenu.sticky .logo {
	min-height: 70px;
}

#strickymenu.sticky .logo img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

#strickymenu.sticky ul.nav-menu li a {
	min-height: 70px;
}

#strickymenu.sticky ul.nav-menu li ul li a {
	min-height: 49px;
}

/*
-------------------------------
Search
-------------------------------
*/
.searchbar .search-button {
	text-align: right;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.searchbar .search-button:active,
.searchbar .search-button:focus,
.searchbar .search-button:hover {
	cursor: pointer;
	color: #3367c1;
}

.searchbar .input-search {
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: -66px;
	background: #3367c1;
	padding: 15px;
}

.input-search {
	z-index: 999;
}

.searchbar .input-search input {
	font-size: 15px;
	border: 1px solid #fff;
}

.searchbar .input-search .btn {
	cursor: pointer;
	background: #eef1f5;
}

/*
-------------------------------
Slider
-------------------------------
*/
.slider-item {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 600px;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.bg-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 99%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 99%);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 99%);
}

.text-animated h1 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	line-height: 1.3;
}

.text-animated h1 span {
	font-weight: 300;
}

.text-animated p {
	font-size: 16px;
	color: #fff;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

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

.text-animated li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.text-animated li a {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	background: #3367c1;
	color: #fff;
	border: 1px solid #3367c1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 40px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.text-animated li a:hover {
	background: #fff;
	color: #3268c1;
	border: 1px solid #fff;
}

.text-animated li:last-child a {
	background: #313131;
	color: #fff;
	border: 1px solid #313131;
}

.text-animated li:last-child a:hover {
	background: #fff;
	color: #313131;
	border: 1px solid #fff;
}

.slider-one .owl-nav {
	position: absolute;
	bottom: 5%;
    left: calc(50% - 60px);
	width: 120px;
}

.slider-one .owl-nav .owl-prev,
.slider-one .owl-nav .owl-next {
	font-size: 18px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	color: #fff;
	background: #3367c1;
	border: 2px solid #3367c1;
	margin: 0 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.slider-one .owl-nav .owl-prev:hover,
.slider-one .owl-nav .owl-next:hover {
	color: #3268c1;
	background: #fff;
	border: 2px solid #fff;
}

.slider-two .slider-text {
	text-align: center;
}

.slider-two .text-animated p {
	margin-left: 30px;
	margin-right: 30px;
}

.slider-two .owl-nav .owl-prev,
.slider-two .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 45px;
	height: 50px;
	line-height: 46px;
	top: 50%;
	margin-top: -25px;
	border: 2px solid #fff;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.slider-two .owl-nav .owl-prev {
	left: 0;
	margin-left: 0;
}

.slider-two .owl-nav .owl-next {
	right: 0;
	margin-right: 0;
}

.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover {
	color: #3268c1;
	border: 2px solid #3268c1;
}


/*
-------------------------------
About
-------------------------------
*/
.headline-left{
    margin-bottom: 50px;
}
.headline-left h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.headline-left h2 span {
	font-size: 40px;
	display: block;
    font-weight: 300;
}
.progress-gallery.main-prog{
    margin-top: 50px;
}
.about-tab{
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.about-tab:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3367c1;
    opacity: 0.9;
}
.about-tab ul{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    z-index: 99;
}
.about-tab ul li{
    display: inline-block;
}
.about-tab ul li a{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    margin-left: -5px;
}
.about-tab ul li a.active{
    background: #313131;
    color: #fff;
}

/*
-------------------------------
Video
-------------------------------
*/
.video-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #3367c1;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes video-pop {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.progress-gallery.main-prog .bar-container .progress{
    height: 8px;
    border-radius: 0;
}
.modal.show .modal-dialog.hb-style {
    -webkit-transform: translate(0px,25%);
    -o-transform: translate(0px,25%);
    transform: translate(0px,25%);
}
.modal-header h3 {
	font-size: 24px;
    font-weight: 700;
	color: #3367c1;
	margin: 0;
}


/*
-------------------------------
About Detail
-------------------------------
*/
.about-page .headstyle h4 {
	margin-bottom: 20px;
}

.about-page p a {
	font-family: 'Work Sans', sans-serif;
	text-decoration: underline;
	font-weight: 700;
	font-size: 15px;
}

.about-menu {
	margin-top: 30px;
}

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

.about-menu ul li {
	position: relative;
	margin-bottom: 8px;
}

.about-menu ul li:last-child {
	margin-bottom: 0;
}

.about-menu ul li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 8px;
	padding-left: 12px;
	position: relative;
}

.about-menu ul li a:before {
	position: absolute;
	content: '\f0da';
	font-family: fontawesome;
	top: 0;
	left: 0;
}

.about-menu ul li a.active {
	color: #3367c1;
	border-bottom: 1px solid #3367c1;
}

.company-detail {
	margin-top: 30px;
}

.about-carousel {
	margin-bottom: 30px;
}

.company-detail h5 {
	font-size: 16px;
    font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.company-detail p:last-child {
	margin: 0;
}

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

.history-list ul li {
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.history-list ul li span {
    font-size: 16px;
	font-weight: 700;
	color: #3367c1;
}

.about-carousel {
	border: 1px solid #e1e1e1;
}

.about-carousel .owl-nav .owl-prev,
.about-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.about-carousel .owl-nav .owl-prev {
	left: 0;
}

.about-carousel .owl-nav .owl-next {
	right: 0;
}

.about-carousel .owl-nav .owl-prev:hover,
.about-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.mission-detail {
	margin-top: 15px;
}

.mission-item {
	text-align: center;
	margin-top: 15px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 15px;
	min-height: 228px;
}

.mission-item img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.mission-item i {
	font-size: 40px;
    color: #3367c1;
	margin: 0 auto;
	margin-bottom: 20px;
}

.mission-item h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.mission-item p {
	margin: 0;
}

.progress-gallery {
	margin-top: 15px;
}

.progress-gallery .bar-container {
	position: relative;
	font-size: 15px;
	margin-bottom: 15px;
}

.progress-gallery .bar-container p {
	font-weight: 500;
	margin-bottom: 5px;
}

.progress-gallery .bar-container .progress {
	height: 10px;
}

.progress-gallery .bar-container .progress .progress-bar-custom {
	background-color: #3367c1;
}

.progress-gallery .bar-container .percentage-show {
	font-weight: 500;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
}

.progress-gallery .progress-bar {
	transition-duration: 3s;
}


/*
-------------------------------
Benefits
-------------------------------
*/
.benefits-photo img {
    max-width: 100%;
    height: auto;
}

.benefits-right h3 {
	font-size: 40px;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 25px;
}
.benefits-right h3 span{
    font-weight: 400;
}

.benefits-right p {
	margin-bottom: 20px;
}

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

.benefits-right ul li {
    font-size: 16px;
    font-weight: 500;
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
    color: #3367c1;
}

.benefits-right ul li:before {
	position: absolute;
	content: '\F178';
	font-family: 'fontawesome';
	top: 0;
	left: 0;
	color: #3367c1;
}


/*
-------------------------------
Choose Items
-------------------------------
*/
.choose-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
	position: relative;
	height: 300px;
}

.choose-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.choose-item:hover:before {
	opacity: 1;
}

.choose-icon {
	position: relative;
	margin-bottom: 20px;
}

.choose-icon img {
	width: 60px;
	height: 60px;
}
.choose-icon i{
    font-size: 60px;
    color: #fff;
}

.choose-text {
	position: relative;
}

.choose-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.choose-text p {
	color: #d6ddff;
	margin: 0;
}


/*
-------------------------------
Featured
-------------------------------
*/
.feature-item {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.feature-icon {
	vertical-align: top;
	display: table-cell;
	width: 70px;
    text-align: center;
}

.feature-icon img {
	width: 70px;
	height: 70px;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	border-right: 0px;
	border-radius: 50px 0px 0 50px;
	padding: 12px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-icon i {
    font-size: 40px;
	width: 70px;
	height: 70px;
	background: #3367c1;
    color: #fff;
	border: 1px solid #3367c1;
	border-right: 0px;
	border-radius: 50px 0px 0 50px;
	padding: 12px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.feature-text {
	vertical-align: top;
	display: table-cell;
	padding: 20px;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.feature-text h4 {
	font-size: 20px;
    font-weight: 700;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}

.feature-text p {
	margin: 0;
}

.feature-two .feature-icon img {
	border-radius: 0;
	padding: 12px;
	box-shadow: none;
}
.feature-two .feature-icon i {
	border-radius: 0;
	padding: 12px;
	box-shadow: none;
}

.feature-item:hover .feature-icon img,
.feature-item:hover .feature-icon i,
.feature-item:hover .feature-text {
	box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
}
.feature-item:hover .feature-icon i{
    background: #fff;
    color: #3367c1;
}
.feature-item:hover .feature-text{
    background: #3367c1;
	border: 1px solid #3367c1;
    color: #fff;
}
.feature-item:hover .feature-text h4{
    color: #fff;
}


/*
-------------------------------
Service
-------------------------------
*/
.services-item {
	border: 1px solid #f5f5f5;
	margin-top: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.services-item:hover {
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
}

.services-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 196px;
}

.services-text {
	background: #f5f5f5;
	padding: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.services-item:hover .services-text {
	background: #f9f9f9;
}

.services-text h3 a {
	font-size: 20px;
    font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}
.services-text .button-bn a{
    font-size: 16px;
    font-weight: 700;
}
.services-text a:hover {
	color: #3367c1;
}

.services-text p {
	margin-bottom: 10px;
}


/*
-------------------------------
Single Service
-------------------------------
*/

.single-ser-carousel {
	margin-bottom: 30px;
}

.single-ser-carousel .owl-nav .owl-prev,
.single-ser-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.single-ser-carousel .owl-nav .owl-prev {
	left: 0;
}

.single-ser-carousel .owl-nav .owl-next {
	right: 0;
}

.single-ser-carousel .owl-nav .owl-prev:hover,
.single-ser-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.service-sidebar {
	margin-top: 30px;
}

.service-sidebar-item {
	margin-top: 30px;
    border: 1px solid #ddd;
    padding: 30px;
}

.service-sidebar-item:first-child {
	margin-top: 0;
}

.service-sidebar-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-sidebar-item ul li {
	padding: 6px 0;
}

.service-sidebar-item ul li:first-child {
	padding-top: 0;
}

.service-sidebar-item ul li a {
    font-family: 'Work Sans', sans-serif;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-left: 10px;
}

.service-sidebar-item ul li a:before {
	position: absolute;
	content: '\F105';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #313131;
}

.service-sidebar-item h3 {
	font-size: 26px;
	font-weight: 500;
}

.service-sidebar-item .form-group textarea {
	height: 110px;
}

.service-info {
	margin-top: 30px;
}

.service-info h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-info p:last-child {
	margin: 0;
}


/*
-------------------------------
Counter
-------------------------------
*/
.counterup-area {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.bg-counterup {
	position: absolute;
	background-color: #3367c1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
}

.counter-item {
	position: relative;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	padding: 15px;
	min-height: 225px;
}

.counter-item:before,
.counter-item:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 5px;
	background: #fff;
	transition: all 0.4s;
}

.counter-item:before {
	top: 0;
	right: 0;
}

.counter-item:after {
	bottom: 0;
	left: 0;
}

.counter-item:hover:before {
	right: 50% !important;
}

.counter-item:hover:after {
	left: 50% !important;
}

.counter-item img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.counter-item i {
	font-size: 56px;
	margin-bottom: 15px;
}

.counter-item h2.counter {
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	color: #fff;
}

.counter-item h4 {
	font-size: 20px;
	color: #fff;
	margin: 0;
}


/*
-------------------------------
Portfolio
-------------------------------
*/

.portfolio-menu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}

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

.portfolio-menu li {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	color: #313131;
	padding: 5px 10px;
	padding-top: 0;
	margin: 0 10px;
	margin-top: 10px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-menu li:hover {
	color: #3367c1;
}

.portfolio-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.portfolio-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.portfolio-group {
	border: 1px solid #ededed;
	margin-top: 30px;
}

.portfolio-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 196px;
	position: relative;
}

.portfolio-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.portfolio-group:hover .portfolio-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.portfolio-table {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.portfolio-group:hover .portfolio-icon {
	opacity: 1;
	visibility: visible;
}

.portfolio-text {
	text-align: center;
	background: #f5f5f5;
	padding: 20px;
}

.portfolio-text h3 a {
	font-size: 20px;
    font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 8px;
}

.portfolio-text h3 a:hover {
	color: #3367c1;
}

.portfolio-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #ddd;
	margin: 0;
	padding-top: 8px;
}

.portfolio-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-group:hover .portfolio-text p:before {
	width: 100%;
}

.portfolio-text p span {
	margin-right: 8px;
}

.project-page .portfolio-menu {
	margin-top: 0;
	margin-bottom: 5px;
}

.project-page li {
	margin-top: 0;
	margin-bottom: 10px;
}


/*
-------------------------------
Portfolio Details
-------------------------------
*/

.portfolio-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.portfolio-photo-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 370px;
	position: relative;
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #3367c1;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-carousel .owl-nav .owl-prev {
	left: 0;
}

.portfolio-carousel .owl-nav .owl-next {
	right: 0;
}

.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.portfolio-details-text h3 {
	font-size: 26px;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
	margin-top: 30px;
}

.portfolio-details-text p {
	margin: 0;
	margin-top: 20px;
}

.portfolio-sidebar {
	margin-top: 30px;
}

.portfolio-details,
.portfolio-form{
    border: 1px solid #ddd;
    padding: 30px;
}

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

.portfolio-details ul li {
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.portfolio-details ul li span {
	font-weight: 600;
	color: #3367c1;
	margin-right: 5px;
}


.portfolio-form .form-group textarea {
	height: 110px;
}

.recent-project .portfolio-text {
	background: #fff;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.project-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.project-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}


/*
-------------------------------
Team
-------------------------------
*/

.team-item {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 30px;
	position: relative;
}

.team-item img {
	width: 100%;
	height: auto;
}

.team-text {
	text-align: center;
	color: #fff;
	background: #3367c1;
	padding: 15px;
    position: relative;
    z-index: 99;
}

.team-text a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
    text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-text p {
	margin: 0;
}

.team-social {
	text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    background: #eef1f5;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

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

.team-social li {
	display: inline-block;
    margin-left: -5px;
}

.team-social li a {
	display: block;
	width: 35px;
	height: 33px;
	line-height: 33px;
	background: #f1f1f1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eaeaea;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-social li a:hover {
	color: #fff;
	background: #3367c1;
	border-top: 1px solid #3367c1;
	border-bottom: 1px solid #3367c1;
}

.team-item:hover .team-social {
    bottom: 88px;
	visibility: visible;
    opacity: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.team-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.team-social-two {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 85px;
	background: #eef1f5;
	padding: 10px 0;
}

.team-social-two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-social-two ul li {
	display: inline-block;
	margin-left: -5px;
}

.team-social-two ul li a {
	display: block;
	width: 35px;
	height: 33px;
	line-height: 33px;
	background: #f1f1f1;
	border-left: 1px solid #fff;
	border-right: 1px solid #eaeaea;
	text-decoration: none;
}

.team-social-two ul li:first-child a {
	border-left: 1px solid #eaeaea;
}

.team-social-two li a:hover {
	color: #fff;
	background: #3367c1;
	border-left: 1px solid #3367c1;
	border-right: 1px solid #3367c1;
}


/*
-------------------------------
Team Details
-------------------------------
*/

.team-detail-photo {
	margin-top: 30px;
}

.team-detail-text {
	margin-top: 30px;
}

.team-detail-text h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 7px;
}

.team-detail-text p {
	margin-top: 20px;
}

.team-detail-text ul {
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

.team-detail-text ul li {
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	margin-top: 5px;
}

.team-detail-text ul li:last-child {
	margin-right: 0;
}

.team-detail-text ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
}

.team-detail-text ul li a:hover {
	background: #313131;
	color: #fff;
}

.team-info {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin-top: 30px;
}

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

.team-info ul li {
	padding-bottom: 5px;
}

.team-info ul li span {
	color: #3367c1;
	margin-right: 10px;
}

.team-skill {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin-top: 30px;
}

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

.team-skill ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}

.team-skill ul li:before {
	content: '\f14a';
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #3367c1;
}


/*
-------------------------------
PRICING TABLE
-------------------------------
*/

.price-item {
	text-align: center;
	background: #fff;
	padding: 15px;
	margin-top: 30px;
    transform: scale(1);
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.01);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.price-header {
	padding: 15px 0;
}

.price-header img {
	width: 94px;
	height: 94px;
	background: #f6f6f6;
	border-radius: 50%;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.price-header i {
    font-size: 52px;
	width: 94px;
	height: 94px;
    line-height: 94px;
	background: #3367c1;
    color: #fff;
	border-radius: 50%;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item:hover .price-header img {
	background: #ececec;
}

.price-header h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 7px;
}

.price-header h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 7px;
}

.price-header p {
	margin: 0;
}

.price-body {
	padding: 15px 0;
}

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

.price-body li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.price-body li:last-child {
	border-bottom: 0px;
}

.price-footer {
	padding: 15px 0;
}
.price-item:hover{
    transform: scale(1.05);
}

/* Price-Page */

.price-page .price-item {
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
}


/*
-------------------------------
Testimonial
-------------------------------
*/

.testimonial-area {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.bg-testimonial {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	opacity: 0.8;
}

.testimonial-item {
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 30px;
}

.testimonial-description {
	margin: 0 auto;
}

.testimonial-description p {
	position: relative;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 0;
}

.testimonial-description p:before {
	position: absolute;
	content: '';
	width: 120px;
	height: 3px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	background: #fff;
}

.testimonial-photo {
	width: 95px;
	height: 95px;
	margin: 0 auto;
}

.testimonial-photo img {
	width: 100%;
	height: auto;
}

.testimonial-name {
	margin-top: 15px;
}

.testimonial-name h4 {
	font-size: 22px;
    font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.testimonial-name p {
	font-size: 15px;
	margin: 0;
}

.testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #3367c1;
	border: 7px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #313131;
	border: 7px solid #fff;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #fff;
	color: #3367c1;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
	left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
	right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: #3367c1;
	background: #fff;
}

.testimonial-grid .testimonial-item,
.testimonial-two-carousel .testimonial-item {
	color: #313131;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.testimonial-grid .testimonial-description,
.testimonial-two-carousel .testimonial-description {
	width: 100%;
}

.testimonial-grid .testimonial-description p,
.testimonial-two-carousel .testimonial-description p {
	padding-top: 15px;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 0;
}

.testimonial-grid .testimonial-description p:before,
.testimonial-two-carousel .testimonial-description p:before {
	bottom: 100%;
    background: #3367c1;
}

.testimonial-grid .testimonial-name h4,
.testimonial-two-carousel .testimonial-name h4 {
	color: #313131;
}

.testimonial-two-carousel .owl-nav .owl-prev,
.testimonial-two-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #3367c1;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-two-carousel .owl-nav .owl-prev {
	left: 0;
}

.testimonial-two-carousel .owl-nav .owl-next {
	right: 0;
}

.testimonial-two-carousel .owl-nav .owl-prev:hover,
.testimonial-two-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

/*
-------------------------------
Booking
-------------------------------
*/

.booking-area {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.booking-area:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	opacity: 0.8;
}


.bg-booking {
	position: absolute;
	background-color: #3367c1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}


.booking-gallery {
	position: relative;
	padding-right: 30px;
	z-index: 998;
	margin-top: 30px
}
.booking-form input,
.booking-form select,
.booking-form textarea{
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #ddd !important;
}
.booking-form input:focus{
    border: 1px solid #fff;
}
.booking-form option{
    color: #333 !important;
}
.booking-form ::placeholder {
    color: #fff !important;
    opacity: 1;
}

.booking-form :-ms-input-placeholder {
   color: #fff !important;
}

.booking-form ::-ms-input-placeholder {
   color: #fff !important; 
}
.booking-form textarea{
    height: 112px;
}
.form-group input {
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	height: 40px;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 12px;
}

.form-group textarea {
	font-size: 15px;
}

.form-control:focus {
	border-color: #3367c1;
	box-shadow: none;
}

.form-group select.custom-select {
	font-size: 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #646769;
	padding: 0 8px;
}

.form-button .btn {
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	width: 100%;
	background: #3367c1;
	color: #fff;
	padding: 9px 18px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.form-button .btn:hover {
	color: #fff;
	background: #313131;
}

.form-button .btn2 {
	background: #313131;
}

.form-button .btn2:hover {
	background: #fff;
	color: #3367c1;
}


/*
-------------------------------
Faq
-------------------------------
*/

.faq-home {
	padding-left: 30px;
}
.faq-item {
	border: 0px;
	margin-bottom: 15px;
}

.faq-header button.faq-button {
	cursor: pointer;
	font-size: 16px !important;
	text-align: left;
	display: block;
	width: 100%;
	padding: 15px;
	font-weight: 500;
	text-decoration: none;
	background: #3367c1;
	color: #fff;
}

.faq-header button.faq-button.collapsed {
	background: #f6faff;
	color: #313131;
}
.faq-header button.faq-button.collapsed:hover{
    background: #3367c1;
	color: #fff;
}

.faq-header button.faq-button i {
	margin-right: 5px;
}

.faq-header button.faq-button.collapsed i {
	margin-right: 5px;
}

.faq-body {
	border: 1px solid #fff;
	border-top: 0;
	background: #fff;
	padding: 25px;
	line-height: 1.6;
}

.faq-home .faq-body {
	padding: 15px;
}

.faq-body ul {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

.faq-home .faq-body ul {
	margin-top: 10px;
}

.faq-body ul li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}

.faq-body ul li:before {
	position: absolute;
	content: '\f00c';
	font-family: 'fontawesome';
	top: 0;
	left: 0;
	color: #3367c1;
}


/*
-------------------------------
Blog
-------------------------------
*/
.blog-item {
	border: 1px solid #f5f5f5;
	margin-top: 30px;
}

.blog-image {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 196px;
}

.blog-text {
	background: #f5f5f5;
	padding: 20px;
}

.blog-item h3 a {
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 8px;
}

.blog-item h3 a:hover {
	color: #3367c1;
}

.blog-item span {
	display: block;
	font-size: 15px;
}

.blog-item span i {
	margin-right: 5px;
	color: #3367c1;
}

.blog-item p {
	margin-top: 15px;
	margin-bottom: 5px;
}

.blog-author {
	overflow: hidden;
	background: #e6e6e6;
}

.blog-author ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.blog-author li {
	display: inline-block;
}

.blog-author li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 10px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-author li a i {
	margin-right: 5px;
	color: #3367c1;
}

.blog-author li a:hover {
	color: #3367c1;
}

.blog-author li.blog-button {
	background: #3367c1;
	float: right;
}

.blog-author li.blog-button a {
	background: #3367c1;
	padding: 15px 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-author li.blog-button i {
	color: #fff;
	margin: 0;
}

.blog-author li.blog-button a:hover {
	background: #313131;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 16px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.blog-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.blog-one-item {
	margin-top: 30px;
}

.blog-one-item img {
	width: 100%!important;
}

.blog-one-text {
	margin-top: 20px;
}

.blog-one-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-one-text ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.blog-one-text ul li:last-child {
	margin-right: 0;
}

.blog-one-text ul li a {
    font-family: 'Work Sans', sans-serif;
	text-decoration: none;
}

.blog-one-text ul li i {
	color: #3367c1;
	margin-right: 5px;
}
.blog-one-text h3{
    margin-bottom: 15px;
}
.blog-one-text h3 a {
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
    display: inline-block;
	margin-top: 15px;
}

.blog-one-text h3 a:hover {
	color: #3367c1;
}

.blog-one-text p {
	margin-bottom: 20px;
}

/*
-------------------------------
Sidebar
-------------------------------
*/
.sidebar {
	margin-top: 30px;
}

.sidebar-item {
	margin-top: 30px;
    border: 1px solid #ddd;
    padding: 30px;
}
.sidebar-item:first-child {
	margin-top: 0;
}

.sidebar-item input {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	height: 40px;
	border: 1px solid #e1e1e1;
}

.sidebar-item button {
	background: #3367c1;
	border: 1px solid #3367c1;
    color: #fff;
}

.sidebar-item button:hover {
	cursor: pointer;
}

.sidebar-item h3 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.sidebar-item h3:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: 0;
}

.sidebar-item h3:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: -5px;
}

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

.sidebar-item ul li {
	padding: 8px 0;
}

.sidebar-item ul li:first-child {
	padding-top: 0;
}

.sidebar-item ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 10px;
    font-family: 'Work Sans', sans-serif;
}

.sidebar-item ul li a:before {
	position: absolute;
	content: '\F105';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #313131;
}

.sidebar-recent-item {
	overflow: hidden;
	display: table;
	margin-bottom: 25px;
}

.recent-photo {
	vertical-align: top;
	display: table-cell;
	float: left;
	width: 105px;
	padding-right: 8px;
}

.recent-photo img {
	max-width: 100%;
	height: auto;
}

.recent-text {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
}

.recent-text a {
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
    font-family: 'Work Sans', sans-serif;
}

.recent-text a:hover {
	color: #3367c1;
}

.rpwwt-post-date {
	position: relative;
	font-size: 13px;
	color: #b7b7b7;
	padding-left: 21px;
}

.rpwwt-post-date:before {
	position: absolute;
	content: '\f073';
	font-family: fontawesome;
	left: 0;
	top: 0;
}

.tagcloud a {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 8px 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tagcloud a:hover {
	color: #3367c1;
}


/*
-------------------------------
Pagination
-------------------------------
*/
.pagination a:hover {
	text-decoration: none;
}


/*
-------------------------------
Blog Single
-------------------------------
*/

.single-blog {
	margin-top: 30px;
}

.single-blog img {
	margin-bottom: 30px;
}

.single-blog h3 {
	font-size: 24px;
    text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

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

.single-blog ul li {
	display: inline-block;
	margin-top: 2px;
	margin-right: 15px;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

.single-blog ul li i {
	color: #3367c1;
	margin-right: 5px;
}

.single-blog ul li a {
	text-decoration: none;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

.single-blog p {
	margin: 0;
	margin-top: 15px;
}

.comment-form span {
	font-size: 16px;
	color: #3367c1;
}

.comment-form textarea {
	height: 220px;
}

.comment-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 14px 30px;
	border: 1px solid #3367c1;
	background: #3367c1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form .btn:hover {
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
}

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

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

.comment-list ul li:last-child {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list .comment-item {
	overflow: hidden;
	display: table;
	width: 100%;
}

.comment-list .thumb {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}

.comment-list .com-text {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}

.comment-list .com-text h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}

.comment-list .com-text span.date {
	margin-right: 30px;
	font-size: 14px;
}

.comment-list .com-text span.date i {
	color: #3367c1;
	margin-right: 3px;
}

.comment-list .com-text span a {
	display: inline-block;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
	padding: 5px 10px;
	background: #3367c1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-list .com-text span a:hover {
	background: #313131;
	color: #fff;
}

.comment-list .com-text p {
	margin-top: 12px;
	margin-bottom: 0;
}

.comment-list ul ul.children {
	margin-top: 20px;
	margin-left: 40px;
}

.comment-list ul ul.children li {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}


/*
-------------------------------
Brand
-------------------------------
*/

.brand-item img {
	max-width: 100%;
	height: auto;
}


/*
-------------------------------
Call To Action
-------------------------------
*/

.call-us {
	position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 55px;
    padding-bottom: 70px;
}
.call-us:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3367c1;
    opacity: 0.8;
}
.call-text {
	margin-top: 33px;
}

.call-text h3 {
	font-size: 24px;
    font-weight: 500;
    color: #fff;
	margin: 0;
}

.call-us .button {
	margin-top: 15px;
}

.call-us .button a {
	font-size: 18px;
    text-transform: uppercase;
	background: #313131;
	border: 0;
	padding: 17px 30px;
}

.call-us .button a:hover {
	color: #313131;
	background: #fff;
}

/*
-------------------------------
Footer
-------------------------------
*/

.footer-area {
	background: #f5f5f5;
	position: relative;
}

.footer-item {
	color: #313131;
	margin-top: 30px;
}

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

.footer-item ul li {
	display: block;
	margin-bottom: 12px;
}

.footer-item ul li:last-child {
	margin-bottom: 0;
}

.footer-item ul li a {
	position: relative;
	display: inline-block;
    font-family: 'Work Sans', sans-serif;
	color: #313131;
	padding-left: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footer-item ul li a:before {
	position: absolute;
	content: '\f0da';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #313131;
}

.footer-item ul li a:hover {
	color: #3367c1;
}

.footer-item p,
.footer-item a {
	text-decoration: none;
	color: #313131;
}

.footer-item h3 {
	display: inline-block;
	position: relative;
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	color: #313131;
	padding-bottom: 12px;
	margin-bottom: 36px;
}

.footer-item h3:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: 0;
}

.footer-item h3:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: -5px;
}

.footer-item .input-group {
	margin-top: 25px;
}

.footer-address-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

.footer-address-item .icon {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 17px;
}

.footer-address-item .text {
	font-size: 15px;
}

.footer-item ul.footer-social {
	margin-top: 25px;
}

.footer-item ul.footer-social li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
}

.footer-item ul.footer-social li a:before {
	display: none;
}

.footer-item ul.footer-social li a {
	text-align: center;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #3367c1;
	border: 1px solid #3367c1;
	border-radius: 1px;
	padding: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.footer-item ul.footer-social li a:hover{
    background: #313131;
	border: 1px solid #313131;
}
.footer-item .input-group .btn {
	font-size: 16px !important;
}

.footer-recent-item {
	display: table;
	margin-bottom: 15px;
}

.footer-recent-photo {
	vertical-align: top;
	display: table-cell;
	float: left;
	width: 90px;
	padding-right: 8px;
}

.footer-recent-photo img {
	max-width: 100%;
	height: auto;
}

.footer-recent-text {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
}

.footer-recent-text a {
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
}

.footer-recent-text a:hover {
	color: #3367c1;
}

.footer-post-date {
	position: relative;
	font-size: 13px;
	color: #313131;
	padding-left: 21px;
}

.footer-post-date:before {
	position: absolute;
	content: '\f073';
	font-family: fontawesome;
	top: 0;
	left: 0;
}

.footer-item .form-control {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	height: 48px;
	border: 2px solid #3367c1;
	z-index: 3 !important;
}

.footer-item .btn {
	cursor: pointer;
	font-size: 20px;
	border: 2px solid #3367c1;
	background: #3367c1;
	color: #fff;
	z-index: 3 !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footer-project {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

/*
-------------------------------
Footer Bottom
-------------------------------
*/

.footer-bottom {
	text-align: center;
	background: #313131;
}

.footer-menu {
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 15px;
}

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

.footer-menu ul li {
	display: inline-block;
	margin: 0px 10px;
	padding-bottom: 15px;
}

.footer-menu ul li a {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.copy-text {
	padding-top: 0px;
}

.copy-text p {
	font-size: 15px;
	color: #fff;
	margin: 0;
}

.copy-text a {
	color: #fff;
    font-family: 'Work Sans', sans-serif;
	text-decoration: none;
}

/*
-------------------------------
Banner
-------------------------------
*/

.banner-slider {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 245px;
	position: relative;
}

.bannder-table {
	display: table;
	width: 100%;
	height: 100%;
}

.banner-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.banner-text h1 {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

/*
-------------------------------
Scroll To Top
-------------------------------
*/

.scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 46px;
	bottom: 20px;
	right: 20px;
	background: #3367c1;
	color: #fff;
	opacity: 0.7;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top:hover {
	opacity: 1;
	color: #fff;
	background: #313131;
}

/*
-------------------------------
Event
-------------------------------
*/

.event-item {
	border: 1px solid #ddd;
	background: #f1f1f1;
	padding: 30px;
	padding-top: 15px;
	margin-top: 30px;
}

.event-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 175px;
	margin-top: 15px;
}

.event-body {
	margin-top: 15px;
}

.event-header {
	overflow: hidden;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

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

li.event-header-left {
	float: left;
	vertical-align: top;
	display: table-cell;
	width: 100%;
	padding-right: 10px;
}

li.event-header-left h4 {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 5px;
}

li.event-header-left span {
	margin-right: 15px;
}

li.event-header-left span:last-child {
	margin-right: 0;
}

li.event-header-left i {
	color: #3367c1;
	margin-right: 4px;
}

li.event-header-right {
	float: right;
	vertical-align: top;
	display: table-cell;
}

li.event-header-right h5 {
	font-size: 16px;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 2px;
}

li.event-header-right span {
	color: #3367c1;
	font-size: 26px;
	font-weight: 700;
}

li.event-header-right p {
	font-size: 18px;
    font-weight: 700;
	margin: 0;
}

.event-content .button a {
	padding: 12px 20px;
}

/*
-------------------------------
Event Detail
-------------------------------
*/

.event-detail-content {
	margin-top: 30px;
}

.event-contact-item {
	text-align: center;
	background: #3367c1;
    color: #fff;
	padding: 30px 5px;
	margin-top: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
    color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon img {
	width: 25px;
	height: 25px;
}
.event-contact-icon i {
	font-size: 18px;
}
.event-contact-text {
	margin-top: 20px;
}

.event-contact-text h4 {
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-text p {
	margin: 0;
}

.event-contact-item:hover{
    background: #f5f5f5;
    color: #313131;
}
.event-contact-item:hover .event-contact-icon{
    color: #3367c1;
	border: 1px solid #3367c1;
}
.event-contact-item:hover .event-contact-text h4{
    color: #313131;
}

.event-carousel {
	border: 1px solid #e1e1e1;
}

.event-carousel .owl-nav .owl-prev,
.event-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-carousel .owl-nav .owl-prev {
	left: 0;
}

.event-carousel .owl-nav .owl-next {
	right: 0;
}

.event-carousel .owl-nav .owl-prev:hover,
.event-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.event-detail-text {
	margin-top: 30px;
}

.event-detail-text h3 {
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.event-map {
	margin-top: 30px;
}

.event-map iframe {
	width: 100%;
	height: 350px;
}


/*
-------------------------------
Gallery
-------------------------------
*/

.gallery-menu {
	text-align: center;
	margin-bottom: 5px;
}

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

.gallery-menu li {
	cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    color: #313131;
    padding: 5px 10px;
    padding-top: 0;
    margin: 0 10px 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gallery-menu li:hover {
	color: #3367c1;
}

.gallery-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.gallery-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.gallery-group {
	border: 1px solid #ededed;
	margin-top: 30px;
}

.gallery-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 196px;
	position: relative;
}

.gallery-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.gallery-group:hover .gallery-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.gallery-table {
	display: table;
	width: 100%;
	height: 100%;
}

.gallery-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.gallery-group:hover .gallery-icon {
	opacity: 1;
	visibility: visible;
}

.gallery-text {
	text-align: center;
	background: #f5f5f5;
	padding: 15px;
}

.gallery-text a {
	color: #3367c1;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-text h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.gallery-text a:hover {
	color: #3367c1;
}

.gallery-text .photo-name {
	font-size: 18px;
	font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.gallery-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #e1e1e1;
	margin: 0;
	padding-top: 8px;
}

.gallery-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-group:hover .gallery-text p:before {
	width: 100%;
}

.gallery-text span {
	margin-right: 3px;
}

/*
-------------------------------
Shop
-------------------------------
*/

.product-item {
	text-align: center;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}

.product-photo {
	overflow: hidden;
	position: relative;
}

.product-cart {
	position: absolute;
	width: 100%;
	bottom: -20px;
	left: 0px;
	background: #3367c1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-item:hover .product-cart {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.product-cart ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-cart ul li {
	float: left;
	width: 50%;
}

.product-cart ul li:first-child {
	border-right: 1px solid #ddd;
}

.product-cart ul li a {
	display: block;
	font-size: 13px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
	background: #3367c1;
    color: #fff;
	padding: 12px 5px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-cart ul li a:hover {
	color: #fff;
	background: #313131;
}

.product-cart ul li i {
	margin-right: 5px;
}

.product-text {
	border-top: 1px solid #e1e1e1;
	padding: 15px 10px;
}

.product-text h3 a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform: uppercase;
}

.product-text h3 a:hover {
	color: #3367c1;
}

.product-text h4 {
	font-size: 17px;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 12px;
}

.product-text del {
	color: #313131;
	font-size: 17px;
	font-weight: 400;
	margin-left: 8px;
}

.product-star i {
	color: #3367c1;
}

.shop-sidebar {
	margin-top: 30px;
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.shop-widget {
	margin-top: 30px;
}

.shop-widget:first-child {
	margin-top: 0;
}

.shop-widget input {
	font-size: 15px;
	height: 40px;
	border: 1px solid #e1e1e1;
}

.shop-widget button {
	background: #3367c1;
    color: #fff;
	border: 1px solid #3367c1;
}

.shop-widget button:hover {
	cursor: pointer;
}

.shop-widget h4 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.shop-widget h4:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: 0;
}

.shop-widget h4:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: -5px;
}

.price-range p {
	font-size: 15px;
	margin-bottom: 15px;
}

.price-range span {
	font-weight: 600;
}

.shop-widget .ui-widget.ui-widget-content {
	border: 1px solid #e1e1e1;
}

.shop-widget .ui-widget-header {
	background: #3367c1;
}

.shop-widget .ui-state-default,
.shop-widget .ui-widget-content .ui-state-default {
	border: 1px solid #e1e1e1;
}

.shop-widget .ui-state-active,
.shop-widget .ui-widget-content .ui-state-active {
	background: #3367c1;
	border: 1px solid #3367c1;
}

.shop-widget .button-df {
	margin-top: 25px;
}

.shop-widget .button-df a {
	padding: 10px 30px;
}

.product-rated-item {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.product-rated-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-rated-photo {
	vertical-align: top;
	display: table-cell;
	float: left;
	width: 105px;
	padding-right: 8px;
}

.product-rated-photo img {
	max-width: 100%;
	height: auto;
}

.product-rated-text {
	vertical-align: top;
	display: table-cell;
	width: 100%;
	padding-left: 5px;
}

.product-rated-text a {
	font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	color: #313131;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.product-rated-text a:hover {
	color: #3367c1;
}

.product-rated-text h5 {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 5px;
}

.product-rated-text del {
	margin-left: 8px;
}

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

.shop-widget ul li {
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
}

.shop-widget ul li:first-child {
	border-top: 0px;
}

.shop-widget ul li a {
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 10px;
}

.shop-widget ul li span {
	margin-left: 15px;
}

.shop-widget ul li a:before {
	position: absolute;
	content: '\F105';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #313131;
}

/*
-------------------------------
Product Detail
-------------------------------
*/

.product-photo-item {
	padding: 30px;
}
.product-photo-item img {
    max-height: 370px;
    width: auto !important;
    margin: 0 auto;
}
.review-table h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.review-table .table thead th, 
.review-table .table tbody td{
    text-align: left;
}
.review-form h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.review-form label{
    font-size: 15px;
    font-weight: 600;
}
.review-form .review-star{}
.review-form textarea{
    height: 220px;
}
.review-form .btn{
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px;
    border: 1px solid #3367c1;
    background: #3367c1;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.review-form .btn:hover{
    color: #fff;
    background: #313131;
    border: 1px solid #313131;
}

.product-carousel {
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-carousel .owl-nav .owl-prev {
	left: 0;
}

.product-carousel .owl-nav .owl-next {
	right: 0;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.shop-detail-text {
	margin-top: 30px;
}

.shop-detail-text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.shop-detail-text h4 {
	font-size: 20px;
	font-weight: 500;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 15px;
}

.shop-detail-text h4 del {
	font-size: 20px;
	font-weight: 400;
	margin-left: 8px;
	color: red;
}

.shop-detail-text p {
	margin: 0;
	margin-top: 15px;
}

.shop-detail-choose {
	margin-top: 15px;
}

.shop-detail-cart {
	margin-top: 0px;
}

.shop-detail-cart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-detail-cart ul li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

.shop-detail-cart ul li a.cart-btn {
	font-weight: 600;
	display: inline-block;
	background: #3367c1;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.shop-detail-cart ul li a.cart-btn:hover {
	color: #fff;
	background: #313131;
}

.shop-detail-cart ul li i {
	margin-right: 5px;
}

.shop-detail-cart ul li .ui-spinner {
	width: 125px;
	border: 1px solid #3367c1;
	border-radius: 0;
	margin-bottom: 1px;
}

.shop-detail-cart ul li input {
	font-size: 16px;
	height: 50px;
	text-indent: 30px;
	margin: 0;
	padding: 0;
}

.shop-detail-cart ul li .ui-button {
	cursor: pointer;
	padding: 0 25px;
	border-left: 1px solid #3367c1;
	border-radius: 0;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.shop-detail-cart ul li .ui-button:hover {
	background: #313131;
}

.shop-detail-cart ul li .ui-button .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.shop-detail-cat {
	margin-top: 20px;
}

.shop-detail-cat p {
	margin: 0;
}

.shop-detail-cat span {
	font-weight: 600;
}

.shop-detail-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-detail-tab ul li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

.shop-detail-tab ul li:last-child {
	margin-right: 0;
}

.shop-detail-tab ul li a {
	display: block;
	font-size: 15px;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	color: #fff;
	background: #313131;
	padding: 12px 25px;
	text-decoration: none;
}

.shop-detail-tab ul li a.active {
	color: #fff;
	background: #3367c1;
}

.shop-detail-content {
	margin-top: 30px;
}

.owlproduct-carousel .owl-nav .owl-prev,
.owlproduct-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.owlproduct-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.owlproduct-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.owlproduct-carousel .owl-nav .owl-prev:hover,
.owlproduct-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

/*
-------------------------------
Shopping Cart
-------------------------------
*/

.cart-table .table {
	width: 100%;
}

.table {
	margin-bottom: 0;
}

.table thead th,
.table tbody td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.cart-table .table thead th {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #3367c1;
	color: #fff;
	padding: 15px 5px;
}

.cart-table th.c-photo {
	min-width: 160px;
	width: 160px;
}

.cart-table th.c-name {
	min-width: 180px;
}

.cart-table th.c-qnt {
	min-width: 120px;
}

.cart-table th.c-price,
.cart-table th.c-total {
	min-width: 90px;
}

.cart-table .table tbody td {
	font-size: 15px;
	color: #313131;
}

.cart-table .table tbody td span {
	font-weight: 600;
}

.cart-table .table tbody td a {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	color: #313131;
	text-decoration: none;
}

.cart-table .table tbody td a:hover {
	color: #3367c1;
}

.cart-table .table tbody td img {
	max-width: 100%;
	height: auto;
}

.cart-table .table tbody td input {
	border: 1px solid #e1e1e1;
	padding: 10px 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cart-table .table tbody td input:focus {
	border-color: #3367c1;
}

.cart-action {
	margin-top: 25px;
}

.update-cart {
	margin-top: 15px;
}

.update-cart a {
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	text-decoration: none;
	padding: 15px 30px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.update-cart a:hover {
	background: #313131;
	color: #fff;
}

.coupon-cart {
	font-size: 15px;
	height: 51px;
	margin-top: 15px;
}

.coupon-cart input {
	font-size: 15px;
	border-radius: 0;
}

.coupon-cart .btn {
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	border: 1px solid #3367c1;
	border-radius: 0;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.coupon-cart .btn:hover {
	border: 1px solid #313131;
	background: #313131;
	color: #fff;
}

.total-cart {
	margin-top: 40px;
}

.total-cart td {
	text-align: left !important;
	padding: 20px;
}

.total-cart td.t-bold {
	font-size: 16px;
	font-weight: 600;
	padding: 20px;
}

.proceed-cart {
	margin-top: 15px;
}

.proceed-cart a {
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	text-decoration: none;
	padding: 20px 40px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.proceed-cart a:hover {
	background: #313131;
	color: #fff;
}

/*
-------------------------------
Checkout
-------------------------------
*/

.checkout-form {
	margin-top: 30px;
}

.checkout-form textarea {
	height: 120px;
}

.checkout-table {
	margin-top: 30px;
}

.checkout-table table th,
.checkout-table table td {
	text-align: left;
}

.checkout-table table th {
    font-size: 16px;
	font-weight: 700;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
	color: #fff;
    background: #3367c1;
}

.checkout-table table td.t-bold {
	font-size: 15px;
	font-weight: 600;
	color: #313131;
}

.payment-select {
	text-align: center;
	margin-top: 30px;
}

.payment-select.headstyle h4:before {
	width: 118px;
	left: 50%;
	margin-left: -59px;
}

.payment-select-group .form-check-input:only-child {
	position: absolute;
}

.payment-order-button {
	margin-top: 30px;
}

.payment-order-button a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #3367c1;
	padding: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.payment-order-button a:hover {
	color: #fff;
	background: #313131;
}


/*
-------------------------------
Contact
-------------------------------
*/

.contact-item {
	text-align: center;
	border: 1px solid #e1e1e1;
	min-height: 180px;
	position: relative;
	background: #fafafa;
	padding: 30px 15px;
	padding-top: 60px;
	margin-top: 71px;
}

.contact-icon {
	position: absolute;
	width: 82px;
	height: 82px;
	line-height: 92px;
	top: 0px;
	left: 50%;
	background: #fafafa;
    color: #3367c1;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	margin-top: -41px;
	transform: translate(-50%, 0%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-icon img {
	width: 40px;
	height: 40px;
}

.contact-icon i {
	font-size: 34px;
}
.contact-item:hover .contact-icon{
    background: #3367c1;
    color: #fafafa;
	border: 1px solid #3367c1;
}
.contact-text {
	margin-top: 0px;
}

.contact-text h4 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}

.contact-text p {
	margin: 0;
}

.contact-form textarea {
	height: 190px
}

.contact-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	padding: 14px 30px;
	border: 1px solid #3367c1;
	background: #3367c1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .btn:hover {
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
}

.map-area iframe {
	width: 100%;
	height: 450px;
	margin-bottom: -5px;
}

/*
-------------------------------
404 Page
-------------------------------
*/

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

.error-head {
	display: inline-block;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.error-head h1 {
	font-size: 70px;
	font-weight: 700;
	color: #3367c1;
	margin-bottom: 2px;
}

.error-head h1 span {
	color: #313131;
}

.error-head h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}

.error-body {
	margin-top: 30px;
}

.error-body h4 {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 5px;
}

.error-body p {
	margin: 0;
}

/*
-------------------------------
Under Construction Page
-------------------------------
*/

.under-construction {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
}

.under-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	opacity: 0.9;
}

.under-text {
	text-align: center;
	position: relative;
	z-index: 99;
	color: #fff;
}

.under-text h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.under-text h1 span {
	color: #fff;
}

.under-text p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 25px;
}

.under-text .form-control {
	font-size: 15px;
	height: 48px;
	border: 2px solid #fff;
	z-index: 3 !important;
}

.under-text .btn {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #3367c1;
	background: #3367c1;
	color: #fff;
	z-index: 3 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#navigator-toolbox::after {
  content: "";
  display: -moz-box;
  -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */
  height: 1px;
  background-color: ThreeDShadow;
}


.error-class {
    background: #ca6464;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.success-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}


/* Language Button */
.lang-right {
	float: left;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	padding-left: 35px;
}

.lang-right select {
	padding: 0;
	font-size: 14px;
}

.lang-right select.form-control:not([size]):not([multiple]) {
	height: 26px!important;
	background: transparent;
	color: #fff!important;
	border: 0;
}

.lang-right select option {
	color: #000!important;
	padding: 5px 10px!important;
}


/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
    opacity: 1 !important;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    border-radius: 0!important;
}
#success_toastr {background: green;}
#error_toastr {background: red;}
#warning_toastr {background: coral;}
#info_toastr {background: cornflowerblue;}
#question_toastr {background: grey;}

.captcha-section {
    font-size: 16px;
    width: 100%;
}

.captcha-section-1 {
    width: 90px;
    float: left;
    padding-top: 5px;
}

.captcha-section-2 {
    float: left;
    width: 100px;
}

span.input-group-btn {
    background: #3367C1;
}

.footer-item .input-group .btn {
	padding-top: 10px;
}

.service-sidebar-item .form-group {
	width: 100%;
}

.portfolio-details .form-group {
	width: 100%;
}

.single-blog img {
	width: 100%;
}




.share_buttons a {
	text-align: center;
}
.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}


/*
============================================================
XmartPro Global Dark Theme (v8)
============================================================
Goal: Make ALL light/white sections use a dark XmartPro-style
background while keeping text readable.
*/

:root{
	--xmp-bg: #0b1220;
	--xmp-bg2: #070b15;
	--xmp-surface: rgba(15, 23, 42, 0.92);
	--xmp-surface2: rgba(17, 25, 45, 0.96);
	--xmp-border: rgba(148, 163, 184, 0.16);
	--xmp-text: #e5e7eb;
	--xmp-muted: rgba(229, 231, 235, 0.78);
	--xmp-muted2: rgba(229, 231, 235, 0.62);
	--xmp-heading: #f8fafc;
	--xmp-link: #8ab4ff;
	--xmp-link-hover: #ffffff;
	--xmp-shadow: 0 10px 26px rgba(0,0,0,0.45);
}

/* Base */
body{
	background: var(--xmp-bg2);
	color: var(--xmp-text);
}

/* Default text on dark sections */
p,
li,
span,
label,
.form-control{
	color: var(--xmp-muted);
}

h1,h2,h3,h4,h5,h6{
	color: var(--xmp-heading);
}

a{
	color: var(--xmp-link);
}
a:hover{
	color: var(--xmp-link-hover);
}

/* Section backgrounds (previously white) */
.about-area,
.choose-area,
.services-area,
.portfolio-area,
.team-area,
.blog-area,
.service-page,
.blog-one-area,
.faq-area,
.price-area,
.about-page,
.contact-page,
.team-page,
.photo-gallery-area,
.search-area,
.category-area{
	background: var(--xmp-bg);
}

/* Section headings */
.headline h2,
.headline-left h2,
.headline-left h2 span{
	color: var(--xmp-heading);
}

.headline h3{
	color: var(--xmp-muted2);
}

/* About text + progress */
.about-content p{
	color: var(--xmp-muted);
}

.progress-gallery .bar-container p,
.progress-gallery .bar-container .percentage-show{
	color: var(--xmp-muted);
}

.progress-gallery .bar-container .progress{
	background: rgba(255,255,255,0.12);
}

/* Services cards */
.services-item{
	border: 1px solid var(--xmp-border);
	box-shadow: none;
}

.services-text{
	background: var(--xmp-surface);
	border-top: 1px solid var(--xmp-border);
	color: var(--xmp-text);
}

.services-item:hover .services-text{
	background: var(--xmp-surface2);
}

.services-text h3 a{
	color: var(--xmp-heading);
}

.services-text p{
	color: var(--xmp-muted);
}

/* Portfolio (Use cases) */
.portfolio-menu li{
	color: var(--xmp-muted);
	border-bottom: 1px solid var(--xmp-border);
}

.portfolio-menu li:hover{
	color: var(--xmp-link);
}

.portfolio-menu li.filtr-active{
	border-bottom: 1px solid var(--xmp-link);
	color: var(--xmp-link);
}

.portfolio-menu li.filtr-active:before{
	border-color: var(--xmp-link) transparent transparent;
}

.portfolio-group{
	border: 1px solid var(--xmp-border);
}

.portfolio-text{
	background: var(--xmp-surface);
}

.portfolio-text h3 a{
	color: var(--xmp-heading);
}

.portfolio-text p{
	border-top: 1px solid var(--xmp-border);
	color: var(--xmp-muted);
}

/* Pricing cards */
.price-item{
	background: var(--xmp-surface);
	border: 1px solid var(--xmp-border);
	box-shadow: var(--xmp-shadow);
}

.price-header h3,
.price-header h2{
	color: var(--xmp-heading);
}

.price-header p{
	color: var(--xmp-muted2);
}

.price-body li{
	border-bottom: 1px solid var(--xmp-border);
	color: var(--xmp-muted);
}

.price-page .price-item{
	background: var(--xmp-surface);
	border: 1px solid var(--xmp-border);
}

/* Blog cards */
.blog-item{
	border: 1px solid var(--xmp-border);
}

.blog-text{
	background: var(--xmp-surface);
}

.blog-item h3 a{
	color: var(--xmp-heading);
}

.blog-item span{
	color: var(--xmp-muted2);
}

.blog-item p{
	color: var(--xmp-muted);
}

.blog-author{
	background: rgba(15,23,42,0.98);
	border-top: 1px solid var(--xmp-border);
}

.blog-author li a{
	color: var(--xmp-muted);
}

.blog-author li a:hover{
	color: var(--xmp-link);
}

/* Sidebar (blog/category/search) */
.sidebar-item{
	background: var(--xmp-surface);
	border: 1px solid var(--xmp-border);
}

.sidebar-item input,
.sidebar-item .form-control{
	background: rgba(255,255,255,0.06);
	border: 1px solid var(--xmp-border);
	color: var(--xmp-heading);
}

.sidebar-item ul li a{
	color: var(--xmp-muted);
}

.sidebar-item ul li a:before{
	color: var(--xmp-muted2);
}

/* FAQ (both home + faq page) */
.faq-header button.faq-button.collapsed{
	background: var(--xmp-surface);
	color: var(--xmp-heading);
}

.faq-header button.faq-button.collapsed:hover{
	background: #3367c1;
	color: #fff;
}

.faq-body{
	border: 1px solid var(--xmp-border);
	border-top: 0;
	background: var(--xmp-surface2);
	color: var(--xmp-muted);
}

/* Footer */
.footer-area{
	background: var(--xmp-bg);
}

.footer-item{
	color: var(--xmp-muted);
}

.footer-item h3{
	color: var(--xmp-heading);
}

.footer-item p,
.footer-item a{
	color: var(--xmp-muted);
}

.footer-item ul li a{
	color: var(--xmp-muted);
}

.footer-item ul li a:before{
	color: var(--xmp-muted2);
}

.footer-item ul li a:hover{
	color: var(--xmp-link);
}

.footer-item .form-control{
	background: rgba(255,255,255,0.06);
	border: 1px solid var(--xmp-border);
	color: var(--xmp-heading);
}

.footer-item .form-control::placeholder{
	color: rgba(229,231,235,0.55);
}

.footer-project img{
	border: 1px solid rgba(255,255,255,0.08);
}

/* Team social tray */
.team-social{
	background: rgba(15,23,42,0.98);
}

.team-social li a{
	background: rgba(255,255,255,0.06);
	border-top: 1px solid rgba(255,255,255,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* --- XmartPro Dark Nav & FAQ Fixes (v9) --- */
/* Main menu readability on dark backgrounds */
.menu-area{
    background: rgba(7, 15, 30, 0.65);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(148,163,184,0.12);

    position: relative;
    z-index: 99999;
    overflow: visible;}
ul.nav-menu li a{
    color: rgba(248,250,252,0.90);
}
ul.nav-menu li:hover > a{
    color: #8ab4ff;
}
.menu-item-has-children a.chl:after{
    color: inherit;
}
#strickymenu.sticky{
    background-color: rgba(7, 15, 30, 0.92) !important;
    border-bottom: 1px solid rgba(148,163,184,0.18);
    box-shadow: 0 8px 22px rgba(0,0,0,0.45);
}
#strickymenu.sticky ul.nav-menu li a{
    color: rgba(248,250,252,0.92);
}
#strickymenu.sticky ul.nav-menu li:hover > a{
    color: #8ab4ff;
}

/* FAQ accordion readability on dark theme */
.faq-area,
.faq-main-page{
    background: #0b1220;
}
.faq-item.card{
    background: transparent;
}
.faq-header button.faq-button{
    background: rgba(15,23,42,0.92);
    color: #f8fafc;
    border: 1px solid rgba(148,163,184,0.14);
}
.faq-header button.faq-button i{
    color: #8ab4ff;
}
.faq-header button.faq-button.collapsed{
    background: rgba(255,255,255,0.06);
    color: rgba(248,250,252,0.92);
    border: 1px solid rgba(148,163,184,0.14);
}
.faq-header button.faq-button.collapsed:hover{
    background: rgba(255,255,255,0.10);
    color: #ffffff;
}
.faq-body{
    border: 1px solid rgba(148,163,184,0.14);
    border-top: 0;
    background: rgba(11,18,32,0.92);
    color: rgba(226,232,240,0.92);
}
.faq-body p,
.faq-body li{
    color: rgba(226,232,240,0.92);
}
.faq-body a{
    color: #8ab4ff;
}
.faq-body a:hover{
    color: #ffffff;
}
.faq-body ul li:before{
    color: #8ab4ff;
}


/* --- XmartPro Menu Dropdown Z-Index Fix (v12) --- */
/* Ensure dropdown menus are never hidden behind banners/overlays */
#strickymenu,
.menu-area,
.header-area {
    position: relative;
    z-index: 99999;
    overflow: visible;
}

#strickymenu.sticky {
    z-index: 99999 !important;
}

.main-menu,
.main-menu-item,
ul.nav-menu {
    overflow: visible;
}

ul.nav-menu li ul {
    z-index: 999999;
}


/* --- XmartPro Management (LinkedIn Card) (v14) --- */
.management-accordion{
    margin-top: 12px;
}
.management-accordion .management-item{
    border: 0;
    background: transparent;
    margin-bottom: 16px;
}

/* Header button (accordion title) */
.management-accordion .faq-header button.management-button{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(90deg, #cfe8ff 0%, #b9ddff 60%, #b1d6ff 100%);
    color: #0b1220;
    border: 1px solid rgba(37,99,235,0.25);
    box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}
.management-accordion .faq-header button.management-button:hover{
    background: linear-gradient(90deg, #bfe0ff 0%, #a8d3ff 100%);
    color: #0b1220;
}
.management-accordion .faq-header button.management-button i{
    color: #1d4ed8;
    font-size: 20px;
    transition: transform 0.2s ease;
}
.management-accordion .faq-header button.management-button[aria-expanded="true"] i{
    transform: rotate(90deg);
}
.management-accordion .management-thumb{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.85);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.management-accordion .management-title{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    line-height: 1.15;
}
.management-accordion .management-name{
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #0b1220;
}
.management-accordion .management-role{
    font-size: 13px;
    margin-top: 3px;
    color: rgba(15,23,42,0.75);
}

/* Expanded panel (LinkedIn-like card) */
.management-accordion .management-body{
    position: relative;
    background: #eaf3ff !important;
    border: 1px solid rgba(37,99,235,0.22) !important;
    border-radius: 16px;
    padding: 26px !important;
    overflow: hidden;
}
.management-accordion .management-body:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(90deg, #bfe0ff 0%, #9cc9ff 55%, #b9ddff 100%);
}
.management-accordion .management-body .row{
    position: relative;
    z-index: 2;
}

/* Large circular avatar */
.management-accordion .management-photo{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.92);
    box-shadow: 0 18px 38px rgba(0,0,0,0.35);
    background: #fff;
    margin-top: 30px;
}
.management-accordion .management-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content */
.management-accordion .management-content{
    margin-top: 26px;
}
.management-accordion .management-h4{
    margin: 0 0 6px 0;
    color: #0b1220;
    font-size: 26px;
    font-weight: 900;
}
.management-accordion .management-designation{
    color: rgba(15,23,42,0.80);
    font-weight: 700;
    margin-bottom: 12px;
}
.management-accordion .management-bio{
    color: rgba(15,23,42,0.92);
    line-height: 1.75;
    margin-bottom: 14px;
}
.management-accordion .management-more{
    color: #1d4ed8;
    font-weight: 800;
    text-decoration: none;
}
.management-accordion .management-more:hover{
    color: #0b1220;
    text-decoration: underline;
}

/* Social icons */
.management-accordion .management-social ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.management-accordion .management-social li{
    display: inline-block;
    margin-right: 8px;
}
.management-accordion .management-social li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(37,99,235,0.22);
    color: #0b1220;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.management-accordion .management-social li a:hover{
    background: rgba(29,78,216,0.12);
    border-color: rgba(29,78,216,0.35);
    color: #0b1220;
}

@media (max-width: 991px){
    .management-accordion .management-body{
        padding: 18px !important;
    }
    .management-accordion .management-photo{
        width: 200px;
        height: 200px;
        margin: 20px auto 12px auto;
    }
    .management-accordion .management-content{
        margin-top: 10px;
    }
}
@media (max-width: 575px){
    .management-accordion .faq-header button.management-button{
        padding: 12px 14px;
    }
    .management-accordion .management-thumb{
        width: 52px;
        height: 52px;
    }
}



/* --- XmartPro Management + Team Detail Polish (v15) --- */
/* Prevent bio text from overlapping avatar by making the avatar responsive to its column */
.management-accordion .management-body .row{
    align-items: flex-start;
}
.management-accordion .management-photo{
    width: 100%;
    max-width: 320px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.92);
    box-shadow: 0 18px 38px rgba(0,0,0,0.35);
    background: #fff;
    margin-top: 28px;
}
.management-accordion .management-photo img{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.management-accordion .management-content{
    margin-top: 28px;
}
@media (max-width: 991px){
    .management-accordion .management-photo{
        max-width: 220px;
        margin: 18px auto 10px auto;
    }
    .management-accordion .management-content{
        margin-top: 8px;
    }
}

/* Team Member detail page: make photo circular + contact card readable on dark theme */
.team-detail-photo{
    margin-top: 30px;
    width: 100%;
    max-width: 360px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.92);
    box-shadow: 0 18px 38px rgba(0,0,0,0.35);
    background: #fff;
}
.team-detail-photo img{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-info{
    background: linear-gradient(90deg, #cfe8ff 0%, #b9ddff 60%, #b1d6ff 100%);
    border: 1px solid rgba(37,99,235,0.25);
    color: #0b1220;
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.25);
}
.team-info h4{
    color: #0b1220;
}
.team-info ul li{
    color: rgba(15,23,42,0.92);
}
.team-info ul li span{
    color: #1d4ed8;
}
.team-info ul li a{
    color: #1d4ed8;
}
.team-info ul li a:hover{
    color: #0b1220;
}
@media (max-width: 991px){
    .team-detail-photo{
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- Management header readability hard-override (v15) --- */
.management-accordion .faq-header button.management-button{
    background: linear-gradient(90deg, #cfe8ff 0%, #b9ddff 60%, #b1d6ff 100%) !important;
    color: #0b1220 !important;
}
.management-accordion .management-name{
    color: #0b1220 !important;
}
.management-accordion .management-role{
    color: rgba(15,23,42,0.75) !important;
}


/* --- XmartPro Search Results Card Theme (v16) --- */
/* Search page uses event-item markup; make cards match the light-blue + black text style */
.search-area .event-item{
    background: linear-gradient(90deg, #eaf3ff 0%, #d9ecff 55%, #eaf3ff 100%);
    border: 1px solid rgba(37,99,235,0.22);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.35);
}
.search-area .event-photo{
    border-radius: 14px;
    margin-top: 0;
}
.search-area .event-body{
    margin-top: 0;
}
.search-area li.event-header-left h4{
    color: #0b1220;
}
.search-area li.event-header-left span,
.search-area li.event-header-left p,
.search-area .event-content p{
    color: rgba(15,23,42,0.80);
}
.search-area li.event-header-left i{
    color: #1d4ed8;
}
.search-area .event-content a{
    color: #0b1220;
}
.search-area .button-df a{
    background: #0b1220;
    color: #fff;
    border-radius: 12px;
}
.search-area .button-df a:hover{
    background: #1d4ed8;
    color: #fff;
}
@media (max-width: 991px){
    .search-area .event-photo{
        height: 220px;
        margin-top: 10px;
    }
}


/* --- XmartPro Portfolio Detail Fixes (v24) --- */
/* The wrapper uses .portfolio-details too; prevent sidebar styles from bleeding into overview */
.portfolio-details.pt_60.pb_90{
    border: 0 !important;
}

/* Overview content readability */
.portfolio-details-text h3{
    color: var(--xmp-heading) !important;
}
.portfolio-details-text p,
.portfolio-details-text li,
.portfolio-details-text span{
    color: var(--xmp-muted) !important;
}
.portfolio-details-text ul{
    margin-top: 16px;
    padding-left: 18px;
}
.portfolio-details-text ul li{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

/* Sidebar Project Detail card: use the same soft-blue + black text style */
.portfolio-sidebar .portfolio-details,
.portfolio-sidebar .portfolio-form{
    background: linear-gradient(90deg, #eaf3ff 0%, #d9ecff 55%, #eaf3ff 100%);
    border: 1px solid rgba(37,99,235,0.22) !important;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}
.portfolio-sidebar .portfolio-details h4,
.portfolio-sidebar .portfolio-form h4{
    color: #0b1220 !important;
}
.portfolio-sidebar .portfolio-details ul li{
    color: rgba(15,23,42,0.90) !important;
    border-bottom: 1px solid rgba(37,99,235,0.18) !important;
}
.portfolio-sidebar .portfolio-details ul li span{
    color: #1d4ed8 !important;
}

/* Sidebar form inputs on the light-blue card */
.portfolio-sidebar .portfolio-form .form-control{
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37,99,235,0.20);
    color: #0b1220 !important;
}
.portfolio-sidebar .portfolio-form .form-control::placeholder{
    color: rgba(15,23,42,0.55);
}

/* Recent portfolio tiles: remove white captions and ensure readable titles */
.recent-project .portfolio-text{
    background: linear-gradient(90deg, #eaf3ff 0%, #d9ecff 55%, #eaf3ff 100%) !important;
    border: 1px solid rgba(37,99,235,0.18);
    border-top: 0;
}
.recent-project .portfolio-text h3 a{
    color: #0b1220 !important;
}
.recent-project .portfolio-text h3 a:hover{
    color: #1d4ed8 !important;
}


/* --- XmartPro Blog Subscriber Comments + Reactions (v29) --- */
.xmp-form-label{
    display:block;
    font-weight:900;
    color:#0b1220;
    margin-bottom:6px;
}
.xmp-comment-meta{
    margin-top:10px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}
.xmp-comment-meta .xmp-stars i{
    color:#f59e0b;
    margin-right:2px;
}
.xmp-reaction-badge{
    padding:4px 10px;
    border-radius:999px;
    font-weight:800;
    font-size:12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(148,163,184,0.18);
    color:#f8fafc;
}
.xmp-sentiment{
    padding:4px 10px;
    border-radius:999px;
    font-weight:900;
    font-size:12px;
    border:1px solid rgba(148,163,184,0.18);
}
.xmp-sentiment-positive{ background: rgba(34,197,94,0.14); color:#86efac; }
.xmp-sentiment-neutral{ background: rgba(59,130,246,0.14); color:#93c5fd; }
.xmp-sentiment-negative{ background: rgba(239,68,68,0.14); color:#fca5a5; }

/* Star input */
.xmp-star-input{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:6px;
}
.xmp-star-input input{ display:none; }
.xmp-star-input label{
    cursor:pointer;
    font-size:18px;
    color: rgba(15,23,42,0.35);
}
.xmp-star-input label i{ color: inherit; }
.xmp-star-input input:checked ~ label,
.xmp-star-input label:hover,
.xmp-star-input label:hover ~ label{
    color:#f59e0b;
}

/* Reaction input */
.xmp-reaction-input{
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
}
.xmp-reaction-input label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    color:#0b1220;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(37,99,235,0.18);
    padding:6px 10px;
    border-radius:12px;
    cursor:pointer;
}
.xmp-reaction-input input{
    accent-color:#0b1220;
}

/* Summary */
.xmp-reaction-summary{
    margin-top:18px;
    padding:16px 16px;
    border-radius:16px;
    border:1px solid rgba(148,163,184,0.16);
    background: rgba(15,23,42,0.70);
}
.xmp-reaction-summary-top{
    display:flex;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    align-items:center;
}
.xmp-reaction-title{
    font-weight:900;
    color:#f8fafc;
    margin-right:10px;
}
.xmp-reaction-rating .xmp-stars i{ color:#f59e0b; margin-right:2px; }
.xmp-reaction-num{ color:rgba(229,231,235,0.92); font-weight:900; margin-left:6px; }
.xmp-reaction-count{ color:rgba(229,231,235,0.65); font-weight:700; margin-left:8px; }
.xmp-reaction-bar{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-top:14px;
    background: rgba(255,255,255,0.04);
    border:1px solid rgba(148,163,184,0.12);
    border-radius:14px;
    padding:12px;
}
.xmp-reaction-item{
    min-width:88px;
    flex:1;
    text-align:center;
    padding:8px 6px;
    border-radius:12px;
}
.xmp-reaction-emoji{ font-size:30px; line-height:1; }
.xmp-reaction-name{ color:rgba(229,231,235,0.75); font-weight:800; margin-top:6px; font-size:12px; }
.xmp-reaction-count-num{ color:#f8fafc; font-weight:900; margin-top:4px; }


/* --- XmartPro v30: Multi-video placeholders + Comment UI polish --- */
.xmp-news-video{margin:18px 0;border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,0.18);box-shadow:0 18px 44px rgba(0,0,0,0.35);background:#000;}
.xmp-news-video .xmp-video-wrap{position:relative;padding-top:56.25%;background:#000;}
.xmp-news-video .xmp-video-wrap > iframe,.xmp-news-video .xmp-video-wrap > video,.xmp-news-video .xmp-video-wrap .xmp-video{position:absolute;top:0;left:0;width:100%;height:100%;}
.xmp-comment-button{background:linear-gradient(90deg,#cfe8ff 0%,#b9ddff 60%,#b1d6ff 100%) !important;color:#0b1220 !important;border:1px solid rgba(37,99,235,0.22) !important;border-radius:16px !important;font-weight:900;}
.xmp-comment-button i{color:#1d4ed8;font-size:18px;transition:transform .2s ease;}
.xmp-comment-button[aria-expanded="true"] i{transform:rotate(90deg);}
.xmp-reaction-bar{flex-wrap:nowrap !important;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.xmp-reaction-item{flex:0 0 auto;min-width:78px;}
.xmp-reaction-emoji{font-size:22px !important;}
.xmp-reaction-name{font-size:11px;}
.xmp-reaction-count-num{font-size:13px;}
.xmp-reaction-title{color:#cfe8ff !important;}


/* --- XmartPro CKEditor Code Blocks (v37) --- */
.xmp-code{
  background: rgba(15,23,42,0.85);
  color: rgba(229,231,235,0.92);
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: 14px;
  padding: 14px 16px;
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.55;
}
.xmp-code code{
  color: inherit;
}


/* --- XmartPro Code Editor Styling (v38) --- */
.xmp-code{
  background: rgba(15,23,42,0.88);
  color: rgba(229,231,235,0.92);
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: 14px;
  padding: 12px 0;
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.55;
}
.xmp-code code{ color: inherit; }

/* Line numbers */
.xmp-line-numbers{ counter-reset: xmpLine; }
.xmp-line-numbers .xmp-line{
  display:block;
  position:relative;
  padding: 0 16px 0 62px;
  white-space: pre;
}
.xmp-line-numbers .xmp-line::before{
  counter-increment: xmpLine;
  content: counter(xmpLine);
  position:absolute;
  left: 0;
  width: 52px;
  text-align: right;
  padding-right: 12px;
  color: rgba(148,163,184,0.85);
}

/* Syntax colors (lightweight) */
.xmp-code .tok-kw{ color:#60a5fa; font-weight:700; }
.xmp-code .tok-fn{ color:#f472b6; font-weight:700; }
.xmp-code .tok-num{ color:#fbbf24; }
.xmp-code .tok-str{ color:#34d399; }
.xmp-code .tok-com{ color:#94a3b8; font-style:italic; }
.xmp-code .tok-op{ color: rgba(229,231,235,0.92); }

/* Improve readability when embedded in blog */
.single-blog .xmp-code{ margin: 18px 0; }


/* --- XmartPro Blog Tables (v39) --- */
/* Make blog tables readable on dark theme and keep them flexible (alignment via inline styles from editor) */
.single-blog table{
  max-width: 100%;
  border-collapse: collapse;
  margin: 18px auto;
}
.single-blog table th,
.single-blog table td{
  border: 1px solid rgba(148,163,184,0.25);
  padding: 10px 12px;
  vertical-align: top;
}
.single-blog table th{
  background: rgba(255,255,255,0.07);
  color: rgba(229,231,235,0.95);
  font-weight: 900;
}
.single-blog table td{
  color: rgba(229,231,235,0.90);
}
/* Allow long tables to scroll on small screens */
.single-blog .table-responsive,
.single-blog table{
  overflow-x: auto;
}


/* ============================================================
   XmartPro Post Content Safety (v102)
   - Prevent editor-injected HTML from breaking layout
   - Make media responsive inside posts
   ============================================================ */

.xmp-featured-img{
  width: 100% !important;
  height: auto !important;
  border-radius: 18px;
  border: 1px solid var(--xmp-border);
  box-shadow: var(--xmp-shadow);
  margin-bottom: 18px;
}

.xmp-post-content{
  color: var(--xmp-muted);
}

.xmp-post-content img,
.xmp-post-content video,
.xmp-post-content iframe,
.xmp-post-content embed,
.xmp-post-content object{
  max-width: 100% !important;
}

.xmp-post-content img{
  height: auto !important;
}

.xmp-post-content iframe{
  width: 100% !important;
  border: 0;
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
}

/* If the editor injected white backgrounds inline, neutralize common patterns */
.xmp-post-content [style*="background:#fff"],
.xmp-post-content [style*="background: #fff"],
.xmp-post-content [style*="background-color:#fff"],
.xmp-post-content [style*="background-color: #fff"],
.xmp-post-content [style*="background:white"],
.xmp-post-content [style*="background: white"],
.xmp-post-content [style*="background-color:white"],
.xmp-post-content [style*="background-color: white"],
.xmp-post-content [style*="background:rgb(255"],
.xmp-post-content [style*="background-color:rgb(255"]{
  background: transparent !important;
}

/* Keep tables readable and within container */
.xmp-post-content table{
  width: 100% !important;
  max-width: 100% !important;
}

.xmp-post-content pre,
.xmp-post-content code{
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--xmp-border);
  color: var(--xmp-heading);
}

.xmp-post-content a{
  color: var(--xmp-link);
  text-decoration: underline;
}


/* =========================
   v104 Sidebar Widgets (Random Posts, Tags, Popular Posts, Our Picks)
   ========================= */
.xmp-sidebar-block{
  border: 1px solid rgba(148,163,184,0.16);
  background: rgba(15,23,42,0.72);
  border-radius: 16px;
  padding: 18px;
}

.xmp-random-posts-carousel .xmp-random-link,
.xmp-pick-card a{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.xmp-random-posts-carousel img,
.xmp-pick-card img{
  width: 100%;
  height: auto;
  display: block;
}

.xmp-random-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.55) 38%, rgba(0,0,0,0.85) 100%);
}

.xmp-random-cat{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(2,6,23,0.70);
  border: 1px solid rgba(148,163,184,0.22);
  color: rgba(255,255,255,0.92);
}

.xmp-random-title{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 10px 22px rgba(0,0,0,0.55);
}

.xmp-random-posts-carousel .owl-nav{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
}

.xmp-random-posts-carousel .owl-nav button{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(2,6,23,0.55) !important;
  border: 1px solid rgba(148,163,184,0.22) !important;
  color: rgba(255,255,255,0.95) !important;
}

.xmp-random-posts-carousel .owl-nav button:hover{
  background: rgba(2,6,23,0.75) !important;
}

.xmp-tag-cloud{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xmp-tag{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.18);
  color: rgba(229,231,235,0.86);
  font-size: 12px;
  line-height: 1;
}

.xmp-popular-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.xmp-popular-thumb img{
  width: 72px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(148,163,184,0.18);
}

.xmp-popular-title{
  display: block;
  font-weight: 900;
  color: rgba(248,250,252,0.98);
  line-height: 1.25;
  margin-bottom: 6px;
}

.xmp-popular-title:hover{
  color: rgba(255,255,255,1);
}

.xmp-popular-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: rgba(229,231,235,0.72);
}

.xmp-popular-meta i{
  margin-right: 5px;
  color: rgba(191,219,254,0.85);
}

.xmp-pick-card{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.xmp-play-badge{
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,6,23,0.55);
  border: 1px solid rgba(148,163,184,0.25);
  color: rgba(255,255,255,0.95);
}



/* v108 Careers UI: readable, elegant cards and form controls on dark backgrounds */
.xmp-careers .xmp-careers-card{
    background: rgba(240, 246, 255, 0.96);
    border: 1px solid rgba(51, 103, 193, 0.22) !important;
    color: #0b1f3a !important;
    backdrop-filter: blur(2px);
}

.xmp-careers .xmp-careers-card h1,
.xmp-careers .xmp-careers-card h2,
.xmp-careers .xmp-careers-card h3,
.xmp-careers .xmp-careers-card h4,
.xmp-careers .xmp-careers-card h5,
.xmp-careers .xmp-careers-card h6{
    color: #0b1f3a !important;
}

.xmp-careers .xmp-careers-card p,
.xmp-careers .xmp-careers-card li,
.xmp-careers .xmp-careers-card span,
.xmp-careers .xmp-careers-card small{
    color: rgba(11, 31, 58, 0.88);
}

.xmp-careers .xmp-careers-card a{
    color: #1f5fbf;
}
.xmp-careers .xmp-careers-card a:hover{
    color: #154a96;
}

.xmp-careers label,
.xmp-careers .control-label{
    color: #0b1f3a !important;
}

.xmp-careers .help-block{
    color: rgba(11, 31, 58, 0.70) !important;
}

.xmp-careers .form-control,
.xmp-careers select.form-control,
.xmp-careers textarea.form-control{
    background: rgba(255,255,255,0.96);
    color: #0b1f3a !important;
    border: 2px solid rgba(51, 103, 193, 0.35);
}

.xmp-careers .form-control::placeholder{
    color: rgba(11, 31, 58, 0.55);
}

.xmp-careers .form-control:focus{
    border-color: #3367c1;
    box-shadow: 0 0 0 0.2rem rgba(51, 103, 193, 0.18);
    outline: none;
}


/* v111: Brighter meta icons on dark blog/news backgrounds */
.blog-one-area .blog-one-text ul li i,
.blog-one-area .single-blog ul li i,
.blog-one-area .blog-item span i,
.blog-one-area .event-header ul li i,
.blog-one-area .event-header ul li span i {
    color: #cfe1ff !important; /* soft clear blue */
    opacity: 0.95;
}

.blog-one-area .blog-one-text ul li i:hover,
.blog-one-area .single-blog ul li i:hover,
.blog-one-area .blog-item span i:hover,
.blog-one-area .event-header ul li i:hover {
    color: #ffffff !important;
}


/* v111: Fallback icon color for blog/news meta (if rendered outside .blog-one-area) */
.single-blog ul li i,
.blog-one-text ul li i {
    color: #cfe1ff;
}


/* v112: Footer links readable on dark background + focus/active states */
.footer-area .footer-item p,
.footer-area .footer-item a,
.footer-area .footer-menu a {
    color: rgba(255,255,255,0.78) !important;
}

.footer-area .footer-item a:hover,
.footer-area .footer-item a:active,
.footer-area .footer-item a:focus,
.footer-area .footer-item a:visited,
.footer-area .footer-menu a:hover,
.footer-area .footer-menu a:active,
.footer-area .footer-menu a:focus,
.footer-area .footer-menu a:visited {
    color: #cfe1ff !important;
}

.footer-area .footer-item a:hover {
    text-decoration: none;
}

/* v112: Footer headings readable */
.footer-area .footer-item h3 {
    color: #ffffff !important;
}

/* v112: Careers "Talk to Us" button readable on dark hero */
.xmp-careers .btn-default {
    background: rgba(18, 35, 66, 0.35);
    border: 1px solid rgba(207, 225, 255, 0.45);
    color: #cfe1ff !important;
}

.xmp-careers .btn-default:hover,
.xmp-careers .btn-default:focus,
.xmp-careers .btn-default:active {
    background: rgba(51, 103, 193, 0.22);
    border-color: rgba(207, 225, 255, 0.65);
    color: #ffffff !important;
}


/* v113: Comment form refresh — more elegant, premium look */
.xmp-comment-card{
    margin-top:18px;
    padding:22px;
    border-radius:18px;
    border:1px solid rgba(37,99,235,0.18);
    background: radial-gradient(1200px 320px at 18% 0%, rgba(51,103,193,0.18) 0%, rgba(234,243,255,0.96) 40%, rgba(217,236,255,0.96) 100%);
    box-shadow: 0 18px 50px rgba(2,6,23,0.18);
}

.xmp-comment-header{
    margin-bottom:14px;
}
.xmp-comment-title{
    margin:0 0 6px 0;
    color:#0b1220;
    font-weight:900;
    font-size:20px;
    letter-spacing:0.2px;
}
.xmp-comment-title span{
    font-weight:800;
    color: rgba(11,18,32,0.62);
    font-size:14px;
    margin-left:6px;
}
.xmp-comment-subtitle{
    color: rgba(11,18,32,0.65);
    font-size:13px;
    line-height:1.6;
}

.xmp-comment-input{
    background: rgba(255,255,255,0.95) !important;
    border: 1px solid rgba(37,99,235,0.18) !important;
    border-radius: 12px !important;
    color:#0b1220 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}
.xmp-comment-input:focus{
    border-color: rgba(51,103,193,0.55) !important;
    box-shadow: 0 0 0 0.18rem rgba(51,103,193,0.16) !important;
    outline: none;
}
.xmp-comment-textarea{
    height: 140px !important;
    resize: vertical;
}

/* Reaction pills */
.xmp-reaction-input{
    display:flex;
    flex-wrap:wrap;
    gap:10px 12px;
}
.xmp-reaction-pill{
    margin:0;
}
.xmp-reaction-pill input{
    display:none;
}
.xmp-reaction-pill span{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:800;
    color:#0b1220;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(37,99,235,0.16);
    padding:9px 12px;
    border-radius: 999px;
    cursor:pointer;
    transition: all 0.18s ease;
    box-shadow: 0 8px 18px rgba(2,6,23,0.06);
}
.xmp-reaction-pill span:hover{
    transform: translateY(-1px);
    border-color: rgba(51,103,193,0.35);
    box-shadow: 0 12px 24px rgba(2,6,23,0.10);
}
.xmp-reaction-pill input:checked + span{
    background: linear-gradient(90deg, rgba(51,103,193,0.95) 0%, rgba(43,133,255,0.95) 100%);
    border-color: rgba(51,103,193,0.6);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(51,103,193,0.22);
}

/* Submit button */
.xmp-comment-submit{
    background: linear-gradient(90deg, rgba(51,103,193,0.96) 0%, rgba(43,133,255,0.96) 100%) !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.4px;
    padding: 12px 18px !important;
    box-shadow: 0 16px 36px rgba(2,6,23,0.22);
}
.xmp-comment-submit:hover,
.xmp-comment-submit:focus{
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(2,6,23,0.26);
    color:#ffffff !important;
}

/* Make the collapsible header look more premium */
.xmp-comment-body{
    background: transparent !important;
}


/* v114: Footer Blog/Corporate News links default white, hover blue */
.footer-area .footer-item.footer-recent-post ul li a{
    color:#ffffff !important;
}
.footer-area .footer-item.footer-recent-post ul li a:before{
    color: rgba(207,225,255,0.95) !important;
}
.footer-area .footer-item.footer-recent-post ul li a:hover,
.footer-area .footer-item.footer-recent-post ul li a:active,
.footer-area .footer-item.footer-recent-post ul li a:focus{
    color:#3367c1 !important;
}
.footer-area .footer-item.footer-recent-post ul li a:hover:before{
    color:#3367c1 !important;
}


/* v115: Futuristic comment panel (tech neon style) */
.xmp-comment-card{
    padding: 22px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(132, 196, 255, 0.28) !important;
    background:
        radial-gradient(900px 420px at 12% 10%, rgba(79, 70, 229, 0.35) 0%, rgba(15, 23, 42, 0.96) 45%, rgba(2, 6, 23, 0.96) 100%) !important;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(148, 163, 184, 0.12) inset,
        0 0 38px rgba(59, 130, 246, 0.18) !important;
    position: relative;
    overflow: hidden;
}

/* Subtle starfield / particles */
.xmp-comment-card:before{
    content:'';
    position:absolute;
    inset:-2px;
    background:
        radial-gradient(circle at 20% 25%, rgba(255,255,255,0.14) 0 1px, transparent 2px) 0 0/120px 120px,
        radial-gradient(circle at 70% 60%, rgba(255,255,255,0.10) 0 1px, transparent 2px) 0 0/160px 160px,
        radial-gradient(circle at 40% 80%, rgba(99, 102, 241, 0.20) 0 2px, transparent 3px) 0 0/260px 260px;
    opacity: 0.55;
    pointer-events:none;
}

/* Neon border glow */
.xmp-comment-card:after{
    content:'';
    position:absolute;
    inset:0;
    border-radius: 22px;
    box-shadow:
        0 0 0 1px rgba(148, 163, 184, 0.14) inset,
        0 0 0 2px rgba(59, 130, 246, 0.08) inset,
        0 0 26px rgba(99, 102, 241, 0.18),
        0 0 42px rgba(59, 130, 246, 0.14);
    pointer-events:none;
}

.xmp-comment-header{ position: relative; z-index:2; }
.xmp-comment-title{
    color:#f8fafc !important;
    font-weight: 900 !important;
    text-shadow: 0 0 18px rgba(99,102,241,0.22);
}
.xmp-comment-title span{
    color: rgba(226, 232, 240, 0.70) !important;
}
.xmp-comment-subtitle{
    color: rgba(226, 232, 240, 0.72) !important;
}

.xmp-form-label{
    color:#e2e8f0 !important;
    text-shadow: 0 0 14px rgba(59,130,246,0.16);
}

.xmp-comment-input{
    position: relative;
    z-index: 2;
    background: rgba(2, 6, 23, 0.55) !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    color: #e5e7eb !important;
    border-radius: 14px !important;
    box-shadow:
        0 0 0 1px rgba(148, 163, 184, 0.08) inset,
        0 10px 26px rgba(2,6,23,0.35);
}

.xmp-comment-input::placeholder{
    color: rgba(226, 232, 240, 0.55) !important;
}

.xmp-comment-input:focus{
    border-color: rgba(99, 102, 241, 0.55) !important;
    box-shadow:
        0 0 0 0.20rem rgba(99, 102, 241, 0.16) !important,
        0 0 32px rgba(59, 130, 246, 0.12) !important;
    outline:none;
}

/* Stars */
.xmp-star-input label{
    color: rgba(226,232,240,0.35) !important;
}
.xmp-star-input input:checked ~ label,
.xmp-star-input label:hover,
.xmp-star-input label:hover ~ label{
    color: #60a5fa !important;
    text-shadow: 0 0 18px rgba(96,165,250,0.28);
}

/* Reaction pills */
.xmp-reaction-pill span{
    background: rgba(2, 6, 23, 0.45) !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    color: rgba(226, 232, 240, 0.92) !important;
    box-shadow:
        0 10px 26px rgba(2,6,23,0.40),
        0 0 0 1px rgba(148,163,184,0.06) inset;
    backdrop-filter: blur(6px);
}
.xmp-reaction-pill span:hover{
    border-color: rgba(96,165,250,0.45) !important;
    box-shadow:
        0 14px 32px rgba(2,6,23,0.50),
        0 0 18px rgba(59,130,246,0.14);
}
.xmp-reaction-pill input:checked + span{
    background: linear-gradient(90deg, rgba(99,102,241,0.92) 0%, rgba(59,130,246,0.92) 55%, rgba(168,85,247,0.92) 100%) !important;
    border-color: rgba(147,197,253,0.55) !important;
    color: #ffffff !important;
    box-shadow:
        0 18px 44px rgba(59,130,246,0.22),
        0 0 26px rgba(168,85,247,0.16);
}

/* Submit button - neon */
.xmp-comment-submit{
    position: relative;
    z-index:2;
    background: linear-gradient(90deg, rgba(99,102,241,0.95) 0%, rgba(59,130,246,0.95) 55%, rgba(168,85,247,0.95) 100%) !important;
    border: 1px solid rgba(147,197,253,0.35) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 12px 22px !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow:
        0 22px 48px rgba(2,6,23,0.55),
        0 0 18px rgba(59,130,246,0.18);
}
.xmp-comment-submit:hover,
.xmp-comment-submit:focus{
    transform: translateY(-1px);
    box-shadow:
        0 26px 56px rgba(2,6,23,0.62),
        0 0 26px rgba(168,85,247,0.20),
        0 0 22px rgba(59,130,246,0.18);
}

/* Small footer note inside the panel */
.xmp-comment-card .xmp-comment-note{
    color: rgba(226,232,240,0.62) !important;
    position: relative;
    z-index:2;
}

/* v116: Premium no-image page headers */
.banner-slider{
    min-height: 176px;
    height: auto;
    padding: 52px 0 46px;
    background-color: #07101f !important;
    background-image:
        linear-gradient(128deg, rgba(7,16,31,0.98) 0%, rgba(10,24,43,0.98) 44%, rgba(10,54,65,0.94) 100%) !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-top: 1px solid rgba(148, 163, 184, 0.10);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: inset 0 -28px 70px rgba(2, 6, 23, 0.34);
    overflow: hidden;
    isolation: isolate;
}

.banner-slider:before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.075) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(0deg, rgba(255,255,255,0.045) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(118deg, transparent 0 57%, rgba(45,212,191,0.12) 57.1% 57.5%, transparent 57.6% 100%),
        linear-gradient(63deg, transparent 0 48%, rgba(96,165,250,0.10) 48.1% 48.45%, transparent 48.55% 100%);
    opacity: 0.62;
}

.banner-slider:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 4px;
    pointer-events: none;
    background: linear-gradient(90deg, #22c55e 0%, #38bdf8 42%, #3367c1 74%, #8b5cf6 100%);
    box-shadow: 0 -14px 34px rgba(56,189,248,0.22);
}

.bannder-table{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 78px;
    height: auto;
}

.banner-text{
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: initial;
}

.banner-text h1{
    display: inline-block;
    max-width: calc(100% - 32px);
    color: #f8fafc;
    font-size: 36px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    text-shadow: 0 12px 32px rgba(0,0,0,0.44);
}

.banner-text h1:before{
    content: '';
    display: block;
    width: 68px;
    height: 3px;
    margin: 0 auto 14px;
    background: linear-gradient(90deg, #22c55e 0%, #38bdf8 55%, #8b5cf6 100%);
    border-radius: 3px;
    box-shadow: 0 0 22px rgba(56,189,248,0.34);
}

@media (prefers-reduced-motion: no-preference){
    .banner-slider:before{
        animation: xmpPageHeaderTexture 18s linear infinite;
    }
}

@keyframes xmpPageHeaderTexture{
    from {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    to {
        background-position: 72px 0, 0 72px, 160px 0, -120px 0;
    }
}

@media only screen and (max-width: 767px){
    .banner-slider{
        min-height: 142px;
        padding: 38px 0 34px;
    }
    .bannder-table{
        min-height: 66px;
    }
    .banner-text h1{
        font-size: 28px;
        line-height: 1.18;
    }
    .banner-text h1:before{
        width: 54px;
        margin-bottom: 12px;
    }
}

/* v117: Remove internal page title panels, keep only the brand accent rule */
.banner-slider{
    min-height: 0 !important;
    height: 4px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.banner-slider:before{
    display: none !important;
    animation: none !important;
}

.banner-slider:after{
    top: 0;
    bottom: auto;
    height: 4px;
}

.banner-slider .bg,
.banner-slider .bannder-table,
.banner-slider .banner-text,
.banner-slider .banner-text h1{
    display: none !important;
}

@media only screen and (max-width: 767px){
    .banner-slider{
        min-height: 0 !important;
        height: 4px !important;
        padding: 0 !important;
    }
}

/* v118: Modern global CTA, no photo background */
.call-us{
    position: relative;
    padding: 38px 0;
    background:
        linear-gradient(112deg, #07101f 0%, #0b1628 46%, #071d28 100%) !important;
    background-attachment: scroll !important;
    border-top: 1px solid rgba(148,163,184,0.14);
    border-bottom: 1px solid rgba(148,163,184,0.14);
    overflow: hidden;
}

.call-us:before{
    display: none !important;
}

.call-us:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #38bdf8 46%, #3367c1 74%, #8b5cf6 100%);
    box-shadow: 0 12px 36px rgba(56,189,248,0.20);
    pointer-events: none;
}

.call-us .container{
    position: relative;
    z-index: 1;
}

.call-us .row{
    align-items: center;
}

.call-text{
    margin-top: 0;
    position: relative;
    padding-left: 24px;
}

.call-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 56px;
    max-height: 100%;
    transform: translateY(-50%);
    border-radius: 6px;
    background: linear-gradient(180deg, #22c55e 0%, #38bdf8 55%, #8b5cf6 100%);
    box-shadow: 0 0 26px rgba(56,189,248,0.28);
}

.call-text h3{
    color: #f8fafc;
    font-size: 27px;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    text-wrap: balance;
    text-shadow: 0 16px 36px rgba(0,0,0,0.32);
}

.call-us .button{
    margin-top: 0;
    text-align: right;
}

.call-us .button a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 15px 24px !important;
    border: 1px solid rgba(147,197,253,0.34) !important;
    border-radius: 999px;
    background: linear-gradient(90deg, #f8fafc 0%, #cfe8ff 100%) !important;
    color: #07101f !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 18px 42px rgba(2,6,23,0.35), 0 0 26px rgba(56,189,248,0.16);
}

.call-us .button a i{
    margin-left: 0;
    color: inherit;
}

.call-us .button a:hover,
.call-us .button a:focus{
    transform: translateY(-1px);
    background: linear-gradient(90deg, #22c55e 0%, #38bdf8 58%, #8b5cf6 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 22px 52px rgba(2,6,23,0.42), 0 0 34px rgba(56,189,248,0.24);
}

@media only screen and (max-width: 991px){
    .call-us{
        padding: 34px 0;
    }
    .call-text{
        padding-left: 0;
        text-align: center;
    }
    .call-text:before{
        position: static;
        display: block;
        width: 68px;
        height: 4px;
        margin: 0 auto 14px;
        transform: none;
    }
    .call-text h3{
        font-size: 24px;
    }
    .call-us .button{
        margin-top: 22px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px){
    .call-text h3{
        font-size: 21px;
    }
    .call-us .button a{
        width: 100%;
        max-width: 260px;
        min-height: 50px;
        padding: 14px 18px !important;
        font-size: 15px;
    }
}
