@charset "utf-8";
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Oswald:wght@500;700&family=Roboto:wght@500&display=swap');
/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	overflow-y:scroll;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height:100%;
	/* text-align: center; 
	background:#313131;*/
	color: #000;
	font-family: 'Mukta Vaani', sans-serif;
 
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
.mT30{
	margin-top: 40px !important;
}
.pB20{
    padding-bottom:20px !important;
}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	-webkit-transform: translate3d(0,0,0);
}
.loader-anim  , .loader-anim2{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	background:#e6f7fe;
}
.loader-anim2 {
	z-index:1
}
.loading-text-container {
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	width:150px;
	height:90px;
	margin:-45px 0 0 -75px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}
.loading-text {
	font-size:48px;
	color:#00b1f7;
	text-align:left;
	text-transform:uppercase;
	display:block;
	line-height:50px;
	position:relative;
	z-index:2;
}
.loading-text strong {
	display:block;
}
.loader_count {
	position:absolute;
	right:-40px;
	top:-150px;
	font-size:198px;
	z-index:1;
}
.page-load {
	position:fixed;
	top:80px;
	left:80px;
	right:0;
	bottom:0;
	z-index:119;
	-webkit-transform: translate3d(0,0,0);
	display:none;
}
.pl-row {
	float:left;
	width:100%;
	overflow:hidden;
	height:25%;
	position:relative;
	z-index:1;
}
.pl-row  span {
	position: absolute;
	left:0;
	right:100%;
	top:0;
	bottom:0;
}
.pl-row  span.pl-row-anim {
	z-index:2;
	background:#292929;
}
.pl-row  span.pl-row-anim2 {
	z-index:1;
}
.pl-spinner   {
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	border-radius:100%;
	background:#292929;
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.05);
  	transition: all 500ms cubic-bezier(.19,1,.22,1) 0ms;
	transform:scale(0);
}
.pl-spinner.act-loader {
	transform:scale(1.0);
}
.pl-spinner:before  {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:100%;
	border:2px solid  rgba(255,255,255,0.2);
	animation: rotate 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	box-sizing:border-box;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ------Cursor------------------------------------------------------------ */
/* .element {
	position: fixed;
	left:0;
	top:0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index:10000;
}
.element-item {
	position: fixed;
	transform: translate(-50%, -50%) scale(1.0);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	pointer-events: none;
	opacity:1;
	box-sizing:border-box;
	border:1px solid  rgba(255,255,255,0.4);
}
.element-item:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:6px;
	height:6px;
	margin:-3px 0 0 -3px;
	background:#fff;
	border-radius:100%;
	z-index:-1;
	transform: scale(1.0);
  	transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.element-item.white_blur  {
	border-color: rgba(51,51,51,0.5);
}
.element-item.elem_hover:before {
	opacity:0.2;
	transform: scale(6.5);
}
.element-item.elem_hover {
	border-color:transparent;
}
.element-item:after {
	font-family: Font Awesome\ 5 Pro;
	content: "";
	position:absolute;
	font-size:7px;
	left:50%;
	color:#fff;
	top:50%;
	width: 14px;
	height: 14px;
	font-weight:100;
	line-height:14px;
	margin:-7px 0 0 -7px;
	opacity:0;
  	transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;
	transform: scale(0);
}
.element-item.slider_hover:before , .element-item.close-icon:before {
	transform: scale(8.8);
}
.element-item.slider_hover {
	border-color:transparent;
	width: 60px;
	height: 60px;
}
.element-item.slider_hover:after {
	transform: scale(1.0);
	opacity:1;
	content: "Swipe";
	font-family: 'Mukta Vaani', sans-serif;
	text-transform:uppercase;
	font-size:10px !important;
	letter-spacing:2px;
	text-indent:-10px
}
.element-item.slider_linknext:after {
	content: "Next";
	text-indent:-8px
}
.element-item.close-icon:after {
	transform: scale(1.5);
	opacity:1;
	content: "\f00d";
	color:#fff;
	line-height:16px;
} */
/*--------------Typography--------------------------------------*/
a, a:hover{
	text-decoration: none;
}
p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 300;
	/* color: #5e646a; */
	/* font-family: 'Roboto', sans-serif; */
}
blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative;
}
blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	right: 6px;
	opacity: 0.4
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}
.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.full-height {
	height:65%;
}
.full-height-100
{
	height:100%;
}
.hidden-item , .hov_zoom{
	overflow:hidden;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	/*max-width: 1224px;*/
	width: 96%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.small-container {
	max-width:800px;
}
#wrapper {
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0;
	z-index: 3;
}
.respimg , .single-slider img {
	width: 100%;
	height: auto;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	
	opacity: 0.4;
	z-index: 3;
}
/* ------header------------------------------------------------------------ */
.main-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:20;
	height:80px;
	background:#fff;
	-webkit-transform: translate3d(0,0,0);
	border-bottom: 1px solid #EBE5E8;
	box-shadow: 0 10px 30px rgb(0 0 0 / 19%), 0 6px 10px rgb(0 0 0 / 23%);
}
.logo-holder {
	/*position:absolute;
	top: 0px;*/
	left:26px;
	margin-left: 0px !important;
}
.logo-holder img {
	width:auto;
	height: 60px;
}
.header-contacts {
	float:right;
	position:relative;
	height:80px;
	line-height:80px;
	right:100px;
}
.contacts-btn {
	display:none;
}
.header-contacts:after {
	content:'';
	position:absolute;
	top:50%;
	left:-130px;
	width:60px;
	height:1px;
	background:rgba(255,255,255,0.2);
}
.main-header:before {
	content:'';
	position:absolute;
	width:125px;
	right:0;
	height:100%;
	top:0;
	/*background:rgba(255,255,255,0.05);*/
}
.navbar-nav
{
	margin-left:50px;
	position: relative;
    height: 80px;
    line-height: 80px;
}

.navbar-nav li{
    list-style: none;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #f9f9f9;
    letter-spacing: 1px;
}
.navbar-nav li a
{
	color:#00b1f7;
	padding-bottom:0px;
	line-height:80px;
	padding: 0px 25px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
	font-size: 13px;
}
.navbar-nav li a::before {
	
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
	background: #091D3E;
	clip-path: inset(0 0 100% 0);
	opacity: 1;
	transition: 0.4s;
}

.navbar-nav li a:hover::before {
	clip-path: inset(0 0 0 0);
}
.navbar-nav li a:hover {
	color:#fff;
	background: #091D3E;
}


.header-contacts ul {
	float:right;
}
.header-contacts li , .contacts-btn {
	list-style:none;
	float:left;
	margin-right:40px;
	position:relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	color: #f9f9f9;
	letter-spacing: 1px;
}
.header-contacts li:before {
	content:'';
	position:absolute;
	left:-30px;
	width:15px;
	top:50%;
	height:2px;
	margin-top:-2px;
}
.header-contacts li  a{
	transition: all 200ms ease-out;
}
.header-contacts li  a:hover , .contacts-btn:hover{
	color:#fff;
}
.left-header {
	background:#313131;
	position:fixed;
	top:80px;
	left:0;
	bottom:150px;
	z-index:22;
	width:80px;
   -webkit-transform: translate3d(0,0,0)
}
.left-header:before {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:70px;
	top:0;
	background:rgba(255,255,255,0.2);
}
.left-header:after {
	content:'';
	position:absolute;
	bottom:144px;
	width:60px;
	height:8px;
	left:50%;
	margin-left:-30px;
}
.lh_dec {
	position:absolute;
	top:70px;
	left:50%;
	width:6px;
	height:6px;
	margin-left:-3px;
	border-radius:50%;
}
.left-header_social {
	position:absolute;
	bottom:190px;
	left:50%;
	margin-left:-22px;
	width:40px;
}
.left-header_social li a{
	width:40px;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	display:inline-table;
	background:#313131;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-top:none;
	position:relative;
	text-align: center;
		position:relative;
	z-index:2;
	text-align: center;
	color:#767676;
	transition: all 200ms ease-out;
}
.left-header_social li a:before{
	content:'';
	position:absolute;
	right:0;
	width:0;
	height:100%;
	top:0;
	background:rgba(255, 255, 255, 0.08);
	z-index:1;
	transition: all 200ms ease-out;
}
.left-header_social li a:hover{
    background-color:#00b1f7;
}
.left-header_social li a:hover:before  {
	width:100%;
}
.left-header_social li:first-child {
	border-top:1px solid rgba(255, 255, 255, 0.08);
}
/*.left-header_social li a {
	position:relative;
	z-index:2;
	text-align: center;
	color:#767676;
	transition: all 200ms ease-out;
}*/
.left-header_social li:hover a {
	color:#fff;
}
.share-btn {
	position:fixed;
	bottom:0;
	width:80px;
	height: 80px;
	z-index:31;
	/* cursor:pointer; */
	-webkit-transform: translate3d(0,0,0)
}
.share-btn:before {
	content:'';
	position:absolute;
	top:-120px;
	width:1px;
	height:90px;
	left:50%;
	background:rgba(255,255,255,0.2);
}
.share-btn:after {
	content:'';
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
    background: #393939;
	transition: all 200ms ease-out;
}
.share-btn:hover:after , .share-btn.uncl-share:after {
	top: 100%;
}
.share-btn span {
	color: #fff;
	position:relative;
	top:106px;
	left:18px;
	float:left;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	z-index:2;
}
.share-btn  span i {
	position: absolute;
	transition: all 0.2s ease-in-out;
	left: 3px;
	width: 19px;
	font-size: 40px;
	padding-left:2px;
	height:30px;
	text-align: center;
	top: -80px;
	color:#fff;
	line-height:28px;
}
.share-btn.uncl-share span i:before {
	content:'\f00d';
}
.nav-button {
	float:right;
	width: 28px;
	height: 50px;
	margin-right:50px;
	/* cursor: pointer; */
	position: relative;
	top: 22px;
}
.nav-button span {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	height: 2px;
	background: #fff;
	position: relative;
	overflow:hidden;
	z-index:2;
 	transition: all 0.3s ease-in;
	transform: rotate(0deg);
	top:0;
	left:0;
}
.nav-button:hover span:before {
	width:100%;
}
.nav-button .ncs , .nav-button .nbs {
	width: 60%;
	 transition: all 0.2s ease-in;
}
.nav-button .ncs {
	float:right;

}
.nav-button.cmenu .nbs {
	transform: rotate(-45deg);
	top:-3px;
	left:1px;
	transition-delay:0.1s;
}
.nav-button.cmenu .ncs {
	transform: rotate(-45deg);
	top:4px;
	left:-2px;
	transition-delay:0.1s;
}
.nav-button.cmenu .nos   {
	transform: rotate(45deg);
}
.nav-button:hover .menu-button-text {
	color: #fff;
}
.menu-button-text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 6px;
	color: rgba(255, 255, 255, 0.41);
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
.page-subtitle {
	padding: 10px 10px;
	background: #00b1f7;
	position: relative;
	display: block;
	width: fit-content;
	float: right;
}
.page-subtitle {
	position:absolute;
	top:20px;
	right:80px;
	text-align:right;
	z-index:10;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color:#fff;
    letter-spacing: 3px;
}
.page-subtitle span {
	padding:10px 10px;
	background: #00b1f7;
	position:relative;
	display:block;
}
.page-subtitle:before {
	content:'';
	position:absolute;
	left:-60px;
	width:50px;
	height:1px;
	background:rgba(255,255,255,0.5);
	top:50%;
}
/*------ btn ------------------------------------------------*/
.btn {
	padding:15px 38px;
	position:relative;
	color: #313131;
	text-transform:uppercase;
	font-size: 14px;
	letter-spacing:2px;
	font-weight:800;
	background:#3C3C3C;
	overflow:hidden;
	display:inline-block;
}
.btn span {
	position:relative;
	z-index:3;
	left:0;
 	transition: all 0.3s ease-in-out;
	transition-delay:0.1s;
	color: #fff;
}
.btn:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0;
	z-index:1;
	background:#3C3C3C;
	transition: all 0.3s ease-in-out;
}
.btn:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top:16px;
	left:-20px;
	z-index:2;
	transition: all 0.3s ease-in-out;
	transition-delay:0.2s;
	font-size:11px;
}
.btn:hover:before {
	width:100%;
}
.btn:hover:after {
	left:26px;
}
.btn:hover span {
	left:13px;
	color: white;
}
.fl-btn {
	float:left;
	margin-top:15px;
	display:block;
}
/* ------share------------------------------------------------------------ */
.share-wrapper {
	position:fixed;
	bottom:0;
	left:80px;
	height:150px;
	width:0;
    background: #222;
	z-index:100;
	overflow:hidden;
    -webkit-transform: translate3d(0,0,0);
}
.share-container {
	overflow:hidden;
}
.share-icon , .share-icon:after , .close-share-btn i {
    transition: all 100ms linear;
}
.share-icon:hover {
	background: #3C3C3C;
}
.share-icon {
    width: 75px;
	height:75px;
	line-height:75px;
    float: left;
    position: relative;
    font-size: 16px;
	color:#fff;
    opacity: 0;
}
.share-icon:before {
	font-family: Font Awesome\ 5 Brands;
}
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f39e";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f0e1";
}
.share-icon-vimeo:before {
   content: "\f27d";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f231";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
.close-share-btn {
	position:absolute;
	right:-75px;
	bottom:0;
	width:75px;
	height:75px;
	line-height:75px;
	font-size:10px;
	background: #3C3C3C;
	z-index:10;
	/* cursor:pointer; */
}
/*------Navigation ------------------------------------------------*/
.nav-holder {
	position:fixed;
	top:80px;
	width:500px;
	right:-500px;
	z-index:319;
	-webkit-transform: translate3d(0, 0, 0);
}
.nh_vis {
	right:30%;
}
.nav-holder-wrap {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
}
.nav-footer {
	position:absolute;
	left:0;
	right:0;
	bottom:-70px;
	z-index:20;
	background:#313131;
	padding: 0 10px 0 25px;
	height:70px;
	line-height:70px;
	color:rgba(255,255,255,0.7);
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align: center;
}
.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 318;
	width: 100%;
	background: rgba(37, 36, 37, 0.7);
 	display:none;
	-webkit-transform: translate3d(0, 0, 0);
}
.nav-container {
	padding:25px 50px 25px;
	z-index: 20;
}
nav.nav-inner {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	opacity:0;
	transform:translateX(50px);
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.sliding-menu a {
	float: left;
	padding: 0 0 0 20px;
	height: 35px;
	line-height: 40px;
	position: relative;
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index:2;
	width:100%;
}
.sliding-menu a:hover {
	color: rgba(255, 255, 255, 0.41);
}
.sliding-menu li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	z-index:1;
	transition: all 300ms linear;
	height: 100%;
	/*background: rgba(255, 255, 255, 0.071);*/
}
.sliding-menu a.act-link:after {
	width: 70%;
}
.sliding-menu a i {
	float: left;
	width: 35px;
	color: #74829C;
	position: relative;
	top: 3px;
}
.sliding-menu a.back:before {
	font-family: FontAwesome;
	content: '\f177';
}
.sliding-menu a.back:hover:before {
	color: #fff;
}
.sliding-menu a.act-link{
	margin-bottom: 5px;
	color: #fff !important;
}
.submen-dec:before {
	font-family: FontAwesome;
	content: '\f054';
	position: absolute;
	right: 6px;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:12px;
	color:rgba(255, 255, 255, 0.371);
	z-index: 20;
}
.nav-holder-wrap_line {
	position:absolute;
	right:0;
	bottom:0;
	width:125px;
	top:100%;
	background:rgba(255,255,255,0.02);
	z-index:2;
}
.nav-holder-wrap_dec {
	position:absolute;
	top:0;
	left:100%;
	right:0;
	bottom:0;
	z-index:1;
	background:#222;
}
.nhw-col.menuhol-dec-vis:before {
	transform:scale(2.5);
}








.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background:#00b1f7;
	border-color: #337ab7;
	color:#fff;
  }
.nav .open > a
{
	background:#00b1f7;
}
.navbar-nav li a:focus
{
	/*background:#00b1f7;*/
}
.dropdown-menu li a
{
	line-height:40px;
}


