/*=========================================================
Author       : Firoz Malik
Company Name : Pixologix
Version      : 1.0
==============================================================*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION

*=============================================================*/


/* Theme Color */
:root {
	--secondary-color: rgb(201, 245, 7);
	--main-color: rgb(10, 71, 178);

	/* Fonts */
	--font-12: 12px;
	--font-14: 14px;
	--font-16: 16px;
	--font-18: 18px;
	--font-20: 20px;
	--font-22: 22px;
	--font-24: 24px;
	--font-30: 30px;
	--font-36: 36px;
	--font-40: 40px;
	--font-48: 48px;
	--font-55: 55px;
	--font-60: 60px;

	--active-page: bolder;

}


/*===================================*
GENERAL STYLE
*===================================*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #616161;
	line-height: 28px;
	font-weight: 300;
}

a {
	color: #0277ff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

a:hover, a:focus {
	color: #061d51;
	text-decoration: none;
	outline: 0;
}

.secondary-color-text {
	color: rgb(201, 245, 7);
}

.main-color-text {
	color: rgb(10, 71, 178);
}

.secondary-color-bg {
	background-color: rgb(201, 245, 7);
}

.main-color-bg {
	background-color: rgb(10, 71, 178);
}

.oswald-font {
	font-family: 'Oswald', sans-serif !important;
}

.poppins-font {
	font-family: 'Poppins', sans-serif !important;
}

.offset-0 {
	padding-left: 0;
	padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif !important;
}

h1 {
	font-weight: 700;
	font-size: 52px;
}

h3 {
	font-weight: 700;
	font-size: 36px;
}

p {
	color: #585858;
	font-size: 16px !important;
}

img {
	max-width: 100%;
}

.text-shadow-black {
	text-shadow: 1px 1px 1px #000;
}

.text-shadow-white {
	text-shadow: 1px 1px 1px #fff;
}

.wrapper {
	overflow: hidden;
}

.p-tb {
	padding-top: 90px;
	padding-bottom: 90px;
}

.p-t {
	padding-top: 90px;
}

.p-b {
	padding-bottom: 90px;
}

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

.lead, p.lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

.brand-light-blue-color {
	color: #0277ff;
}

.brand-dark-blue-color {
	color: #061d51;
}

.Karine-layout .white-sec .sub-txt {
	color: #ffffff;
	font-size: inherit;
}

@media (min-width: 1200px) {
	.container {
		/*max-width: 1200px;*/
		max-width: 90%;
	}
}

.black-bg {
	background-color: #000000;
}

.dark-gray-bg {
	background-color: #0f0f0f;
}

.dark-gray-bg-tone-2 {
	background-color: #333333;
}

.white-bg {
	background-color: #ffffff;
}

.light-gray-bg {
	background-color: #f2f2f2;
}

ol, ul, dl {
	padding: 0px 0px 0px 15px;
}

.mobile-visible {
	display: none;
}

.fontAwesome-tick ul {
	--icon-space: 1.3em;
	list-style: none;
	padding: 0;
}

.fontAwesome-tick li {
	padding-left: var(--icon-space);
}

.fontAwesome-tick li:before {
	content: "\f00c";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	color: var(--main-color);
}

/*Btn Style One*/
.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: var(--font-16);
	line-height: 30px;
	color: #fff !important;
	padding: 11px 35px;
	font-weight: 500;
	border-radius: 35px;
	text-transform: capitalize;
	background-color: var(--secondary-color);
	overflow: hidden;
}

.btn-style-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 93%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: var(--main-color);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 44px;
}

.btn-style-one .txt {
	position: relative;
	z-index: 1;
	color: var(--white);
}

.btn-style-one:hover::before {
	left: -100%;
}

.btn-style-one:hover {
	color: var(--white);
}



/*===================================*
HEADER DESIGN
*===================================*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 10px;
	transition: all 300ms;
	z-index: 1000000;
}

header.light {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 300ms;
	z-index: 1000000;
}

.logo .dark {
	display: none;
}

header.fixed .logo img, header.light .logo img {
	display: none
}

header.fixed .logo .dark, header.light .logo .dark {
	display: block;
}

.menu-icon {
	display: none
}

nav {
	margin-top: 8px;
	text-align: right;
}

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

nav ul li {
	list-style: none;
	display: inline-block;
	margin-left: 3px;
}

nav ul li:first-child {
	margin-left: 0;
}

nav ul li a {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	/*text-transform: uppercase;*/
	padding: 10px 0;
	display: block;
}

