﻿@charset "UTF-8";

/*
@import "https://fonts.googleapis.com/css?family=Ubuntu:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese";
*/
.nav-menu {
	background:#36c1c6;
	position:absolute;
	top:0;
	left:0px;
	right:0;
	z-index:1001;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
  height: 90px;
	
}
.navbar-brand {
  padding: 0;
}
/* ------ */
/* Two Column - Location, Footer */
/* ------ */
.triple-con {
  background: -webkit-linear-gradient(200deg, #017cef, #04b0e3);
  background: linear-gradient(200deg, #017cef, #04b0e3);
}

.half-con,
.triple-con {
  padding: 80px;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: none;
}
.half-con img,
.triple-con img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .half-con,
  .triple-con {
    padding: 50px 35px;
  }
}
.half-con h2,
.half-con h3,
.half-con h4,
.half-con p,
.half-con button,
.half-con a,
.triple-con h2,
.triple-con h3,
.triple-con h4,
.triple-con p,
.triple-con button,
.triple-con a {
  opacity: 1;
  z-index: 2;
  position: relative;
}

.country {
  background-size: cover;
}
.country img {
  width: 50px;
  margin: 0 auto 13px;
}

.triple-con.no-padding {
  padding: 0;
  margin: 0;
}

/* FAQ Area */
/* ------ */
.faq-section .cbp-caption-defaultWrap,
.faq-section .cbp-caption-expand .cbp-caption-defaultWrap {
  text-align: left;
  padding: 14px 5px;
  font-family: font-family: 'Open Sans', sans-serif !important;
}
.faq-section .cbp-caption-expand .cbp-l-caption-body {
  font-family: font-family: 'Open Sans', sans-serif !important;
}
.faq-section .cbp-caption-expand .cbp-l-caption-body {
  color: #7f90a0;
  padding-bottom: 20px;
  text-align: left;
  font-size: 14px;
}

/* ----------------------- */
/* 11. Portfolio */
/* ----------------------- */
#portfolio_1.minimal-portfolio .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}
#portfolio_1 .container-fluid {
  max-width: 1300px;
}
#portfolio_1 .cbp-l-filters-dropdown-floated {
  margin: 10px auto 50px;
  float: none;
}

#one-col-grid .cbp-caption {
  max-height: 430px;
}

.cbp-l-grid-agency .cbp-caption:after {
  border-bottom: 0;
}

.portfolioNoMargin .row {
  margin: 0;
}

.cbp-l-grid-masonry-projects-title {
  margin-top: 0;
}

#nomargin-col-grid img, #masonry-nomargin img, #js-grid img {
  border-radius: 0;
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background: #017cef;
}

.portfolio-item-half, .portfolio-item-full {
  padding: 0;
  margin: 0;
}
.portfolio-item-half img, .portfolio-item-full img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#project-bar .container {
  padding-top: 30px;
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
#project-bar p, #project-bar i {
  display: inline-block;
}
#project-bar i {
  margin: 0 10px;
}
#project-bar .next-project {
  text-align: right;
}
#project-bar .center {
  font-size: 30px;
}
#project-bar .center i {
  margin-top: 6px;
}
@media (max-width: 767px) {
  #project-bar .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #project-bar .next-project a, #project-bar .previous-project a {
    font-size: 30px;
    margin: 0 20px;
  }
  #project-bar .center i {
    margin-top: 0;
  }
  #project-bar .next-project p, #project-bar .previous-project p {
    display: none;
  }
}

#agency-portfolio .cbp-caption img {
  border-radius: 0;
}
#agency-portfolio .cbp-item p {
  margin: 0;
  margin-bottom: 7px;
}
#agency-portfolio .cbp-item h3 {
  margin-top: 3px;
}
#agency-portfolio .cbp-item button {
  margin-top: 0;
}
#agency-portfolio .cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  top: -140px;
}
#agency-portfolio .cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  height: 143px;
  color: white;
  background: #017cef;
}
#agency-portfolio .cbp-caption-overlayBottomReveal .cbp-caption-activeWrap h3 {
  color: white;
}

.cbp-item {
  overflow: hidden;
}
.cbp-item .over {
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 8px;
  background: #017cef;
  height: 87px;
  bottom: -87px;
}
.cbp-item .over h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
}
.cbp-item .over h4 {
  color: white;
  opacity: .75;
}
.cbp-item:hover .over {
  bottom: 0;
  opacity: 1;
}

/* App support Homepage Header */

#header_8 {
    background: url("../img/app-teaser5.jpeg") fixed no-repeat center #1a252e;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}

#header_8 .download-button {
    display: inline-block;
    margin: 25px 5px 0;
}

#header_8 .caption {
    position: absolute;
    display: table-cell;
    position: static;
    vertical-align: middle;
    text-align: center;
    height: 500px;
}

    #header_8 .caption img {
        margin-bottom: 20px;
        position: relative;
    }

#header_8 h1, #header_3 h2, #header_3 h3, #header_3 h4 {
    color: white;
    position: relative;
}

#header_8 h3 {
    opacity: 0.8;
}

#header_8 button {
    margin-top: 20px;
}

#header_8 i.arrow-down {
    color: white;
    font-size: 30px;
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 11;
}




#header_9 {
    background: url("../img/pep-bayram.jpg") no-repeat center #1a252e;
    background-size: cover;
    background-position-y: 100px;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}

#header_9 .download-button {
    display: inline-block;
    margin: 25px 5px 0;
}

#header_9 .caption {
    position: absolute;
    display: table-cell;
    position: static;
    vertical-align: middle;
    text-align: center;
    height: 500px;
}

#header_9 .caption img {
    margin-bottom: 20px;
    position: relative;
}

#header_9 h1, #header9 h2, #header_9 h3, #header_9 h4 {
    color: white;
    position: relative;
}

#header_9 h3 {
    opacity: 0.8;
}

#header_9 button {
    margin-top: 20px;
}

#header_9 i.arrow-down {
    color: white;
    font-size: 30px;
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 11;
}





#header_7 {
    background: url("../img/metin2_ban.jpg") fixed no-repeat center #1a252e;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}

#header_7 .download-button {
    display: inline-block;
    margin: 25px 5px 0;
}
#header_7 .caption {
    position: absolute;
    display: table-cell;
    position: static;
    vertical-align: middle;
    text-align: center;
    height: 500px;
}
#header_7 .caption img {
    margin-bottom: 20px;
    position: relative;
}
#header_7 h1, #header_3 h2, #header_3 h3, #header_3 h4 {
    color: white;
    position: relative;
}
#header_7 h3 {
    opacity: 0.8;
}
#header_7 button {
    margin-top: 20px;
}
#header_7 i.arrow-down {
    color: white;
    font-size: 30px;
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 11;
}






#header_6 {
  background: url("../img/iste_banner.jpg") fixed no-repeat center #1a252e;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}


#header_6 .download-button {
  display: inline-block;
  margin: 25px 5px 0;
}
#header_6 .caption {
  position: absolute;
  display: table-cell;
  position: static;
  vertical-align: middle;
  text-align: center;
  height: 500px;
}
#header_6 .caption img {
  margin-bottom: 20px;
  position: relative;
}
#header_6 h1, #header_3 h2, #header_3 h3, #header_3 h4 {
  color: white;
  position: relative;
}
#header_6 h3 {
  opacity: 0.8;
}
#header_6 button {
  margin-top: 20px;
}
#header_6 i.arrow-down {
  color: white;
  font-size: 30px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  z-index: 11;
}





#header_5 {
  background: url("../img/opet_banner.jpg") fixed no-repeat center #1a252e;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 767px) {
  #header_4 {
    height: 640px;
    max-height: 100%;
	
  }
}
#header_5 .download-button {
  display: inline-block;
  margin: 25px 5px 0;
}
#header_5 .caption {
  position: absolute;
  display: table-cell;
  position: static;
  vertical-align: middle;
  text-align: center;
  height: 500px;
}
#header_5 .caption img {
  margin-bottom: 20px;
  position: relative;
}
#header_5 h1, #header_3 h2, #header_3 h3, #header_3 h4 {
  color: white;
  position: relative;
}
#header_5 h3 {
  opacity: 0.8;
}
#header_5 button {
  margin-top: 20px;
}
#header_5 i.arrow-down {
  color: white;
  font-size: 30px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  z-index: 11;
}


/* App support Homepage Header */
#header_4 {
  background: url("../img/support.jpg") fixed no-repeat center #1a252e;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 767px) {
  #header_4 {
    height: 640px;
    max-height: 100%;
	
  }
}
#header_4 .download-button {
  display: inline-block;
  margin: 25px 5px 0;
}
#header_4 .caption {
  position: absolute;
  display: table-cell;
  position: static;
  vertical-align: middle;
  text-align: center;
  height: 410px;
}
#header_4 .caption img {
  margin-bottom: 20px;
  position: relative;
}
#header_4 h1, #header_3 h1, #header_3 h4 {
  color: white;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
#header_4 h3, #header_3 h3{
  color: #fff;
  max-width: 100%;
  width: 422px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}
#header_4 button {
  margin-top: 20px;
}
#header_4 i.arrow-down {
  color: white;
  font-size: 30px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  z-index: 11;
}


/* App Teaser Homepage Header */
#header_3 {
  background: url("../img/app-teaser.jpg") fixed no-repeat center #1a252e;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 767px) {
  #header_3 {
    height: 640px;
    max-height: 100%;
	  
  }
}
#header_3 .download-button {
  display: inline-block;
  margin: 60px 5px 0;
}
#header_3 .caption {
  position: absolute;
  display: table-cell;
  position: static;
  vertical-align: middle;
  text-align: center;
	height: 392px;
  
}
#header_3 .caption img {
  margin-bottom: 20px;
  position: relative;
	
}
#header_3 h1, #header_3 h2, #header_3 h3, #header_3 h4 {
  color: white;
  position: relative;
}
#header_3 button {
  margin-top: 20px;
}
#header_3 i.arrow-down {
  color: white;
  font-size: 30px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  z-index: 11;
}

