/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Clients Logo
  13. Contact
  14. Video
  15. Image Box
  16. Side Background
  17. Error Page
  18. List Icon
  19. Bg Animated Image
  20. How It Work
  21. Spinner
  22. Hexagon
  23. Timeline
  24. Other


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Charm:400,700');

body {
	font-family: 'Heebo', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
}


html {
	scroll-behavior: smooth;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-family: 'Nunito', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 60px;
	font-style: normal;
	line-height: 70px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1c1d3e;
	letter-spacing: 0;
}

h2 {
	font-size: 40px;
	font-style: normal;
	line-height: 46px;
	font-weight: 600;
	color: #1c1d3e;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
}

h3 {
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 30px;
	color: #1c1d3e;
}

h5 {
	font-size: 20px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 26px;
	color: #1c1d3e;
}

h6 {
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 10px;
	color: #1c1d3e;
}

ul {
	margin: 0px;
	padding: 0px;
}

u {
	text-decoration-style: wavy;
}

body.home-2 h1,
body.home-2 h2,
body.home-2 h3,
body.home-2 h4,
body.home-2 h5,
body.home-2 h6 {
	font-family: 'Ubuntu', sans-serif;
}

body.home-3 h1,
body.home-3 h2,
body.home-3 h3,
body.home-3 h4,
body.home-3 h5,
body.home-3 h6 {
	font-family: 'Titillium Web', sans-serif;
}

body.home-4 h1,
body.home-4 h2,
body.home-4 h3,
body.home-4 h4,
body.home-4 h5,
body.home-4 h6 {
	font-family: 'Work Sans', sans-serif;
}

body.home-5 h1,
body.home-5 h2,
body.home-5 h3,
body.home-5 h4,
body.home-5 h5,
body.home-5 h6 {
	font-family: 'Cabin', sans-serif;
}

body.home-6 h1,
body.home-6 h2,
body.home-6 h3,
body.home-6 h4,
body.home-6 h5,
body.home-6 h6 {
	font-family: 'Dosis', sans-serif;
}

/* ------------------------
    Helper class
------------------------*/
p {
	line-height: 1.7;
}

.lead {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}

.o-hidden {
	overflow: hidden;
}

.o-x-hidden {
	overflow-x: hidden;
}

.img-center {
	display: inline-block !important;
	max-width: 100%;
}

.pos-r {
	position: relative;
}

.z-index-0 {
	z-index: 0;
	position: relative;
}

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

h1 span {
	color: #11a1de;
}

section {
	padding: 60px 0;
}

.section-title {
	margin-bottom: 50px;
	position: relative;
}

.section-title p {
	font-size: 16px;
}

.align-item-middle {
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
}

.align-item-middle > div {
	width: 100%;
}

.la {
	line-height: inherit;
}

.font-w-3 {
	font-weight: 300;
}

.font-w-4 {
	font-weight: 400;
}

.font-w-5 {
	font-weight: 500;
}

.font-w-6 {
	font-weight: 600;
}

.font-w-7 {
	font-weight: 700;
}

.font-w-8 {
	font-weight: 800;
}

.font-w-9 {
	font-weight: 900;
}

.line-h-2 {
	line-height: 1.6;
}

.line-h-3 {
	line-height: 1.7;
}

.line-h-4 {
	line-height: 1.8;
}

.line-h-5 {
	line-height: 1.9;
}

.letter-space-1 {
	letter-spacing: 5px;
}

.letter-space-2 {
	letter-spacing: 10px;
}

.letter-space-3 {
	letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
	color: #11a1de;
}

.text-black {
	color: #1c1d3e !important;
}

.text-grey {
	color: #999999;
}

.text-rgba {
	color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
	background-color: #ffffff !important;
}

.dark-bg {
	background-color: #02060b;
}

.grey-bg {
	background-color: #e0f7ff
}

.theme-bg {
	background-color: #11a1de;
}

.transparent-bg {
	background-color: inherit !important;
}

.grediant-bg {
	background-color: rgb(14, 160, 221);
	background-color: linear-gradient(90deg, rgb(14, 160, 221) 0%, rgb(14, 160, 221) 80%);
}