nav ul li a:hover,
nav ul li.active a {
	color: var(--main-color);
	text-decoration: none
}

nav ul li.nav-btn a {
	color: #ffffff !important;
	padding: 5px 27px;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px rgb(255 255 255 / 50%);
}

nav ul li.nav-btn a:hover {
	background: #061d51;
	border: 1px solid #061d51;
	color: #ffffff !important;
}


nav ul li.nav-btn-join a {
	color: #061d51 !important;
	padding: 5px 27px;
	background-color: #ffffff;
	border: 1px solid var(--main-color);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px rgb(255 255 255 / 50%);
}

nav ul li.nav-btn-join a:hover {
	background: #061d51;
	border: 1px solid #061d51;
	color: #ffffff !important;
}

header.fixed {
	position: fixed;
	padding-top: 8px;
	background: #fff;
	border-top: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.fixed nav ul li a, .light nav ul li a {
	color: #0a47b2;
}

.fixed nav ul li a:hover,
.fixed nav ul li.active a,
.light nav ul li a:hover,
.light nav ul li.active a {
	color: #000;
}

.fixed nav ul li.nav-btn a:hover, .light nav ul li.nav-btn a:hover {
	color: #1d1d1d
}

/*.midd-container {
	background: url('../images/lanidng-with-overlay.jpg') bottom left #f5f5f5;
	background-size: cover;
}
*/
.midd-container::before {
	background: rgb(255, 255, 255);
	background: linear-gradient(164deg, rgba(255, 255, 255, 0.59) 22%, rgba(255, 255, 255, 0) 51%);
	/*background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,15) 0%, rgba(0,55,55,0.0) 65%);*/
	position: absolute;
	top: 0px;
	width: 100%;
	height: 95vh;
	content: "";
	z-index: 1;
}

#myVideo {
	right: 0;
	top: 0px !important;
	bottom: 0;
	width: 100%;
	min-height: 100vh !important;
	z-index: -9990;
	position: fixed;
	object-fit: cover;
}

.show-in-desktop {
	display: block !important;
}

.show-in-mobile {
	display: none !important;
}

/*===================================*
BANNER SECTION
*===================================*/
.Karine-layout .hero-main .container, .Karine-layout .hero-main .row {
	height: 100%;
}

.Karine-layout .hero-main h1 {
	font-size: 3.0rem;
	margin: 2.0em 0px 0.5em 0px;
}

.Karine-layout .hero-main:before {
	display: none;
}

.Karine-logo {
	position: absolute;
	top: 40%;
	/*max-width: 360px;*/
	transform: translate(-30%, -30%);
	left: 32%;
}

.hero-section {
	padding-top: 21%;
	z-index: 999;
}

.hero-section span {
	font-size: 36px;
	font-weight: 400;
	padding: 4px 18px;
	color: #fff;
	z-index: 999;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.hero-section span:before {
	content: "";
	background: var(--secondary-color);
	height: .25em;
	width: calc(100% + 2px);
	position: absolute;
	bottom: .10em;
	left: -1px;
	z-index: -1;
}

.hero-section h1 {
	position: relative;
	display: inline-block;
	color: #061d51;
	padding: 18px 0px 0px 0px;
	font-weight: 700;
	font-size: 60px;
	margin: 0;
	text-shadow: 1px 1px 1px #000;
}

.hero-section h3 {
	color: #061d51;
	font-weight: 300;
	font-size: 24px;
	padding: 20px 0px 25px 0px;
	text-shadow: 1px 1px 1px #000;

}

.hero-section a {
	background: #0a47b2;
	box-shadow: 0px 0px 16px rgb(15 113 242 / 90%);
	border-radius: 80px;
	color: #fff;
	padding: 9px 25px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
}

.hero-section a:hover {
	background: #061d51;
}


/*===================================*
FOOTER SECTION
*===================================*/
.footer-section {
	width: 100%;
	float: left;
	background-color: #061d51;
}

.footer-section h2 {
	border-bottom: 1px dotted #c2c2c2 !important;
	font-size: 21px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	color: #fff;
}

.footer-section p {
	text-align: left;
	display: block;
	margin: 0px;
	font-size: 14px !important;
	color: #fff;
}

.footer-section hr {
	border-bottom: 1px dotted #c2c2c2;
}

.footer-section a {
	color: var(--secondary-color);
	font-weight: 400;
}

.footer-section a:hover {
	color: var(--white);
}



/* ---- particles.js container ---- */
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(193, 221, 255);
	background: linear-gradient(180deg, rgba(0, 0, 255, 0.3) 0%, rgba(255, 255, 255, 0) 39%);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 99;
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

#scroll-page-top {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: var(--main-color);
	/* Set a background color */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* Rounded corners */
	font-size: 18px;
	/* Increase font size */
	transition: 0.4s;
	font-weight: 400;
	font-family: 'Oswald', sans-serif !important;
}

