/* ----------------------------------

Template Name: Welcome to Mob Merchant
Author: validtheme
Description:
Version: 1.0.4

Main Font    : Poppins
Main Color   : #00a4e6

-------------------------------------

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
}

html, body, .wrapper {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
	font-family: 'Quicksand', sans-serif;
}

a img, iframe {
	border: none;
}

p {
	color: #666666;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
}

ol {
	margin-left: 15px;
}

a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color: #232323;
}

a:hover {
	color: #232323;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-weight: 600;
}

b, strong {
	font-weight: 900;
}

.btn.active, .btn:active {
	background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}
/* Default CSS */

.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
	padding: 0;
}

@media (min-width:576px) {
	.container-medium {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-medium {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-medium {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%;
	}
}

@media (min-width:576px) {
	.container-full {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-full {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-full {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-full {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width:576px) {
	.container-fill {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-fill {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-fill {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:1199px) {
	.container-fill {
		padding: 0 15px;
	}
}

.fixed-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
}

.bg-light {
	background-color: #ffffff;
}

.bg-dark {
	background-color: #1b1b1b !important;
}

.bg-theme {
	background-color: #00a4e6;
}

.bg-gradient {
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(0,212,255,1) 100%);
}

.gradient-bg {
	background-image: linear-gradient(90deg, rgba(74,196,243,1) 23%, rgba(9,168,228,1) 100%);
	background-color: #00a4e6;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
	color: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
	box-shadow: inherit !important;
}

.shadow.dark::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #00a4e6 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #00a4e6 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.default-padding-top {
	padding-top: 120px;
}

.default-padding-bottom {
	padding-bottom: 120px;
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
	.align-center {
		align-items: center;
	}
}


/* Button */

.btn {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 8px;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.btn-md {
	padding: 17px 42px;
}

.btn-md.btn-theme {
	padding: 17px 40px;
}

.btn-md i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-left: 30px;
}

.btn-md i::after {
	position: absolute;
	left: -19px;
	top: 8px;
	content: "";
	border: 1px solid #ffffff;
	width: 30px;
	height: 1px;
}

.btn-sm {
	padding: 14px 40px;
	font-size: 14px;
}

a:hover, a:active {
	opacity: 1;
	text-decoration: none;
}

.btn.btn-gradient {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #00a4e6,  #18ebeb, #00a4e6);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #ee2852,  #d100df, #ee2852);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #ee2852;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after, 
.btn.btn-gradient:active {
	background-position: -70% 0;
	color: #ffffff;
}

.btn.btn-light.effect {
	color: #232323;
	border: 2px solid transparent;
	overflow: hidden;
	position: relative;
}

.btn.btn-light.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.btn.btn-light.effect:hover::after {
	width: 0;
}

.btn.btn-dark.effect {
	color: #ffffff;
	border: 2px solid transparent;
	box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.btn.btn-dark.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #202942;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
	border: 2px solid #202942;
	color: #202942;
	background: transparent;
}

.btn.btn-dark.effect:hover::after {
	width: 0;
}

.btn-light.border {
	background: #ffffff;
	border: 2px solid #e7e7e7 !important;
}

.btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #35b4f1;
	overflow: hidden;
	position: relative;
}

.btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #35b4f1;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect:hover {
	border: 2px solid #00a4e6;
	color: #ffffff;
	background: transparent;
}

.shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #232323;
	background: transparent;
}

.btn.btn-theme.effect:hover::after {
	width: 0;
}

.btn.btn-theme.effect:hover::before {
	width: 100%;
}

.torch-red .btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #ee2852;
	overflow: hidden;
	position: relative;
}

.torch-red .btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ee2852;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect:hover {
	border: 2px solid #00a4e6;
	color: #ffffff;
	background: transparent;
}

.torch-red .shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #ee2852;
	background: transparent;
}

.torch-red .btn.btn-theme.effect:hover::after {
	width: 0;
}

.torch-red .btn.btn-theme.effect:hover::before {
	width: 100%;
}

.btn-theme-border {
	border: 2px solid #00a4e6;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-theme-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
	border-radius: 30px;
}

.btn-theme-border:hover::after {
	width: 100%;
}

.btn-theme-border:hover {
	color: #ffffff;
}

.btn-light-border {
	border: 2px solid #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-light-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
	border-radius: 30px;
}

.btn-light-border:hover::after {
	width: 100%;
}

.btn-light-border:hover {
	color: #232323;
}

.btn-theme-effect {
	border: 2px solid #00a4e6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-theme-effect::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
	border-radius: 30px;
}

.btn-theme-effect:hover::after {
	width: 0;
}

.btn-theme-effect:hover {
	color: #232323;
}



/* End Button */

.relative {
	position: relative;
	z-index: 1;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.overflow-hidden {
	overflow: hidden;
}

button, button:focus {
	border: none !important;
	box-shadow: inherit !important;
	outline: inherit !important;
}


/* Start Site Heading */
.site-heading h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #00a4e6;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	font-size: 30px;
}

.torch-red .site-heading h4 {
	color: #ee2852;
	background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-heading p {
	margin: 0;
	margin-top: 10px;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	opacity: 0;
	line-height: 0;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #00a4e6;
	position: relative;
	z-index: 1;
	left: 10px;
}

.torch-red .site-heading .devider {
	background: #ee2852;
}

.site-heading.light .devider {
	background: #ffffff;
}

.site-heading .devider:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: #00a4e6;
}

.torch-red .site-heading .devider:before {
	background: #ee2852;
}

.area-title {
	font-size: 40px;
	line-height: 1.2;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px;
	padding: 15px;
}

@media only screen and (min-width: 1100px) {
	.left-border::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 100%;
		width: 70px;
		background: #edf5ff;
	}

	.bg-gray.left-border::before {
		background: #ffffff;
	}
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area .container-full {
	padding: 0 30px;
}

.top-bar-area {
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.top-bar-area.transparent i {
	color: #ffffff !important;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.top-bar-area li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.top-bar-area p {
	margin: 0;
	font-weight: 600;
}

.top-bar-area p a {
	text-decoration: underline;
	font-weight: 600;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
	display: inline-block;
	padding: 6px 25px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	height: 19px;
	width: 1px;
	border-left: 1px solid #dddddd;
}

.top-bar-area.transparent li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 80px;
	top: -30px;
}

.top-bar-area li:first-child::after {
	display: none;
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .social ul {
	margin-left: 30px;
}

.top-bar-area .social ul li::after {
	display: none;
}

.top-bar-area .social li {
	margin-left: 10px;
}

.top-bar-area.inc-pad {
	padding: 15px 0;
}

.top-bar-area.inc-padding {
	padding: 10px 0;
}

.top-bar-area .button i {
	margin-right: 5px;
}

.top-bar-area .info li i {
	margin-right: 5px;
	color: #104cba;
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top-bar-area.fixe .row {
	align-items: center;
}

.top-bar-area.fixed {
	padding: 20px 0;
}

.top-bar-area .address-info li {
	text-align: left;
}

.top-bar-area .address-info li .icon, 
.top-bar-area .address-info li .info {
	display: inline-block;
}

.top-bar-area .address-info li .icon i {
	margin-right: 10px;
}

.top-bar-area .info a {
	margin-left: 20px;
}

.top-bar-area.fixed .container {
	padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
	color: #ffffff;
}

.top-bar-area.inc-logo {
	padding: 15px 0;
}

.top-bar-area .info-colums ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.top-bar-area .info-colums li i {
	font-size: 35px;
}

.top-bar-area .info-colums ul .info {
	font-size: 14px;
	text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
	display: inline-block;
}

.top-bar-area .info-colums ul li {
	text-align: left;
}

.top-bar-area .info-colums ul li .info {
	line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
	margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
	height: 90%;
	top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
	color: #104cba;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
	color: #ffffff;
}

.top-bar-area.bg-theme {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	padding: 150px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area.top-pad-extra {
	padding-top: 240px;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 20px;
}

.breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	display: none;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
	content: "";
	height: 2px;
	left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	background: #ffffff;
	width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
	height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 150px 0;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner-area .content {
	position: relative;
	z-index: 9;
	overflow: hidden;
}


/* Animation delays */
.banner-area .carousel-item h1:first-child, 
 .banner-area .carousel-item h2:first-child, 
 .banner-area .carousel-item h3:first-child, 
 .banner-area .carousel-item h4:first-child, 
 .banner-area .carousel-item h5:first-child, 
 .banner-area .carousel-item h6:first-child {
	animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
	animation-delay: .7s;
}

.banner-area .carousel-item p {
	animation-delay: .5s;
}

.banner-area .carousel-item ul {
	animation-delay: .6s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
	animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}

	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}

	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner .carousel-item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	opacity: 0;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area .carousel-control.left {
	left: -80px;
}

.banner-area .carousel-control.left::after {
	position: absolute;
	left: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.left::before {
	position: absolute;
	left: 20px;
	top: 22px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.left {
	left: 50px;
	opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}

.banner-area .carousel-control.right {
	right: -80px;
}

.banner-area:hover .carousel-control.right {
	right: 50px;
	opacity: 1;
}

.banner-area .carousel-control.right::after {
	position: absolute;
	right: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.right::before {
	position: absolute;
	right: 20px;
	top: 23px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}

/* Carousel Contril Right Position */
.banner-area .carousel-control.position-right {
	position: absolute;
	right: -100px;
	left: auto !important;
	margin: 0;
	top: 50%;
	transform: translateX(-50%);
}

.banner-area .carousel-control.position-right.right {
	margin-top: -80px;
}

.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
	right: 0;
	left: auto !important;
}

.carousel-control.light-bg::after, 
.carousel-control.light-bg::before {
	display: none;
}

.carousel-control.light-bg {
	background: #ffffff;
	color: #00a4e6;
	box-shadow: 0 0 10px #cccccc;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 100%;
}

.banner-area .carousel-indicators {
	position: absolute;
	right: auto;
	left: 0;
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 30px 0;
}

.banner-area .carousel-indicators.right {
	padding: 80px 0;
	left: auto;
	right: 0;
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 5px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.banner-area .carousel-indicators.theme li {
	border: 2px solid #e7e7e7;
	opacity: 1;
}

.banner-area .carousel-indicators li.active {
	border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
	border: 2px solid #00a4e6;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
	border: 2px solid #ee2852;
}

.banner-area .carousel-indicators li::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
	background: #00a4e6;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
	background: #ee2852;
}

.double-items > .row div {
	height: auto;
}

/* Content */
.banner-area .top-right-shape {
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: right top;
}

.banner-area .top-left-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 60% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: left top;
}

.banner-area .shape-thumb {
	margin-right: -50px;
}

.banner-area .shape-thumb img {
	padding: 50px;
}

.banner-area.top-pad-140p .carousel-item {
	padding-top: 140px;
}

.banner-area.inc-shape::after {
	position: absolute;
	right: -100px;
	top: -200px;
	content: "";
	height: 600px;
	width: 800px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(0,212,255,1) 100%);
	z-index: -1;
	border-radius: 30px;
	transform: rotate(45deg);
	opacity: 0.1;
}

.banner-area.text-default h4 {
	text-transform: uppercase;
	color: #00a4e6;
	font-weight: 600;
	margin-bottom: 25px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 0%, rgba(62,220,251,1) 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .banner-area.text-default h4 {
	color: #ee2852;
	background: linear-gradient(90deg, #ee2852 0%, #d100df 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-area.text-default h2 {
	font-weight: 600;
	font-size: 60px;
	margin: 0;
	line-height: 1.1;
}

.banner-area.text-default a {
	margin-top: 40px;
}

.banner-area.inc-video h2 {
	font-size: 70px;
	font-weight: 600;
	line-height: 1.1;
}

.banner-area.inc-video h4 {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.banner-area h2 span {
	font-weight: 200;
}

.banner-area.inc-video a.btn {
	margin-top: 23px;
}

.banner-area p {
	padding-right: 30%;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
}

.banner-area.text-center p {
	padding-left: 15%;
	padding-right: 15%;
}

.banner-area.inc-video a span {
	position: absolute;
	left: 80px;
	top: 0;
	min-width: 129px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: inherit;
}

.banner-area.inc-video a.video-play-button {
	margin-bottom: 50px;
}

.banner-area.inc-video .content {
	overflow: inherit;
}

.banner-area.top-pad-50 .content {
	padding-top: 50px;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

.banner-area .shape-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60%;
	width: 40%;
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.banner-area.text-big h2 {
	font-size: 90px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}

.banner-area.text-big h2 span {
	font-weight: 100;
	font-size: 50px;
	display: block;
	line-height: 1.2;
}

.banner-area.text-big a.btn {
	margin-top: 20px;
}

.banner-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100% !important;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.5;
}

.banner-area.auto-height .shape-thumb img {
	padding: 50px;
	margin-top: 120px;
	padding-bottom: 0;
}

.banner-area.auto-height .content {
	padding: 0;
	padding-top: 120px;
}

.banner-area .box-cell .container.extra {
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.banner-area .box-cell .container.extra .animation-item {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 30px;
}

.banner-area .box-cell .container.extra .animation-item ul {
	text-align: right;
}

.banner-area .box-cell .container.extra .animation-item ul li {
	margin-top: 50px;
}

.banner-area .box-cell .container.extra .animation-item ul li:first-child {
	margin: 0;
}

.banner-area .box-cell .container.extra .animation-item ul li img {
	height: 60px;
}

.banner-area .box-cell .container.extra .animation-item ul li:nth-child(2n) {
	margin-right: 100px;
}

.banner-area .box-cell .container.extra .animation-item ul li:first-child {
	animation-delay: .6s;
}

.banner-area .box-cell .container.extra .animation-item ul li:nth-child(2) {
	animation-delay: .7s;
}

.banner-area .box-cell .container.extra .animation-item ul li:nth-child(3) {
	animation-delay: .8s;
}

.banner-area .box-cell .container.extra .animation-item ul li:nth-child(4) {
	animation-delay: .9s;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
	color: #00a4e6;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
	background: #00a4e6 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
	background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #00a4e6;
}

.torch-red .video-play-button i {
	color: #ee2852;
}

.video-play-button.theme i {
	color: #ffffff;
}

.video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	text-align: center;
	margin-top: 0 !important;
	top: 55px;
	margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
	height: 68px;
	width: 68px;
	line-height: 68px;
}

.video-play-button.relative i {
	line-height: 70px;
	font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
	z-index: 1;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: 200px;
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ============================================================== 
     # About
=================================================================== */
.about-content-area {
	position: relative;
	z-index: 1;
}

.about-content-area .left-shape {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-content-area .thumb {
	padding-right: 35px;
}

.about-content-area .thumb img {
	border-radius: 5px;
}

.about-content-area .info h2 {
	font-weight: 700;
	margin-bottom: 25px;
}

.about-content-area .info a {
	margin-top: 15px;
}


/* ============================================================== 
     # Services
=================================================================== */

.services-area .single-item {
	margin-bottom: 30px;
}

.services-area .single-item .item {
	display: block;
	position: relative;
	background: #00a4e6;
	color: #ffffff;
	padding: 50px 30px;
	border-radius: 10px;
	min-height: 320px;
	overflow: hidden;
}

.services-area .single-item .item:hover {
	background: linear-gradient(to bottom, #00A4E6, #05a1a1);
}

.services-area .single-item .top {
	transition: all 0.35s ease-in-out;
}

.services-area .single-item .item img {
	height: 80px;
	margin-bottom: 20px;
	transition: all 0.35s ease-in-out;
}

.services-area .single-item .item h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.35s ease-in-out;
}

.services-area .single-item .item p {
	color: #ffffff;
	margin: 0;
	transition: all 0.35s ease-in-out;
	position: absolute;
	width: 100%;
	right: 0;
	padding-top: 0;
	font-size: 13px;
	line-height: 24px;
	opacity: 0;
	visibility: hiddn;
	transform: translateX(10px);
}

.services-area .single-item .item .top {
	position: relative;
	transform: translateY(52px);
}

.services-area .single-item .item:hover .top {
	transform: translateX(0);
}

.services-area .single-item .item:hover p {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0.35s;
}

.services-area .single-item .item:hover img {
	height: 45px;
}


/* ============================================================== 
     # What we do
=================================================================== */

.wedo-items .thumb {
	padding-left: 35px;
	text-align: center;
}

.wedo-items .thumb img {
	border-radius: 50%;
	max-width: 80%;
	box-shadow: 0 0 10px #cccccc;
}

.wedo-items .info h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

.wedo-items .info p {
	margin: 0;
}

.wedo-items .info h4 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	background: linear-gradient(
90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}

.wedo-items .thum-box {
	position: relative;
	z-index: 1;
}

/*
.wedo-items .thumb-box::after {
  position: absolute;
  right: -32px;
  bottom: -65px;
  content: "";
  height: 100%;
  width: 106%;
  background: url(assets/img/shape/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
*/

.wedo-items .thumb-box {
	position: relative;
	z-index: 1;
}


/* ============================================================== 
     # monetize
=================================================================== */

.monetize-area .thumb {
	background-size: cover;
	background-position: right;
}

.monetize-area .info {
	max-width: 650px;
	padding: 120px;
	padding-right: 15px;
}

.monetize-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.monetize-area .info h4 {
	font-weight: 600;
	margin-bottom: 25px;
}

.monetize-area .info ol li:last-child::after {
	display: none;
}

.monetize-area .info ol li::after {
	position: absolute;
	left: -15px;
	bottom: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.monetize-area .info ol li {
	line-height: 34px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.monetize-area .info ol li::after {
	position: absolute;
	left: -15px;
	bottom: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.monetize-area .info ol li:last-child::after {
	display: none;
}

.monetize-area .info p {
	margin: 0;
}


/* Default Pages */
.default-pages .info h2 {
	font-weight: 700;
	margin-bottom: 25px;
}

.default-pages .thumb img {
	margin-bottom: 40px;
}


/* ============================================================== 
     # Clients
=================================================================== */

.partner-carousel img {
	max-height: 80px;
	width: auto !important;
	margin: auto;
}

.partner-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.clients-items h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #00a4e6;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	font-size: 30px;
}

.clients-items .text-center {
	border-left: 1px solid #dddddd;
}

@media only screen and (min-width: 1024px) {
	.partner-carousel {
		padding-left: 30px;
	}
}


/* ============================================================== 
     # map
=================================================================== */
.map-box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.map-box {
	display: inline-block;
	margin: auto;
	position: relative;
}

.map-box li {
	position: absolute;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.map-box li:first-child {
  top: 27%;
  right: 54.5%;
}

.map-box li:nth-child(2) {
  top: 35.6%;
  right: 45.5%;
}

.map-box li:nth-child(3) {
  top: 16%;
  right: 46.3%;
}

.map-box li:nth-child(4) {
  top: 39%;
  right: 46%;
}

.map-box li:nth-child(5) {
  top: 33.8%;
  right: 44.5%;
}

.map-box li:nth-child(6) {
  right: 40.5%;
  top: 46.5%;
}

.map-box li:nth-child(7) {
  right: 36.5%;
  top: 47%;
}

.map-box li:nth-child(8) {
  right: 35.5%;
  top: 50%;
}

.map-box li:nth-child(9) {
  right: 38%;
  top: 46%;
}

.map-box li:nth-child(10) {
	right: 40%;
	top: 42%;
}

.map-box li::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	height: 13px;
	width: 13px;
	transform: translateX(-50%);
	background: #3b496a;
	border-radius: 50%;
}

.map-box li::before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 26px;
	width: 26px;
	background: #ffffff;
/* z-index: -1; */
	border-radius: 50%;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	margin-left: -13px;
}

.map-box li:nth-child(2):before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 26px;
	width: 26px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulsate 1.2s ease-out;
	animation-iteration-count: infinite;
	margin-left: -13px;
}

.map-box li:nth-child(3):before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 26px;
	width: 26px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulsate 1.3s ease-out;
	animation-iteration-count: infinite;
	margin-left: -13px;
}

.map-box li:nth-child(4):before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 26px;
	width: 26px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulsate 1.4s ease-out;
	animation-iteration-count: infinite;
	margin-left: -13px;
}

.map-box li:nth-child(5):before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 26px;
	width: 26px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulsate 1.5s ease-out;
	animation-iteration-count: infinite;
	margin-left: -13px;
}

.map-box li span {
	position: relative;
	left: 0;
	top: -20px;
	display: inline-block;
	background: var(--white);
	padding: 2px 10px;
	border-radius: 5px;
	box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
	opacity: 0;
	transition: all 0.35s ease-in-out;
  visibility: hidden;
}

.map-box li:hover span {
	opacity: 1;
	top: -40px;
  visibility: visible;
}

.map-box li span {
	position: absolute;
	left: 50%;
	top: -40px;
	display: inline-block;
	background: var(--dark);
	padding: 1px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
	color: var(--white);
	transform: translateX(-50%);
	z-index: 9;
}

.map-box li span::after {
	position: absolute;
	left: 50%;
	bottom: -8px;
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--dark);
	transform: translateX(-50%);
}

/* Pulse Animation */
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}




/* ============================================================== 
     # Contact
=================================================================== */

.default-pages .thumbs {
	text-align: center;
}

.contact-form h2 {
	font-weight: 600;
}

.contact-form form {
	margin-top: 30px;
}

.contact-form form input, .contact-form form textarea {
	border: none;
	background: #f1f1f1;
	padding: 20px;
	min-height: 60px;
	font-weight: 600;
}

.contact-form form textarea {
	min-height: 200px;
}

.contact-form form button {
	background: transparent;
	border: none;
	position: relative;
	z-index: 1;
	padding: 13px 42px;
	transition: all 0.35s ease-in-out;
	color: #ffffff;
	font-weight: 700;
}

.contact-form form button::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #00a4e6, #18ebeb, #00a4e6);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #00a4e6;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 30px;
}

.contact-form form button:hover::after {
	background-position: -70% 0;
	color: #ffffff;
}

img.loader {
	margin-left: 10px;
}

.col-lg-12.alert-notification {
	padding: 0;
	margin-top: 15px;
}

.col-lg-12.alert-notification h3 {
	font-size: 18px;
	font-weight: 900;
	color: green;
	margin-bottom: 5px;
}




/* ============================================================== 
     # Footer
=================================================================== */
footer {
	padding: 30px 0;
}

footer p {
	margin: 0;
	color: #ccc !important;
}