/* ------------------------
    Border Radius
------------------------*/
.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.radius-0 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.radius-1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.radius-2 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.radius-3 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.radius-4 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
	position: relative;
	min-height: 800px;
}

[data-bg-img] {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.align-center {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 9;
}

.align-end {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
	height: 100%;
}

.hero-bg {
	left: 0;
	position: absolute;
	top: 0;
}

.fullscreen-banner .img-side {
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	height: auto;
}

.banner h5 {
	background: #ffb58c;
	text-transform: uppercase;
	padding: 7px 15px;
	display: inline-block;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.home-6 .banner .bnr-box {
	background: #5c2ec2;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-pos-l {
	background-position: left;
}

.bg-pos-r {
	background-position: right;
}

.bg-pos-rt {
	background-position: right top;
}

.bg-pos-lt {
	background-position: left top;
}

.bg-pos-rb {
	background-position: right bottom;
}

.bg-pos-lb {
	background-position: left bottom;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
	margin: 50px 0;
	padding: 50px 0;
	display: table;
	width: 100%;
	border-top: 2px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

.countdown > li {
	font-weight: 700;
	text-align: center;
	list-style-type: none;
	display: table-cell;
	width: auto;
}

.countdown > li span {
	font-size: 70px;
	font-weight: 700;
	line-height: 60px;
	display: inline-block;
}

.countdown > li p {
	font-size: 20px;
	display: inline-block;
	line-height: 30px;
	margin-bottom: 0;
	color: #1c1d3e;
}

.coming-soon .subscribe-form {
	margin: 0 auto;
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
	margin-bottom: 25px;
}

.terms-and-conditions ul.list {
	margin-bottom: 20px;
	display: block;
}

.terms-and-conditions ul.list li i {
	padding-right: 12px;
	font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
	margin-bottom: 25px;
}

.privacy-policy ul.list {
	margin-bottom: 20px;
	display: block;
}

.privacy-policy ul.list li i {
	padding-right: 12px;
	font-size: 15px;
}


/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
	background: #fff;
	padding: 25px 10px;
	width: 100%;
	text-align: center;
	border-radius: 7px;
}


/* ------------------------
    Contact
------------------------*/
.contact-media {
	text-align: center;
	padding: 73px 40px;
}



.contact-media i {
	line-height: 43px;
	font-size: 58px;
	color: #11a1de;
	margin-bottom: 30px;
	display: inline-block;
}

.contact-media span {
	font-size: 16px;
	color: #1c1d3e;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.contact-media p {
	margin-bottom: 0;
	line-height: 24px;
}

.contact-media a {
	color: #1c1d3e;
}

.contact-media a:hover {
	color: #11a1de;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

label {
	font-size: 14px;
	color: #1c1d3e
}

.form-control {
	height: 50px;
	border-radius: 5px;
	font-size: 13px;
	color: #1c1d3e;
	background: #f7f7f7;
	border: 1px solid transparent;
}

.theme-bg .form-control .dark-bg .form-control {
	background: none;
	border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control,
.theme-bg .form-control {
	color: #ffffff;
}

.grey-bg .form-control {
	background: #ffffff
}

textarea.form-control {

	border-radius: 5px;
}

.form-control:focus {
	box-shadow: none;
	background: none;
	border-color: #11a1de;
}

.theme-bg .form-control:focus {
	border-color: #11a1de;
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 50px !important;
}

iframe {
	width: 100%;
	border: none;
	pointer-events: auto;
}

.iframe-h {
	height: 500px !important;
}

.iframe-h-2 {
	height: 600px !important;
}

.map iframe {
	border: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	filter: grayscale(100%);
}

.help-block.with-errors {
	position: absolute;
	color: red;
	right: 15px;
	font-size: 10px;
	line-height: 14px;
}

.form-control::-webkit-input-placeholder {
	color: #555;
}

.form-control::-moz-placeholder {
	color: #555;
}

.form-control:-ms-input-placeholder {
	color: #555;
}

.form-control:-moz-placeholder {
	color: #555;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
	color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
	color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
	color: #ffffff;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
	position: relative;
	display: inline-block;
}

.video-btn .play-btn {
	font-size: 30px;
	background: #11a1de;
	color: #fff;
	line-height: 50px;
	width: 70px;
	height: 70px;
	border: 10px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	position: relative;
	display: inline-block;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background, border-color;
	transition-property: color, background, border-color;
}

.video-btn-pos {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto !important;
	z-index: 99;
}

.theme-bg .video-btn .play-btn,
.dark-bg .video-btn .play-btn {
	background: #ffffff;
	border-color: #ddd;
	color: #11a1de;
}

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

.html5-video video {
	width: 100%;
}

.video-btn .spinner-eff {
	left: 50%;
	top: 50%;
}


/* ------------------------
    Image Box
------------------------*/
.img-box {
	background: #ffffff;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 7px;
}

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

.box-loader {
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 15px;
}

.box-loader span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #11a1de;
	margin: 0 5px;
	opacity: 0;
}

.box-loader span:nth-child(1) {
	animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
	animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
	animation: opacitychange 1s ease-in-out 0.66s infinite;
}


/* ------------------------
    Side Background
------------------------*/
.img-side img {
	max-width: 100%
}

.img-side.img-right {
	right: 0;
}

.img-side.img-left {
	left: 0;
}

.img-side {
	padding: 0;
	position: absolute !important;
	top: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 9;
}

.image-column {
	position: absolute;
	left: 0px;
	top: 50%;
}

.image-column.right {
	left: inherit;
	right: 0;
}


/* ------------------------
    Error Page
------------------------*/
.error-page {
	font-size: 350px;
	font-weight: bold;
	line-height: 250px;
	font-family: 'Charm', cursive;
}

.error-page > span {
	display: inline-block;
	position: relative;
	color: #11a1de;
}

.error-page > span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.error-page > span:nth-of-type(1) {
	color: #11a1de;
	animation: colordancing 4s infinite;
}

.error-page > span:nth-of-type(3) {
	color: #00c9ff;
	animation: colordancing2 4s infinite;
}

.error-page > span:nth-of-type(2) {
	width: 250px;
	height: 120px;
	border-radius: 999px;
}

.error-page > span:nth-of-type(2):before,
.error-page > span:nth-of-type(2):after {
	border-radius: 0%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 999px;
	box-shadow: inset 30px 0 0 rgba(0, 201, 255, 0.4), inset 0 30px 0 rgba(5, 248, 161, 0.4), inset -30px 0 0 rgba(255, 8, 68, 0.4), inset 0 -30px 0 rgba(255, 81, 47, 0.4);
	animation: shadowsdancing 4s infinite;
}

.error-page > span:nth-of-type(2):before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
	position: relative;
	padding-left: 30px;
}

.list-icon li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #11a1de;
	font-size: 22px;
	line-height: 20px;
}

.list-icon-2 li {
	padding-left: 20px;
	position: relative;
}

.list-icon-2 li:before {
	content: "";
	background: #11a1de;
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 2px;
	border-radius: 4px;
}

.custom-li {
	display: inline-block;
}

.custom-li li {
	float: left;
	margin-bottom: 15px;
	width: calc(100% / 2);
}


/* ------------------------
    Bg Animated Image
------------------------*/
.info-img:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 330px;
	width: 100%;
	content: "";
	background-image: url(../images/pattern/07.html);
	z-index: -1;
}