.nav-menu.sticky-top {
	-webkit-box-shadow:0 4px 50px 0 rgba(150,170,187,.2);
	box-shadow:0 4px 50px 0 rgba(150,170,187,.2);
	position:fixed;
	-webkit-animation:menuSlideDown .3s ease;
	animation:menuSlideDown .3s ease
}
.dark-theme .nav-menu {
	background:#2a2e2f;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-bottom:1px solid #383e40
}
.navbar {
	padding:1rem
}
.navbar-nav {
	margin-left:auto;
}
.navbar-light .navbar-nav .nav-link {
	color:#191b4a;
	padding:0
}
.dark-theme .navbar-light .navbar-nav .nav-link {
	color:#fff
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .open>.nav-link {
	color:#b5002f;
	
}
.nav-item {
	padding:0 0 0 30px;
	
}

.app-hidden {
    display: none !important;
    margin-top: 10px;
    padding: 0;
}


@media(max-width:992px) {

    .app-hidden {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .nav-item {
        padding: 18px 0 0
    }

    .nav-item:nth-last-child(1) > .nav-link,
    .nav-item:nth-last-child(2) > .nav-link {
        display: inline !important;
    }


}
.navbar-light .navbar-toggler {
	cursor:pointer
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color:#fff!important;
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s
}
@-webkit-keyframes menuSlideDown {
	0% {
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes menuSlideDown {
	0% {
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
.btn-primary {
	background:0 0;
	border:1.1px solid #11aff1;
	color:#11aff1;
	border-radius:40px;
	font-size:25px;
    text-align: center;
	padding:20px 19px 19px 20px
}
@media(max-width:992px) {
	.btn-primary {
		font-size:18px;
		padding:10px 16px
	}
}
@media(max-width:480px) {
	.btn-primary {
		width:100%;
		margin-bottom:10px
	}
}
.btn-primary:hover,.btn-primary:focus {
	background-color:#11aff1;
	border-color:#11aff1;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#fff
}
.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
	background-color:#11aff1;
	border-color:#11aff1;
	outline:0
}
.btn-success {
	background:#eeeeef;
	border:1.1px solid #eeeeef;
	color:#b6182b;
	border-radius:30px;
	font-size:20px;
	padding:12px 40px;
}
@media(max-width:992px) {
	.btn-success {
		font-size:18px;
		padding:10px 16px
	}
}
@media(max-width:480px) {
	.btn-success {
		width:100%
	}
}
.btn-success:hover,.btn-success:focus {
	background-color:#b6182b;
	border-color:#b6182b;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#fff
}



.btn-reg {
	background: #f1614e;
	border:none;
	color:#fff;
	border-radius:8px !important;
	font-size:18px;
	font-weight: 700;
  line-height: 24px;
  padding:10px 0;
  width: 194px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 31px;
	
}
@media(max-width:480px) {
	.btn-reg {
		width:100%;
	}
}
.btn-reg:hover,.btn-success:focus {
	background-color:#eceded;
	border-color:#b6182b;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#000
}




.page-item:first-child .page-link,.page-item:last-child .page-link {
	border-radius:0;
	border:2px solid #f0f4f6
}
.page-link {
	font-size:24px;
	font-weight:100;
	padding:.8rem 1.45rem;
	color:#2a2e2f;
	border:2px solid #f0f4f6
}
.page-link:focus,.page-link:hover,.page-link:active {
	color:#11aff1;
	background:0 0;
	border:2px solid #f0f4f6
}
@media(max-width:576px) {
	.pagination .page-item:nth-child(4) {
		display:none
	}
}
body {
	font-family: 'Open Sans', sans-serif;
  color: #191b4a;
}
.h1,h1 {
	font-size:52px;
	font-weight:100
}
@media(max-width:768px) {
	.h1,h1 {
		font-size:32px
	}
}
.h2,h2 {
	font-size:40px;
	font-weight:700;
	line-height:48px;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}
@media(max-width:768px) {
	.h2,h2 {
		font-size:32px
	}
}
.h3,h3 {
	font-size:24px;
	font-weight:100
}
.h4,h4 {
	font-size:20px;
	font-weight:700
}
.h5,h5 {
	font-size:17px;
	font-weight:400
}
.h6,h6 {
	font-size:14px;
	font-weight:400
}
p {
	font-size:16px;
	font-weight:400;
	line-height:1.8;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
.text-muted {
	color:#828c9c!important
}
.space {
	padding:105px 0 65px 0;
}
@media(max-width:768px) {
	.space {
		padding:70px 0
	}
}
.center-block {
	text-align:center
}
.title-block {
	margin:0 0 60px
}
.title-block p {
	max-width:685px;
	margin:0 auto 25px
}
.link-color {
	color:#11aff1
}
.link-color:hover {
	color:#3fb125;
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s
}
.light-bg {
	/*background:#F0F0F0;*/
	background: #ebebeb url(../images/space-bg.png) repeat top center !important;
}
.dark-theme .light-bg {
	background:#fff
}
.left-block {
	text-align:left
}
.right-block {
	text-align:right
}
.dark-theme {
	background:#2a2e2f;
	color:#d4d6da
}
.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6 {
	color:#fff
}
.light {
	background:#f0f4f6
}
.gray-bg {
	background:#383e40;
	color:#fff
}
.blue-bg {
	background:-webkit-gradient(linear,left top,right top,from(#1fb1ff),to(#00a9ff));
	background:-webkit-linear-gradient(left,#1fb1ff 0%,#00a9ff 100%);
	background:-o-linear-gradient(left,#1fb1ff 0%,#00a9ff 100%);
	background:linear-gradient(to right,#1fb1ff 0%,#00a9ff 100%);
	color:#fff
}
.red-bg {
	background:-webkit-gradient(linear,left top,right top,color-stop(1%,#ed3d3d),to(#ee6363));
	background:-webkit-linear-gradient(left,#ed3d3d 1%,#ee6363 100%);
	background:-o-linear-gradient(left,#ed3d3d 1%,#ee6363 100%);
	background:linear-gradient(to right,#ed3d3d 1%,#ee6363 100%);
	color:#fff
}
.light-green-bg {
	background:-webkit-gradient(linear,left top,right top,from(#11d5aa),to(#00d3a2));
	background:-webkit-linear-gradient(left,#11d5aa 0%,#00d3a2 100%);
	background:-o-linear-gradient(left,#11d5aa 0%,#00d3a2 100%);
	background:linear-gradient(to right,#11d5aa 0%,#00d3a2 100%);
	color:#fff
}
.yellow-bg {
	background:-webkit-gradient(linear,left top,right top,from(#ffe900),to(#ffed27));
	background:-webkit-linear-gradient(left,#ffe900 0%,#ffed27 100%);
	background:-o-linear-gradient(left,#ffe900 0%,#ffed27 100%);
	background:linear-gradient(to right,#ffe900 0%,#ffed27 100%);
	color:#2a2e2f
}
.violet-bg {
	background:-webkit-gradient(linear,left top,right top,color-stop(2%,#2d02ef),to(#5936f0));
	background:-webkit-linear-gradient(left,#2d02ef 2%,#5936f0 100%);
	background:-o-linear-gradient(left,#2d02ef 2%,#5936f0 100%);
	background:linear-gradient(to right,#2d02ef 2%,#5936f0 100%);
	color:#fff
}
.no-overflow {
	overflow:hidden
}
@media(min-width:992px) {
	.btn+.btn {
		margin-left:10px
	}
}
.dark-theme hr {
	border-top:1px solid rgba(187,187,187,.1)
}
.dark-theme .text-muted {
	color:#a1a4ab!important
}
.btn-outline-light:hover {
	color:#0056b3
}
button {
	cursor:pointer
}
.preloader {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#fff
}
.dark-theme .preloader {
	background:#000
}
.spinner {
	position:absolute;
	top:50%;
	left:50%;
	margin:-33px 0 0 -33px;
	width:32px;
	height:32px;
	-webkit-animation:rotator 1.4s linear infinite;
	animation:rotator 1.4s linear infinite
}
@-webkit-keyframes rotator {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg)
	}
}
@keyframes rotator {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg)
	}
}
.path {
	stroke-dasharray:187;
	stroke-dashoffset:0;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	stroke:#2159d6;
	-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
	animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite
}
@-webkit-keyframes colors {
	0% {
		stroke:#11aff1
	}
	100% {
		stroke:#3fb125
	}
}
@keyframes colors {
	0% {
		stroke:#11aff1
	}
	100% {
		stroke:#3fb125
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset:187
	}
	50% {
		stroke-dashoffset:46.75;
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg)
	}
	100% {
		stroke-dashoffset:187;
		-webkit-transform:rotate(450deg);
		transform:rotate(450deg)
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset:187
	}
	50% {
		stroke-dashoffset:46.75;
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg)
	}
	100% {
		stroke-dashoffset:187;
		-webkit-transform:rotate(450deg);
		transform:rotate(450deg)
	}
}
.slider-bg {
	padding-top:190px;
  padding-bottom: 77px;
}
.default-header {
	padding:170px 0 140px
}
.slider-title {
	padding:5rem 0 0
}
@media(max-width:992px) {
	.slider-title {
		padding:12px 0 0
	}
}
@media(max-width:768px) {
	.slider-title {
		padding:40px 0 0
	}
}
.phone-wrap {
	max-width:100%;
	position:relative;
	float:left;
	z-index:999
}
.phone-wrap .phone {
	max-width:100%
}
.phone-wrap .screen {
	position:absolute;
  left: 45.8%;
  top: 16%;
  right: 18.6%;
  bottom: 16.27%;
  background: #242424;
	cursor:-webkit-grab
}
.phone-wrap .screen .item img {
	width:100%;
	height:100%
}
.sticky-phone-wrap {
	max-width:400px;
	position:relative;
	float:left;
	left:50%;
	-webkit-transform:translateX(-120%);
	-ms-transform:translateX(-120%);
	transform:translateX(-120%)
}
.sticky-phone-wrap .phone {
	max-width:100%
}
.sticky-phone-wrap .screen {
	position:absolute;
	left:6%;
	top:12.4%;
	right:7%;
	bottom:11.5%;
	background:#000
}
.sticky-phone-wrap .screen img {
	width:100%;
	height:100%
}
.content {
	height:100vh
}
@media(max-width:991px) {
	.content {
		height:auto;
		padding:50px 0;
		text-align:center
	}
}
.skrollable {
	position:fixed;
	z-index:100
}
.spacer {
	height:200px
}
.clients {
	padding:24px 0
}
.dark-theme .clients {
	background:#383e40
}
.skew-bg p {
	padding-right:46rem
}
@media(max-width:992px) {
	.skew-bg p {
		padding:0
	}
}
.landing-img-bg {
	position:relative;
	margin-top:-16%;
	z-index:999
}
@media(max-width:992px) {
	.landing-img-bg {
		margin:0
	}
}
.isometric-stack {
	position:relative;
	z-index:-2;
	overflow:hidden
}
.isometric-stack .stack-screens {
	position:absolute;
	top:65.3%;
	left:4.6%;
	-webkit-transform-origin:top left;
	-ms-transform-origin:top left;
	transform-origin:top left;
	-webkit-transform:rotate(-60.3deg) skewY(27.2deg);
	-ms-transform:rotate(-60.3deg) skewY(27.2deg);
	transform:rotate(-60.3deg) skewY(27.2deg);
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	max-width:1200px;
	bottom:-19.8%;
	z-index:0
}
.isometric-stack .stack-screens>img {
	float:left;
	height:100%;
	width:17.5%
}
.isometric-stack .stack-screens>img:first-child {
	margin-right:7.6%
}
.isometric-stack .stack-screens>img:nth-child(2) {
	margin-right:7.5%
}
.isometric-stack .stack-screens>img:last-child {
	margin-right:0
}
.app-landing {
	padding:100px 0 0
}
.dark-theme .app-landing {
	background:#383e40
}
.pe-7s-angle-right-circle {
	font-size:15px
}
.landing-img-wrap {
	position:relative;
	height:537px;
	overflow:hidden
}
@media(max-width:992px) {
	.landing-img-wrap {
		height:348px
	}
}
@media(max-width:768px) {
	.landing-img-wrap {
		height:290px
	}
}
@media(max-width:480px) {
	.landing-img-wrap {
		height:250px
	}
}
@media(max-width:400px) {
	.landing-img-wrap {
		height:210px
	}
}
.landing-img-wrap .iphone-half1 {
	width:34%;
	position:absolute;
	float:left;
	z-index:998;
	top:91px;
	left:34%;
	-webkit-transform:translate(-66%);
	-ms-transform:translate(-66%);
	transform:translate(-66%)
}
.landing-img-wrap .iphone-half1 .phone {
	max-width:100%
}
.landing-img-wrap .iphone-half1 .screen {
	position:absolute;
	left:5.4%;
	top:11.5%;
	right:0;
	bottom:35.3%;
	z-index:-1
}
.landing-img-wrap .iphone-half1 .screen .item img {
	width:100%;
	height:100%
}
.landing-img-wrap .iphone-half2 {
	width:34%;
	position:absolute;
	float:left;
	z-index:999;
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%)
}
@media(max-width:480px) {
	.landing-img-wrap .iphone-half2 {
		top:16%
	}
}
@media(max-width:400px) {
	.landing-img-wrap .iphone-half2 {
		top:23%
	}
}
.landing-img-wrap .iphone-half2 .phone {
	max-width:100%
}
.landing-img-wrap .iphone-half2 .screen {
	position:absolute;
	left:6%;
	top:12%;
	right:6%;
	bottom:35.3%;
	z-index:-1
}
.landing-img-wrap .iphone-half2 .screen .item img {
	width:100%;
	height:100%
}
.landing-img-wrap .iphone-half3 {
	width:34%;
	position:absolute;
	float:left;
	z-index:998;
	left:64%;
	top:91px;
	-webkit-transform:translate(-36%);
	-ms-transform:translate(-36%);
	transform:translate(-36%)
}
.landing-img-wrap .iphone-half3 .phone {
	max-width:100%
}
.landing-img-wrap .iphone-half3 .screen {
	position:absolute;
	left:0;
	top:12.5%;
	right:7.4%;
	bottom:35.3%;
	z-index:-1
}
.landing-img-wrap .iphone-half3 .screen .item img {
	width:100%;
	height:100%
}
.featured-wrap {
	overflow:hidden;
	margin:30px 0 0
}
.featured-item {
	text-align:center;
	-webkit-box-shadow:0 0 0 1px #f0f4f6;
	box-shadow:0 0 0 1px #f0f4f6
}
.dark-theme .featured-item {
	-webkit-box-shadow:0 0 0 1px #363a3b;
	box-shadow:0 0 0 1px #363a3b
}
.dark-theme .featured-item p {
	color:#9fa6b1
}
.pe {
	font-size:60px;
	color:#48d3b0
}
@media(max-width:768px) {
	.pe {
		padding:36px 0 0
	}
}
.pe-primary {
	font-size:60px;
	color:#11aff1;
	width:58px
}
.title-block-2 h2 {
	margin:30px 0 17px
}
.title-block-2 h3 {
	margin:0 0 26px
}
.title-block-2 p {
	padding-right:56px
}
.video-wrap {
	position:relative
}
.video-wrap img {
	border-radius:30px
}
@media(max-width:1200px) {
	.video-wrap img {
		height:100%
	}
}
@media(max-width:768px) {
	.video-wrap img {
		height:auto
	}
}
.video-wrap:hover .video-wrap-overlay {
	opacity:1
}
.video-wrap-overlay {
	position:absolute;
	background:rgba(17,175,241,.69);
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:30px;
	opacity:0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
.video-icon {
	position:absolute;
	top:50%;
	left:50%;
	color:#11aff1;
	border-radius:50%;
	background:#fff;
	padding:30px;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:999
}
.featured1 {
	padding:150px 0 0
}
@media(max-width:768px) {
	.featured1 {
		padding:70px 0 0
	}
}
.featured1 img {
	margin:0 auto;
	display:block;
	position:relative
}
.iphone-half {
	height:485px;
	overflow:hidden
}
.iphone-half {
	max-width:100%;
	position:relative;
	float:left;
	z-index:999;
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%)
}
.iphone-half .phone {
	max-width:100%
}
.iphone-half .screen {
	position:absolute;
	left:6.5%;
	top:20.4%;
	right:6.3%;
	bottom:0;
	z-index:-1
}
.iphone-half .screen .item img {
	width:100%;
	height:100%
}
.featured1-wrap {
	padding:124px 0
}
@media(max-width:992px) {
	.featured1-wrap {
		padding:72px 0
	}
}
@media(max-width:768px) {
	.featured1-wrap {
		padding:0 0 30px
	}
}
.featured1-wrap p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  max-width: 360px;
}
.featured1-wrap h2 {
	margin:30px 0 17px
}
.featured1-wrap h3 {
	margin:0 0 26px
}
.featured2 {
	
}
.featured-list-title {
	display:inline-block;
	margin:15px 0 8px 24px
}
@media(max-width:1200px) {
	.featured-list-title {
		margin-left:0
	}
}
.featured-list-title h4 {
	font-weight:400
}
.featured-list-title p {
	color:#768187;
	font-weight:100;
	margin:0
}
.dark-theme .featured-list-title p {
	color:#b8bfc3
}
@media(max-width:992px) {
	.featured3-block {
		max-width:100%;
		-webkit-box-flex:100%;
		-webkit-flex:100%;
		-ms-flex:100%;
		flex:100%
	}
}
@media(max-width:992px) {
	.featured3-block img {
		margin:30px 0 0
	}
}
@media(max-width:1200px) {
	.featured3-wrap {
		padding:0
	}
}
.featured3-img-wrap {
	max-width:455px;
	display:block;
	margin:0 auto
}
.isometric-stack1 {
	position:relative;
	z-index:1
}
.isometric-stack1 .stack-screens {
	position:absolute;
	top:9.7%;
	left:30.7%;
	right:8.9%;
	bottom:22.7%;
	-webkit-transform-origin:top left;
	-ms-transform-origin:top left;
	transform-origin:top left;
	-webkit-transform:rotate(11.5deg) skewY(9.7deg);
	-ms-transform:rotate(11.5deg) skewY(9.7deg);
	transform:rotate(11.5deg) skewY(9.7deg);
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	max-width:455px;
	z-index:0
}
@media(max-width:992px) {
	.isometric-stack1 .stack-screens {
		top:9.4%;
		left:31.7%;
		right:7.6%;
		bottom:25.3%
	}
}
@media(max-width:480px) {
	.isometric-stack1 .stack-screens {
		top:9.3%;
		left:32.3%;
		right:6.5%;
		bottom:25.5%
	}
}
.isometric-stack1 .stack-screens img {
	width:100%;
	height:100%
}
.isometric-stack1 img {
	z-index:1
}
.comment-wrap {
	position:relative;
	background:#fff;
	padding:58px 38px;
	margin:50px 0;
	text-align:center;
	opacity:.8;
	-webkit-transform:scale(.8);
	-ms-transform:scale(.8);
	transform:scale(.8);
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
@media(max-width:768px) {
	.comment-wrap {
		padding:58px 10px
	}
}
.dark-theme .comment-wrap {
	background:#2a2e2f
}
@media(max-width:992px) {
	.comment-wrap {
		margin:65px 0 20px
	}
}
.comment-wrap i {
	color:#fc0
}
.comment-img {
	position:absolute;
	margin:0 auto;
	width:70px!important;
	height:70px;
	border:4px solid #fff;
	border-radius:50%;
	top:-35px;
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%)
}
.single-screen.slick-active {
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	z-index:-1;
	opacity:.8
}
.slick-center {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	z-index:1;
	opacity:1
}
@media(max-width:992px) {
	.slick-center {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
}
@media(max-width:1200px) {
	.slick-list {
		margin:0
	}
}
.slick-dots li {
	width:50px;
	height:2px
}
.slick-dots li button {
	width:35px;
	height:20px
}
.slick-dots li button:before {
	font-family:initial;
	content:'';
	background:#11aff1;
	width:35px;
	height:3px;
	top:8px
}
.slick-next {
	right:0;
	width:33%;
	height:100%;
	z-index:1
}
.slick-next:before {
	content:''
}
.slick-prev {
	left:0;
	width:33%;
	height:100%;
	z-index:1
}
.slick-prev:before {
	content:''
}
.gallery-wrap {
	position:relative
}
.phone-wrap-fix {
	position:absolute;
	max-width:326px;
	margin:0 auto;
	left:0;
	right:0;
	top:-49px;
	z-index:999;
	pointer-events:none
}
.phone-img {
	max-width:100%
}
.screen-carousel-1 {
	margin:100px 0 40px;
	cursor:-webkit-grab
}
.screen-set {
	width:293.5px;
	height:500px;
	margin:50px 0;
	-webkit-box-shadow:0 0 22px 3px #f5f5f5;
	-moz-box-shadow:0 0 22px 3px #f5f5f5;
	box-shadow:0 0 22px 3px #f5f5f5
}
.dark-theme .screen-set {
	-webkit-box-shadow:none;
	box-shadow:none
}
.screen-set img {
	width:100%;
	height:100%
}
@media(max-width:600px) {
	.phone-wrap-fix {
		display:none
	}
	.screen-set {
		width:auto;
		height:auto
	}
	.screen-carousel-1 {
		margin:0
	}
}
.nav-tabs {
	display:block;
	border:0;
	border-radius:0;
	margin:10rem 0 0
}
@media(max-width:992px) {
	.nav-tabs {
		margin:24px 0 0
	}
}
.nav-tabs .nav-item {
	margin:0 0 30px
}
.nav-tabs .nav-item .nav-link {
	border-radius:0;
	border:0;
	padding:25px 30px
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link {
	background:#f9fbfb
}
.dark-theme .nav-tabs .nav-item.show .nav-link,.dark-theme .nav-tabs .nav-link {
	background:#303436
}
.nav-tabs .nav-item.show .nav-link.active,.nav-tabs .nav-link.active {
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	background:#fff
}
.dark-theme .nav-tabs .nav-item.show .nav-link.active,.dark-theme .nav-tabs .nav-link.active {
	background:#2a2e2f
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active:after {
	left:97.8%;
	border:solid transparent;
	content:"";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:transparent;
	border-left-color:#fff;
	border-width:17px;
	margin-top:24px
}
.dark-theme .nav-tabs .nav-item.show .nav-link,.dark-theme .nav-tabs .nav-link.active:after {
	border-left-color:#2a2e2f
}
@media(max-width:1200px) {
	.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active:after {
		left:97.4%
	}
}
@media(max-width:992px) {
	.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active:after {
		display:none
	}
}
.phone-tab-list {
	padding:0;
	background:#fff
}
.dark-theme .phone-tab-list {
	background:#2a2e2f
}
.phone-tab-list span {
	font-size:56px;
	color:#3fb125;
	font-weight:100
}
@media(max-width:992px) {
	.phone-tab-list span {
		font-size:42px;
		float:left
	}
}
.phone-tab-list h4 {
	margin:0 0 6px;
	color:#2a2e2f;
	font-weight:400
}
.phone-tab-list p {
	margin:0
}
.tab-list-content {
	text-align:left;
	display:inline-block;
	margin-left:28px
}
@media(max-width:992px) {
	.tab-list-content {
		display:block;
		margin-left:65px
	}
}
.dark-theme .tab-list-content h4 {
	color:#fff
}
.tab-wrap {
	max-width:100%;
	position:relative;
	float:left;
	z-index:999
}
@media(max-width:768px) {
	.tab-wrap {
		float:none;
		display:inline-block;
		left:50%;
		-webkit-transform:translate(-50%);
		-ms-transform:translate(-50%);
		transform:translate(-50%)
	}
}
.tab-wrap .tab-phone {
	max-width:100%
}
.tab-wrap .tab-screen {
	position:absolute;
	left:4.7%;
	top:11.9%;
	right:5.2%;
	bottom:35.3%;
	cursor:-webkit-grab;
	z-index:-1
}
.tab-wrap .tab-screen .item img {
	width:100%;
	height:100%
}
.detailed-icon-wrap {
	margin:76px 0 0
}
@media(max-width:1200px) {
	.detailed-icon-wrap {
		margin:0
	}
}
@media(max-width:992px) {
	.detailed-icon-wrap {
		max-width:100%;
		-webkit-box-flex:100%;
		-webkit-flex:100%;
		-ms-flex:100%;
		flex:100%;
		margin:0 10%
	}
}
@media(max-width:768px) {
	.detailed-icon-wrap {
		margin:0
	}
}
.detailed-block {
	display:inline-block;
	margin:20px 0
}
.detailed-block h4 {
	text-align:right;
	margin-right:76px;
	font-weight:400
}
.detailed-block p {
	text-align:right;
	margin-right:76px;
	font-weight:400
}
.detailed-block span {
	float:right;
	color:#48d3b0;
	margin-left:20px
}
@media(max-width:992px) {
	.detailed-block span {
		float:left;
		margin:0 20px 0 0
	}
	.detailed-block h4 {
		text-align:left;
		margin:0 0 0 76px
	}
	.detailed-block p {
		text-align:left;
		margin:0 0 0 76px
	}
}
.detailed-block2 {
	display:inline-block;
	margin:20px 0
}
.detailed-block2 h4 {
	text-align:left;
	margin-left:76px;
	font-weight:400
}
.detailed-block2 p {
	text-align:left;
	margin-left:76px;
	font-weight:400
}
.detailed-block2 span {
	float:left;
	color:#48d3b0;
	margin-right:20px
}
.deatiled-phone-wrap {
	max-width:100%;
	position:relative;
	float:left;
	z-index:999
}
@media(max-width:480px) {
	.deatiled-phone-wrap {
		margin:20px 0
	}
}
.deatiled-phone-wrap .phone {
	max-width:100%
}
.deatiled-phone-wrap .screen {
	position:absolute;
	left:6%;
	top:12.3%;
	right:6.5%;
	bottom:11.3%;
	cursor:-webkit-grab
}
.deatiled-phone-wrap .screen .item img {
	width:100%;
	height:100%
}
@media(max-width:992px) {
	.detaled-wrap-flex {
		left:50%;
		-webkit-transform:translate(-50%);
		-ms-transform:translate(-50%);
		transform:translate(-50%)
	}
}
.detailed-title2 {
	text-align:left;
	float:left;
	display:inline-block;
	width:75%
}
@media(max-width:992px) {
	.detailed-title2 {
		text-align:center;
		width:100%
	}
}
.detailed-title2 h4 {
	font-weight:400
}
.pricing-wrap {
	background:#fff;
	text-align:center;
	padding:43px 20px;
	margin-bottom:20px
}
.dark-theme .pricing-wrap {
	background:#2a2e2f
}
.pricing-wrap h3 {
	font-size:34px
}
.pricing-wrap ul {
	padding:0;
	margin:0 0 20px
}
.pricing-wrap ul li {
	list-style:none;
	line-height:2.4
}
.pricing-wrap .btn-primary {
	margin:6px 0
}
.pricing-wrap-popular .price {
	color:#3fb125
}
.pricing-wrap-popular .btn-primary {
	border-color:#3fb125;
	color:#3fb125
}
.pricing-wrap-popular .btn-primary:hover {
	border-color:#3fb125;
	color:#fff;
	background:#3fb125
}
.price {
	font-size:80px;
	line-height:1.5;
	font-weight:100;
	color:#11aff1;
	margin:0
}
.price span {
	font-size:35px!important;
	top:-27px;
	position:relative
}
.most-popular {
	background:#2a2e2f;
	color:#fff;
	position:absolute;
	top:-12px;
	text-align:center;
	display:block;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	padding:0 20px
}
.dark-theme .most-popular {
	background:#000
}
.most-popular p {
	font-size:14px;
	font-weight:400;
	margin:0
}
.faq {
	padding:0 0 100px
}
.faq h4 {
	font-weight:400
}
.faq-link {
	text-align:center
}
.faq-link a {
	text-decoration:underline
}
.team-img-wrap {
	text-align:center;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
@media(max-width:768px) {
	.team-img-wrap {
		margin:0 0 30px
	}
}
.team-img-wrap h5 {
	font-weight:400;
	margin:18px 0 6px
}
.team-img-wrap span {
	padding:0 0 12px;
	display:block
}
@media(max-width:768px) {
	.team-img-wrap img {
		width:100%
	}
}
.team-img-wrap:hover {
	-webkit-transform:translateY(-8px);
	-ms-transform:translateY(-8px);
	transform:translateY(-8px)
}
.google-map {
	height:560px
}
.contact {
	padding:0 0 100px
}
.dark-theme .form-control::-webkit-input-placeholder {
	color:#5e6369
}
.contact-form {
	background:#fff;
	padding:38px 40px;
	margin:-100px 0 0;
	-webkit-box-shadow:0 5px 39px -17px #ccc;
	-moz-box-shadow:0 5px 39px -17px #ccc;
	box-shadow:0 5px 39px -17px #ccc
}
@media(max-width:480px) {
	.contact-form {
		padding:38px 10px
	}
}
.dark-theme .contact-form {
	background:#383e40;
	-webkit-box-shadow:none;
	box-shadow:none
}
.contact-form .btn {
	margin:0 auto;
	display:inline-block
}
.form-control {
	padding:16px 20px;
	border:2px solid #f0f4f6;
	font-size:20px
}
.dark-theme .form-control {
	background:#2a2e2f;
	border:0;
	color:#f0f4f6
}
.form-control::-webkit-input-placeholder {
	color:#f0f4f6
}
textarea {
	height:200px;
	margin:12px 0 0
}
.address-block {
	margin:60px 0 0;
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s
}
.address-block ul {
	list-style:none;
	padding:0;
	margin:0 0 0 70px
}
.address-block ul li {
	float:left;
	margin:0 0 0 6px
}
.address-block ul li a {
	border:2px solid #f0f4f6;
	padding:7px 14px;
	color:#2a2e2f
}
.dark-theme .address-block ul li a {
	color:#f0f4f6;
	opacity:.4
}
.address-block ul li:hover {
	opacity:.6
}
.dark-theme .address-block ul li:hover {
	opacity:1
}
.address {
	margin:20px 0
}
.address span {
	font-size:30px;
	color:#11aff1;
	margin:10px 20px 0;
	vertical-align:top
}
.address p {
	display:inline-block
}
footer a {
	padding:0 16px 0 0
}
.blog {
	padding:0 0 100px
}
.blog .blog-title {
	margin:110px 0 80px
}
@media(max-width:768px) {
	.blog .blog-title {
		margin:90px 0 40px
	}
}
@media(max-width:768px) {
	.blog-wrap {
		margin-bottom:40px
	}
}
.blog-date-block {
	display:inline-block;
	float:left
}
.blog-date-block img {
	width:66px
}
.blog-date-block .blog-date {
	font-size:40px;
	font-weight:100;
	margin:0;
	line-height:1
}
.blog-date-block span {
	font-size:17px;
	display:block;
	text-align:center;
	font-weight:100
}
.blog-img-wrap {
	margin:0 0 40px 88px
}
.blog-img-wrap .blog-title-link {
	text-decoration:none
}
.blog-img-wrap h2 {
	color:#2a2e2f;
	margin-bottom:10px
}
.blog-img-wrap a {
	text-decoration:underline;
	color:#11aff1
}
@media(max-width:480px) {
	.blog-img-wrap {
		margin:0 0 40px;
		display:inline-block
	}
}
.comment-list {
	list-style:none;
	padding:0
}
.comment-list1 {
	list-style:none
}
.media-nesting {
	border-left:2px solid #f0f4f6;
	padding:24px 0 24px 24px
}
.comment-block-inside {
	border-left:2px solid #f0f4f6;
	padding-left:26px
}
.blog-img-video {
	position:relative
}
.video-icon2 {
	position:absolute;
	top:50%;
	left:50%;
	color:#11aff1;
	border-radius:50%;
	background:#fff;
	padding:30px;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:999
}
.blog-form {
	border-radius:0
}
.btn-search {
	background:0 0;
	padding:18px 26px;
	border:2px solid #f0f4f6;
	border-radius:0
}
.btn-search i {
	color:#11aff1;
	font-size:19px;
	font-weight:700
}
.btn-search:focus {
	-webkit-box-shadow:0 0 0 1px #f0f4f6;
	box-shadow:0 0 0 1px #f0f4f6
}
.recent-post p {
	font-size:17px;
	font-weight:400;
	margin:0;
	border-bottom:1px solid #eee;
	padding:10px 0
}
.recent-post p:last-child {
	border:0
}
.recent-post p:last-child {
	border:0
}
.categories ul {
	list-style:none;
	padding:0;
	margin:0
}
.categories ul li {
	line-height:2;
	border-bottom:1px solid #f0f4f6;
	padding:10px 0
}
.categories ul li:last-child {
	border:0
}
.categories ul li span {
	float:right;
	font-size:30px;
	color:#f0f4f6
}
.tags span {
	border:1px solid #ddd;
	padding:7px 20px;
	margin:10px 10px 0 0;
	display:inline-block;
	color:#ddd
}
blockquote {
	background:#f0f4f6;
	padding:30px;
	margin:20px 0 0;
	border-left:10px solid #ebeff1
}
@media(max-width:992px) {
	blockquote {
		padding:18px
	}
}
blockquote p {
	font-size:30px;
	font-weight:100;
	line-height:1.5
}
@media(max-width:992px) {
	blockquote p {
		font-size:20px
	}
}
blockquote span {
	font-size:17px;
	font-weight:100
}
.comment-title {
	text-align:center;
	margin:40px 0;
	font-size:30px
}
.blog-comment-wrap h4 {
	font-size:19px;
	color:#11aff1
}
.blog-comment-wrap a {
	color:#11aff1;
	text-decoration:underline
}
.comment-box {
	text-align:center
}
.static {
	height:100vh
}
.static-content-wrap img {
	margin:30px 0
}
.static-content-wrap p {
	margin:30px 0;
	padding-right:75px
}
@media(max-width:480px) {
	.static-content-wrap p {
		padding:0
	}
}
.static-list-block {
	list-style:none
}
.static-list-block span {
	font-size:30px;
	color:#11aff1;
	float:left;
	padding:0 14px 0 0
}
.static-list-block p {
	display:inline-block
}
.static-img-block {
	margin:25px 0 0
}
.static-img-block img {
	margin:0 13px 0 0
}
@media(max-width:992px) {
	.static-img-block img {
		margin:0 6px 10px 0
	}
}
.static-img-block p {
	padding:15px 0 0
}
.static-links {
	float:right
}
@media(max-width:768px) {
	.static-links {
		float:left
	}
}
.sticky-header {
	padding:100px 0
}
.sticky-header span {
	font-size:30px;
	font-weight:100;
	display:block;
	padding:15px 0 30px
}
.stick-icons-bg {
	margin:0 auto;
	display:block
}
.sticky-slider {
	padding:0 0 100px
}
@media(max-width:768px) {
	.sticky-slider {
		padding:0 0 25px
	}
}
.sticky-middle-img {
	max-width:100%;
	position:relative;
	z-index:999
}
.sticky-level {
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%);
	margin:-27% 0 0
}
.sticky-content {
	padding:0
}
@media(max-width:768px) {
	.sticky-content {
		padding:0
	}
}
.sticky-space {
	padding:100px 0
}
@media(max-width:768px) {
	.sticky-space {
		padding:0 50px
	}
}
@media(max-width:768px) {
	.sticky-none {
		display:none
	}
}
.sticky-left-img {
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%)
}
.sticky-left-img .screen {
	z-index:-1
}
@media(max-width:768px) {
	.sticky-left-img {
		left:0;
		-webkit-transform:translate(0);
		-ms-transform:translate(0);
		transform:translate(0)
	}
}
.sticky-screen {
	z-index:999
}
.sticky-middle {
	text-align:center
}
.sticky-middle-content {
	display:block;
	text-align:center
}
.sticky-middle-img {
	margin:0 0 100px;
	left:50%;
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	transform:translate(-50%)
}
.sticky-middle-img .screen {
	z-index:-1;
	left:12.5%;
	top:6.7%;
	right:11.1%;
	bottom:6%;
	overflow:hidden
}
@media(max-width:768px) {
	.sticky-middle-img {
		margin:0 0 24px
	}
}
.nav-menu-theme .navbar-light .navbar-nav .nav-link {
	color:#fff
}
.theme-header {
	padding:100px 0 200px
}
.theme-subtitle {
	font-size:30px;
	font-weight:100;
	display:block;
	padding:15px 0 30px
}
.theme-form {
	border:0;
	padding:32px 0;
	width:60%;
	margin:0 auto;
	font-size:18px;
	color:#11aff1;
	font-family: 'Open Sans', sans-serif;
}
.theme-form input {
	padding:20px 40px;
	border-radius:37px 0 0 37px;
	border:0
}
@media(max-width:768px) {
	.theme-form {
		width:100%
	}
}
.theme-form-btn {
	border-left:2px solid #f0f4f6!important;
	border-radius:0 37px 37px 0;
	font-size:18px;
	color:#11aff1;
	display:inline-block;
	background:#fff;
	border:0
}
.theme-form-btn .btn {
	color:#11aff1;
	background:#fff;
	cursor:pointer;
	font-size:18px;
	height:100%;
	border-radius:0 37px 37px 0;
	padding-left:20px;
	padding-right:30px
}
.theme-form-btn i {
	padding:0 10px 0 0
}
.theme-form-btn p {
	margin:0
}
#section09 a {
	padding-top:80px
}
#section09 a span {
	position:absolute;
	top:60px;
	left:50%;
	width:30px;
	height:50px;
	margin-left:-15px;
	border:2px solid #fff;
	border-radius:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#section09 a span::before {
	position:absolute;
	top:10px;
	left:50%;
	content:'';
	width:6px;
	height:6px;
	margin-left:-3px;
	background-color:#fff;
	border-radius:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#section09 a span::after {
	position:absolute;
	bottom:-18px;
	left:50%;
	width:18px;
	height:18px;
	content:'';
	margin-left:-9px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-box-sizing:border-box;
	box-sizing: border-box
}

.footer-links li {
	padding:.2em 0
}
.footer-links a {
	color:#636c72
}
.footer-links a:hover {
	text-decoration:none;
	color:#7642ff
}

.section {
	padding-top:3em;
	padding-bottom:3em
}

.owl-theme .owl-nav {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px
}
.owl-theme .owl-dots {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background:#869791
}
.owl-carousel .owl-item .citation img {
	width:75px;
	display:inline
}
.btn {
	text-transform:uppercase;
	font-size:14px;
	border-radius:30px;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.navbar-nav .btn {
	margin-left:10px;
	margin-right:10px;
	padding-left:15px;
	padding-right:15px
}
.btn-lg {
	font-size:16px;
	letter-spacing:2px;
	padding:17px 35px
}
.btn-lg:hover,.btn-lg:active {
	-webkit-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	transform:translateY(-2px)
}
.btn-xl {
	padding:12px 35px
}
.btn-sm {
	font-size:14px;
	letter-spacing:0
}
.btn-primary,.btn-primary:focus {
	background-color:#63030e;
	background-image:-webkit-gradient(linear,left top,right top,from(#63030e63030e),to(#7642FF));
	background-image:-webkit-linear-gradient(left,#63030e,#63030e);
	background-image:-o-linear-gradient(left,#63030e,#63030e);
	background-image:linear-gradient(90deg,#63030e,#63030e)
	border:0;
	color:#fff
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus:hover,.btn-primary:focus:active {
	color:#fff;
	background-color:#6429ff;
	background-image:-webkit-gradient(linear,left top,right top,from(#63030e63030e),to(#7642FF));
	background-image:-webkit-linear-gradient(left,#63030e,#63030e);
	background-image:-o-linear-gradient(left,#63030e,#63030e);
	background-image:linear-gradient(90deg,#63030e,#63030e)
}
.btn-outline,.btn-outline:focus {
	color:#fff;
	background-image:none;
	background-color:transparent;
	border-color:#fff
}
.btn-outline:hover,.btn-outline:active,.btn-outline:focus:hover,.btn-outline:focus:active {
	color:#63030e;
	background-color:#63030e;
	border-color:#63030e
}
.btn-outline-primary {
	color:#63030e;
	background-image:none;
	background-color:transparent;
	border-color:#63030e
}
.btn-outline-primary:hover,.btn-outline-primary:active {
	color:#fff;
	background-color:#63030e;
	border-color:#63030e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63030e+0,720411+40,96060f+100 */

background: rgb(99,3,14); /* Old browsers */

background: -moz-linear-gradient(left,  rgba(99,3,14,1) 0%, rgba(114,4,17,1) 40%, rgba(150,6,15,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(99,3,14,1) 0%,rgba(114,4,17,1) 40%,rgba(150,6,15,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(99,3,14,1) 0%,rgba(114,4,17,1) 40%,rgba(150,6,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63030e', endColorstr='#96060f',GradientType=1 ); /* IE6-9 */


}
header {
	position:relative
}
.gradient-mask {
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text;
	background-clip:text;
	background-image:-webkit-gradient(linear,left top,right top,from(#7642FF),to(#4259ff))
}
.swiper-container {
	width:100%;
	height:850px;
	height:100vh
}
.swiper-container .jumbotron {
	min-height:auto
}
@media(max-width:767px) {
	.swiper-button-prev,.swiper-button-next {
		display:none
	}
}
.parallax-bg {
	position:absolute;
	left:0;
	top:0;
	width:130%;
	height:100%;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center
}
.parallax-bg.bg-overlay:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.4)
}
.bg-video video {
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	background:url("https://startly.web3templates.com/demo/software/images/agency/poster.jpg") no-repeat;
	background-size:cover;
	-webkit-transition:1s opacity;
	-o-transition:1s opacity;
	transition:1s opacity
}
.bg-video.align-bottom video {
	top:auto;
	bottom:0;
	-webkit-transform:translateX(-50%) translateY(0);
	-ms-transform:translateX(-50%) translateY(0);
	transform:translateX(-50%) translateY(0)
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left:30px
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right:30px
}
.jumbotron {
	width:100%;
	background-color:transparent;
	margin-bottom:0
}
@media(min-width:576px) {
	.jumbotron {
		padding:2rem 0
	}
	.jumbotron.sub-page {
		padding:0 0 2rem
	}
}
.jumbotron.sub-page {
	min-height:290px;
	background:#f8faff
}
.jumbotron .lead {
	max-width:600px;
	margin:auto
}
.jumbotron .btn-lg {
	padding:17px 35px
}
.jumbotron .btn {
	margin:10px
}
.jumbotron-two {
	padding:2rem 0
}
.jumbotron-two .lead {
	max-width:500px;
	margin:0
}
.overflow-hidden {
	overflow-x:hidden
}
.bg-shape {
	position:absolute;
	background-color:#7642ff;
	background-image:-webkit-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:-o-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:linear-gradient(100deg,#7642FF,#4259ff);
	top:-350px;
	right:-110px;
	border-radius:8%;
	width:50%;
	height:800px;
	-webkit-transform:skew(3deg,30deg);
	-ms-transform:skew(3deg,30deg);
	transform:skew(3deg,30deg);
	opacity:1;
	z-index:-1
}
@media(max-width:991px) {
	.bg-shape {
		top:-150px;
		right:0;
		width:20%;
		height:500px
	}
}
@media(max-width:767px) {
	.bg-shape {
		display:none
	}
}
.bg-circle {
	position:absolute;
	background-color:#7642ff;
	background-image:-webkit-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:-o-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:linear-gradient(100deg,#7642FF,#4259ff);
	top:-400px;
	left:-350px;
	border-radius:100%;
	height:800px;
	width:800px;
	opacity:.2;
	z-index:-1
}
@media(max-width:991px) {
	.bg-circle {
		height:400px;
		width:400px;
		top:-200px;
		left:-200px
	}
}
@media(max-width:767px) {
	.bg-circle {
		display:none
	}
}
.bg-circle-two {
	position:absolute;
	background-color:#7642ff;
	background-image:-webkit-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:-o-linear-gradient(350deg,#7642FF,#4259ff);
	background-image:linear-gradient(100deg,#7642FF,#4259ff);
	top:150px;
	left:350px;
	border-radius:100%;
	height:100px;
	width:100px;
	opacity:.8;
	z-index:-1
}
@media(max-width:991px) {
	.bg-circle-two {
		top:150px;
		left:70px;
		height:50px;
		width:50px
	}
}
@media(max-width:767px) {
	.bg-circle-two {
		display:none
	}
}
.hero-copy .container {
	max-width:40rem
}
[class^=display] {
	font-family:product sans,Helvetica,Arial,serif;
	font-weight:700
}
@media(max-width:991px) {
	.display-3 {
		font-size:4rem
	}
	.display-5 {
		font-size:1.4rem
	}
}
@media(max-width:767px) {
	.display-3 {
		font-size:2.2rem
	}
	.display-4 {
		font-size:2.5rem
	}
}
.split-bg {
	background:-webkit-gradient(linear,left top,left bottom,from(#f8faff),color-stop(50%,#f8faff),color-stop(50%,white));
	background:-webkit-linear-gradient(top,#f8faff 0%,#f8faff 50%,white 50%);
	background:-o-linear-gradient(top,#f8faff 0%,#f8faff 50%,white 50%);
	background:linear-gradient(to bottom,#f8faff 0%,#f8faff 50%,white 50%)
}
.macbook-hero {
	max-width:1100px;
	position:relative;
	margin:0 auto
}
.macbook-hero .macbook-screen {
	position:absolute;
	left:12.4%;
	top:5.4%;
	right:11.8%;
	bottom:30.6%;
	max-width:835px;
	max-height:522px;
	background:#fff
}
.macbook-hero .macbook-screen img {
	width:100%;
	height:100%
}
.section {
	position:relative
}
.section.bg-overlay:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.4)
}
.section.bg-gradient:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(106,17,203,0.76)),to(rgba(37,117,252,0.77)));
	background-image:-webkit-linear-gradient(left,rgba(106,17,203,0.76) 0%,rgba(37,117,252,0.77) 100%);
	background-image:-o-linear-gradient(left,rgba(106,17,203,0.76) 0%,rgba(37,117,252,0.77) 100%);
	background-image:linear-gradient(to right,rgba(106,17,203,0.76) 0%,rgba(37,117,252,0.77) 100%)
}
.navbar {
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	padding:1rem;
  padding-top: 25px;
}
.navbar .btn {
	-webkit-box-shadow:none;
	box-shadow:none
}


.navbar-toggler {
	margin-top:5px
}
.navbar-border {
	border-bottom:1px solid rgba(255,255,255,.2)
}
.navbar-transparent {
	background:0 0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.nav-link {
	padding:.3em 1em
}
.nav-link .pe-7s-angle-down {
	margin:-13px -13px -13px -8px;
	position:relative;
	top:8px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -17px;
  color: #fff;
}
@media(max-width:767px) {
	.navbar-toggleable-md>.container {
		width:100%
	}
	.nav-link {
		padding:.3em .6em
	}
}
@media(max-width:991px) {
	body:not(.sticky) .navbar:not(.navbar-light).menu-is-open {
		background:rgba(0,0,0,.7)
	}
	.navbar-nav {
		margin-bottom:1em
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		text-align:center
	}
}
@media(min-width:992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right:1rem;
		padding-left:1rem
	}
}
.navbar-nav .nav-link {
	font-size:17.64px;
  font-weight: 600;
	text-align:center;
	position:relative
}
.navbar-inverse .navbar-nav .nav-link {
	color:rgba(255,255,255,.8);
	text-transform:uppercase;
	font-size:14px
}
@media(min-width:992px) {
	.navbar-nav .nav-link:before {
		content:"";
		height:1px;
		position:absolute;
		bottom:5px;
		left:50%;
		right:50%;
		border-bottom:1px solid #7642ff;
		margin-right:auto;
		margin-left:auto;
		-webkit-transition:all .5s ease;
		-o-transition:all .5s ease;
		transition:all .5s ease
	}
}
.navbar-inverse .navbar-nav .nav-link.active {
	color:#7642ff
}
@media(min-width:992px) {
	.navbar-inverse .navbar-nav .nav-link.active:after {
		content:"";
		height:1px;
		position:absolute;
		bottom:5px;
		left:0;
		right:0;
		border-bottom:1px solid #7642ff;
		margin-right:.95rem;
		margin-left:.95rem
	}
}
@media(min-width:992px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right:1rem;
		padding-left:1rem
	}
}
.dropdown-menu {
	border-radius:0;
	border:1px solid rgba(0,0,0,.05);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.05);
	box-shadow:0 0 20px 0 rgba(0,0,0,.05)
}
.dropdown-item {
	padding:5px 2rem 5px 1.2rem
}
.dropdown-item.active,.dropdown-item:active {
	color:#000;
	background-color:#f8faff
}
iframe {
	display:block
}
.youtube {
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	-webkit-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
	cursor:pointer
}
.youtube .play {
	background:#fff;
	border-radius:50%;
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-box-shadow:0 9px 68px 0 rgba(62,57,107,.2);
	box-shadow:0 9px 68px 0 rgba(62,57,107,.2);
	text-align:center;
	padding:17px 20px
}
.youtube .play span {
	color:#7642ff
}
.client-logos.negative-margin {
	margin-top:-180px
}
@media(max-width:991px) {
	.client-logos.negative-margin {
		margin-top:-150px
	}
}
@media(max-width:767px) {
	.client-logos.negative-margin {
		margin-top:-100px
	}
}
@media(max-width:575px) {
	.client-logos.negative-margin {
		margin-top:-70px
	}
}
@media(min-width:992px) {
	.client-logos {
		padding-left:1em;
		padding-right:1em
	}
}
@media(max-width:991px) {
	.client-logos img {
		height:50px
	}
}
.browser-window {
	display:inline-block;
	text-align:left;
	min-height:200px;
	max-width:100%;
	border-radius:5px;
	background-color:#f1f3f5;
	-webkit-box-shadow:0 19px 38px rgba(137,149,199,.15),0 15px 12px rgba(137,149,199,.08);
	box-shadow:0 19px 38px rgba(137,149,199,.15),0 15px 12px rgba(137,149,199,.08);
	margin-bottom:60px;
	overflow:hidden
}
.browser-window.limit-height {
	max-height:500px
}
.browser-window .top-bar {
	height:40px;
	border-radius:5px 5px 0 0;
	border-top:thin solid #f1f3f5;
	border-bottom:thin solid #f1f3f5;
	background:#f8faff;
	width:100%
}
.browser-window .circle {
	height:13px;
	width:13px;
	margin-right:5px;
	display:inline-block;
	border-radius:50%;
	background-color:#fff
}
.browser-window .circles {
	margin:12px
}
.browser-window .content {
	display:inline-block;
	margin:0;
	border-radius:0 0 5px 5px;
	background-color:#fafafa;
	max-height:500px
}
.browser-window .content img {
	max-width:100%;
	height:auto
}
.browser-window .circle-red {
	background:#fbbbf5
}
.browser-window .circle-yellow {
	background:#f8e397
}
.browser-window .circle-blue {
	background:#79cfd5
}
.cast-shadow {
	border-radius:10px;
	-webkit-box-shadow:0 9px 68px 0 rgba(62,57,107,.2);
	box-shadow:0 9px 68px 0 rgba(62,57,107,.2)
}
.media-icon i {
	min-width:50px;
	color:#7642ff
}
.color-icon i {
	color:#7642ff
}
.card {
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.card:hover {
	margin-top:-5px;
	-webkit-box-shadow:0 10px 40px rgba(0,0,0,.05);
	box-shadow:0 10px 40px rgba(0,0,0,.05)
}
.stat-counter {
	color:#fff
}
.embed_twitter iframe {
	margin:0 auto!important
}
.embed-tweet-item {
	min-height:200px;
	margin-bottom:20px
}
.EmbeddedTweet {
	height:200px!important
}
.embed-tweet-item {
	width:100%
}
.embed-tweet-item blockquote {
	width:100%;
	min-height:200px;
	background:url("../images/twitter-placeholder.png") no-repeat center top;
	background-size:contain;
	border:0
}
.pricing {
	text-align:center;
	padding:20px;
	border:0;
	border-radius:15px;
	margin-bottom:30px
}
.pricing small {
	letter-spacing:2px
}
.pricing .card-title {
	font-size:65px;
	font-family:product sans,Helvetica,Arial,serif;
	font-weight:700;
	margin:10px 0 15px
}
.pricing .plan-muted {
	text-decoration:line-through;
	opacity:.5
}
.pricing ul {
	line-height:2.5;
	margin:0 0 20px
}
.form-control {
	height:50px;
	border-radius:30px;
	padding:5px 20px;
	height:55px;
	border-color:#ebebed;
	-webkit-box-shadow:0 0 5px rgba(38,38,76,.05);
	box-shadow:0 0 5px rgba(38,38,76,.05)
}
.btn-block {
	padding:15px 0
}
#map {
	height:620px;
	width:100%
}
.contact-box {
	background:#fff;
	margin-top:-250px;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,.2);
	box-shadow:0 0 50px rgba(0,0,0,.2)
}
.address-box {
	padding:30px;
	color:#fff
}
.address-box a {
	color:#fff
}
.message-box {
	padding:30px
}
.footer-links {
  padding-top: 40px;
}
.footer-links li {
	padding:5px 0;
	font-size: 16px;
  font-weight: 600;
}
.footer-links a {
	color:#fff;
  line-height: 20px;
}
.footer-links a:hover {
	text-decoration:none;
	color:#fff;
}
.post_title {
	font-weight:300;
	margin:1em 0 .4em;
	line-height:1.4
}
a.title img {
	-webkit-transition:opacity .3s ease;
	-o-transition:opacity .3s ease;
	transition:opacity .3s ease
}
a.title:hover img {
	opacity:.8
}
.page-link {
	padding:.7rem 1.35rem;
	color:#000;
	border:1px solid #ececec
}
.page-link:hover,.page-link:focus {
	background-color:#f7f7f7
}
.page-item.disabled .page-link {
	border-color:#eceeef;
	color:#eceeef
}
.page-item:first-child .page-link {
	border-radius:0;
	padding:5px 5px 4px
}
.page-item:last-child .page-link {
	border-radius:0;
	padding:5px 5px 4px
}
.author-box {
	max-width:730px;
	margin:20px auto;
	padding:1em;
	border:1px solid #eceeef
}
.entry-content p {
	line-height:1.7;
	margin-top:1rem;
	margin-bottom:2rem
}
.entry-content img {
	max-width:100%;
	height:auto
}
@media(min-width:992px) {
	.entry-content img.alignnone {
		max-width:150%;
		height:auto;
		margin-left:-25%
	}
}
.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em
}
.wp-caption-text {
	text-align:center;
	margin:.8em 0 1.5em;
	color:#636c72
}
.comments-area,.comment-respond {
	max-width:730px;
	margin:20px auto
}
.comment .avatar {
	width:60px;
	margin-right:1rem
}
.comment ol.children {
	border-left:2px solid #eceeef
}
.comment-respond {
	border-top:1px solid #eceeef;
	margin-top:3em;
	padding-top: 2em
}

@media(max-width:768px) {
	#mobtext, #appstore, #playstore {
		display:none
		
	}
}



.support-tool {
    float: right;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 1px;
    z-index: 9000;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  
}

.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 70px 30px 30px 40px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
}




/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight:bolder;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight:600;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}



/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #800009;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #800009;

  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight:500;
  line-height: 1.2;
  color: #5a000e;
}

.txt2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #353535;
}

.txt3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #353535;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 450px;
  max-width: 100%;
  height:80px;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/



.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.container-contact100 {
  width: 100%;  
  min-height:85vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #d1d1d1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1300px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}

.column100 {
  width: 130px;
  padding-left: 25px;
}

.column100.column1 {
  width: 265px;
  padding-left: 42px;
}

.row100.head th {
  padding-top: 24px;
  padding-bottom: 20px;
}

.row100 td {
  padding-top: 18px;
  padding-bottom: 14px;
}





/*==================================================================
[ Ver3 ]*/
.table100.ver3 tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.table100.ver3 td {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver3 th {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #333333;
}

.table100.ver3 .row100:hover td {
  background-color: #fcebf5;
}

.table100.ver3 .hov-column-ver3 {
  background-color: #fcebf5;
}

.table100.ver3 .hov-column-head-ver3 {
  background-color: #747474 !important;
}

.table100.ver3 .row100 td:hover {
  background-color: #747474;
  color: #fff;
}
.slider-bg #mobtext {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
img#appstore {
  margin-left: 3px;
  margin-right: 5px;
}
.space .col-md-6 .phone {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.space .col-md-6.order-md-2 {
  padding-top: 90px;
}
.space .col-md-6 p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  max-width: 410px;
  margin-bottom: 40px;
}
.space .col-md-6 .hours {
  max-width: 410px;
  text-align: center;
}
.addmoney {
  padding-left: 82px;
}
.addmoney img {
  display: inline;
}
.addmoneybg {
  background: url(../images/add-money-bg.png) no-repeat center center;
  background-size: cover;
}
.addmoneybg .featured1-wrap {
  padding-top: 45px;
  padding-left: 70px;
}
.iphone-half.iphone-half-2 {
  height: 456px;
}
.iphone-half.iphone-half-2 .screen {
  top: 21.4%;
}
.iphone-half.iphone-half-2 .img-fluid {
  width: 100%;
}
.img724 {
  padding-left: 132px;
}
.img724 img {
  display: inline;
}
.featured1-wrap p#sendmoneytxt {
  max-width:420px;
  margin-bottom: 50px;
}
#fueloil.featured1 {
  padding-top: 70px;
  padding-bottom: 39px;
  background: url(../images/fueloilbg.png) no-repeat center center;
  background-size: cover;
}
#fueloil .iphone-half {
  width: 294px;
  height: auto;
}
#fueloil .featured1-wrap {
  padding-top: 110px;
  padding-left: 95px;
}
#fueloil .featured1-wrap p {
  max-width: 450px;
}
.space#workinghours {
  padding-top: 79px;
  padding-bottom: 29px;
}
#workinghours .iphone-half {
  transform: none;
  position: static;
  max-width: 290px;
  margin-left: 72px;
  height: auto;
}
#workinghours .featured1-wrap {
  padding-top: 10px;
}
#workinghours .featured1-wrap h2 {
  margin-top: 0;
}
#workinghours .featured1-wrap h2 span {
  display: block;
}
#workinghours .featured1-wrap h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 21px;
  padding:2px 18px 2px 12px;
  background: #f45f47;
  display: inline-block;
}
#workinghours .featured1-wrap p {
  font-weight: 400;
  margin-bottom: 20px;
}
#workinghours .featured-list-title {
  margin-left: 0;
  margin-top: 0;
  float: left;
  max-width: 250px;
}
#workinghours .featured-list-title:nth-child(2) {
  width: 190px;
  margin-left: 50px;
}
#workinghours .featured-list-title img {
  float: left;
  margin-right: 12px;
}
#workinghours .featured-list-title h4 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
}
#workinghours .featured-list-title p {
  font-weight: 600;
}
#mobileapp {
  background: url(../images/mobileapp-bg.png) no-repeat center center;
  background-size: cover;
}
#mobileapp.bg2 {
  background: #ebebeb;
  padding-top: 50px;
  padding-bottom: 30px;
}
#mobileapp p {
  text-align: center;
  max-width: 100%;
  margin-bottom:31px;
}
#mobileapp a.phone {
  font-size: 30px;
  color: #191b4a;
  font-weight: 400;
  line-height: 30px;
}
#mobileapp .customer-service h2 {
  margin-bottom: 25px;
}
#mobileapp .customer-service p {
  margin-bottom: 25px;
}
.section#footer {
  background: #191b4a;
  padding-bottom: 0;
}
#footer .row > .col-md-5 {
  padding-left: 0;
}
#footer .row > .links {
  padding-right: 0;
  padding-left: 15px;
}
#footer .pep-logo {
  margin-bottom: 40px;
}
#footer .left-logos {
  margin-bottom: 20px;
}
#footer .left-logos img {
  display: inline-block;
}
#footer .left-logos a {
  opacity: 0.2;
  margin-right: 45px;
  display: inline-block;
  transition: all 0.2s ease-out;
}
#footer .left-logos a:last-child {
  margin-right: 0;
}
#footer .left-logos a:hover {
  opacity: 1;
}
#footer .footer-text {
  color: #fff;
  font-size: 8px;
}
#footer .row > .col-md-5:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  right: 0;
  top: 64px;
  background-color: #fff;
}
#footer .row > .col-md-3:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  right: 20px;
  top: 64px;
  background-color: #fff;
}
#footer .pay-logos {
  padding-top: 85px;
}
#footer .pay-logos img {
  opacity: 0.2;
}
#footer .pay-logos img:nth-child(2),
#footer .pay-logos img:nth-child(4) {
  margin-left: 20px;
}
#footer .pay-logos img:nth-child(1),
#footer .pay-logos img:nth-child(2) {
  margin-bottom: 40px;
}
.copyright p {
  color: #fff;
  font-size: 8px;
  margin-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link {
  line-height: 41px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 6px;
  padding-right: 6px;
}
.navbar-light .navbar-nav .active .nav-link {
  color:#fff!important;
  background-color: #f2604d;
  border-radius: 9px;
}
#campaign-list {
  padding-top: 35px;
}
.campaign {
  padding-bottom: 17px;
}
.campaign .campaign-wrap {
  padding-top: 60px;
}
.campaign .order-md-2 .campaign-wrap {
  padding-left: 70px;
}
.campaign .order-md-1 .campaign-wrap {
  padding-right: 70px;
  text-align: right;
}
.campaign .campaign-wrap p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
.campaign .campaign-img {}
.campaign .campaign-img img {
  display: block;
  width: 100%;
}
#pepdesc.app-landing {
  padding-top: 60px;
}
#pepdesc .title-block h2 {
  margin-bottom: 25px;
}
#pepdesc .title-block p {
  max-width: 730px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