.dropdown-submenu{position:relative;width:100%;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after
{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top: 15px;
	margin-right: -20px;
	
}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/*--------------hero--------------------------------------*/
.swiper-container {width:100%;height:100%;margin:0 auto;}
.slider-wrap  , .portfolio-wrap  , .hero-slider-img .swiper-slide , .hero-slider-wrap .swiper-slide     {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.hero-slider-wrap_halftwo {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0%;
	background:#292929;
	z-index:1;
}
.fs-gallery-wrap {
	z-index:3;
}
.hero-conatiner{
	background:#292929;
}
.hc_dec {
	position:absolute;
	width:450px;
	height:450px;
	border-radius:50%;
	border:1px solid  rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 52px rgba(255,255,255,0.05);
	left:30%;
	margin-left:-305px;
	top:50%;
	margin-top:-245px;
	z-index:2;
	background:rgba(255,255,255,0.02)
}
.hc_dec:before {
	content:'';
	position:absolute;
	top:50%;
	right:100px;
	left:-120px;
	height:1px;
	background:rgba(255,255,255,0.2);
}
.hc_dec:after {
	content:'';
	position:absolute;
	left:-120px;
	width:8px;
	height:8px;
	border-radius:50%;
	top:50%;
	margin-top:-4px;
	transition: all 0.5s ease-in-out;
	transform:scale(1.0);
}
.hc_dec.start_anim:after {
	left:-4px;
	transform:scale(2.5);
}
.half-hero-wrap {
	position:absolute;
	top:30%;
	left: 5%;
}
.half-hero-wrap h1 {
	text-align:left;
	color:#000;
	font-weight: bold;
	text-transform:uppercase;
	font-size:30px;
	position:relative;
	line-height:66px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'ROG LyonsType', sans-serif;
}
.half-hero-wrap h4 {
	padding-top:20px;
	color:#000;
	text-align:justify;
	float: left;
	max-width: 550px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}
.hhw_header {
	text-align:left;
	color:#fff;
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	font-weight:800;
	letter-spacing:2px;
	padding-bottom:20px;
}
.hc_dec_color {
	position: fixed;
	right:0;
	height:80px;
	width:30%;
	top:0;
	z-index:20;
}
.hc_dec_color:after {
	content:'';
	position:absolute;
	right:0;
	width:80px;
	height:150px;
	bottom:-150px;
	z-index:1;
}
.hc_dec_color:before {
	content:'';
	position:absolute;
	width:1px;
	height:170px;
	right:40px;
	bottom:-255px;
	background: rgba(255,255,255,0.2);
	z-index:2;
}
.hero-slider_control-wrap {
	position:absolute;
	left: 5%;
	bottom:18px;
	z-index:20;
}
.hero-slider_control-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:-60px;
	width:40px;
	height:1px;
	background:rgba(255,255,255,0.2);
	display: none;
}
.hsc {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	background:#00b1f7;
	border-radius:100%;
	color:#fff;
	font-size:14px;
	margin-right:4px;
	/* cursor:pointer; */
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.1);
	transition: all 0.2s ease-in-out;
	transform:scale(1.0);
	text-align: center;
}
.hsc:hover {
	transform:scale(0.9);
	background:#0b86b2;
}
.hsc_pp {
	position:absolute;
	right:30px;
	width:50px;
	height:50px;
	line-height:50px;
	/* cursor:pointer; */
	top:50%;
	margin-top:-25px;
	font-size:13px;
	background:#fff;
	z-index:20;
	border-radius:50%;
	font-weight:bold;
	transition: all 0.2s ease-in-out;
}
.hsc_pp:after {
	content:'';
	position:absolute;
	left:-11px;
	top:-11px;
	right:-11px;
	bottom:-11px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:50%;
	box-sizing:border-box;
	transition: all 0.2s ease-in-out;
	background:rgba(255,255,255,0.2);
	z-index:-1;
	transform:scale(1.0);
}
.hsc_pp i , .hsc_pp2 i {
	transition: all 0.2s ease-in-out;
}
.hsc_pp2 {
	position:absolute;
	right:0;
	top:0;
	font-size:10px;
	width:95px;
	height:76px;
	line-height:76px;
	background:#242424;
	/* cursor:pointer; */
}
.hsc_pp.auto_actslider i:before , .hsc_pp2.auto_actslider2 i:before  {
	content: "\f04c";
}
.hsc_pp:hover:after {
	background:rgba(255,255,255,0.3);
	transform:scale(1.2);
}
.hero-slider-wrap_pagination {
	position:absolute;
	bottom:50px;
	right:-80px;
	width:80px;
	z-index:100;
}
.hero-slider-wrap_pagination:before {
    content: '';
    position: absolute;
    left:0;
    right: 0;
	bottom:-50px;
    top: -50px;
    background: rgba(255,255,255,0.05);
}
.hero-slider-wrap_pagination .swiper-pagination-bullet , .fcwc-wrap .swiper-pagination-bullet{
	width:100%;
	background:none;
	position:relative;
	height:6px;
	opacity:1;
}
.fcwc-wrap .swiper-pagination-bullet {
	margin-bottom:20px;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:last-child {
	margin-bottom:0;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:before , .tc-pagination  .swiper-pagination-bullet:before , .fcwc-wrap .swiper-pagination-bullet:before , .fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:before{
	content:'';
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	width:6px;
	border-radius:100%;
	background:#fff;
	margin-left:-3px;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:after  , .tc-pagination .swiper-pagination-bullet:after , .fcwc-wrap .swiper-pagination-bullet:after , .fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:after  {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:12px;
	height:12px;
	margin:-6px 0 0 -6px;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.4);
	border-radius:100%;
    transition: all 200ms linear;
    transform :scale(0.0);
}
.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after  , .fcwc-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .fs-slider-wrap_pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform :scale(1.6);
}
.hs_counter {
	position:absolute;
	bottom: 50px;
	right: 90px;
	z-index:1;
	font-family: 'Oswald', sans-serif;
}
.hs_counter .total {
	float:left;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	position:relative;
	top:12px;
	right:-20px;
	width:30px;
}
.hs_counter .total:before {
	content:'';
	position:absolute;
	width:2px;
	height:20px;
	left:-5px;
	top:8px;
	background:rgba(255,255,255,0.4);
	transform: rotate(30deg);
}
.hs_counter .current {
	font-size:54px;
	float:left;
 	width:50px;
	position:relative;
}
.clone-counter {
	position:absolute;
	left:70px;
	bottom:-20px;
	z-index:2;
	font-family: 'Oswald', sans-serif;
 	-webkit-text-stroke-color:rgba(255,255,255,0.4);
  	-webkit-text-stroke-width: 1px;
	color:rgba(255,255,255,0.01);
  	font-size:184px;
	display: none;
}
.clone-counter:before {
	content:'//';
	position:absolute;
	bottom:50px;
	left:100%;
	margin-left:40px;
	font-size:14px;
	-webkit-text-stroke-width: 0px;
}
.slider-progress-bar {
	position:absolute;
	top:50px;
	right:50px;
	z-index:20;
}
.slider-progress-bar:before , .progress-indicator:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -3px;
	width:6px;
	height:6px;
	border-radius:50%;
	z-index:2;
	background:#fff;
}
.slider-progress-bar:after  , .progress-indicator:after{
	content:'';
	position:absolute;
	width:1px;
	height:100px;
	right:-14px;
	top:-64px;
	background:rgba(255,255,255,0.4);
	transform:  rotate(45deg);
	z-index:1;
}
.progress-indicator {
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
}
.progress-indicator svg {
	position:relative;
	top:-5px;
    height: 50px;
	transform: rotate(-90deg);
    width: 50px;
}
.progress-bar__background {
    fill: none;
    stroke:  rgba(255,255,255,0.4);
    stroke-width: 1.0;
}
.progress-bar__progress {
    fill: none;
    stroke: #fff;
    stroke: #fff;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.8;
}
.circ {transform:  scale(1.0) rotate(-90deg); transition: transform .3s ease; z-index:3; position:relative;}
.circ circle {stroke-dasharray: 440px;}
.circ1 {stroke-dashoffset: 440px;  }
.slider-progress-bar.act-slider .circ1 {
	stroke-dashoffset: 220px; transition: linear 2s stroke-dashoffset;
}
.hero-scroll-down-notifer {
	position: fixed;
	z-index:10;
	right:30px;
	margin-bottom:-15px;
	bottom:50%;
}
.hero-scroll-down-notifer i{
	position:absolute;
	bottom:-40px;
	left:0;
	text-align: center;
	width:100%;
}
.scroll-down-wrap {
	float: left;
	position: relative;
}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 6px;
	font-weight: 500;
	font-size: 10px;
	letter-spacing:2px;
	text-transform:uppercase;
	color: #fff;
	z-index:10;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background:#292929;
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