.bg-effect::after {
	background: #edfffc;
	top: 0;
	content: "";
	left: 25%;
	position: absolute;
	right: 0;
	z-index: -1;
	height: 100%;
	border-top-left-radius: 50%;
}

.bg-effect.right::after {
	left: 0;
	right: 25%;
	border-top-left-radius: 0;
	border-top-right-radius: 50%;
}

.bg-effect-2::before {
	background: #fff;
	top: -50px;
	content: "";
	height: 120px;
	left: 0;
	overflow: visible;
	position: absolute;
	transform: skewY(4deg);
	width: 100%;
}

.bg-effect-3::after {
	background: #fff;
	bottom: -50px;
	content: "";
	height: 120px;
	left: 0;
	overflow: visible;
	position: absolute;
	transform: skewY(-4deg);
	width: 100%;
}

.bg-effect-4::after {
	background: #11a1de;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	content: "";
	height: 80%;
	right: -20%;
	position: absolute;
	top: 10%;
	transform: rotate(-5deg);
	width: 70%;
	z-index: -1;
}

.bg-animation {
	position: absolute;
	top: -100px;
	left: 0;
}

.wave-shape {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.wave-bg > use {
	animation: move-forever 20s linear infinite;
}

.wave-bg > use:nth-child(1) {
	animation-delay: -2s;
}

.wave-bg > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-bg > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 8s;
}