#pepdesc .iphone-half {
  width: 282px;
  height: 362px;
}
#pepdesc .iphone-half .screen {
  top: 18%;
}
#pepdesc .iphone-half .screen img {
  width: 100%;
}
#features {
  background: #ebebeb;
  padding-top: 55px;
}
#features .featured-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#features .title-block {
  margin-bottom: 0;
}
#features .title-block h2 {
  margin-bottom: 25px;
}
#features .title-block p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  max-width: 100%;
  margin-bottom: 0;
}
#features .featured-item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#features .featured-item p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #000;
  max-width: 229px;
  margin:0 auto;
}
.whitebg {
  background: #fff !important;
}
.faq-section {
  background: #fff;
}
.faq-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
    .faq-section .cbp-caption-defaultWrap, .faq-section .cbp-caption-expand .cbp-caption-defaultWrap {
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        color: #191b4a;
    }
.cbp-caption-expand .cbp-caption {
  border-bottom: 0;
}
.cbp-item:nth-child(even) .cbp-caption {
  background: #f2f0f0;
}
.faq-section .cbp-caption-expand .cbp-l-caption-body {
  text-align: justify;
  color: #000;
}
.graybg {
  background: #ebebeb !important;
}
#header_4.header_destek {
  background-image: url("../img/faq.jpg");
}
#shareholding .table thead th,
#shareholding .table thead td,
#shareholding .table tbody td,
#shareholding .table tfoot th {
  border:0;
  padding: 0.50rem;
}
#shareholding .table thead td {
  padding-left: 0;
}