/*---------------------------------------------------------------------------------------- THANK YOU PAGE CSS ------------------------------------------------------------------------*/
.thanks-wrap{
  padding: 50px 0px;
  background: #f6f6f6;
}
.thanks-text{
  padding: 100px 0px;
}
.thanks-text h3{
  font-size: 35px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.thanks-text h6{
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}
.thanks-text .btn-theme {
    background-color: #0072bc;
    color: #ffffff !important;
    font-size: 15px;
    border: 2px solid #0072bc !important;
    }
.checkmark {
  width: 350px;
  margin: 0 auto;
  padding-top: 0px;
}
.thanks-text .btn-1{
color: #fff;
}
/*---------------------------------------------------------------------------------------- THANK YOU PAGE CSS ------------------------------------------------------------------------*/
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(50px);
		opacity: 0;
	}
}
.start-btn {
	position:absolute;
	right:0;
	bottom:0;
	padding:30px 90px;
	color:#fff;
	z-index:50;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
	background:#343434;
	font-weight:800;
	border-left:6px solid;
}
.start-btn.st2 {
	right:auto;
	left:0;
	border:none;
}
.start-btn:before {
	content:'';
	position:absolute;
	left:0;
	right:100%;
	top:0;
	bottom:0;
	z-index:1;
    transition: all 200ms linear;
}
.start-btn:after {
	content:'';
	position:absolute;
	right:0;
	top:20px;
	width:1px;
	background:rgba(255,255,255,0.1);
	bottom:20px;
	z-index:1;
}
.start-btn span {
	position:relative;
	z-index:2;
}
.start-btn i{
	transition: all 200ms linear;
	position:relative;
	left:20px;
}
.start-btn:hover i {
	left:30px;
	color:#fff;
}
.start-btn:hover:before {
	right:0;
}
.hero-corner-dec  {
	border-right:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	z-index:4;
	position:absolute;
	left: 48px;
	bottom:36px;
	right:53px;
	top:calc(50% + 60px);
}
.hero-corner-dec2 {
	width:150px;
 	position:absolute;
	right:0;
	top:0;
	height:150px;
	z-index:4;
	background:#292929;
}
.hero-corner-dec2:before , .hero-section-dec:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:80px;
	box-sizing:border-box;
	border-top:1px solid rgba(255,255,255,0.4);
	border-right:1px solid rgba(255,255,255,0.4);
}
.hero-decor-numb {
	position: absolute;
	z-index: 20;
	right:140px;
	top: 66px;
	padding-left: 80px;
	/* cursor: pointer; */
	overflow: hidden;
}
.hero-decor-numb.hdn2 {
	right:0;
	top:50%;
}
.hero-decor-numb:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 1px;
}
.hero-decor-numb.hdn2:after {
	content:'';
	position:absolute;
	right:0;
	left:50%;
	top:-20px;
	bottom:-20px;
	background:rgba(0,0,0,0.4);
	z-index:1;
	transition: all 200ms linear;
}
.hero-decor-numb.hdn2:hover:after {
	left:60px;
}
.hero-decor-numb-tooltip {
	position: absolute;
	right: 80px;
	top: -40px;
	opacity: 0;
	visibility: hidden;
}
.hero-decor-numb span {
	float: left;
	margin-right: 40px;
	position: relative;
	top: 0;
}
.hero-decor-numb span,
.hero-decor-numb-tooltip {
	transition: all 200ms linear;
	color: #fff;
	letter-spacing: 10px;
	font-size: 10px;
	text-transform: uppercase;
	z-index:2;
}
.hero-decor-numb:hover span {
	top: 50px;
	opacity: 0;
	visibility: hidden;
}
.hero-decor-numb:hover .hero-decor-numb-tooltip {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.hero_promo-wrap {
	position:absolute;
	bottom:0;
	right:0;
	width:600px;
	background:#292929;
	z-index:20;
}
.hero_promo-wrap:before {
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	left:-5px;
	top:-5px;
	z-index:1;
}
.hero_promo-title {
	float:left;
	width:350px;
	color:#fff;
	padding:45px 30px 45px 50px;
	text-align:left;
	position:relative;
	z-index:3;
	background:#292929;
}
.hero_promo-title:before {
	content:'';
	position:absolute;
	bottom:20px;
	left:50px;
	right:0;
	height:1px;
	background:rgba(255,255,255,0.1);
	z-index:1;
}
.hero_promo-title:after {
	content:'';
	position:absolute;
	bottom:20px;
 	left:50px;
	width:50px;
	height:1px;
	z-index:2;
}
.hero_promo-title h4 {
	font-size:17px;
	font-weight:600;
	padding:10px 0;
}
.hero_promo-title p {
	font-size:11px;
	color:rgba(255,255,255,0.9);
	line-height:15px;
}
.hero_promo-button {
	position:absolute;
	width:250px;
	right:0;
	top:0;
	overflow:hidden;
	height:100%;
}
.hero_promo-button a {
	position:absolute;
	width:50px;
	height:50px;
	line-height:50px;
	left: 50%;
    top: 50%;
	margin:-25px 0 0 -25px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    border-radius: 100%;
	background:#000;
	color:#fff;
	z-index:20;
	font-size:10px;
	transition: all 0.3s ease-in-out;
}
.hero_promo-button a:hover {
    box-shadow: 0px 0px 0px 17px rgba(255,255,255,0.2);
	color:#fff;
}
.hdyn_gal {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-30px;
	padding:0 30px;
	height:60px;
	line-height:60px;
	/* cursor:pointer; */
	z-index:21;
	background:#292929;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	color:#fff;
}
.hdyn_gal:before {
	content:'';
	position:absolute;
	right:0;
	left:100%;
	top:0;
	bottom:0;
	z-index:1;
	background:#323232;
	transition: all 0.3s ease-in-out;
}
.hdyn_gal i {
	padding-right:20px;
 	transition: all 0.3s ease-in-out;
	left:0;
}
.hdyn_gal i , .hdyn_gal span {
	position:relative;
	z-index:2;
}
.hdyn_gal:hover:before {
	left:0;
}
.hdyn_gal:hover i {
	left:-10px;
}
.hero-carousel-wrap {
	padding:6px;
}
.hero-carousel .swiper-slide .bg {
    width: 130%;
    left: -15%;
    transform: translateZ(0);
}
.grid-carousel-title {
	position:absolute;
	top:45%;
	left:0;
	right:0;
	padding:0 50px;
	z-index:3;
	opacity:0.6;
	margin-top:40px;
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}
.hero-carousel .swiper-slide-active .grid-carousel-title  {
	margin-top:0;
	opacity:1;
}
.grid-carousel-title  h3 {
	font-size:34px;
	font-weight:800;
	color:#fff;
	position:relative;
    font-family: 'Oswald', sans-serif;
	text-align:left;
}
.grid-carousel-title  h3 a{
	color:#fff;
}
.grid-carousel-title  h4 {
	font-weight:600;
	padding-top:10px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	color: rgba(255,255,255,0.7);
	position:relative;
	text-align:left;
	padding-bottom:20px;
}
.grid-carousel-title  h3:before {
	content:'';
	position:absolute;
	left:0;
	width:60px;
	height:2px;
	top:-15px;
}
.hero-carousel .swiper-slide , .fs-slider .swiper-slide {
	overflow:hidden;
}
.hero-carousel .swiper-slide .overlay , .carousle-item-number , .carousle-item-dec  , .grid-carousel-title .btn{
	transition: all 0.3s linear;
	transition-delay: 1.0s;
    transform: translateZ(0);
}
.grid-carousel-title .btn{
	opacity:0;
	top:20px;
}
.hero-carousel .swiper-slide-active .overlay {
	opacity:0.6;
}
.carousle-item-number {
	position:absolute;
	top:40px;
	right:-40px;
	z-index:19;
	font-size:14px;
	color:#fff;
	text-align:center;
	opacity:1;
	margin-bottom:-50px;
}
.hero-carousel .swiper-slide-active .carousle-item-number  {
	opacity:1;
	right:40px;
}
.carousle-item-dec {
	position:absolute;
	left:40px;
	top:48px;
	width:0;
	height:0;
	border-left:1px solid;
	border-top:1px solid;
	border-color:rgba(255,255,255,0.4);
	z-index:20;
}
.hero-carousel .swiper-slide-active .carousle-item-dec  {
	width:180px;
	height:100px;
}
.hero-carousel .swiper-slide-active .grid-carousel-title .btn {
	opacity:1;
	top:0;
}
.hsc_counter-wrap {
	position:absolute;
	bottom:150px;
	right:-55px;
	z-index:20;
	color:#fff;
	padding:20px 0;
	width:30px;
	background:rgba(255,255,255,0.05);
	border-radius:4px;
	font-size:11px;
}
.hsc_counter-wrap div {
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.hsc_counter-wrap div  span  {
    position: relative;
    display: block;
}
/*------section ------------------------------------------------*/
.section-separator {
	height:1px;
}
.section-separator span {
	position:absolute;
	right:0;
	width:150px;
	height:1px;
	top:0;
	z-index:10;
}
.section-separator:before {
	content:'';
	position:absolute;
	left:80px;
	right:0;
	height:10%;
	background:#eee;
	z-index:1;
}
.section-separator.sp2:before {
	left:0;
}
.section-separator:after {
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	left:74px;
	top:-4px;
	z-index:2;
}
.section-separator.sp2:after {
	left:4px;
}
section {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #fff;
	overflow:hidden;
}
section.parallax-section .bg {
	height: 120%;
	top: 0;
}
.dark-bg {
	background:#232323;
}
.pbg-title {
	width:250px;
	height:320px;
	opacity:0.2;
	right:80px;
	bottom:-100px;
}
.section-number {
	position:absolute;
	right:10px;
	top:20px;
	font-size:224px;
	font-weight:bold;
	color:#eee;
	opacity:0.7;
    font-family: 'Oswald', sans-serif;
	transform: rotate(-90deg);
}
.section-number span {
	position:relative;
	overflow:hidden;
}
.section-number span:before {
    content: '';
    position: absolute;
	width:100%;
	bottom:50%;
	top:0;
	left:0;
	background:#fff;
	z-index:2;
}
.body-color-bg {
	position:fixed;
	top:80px;
	right:80px;
	bottom:0;
	left:0;
	background:#242424;
    -webkit-transform: translate3d(0,0,0)
}
.page-scroll-nav , .fixed-bottom-panel {
	position:fixed;
	left:0;
	width:calc(70% - 125px);
  	background:#313131;
	bottom:0;
	z-index:20;
    -webkit-transform: translate3d(0,0,0)
}
.fs-slider-controls-wrap {
	position:absolute;
	width:calc(30% + 94px);
	height:75px;
	z-index:20;
  	background:#313131;
	bottom:0;
	right:0;
}
.fs-slider-controls-wrap.fscw2 {
	width:100%;
	background:none;
}
.fs-slider-wrap_pagination-wrap {
	position:relative;
	display:inline-block;
	top:28px;
}
.fs-slider-wrap {
	padding:6px;
}
.fsc {
	position:absolute;
	top:50%;
	z-index:20;
	width:44px;
	height:44px;
	line-height:44px;
	margin-top:-22px;
	background: #3C3C3C;
    border-radius: 100%;
    font-size: 14px;
	/* cursor:pointer; */
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.1);
    transition: all 0.2s ease-in-out;
}
.fsc.fsc-next , .ccsw-next {
	right:40px;
}
.fsc.fsc-prev {
	left:14px;
}
.ccsw-prev {
	left:40px;
}
.fsc:hover {
	color:#fff;
}
.page-scroll-nav_wrap {
	float:left;
	position:relative;
	bottom:0;
	padding-left:80px;
	width:100%;
}
.page-scroll-nav_wrap li{
	display:inline-block;
}
.psn_button {
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	font-weight:600px;
	display:none;
	height:75px;
	line-height:75px;
    background: #3C3C3C;
	width:220px;
}
.psn_button i {
	margin-right:10px;
}
.page-scroll-nav_wrap li a , .fixed-bottom-panel .gallery-filters a   {
	height:75px;
	line-height:75px;
	display:block;
	padding:0 30px;
	position:relative;
	color: rgba(255,255,255,0.5);
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	font-weight:500;
}
.fixed-bottom-panel .gallery-filters a {
	display:inline-block;
}
.page-scroll-nav_wrap li a:after , .fixed-bottom-panel .gallery-filters a:after , .pagination  a:after {
	content:'';
	position:absolute;
	left:0;
	width:0;
	height:2px;
	z-index:1;
	bottom:0;
    transition: all 200ms linear;
}
.fixed-bottom-panel.hfw .gallery-filters a:after {
	bottom:inherit;
	top:0
}
.page-scroll-nav_wrap li a:after {
	z-index:2;
}
.page-scroll-nav_wrap li a.act-sec , .page-scroll-nav_wrap li a:hover , .fixed-bottom-panel .gallery-filters a:hover , .fixed-bottom-panel .gallery-filters a.gallery-filter-active  {
	color:#fff;
}
.page-scroll-nav_wrap li a.act-sec:after , .fixed-bottom-panel .gallery-filters a.gallery-filter-active:after , .pagination  a.current-page:after  {
	width:100%;
}
.to-top-btn {
	position:fixed;
	width:80px;
	height:75px;
	cursor: pointer;
	text-align: center;
	line-height:75px;
	right: calc(-2% + 38px);
	bottom:0;
	/* cursor:pointer; */
	background:#00b1f7;
	z-index:500;
	-webkit-transform: translate3d(0,0,0);
}
.to-top-btn:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	top:0;
	background:#091D3E;
    transition: all 200ms linear;
	z-index:1;
}
.to-top-btn i {
	position:relative;
	z-index:2;
}
.to-top-btn:hover:before {
	bottom:0;
}
.hero-section-dec {
    position: fixed;
    right: 80px;
    top: 80px;
    width: 150px;
    height: 150px;
    z-index: 10;
}
.section-title {
	margin-bottom:40px;
	padding-bottom:20px;
	position:relative;
}
.section-title:before  {
    content: '';
    position: absolute;
    left: 0;
    top:-40px;
    height: 2px;
    width: 30px;
}
.section-title:after {
    content: '';
    position: absolute;
    left: 0;
	bottom:-10px;
    height: 1px;
    width: 90%;
	background:#eee;
}
.section-title h3 {
	font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
}
.section-title h3:before {
	content:'';
	position:absolute;
	left:-90px;
	top:-10px;
	width:150px;
	bottom:4px;
	z-index:-1;
	background:#f2f2f2;
}
.section-title p  {
    padding-top: 10px;
    color: #666;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    z-index: 2;
	max-width:450px;
}
/*-------------accordion---------------------------------------*/
.accordion {
	float: left;
	width: 100%;
	position: relative;
}
.accordion a.toggle {
	border: 1px solid #eee;
	padding: 18px 50px 18px 30px;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	transition: all 300ms linear;
}
.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
	background: #35353A;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transition: all 300ms linear;
}
.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}
.accordion a.toggle.act-accordion {
	color: #fff;
	background: #35353A;
	border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
	height: 0;
}
.accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 30px;
	background: #f9f9f9;
	margin: 0 0 15px;
	text-align: left;
	border: 1px solid #eee;
}
.accordion-inner.visible {
	display: block;
}
/*------portfolio ------------------------------------------------*/
#portfolio_horizontal_container {
    height: 100%;
 	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding:0
}
#portfolio_horizontal_container.one-ver-columns .portfolio_item {
	padding-bottom:0;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height:50% ;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item.portfolio_item_second {
	height:100% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height:33.3% ;
}
.one-ver-columns {
	height:100%;
}
#portfolio_horizontal_container .portfolio_item img {
	 float:left;
	 width:auto;
	position:relative;
	z-index:1;
	height:100%;
    transform: translateZ(0);
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
	width:auto;
	height:100%;
}
.horizontal-grid-wrap {
	overflow:hidden;
	top:0;
	padding:0 0 0 0;
}
.horizontal-grid-wrap.hgw_fh {
	height:100%;
}
.gallery-items_fs {
	padding-bottom:70px;
}
.gallery-item,
.grid-sizer {
	width: 33.3%;
	position: relative;
	float: left;
	overflow: hidden;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.two-column .gallery-item.gallery-item-second {
	width:100%;
}
.min-pad .gallery-item {
	padding: 2px;
}
.big-pad .gallery-item {
	padding: 8px;
}
.gallery-item img  {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
    transform: translateZ(0);
}
.grid-det {
	position:absolute;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	overflow:hidden;
	background:  rgba(31,31,31,0.8);
}
.grid-det-item  , .grid-det_category {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	padding:10px 30px;
	z-index:10;
    transition: all 300ms ease-in-out;
}
.grid-det_link {
	color:#fff;
	display:block;
	font-size:16px;
 	font-family: 'Oswald', sans-serif;
	text-align:left;
	position:relative;
	font-weight:600;
}
.grid-det_link:before {
	content:'';
	position:absolute;
	left:0;
	top:-20px;
	width:20px;
	height:2px;
}
.grid-det_link i {
	padding-left:20px;
	font-size:12px;
    transition: all 300ms ease-in-out;
}
.grid-det_link:hover i {
	padding-left:30px;
}
.grid-det_category {
	bottom:inherit;
	top:20px;
}
.grid-det_category a {
	float:left;
	margin-right:12px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	text-align:left;
	font-weight:800;
}
.grid-media-zoom {
	position:absolute;
	right:0;
	top:0;
	width:56px;
	height:56px;
	line-height:56px;
	background:#313131;
	font-size:12px;
	z-index:20;
	color:#fff;
    transition: all 300ms ease-in-out;
}
.fs-folio-counter {
	position: fixed;
	bottom: 150px;
    right: 25px;
    color: #fff;
    padding: 20px 0;
    width: 30px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    font-size: 11px;
	z-index:20;
}
.fs-folio-counter div {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.fs-pg-idicator_wrap {
	position:fixed;
	bottom:0;
	right:0;
	width:80px;
	height:75px;
	z-index:10;
    -webkit-transform: translate3d(0,0,0)
}
.fs-pg-idicator_wrap .progress-indicator , .fs-pg-idicator_wrap .slider-progress-bar {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -25px;
}
.fs-pg-idicator_wrap .progress-indicator svg , .fs-pg-idicator_wrap .slider-progress-bar svg {
	margin:-5px 0 0 5px;
}
.fs-pg-idicator_wrap .slider-progress-bar svg  {
	margin-top:-8px;
}
.fs-pg-idicator_wrap .progress-indicator:after , .fs-pg-idicator_wrap .slider-progress-bar:after {
    height: 100px;
    right: 50%;
    top: -74px;
    background: rgba(255,255,255,0.2);
    transform: rotate(0deg);
}
.fcc_column{
    position: absolute;
    right: 110px;
    top: 260px;
    z-index: 4;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.fcc_column div {
    float: left;
    margin-left: 20px;
    font-size: 38px;
    position: relative;
}
.fcc_column div.num-album {
    font-size: 18px;
    top: -10px;
}
.fcc_column div.num-album span {
	position:relative;
	top:0;
	opacity:1;
	display: block;
}
.fcc_column div.all-album:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: -12px;
    top: 8px;
    background: rgba(255,255,255,0.8);
    transform: rotate(30deg);
}
.fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car{
	height:75px;
	left:350px;
	width:calc(100% - 430px);
}
.fixed-bottom-panel.fs-fix-bom-panel {
	left:80px;
	width:calc(100% - 160px);
}
.hs_init-container {
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.hs_init-wrap {
	height:75px;
}
.hs_init {
	position:absolute;
	left:20px;
	right:20px;
	height:1px;
	top:50%;
	background:rgba(255,255,255,0.2);
}
.show-details {
	position:absolute;
	left:50px;
	height:75px;
	line-height:75px;
	bottom:0;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	/* cursor:pointer; */
	z-index:20;
}
.show-details.sd_btn2 {
	background:#313131;
	left:0;
	width:250px;
}
.show-details i {
	position:relative;
	left:30px;
	transition: all 200ms ease-in-out;
}
.show-details:hover i {
	left:50px;
}
.fwcb {
	position:absolute;
	width:10px;
	height:30px;
	line-height:30px;
	top:50%;
	margin-top:-13px;
	font-size:19px;
	/* cursor:pointer; */
}
.fwcb:hover {
	color:#fff;
}
.fwcb.fw-carousel-button-prev {
	left:-20px;
}
.fwcb.fw-carousel-button-next {
	right:-20px;
}
.next-project-swiper-link {
	width:120px;
	height:100%;
	background:#313131;
	position:relative;
	margin-right:130px;
}
.next-project-swiper-link span {
	position: absolute;
    left: -2px;
    top: 50%;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    white-space: nowrap;
    transform: rotate(-90deg);
    z-index: 2;
	transition: all 200ms ease-in-out;
}
.next-project-swiper-link:before {
	content:'';
	position:absolute;
	left:100%;
	right:0;
	bottom:0;
	top:0;
	background:#292929;
	transition: all 200ms ease-in-out;
}
.next-project-swiper-link:hover span{
	color:#fff;
}
.next-project-swiper-link:hover:before {
	left:0;
}
.fsc-holder {
    height: 100%;
    position: absolute;
	top:0;
	left:0;
	right:-78px;
	padding:50px 0 125px 50px;
    z-index: 1;
	overflow:hidden;
}
.fsc-holder:after {
	content:'';
	position:absolute;
	right:35px;
	bottom:75px;
	width:1px;
	height:180px;
	background:rgba(255,255,255,0.2);
	z-index:9;
}
.fsc-holder:before {
	content:'';
	position:absolute;
	right:0;
	width:78px;
	background:#313131;
	top:0;
	bottom:350px;
	z-index:10;
}
.fw-carousel .swiper-container {
	position:absolute;
	left:0;
	right:0;
}
.slider-wrap .swiper-slide img , .fw-carousel  .swiper-slide img   {
	width: auto!important;
	height:calc(100% - 70px);
	position:relative;
	z-index:1;
}
.fw-carousel-wrap.single_project_carousel .swiper-slide img {
	height:100%;
}
.slider-wrap .swiper-slide   , .fw-carousel  .swiper-slide  , .center-carousel .swiper-slide   {
    width: auto!important;
    height:100%!important;
    display: inherit !important;
}
.fw-carousel-counter {
	width:70px;
	position: absolute;
	bottom:26px;
	right:20px;
	z-index:20;
	left: auto;
}
.fw-carousel-counter:before {
	content:'';
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:50%;
	width:1px;
	height:10px;
	margin-top:-5px;
	background:rgba(255,255,255,0.4);
    transform: rotate(45deg);
	z-index:2
}
.fw-carousel-counter:after {
	content:'';
	position:absolute;
	right:-63px;
	height:38px;
	top:50%;
	width:68px;
	margin-top:-39px;
	border-right:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.fw-carousel-counter span {
	float:left;
	width:30px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:11px;
    font-weight:600;
	position:relative;
	z-index:3
}
.thumbnail-container.visthumbnails {
	overflow:auto;
}
.thumbnail-container {
	position: absolute;
	left:0;
	right:-80px;
	top:100%;
	bottom:75px;
	background:#292929;
	z-index:220;
	overflow: hidden;
}
.thumbnail-container.tc2 {
	bottom:0;
	right:0;
}
.thumb-img {
	float:left;
	/* cursor:pointer; */
	margin:10px;
	position:relative;
}
.thumbnail-wrap {
	max-width:1000px;
	margin:0 auto;
	padding:110px 70px;
}
.thumb-img:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:1;
	z-index:3;
	background:#292929;
	transition: all 400ms ease-in-out;
}
.thumb-img:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f067";
	position: absolute;
	color: #fff;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	line-height:40px;
	margin:-20px 0 0 -20px;
	z-index:2;
	border-radius:100%;
	background:#292929;
	font-size: 11px;
 	transition: all 100ms ease-in-out;
	opacity: 0
}
.thumb-img:hover:after {
	opacity:1;
}
.thumb-img.visthumbnails:before{
	bottom:100%;
}
.thumb-img img {
	width: auto;
	height:120px;
}
.tumbnail-button {
	position:absolute;
	left:36px;
	bottom:6px;
	/* cursor:pointer; */
	z-index:20;
}
.thumbnail-tooltip {
	position:absolute;
	right:-75px;
	font-size:10px;
	text-transform:uppercase;
	opacity:0;
	visibility:hidden;
	top:12px;
	color:#fff;
	transition: all 300ms ease-in-out;
}
.tumbnail-button:hover .thumbnail-tooltip {
	opacity:1;
	visibility:visible;
}
.list {
	width:40px;
	height:40px;
	overflow:hidden;
	display:inline-table;
}
.list div.list-btn,
.list span{
	display:block;
	width:40px;
	height:40px;
}
 .list div.list-btn{
	position:relative;
	padding: 10px;
}
 .list div.list-btn span{
	width: 20px;
	height: 20px;
	overflow:hidden;
	position: relative;
}
.list div.list-btn i{
	display:block;
	position:absolute;
	background:#fff;
	width:6px;
	height:0;
	transition-property: height, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(.75,0,.3,1);
}
.list div.list-btn i.c1{ left:0px; }
.list div.list-btn i.c2{ left:7px; }
.list div.list-btn i.c3{ left:14px; }
.list div.list-btn i.c1.b1{ height:7px; transform: translate(0, 0); }
.list div.list-btn i.c1.b2{ height:7px; 	transform: translate(0, 8px); }
.list div.list-btn i.c1.b3{ height:7px; transform: translate(0, 40px); }
.list div.list-btn i.c2.b1{ height:10px;  transform: translate(0, 0); }
.list div.list-btn i.c2.b2{ height:7px; transform: translate(0, 11px); }
.list div.list-btn i.c2.b3{ height:7px;  	transform: translate(0, 35px); }
.list div.list-btn i.c3.b1{ height:5px; transform: translate(0, 0); }
.list div.list-btn i.c3.b2{ height:7px;  	transform: translate(0, 6px); }
.list div.list-btn i.c3.b3{ height:7px;  transform: translate(0, 33px); }
.list div.list-btn:hover i.c1.b1{ height:7px; 	transform: translate(0, -8px); }
.list div.list-btn:hover i.c1.b2{ height:7px; transform: translate(0, 0); }
.list div.list-btn:hover i.c1.b3{ height:7px;  	transform: translate(0, 8px); }
.list div.list-btn:hover i.c2.b1{ height:10px;  transform: translate(0, -11px); }
.list div.list-btn:hover i.c2.b2{ height:10px; 	transform: translate(0, 0); }
.list div.list-btn:hover i.c2.b3{ height:7px; 	 	transform: translate(0, 11px); }
.list div.list-btn:hover i.c3.b1{ height:5px;  transform: translate(0, -6px); }
.list div.list-btn:hover i.c3.b2{ height:5px;  transform: translate(0, 0); }
.paginate .list div.list-btn:hover i.c3.b3{ height:7px; transform: translate(0, 6px); }
.slide-numb {
	position:absolute;
	bottom:30px;
	left:30px;
	font-weight:800;
	color:#fff;
	font-size:12px;
	z-index:10;
}
.show-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	z-index: 15;
}
.show-info span {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	/* cursor: pointer; */
	letter-spacing: 2px;
	float: right;
	font-weight: 600;
	position:relative;
	top:-30px;
	right:30px;
}
.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 15px 30px;
	font-size: 11px;
	color: #fff;
	text-indent: 0px;
	position: absolute;
	background: #242424;
	bottom: 0;
	opacity: 0;
	right: 0;
	margin-bottom: 72px;
	visibility: hidden;
	pointer-events: none;
	text-align: left;
	z-index: 16;
	transition: all 300ms linear;
}
.tooltip-info p {
	font-size: 12px;
	color: #888;
}
.tooltip-info h5 {
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
}
.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.fix-pr-det-dec  {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#313131;
	z-index:100;
}
.fix-pr-det-dec2 {
	position:absolute;
	right:50%;
	top:50%;
	width:150px;
	height:50px;
	margin:-25px -75px 0 0;
	z-index:101;
}
.det-overlay {
	position:fixed;
	top:80px;
	left:0;
	bottom:0;
	z-index:29;
	right:0;
	background:#292929;
	opacity:0.6;
	display: none;
	-webkit-transform: translate3d(0,0,0);
}
.fix-pr-det {
	position:absolute;
	left:-800px;
	bottom:0;
	top:0;
	width:750px;
	background:#fff;
	z-index:30;
	overflow:hidden;
}
.pr-details-wrap {
	padding:20px 60px 40px;
	position:absolute;
	top:90px;
	left:0;
	right:35px;
	bottom:100px;
}
.closedet_style {
	position:absolute;
	right:0;
	top:0;
	/* cursor:pointer; */
	width:70px;
	height:70px;
	line-height:70px;
	background:#292929;
	z-index:10;
}
.closedet_style i {
	position:relative;
	z-index:2;
}
.closedet_style:before {
	content:'';
	position:absolute;
	left:100%;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	background:#313131;
}
.closedet_style:hover:before {
	left:0;
}
.content-nav_holder {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0 70px;
	background: #292929;
	z-index:20;
}
.psn_single .content-nav_holder a.rn , .psn_single .content-nav_holder a.ln{
	height:75px;
}
.psn_single .content-nav_holder {
	padding-left:140px;
}
.content-nav_holder , .text-block {
	z-index:10
}
.text-block.no-mar-top {
	margin-top:0;
}
.content-nav li {
	width:50%;
	float:left;
	position:relative;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#fff;
	font-size:12px;
	position:relative;
	width:100%;
	height:76px;
	line-height:76px;
	z-index:10;
}
.content-nav li a.ln  {
	text-align:left;
	float:left;
}
.content-nav li a.rn  {
	text-align:right;
	float:right;
}
.content-nav li:hover .content-nav-media{
	opacity:0.5;
}
.content-nav li:hover .content-nav-media .bg{
	transform: scale(1.3);
}
.content-nav li a.ln i , .content-nav li a.rn i  , .content-nav-media , .content-nav-media .bg , .closedet_style:before  {
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i  {
	transform: rotateX(360deg);
}
.content-nav li:hover a i {
	color:#fff;
}
.content-nav li a span {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
}
.content-nav li a.ln span {
	padding-left:25px;
}
.content-nav li a.rn span  {
	padding-right:25px;
}
.content-nav li a.ln:before , .content-nav li a.rn:before {
	content:'';
	position:absolute;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.11);
}
.content-nav li a.ln:before {
	right:0;
}
.content-nav li a.rn:before {
	left:0;
}
.content-nav-media {
	position:absolute;
	top:0;
	left:-70px;
	right:-70px;
	bottom:0;
	overflow:hidden;
	opacity:0;
	z-index:1;
}
.content-nav-media .bg {
	transform: scale(1.0);
}
.pr-details-wrap p{
	text-align:left;
}
.project-details {
	margin-top:30px;
}
.project-details ul {
	padding:50px 60px;
	background: #292929;
	margin-bottom:20px;
	position:relative;
}
.project-details ul:before   {
	content:'';
	position:absolute;
	width:30%;
	right:0;
	top:0;
	bottom:0;
	background:#313131;
	z-index:1;
}
.project-details ul:after {
	content:'Details';
	position:absolute;
	right:34px;
	margin-top:-10px;
	top:50%;
	transform:rotate(-90deg);
	z-index:2;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
	letter-spacing:8px;
}
.project-details ul li{
	text-align:left;
	padding:8px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:400;
	letter-spacing:3px;
}
.project-details ul li span {
	color:rgba(255,255,255,0.7);
}
.project-details ul li a:hover {
	color:#fff;
}
.box-media-zoom {
	position: absolute;
	top: 0;
	right: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background:#242424;
	z-index: 5;
	transition: all 200ms linear;
}
.fs-slider-item .box-media-zoom {
	width:70px;
	height:70px;
	line-height:70px;
	right:0;
	background:#313131;
}
.hov_zoom:hover .box-media-zoom  {
	right: 0;
}
.text-block p{
	text-align: justify;

}
.text-block {
	margin:30px 0 10px;
}
.pr-subtitle {
    font-size: 22px;
    text-align: left;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 34px;
}
.fs-slider-item:before , .fhhw:before , .hero_entry:before {
	content:'';
	position:absolute;
	left:35px;
	top:35px;
	right:110px;
	height:1px;
	background:rgba(255,255,255,0.4);
	z-index:20;
}
.hero_entry:before {
	right:45%;
}
.fs-slider-item:after , .fhhw:after , .hero_entry:after {
	content:'';
	position:absolute;
	left:35px;
	top:35px;
	bottom:calc(50% + 60px);
	width:1px;
	background:rgba(255,255,255,0.4);
	z-index:20;
}
.hero_entry:after  {
	bottom:110px;
}
.fhhw:before , .fhhw:after , .hero_entry:after  , .hero_entry:before {
	background:rgba(255,255,255,0.2);
}
.fhhw:after {
	bottom:100px;
}
.fs-slider-item .half-hero-wrap , .fhhw .half-hero-wrap{
	z-index:10;
	left:250px;
}
.hhw-vis.half-hero-wrap{
	z-index:10;
	left:150px;
	top:26%
}
.hhw-vis.half-hero-wrap h1 {
	font-size:60px;
	line-height:76px;
}
.fs-slider-item .half-hero-wrap:before , .fhhw .half-hero-wrap:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-40px;
	width:50px;
	height:2px;
}
.center-carousel-wrap {
	padding:0 10px;
}
.center-carousel , .center-carousel img {
	height:400px;
}
.center-carousel img {
	width:auto;
}
.hero-facts-wrap {
	position:absolute;
	right:130px;
	top:35px;
	z-index:10;
}
.hero-facts-wrap .num {
	display:block;
	color:#fff;
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	font-weight:800;
	text-align:left;
	float:right;
	padding-right:20px;
}
.hero-facts-wrap .inline-facts {
	margin-left:40px;
	float:left;
	position:relative;
}
.hero-facts-wrap .inline-facts:before {
	content:'+';
	position:absolute;
	right:0;
	top:12px;
	font-size:16px;
}
.hero-facts-wrap .inline-facts h6 {
	text-align:right;
	display:block;
	width:100%;
	color: rgba(255,255,255,0.7);
	float:left;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
}
/* --------- Facts --------------------------------------*/
.inline-facts-wrap {
	float:left;
	width:33%;
 	padding:10px;
}
.inline-facts {
	text-align:left;
}
.inline-facts-wrap .num {
	color:#000;
	font-size:46px;
	font-weight:800;
}
.inline-facts-wrap h6 {
	color:#666;
	font-weight:800;
	font-size:12px;
	text-transform:uppercase;
	padding-top:6px;
}
/* --------- Skills --------------------------------------*/
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:12px;
	overflow:hidden;
	background: #313131;
	margin:16px 0;
}
.custom-skillbar-title span {
	float:left;
    color: #000;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	margin-top:6px;
}
.custom-skillbar {
	height:14px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:14px;
	font-weight:800;
	color:#666
}
.piechart-holder {
	margin-top:10px;
	position:relative;
}
.piechart-holder h4 {
    font-size: 10px;
	color:#666;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:10px 0;
	text-align:center;
	display:block;
}
.chart {
    position: relative;
    width: 70px;
    height: 70px;
	display:inline-block;
    border-radius: 50%;
    text-align: center;
	background:#fff;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart {
    position: relative;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.percent {
    display: inline-block;
    font-size:16px;
    color: #292929;
    line-height:70px;
    z-index: 2;
	font-weight:800;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 10px;
}
.angular {
    margin-top: 70px;
}
.angular .chart {
    margin-top: 0;
}
.fcwc-wrap {
	position:absolute;
	left:56px;
	top:154px;
	width:10px;
	z-index:20;
}
.fcwc-wrap.fcwc-wrap2 {
	left:350px;
	top:auto;
	bottom:24px;
	width:auto;
}
.fcwc-wrap.fcwc-wrap2  .swiper-pagination-bullet {
	width:6px;
	display:inline-block;
	margin:0 20px;
}
.slideshow-container {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:1;
}
.col-wc_dec {
    position: absolute;
    left: 0;
    width: 70%;
    height: 450px;
    background: #f9f9f9;
    top: 0;
    z-index: 1;
}
.column-wrap {
	float:left;
	width:calc(70% - 93px);
	position:relative;
 	min-height: 100vh;
	background:#fff;
	z-index:1;
}
.column-wrap-container {
	padding:60px 0 80px;
}
.column-wrap-container.no-pad-cwc {
	padding:0 0 70px;
}
.column-wrap-container .container {
	max-width:824px;
}
.fixed-column-wrap {
    position: fixed;
    top: 0;
	right:0 !important;
	width:calc(30% + 125px);
	height:100%;
	background:#292929;
	z-index:2;
}
.fixed-column-wrap:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:30%;
	width:80px;
	background:#313131;
	z-index:2;
}
.fixed-column-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.fixed-column-wrap_title {
	position:absolute;
	bottom:90px;
	left:120px;
	right:50px;
	z-index:21;
	text-align: left;
}
.fixed-column-wrap_title h2 {
	color: #fff;
    font-size: 65px;
    font-weight: 900;
    padding-bottom: 20px;
    position: relative;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
    line-height: 70px;
}
.fixed-column-wrap_title h2:before {
	content:'';
	position:absolute;
	left:0;
	top:-40px;
	width:50px;
	height:4px;
}
.fixed-column-wrap_title p {
	color:#fff;
	text-align: left;
	max-width:450px;
	float:left;
}
.fixed-column-dec {
	position:absolute;
	left:120px;
	right:40px;
	bottom:30px;
	height:calc(30% - 100px);
	border-bottom:1px solid rgba(255,255,255,0.4);
 	border-right:1px solid rgba(255,255,255,0.4);
	z-index:5;
}
.fixed-column-linedec {
	position:absolute;
	left:62px;
	height:150px;
	width:1px;
	top:160px;
	z-index:5;
	background:rgba(255,255,255,0.4);
}
.scroll-notifer {
	position:absolute;
	right:280px;
	top:150px;
    color: #fff;
    letter-spacing: 10px;
    font-size: 10px;
    text-transform: uppercase;
	z-index:4;

}
.section-counter {
	position:absolute;
	right:110px;
	top:260px;
	z-index:4;
	color:#fff;
    font-family: 'Oswald', sans-serif;
}
.section-counter div {
	float:left;
	margin-left:20px;
	font-size:38px;
	position:relative;
}
.section-counter div span {
	position:relative;
	top:0;
	opacity:1;
	display:block;
}
.section-counter div.sc_current {
	font-size:18px;
	top:-10px;
}
.section-counter div.sc_total:before {
	content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: -12px;
    top: 8px;
    background: rgba(255,255,255,0.8);
    transform: rotate(30deg);
}
.main-about {
	padding-left:30px;
}
.main-about h2 {
	text-align: left;
	font-weight: 700;
	font-size: 30px;
	line-height:30px;
	color: #393939;
	padding-bottom: 30px;
	position: relative;
}
.main-about h2 span {
	color: #000;
}
.main-about h2:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 50px;
	height: 2px;
}
.main-about h2 a {
	color: #999;
}
.main-about p  {
	text-align: left;
	text-align:justify;
}
.dec-img img {
	position:relative;
	z-index:2;
}
.gray-bg {
	background: #f5f5f5;
}
.video_link {
	position:absolute;
	left:40px;
	bottom:20px;
	z-index:10;
}
.video_link i {
	width:40px;
	height:40px;
	line-height:40px;
	background: #2D2D32;
     box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
	margin-right:20px;
	font-size:10px;
	border-radius:50%;
	box-sizing:border-box;
}
.video_link:hover i {
	background:#292929;
	color:#fff;
}
.video_link span {
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	letter-spacing:1px;
}
.process-wrap {
	z-index:1;
	margin-bottom:50px;
}
.process-details  {
	text-align: left;
	float: left;
	width: 100%;
	padding: 50px 60px 70px 60px;
	background: #313131;
	margin-bottom:25px;
	overflow:hidden;
	position: relative;
	z-index:2;
}
.pd-icon  {
	float:left;
	font-size:34px;
}
.process-details h4  {
	float: left;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	color: #fff;
	margin-bottom: 16px;
	padding-left: 20px;
	top:14px;
}
.process-details p {
	color:#fff;
}
.pdcw_list {
	margin-bottom:20px;
}
.pdcw_list  li {
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
}
.pdcw_list  li:before {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:6px;
	height:6px;
	margin:-3px;
	border-radius:50%;
}
.pdcw_list  li:last-child:before {
	display:none;
}
.process-numder {
	position: absolute;
	top:30px;
	right: 30px;
	z-index: 1;
	font-size: 15px;
 	font-family: 'Oswald', sans-serif;
	font-weight:800;
}
.process-details:before {
	content:'';
	position:absolute;
	right:0;
	width:0;
	bottom:33px;
	height:1px;
	background:rgba(255,255,255,0.4);
	transition: all 0.2s ease-in-out;
	z-index:2;
}
.process-details:hover:before {
	width:30%;
}
.proces-details-content {
	position:absolute;
	left:0;
	right:0;
	bottom:-100%;
	height:100%;
	z-index:3;
	background: #292929;
	overflow:hidden;
}
.proces-details-content-wrap {
	position:absolute;
	left:30px;
	right:30px;
	top:50px;
	bottom:20px;
	padding:10px 40px;
}
.close-hidden_pdc {
	position:absolute;
	right:26px;
	top:14px;
	z-index:20;
	/* cursor:pointer; */
	color:#fff;
	font-size:16px;
}
.show-phdc {
	position:absolute;
	left:60px;
	bottom:20px;
	/* cursor:pointer; */
	z-index:2;
	color:#fff;
	font-size:15px;
}
.show-phdc span {
	padding-left:10px;
	font-size:13px;
	position:relative;
	top:-1px;
}
.srv-link-text h4 {
	float: left;
	text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #000;
	position: relative;
	margin-right:60px;
}
.srv-link-text .btn {
	top:-20px;
}
/* ------Team------------------------------------------------------------ */
.team-box {
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
}
.team-photo {

	overflow: hidden;
	position: relative;
}
.team-info-num{
	position:absolute;
	right:0;
	bottom:0;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:12px;
	font-weight:800;
	background:#fff;
	z-index:10;
}
.team-social{
	position:absolute;
	right:60px;
	left:60px;
	height:60px;
	bottom:-60px;
	line-height:60px;
	z-index:10;
	background:#313131;
	transition: all 200ms ease-out;
}
.team-social li {
	display:inline-block;
	margin:0 10px;
}
.team-social li a:hover {
	color:#fff;
}
.team-photo .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
	transition: all 500ms ease-out;
}
.team-photo a , .team-contact_btn {
	transition: all 100ms ease-out;
}
.team-box:hover .team-photo .overlay  {
	opacity: 0.3;
}
.team-box:hover .team-social {
	bottom:0;
}
.team-contact_btn {
	position:absolute;
	right:0;
	top:-60px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	z-index:3;
}
.team-contact_btn:hover {
	color:#292929;
}
.team-box:hover .team-contact_btn {
	top:0;
}
.team-info {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px 0;

	background:#fff;
}
.team-info h3,
.team-info h4 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 19px;
}
.team-info h3 {
	padding-bottom:5px;
}
.team-info h4 {
	font-size: 10px;
	letter-spacing:2px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}