.wave-animation {
	display: block;
	width: 100%;
	height: 8em;
	max-height: 100vh;
	margin: 0;
	position: absolute;
	bottom: -40px;
}


/* ------------------------
    How It Work
------------------------*/
.work-process {
	position: relative;
}

.step-num {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
	color: #049bd9;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	right: 0;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
	color: #ffffff;
}

.step-icon {
	background: #ffffff;
	width: 140px;
	height: 140px;
	position: relative;
	border: 3px solid #fafaff;
	border-radius: 50%;
	line-height: 140px;
	font-size: 40px;
	text-align: center;
	color: #1c1d3e;
}

.step-icon span {
	position: relative;
}

.step-icon span::after,
.step-icon span::before {
	border-radius: 50%;
	content: "";
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: -1;
}

.step-icon span::after {
	background: #cdf3f6;
	height: 25px;
	left: -10px;
	top: 5px;
	width: 25px;
}

.step-icon span::before {
	background: #d4f8e6;
	bottom: 0;
	right: -10px;
}

.dark-bg .step-icon {
	color: rgba(255, 255, 255, 0.9);
	background: none;
}

.dark-bg .step-desc h4 {
	color: #11a1de;
}

.dark-bg .step-icon {
	border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
	color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.work-process .box-loader {
	position: absolute;
	top: 30%;
	right: -15%;
	left: inherit;
}

.work-process.style-2 {
	padding: 0;
	display: flex;
	align-items: center;
}

.work-process.style-2:before {
	display: none;
}

.work-process.style-2 .step-num-box {
	margin-bottom: 0;
	margin-right: 30px;
}

.work-process.style-3 {
	padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
	background: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.1);
	font-size: 120px;
	height: auto;
	left: 50%;
	line-height: 120px;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: auto;
}

#svg-container {
	position: absolute;
	width: 100%;
	left: 52%;
	z-index: -1;
	transform: translateX(-50%);
	width: 75%;
}

#svgC {
	margin: 0 auto;
	width: 100%;
}


/* ------------------------
    Spinner
------------------------*/
.spinner-eff {
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: 0;
}

.spinner-eff .spinner-circle {
	border-radius: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(1);
	transform-origin: center center;
}