#shareholding .table thead tr th {
    vertical-align: top !important;
}

#shareholding h4 {
  display: inline-block;
  border-bottom: 1px #403366 solid;
  padding-bottom: 10px;
  font-size: 20px;
}
#shareholding .table thead {
  border-bottom: 1px #403366 solid;
}
#shareholding .table tbody td {
  color: #888888;
  font-weight: 600;
  font-size: 18px;
}
#shareholding .table tfoot th {
  font-weight: 600;
  font-size: 18px;
}
#shareholding .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
#board h4 {
  border-bottom: 1px #403366 solid;
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 25px;
}
#board p {
  font-size: 18px;
  color: #888888;
  font-weight: 600;
}
#board p span {
  font-weight: 700;
  color: #f2604d;
}
@media only screen and (max-width: 414px) {
  #shareholding .table tbody td {
    font-size: 16px;
  }
  #shareholding .table tbody tr th:nth-child(3),
  #shareholding .table tbody tr td:nth-child(3),
  #shareholding .table tfoot tr th:nth-child(3) {
    white-space: nowrap;
  }
}
#error404 {
  height: 100vh;
  padding-top: 90px;
}
.error404msg {
  font-size: 45px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #f2604d;
}
.error404img {
  width: 100%;
}
.error404btn {
  height: 68px;
  margin: 0 auto;
  background: #36c1c6;
  color: #fff;
  border-radius: 34px;
  padding: 0 60px;
  font-size: 33px;
  font-weight: 600;
  display: inline-block;
  line-height: 68px;
  text-decoration: none;
}
.error404btn:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991px) {
  .error404msg {
    font-size: 20px;
  }
  .error404btn {
    margin-top: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) { 
  #error404 {
    padding-top: 90px;
  }
  .error404msg {
    margin-bottom: 0;
  }
  .error404btn {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
  #error404 {
    padding-top: 90px;
  }
  .error404msg {
    margin-bottom: 0;
  }
  .error404btn {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #error404 {
    padding-top: 90px;
  }
  .error404msg {
    margin-bottom: 0;
  }
  .error404btn {
    margin-top: 0px;
  }
}
@media only screen and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 4) and (orientation: landscape) {
  #error404 {
    padding-top: 90px;
  }
  .error404msg {
    margin-bottom: 0;
  }
  .error404btn {
    margin-top: 0px;
  }
}