.gc-slider-cont-wrap {
	position:absolute;
	right:0;
	width:40px;
	height:88px;
	top:50%;
	z-index:10;
	margin-top:-54px;
}
.grid-carousel-wrap {
	padding-right:60px;
}
.gc-slider-cont{
    float: left;
    width: 40px;
    height: 40px;
	margin-bottom:4px;
    line-height: 40px;
    background: #3C3C3C;
    border-radius: 100%;
    font-size: 14px;
    /* cursor: pointer; */
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.gc-slider-cont:hover {
	color:#fff;
}
/*------ testimonilas------------------------------------------------*/
.testimonilas-carousel-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	border-top:1px  solid #eee;
}
.testi-item {
    transition: all .3s ease-in-out;
    transform :scale(0.8);
}
.testimonilas-text {
	padding: 25px 30px 25px;
    overflow: hidden;
    background: #f1f1f1;
	border:1px solid #eee;
    transition: all .3s ease-in-out;
}
.testimonilas-text  h3 {
	font-weight: 600;
	float:left;
	padding-left:70px;
	text-align:left;
	font-size:16px;
	width:100%;
	padding-bottom:25px;
}
.testimonilas-carousel .swiper-slide{
	padding:30px 0;
}
.testi-avatar {
	position:absolute;
	left:30px;
	top:15px;
	z-index:20;
}
.testi-avatar img {
	width:50px;
	height:50px;
	float:left;
	border-radius:100%;
	position:relative;
	z-index:2;
}
.swiper-slide-active .testimonilas-text  {
    background: #fff;
}
.testimonilas-text p{
    color: #999;
	font-family: 'Mukta Vaani', sans-serif;
    font-style: italic;
	text-align:left;
    padding-bottom: 10px;
    font-size: 13px;
}
.swiper-slide-active .testi-item {
    transform :scale(1.0);
	background:#fff;
}
.swiper-slide-active .testi-item p{
	color:#666;
}
.swiper-slide-active .testi-item .testimonilas-text:before, .swiper-slide-active .testi-item .testimonilas-text:after {
	opacity:1;
}
.testi-number {
	position:absolute;
	top:25px;
	right:25px;
 	font-family: 'Oswald', sans-serif;
	font-size:18px;
}
.tc-button   {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	line-height:40px;
	margin-top:-20px;
	border-radius:100%;
	background:#292929;
	z-index:50;
	/* cursor:pointer; */
}
.tc-button:hover  {
	color:#fff;
}
.tc-button-next  {
	right:0;
}
.tc-button-prev  {
	left:0;
}
.tc-pagination  {
	float:left;
	width:100% !important;
}
.tc-pagination .swiper-pagination-bullet , .fs-slider-wrap_pagination  .swiper-pagination-bullet {
	position:relative;
	margin:0 10px;
	height:6px;
	width:6px;
	opacity:1;
	background:#fff;
}
.tc-pagination .swiper-pagination-bullet:after    {
	border-color:#eee;
}
.tc-pagination .swiper-pagination-bullet:before , .fs-slider-wrap_pagination  .swiper-pagination-bullet:before {
	background:#ccc;
	opacity:1;
}
.client-list {
	/* margin-top:40px; */
}
.client-list li {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
	padding: 2px;
	margin: 0;
}
.client-list li a {
	float: left;
	width: 100%;
	padding: 30px 50px;
	background:#fff;
	transition: all 200ms linear;
}
.client-list-white {
	float: left;
	width: 100%;
}

.client-list  li a:hover {
	background: #f9f9f9;
}
.client-list li img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}
.map-container {
	position:absolute;
	left:0;
	right:-80px;
	height:100%;
	z-index:1;
}
.map-container  , #map-single {
	height:100%;
}
.leaflet-left  {
	right:20px;
	top:50%;
	margin-top:-20px;
}
.leaflet-touch .leaflet-bar a {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	border:none;
	background:#292929;
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.3);
	margin-bottom:15px;
}
.leaflet-container a.leaflet-popup-close-button {
	top:10px;
	right:10px;
}
.leaflet-popup-content-wrapper {
	background:#313131;
}
.content-inner {
	width:550px;
	color: #fff;
	position: absolute;
	left:150px;
	top:46%;
	margin-top:-225px;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index:2;
}
.content-inner > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner.vis-con-form .content-front {
	transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
 ;
}
.content-inner.vis-con-form .content-back {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
   -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
 
 
    height: 100%;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #313131;
    padding: 20px 30px;
}
.cf-inner {
    display: block;
    float: left;
    width: 100%;

}
.content-front {
	position:relative;
	background:#313131;
	z-index: 1;
	position:relative;
}
.content-front:before {
	content:'';
	position:absolute;
	right:0;
	width:140px;
	height:100%;
	top:0;
	background: #00b1f7;
}
.content-inner .content-back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	overflow:hidden;
    background: rgb(41, 41, 41);
}
.aside-show_cf {
	position:absolute;
	right: 50px;
	height:20px;
	top:50%;
	margin-top:-10px;
	line-height:20px;
	/* cursor:pointer; */
	z-index:5;
	font-size: 35px;
	color: white !important;
}
.aside-show_cf:hover , .close-contact_form:hover{
	color:#fff;
}
.contact-details {
	text-align:left;
	margin-top:10px;
	z-index:2;
}
.contact-details ul li {
	text-align:left;
	float:left;
	width:100%;
	font-weight: 400;
	letter-spacing: 1.5px;
	word-spacing: 0;
	text-transform: uppercase;
	margin-bottom:4px;
	font-size: 13px;
	color:#fff;
}
.contact-details ul li span {
	float:left;
	padding-bottom:10px;
	color: rgb(255 255 255 / 62%);
	/*width:100%;*/
	padding-right: 5px;
}
.contact-details ul li a {
	color:#fff;
	transition: all 200ms linear;
}
.main_social {
	background:#292929;
	position:absolute;
	right:-80px;
	bottom:0;
	z-index:100;
	padding:25px 60px 25px 40px;
}
.main-social-title {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	color:#fff;
	margin-right:30px;
	position:relative;
	top:12px;
}
.main_social li  , .main-social-title , .main_social ul{
	float:left;
}
.main_social li a {
	float:left;
 	transition: all 200ms linear;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #313131;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}
.main_social li a:hover {
	color:#fff;
}
.contact-details-title h2{
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.contact-details-wrap {
	z-index:1;
}
.hidden-contact_form-wrap_inner {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:50px 40px;
	z-index:50;
	overflow:auto;
	z-index:21;
}
.close-contact_form {
	position:absolute;
	right:0;
	text-align: center;
	top:0;
	width:50px;
	height:50px;
	line-height:50px;
	background:#353535;
	/* cursor:pointer; */
	font-size:18px;
}
.custom-form {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0px;
}
.custom-form .form-control{
	height: 50px;
	font-size: 14px;
}
.custom-form  textarea{
	height: 110px !important;
	font-size: 16px;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email]  {
	float: left;
	border: none;
	background: #353535;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	position: relative;
	color:#fff;
	font-family: 'Ek Mukta', sans-serif;
	-webkit-appearance: none;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder  {
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	position: relative;
	font-family: 'Ek Mukta', sans-serif;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	font-family: 'Ek Mukta', sans-serif;
}
.custom-form textarea {
	height: 150px;
	resize: none;
	padding: 10px;
	-webkit-appearance: none;
}
.custom-form input {
	margin-bottom: 20px;
}
.custom-form button {
	margin-top:25px;
	padding:10px 15px;
	font-size: 14px;
	outline: none;
	border: none;
	/* cursor: pointer; */
	-webkit-appearance: none;
	font-family: 'Mukta Vaani', sans-serif;
	border-radius:0;
	color:#fff;
}

#message {
	text-align:left;
	float:left;
	width:100%;
	color:#fff;
}
#message h3 {
	font-size:12px;
	padding-bottom:5px;
	text-transform:uppercase;
}
#message p {
	color:#fff;
}
#message p strong {
	font-weight:800px;

}
.dark-bg   {
	background:#232323;
}
/*------ Video ------------------------------------------------*/
.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mob-bg {
	display: none;
}
.video-holder {
	position: absolute;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}
.video-holder iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.background-youtube {
	position: absolute;
	top: -25% !important;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}
.video-container video {
	width: 100%;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog-media video {
	width: 100%;
	height: auto;
}
.mob-bg {
	display:none;
}
.video-holder-wrap , .fs-hero-wrap {
	position:absolute;
	top:6px;
	left:6px;
	right:-80px;
	bottom:6px;
}
/*------Blog------------------------------------------------*/
.grid-post-media {
	overflow:hidden;
}
.post-det {
	margin-bottom:20px;
	padding:25px 30px;
	border:1px solid #eee;
}
.post-det-num {
	width:60px;
	height:60px;
	line-height:60px;
	background:#313131;
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
	font-size:11px;
	font-weight:600;
}
.post-header {
    margin-bottom: 10px;
    float: left;
    position: relative;
    z-index: 20;
}
.post-link {
	float:left;
    text-transform: uppercase;
    color: #292929;
	font-size:11px;
	letter-spacing:2px;
	font-weight:800;
	margin-top:6px;
}
.post-link i {
	margin-left:10px;
}
.post-header span, .post-header a {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    color: #666;
	font-weight:800;
    font-size: 10px;
    letter-spacing: 2px;
}
.post-det {
	padding-top:20px;
}
.post-det h3{
	font-size: 18px;
    text-align: left;
    text-transform: uppercase;
	color:#292929;
    font-weight: 800;
    padding-bottom: 5px;
}
.post-det h3 a {
	color:#292929;
}
.post-det h3 a:hover {
	color:#000;
}
.post-det p {
	text-align:justify;
}
.pr-tags {
	background:#292929;
	padding:14px 25px;
	float:left;
}
.pr-tags li {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.pr-tags li a{
	color:#fff;
}
.pr-tags li a:hover{
	color: rgba(255,255,255,0.7);
}
.pr-tags {
	margin-bottom:20px;
}
.pr-tags span {
	float:left;
	margin-right:10px;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
}
.pr-tags ul{
	position:relative;
 	float:left;
}
.blog-title-opt {
	margin-top:10px;
}
.blog-title-opt li  {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:800;
}
.blog-title-opt li a   {
	color:#666;
}
.author_avatar {
	float:left;
	margin-right:10px;
	border-radius:100%;
	overflow:hidden;
	position:relative;
	top:-6px;
}
.author_avatar img  , .author_avatar{
	width:30px;
	height:30px;
}
.ss-slider-controls {
	position:absolute;
	bottom:-25px;
	height:50px;
	padding:0 50px;
	right:50px;
	z-index:10;
}
.ss-slider-cont{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	/* cursor:pointer; */
	font-size:12px;
	line-height:40px;
	background:#313131;
	z-index:20;
	border-radius:100%;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
}
.ss-slider-cont:hover {
	color:#fff;
}
.ss-slider-prev ,   .ss-slider-cont-prev {
	left:40px;
}
.ss-slider-next ,   .ss-slider-cont-next {
	right:40px;
}
.ss-slider-pagination_wrap {
	height:20px;
	line-height:20px;
	position:absolute;
	bottom:20px;
	z-index:10;
	left:0;
	width:100%;
}
.ss-slider-pagination{
	position:relative;
	display:inline-block;
}
.ss-slider-pagination:before {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -8px;
    top: -8px;
    border-radius: 25px;
    background: rgba(0,0,0,0.51);
}
.ss-slider-pagination .swiper-pagination-bullet  {
	background:rgba(255,255,255,0.41);
	margin:0 5px;
	padding:0;
	height:5px;
	border-radius:100%;
	opacity:1;
	width:5px;
	position:relative;
	top:-2px;
}
.ss-slider-pagination .swiper-pagination-bullet:hover {
	background:#fff;
}
.pagination {
	text-align:center;
	float:left;
	width:100%;
	z-index:10;
	position:relative;
}
.pagination  a {
	/*display:inline-block;*/
	/*height:75px;*/
	/*line-height:75px;*/
	/*margin:0 5px;*/
	/*width:50px;*/
	/*box-sizing:border-box;*/
	/*position:relative;*/
	/*font-size:12px;*/
	/*color:#fff;*/
	/*letter-spacing:1px;*/
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
.blog-filters {
	z-index:20;
	background:#313131;
	margin-bottom:20px;
}
.blog-btn-filter {
	float: right;
	margin-left:35px;
	position: relative;
}
.blog-btn-filter ul {
	display: none;
	position: absolute;
	top: 56px;
	right:0;
	padding: 15px 20px;
	background: #313131;
}
.blog-btn-filter ul li {
	float: left;
	min-width: 130px;
	width: 100%;
	padding: 6px 0;
	text-align: left;
}
.blog-btn-filter ul li a {
	color: #fff;
}
.blog-btn {
	float: left;
	padding:30px 20px;
	position: relative;
	/* cursor: pointer; */
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	letter-spacing: 2px;
}
.blog-btn i {
	margin-left: 15px;
	position: relative;
	top: 2px;
	font-size: 12px;
	color: #999;
}
.blog-search-wrap  {
	float:left;
	position:relative;
	top:20px;
	left:20px;
}
.blog-search-wrap button {
	float:left;
	background:none;
	border:none;
	margin-left:20px;
	outline:none;
	position:relative;
	top:10px;
	/* cursor:pointer; */
}
.blog-search-wrap button:hover {
	color:#fff;
}
.blog-search-wrap input {
	float:left;
	border:none;
	background:rgba(255,255,255,0.1);
	padding:10px 15px;
	color:#fff;
	outline:none;
	font-family: 'Ek Mukta', sans-serif;
}
.blog-search-wrap input::-webkit-input-placeholder,
.blog-search-wrap input::-webkit-input-placeholder  {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	font-family: 'Ek Mukta', sans-serif;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	font-family: 'Ek Mukta', sans-serif;
}
#comments {
	text-align: left;
	float: left;
	width: 100%;
}
.single-post-comm {
	margin-top: 30px;
}
#comments.single-post-comm {
	margin-top: 0;
	padding-top: 0;
}
.comment-num {
	position:absolute;
	right:40px;
	top:30px;
	z-index:10;
	font-size:11px;
	font-weight:800;
}
.comment {
	float: left;
	padding-left: 20px;
	margin-top:20px;
	position:relative;
}
.comment-body {
	position: relative;
	margin:10px 0 10px  80px;
	padding: 30px;
	background:#f9f9f9;
	border:1px solid #eee;
}
.comment-author {
	position: absolute;
	top: 30px;
	left: -76px;
}
.comment-author:before {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	bottom:-50px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
.comment-author img {
	border-radius: 100%;
}
.comment .children {
	margin-left: 70px;
}
.fn {
	display: block;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.comment-meta,
.comment-meta a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #292929;
	font-weight:800;
	padding-bottom: 10px;
}
#respond {
	margin-top: 40px;
}
#reply-title {
	padding-bottom: 30px;
	margin-bottom: 5px;
}
.custom-form.add-comment input {
	padding:20px 30px;
}
.add-comment {
	margin-top: 40px;
}
.add-comment button {
	margin-top: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	/* cursor: pointer; */
}
/*------404------------------------------------------------*/
.error-wrap {
	top:30%;
	z-index:20;
}
.error-wrap h2 {
	font-size: 234px;
	font-weight: 900;
	line-height:200px;
    -webkit-text-stroke-color: rgba(255,255,255,0.9);
    -webkit-text-stroke-width: 1px;
    color: rgba(255,255,255,0.23);
}
.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 10px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.lg-actions .lg-next, .lg-actions .lg-prev  {
	border-radius:100%;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color:#fff;
}
/*------responsive------------------------------------------------*/

