* {
	boz-sizing: border-box;
	font-family:"Levenim MT";
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a:hover {
	text-decoration: none;
}
.no-pad {
	padding:0px;
}
@font-face {
font-family: "Levenim MT";
  src: url("../fonts/lvnm.ttf"); 
}

.bg-white {
	background-color: #fff;
}

.w-30 {
	width: 30px;
}
.w-20 {
	width: 20px;
}
.row.service-icon .col-sm-3 {
	width:25%;
}
.row.service-icon .col-sm-9 {
	width:75%;
}

.mt-50 {
	margin-top:50px;
}
/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	/*background-color: #1c262f;*/
	background-color: transparent;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
	margin: 0px 10%;
    padding: 0px;
    border-bottom: 2px solid;
    position:absolute;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0rem;
}

.navbar .logo-image img {
	width: 200px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 10%; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: #d9d9d9;
	/*background-color: #1c262f;*/
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: #1c262f;
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
  	background-color: #1c262f;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #021637;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .nav-item .nav-link:hover {
	color:#ffab00;
}
.nav-item.active {
	border:1px solid #ffab00;
	color:#021637;
}
.nav-item.active a {
	color:#021637 !important;
}
.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffb800),
		to(#ffb800)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  	color: #1c262f;
}

.navbar .fa-stack:hover .fa-stack-1x {
  	color: #1c262f;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}
@media (min-width: 992px) {
	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 0rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		/*background-color: #fafafa;
		background-color: #1c262f;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);*/
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
		justify-content: flex-end;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}
 @media only screen and (min-width: 300px) and (max-width: 767px) {
 	.navbar .logo-image img {
	    width: 150px;
	}
	.navbar .logo-image img {
	    margin-left: 0px;
	}
 }
 @media only screen and (min-width: 300px) and (max-width: 991px) {
	.navbar {
		/*background-color: transparent; !important;*/
		margin: 0px 2%;
	}
	.navbar-dark .navbar-toggler-icon {
		background-color: #1c262f;
		border-radius: 5px;
		/*margin-right: 15px;*/
	}

	.col-lg-6.col-md-6.footer-col-1 {
		-webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}

	.col-lg-6.col-md-6.footer-col-2 {
		-webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}

	.navbar .logo-image img {
	    margin-left: 0px;
	}

	.navbar .navbar-nav {
		display: flex;
    	align-items: center;
    	padding-top: 15px;
	}

	.nav-item:hover {
		background-color: aliceblue;
	    width: 100%;
	    text-align: center;
	}

	/*.navbar .navbar-toggler {
		margin-right: 10px !important;
	}*/

}
@media screen and (max-width: 991px) {
	.navbar-dark .navbar-toggler-icon {
		background-color: #1c262f;
		border-radius: 5px;
		/*margin-right: 15px;*/
	}
}
/**********************/
/*        HOME	      */
/**********************/
.home-banner {
    background: url(../images/home/home-banner.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
}

.banner-content {
    background: url(../images/home/banner-content-bg.png);
    margin: 12%;
    padding: 85px 50px 50px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.banner-content h4 {
	color: #021637;
}
.banner-content p {
	padding: 10px 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    font-size: 13px;
}
.home-sec-1 {
    /*background: url(../images/home/home-sec-1-bg.jpg);*/
    background-color: #e3e3e3;
   	background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
}
.home-text-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-content-1 {
	background: url(../images/home/home-bg-1.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 5% 3% 3% 3%;
    margin-right: 5%;
    max-width: 45%;
    box-shadow: 9px 15px 10px #adadad;
}

.home-content-2 {
	background: url(../images/home/home-bg-2.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 5% 3% 3% 3%;
    max-width: 45%;
    box-shadow: 9px 15px 10px #adadad;

}

.home-content-1 img, .home-content-2 img  {
	width: 100px;
}
.home-content-1 h5, .home-content-2 h5 {
	font-weight: 900;
    padding-top: 10%;
}
.home-content-1 p, .home-content-2 p{
	font-size: 13px;
}
.img-size {
	height: 30px;
}


.img-size {
	height: 30px;
}

.home-sec-2.who-we-work-with {
	padding-top: 50px;
	padding-bottom: 80px;
}
.row.service-icon {
    justify-content: center;
    align-items: center;
}


.service-icon p {
	font-weight: bolder;
}

.img-size {
	height: 30px;
}

.home-sec-3 {
	background: url(../images/home/home-sec-3-bg.png);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 80px;
    padding-bottom: 100px;
}
.home-sec-3 h1 {
	margin-bottom: 30px;
	font-weight: bolder;
}
@media (min-width: 992px) {
	.right-img-size {
		float: left !important;
	}

	.right-title {
		text-align: right !important;
		float: left !important;
	}

	.mid-row {
		top: -60px !important;
	}
}

.owl-item.active img {

	float: right;
	text-align: right;
}

.owl-item.active~.owl-item.active img {
	float: left;
	text-align: left;
}

@media only screen and (max-width: 576px) {
	.owl-item.active img {
		float: none;
		text-align: none;
	}
}

.owl-prev {
	margin-left: 10% !important;
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	margin-left: -20px;
	display: block !important;
	border: 0px solid black;
}

.owl-next {
	margin-right: 20% !important;
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: -25px;
	display: block !important;
	border: 0px solid black;
}

.owl-prev img {
	width: 100px;
}

.owl-next img {
	width: 100px;
}

@media only screen and (max-width: 576px) {

	.owl-prev img {
		width: 70px;
	}

	.owl-next img {
		width: 70px;
	}
}

.owl-prev i, .owl-next i {
	transform: scale(1, 6);
	color: #ccc;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent !important;
}

.owl-dot {
	margin-right: 5px !important;
	margin-left: 5px !important;
	border-radius: 50% !important;
	border: 0 !important;
	background-color: #021637 !important;
	box-shadow: 0 0 0 .2rem #021637;
}

.owl-dots li.active {
	margin-right: 5px !important;
	margin-left: 5px !important;
	border-radius: 50% !important;
	border: 0 !important;
	background-color: white !important;
	box-shadow: 0 0 0 .2rem #021637;
}

.owl-dots .owl-dot span {
	background: #021637 !important;
	margin: 0 !important;
}

.owl-dots .owl-dot.active span {
	background: #fff !important;
	margin: 0 !important;
}

/**********************/
/*     HOME MOBILE     */
/**********************/

@media screen and (max-width:991px) {
	.banner-content {
		margin: 0px;
	}
	.banner-content h4 {
	    font-size: 19px;
	}
	.banner-content p {
	    font-size: 13px;
	}
	.home-sec-1 {
	    padding-bottom: 100px;
	}
	img.home-image-1 {
		width: 400px;
	    margin: auto;
	    display: flex;
	}
	.home-content-1 img, .home-content-2 img {
	    width: 75px;
	}
	.home-content-1 h5, .home-content-2 h5 {
	    font-size: 18px;
	}
	.box-home-sec-1 {
		justify-content: center;
	}
	.mid-col {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:991px) and (min-height: 768px){
	.banner-content {
		margin:0px;
		background-size: 100%;
	}

	
}
@media screen and (max-width: 767px) {
	.banner-content {
	    padding: 150px 15px 100px 15px;
	}
	.row.service-icon {
	    text-align: center;
	    margin: auto;
	}
}
@media screen and (max-width:299px) {
	.banner-content {
	    padding: 30px 15px 30px 15px;
	    margin-top: 150px;
	    background-color: #f2f2f2;
	    background-image: none;
	}

	.home-banner {
		height: 150vh;
	}
}

/**********************/
/*      SERVICES      */
/**********************/
.services-section {
    background: url(../images/services/bg-services.jpg);
   	background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: 100%;
    padding-bottom: 100px;
    margin-top: 80px;
    background-attachment: fixed;
    /*background: url(../images/services/bg-services-compressed.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
    margin-top: 80px;
    background-attachment: fixed;
    background-size: cover;*/
}

.services-section h1 {
	font-weight: bolder;
	text-align: center;
	padding-top: 110px;
    font-size: 35px;
}

.service-content {
	margin:50px 5%;
	box-shadow: 11px 19px 20px 5px #3c3c3c;
}

.service-image {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.service-image img {
	height: 345px;
    width: 100%;
    object-fit: cover;
}

.service-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 15px;
}

.service-text h3 {
	font-weight: bolder;
}

.service-text p {
	font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 215px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.services-banner {
    background: url(../images/services/services-banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    /*margin-top: -50px;*/
    width: 100%;
}

@media screen and (max-width: 767px) {
	.services-banner {
	    height: 250px;
	    margin-top: -50px;
	    background-size: cover;
	    padding-left:15px;
	    padding-right:15px;
	}
	.services-section h1 {
	    font-size: 25px;
	}
}
/**********************/
/*       CONTACT       */
/**********************/
.navbar.contact-navbar {
	background: rgba(242 242 242 / 80%);
	margin: 0px;
	padding: 0px 10% 10px 10%;
	border-bottom:0px;
}
.contact {
    background: url(../images/contact/contact-bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.contact-title {
	background: url(../images/contact/contact-title-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    margin: 0px 15%;
}
.contact-title h1 {
	padding-top: 135px;
    text-align: center;
    transform: rotate(357deg);
    font-weight: bold;
    color: #001538;
    text-transform: uppercase;
}
.contact-content {
    margin: 0px 15%;
}
.form-content {
    background: #f2f2f2;
    padding: 50px 70px 70px 70px;
}
.form-content input {
	height:50px;
}
.form-content input, .form-content textarea {
	margin:20px 0px;
}
button.btn-primary.contact-btn {
    padding: 18px 35px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bolder;
    border: 0px;
    background: #ffa902d9;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
	.contact-title, .contact-content {
		margin: 0px 0%;
	}
	.form-content {
	    background: #f2f2f2;
	    padding: 50px 50px 70px 50px;
	}
}
@media screen and (max-width: 767px) {
	.contact-title {
		height:100%;
	}
	.contact-title h1 {
		font-size: 30px;
		padding: 70px 0px 60px 0px;
	}
	.form-content {
	    background: #f2f2f2;
	    padding: 50px 30px 70px 30px;
	}
}
/**********************/
/*       FOOTER       */
/**********************/
footer {
    padding: 20px 5% 0px 5%;
    background: #e1e1e1;
}

footer a:hover {
	color:#021637;
}
.col-lg-6.col-md-6.footer-col-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-col-1 p a {
	font-size: 30px;
    font-weight: 900;
    color:#000;
}

.col-lg-6.col-md-6.footer-col-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-col-2 a {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color:#000;
    padding-bottom: 10px;
}

.social-icons ul {
	display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}

.social-icons ul li img{
	width: 30px;
    margin: 0px 6px;
}

.m-top {
	margin-top: 5vw;
    margin-bottom: 5vw;
}

.hgt-container {
	height: 85vh;
}

/*#preloader {
	background: #000;
	height:100vh;
	width:100%;
	position: fixed;
	z-index: 100;
}*/