#scroll-page-top:hover {
	background-color: var(--secondary-color);
	/* Add a dark-grey background on hover */
}

/************************* modal */
.modal {
	z-index: 9999999999;
	animation-name: example;
	animation-duration: 100s;
	animation-delay: -2s;
}

@keyframes example {
	0% {
		background-color: rgba(0, 0, 0, 0.7);
		left: 0px;
		top: 0px;
	}

	100% {
		background-color: rgba(0, 0, 0, 0.7);
		left: 0px;
		top: 0px;
	}
}

.modal-content {
	top: 20% !important;
	border-radius: 15px;
	animation-name: dialog;
	animation-duration: 1s;
	animation-delay: 0s;
	background: url('../images/bg-curve.jpg') top right;
}

@keyframes dialog {
	0% {
		left: 00px;
		top: 30px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

.modal-header .close {
	padding: 0.5rem 1.0rem;
	color: red;
	font-weight: 900;
}


@media (max-width: 768px) {}



/**** home page ****/
.where-we-offer-orange {
	background-color: #f8780191;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-radius: 11px 11px 0px 0px;
}

.where-we-offer-orange:hover {
	background-color: #f87801;
}

.where-we-offer-white {
	background-color: #f1f1f191;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.where-we-offer-white:hover {
	background-color: #fff;
}

.where-we-offer-green {
	background-color: #03a80392;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-radius: 0px 0px 11px 11px;
}

.where-we-offer-green:hover {
	background-color: #03a803;
}


/*********
INTERNAL PAGES
*/
.int-container::before {
	background: rgb(255, 255, 255) !important;
	background: linear-gradient(174deg, rgba(255, 255, 255, 0.59) 12%, rgba(255, 255, 255, 0) 51%) !important;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 42vh;
	content: "";
	z-index: 1;
}

.page-header {
	padding: 275px 0px 75px 0px;
	margin-bottom: 60px;
}

.page-navigation {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding: 15px 30px;
	width: fit-content;
	margin: 0px auto;
	background: rgba(0, 0, 0, .20);
	border-radius: 25px;
}

.page-navigation a {
	color: var(--secondary-color);
}

.page-navigation a:hover {
	color: var(--white);
}


/********* internal about us page *********/
.team-container p {
	font-size: 15px !important;
	line-height: 1.65em;
}
.team-container br {
	margin-bottom: 11px !important;
}
.team-container a {
	background: rgba(0, 0, 0, .20);
	border-radius: 25px;
	color: var(--main-color) !important;
	font-weight: 500;
	padding: 7px 16px;
	cursor: pointer;
}
.team-container a:hover {
	background: var(--main-color) !important;
	color: var(--white) !important;
}

.team-borders-right {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.team-borders-bottom{
	border-bottom: 1px solid #ccc;
}
.team-person-container{
	transition: all 500ms;
}

.team-person-container img{
	filter: grayscale(10%) !important;
	-webkit-filter: grayscale(10%) !important;
	-moz-filter: grayscale(10%) !important;
	transition: all 500ms;
}
.team-person-container:hover {
	background: rgb(225, 225, 225) !important;
	background: linear-gradient(174deg, rgba(225, 225, 225, 0.59) 12%, rgba(255, 255, 255, 0) 51%) !important;
	top: 0px;
	content: "";
	transition: all 500ms !important;
}

.team-person-container:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}