@media only screen and (max-height: 600px) {
.half-hero-wrap {
	top: 25%;
}
.half-hero-wrap h1 {
	font-size: 40px;
	line-height: 42px;
}
.hs_counter {
    right: 20px;
}
}
@media only screen and (max-width: 1500px) {
.column-wrap , .fixed-column-wrap {
	width:100%;
}
.fixed-column-wrap {
    position: relative;
    height: auto;
	float:left;
}
.fixed-column-wrap_title {
    max-width: 1024px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
}
.column-wrap-container .container {
    max-width: 1024px;
}
.fixed-column-wrap-content {
    position: relative;
	float:left;
 	padding:150px 0 120px;
    height: auto;
}
.fixed-column-wrap:before , .section-counter , .header-contacts:after  , .fixed-column-linedec {
	display:none;
}
.page-scroll-nav, .fixed-bottom-panel {
    left: 70px;
    width: auto;
	right:0;
}
.to-top-btn {
	right:0;
}
.fixed-column-dec {
    left: 40px;
    right: 40px;
    bottom: 60px;
    height: 120px;
}
.fcwc-wrap {
	left:auto;
	right:90px;
	top:250px;
}
.psn_single .content-nav_holder {
    padding: 0 148px 0 80px;
}
.header-contacts {
	right:30px;
}
.fcwc-wrap.fcwc-wrap2 {
	right:auto;
	left:350px;
}
.hero-decor-numb.hdn2 {
    top: 90%;
	margin-top:-150px;
}
.scroll-notifer {
    top: 160px;
	right:230px;
}
.page-scroll-nav_wrap  {
	padding-left:0;
}
.hs_init-container {
    max-width: 500px;
}
.fsc-holder:before {
    bottom: 250px;
}
}
@media only screen and (max-width: 1260px) {
.header-contacts ul{
	display:none;
}
.contacts-btn {
	display:block;
}
.gallery-items_fs .gallery-item , .gallery-items_fs .gallery-item.gallery-item-second {
	width:33.3%;
}
.hs_init-container {
    max-width: 300px;
}
.hero_promo-wrap {
	width:400px;
}
.hero_promo-title {
	width:250px;
    padding: 25px 20px 25px 30px;
}
.hero_promo-button {
	width:150px;
}
}
@media only screen and (max-width: 1064px) {
.header-contacts {
	right:200px;
}
.left-header  , .hc_dec_color , .hero-scroll-down-notifer , .element , .share-btn:before , .share-btn span i , .fs-pg-idicator_wrap .progress-indicator:after, .fs-pg-idicator_wrap .slider-progress-bar:after , .fsc-holder:before , .fsc-holder:after , .fw-carousel-counter:after , .clone-counter , .hero_promo-title p , .hero_promo-title:after , .hero_promo-title:before , .hero_promo-wrap:before , .hero_promo-button .overlay , .hero_promo-button .bg , .hero-decor-numb.hdn2 {
	display:none;
}
.main-header {
	width:100%;
}
#wrapper {
    left: 0;
    right: 0;
}
.hero-section-dec   ,  .share-btn , .body-color-bg {
    right:0;
}
.nav-button  , .main-header:before , .nh_vis{
	right:150px;
}
.share-btn {
    width: 150px;
    height: 80px;
	bottom:auto;
	top:0;
}
.share-btn:after {
	background:#222;
}
.share-btn span {
    top: 36px;
    left: 58px;
}
.page-scroll-nav, .fixed-bottom-panel , .fixed-bottom-panel.fs-fix-bom-panel {
	left:0;
}
.share-wrapper {
    bottom: auto;
    left: auto;
	right:0;
	top:80px;
}
.share-btn:hover:after , .share-btn.uncl-share:after {
	top:0;
}
.hero-section-dec:before {
	width:100%;
	height:100%;
	border-color:rgba(255,255,255,0.2);
}

/* ------------------------------------------------- EVENT DETAILS STYLE START ------------------------------------------------- */



/*------------------------------------------------- EVENT DETAILS STYLE ENDS -------------------------------------------------*/
.progress-indicator:after {
	background:rgba(255,255,255,0.2);
}
.fixed-bottom-panel.fs-fix-bom-panel {
    width: calc(100% - 80px);
}
.fs-folio-counter {
    bottom: 75px;
    right: 0;
    padding: 10px 0;
    width: 80px;
    border-radius: 0;
	background:#313131;
}
.folio-counter div {
	width:40px;
}
.piechart {
    width: auto;
	margin:30px 30px 0 0;
}
.fsc-holder {
    right: 0;
    padding: 0 0 75px 0;
}
.next-project-swiper-link {
	margin-right:0;
}
.fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car {
    left: 250px;
    width: calc(100% - 250px);
}
.fs-slider-controls-wrap {
    width: calc(100% - 330px);
    right: 80px;
}
.hs_counter-wrap {
	right:0;
	bottom:75px;
	width:80px;
	padding:10px 0;
	border-radius:0;
    background: #313131;
}
.hs_counter-wrap div {
	width:40px;
}
.half-hero-wrap  , .hero-slider_control-wrap , .hhw-vis.half-hero-wrap  {
    left: 60px;
}
.hero-slider-wrap_halftwo {
	left:0;
}
.half-hero-wrap h1 , .hhw-vis.half-hero-wrap h1   {
	font-size:40px;
	line-height:46px;
}
.hero-slider-wrap_pagination {
    bottom: 125px;
    right: 0;
}
.hero-slider-wrap_pagination:before {
	background:#313131;
}
.start-btn {
    padding: 30px 50px;
}
.fs-slider-item .half-hero-wrap, .fhhw .half-hero-wrap  {
	left:80px;
}
.video-holder-wrap, .fs-hero-wrap {
	right:0;
}
.hero_promo-wrap {
	width:250px;
	background:none;
	bottom:10px;
	right:20px;
}
.hero_promo-title {
    width: auto ;
    padding: 0;
    background: none;
}
.hero_promo-button {
	width:80px;
	height:80px;
	top:-20px;
}
.fcwc-wrap.fcwc-wrap2 {
	left:250px;
}
.hero-facts-wrap {
    right: 30px;
}
.fsc.fsc-next, .ccsw-next {
    right: 14px;
}
.content-inner {
	position:relative;
	float:left;
	width:100%;
	left:0;
	top:0;
	margin-top:0;
}
.no-mob-hidden2 {
	height:auto;
}
.map-container  {
	position:relative;
	float:left;
	height:500px;
	right:0;
	width:100%;
}
.content-inner .content-front {
	background: rgb(41, 41, 41);
}
.column-wrap-container {
    padding: 60px 0 30px;
}
.page-load {
	left:0;
}
.loading-text {
	font-size:28px;
	line-height:30px;
}
.loader_count {
	right:52px;
	top:-60px;
	font-size:78px;
}
.main_social {
    background: #353535;
	position: relative;
	float:left;
	right:0;
	width:100%;
	padding:25px 60px;
}
}
@media only screen and (max-width: 764px) {
.fix-pr-det-dec , .fix-pr-det-dec2 , .closedet_style  , .show-details.sd_btn2 , .hero-decor-numb , .hero-corner-dec2 , .hero-conatiner .slider-progress-bar , .contacts-btn , .hc_dec , .hsc_pp  , .hero-corner-dec , .hero_entry:before  , .hero-facts-wrap , .hero_entry:after , .fhhw:before , .fhhw:after , .fcc_column  , .hor-scroll-idicator , .fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car , .next-project-swiper-link{
	display:none;
}
.fix-pr-det {
	float:left;
    position: relative;
    left:0;
    bottom:auto;

    width: 100%;
    overflow: hidden;
	height:auto !important;
}
.pr-details-wrap {
    padding: 90px 30px 110px;
    position: relative;
	float:left;
	height: auto;
	 width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom:auto;
}
.fs-pg-idicator_wrap {
	position:absolute;
}
.fs-slider-controls-wrap {
    width: calc(100% - 80px);
    right: 80px;
}
.hs_counter {
    left: auto;
	right:50px;
}
.half-hero-wrap {
	top:20%;
}
.scroll-notifer {
    top: 50px;
    right: auto;
	left:4%;
}
.fixed-column-wrap_title h2 {
	font-size:45px;
	line-height:50px;
}
.main-about {
    padding-left:0;
	margin-top:30px;
}
.client-list li {
	width:50%;
}
.srv-link-text .btn {
	top:0;
}
.psn_single .content-nav_holder {
    padding: 0 98px 0 30px;
}
.center-carousel, .center-carousel img {
    height: 250px;
}
.fcwc-wrap.fcwc-wrap2  {
	left:auto;
	right:30px;
	bottom:auto;
	top:30px;
}
.hdyn_gal {
    right: auto;
    top: auto;
    margin-top:0;
    padding: 0 30px;
	bottom:0;
	left:0;
}
.gallery-items_fs .gallery-item, .gallery-items_fs .gallery-item.gallery-item-second , .gallery-item {
	width:50%;
}
.fixed-bottom-panel .gallery-filters a  {
	padding:0 5px;
}
.fixed_fs-pg-i {
	position:fixed;
    -webkit-transform: translate3d(0,0,0)
}
.horizontal-grid-wrap {
    overflow: inherit !important;
}
#portfolio_horizontal_container, .horizontal-grid-wrap {
    float: left;
    width: 100%;
}
#portfolio_horizontal_container .portfolio_item, #portfolio_horizontal_container .portfolio_item .grid-item-holder, #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
    width: 100%;
    height: auto !important;
}
.hor-scroll-counter {
	height:75px;
	line-height:75px;
	bottom:0;
	padding:0;
	width:110px;
}
.hor-scroll-counter .folio-counter div {
	width:50%;
}
.hor-scroll-counter .folio-counter div.all-album {
	position:relative;
	left:-15px;
}
.fsc-holder {
    height: auto;
    position: relative;
	float:left;
	width:100%;
    top: 0;
    left: 0;
	padding:0;
    overflow: auto;
}
.fw-carousel .swiper-slide img, .fw-carousel .swiper-slide {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.fw-carousel .swiper-wrapper {
    width: 100%;
    height: inherit !important;
    display: block;
}
.fw-carousel .swiper-container, .fw-carousel, .fw-carousel-wrap , .no-mob-hidden  {
    height: auto !important;
}
.fw-carousel .swiper-container {
	position:relative;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item:last-child {
	margin-bottom:75px;
}
}

.service-block-one1 p
{
	height:135px;
}
.inner1
{
	transition: 1s;
}
.inner1:hover
{
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
@media only screen and (max-width: 564px) {
.two-column .gallery-item , .gallery-items_fs .gallery-item, .gallery-items_fs .gallery-item.gallery-item-second , .gallery-item {
	width:100%;
}
.service-block-one1 p
{
	height:160px;
}
.service-block-one .inner-box .inner {
	padding: 5px 5px 0px 5px !important;
  }
.blog-btn-filter {
	width:50%;
	margin:0;
	float:left;
}
.blog-btn-filter {
	padding-left:15px;
	margin-top:35px;
}
.blog-btn {
	padding:10px 20px 20px 20px;
}
.blog-search-wrap {
	width:100%;
	left:0;
	padding:0 60px 0 30px;
}
.blog-search-wrap button {
	position:absolute;
	right:30px;
	top:8x;
}
.blog-search-wrap input {
	width:100%;
}
.blog-btn-filter ul {
	top:46px;
	padding-left:30px;
}
.hero-slider-wrap_pagination , .hero-section-dec  , .content-nav li a span strong , .project-details ul:before  , .project-details ul:after , .center-carousel .show-info  , .aside-show_cf  {
	display:none;
}
.hero-slider-wrap_halftwo {
	bottom:60px;
}
.hero-slider-wrap {
	padding-bottom:60px;
}
.hero-slider_control-wrap {
	left:0;
	bottom:0;
}
.hsc {
	border-radius:0;
	box-shadow:none;
	margin:0;
	width:60px;
	height:60px;
	line-height:60px;
	background:#222;
}
.start-btn {
	padding:0;
	height:60px;
	line-height:60px;
	right:0;
	left:120px;
}
.hs_counter {
	right:30px;
	top:30px;
}
.hs_counter .total  {
	font-size:15px;
	right:-6px;
	top:6px;
}
.hs_counter .total:before {
	top:2px;
}
.hs_counter .current {
	font-size:25px;
}
.half-hero-wrap h1 ,   .hhw-vis.half-hero-wrap h1 {
	font-size:30px;
	line-height:36px;
}
.half-hero-wrap h4 ,   .hhw-vis.half-hero-wrap h4{
	font-size:11px;
}
.half-hero-wrap , .fhhw .half-hero-wrap{
	left:30px;
}
.hhw_header {
    font-size: 10px;
    padding-bottom: 10px;
}
.share-btn {
    width: 80px;
	text-align: center;
}
.share-btn span {
	left: 0;
	width:100%;
}
.nav-button, .main-header:before {
    right: 0px;
}
 .nh_vis {
    right: 0;
}
.nav-holder {
	width:350px;
}
.nav-button {
	margin-right:30px;
}
.fcwc-wrap {
	right:4%;
	top:50px;
}
.logo-holder {
	top:0px;
	left:0px;
}
.logo-holder img {

    height: 40px;
}
.navbar-toggle
{
	border:1px solid #0b86b2;
	margin-top: 12px;
}
.navbar-toggle .icon-bar
{
	background-color: #00b1f7;
}
.main-header
{
	height:60px;
}
.navbar {
	margin-bottom: 0px;
  }
  .navbar-nav {
	margin: 0px;
	position: relative;
	line-height: 40px;
	height:auto;
	background:#eff2f3;
	margin-top: 4px;
  }
  .navbar-nav li
  {
	float:none;
  }
  .navbar-nav li a
  {
	line-height:35px;
  }

.main-header:before  {
	width:80px;
}
.psn_button {
	display:block;
}
.page-scroll-nav_wrap ul , .gallery-filters {
	position:absolute;
	left:0;
	width:70%;
	bottom:100%;
	background: #313131;
	padding:50px 40px 30px;
	display:none;
}
.page-scroll-nav_wrap ul li , .gallery-filters a {
	float:left;
	width:100%;
	display:block;
	margin-bottom:20px;
	text-align:left;
}
.page-scroll-nav_wrap ul li a {
	height:auto;
	line-height: inherit;
}
.page-scroll-nav_wrap li a:after, .fixed-bottom-panel .gallery-filters a:after , .gallery-filters a:after {
	left:-10px;
	bottom:8px;
	height:1px;
}
.page-scroll-nav_wrap li a.act-sec:after , .fixed-bottom-panel .gallery-filters a.gallery-filter-active:after  {
	width:20px;
}
.fixed-bottom-panel .gallery-filters a  {
	height:auto;
	line-height:inherit;
	padding-left:20px;
}
.client-list li a {
    padding: 15px 25px;
}
.tc-button {
	top:100%;
	margin-top:-40px;
}
.center-carousel, .center-carousel img {
    height: 190px;
}
.project-details ul  {
	padding:30px;
}
.hero-carousel-wrap .ss-slider-cont{
	margin-top:-120px;
}
.hero_promo-title h4 {
	opacity:0;
}
.hhw-vis.half-hero-wrap {
	left:30px;
}
.start-btn.st2  {
	width:220px;
}
.hero_promo-button a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
}
.hero_promo-button {
	top:-10px;
}
.pagination a {
	float:left;
	width:30px;
}
.grid-carousel-wrap {
    padding-right: 0;
}
.gc-slider-cont-wrap {
    right: auto;
    width: 88px;
    height: 40px;
    top: 100%;
    margin-top:0;
	left:0;
}
.gc-slider-cont {
	float:right;
}
.dropdown-submenu>a:after
{
	margin-top: 5px;
	margin-right: -10px;
	
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}



/* Welcome section two */

.welcome-section-two {
    position: relative;
    padding: 70px 0 70px;
}

.welcome-section-two .side-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    bottom: 0;    
    background-size: cover;
}


.welcome-section-two .side-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00b1f7;
}

.welcome-section-two .image-one {
    position: relative;
    margin-right: 15px;
    /*margin-left: -92px;*/
    /* margin-bottom: 30px; */
}

.welcome-section-two .bottom-content {
    position: relative;
    padding-right: 270px;
}

.welcome-section-two .experience-years {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9f8f7;
    padding: 50px 0;
    text-align: center;
    width: 100%;
    max-width: 230px;
}

.welcome-section-two .experience-years .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 5px;
}

.welcome-section-two .experience-years h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #181614;
    line-height: 32px;
}
.heading span {
    color: #00b1f7;
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 36px;
    /* font-weight: bold; */
    margin-bottom: 10px;
}
.heading h2 {
    margin-top: 5px;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #00b1f7;
    /*font-family: 'Oswald', sans-serif;*/
	font-family: 'ROG LyonsType', sans-serif;
    letter-spacing: 1px;
}
.btn-1{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
    border:none;
    color:#ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    /* font-family: 'Roboto', sans-serif; */
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #00b1f7;
    display: -ms-inline-grid;
    display: inline-grid;
    /* cursor: pointer; */
}
.btn-1:hover{
    color: #00b1f7;
}
.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FFF;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn-1:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.btn-3:hover{
    color: #FFF !important;
}
.btn-3:after{
    background-color: #091D3E;
}
.welcome-section-two .image-one img {
    height: 468px;
    width: 100%;
    object-fit: cover;
}
.shape-1 img {
    position: absolute;
    right: 0%;
    bottom: -3%;
    width: 300px !important;
    z-index: 1;
    opacity: 0.1;
}
.partner_logo img
{
	width:200px;
}
/** service-section **/