.spinner-eff .circle-1 {
	width: 100%;
	height: 100%;
	background-color: #d1fdeb;
	top: 0;
	animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff .circle-2 {
	width: 66.6%;
	height: 66.6%;
	background-color: #77f9c2;
	top: 16.5%;
	animation: pulse-2 1.6s linear 0s infinite;
}


/* ------------------------
    Hexagon
------------------------*/
.hexagon-bg {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	display: flex;
}

.hexagon-bg.style-2 {
	top: 50%;
}

.hexagon {
	position: relative;
	margin: 0 auto;
	width: 10em;
	height: 17.32em;
	border-radius: 1em/.5em;
	background: #fafaff;
	transition: opacity .5s;
}

.hexagon:before,
.hexagon:after {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
}

.hexagon:before {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.hexagon:after {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hexagon:nth-child(2n+2) {
	margin-top: 20px;
}

.hexagon-bg.style-2 .hexagon {
	background: #ff0844;
	opacity: 0.050
}


/* ------------------------
    Timeline
------------------------*/
.timeline {
	position: relative;
	margin: 0 auto;
}

.timeline:after {
	content: '';
	position: absolute;
	width: 5px;
	background: #fafaff;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-left: -2px;
}

.timeline--first:after {
	top: 20px;
}

.timeline-title {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.timeline-title h2 {
	background: #ffffff;
	color: #11a1de;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 24px;
	line-height: 30px;
}

.timeline-inner {
	padding: 10px 30px 40px 30px;
	width: 50%;
	position: relative;
	background-color: inherit;
}

.timeline-right {
	margin-left: 50%;
}

.timeline-content {
	padding: 20px 30px;
	background: #ffffff;
	position: relative;
	border-radius: 7px;
}

.timeline-content h3 {
	font-size: 20px;
	color: #1c1d3e;
	font-weight: bold;
}

.timeline-inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -16px;
	margin: auto;
	height: 32px;
	width: 32px;
	border: 3px solid#11a1de;
	border-bottom: 3px solid transparent !important;
	border-radius: 50%;
	z-index: 9;
	background: #ffffff;
	-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.timeline-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: -3px;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #049bd9;
	border-radius: 50%;
	z-index: 9;
	-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.timeline-right.timeline-inner::before {
	right: inherit;
	left: -16px;
}

.timeline-right.timeline-inner::after {
	right: inherit;
	left: -3px;
}

.timeline-content:before,
.timeline-content:after {
	content: "";
	background: #11a1de;
	border-radius: 7px;
	width: 0;
	height: 3px;
	position: absolute;
}

.timeline-content:before {
	top: 0;
	left: 0;
}

.timeline-content:after {
	bottom: 0;
	right: 0;
}

.timeline-inner:hover .timeline-content:before,
.timeline-inner:hover .timeline-content:after {
	width: 10%;
}


/* ------------------------
    Other
------------------------*/
#canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

#confetti {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blink-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
}

.morph-wrap {
	position: absolute;
	top: 0;
	left: -20%;
	bottom: 0;
	width: 70%;
	pointer-events: none;
	z-index: -1;
	transform: rotate(-90deg);
}

.morph {
	position: relative;
	height: 130%;
	fill: #e0f7ff;
	flex: none;
	width: 150%;
}

.login-form img {
	height: 100px;
}

.remember-checkbox label {
	margin-bottom: 0;
}

.round-shape {
	position: absolute;
	right: 10%;
	bottom: 0;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	background: none;
	border: 50px solid#11a1de;
	animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	opacity: 0.050;
}


.m-0-auto {
	margin: 0 auto !important;
}

.uppercase {
	text-transform: uppercase;
}

.d-table-cell {
	vertical-align: middle;
}


.main-banner-area .banner-text {
	bottom: 37px;
}




.main-banner-content h1 {
	font-size: 55px;
	color: #313131;
	margin: 5px 0 16px 0;
}

.main-banner-content p {
	color: #7a7e9a;
	margin: 0 0 0 0;
}

.d-table {
	width: 100%;
	height: 100%;
}

.home-banner-three .Modern-Slider .btn-box {
	margin-top: 30px;
}

.values-section {
	margin-top: -100px;
}


.featured-section .featured-item .featured-icon .img-feature {
	width: 100px;
}

.featured-section .featured-item::before {
	display: none;
}

.featured-section .featured-item:hover h5 {
	color: #1c1d3e;
}

.featured-section .featured-item.style-4 {
	padding: 60px 50px 50px 50px;
}

.featured-section .featured-item:after {
	background: url(../images/pattern/05.png) no-repeat 0 0;
	background-size: cover;
}

.service .featured-item {
	margin-bottom: 14px;
}

.service .featured-item .link-servce {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slider-section .owl-item.active .img-slider,
.slider-section .owl-item.cloned .img-slider {
	animation-name: jackInTheBox !important;
	animation-duration: 3s;
}

.slider-section .owl-item.active h1 {
	animation-name: fadeInUp !important;
	animation-duration: 1.5s;
}

.slider-section .owl-item.active p {
	animation-name: fadeInUp !important;
	animation-duration: 2s;
}

.slider-section .owl-item.active a {
	animation-name: fadeInUp !important;
	animation-duration: 3s;
}

.slider-section.banner {
	padding-top: 62px !important;
}

.slider-section .owl-carousel .owl-nav {
	position: relative;
	width: 100%;
	bottom: 50%;
	transform: unset;
	-webkit-transform: unset;
	-o-transform: unset;
	-ms-transform: unset;
	-moz-transform: unset;
	left: 0;
}

.slider-section .owl-carousel .owl-nav button {
	bottom: 0;
	transition: .5s;
	margin: 0;
	padding: 12px 12px !important;
	border-radius: 0;
	position: absolute;
}

.slider-section .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.slider-section .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.slider-section .owl-carousel .owl-nav button span {
	font-size: 22px;
	font-family: 'Line Awesome Free';
	font-weight: 900;
}

.slider-section .owl-carousel .owl-nav button .fa-long-arrow-alt-right:before {
	content: "\f105";
}

.slider-section .owl-carousel .owl-nav button .fa-long-arrow-alt-left:before {
	content: "\f104"
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: rgb(14, 160, 221);
	background: linear-gradient(45deg, #0ea0dd 0%, #15f69f 80%);
	background: linear-gradient(45deg, #0ea0dd 0%, #15f69f 94%);
	color: #fff;
}

/**********************/
.service.business-performance-s-page .featured-item {
	padding: 20px 18px;
}

.service.business-performance-s-page .featured-item .featured-desc.in3-line p {
	overflow: unset;
	text-overflow: unset;
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.service.business-performance-s-page .featured-item .featured-title h5 {
	margin: 14px 0;
}

.learning-performance-s-page .morph {
	fill: #f3fcfc;
}

.learning-performance-s-page .morph-wrap {
	transform: rotate(90deg);

}

.business-coaching-s-page {
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}

.business-coaching-s-page .featured-item.style-5 .featured-icon .display-img-2 {
	display: none;
}

.business-coaching-s-page .featured-item.style-5:hover .featured-icon .display-img-1 {
	display: none;
}

.business-coaching-s-page .featured-item.style-5:hover .featured-icon .display-img-2 {
	display: block;
}

.service-start-section .link-service {
	display: inline-flex;
	padding: 16px;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}
.service-start-section .link-service:hover {
	margin-top: -15px;

}

.text-service-section {
	position: relative;
	padding: 60px 0 40px;
}

.overview-section {
	position: relative;
	padding: 40px;
}

.text-service-section .featured-item.style-2 {
	height: 100%;
	padding: 30px 15px;
}

.overview-section .time-list {
	list-style: none;
}

.overview-section .time-list .item {
	position: relative;
	padding-left: 52px;
	margin-right: 30px;
	display: inline-block;
}

.overview-section .time-list .item:last-of-type {
	margin-right: 0;
}

.overview-section .time-list .item .info h5 {
	margin-bottom: 2px;
	color: #13a2de;
	line-height: 1.2;
	font-weight: 700;
	font-size: 18px
}

.overview-section .time-list .item .info span {
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
	margin-left: 6px;
	color: #1c1d3e;
}

.overview-section .time-list .item .icon-time {

	width: 44px;
	position: absolute;
	left: 2px;
	top: 0;
	padding: 2px;
}

/**calender**/
.evo-calendar {
	-webkit-box-shadow: 0 10px 50px -20px #e0e0e0;
	box-shadow: 0 10px 50px -20px #e0e0e0;
	border: 1px solid #dedede;
}

.evo-calendar #eventListToggler {
	-webkit-box-shadow: 5px 0 18px -3px #099cdb;
	box-shadow: 5px 0 18px -3px #099cdb;
}

.evo-calendar .calendar-sidebar > span#sidebarToggler {
	-webkit-box-shadow: 5px 0 18px -3px rgba(9, 156, 219, .27);
	box-shadow: 5px 0 18px -3px rgba(9, 156, 219, .27);
}

.evo-calendar .calendar-sidebar {
	-webkit-box-shadow: 5px 0 18px -3px rgba(9, 156, 219, .27);
	box-shadow: 5px 0 18px -3px rgba(9, 156, 219, .27);
}

.evo-calendar th[colspan="7"]::after {
	background-color: #d4f0fc;
}

.evo-calendar .calendar-sidebar > .month-list > .calendar-months > li:hover {
	background-color: #39c5f4;
}

.img-icon-featured {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 88px;
}
.evo-calendar tr.calendar-body .calendar-day .day.calendar-active, .evo-calendar tr.calendar-body .calendar-day .day.calendar-active:hover {
	color: #fbfbfb;
	border-color: #099cdb;
	background: #099cdb;
}
.evo-calendar tr.calendar-body .calendar-day .day:hover {
	background-color: #39c5f4;
	color: #fff;
}
/* team popup */
.popup-wrapper {
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    overflow: hidden;
}
.popup-photo {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    position: relative;
}
.popup-photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.popup-content {
    padding: 100px 60px 60px 40px;
}
.popup-content .pos {
    color: #000;
  
}
.popup-content .name {
    color: #11a1de;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.popup-content .soc-item {
    color: #c4c4c4;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-decoration: none;
}
.popup-content .traits {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.team-pop .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    font-style: normal;
}
.team-pop .social-icons li {
    margin: 0 0 20px 0 !important;
}
.popup-content .soc-item {
    color: #c4c4c4;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-decoration: none;
}
a.modal{
	cursor: pointer!important;
}
@media (min-width: 576px){
.team-pop  .modal-dialog {
    max-width: 637px;
    margin: 1.75rem auto;
}}
/* ------------- */
.custom-select.service-type{
	height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #565656;
    background: #f7f7f7;
    border: 1px solid transparent;
}
.step-desc a h4:hover {
	color:#079cd9
}
.roi-workshops .post p{
	min-height: 90px;
}
.roi-workshops .post-desc:hover {
	background: #f5fbfd;
	margin-top: -15px;
}
.bg-gradiant {
    background: rgb(14,160,221);
    background: linear-gradient(45deg, #0ea0dd 0%,#15f69f 80%);
    background: linear-gradient(45deg, #0ea0dd 0%,#15f69f 94%);
    
}
#about-value .item {
	margin-bottom: 30px;
}
#about-value .featured-desc.in3-line p {
    -webkit-line-clamp: unset !important;
   
}
#about-value .featured-item.style-2 {
    padding: 60px 30px;
    min-height: 380px;
}
.about-mission li i{
	font-size: 13px;
	top:2px;
	color:#83c8eb;
}
/**********style 2021-7-27**************/
/* Demo */
.gallery-img-sectio .magnific-gallery {
	list-style: none;
}

	.gallery-img-sectio .magnific-gallery li {
		float: left;
		height: 100px;
	}

	.magnific-gallery img {
		height: 100%;
	}
/**
 * Overlay CSS
*/
.mfp-example .mfp-content .mfp-img-container {
	background-color: #fff;
}

.mfp-example .mfp-content img.mfp-img {
	padding: 0;
	border: 12px solid #fff;
}

.mfp-example .mfp-figure:after {
	display: none;
}

/* Important stuff starts here */
.mfp-example.mfp-table .mfp-figure figure header {
	display: table-caption;
	caption-side: top;
}

.mfp-example .mfp-figure figure header {
	overflow: hidden;
}

.mfp-example.mfp-table .mfp-figure figure {
	display: table;
}

	/* Nested tables - only one caption per table is possible */
	.mfp-example.mfp-table .mfp-figure figure footer {
		display: table-row;
	}

		.mfp-example.mfp-table .mfp-figure figure footer figcaption {
			display: table;
			width: 100%;
		}

			.mfp-example.mfp-table .mfp-figure figure footer figcaption .mfp-bottom-bar-container {
				display: table-caption;
				caption-side: top;
			}

.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar-container {
	overflow: hidden;
	width: 100%;
}
/* Important stuff ends here */

.mfp-example .mfp-figure figure header .mfp-top-bar {
	padding: 10px 50px 10px 20px;
	margin-top: 70px; /* decoration always visible */
	background: #539daa url(http://i1232.photobucket.com/albums/ff372/Marcin_Gil/magnific%20example/header-bg.png) repeat;
	position: relative;
}

	.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-title {
		max-height: 92px;
		font-family: Courgette, sans-serif;
		font-size: 43px;
		line-height: 46px;
		color: #fff;
		text-align: center;
		padding-right: 0;
		overflow: hidden;
	}

	.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-decoration {
		position: absolute;
		left: -28px;
		top: -69px;
		width: 182px;
		height: 98px;
		background: url(http://i1232.photobucket.com/albums/ff372/Marcin_Gil/magnific%20example/header-decoration.png) no-repeat;
	}


.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar {
	padding: 0 12px;
	margin-top: 0;
	margin-bottom: 125px; /* decoration always visible */
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

	.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar .mfp-description {
		font-size: 12px;
		line-height: 14px;
		max-height: 28px;
		overflow: hidden;
	}

	.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar .mfp-decoration {
		position: absolute;
		left: 0;
		bottom: -130px;
		width: 100%;
		height: 130px;
		background: url(http://i1232.photobucket.com/albums/ff372/Marcin_Gil/magnific%20example/bottom.png) repeat-x;
	}

	.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar .mfp-counter {
		position: static;
		display: block;
		width: 100%;
		margin-top: -5px;
		text-align: center;
		color: #999;
	}

.mfp-example .mfp-image-holder .mfp-close,
.mfp-example .mfp-iframe-holder .mfp-close {
	text-indent: 200px;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: url(http://i1232.photobucket.com/albums/ff372/Marcin_Gil/magnific%20example/close.png) no-repeat center center;
}

.mfp-example.mfp-with-zoom .mfp-container,
.mfp-example.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-example.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-example.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-example.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-example.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-example .mfp-arrow {
	background: url(http://i1232.photobucket.com/albums/ff372/Marcin_Gil/magnific%20example/arrows.png) no-repeat center 30px;
}

	.mfp-example .mfp-arrow:hover {
		background-position: center -370px;
	}

	.mfp-example .mfp-arrow.mfp-arrow-right {
		background-position: center -170px;
	}

		.mfp-example .mfp-arrow.mfp-arrow-right:hover {
			background-position: center -580px;
		}

	.mfp-example .mfp-arrow:before,
	.mfp-example .mfp-arrow:after,
	.mfp-example .mfp-arrow .mfp-b
	.mfp-example .mfp-arrow .mfp-a {
		display: none;
	}

/**
 * Overlay responsive CSS
*/
@media only screen and (max-width: 1280px) {

	.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-title {
		max-height: 72px;
		font-size: 33px;
		line-height: 36px;
	}
}


@media only screen and (max-width: 768px) {
	.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-title {
		max-height: 52px;
		font-size: 23px;
		line-height: 26px;
	}

	.mfp-example .mfp-figure figure header .mfp-top-bar {
		margin-top: 49px; /* decoration always visible */
	}

		.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-decoration {
			left: -19px;
			top: -48px;
			width: 128px;
			height: 68px;
			background-size: 128px 68px;
		}

	.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar {
		margin-bottom: 86px; /* decoration always visible */
	}

		.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar .mfp-decoration {
			bottom: -91px;
			width: 100%;
			height: 91px;
			background-size: auto 91px;
		}
}

@media only screen and (max-width: 480px) {
	.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-title {
		max-height: 42px;
		font-size: 18px;
		line-height: 21px;
	}

	.mfp-example .mfp-figure figure header .mfp-top-bar {
		margin-top: 35px; /* decoration always visible */
	}

		.mfp-example .mfp-figure figure header .mfp-top-bar .mfp-decoration {
			left: -14px;
			top: -34px;
			width: 91px;
			height: 49px;
			background-size: 91px 49px;
		}

	.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar {
		margin-bottom: 62px; /* decoration always visible */
	}

		.mfp-example .mfp-figure figure footer figcaption .mfp-bottom-bar .mfp-decoration {
			bottom: -65px;
			width: 100%;
			height: 65px;
			background-size: auto 65px;
		}
}
.gallery-img-section .gallery_container .item-gallary {
	padding: 0 8px;
}
.gallery-img-section .gallery_container .lightbox .img-galary {
	width: 100%
}
.gallery-img-section{
	padding-top:0;
}
	.gallery-img-section a.lightbox{
		position:relative;
		display:inline-block
	}
		.gallery-img-section a.lightbox::before {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -13px;
			margin-left: -13px;
			opacity: 0;
			color: #fff;
			font-size: 30px;
			font-weight: 900;
			font-family: 'Line Awesome Free';
			content: "\f00e";
			pointer-events: none;
			z-index: 9;
			transition: 0.4s;
		}
		.gallery-img-section a.lightbox::after {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			background-color: rgb(17 161 222 / 69%);
			content: '';
			transition: 0.4s;
		}

.gallery-img-section a.lightbox:hover::before {
	opacity: 1;
}
	.gallery-img-section  a:hover::after {
		opacity: 1;
	}
.client-section{
	position:relative;

}
	.client-section.bg-effect::after {
		background: #edfffc;
		
	}
.program-certification-section{
	padding-top:0;
}