.service-section{
	position: relative;
	/*background-image: url('../images/sven-mieke-lOgR82HSQKM-unsplash.jpg');
	background-image: url('../images/services.jpg');*/
	
	background-position: center;
	background-attachment: fixed;

	background-color: rgba(255,255,255,0.9);
	padding: 50px 0px;
}

section.service-section {}
  
  .service-block-one .inner-box{
	position: relative;
	display: block;
	background-color: #ebf8fc;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
	border-radius:5px;
}
  
  .service-block-one .inner-box .inner{
	position: relative;
	padding: 30px 20px 0px 30px;
	}
  
  .service-block-one .inner-box .inner .icon-box{
	position: relative;
	display: block;
	margin-bottom: 35px;
  }
  
  .service-block-one .inner-box .inner .category{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Lexend', sans-serif;
	color: #1e2434;
	text-transform: uppercase;
	margin-bottom: 0px;
  }
  
  .service-block-one .inner-box .inner h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 11px;
	font-weight: 600;
  }
  
  .service-block-one .inner-box .inner h5 a{
	display: inline-block;
	color: #00b1f7;
	font-family: 'ROG LyonsType', sans-serif;
	}
  
  .service-block-one .inner-box .inner h5 a:hover{
  
  }
  
  .service-block-one .inner-box .inner p{
	margin-bottom: 10px;
	min-height: 100px;
	}
  
  .service-block-one .inner-box .inner .link a{
	position: relative;
	display: inline-block;
	width: 59px;
	height: 59px;
	text-align: center;
	background-color: #00b1f7;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Lexend', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 0px 10px 0px;
	z-index: 1;
	text-decoration: none;
	}
  
  .service-block-one .inner-box .inner .link a span{
	position: relative;
	display: block;
  }
  
  .service-block-one .inner-box .inner .link a i{
	position: relative;
	display: block;
	font-size: 16px;
	margin-bottom: 0px;
	transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .inner .link a:hover{
  
  }
  
  .service-block-one .inner-box .inner .link a:hover i{
	color: #fff;
  }
  
  .service-block-one .inner-box .inner .link{
	position: relative;
	margin-bottom: -35px;
  }
  
  .service-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #1e2434;
  }
  
  .service-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box img{
	opacity: 0.5;
	transform: scale(1.05);
  }
  .service-block-one {
    margin-top: 40px;
    margin-bottom: 40px;
}
.service-block-one .inner-box .inner .icon-box img {
    width: 100%;
}
.text-white h2{
	color: #00b1f7;
}



.news-single-items {
	margin-bottom: 30px;
	margin-top: 25px;
	}
  .news-single-items.style-01 {
	position: relative;
	z-index: 0;
  }
  .news-single-items.style-01 .tropics .date {
	position: absolute;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	top: 25px;
	right: 20px;
  }
  .news-single-items.style-01 .content {
	bottom: 60px;
  }
  .news-single-items .news-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 425px;
	width: 100%;
	position: relative;
	border-radius: 0px;
  }
  .news-single-items .news-bg.speeches-bg::before {
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
	background: transparent linear-gradient(180deg, #04072E00 0%, #04072E 100%);
  }
  .news-single-items .content .title a {
    color: white;
}
  .news-single-items .news-bg::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(160deg, rgba(4, 7, 46, 0) 50%, #04072e 100%);
	border-radius: 0px;
	z-index: 0;
  }
  .news-single-items .even {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #fff;
	background: #00b1f7;
	padding: 0px 15px;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	top: 25px;
	}
  .news-single-items .content {
	position: absolute;
	bottom: 15px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 100%;
	padding: 0px 30px;
  }
  .news-single-items .content .title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	/* font-family: red; */
	color: #fff;
	/* cursor: pointer; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	}
  .news-single-items .content .title:hover {
	color: var(--main-color-one);
  }
  .news-single-items .content .author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .news-single-items .content .author-meta .author-name {
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	margin-right: 40px;
  }
  .news-single-items .content .author-meta p {
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
  }
  
  .news-single-list {
	list-style: none;
	border: 1px dashed #cccccc;
	border-radius: 10px;
	margin: 0;
	padding: 19px;
	margin-top: 25px;
	}
  .news-single-list .news-single-list-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
  }
  .news-single-list .news-single-list-items:last-child {
	margin-bottom: 0;
  }
  .news-single-list .news-single-list-items + li {
	border-top: 1px dashed #CCCCCC;
	padding-top: 20px;
  }
  .news-single-list .news-single-list-items .thumb img {
	border-radius: 0px;
	margin-right: 17px;
	width: 100px;
	height: 100px;
	}
  .news-single-list .news-single-list-items .content {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  .news-single-list .news-single-list-items .content .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	}
  .news-single-list .news-single-list-items .content .title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: var(--heading-color);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	}
  .news-single-list .news-single-list-items .content .title:hover {
	color: var(--main-color-one);
  }
  .contact-home{
	  /*background-image: url('../images/ekrem-osmanoglu-Uor3RZNHZ9E-unsplash.jpg');*/
	  background-image: url('../images/contact-us.jpg');
	  background-position: center;
	  /* background-attachment: fixed; */
    background-size:cover;
        -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;
	 }
   @-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}

}
	 .offer-img img {
		/*border-radius: 100px 20px 20px 20px;*/
		height: 500px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	}
	.our-offer .row {
		display: flex;
		flex-wrap: wrap;
	}
	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.our-offer {
		background-color: #00b1f7;
		padding: 50px 0px;
		/* color: white; */
		position: relative;
	}
	
	.offer-content {
		/* text-align: right; */
		background-color: #ffffff;
		padding: 30px 40px;
		margin-left: -50px;
		z-index: 99999999;
		/* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
		/* border-radius: 35px; */
		/* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
	}
	
	.offer-img {
		z-index: 111111;
	}

.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  padding: 14px 0px;
}
.social-style-one a {
  color: white;
  opacity: 0.6;
  margin-left: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  background: transparent;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid rgb(194 219 67 / 19%);
}
.social-style-one a:last-child {
  margin-right: 0;
}
.social-style-one a:hover {
  opacity: 1;
  background: #00b1f7;
  color: #242424;
}
.nav-footer a {
    color: #00b1f7;
}
.nav-footer a {
    color: #00b1f7;
}

.footer-content p {
    color: white;
    padding: 25px 0px;
}

.nav-footer a {
    color: #00b1f7;
}
.footer-section {
    clear: both;
  background-color: #313131;
  border-top: solid 1px rgba(255,255,255,0.3);
}
.footer-content p {
    color: white;
    padding: 18px 0px;
}

.footer-content a {
    color: #00b1f7;
}
.shape-2 img {
  position: absolute;
  right: 5%;
  bottom: 0%;
  width: 195px !important;
  z-index: 1;
  opacity: 0.1;
}
.hc_dec_color {
    background-color: #2f2929 !important;
}
.hc_dec_color:after {
    background-color: #2f2929 !important;
}
.breadcrums-banner{
	position: relative;
    background-image: url(../images/about-us-banner.jpg);
    background-position: center;
    /*background-attachment: fixed;*/
    padding: 50px 0px;
    background-repeat: no-repeat;
}
.breadcrums-banner:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #2f2929c2;
	top: 0;
	right: 0;
}
.breadcrums-banner h2{
	margin-top: 5px;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    /*font-family: 'Oswald', sans-serif;*/
    letter-spacing: 1px;
    border-left: 5px solid #00b1f7;
    padding-left: 10px;
	font-family: 'ROG LyonsType', sans-serif;
}
.breadcrums-banner ul{
	display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}
.breadcrums-banner ul li{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.breadcrums-banner ul li a{
	color: #fff;
	font-size: 16px;
}
.breadcrums-banner ul li::after {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #fff;
    content: "|";
}
.breadcrums-banner ul li:last-child:after{
	display: none;
}
.breadcrums-text{
	position: relative;
	z-index: 999;
}
.parking-optimization-wrap{
	position: relative;
}
.parking-optimization-text ul{
	margin-top: 25px;
}
.parking-optimization-text li{
	font-size: 16px;
	padding-bottom: 20px;
	display: flex;
}
.parking-optimization-text li:before{
	content: '\25CF';
	padding-right: 10px;
	color: #75bc43;
	font-size: 25px;
    top: -7px;
    position: relative;
}
.image-column{
	position: relative;
	margin-bottom: 50px;
}

 .image-column .inner-column{
	position: relative;
}

.image-column .float-text{
    position: absolute;
    right: -45px;
    top: 80px;
    line-height: 1em;
    font-size: 55px;
    font-weight: 700;
    background: #fff;
    letter-spacing: -.05em;
    text-align: center;
    color: black;
    transform: rotate(90deg);
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d8d1d1;
    text-shadow: 0 15px 10px rgba(0,0,0,0.05);
    opacity: .50;
}

 .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.image-column .image img{
	display: inline-block;
	width: auto;
	border: 10px solid #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.image-column .image-2{
	position: absolute;
	right: 0;
	bottom: -15px;
	margin-bottom: 0;
	z-index: 8;
}

.image-column .image-2 img{
	display: inline-block;
	border: 7px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
/*.parking-optimization-img img{
	margin-left: 20px;
	margin-top: 20px;
}
.parking-optimization-img:before{
	position: absolute;
    content: '';
    z-index: -1;
    left: -7px;
    bottom: 20px;
    width: 75%;
    height: 100%;
    border: 12px solid #00b1f7;
}*/
.dynamic-exit-wrap{
	position: relative;
    background-image: url(../images/services/parking-optimization-and-wayfinding-banner.png);
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0px;
}
.dynamic-exit-wrap:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #2f2929c2;
	top: 0;
	right: 0;
}
.dynamic-exit-text{
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 0px;
	width: 100%;
    margin: 0 auto;
}
.dynamic-exit-text:before{
	position: absolute;
    content: '';
    z-index: -1;
    left: -7px;
    bottom: 20px;
    width: 75%;
    height: 100%;
    border: 12px solid #00b1f7;
}
.dynamic-exit-text h5{
margin-top: 5px;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    /*letter-spacing: 1px;*/
    line-height: 26px;
}
.dynamic-exit-text p{
	font-size: 16px;
	line-height: 25px;
}
.cta-btn-wrap{
	background-color: #00b1f7;
}
.cta-btn-wrap h2{
	margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'Oswald', sans-serif;*/
    letter-spacing: 1px;
	font-family: 'ROG LyonsType', sans-serif;
}
.mapp img
{
	width:100%;
	padding-top:40px;
}
.cta-btn .btn-1{
	background-color: #fff;
	margin-top: 0px;
	color:#00b1f7;
}
.cta-btn-wrap .shape-2 img{
	left: 5%;
}
.contact-form-wrap form{
	width: 70%;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: rgb(41, 41, 41);
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	/*border: 5px solid #00b1f7;*/
}
.contact-form-wrap form .form-control{
	margin-bottom: 15px;
	box-shadow: none;
	border-radius: 0px;
	height: 45px;
	font-size: 15px;
    background: #353535;
    border: none;
}
.contact-form-wrap form textarea{
	height: 100px !important;
}
.contact-form-wrap{
	position: relative;
    background-image: url(../images/services/contact-bg.png);
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0px;
}
.contact-form-wrap:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #2f2929c2;
	top: 0;
	right: 0;
}
.contact-form-wrap .heading h2{
	margin-bottom: 5px;
	color: #fff;
}
.contact-form-wrap .heading p{
	color: #fff;
	line-height: 25px;
	margin-bottom: 20px;
}
.contact-form-wrap form .btn-1{
	color: #fff;
}
.contact-form-wrap form textarea, .contact-form-wrap form input[type="text"], .contact-form-wrap form input[type=email]{
	color: #fff;
}
.cta-btn-wrap .shape-2 img{
	bottom: 3%;
	opacity: 0.1;
}
.about-wrap .image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-wrap .image_block_2 .image-box .image img{
  width: 100%;
}

.about-wrap .image_block_2 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-wrap .image_block_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-wrap .image_block_2 .image-box{
  position: relative;
  display: block;
  margin-right: 7px;
  /*padding: 40px 0px 13px 40px;*/
}

/*.image_block_2 .image-box:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 190px;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}*/

.about-wrap .image_block_2 .image-box .image-content{
  position: absolute;
    /* right: 0px; */
    bottom: 0px;
    width: 160px;
    background: #00b1f7;
    padding: 27px 27px 27px 27px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-wrap .image_block_2 .image-box .image-content .icon-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 100px;
  color: #f2f2f2;
}

.about-wrap .image_block_2 .image-box .image-content h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.about-wrap .image_block_2 .image-box .image-content h4 span{
  font-size: 30px;
}
.about-wrap .image_block_2 .image-box:before {
    background: #00b1f7;
}
.about-wrap .image-column .image img{
	border: none;
}
.about-wrap .image-column{
	margin-bottom: 20px;
}
.about-wrap .image-content .icon-box img{
	width: 95px;
	opacity: 0.2;
}
.mission-vision-section{
  position: relative;
  padding: 50px 0px;
  background-color:#f5feef;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
}

.content_block_5 .content-box .text{
  position: relative;
  margin-bottom: 43px;
  padding-left: 35px;
}

.content_block_5 .content-box .text p{
  line-height: 30px;
}

.content_block_5 .content-box .text:before{
  position: absolute;
  content: '';
  width: 5px;
  height: calc(100% - 20px);
  top: 8px;
  left: 0px;
}

.content_block_5 .content-box .list-item li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  line-height: 40px;
  padding-left: 55px;
  margin-bottom: 20px;
}

.content_block_5 .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  border: 2px solid #efefef;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: 0px;
}

.content_block_5 .content-box .list-item{
  padding-bottom: 30px;
}

.mission-vision-section .sec-title{
  margin-bottom: 42px;
}

.mission-vision-section .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 70px;
}

.mission-vision-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}
.mission-vision-section .image-column .image img{
	border: none;
}
.mission-vision-section .image-box .image img{
  width: 100%;
}

.mission-vision-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.mission-vision-section .image-box .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.mission-vision-section .image-box .image-bg{
  position: absolute;
  left: 250px;
  top: -72px;
  width: 5000px;
  height: 100%;
}
.mission-vision-section .image-box .image-bg {
    background: #00b1f7;
}
.mission-vision-section .image-box {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-top: 70px;
}
.mission-vision-section .heading h2{
	font-size: 30px;
    margin-bottom: 15px;
}
.contact-wrap{
	padding: 50px 0px;
}
.contact-wrap .heading h2{
	margin-bottom: 5px;
}
.contact-wrap .heading p{
	margin-bottom: 20px;
}
.contact-wrap .contact-info{
	border: 2px solid #00b1f7;
	padding: 30px;
	height: 230px;
	width: 100%;
	margin-bottom: 30px;
	background: #00b1f7;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 20px;
}
.contact-wrap .contact-info img{
	width: 70px;
}
.contact-wrap .contact-info-text{
	margin-top: 15px;
}
.contact-wrap .contact-info-text h4{
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.contact-wrap .contact-info-text p{
	line-height: 25px;
	color: #fff;
}
.contact-info .shape-1 img{
	z-index: -1;
}
.contact-info-text a{
	color: #fff;
}
.contact-info-text a:hover{
	color: #333;
}
.contact-form-section{
	background-color: #f7f7f7;
}
.contact-form-section form{
	padding: 25px 40px;
    background-color: rgb(41, 41, 41);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    /* border: 5px solid #00b1f7;*/
}
.contact-form-section form .form-control {
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
    background: #353535;
    border: none;
}
.contact-form-section form textarea {
    height: 100px !important;
}
.contact-form-section .heading h2{
	color: #fff;
	font-size: 25px;
}
.location-map{
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 15px;
    border-radius: 20px;
}
.career-text h4{
	font-size: 20px;
    color: #00b1f7;
    font-weight: 700;
    padding-bottom: 10px;
}
.career-who-we-wrap{
	position: relative;
}
.career-who-we-wrap:before{
	position: absolute;
	background-color:#f5f5f5;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 0px;
}
.jobs-section{
	padding-bottom: 50px;
	padding-top: 0px;
}
.join-us-wrap{
	position: relative;
	/*background-image: url(../images/bg/career-bg.png);*/
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.join-us-row{
	background-color: #f1f1f1;
    padding: 30px;
    border-radius: 0px;
    width: 100%;
    margin: 0 auto;
}
.join-us-row:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -7px;
    bottom: 20px;
    width: 75%;
    height: 100%;
    border: 12px solid #00b1f7;
}
.join-us-row .shape-1 img{
	bottom: -1%;
	right: 1%;
}
.accordion {
  background-color: #00b1f7;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  line-height: 27px;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}
.accordion-btn{
	margin-top: 20px;
}
.accordion .activeaccordion, .accordion:hover {
  background-color: #00b1f7; 
}
.accordion:after {
  content: '\002B';
    color: #00b1f7;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    line-height: 11px;
    font-size: 16px;
    background: white;
    border-radius: 10px;
    padding: 8px;
}

 .activeaccordion:after {
  content: "\2212";
}
.panel {
  padding: 30px;
  display: none;
  background-color: whitesmoke;
  overflow: hidden;
}
table, th, td {
  border: 1px solid #ddd;
  font-size: 16px;

}
.table>thead>tr>th{
	background: #00b1f7;
	color: #fff;
	border-bottom:none;
}
.job-descr-text h2{
	font-family: 'Oswald', sans-serif;
    font-size: 23px;
    color: #00b1f7;
    margin-bottom: 15px;
}
.job-descr-text h3{
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #00b1f7;
    margin-bottom: 15px;
}
.job-descr-text .btn-1{
	color: #fff;
}
.job-descr-text h3 span{
	color: #333;
}
.job-list{

}
.job-list li{
	font-size: 16px;
    padding-bottom: 15px;
    /* display: flex; */
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}
.job-list li:before{
	content: '\25CF';
    padding-right: 10px;
    color: #75bc43;
    font-size: 25px;
    top: -7px;
    position: absolute;
    left: -5px;
}
.sub-job-list{
	padding-left: 20px;
}
.sub-job-list li:before{
	content: '-';
}
.career-contact-wrap{
	position: relative;
	background-image: url(../images/bg/career-bg1.png);
	background-position: center;
}
.career-contact-wrap:after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	content: '';
	background-color:#00b1f7ed;
}
.career-contact-wrap .heading{
	border-bottom: 1px solid #ececec;
}
.career-contact-wrap .heading h2{
	color: #fff;
}
.career-contact-wrap .heading p{
	color: #fff;
}
.career-contact-text ul{
	text-align: center;
}
.career-contact-text li{
	font-size: 16px;
	color: #fff;
	padding-bottom: 6px;
}
.career-contact-text li a{
	color: #fff;
}
.career-contact-text li span{
	font-size: 23px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 20px;
}
.career-contact-text li i {
    /* font-size: 30px; */
    color: #fff !important;
    /* margin-bottom: 20px; */
}
.career-contact-text ul{
	margin-top: 20px;
}
.career-contact-text ul li{
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 10px;
}
.career-contact-text ul li i{
	color: #00b1f7;
	padding-right: 10px;
}
.career-img img{
	border-radius: 0px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	border-radius: 0px;
}
.career-img{
	position: relative;
}
.career-img:before{
	position: absolute;
    background-color: #00b1f7;
    content: '';
    width: 50%;
    top: -15px;
    right: -15px;
    height: 100%;
    z-index: -1;
}
.join-us-wrap .career-text a{
	color: #00b1f7;
	font-weight: 700;
}
.career-who-we-wrap .career-text a{
	color: #00b1f7;
	font-weight: 700;
}
.join-us-wrap .career-text a:hover{
	color: #333;
}
.partner-wrap{
	padding-bottom: 25px;
}
.partner-wrap h4{
	font-size: 20px;
    color: #00b1f7;
    font-weight: 700;
    padding-bottom: 10px;
}
.partner-row{
	padding: 30px;
	box-shadow: 0 0px 27px rgb(30 151 198 / 54%), 0 6px 6px rgb(0 0 0 / 10%);
	/*border-radius: 20px 100px 20px 20px;*/
	position: relative;
}
.partner-row:before{
	position: absolute;
	background-color: #00b1f7;
	width: 25%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
}
.partner-row .heading h2{
	font-size: 35px;
}
.partner-img{
	position: relative;
	display: inline-block;
}
.partner-img img{
	border: 5px solid #00b1f7;
    border-radius: 0px;
}
.client-wrap{
	padding-top: 25px;
}
.client-wrap h4{
	font-size: 20px;
    color: #00b1f7;
    font-weight: 700;
    padding-bottom: 10px;
}
.client-row{
	padding: 30px;
	box-shadow: 0 0px 27px rgb(118 187 67 / 54%), 0 6px 6px rgb(0 0 0 / 10%);
	border-radius: 20px 20px 20px 100px;
	position: relative;
}
.client-row:before{
	position: absolute;
	background-color: #00b1f7;
	width: 25%;
	height: 100%;
	content: '';
	top: 0;
	right: 0;
}
.client-img{
	display: inline-block;	
}
.client-img img{
	border: 5px solid #00b1f7;
    border-radius: 20px;
}
.leadership-team-wrap{
	background-color: #00b1f7;
}
.leadership-team-text{
	background-color: #fff;
	padding: 30px;
}
.team-wrap{
	padding-bottom: 0px;
}
.team-img{
	z-index: 111111;
}
.team-img img {
    /*border-radius: 100px 20px 20px 20px;*/
   /* height: 350px;*/
    width: 100%;
    top: 25px;
    position: relative;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.leadership-team-text {
    /* text-align: right; */
    background-color: #ffffff;
    padding: 30px 40px;
    margin-left: -50px;
    z-index: 99999999;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
    /* border-radius: 35px; */
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
}
.leadership-team-text .shape-1 img {
    position: absolute;
    right: 2%;
    bottom: -1%;
    width: 230px !important;
    z-index: 1;
    opacity: 0.1;
}
.team-box{
	float:left;
	width:100%;
	box-shadow:0px 0 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.btc_team_slider_wrapper .owl-carousel .owl-stage:after{
	height:3px !important;
}
.team-box-wrapper{
	float:left;
	width:100%;
	position:relative;
}
.team-box-content{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
	z-index:1;
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.team-box-content h4{
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
}
.team-box-content p{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box-content h4 a{
	color:#111111;
	font-size:18px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box-wrapper img{
	-webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.team-box-social{
	float:left;
	width:80%;
	left:0;
	right:0;
	margin:0px auto;
	background:rgba(0,0,0,0.7);
	position: absolute;
    bottom: -50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.team-box:hover .team-box-social{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box-social ul{
	display:inline-block;
}
.team-box-social li{
	float:left;
}
.team-box-social li:first-child{
	margin-left:0;
}
.team-box-social li a{
	float:left;
	color:#ffffff;
	width: 40px;
    height: 40px;
    line-height: 43px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box-social li a:hover{
	color:#4f5dec;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box:hover .team-box-content{
	background:#00b1f7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-box:hover .team-box-content h4 a, .team-box:hover .team-box-content p, .team-box:hover .team-box-content a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.wrap-album-slider{
	margin-top:60px;
}
/*.team-wrap .owl-carousel .owl-stage-outer{
	height: 320px;
}*/
.team-read {
    color: #00b1f7;
    font-weight: 700;
    font-size: 17px;
}
.team-read:focus, .team-read:active{
	text-decoration: none;
	color: #00b1f7;
}
.team-quote{
	background-color: #f7f7f7;
	padding: 30px;
	box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
	border-radius: 20px;
}
.team-quote h3{
	font-size: 25px;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 35px;
    color: #333;
}
.team-quote span{
	font-size: 50px;
    position: relative;
    top: 12px;
    color: #00b1f7;
}
.testimonial-box{
	margin-top: 30px;
	background-color: #f7f7f7;
	padding: 30px;
	box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
	border-radius: 0px;
	position: relative;
	display: inline-block;
}
.testimonial-box:before{
	position: absolute;
    content: '';
    background-color: #00b1f7;
    width: 100%;
    height: 100%;
    top: -10px;
    right: -10px;
    z-index: -9;
}
.testimonial-name{
	display: flex;
}
.testimonial-name img{
	width: 80px;
	height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
}
.review-star{
	display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}
.review-star li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.review-star li .unchecked{
	color: #333;
}
.testimonial-details{
	padding-left: 50px;
}
.checked {
  color: orange;
}
.testimonial-name{
	margin-top: 20px;
}
.testimonial-details h4{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	color: #333;
}
.testimonial-text p{
	line-height: 26px;
}
.testimonial-text .fa-quote-left, .testimonial-text .fa-quote-right{
	color: #75ba42;
	font-size: 20px;
}
.case-studies-wrap .heading h2{
	margin-bottom: 5px;
}
.case-studies-wrap .heading p{
	margin-bottom: 20px;
}
/*.library-num{
	    font-size: 60px;
    font-weight: 700;
    color: #00b1f7;
}*/
.library-box h4{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.library-box p{
	font-size: 16px;
	line-height: 25px;
}
.items-number {
    color: #E0E5E9;
    text-shadow: 0 2px 6px rgb(10 14 20 / 20%);
    color: rgb(117 188 67);
    font-size: 100px;
    line-height: 120px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transform: translateY(32%);
    -ms-transform: translateY(32%);
    transform: translateY(32%);
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.library-box-link {
    color:#5da729;
    border-color: #f7c419;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s ease 0s;
}
.library-box-link:hover i {
    webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}
.library-box:hover .items-number {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.knowledge-base-wrap{
	padding-bottom: 20px;
}
.our-library-wrap{
	position: relative;
	background-image: url(../images/bg/our-library-bg.png);
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}
.our-library-wrap:after{
	position: absolute;
	background-color: #f7f7f7e3;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	content: '';
}
.support-wrap{
	background-color: #f7f7f7;
}
.support-wrap h3{
	font-size: 25px;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.support-wrap .btn-1{
	color: #fff;
}
.airports-text h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.airports-text ul {
    margin-top: 0px;
}
.airports-text li {
    font-size: 16px;
    display: flex;
}
.airports-text li:before {
    content: '\25CF';
    padding-right: 10px;
    color: #75bc43;
    font-size: 25px;
    top: -7px;
    position: relative;
}
.airports-description{
	    background-color: #fff;
    padding: 50px 30px;
    border-radius: 0px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
    position: relative;
}
.airports-description:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -21px;
    bottom: 20px;
    width: 75%;
    height: 100%;
    z-index: -9;
    border: 12px solid #00b1f7;
}
.airports-description .shape-1 img{
	bottom: -1%;
}
.market-requirement-wrap{
	background-color: #f7f7f7;
	position: relative;
}
.market-requirement-wrap:before{
	position: absolute;
	content: '';
	width: 30%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -9px;
	background-color: #00b1f7;
}
.market-requirement-text h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.market-requirement-text ul {
    margin-top: 0px;
}
.market-requirement-text li {
    font-size: 16px;
    display: flex;
}
.market-requirement-text li:before {
    content: '\25CF';
    padding-right: 10px;
    color: #75bc43;
    font-size: 25px;
    top: -7px;
    position: relative;
}
.market-requirement-img img{
	box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
	border-radius: 20px;
	border: 5px solid #75bc43;
}

.solutions-benefits-wrap{
	background-color: #f7f7f7;
	position: relative;
}
.solutions-benefits-wrap:before{
	position: absolute;
	content: '';
	width: 30%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -9px;
	background-color: #00b1f7;
}
.solutions-benefits-text h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.solutions-benefits-text ul {
    margin-top: 0px;
}
.solutions-benefits-text li {
    font-size: 16px;
    display: flex;
}
.solutions-benefits-text li:before {
    content: '\25CF';
    padding-right: 10px;
    color: #75bc43;
    font-size: 25px;
    top: -7px;
    position: relative;
}
.solutions-benefits-img img{
	box-shadow: 0px 0 8px rgb(0 0 0 / 10%);
	border-radius: 20px;
	border: 5px solid #75bc43;
}
.project-management ul{
	margin-top: 0px;
}
.project-management li{
	padding-bottom: 0px;
}
.career-form form {
    width: 70%;
    margin: 0 auto;
    padding: 25px 40px;
    background-color: rgb(41, 41, 41);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    /* border: 5px solid #00b1f7; */
}
.career-form{
	margin-top: 20px;
}
.career-form form .form-control {
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
    background: #353535;
    border: none;
}
.career-form .heading h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 23px;
}
.contact-map-wrap{
	padding: 0px;
	position: relative;
}
.contact-map-row{
	display: block;
  position: absolute;
  top: 10%;   
  bottom: 10%;
  /*left: 0%;*/
  margin-top: 30px;
  width: 40%;
  height: auto;
  z-index: 100;
  /*background:#fff;*/
  padding: 20px;
  border-radius: 0px;
  /*box-shadow: .5px 4px 20px rgba(0,0,0,.5);;*/
}
.contact-map-row1{
	display: none;
  position: absolute;
  top: 10%;   
  bottom: 10%;
  /*left: 0%;*/
  margin-top: 30px;
  width: 100%;
  height: auto;
  z-index: 1001;
  /*background:#fff;*/
  padding: 20px;
  border-radius: 0px;
  /*box-shadow: .5px 4px 20px rgba(0,0,0,.5);;*/
}
.contact-map-form{
	background-color: rgb(41, 41, 41);
	/*padding: 20px;*/
	/*box-shadow: .5px 4px 20px rgba(0,0,0,.5);*/
}
.contact-map-form h4{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #fff;
}
.contact-map-form .form-control{
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 10px;
	height: 40px;
	background: #353535;
    border: none;
    color: #ffffff;
}
input::placeholder {
  color: #ffffff !important;
}
textarea::placeholder {
  color: #ffffff !important;
}

.contact-map-form select{
	color: #939393;
}
.contact-map-form textarea{
	height: 70px !important;
}
.map-popup p a:hover{
	color: #00b1f7;
}
.gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
    cursor: default;
    display: none;
}
.map img {
  display: block;
  width: 100%;
}

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 60%;
  padding: 15px;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 24px rgba(0,0,0,0.22);
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}
.map {
  position: relative;
  max-width: 1100px;
  margin: auto;
  background-color: #ccc;
}
.map-popup > *:first-child { margin-top: 0; }
.map-popup > *:last-child { margin-bottom: 0; }

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #fff;
  transition: all 300ms;
  transition: 4s;
    animation: ripple 0.9s linear infinite;
}
.marker-name{
	background-color: #fff;
	width: 80px;
	border-radius: 10px;
	box-shadow: 0.5px 4px 20px rgb(0 0 0 / 50%);
	position: relative;
	right: 30px;
	border: 1px solid #00b1f7;
}
.marker-name p{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
    font-weight: 700;
}
.marker1 {
  top: 30%;
  left: 20%;
}
.marker2 {
  top: 50%;
  left: 64%;
}

.marker3 {
  top: 50%;
  left: 64%;
}
.map-popup p{
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 0px;
}
.popup-title{
	font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}
.map-popup i{
	color: #00b1f7;
}
.map-popup b{
	color: #00b1f7;
}
.gm-style-iw-d{
	font-size: 14px;
	line-height: 22px;
}
.gm-style-iw-d a{
	outline: none;
	text-decoration: none;
	font-weight: 700;
	color: #00b1f7;
}

@media only screen and (min-width:48em) {
  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
    }
    .map-item .marker {
      top: auto;
      left: auto;
    }
  
  .map-item1 {
    top: 90px;
    left: 35%;
  }
  .map-item2 {
    top: 45%;
    left: 45%;
  }

  .map-item3 {
    top: 200px;
    left: 10%;
  }
  
  .map-popup {
    position: absolute;
    left: 58px;
    width: 280px;
    transform: translateY(-50%);
  }
  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
  }
  
  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }
  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}






/*
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none !important;
}
*/










.blue-box {   
  display: block;
  position: absolute;
  top: 22%;   left: 50%;
  -webkit-transform:translateX(-50%);
  width: 100%;
  height: 50vh;
  z-index: 1001;
  background:rgba(222,222,222,.6);
  padding: 20px;
  
  border-radius: 12px;
  box-shadow: .5px 4px 20px rgba(0,0,0,.5);
/*     filter: blur(25px);   */
}
.google-map {
	background-color: #e0e0e0;
	height: 40rem;
	max-height: 100vh;
}
.sitemap-section h2{
	font-size: 40px;
}
.sub_link{
	padding-left: 20px;
}
.sitemap-list{
	padding-left: 30px;
	background: #f7f7f7;
	padding: 20px;
	box-shadow: 0.5px 4px 20px rgb(0 0 0 / 12%);
	border-radius: 20px;
	margin-bottom: 20px;
}
.sitemap-list li{
	font-size: 18px;
}
.sitemap-list li a{
	color: #4c4c4c;
	outline: none;
	text-decoration: none;
}
.sitemap-list li a:hover{
	color: #00b1f7;
}
.sitemap-list span{
	color: #00b1f7;
	font-size: 30px;
}
.sub_link span{
	color: #00b1f7;
	font-size: 30px;
}
.partner_logo{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 30px;
}
.slider_partner_logo{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.contact_sidebar{
	padding: 60px 20px 60px 20px;
	height: 100%;
	
	position: relative;
}
.contact_sidebar h3{
	font-size: 30px;
	font-weight: 700;
    color: #00b1f7;
}
/*.contact_sidebar h3:before{
	position: absolute;
    top: 10px;
    left: 8%;
    background-color: #00b1f7;
    width: 10%;
    height: 1%;
    content: '';
}*/
.contact_sidebar h6{
	font-size: 15px;
	font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding-top: 20px;
}
.contact_sidebar ul{
	margin-top: 20px;
}
.contact_sidebar ul li{
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 15px;
    position: relative;
}
.contact_sidebar ul li a:hover{
	color: #00b1f7;
}	
.contact_sidebar ul li i{
	padding-right: 6px;
    color: #00b1f7;
    position: absolute;
    left: -5px;
}
.contact_sidebar .shape-1 img{
	width: 250px !important;
	right: -7%;
}
.contact_sidebar .shape-2 img {
    position: absolute;
    left: -8%;
    top: -3%;
    width: 250px !important;
    z-index: 1;
    opacity: 0.1;
}
.contact_border{
	border: 2px solid #00b1f7;
    width: 20%;
    margin-top: 5px;
}
.contact_form_sidebar{
	background-color: rgb(41, 41, 41);
	padding: 20px;
}
.single-service {
    /*-webkit-box-shadow: 5px 5px 60px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 60px rgb(0 0 0 / 5%);*/
    padding: 35px 10px 13px;
    border-radius: 0px;
   
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.single-service-border{
	/*border: 1px solid #00b1f7;*/
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.single-service:after, .single-service:before {
    background-color: transparent;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 5%;
    height: 5%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.single-service .icon-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    margin-left: 4px;
}
.single-service.c_1 .icon-wrap .icon img{
	
}
.single-service.c_1 .icon-wrap .icon{
	background-color: #fafafa;
}
.single-service .icon-wrap .icon {
    width: 100px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.single-service .icon-wrap .icon {
    border-radius: 3px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
svg path{
	-webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.single-service .icon-wrap:after {
    border: 1px solid #00b1f7;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -4px;
    top: -4px;
    opacity: .4;
}
.single-service .content h3 {
	font-size: 22px;
	color: #00b1f7;
    font-weight: 700;
    margin-bottom: 14px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-family: 'Oswald', sans-serif;
}
.single-service .content a{
    margin-bottom: 14px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.single-service:hover h3{
	color: #fff;
}
.single-service:hover p{
	color: #fff;
}
.single-service .content p{
	-webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 15.5px;
    line-height: 25px;
}
.single-service.c_1:hover{
	background-color: #00b1f70d;
    background-image: url(../images/smart-parking-hover.jpg);
}
.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.single-service:hover:after, .single-service:hover:before {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    transform: scale(40);
    background-color: #ee3131;
}
.single-service.c_1:hover .icon-wrap .icon{
	background-color: #fff;
}
.single-service:hover .icon-wrap .icon{
	background-color: #fff;
}
.single-service:hover .icon-wrap:after {
    border-color: #fff;
    opacity: .3;
}
.single-service:hover:after, .single-service:hover:before {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    transform: scale(40);
    background-color: #00b1f72b;
}
.single-service:after {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}
.single-service:after, .single-service:before {
    background-color: transparent;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 5%;
    height: 5%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.solution-container{
	display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}
.solution-box{
	flex: 20%;
	margin: 15px;
}
.solution-wrap .shape-1{
	right: -1%;
    bottom: -1%;
}
.contact_info_wrap{
	background-color: #00b1f7;
}
.contact-icon i{
	/*font-size: 30px;*/
    color: #fff;
    /*margin-bottom: 20px;*/
}
.contact-icon p{
	text-align: center;
	color: #fff;
}
.contact-icon p a{
	color: #fff;
}
.contact-icon p a:hover{
	color: #333;
}
.contact_info_wrap ul{
	text-align: center;
}
.contact_info_wrap li{
	font-size: 16px;
	color: #fff;
	padding-bottom: 6px;
}
.contact_info_wrap li a{
	color: #fff;
}
.contact_info_wrap li span{
	font-size: 23px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 20px;
}
.border-right{
	border-right:1px solid #ececec;
	padding-right: 10px;
	/*height: 100px;*/
}
.google_map{
	margin-bottom: -7px;
}
   .sidebar-page-container{
    position:relative;
   /* padding:120px 0px 70px;*/
}

.sidebar-page-container .our-shop,
.sidebar-page-container .blog-single,
.sidebar-page-container .blog-sidebar{
    padding-right: 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
    margin-bottom:50px;
}

.sidebar-widget{
    position:relative;
    margin-bottom:50px;
}

.sidebar-widget:last-child{
    margin-bottom: 0;
}
.services-categories{
    position:relative;
    margin-bottom: 50px;
    background-color: #fff;
}

.services-categories li{
    position:relative;
    border:1px solid #e7e7e7;
    /*border-bottom: 0;*/
    z-index: 9;
    margin-bottom: 2px;
}

/*.services-categories li:last-child{
    border-bottom: 1px solid #e7e7e7;
}*/

.services-categories li:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #4c8324;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services-categories li a{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    padding: 7px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a{
    color: #ffffff;
}

.services-categories li a:before{
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 25px;
    line-height: 30px;
    color: #00b1f7;
    font-weight: 900;
    content: "\2023";
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
    color: #ffffff;
}

.services-categories li a:after{
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color:#84c950;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after{
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.service-detail{
    position: relative;
    padding-right: 20px;
}

.service-detail .images-box{
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column{
    padding: 0 5px;
}

.service-detail .images-box .image{
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img{
    display: block;
    width: 100%;
    height: auto;

}

.service-detail .content-box{
    position: relative;
    padding: 20px 0 0;
}

.service-detail .content-box h2{
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #343a40;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-detail .content-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #343a40;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-detail .content-box p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 10px;
}

.service-detail .two-column{
    position: relative;
}

.service-detail .two-column .title{
    margin-bottom: 40px;
}

.service-detail .two-column p{
    margin-bottom: 25px;
}

.service-detail .two-column .image-column{
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image{
    margin-bottom: 0;
}

.service-detail .two-column .text-column{
    position: relative;
}

.service-detail .prod-tabs{
    position:relative;
}

.service-detail .prod-tabs .tab-btns{
    position:relative;
    z-index:1;  
    border-bottom:1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn{
    position:relative;
    top:1px;
    display:block;
    float:left;
    margin-right:5px;
    font-size:16px;
    color:#333333;
    background:#ffffff;
    text-transform:capitalize;
    font-weight:400;
    line-height:23px;
    cursor:pointer;
    border:1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    top: 0;
    left: 50%;
    width:0%;
    height:3px;
    background-color:#dc3545;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before{
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-3px;
    width:100%;
    height:5px;
    background-color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
    color: #156f89;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content{
    position:relative;
    padding:25px 30px 45px;
    border:1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab{
    position:relative;
    display:none;
    border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.service-detail .prod-tabs .tabs-content .tab .content{
    position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
    position:relative;
    font-size:16px;
    line-height: 26px;
    color:#666666;
    margin-bottom:0px;
}
.parking-optimization-text li{
    padding-bottom: 0px;
}
.sidebar-title-two{
    position:relative;
    margin-bottom:20px;
}

.sidebar-title-two h2{
    position: relative;
    color:#222222;
    font-weight: 700;
    line-height: 1.3em;
    padding-left:13px;
    border-left:3px solid #00b1f7;
    font-size: 20px;
}
.help-box{
    position:relative;
    background-size:cover;
    padding:30px 25px;
    border-radius: 20px 0px 20px 0px;
}

.help-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgb(47 41 41 / 90%);
}

.help-box > span{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4{
    position:relative;
    color:#ffffff;
    font-size:22px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom:15px;
}

.help-box p{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:24px;
    margin-bottom:0px;
}

.help-box .theme-btn{
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 700;
}
.paragraph-text{
    position: relative;
    background-position: cover;
    background-attachment: fixed;
    padding: 30px;
    margin-top: 25px;
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.paragraph-text:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(118 187 67 / 92%);
   
}
.paragraph-text h2{
    margin-top: 5px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    /* letter-spacing: 1px; */
    line-height: 26px;
    color: #fff;
}
.paragraph-text p{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.paragraph-inner{
    position: relative;
    border: 1px solid #fff;
     padding: 20px;
     background: #ffffff1c;
}
.sidebar-side{
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 30px;
}
.hover12 {
    background: #000000a8;
}
.hover12 img {
    
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover12:hover img {
    opacity: .5;
}
.divider{
    background-color: #00b1f7;
    width: 60px;
    height: 3px;
    margin-left: 4px;
}
.side-contact{
    margin-top: 50px;
}
.side-contact-info hr{
	margin-top: 0px;
	margin-bottom: 10px;
}
.side-contact-info ul{

}
.side-contact-info ul li{
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.side-contact-info ul li a{
    font-size: 16px;    
}
.side-contact-info ul li a:hover{
    color: #00b1f7;
}
.side-contact-info ul li i{
    color: #00b1f7;
    font-size: 16px;    
    padding-right: 6px;
    position: absolute;
    left: -5px;
}
.side-contact-info ul li h5{
	color: #00b1f7;
	font-size: 18px;
	font-weight: 600;
}
.sidebar-side .shape-1 img{
    position: absolute;
    right: -1%;
    bottom: -4px;
    width: 200px !important;
    z-index: 1;
    opacity: 0.1;
}
.side-contact-info{
    z-index: -9999;
}
.text-para{
	margin-top: 30px;
}
.text-para p{
	color: #000 !important;
}
.service-block{
    position: relative;
    margin-bottom: 30px;
    }
    .service-block .inner-box{
    position: relative;
    overflow: hidden;
    }
    .service-block .image-box {
    position: relative;
    }
    .service-block .image-box img{
    display: block;
    width: 100%;
    height: auto;
    }
    .service-block .image-box .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding:20px 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    .service-block .inner-box:hover .image-box .title{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    }
    .service-block .image-box .title:before{
    position: absolute;
    left: 0;
    border-bottom: 65px solid rgb(118 187 67 / 90%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 100%;
    content: "";
    bottom: 0;
    }
    .service-block .image-box .title h4{
    position: relative;
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;   
    }
    .service-block .caption-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgb(47 41 41 / 78%);
    padding: 36px 30px;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    }
    .service-block .inner-box:hover .caption-box{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    }
    .service-block .caption-box .title-box{
    position: relative;
    margin-bottom: 15px;
    /*padding: 17.5px 0;
    padding-left: 80px;*/
    }
    .service-block .caption-box .title-box h4{
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500; 
    }
    .service-block .caption-box .title-box h4 a{
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    .service-block .caption-box .title-box h4 a:hover{
    color: #fff;
    }
    .service-block .caption-box .title-box .icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    }
    .service-block .caption-box p{
    position: relative;
    display: block; 
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    /*font-weight: 400;*/
    margin-bottom: 0px;
    }
    .service-block .caption-box .read-more{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #00b1f7;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    }
    .service-block .caption-box .read-more:hover{
    text-decoration: none;
    }
    .service-block .caption-box .read-more i{
    margin-left: 10px;
    }
    .solution-box .feature-one__single{
    	height: 360px;
    }
    .feature-one__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 0px;
    padding: 30px 30px 0px;
    border: 1px solid #e4e5ea;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
    }
    .feature-one-single-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    }
    .feature-one__single:hover .feature-one-single-bg {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    }
    .feature-one-single-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #00b1f7d4;
    border-radius: 0px;
    }
    .feature-one__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #e4e5ea;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 31px;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    }
    .feature-one__single:hover .feature-one__icon {
    background-color: #00b1f7;
    }
    .feature-one__icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    }
    .feature-one__icon img {
    width: auto;
    z-index: 1;
    }
    .feature-one__icon-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: -1;
    }
    .feature-one__single:hover .feature-one__icon-shape {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    }
    .feature-one__icon-shape img {
    width: auto;
    }
    .feature-one__title-box {
    position: relative;
    display: inline-block;
    margin-bottom:30px;
    width: 100%;
    }
    .feature-one__title-border {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    bottom: -13px;
    left: 0;
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #111; */
    height: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    }
    .feature-one__title-border:before {
   position: absolute;
    bottom: 0;
    left: 40%;
    height: 3px;
    width: 45px;
    content: "";
    background-color: #00b1f7;
    }
   /* .feature-one__title-border:after {
   position: absolute;
    bottom: 0;
    right: 40%;
    height: 3px;
    width: 25px;
    content: "";
    background-color: #00b1f7;
    }*/
    .feature-one__single:hover .feature-one__title-border:before {
   
    background-color: #fff;
    }
    .feature-one__single:hover p{
        color:#fff;
    }
    .feature-one__single:hover .feature-one__title-border:after {
   
    background-color: #fff;
    }
    .feature-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    }
    .feature-one__title a {
    color: var(--brote-base);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    }
    .feature-one__single:hover .feature-one__title {
    color: #fff;
    }
    .feature-one__single:hover .feature-one__title p {
    color: #fff;
    }
    .feature-one__single:hover .feature-one__text {
    color: #fff;
    }
    .feature-one__text {
    padding-top: 40px;
    padding-bottom: 25px;
    line-height: 25px;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    }
    .feature-one__single:hover .feature-one__text {
    color: #fff;
    }
    .feature-one__btn {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #e4e5ea;
    color: var(--brote-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 40px 10px;
    border-radius: 25px;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    }
    .feature-one__single:hover .feature-one__btn {
    color: #fff;
    background-color: var(--brote-primary);
    }
    .no-padding{
    	padding: 0px;
    }
    .requirement-row{
    	padding-top: 0px;
    }
    .panel-default>.panel-heading {
    color: #fff;
    font-size: 20px;
    background-color: #00b1f7;
    border-color: #ddd;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    /* letter-spacing: 1px; */
    line-height: 26px;
    color: #fff;
	}
	.panel-default {
    border-color: none;
    padding: 0px;
    display: block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
	.panel{
		margin-bottom: 0px;
	}
	.requirement-row p{
		line-height: 26px;
		color: #000 !important;
		font-weight: 400;
		position: relative;
    z-index: 9999999;
	}
	.requirement-row ul{
	margin-top: 10px;
	position: relative;
    z-index: 9999999;
}
.requirement-row li{
	font-size: 15px;
	display: flex;
}
.requirement-row li:before{
	content: '\25CF';
	padding-right: 10px;
	color: #75bc43;
	font-size: 25px;
    top: -7px;
    position: relative;
}
.requirement-row .shape-1 img{
	bottom: -4px;
}
.requirement-body{
	background-image: url(../images/banners/requirement-bann.png);
	background-size: cover;
    position: relative;
    z-index: 999;
}
.requirement-body:after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: #ffffffd9;
	content: '';
}
.requirement-body1{
	background-image: url(../images/banners/benefit-bann.png);
	background-size: cover;
    position: relative;
    z-index: 999;
}
.requirement-body1:after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: #ffffffd9;
	content: '';
}
.heading .quote{
	font-style: italic;
}
.quote span{
	font-size: 40px;
}
.product-img-slider .owl-carousel .owl-nav.disabled{
	display: block;
	text-align: center;
}
.product-img-slider .owl-carousel .owl-nav button.owl-next{
	background-color: #00b1f7;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    /* float: left; */
    /* margin-top: 15px; */
    position: absolute;
    right: 0px;
    top: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
}
.product-img-slider .owl-carousel .owl-nav button.owl-prev{
	background-color: #00b1f7;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    /* float: left; */
    /* margin-top: 15px; */
    position: absolute;
    left: 0px;
    top: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
}
.product-img-slider .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background-color: #333;
}
.product-img-slider .owl-carousel .owl-nav button span{
	font-size: 30px;
    line-height: 27px;
}
.product-img-slider .owl-carousel .owl-item img{
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.product-slider-img{
	width: 100% !important;
    height: 386px;
    object-fit: cover;
}
.team-popup .modal-dialog{
    width: 800px;
}
.team-popup .modal-title{
    font-size: 20px;
    color: #fff;
}
.team-popup h6{
    font-size: 17px;
    color: #fff;
}
.team-popup .modal-header {
    background-color: #00b1f7;
}
.team-popup .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    /* line-height: 1; */
    color: #00b1f7;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9;
    border-radius: 6px;
    background-color: #ffffff !important;
    padding: 5px 16px !important;
    margin-top: 5px !important;
}
.team-read:focus, .team-read:active{
	text-decoration: none;
	color: #00b1f7;
}
.team-wrap .owl-carousel .owl-nav.disabled {
     display: block; 
}
.team-wrap .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}
.inner-column {
  padding: 14px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
  margin-bottom: 10px;
}

.inner-column img {
  text-align: center;
  display: block;
  margin: auto;
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
  object-fit: contain;
}

.inner-team-content h2 {
  margin-bottom: 10px;
  color: #0072bc;
  font-size: 30px;
  font-weight: 800;
}

.our-team {
  padding: 50px 0;
  background: #f8f8f8;
  background-image: url(../images/about-us/team-bg.png);
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
}

.our-team .subtitle {
  justify-content: center;
}

.company-name {
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.team-one__single:hover .team-one__content a {
  color: white;
}

.member-box-left {
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  border-radius: 0 0 50px 0;
}

.member-box-right {
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  border-radius: 0 0 0 50px;
}

.member-box-left:after {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 20%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
}

.member-box-right:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 20%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
}
.inner-column .image h5 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.inner-column .image h2 {
  margin-bottom: 10px;
  color: #00b1f7;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.inner-team-content p{
	text-align: justify;
}
.technical-people {
  padding: 50px 0;
}

.advisory .subtitle {
  justify-content: center;
}

.team-section .subtitle {
  justify-content: center;
}

.team-section {
  background-image: url('../images/about-us/our-team.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 0;
}

.team-section h2 {
  color: #fff;
}

.team-section p {
  color: #fff;
}

.advisory {
  padding: 20px 0 50px;
}
.job-email h3{
   text-align: center;
    font-size: 20px;
    color: #fff;
    border-top: 1px solid #ececec;
    padding-top: 15px;
    margin-top: 15px;
}
.job-email a{
    color: #fff;
}
.blogs-details-wrap .sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blogs-details-wrap .sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 20px;
    position: relative;
    line-height: 1;
    color: #00b1f7;
    font-weight: 700;
    position: relative;
}
.blogs-details-wrap .search-box {
    position: relative;
}
.blogs-details-wrap .search-box .form-group {
    position: relative;
}
.blogs-details-wrap .search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid rgb(57 153 203);
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 10px;
    outline: none;
}
.blogs-details-wrap .search-box .form-group button {
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    background: 0 0;
}
.blogs-details-wrap .search-box .form-group button i {
    color: rgb(57 153 203);
    top: 2px;
    left: 1px;
    font-size: 20px;
    position: relative;
}
.blogs-details-wrap .pp-post-item {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blogs-details-wrap .pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    position: relative;
    top: 1px;
}
.blogs-details-wrap .pp-post-item .pp-post-img img {
    border-radius: 4px;
}
.blogs-details-wrap .pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: -2px;
}
.blogs-details-wrap .pp-post-item .pp-post-info h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.blogs-details-wrap .pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #888;
}
.blogs-details-wrap .pp-post-item .pp-post-info span i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 15px;
    line-height: .8;
    color: #00b1f7;
}
.blogs-details-wrap .list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blogs-details-wrap .category-box ul li {
    position: relative;
    margin-bottom: 15px;
}
.blogs-details-wrap .list-style li {
    list-style: none;
}
.blogs-details-wrap .category-box ul li a {
    color: #333;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    background-color: #fff;
    position: relative;
    border-left: 6px solid transparent;
    border-radius: 15px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.blogs-details-wrap .category-box ul li a i {
    position: relative;
    top: 3px;
    margin-left: 2px;
    font-size: 15px;
    visibility: hidden;
    opacity: 0;
    color: #3999cb;
    -webkit-transition: .4s;
    transition: .4s;
}
.blogs-details-wrap .category-box ul li a:hover {
    color: #3999cb;
    padding-left: 25px;
    border-color: #3999cb;
}
.blogs-details-wrap .category-box ul li a:hover i {
    visibility: visible;
    opacity: 1;
    margin-left: 7px;
}
.blogs-details-wrap .post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}
.blogs-details-wrap .post-img img{
    width: 100%;
object-fit: contain;
height: 400px;
background-color: #f7f7f7;
}
.blogs-details-wrap .post-metainfo {
    margin-bottom: 20px;
    padding-left: 8px;
}
.blogs-details-wrap .post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-right: 18px;
}
.blogs-details-wrap .post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #00b1f7;
}
.blogs-details-wrap .post-metainfo li a {
    color: #666;
}
.blogs-details-wrap .post-info{
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}
.blogs-details-wrap .post-info .listing li{
    padding-bottom: 0px;
}
.blogs-details-wrap .post-info h3{
    color: #00b1f7;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 700;
}
.blogs-details-wrap .comment-box-wrap {
    border: 1px solid rgba(0,0,0,.09);
    padding: 25px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 10px;
}
.blogs-details-wrap .comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
    color: #2a7da8;
    position: relative;
}
.blogs-details-wrap .comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0,0,0,.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.blogs-details-wrap .comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #00b1f7;
    font-size: 16px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.blogs-details-wrap .comment-item-wrap .reply-btn i {
    position: relative;
    margin-right: 4px;
    top: 2px;
}
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0;
}
.blogs-details-wrap #cmt-form {
    margin-top: 35px;
    border: 1px solid rgb(249 249 249);
    padding: 25px;
    background: #f9f9f9;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 10px;
}
.blogs-details-wrap .post-info h2{
	font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #00b1f7;
}
.post-info h2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.blogs-details-wrap .post-info ul {
    margin-top: 10px;
    position: relative;
    z-index: 9999999;
}
.blogs-details-wrap .post-info li {
    font-size: 16px;
    display: flex;
    font-weight: 300;
}
.blogs-details-wrap .post-info li:before {
    content: '\25CF';
    padding-right: 10px;
    color: #75bc43;
    font-size: 25px;
    top: -7px;
    position: relative;
}
.blogs-details-wrap #cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}
.blogs-details-wrap #cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
    outline: none;
}
.blogs-details-wrap #cmt-form .comment-form .form-group input, #cmt-form .comment-form .form-group textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    font-size: 15px;
    background-color: white;
    border: 1px solid rgb(255 255 255);
}
.blogs-details-wrap #cmt-form .comment-form .form-group input {
    height: 60px;
    font-size: 15px;
    outline: none;
}   
.blogs-details-wrap .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #888;
    margin-left: 5px;
}
.blogs-details-wrap .comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}
.blogs-details-wrap .comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
}
.blogs-details-wrap .comment-item-wrap .comment-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blogs-details-wrap .comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
.blogs-details-wrap #cmt-form label {
    color: #888;
    line-height: 26px;
    padding-left: 25px;
}
.blogs-details-wrap .checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}
.blogs-details-wrap .checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #3999cb;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.blogs-details-wrap .checkbox {
    display: block;
    margin-bottom: 30px;
}
.blogs-details-wrap .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.blogs-details-wrap .comment-form .form-btn{
    border: none;
}
.blogs-details-wrap .pp-post-item .pp-post-info h6 a:hover{
    color:#00b1f7;
}
.blogs-wrap .featured-imagebox-post.style3 .featured-content{
    min-height: 180px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff !important;
	line-height: 28px;
	background-color: #353535;
	border: none;
	box-shadow: none;
	height: 39px;
	padding: 5px 10px;
}
.select2-container--default .select2-selection--single{
	border: none !important;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.mt-70
{
	margin-top:70px;
}
@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgb(118 187 67), 0 0 0 0.2em rgb(118 187 67), 0 0 0 0.2em rgb(118 187 67), 0 0 0 0.2em rgb(163 177 198 / 1%);
  }
  100% {
    box-shadow:0 0 0 0.2em rgb(163 177 198 / 30%), 0 0 0 0.6em rgb(163 177 198 / 3%), 0 0 0 1em rgb(163 177 198 / 3%), 0 0 0 1em rgb(163 177 198 / 1%);
  }
}









/* --------custom css start Here -------------*/

.navbar-brand
{
	padding-top:8px;
}


.footer-bs {
	background-color: #fff;
	padding: 40px 0px;
	color: #000;
}
.footer-brand img
{
	width:90%;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:#000; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:#000; font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:#000; text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 16px;
	font-weight:bold;
	color:#00b1f7;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
	font-family: 'ROG LyonsType', sans-serif;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:#000; }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 16px;
	font-weight:bold;
	color:#00b1f7;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'ROG LyonsType', sans-serif;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:#000;}
.footer-bs .footer-social a:hover { color:#000; text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 16px;
	font-weight:bold;
	color:#00b1f7;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
	font-family: 'ROG LyonsType', sans-serif;
}
.footer-bs .footer-ns p { font-size:12px; color:#000; }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px #000; }
}

.blue {
	padding: 6px 18px;
	background: #00b1f7;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 800;
	overflow: hidden;
	display: inline-block;
	border:1px solid;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2;
	margin-left: -1px;
	position: relative;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	line-height: 1.42857143;
	user-select: none;
}
.blue span {
	position:relative;
	z-index:3;
	left:0;
 	transition: all 0.3s ease-in-out;
	transition-delay:0.1s
}
.blue::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	background: #091D3E;
	transition: all 0.3s ease-in-out;
  }
  .blue::after {
	position: absolute;
	top: 16px;
	left: -20px;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	  transition-delay: 0s;
	transition-delay: 0.2s;
	font-size: 11px;
  }
  .blue:hover:before {
	width:100%;
}
.blue:hover:after 
{
	left:10px;
}
.blue:hover span 
{
	left:5px;
	color: white;
}


.contact-section
{
	background-color: #ebf8fc;
}
.contact-details-wrapper {
	padding: 40px 30px;
}
.contact-details-single-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.contact-details-icon {
	font-size: 22px;
	margin-right: 20px;
	color: #fff;
	background: #00b1f7;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.contact-details-content a, .contact-details-content span {
	display: block;
	font-size: 16px;
}

.contact-social {
	margin-top: 22px;
}

.contact-social h4 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.3125rem;
  }
  .contact-social li {
	display: inline-block;
	margin-right: 17px;
  }
  .contact-social li a {
	font-size: 18px;
	display: block;
  }  
  .contact-form h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.53125rem;
	font-family: 'ROG LyonsType', sans-serif;
  }
  .mb-20 {
	margin-bottom: 20px;
  }
  .contact-form {
	padding: 40px 30px;
  }

.manzar img
{
	width:100%;
	border-radius:5px;
}

.inner-manzar p
{
	margin-bottom:0px !important;
	min-height:10px !important;
}


.sv-item.top-line-blue {
    position: relative;
}

.sv-item {
    border: 1px solid #dadfe3;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sv-item.item-shadow {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.sv-item.top-line-blue:before {
    background-color: #00b1f7;
    content: "";
    display: block;
    height: 10px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.sv-item.item-shadow:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1)
}
.mb-5 li
{
	margin-bottom:5px;
}
.black h1
{
	color:#000;
}
.black h4
{
	color:#000;
}


.anim {
	position: relative;
	z-index: 1;
  }

  .anim1::before {
	content: "";
	background-color: #091D3E;
	width: 0%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top:8px;
	left: 0;
	transition: 0.2s;
  }
  
  .anim1::before {
	width: 100%;
	height: 0%;
  }

  
  .anim1:hover::before {
	height: 100%;
  }

.anim1:hover {
  	color: #fff;
}
.anim:hover + .inner p {
	color: #fff;
}

.img-hundred img
{
	width:100%;
}

  