/** GENERAL SETTINGS **/
body {
	background-color: #f1f1f1;
}

section {
	margin-top: 5rem;
}

/* Text Colors */

.primary-text {
	color: #018dd2;
}

.secondary-text {
	color: #5b5b5b;
}

/* Background Colors */

.primary-bg {
	background-color: #018dd2;
}

.secondary-bg {
	background-color: #5b5b5b;
}

.btn:focus {
	box-shadow: none;
}

.button-slider {
	background-color: white;
	color: #018dd2;
}

/** Loader **/
.loader{
	position: fixed;
	top: 0;
	left: 0;
	background: url('../images/loader1.gif') no-repeat center center;
	background-size: cover;
	height: 100%;
	max-height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.loader img{
	height: 80px;
}

.disapper{
	animation: vanish 1s forwards;
	-webkit-animation: vanish 1s forwards;
}

@keyframes vanish{
	100%{
		opacity: 0;
		visibility: hidden;
	}
}

/*** Top Header ***/
#top-header {
	background-color: #697fb1;
	height: 40px;
}

/** Navbar Mobile Icon **/
#nav-icon {
	width: 35px;
	height: 25px;
	position: relative;
	margin: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 50%;
	background: #bbbbbb;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

#nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
	top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
	top: 10px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
	top: 20px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#nav-icon.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon.open span:nth-child(5) {
	left: 5px;
	top: 15px;
}

#nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 15px;
}

/** WHATSAPP ICON **/
.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 1000;
}

.whatsapp-img {
	height: 70px;
}

/** HOME PAGE **/

/* .main-header {
	top: 40px;
} */
/* Carousel */

#homeCarousel .carousel-item,
#homeCarousel .carousel-item img {
	height: 500px;
}

#homeCarousel .carousel-item::before,
.banner-image-div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(
		0deg,
		rgb(63 64 68 / 0%),
		rgba(34, 34, 34, 0.9) 90%
	); */
	background: rgba(0, 0, 0, 0.4);
}

#homeCarousel .carousel-item img {
	object-fit: cover;
}

#homeCarousel .carousel-caption {
	position: absolute;
	top: 30%;
	/* text-align: left; */
}

#homeCarousel .carousel-caption-title {
	color: rgba(1, 141, 210, 0.8);
	background: rgba(255, 255, 255, 0.9);
	display: inline-block;
	padding: 5px 10px;
	text-transform: capitalize;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#homeCarousel .carousel-caption-text {
	background: rgba(45, 44, 105, 0.8);
	padding: 5px;
	font-size: 1.2rem;
}

/* Our Solutions */
#our-solutions .card-img-top {
	height: 150px;
	object-fit: cover;
}

#our-solutions .card-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
}

#our-solutions .card-body {
	height: 300px;
}

#our-solutions .card-footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}

.banner-image-div {
	position: relative;
}

.banner-title {
	width: calc(100% - 20px);
	height: 50px;
	position: relative;
	background: #018dd2;
}

.banner-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-left: 25px solid white;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}

.banner-title::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 25px solid #018dd2;
	border-top: 25px solid white;
	border-bottom: 25px solid white;
}

.banner-text {
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
}

.banner-image {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

.reference-img {
	height: 80px;
	object-fit: contain;
}

.owl-prev {
	width: 20px;
	height: 40px;
	position: absolute;
	top: 40%;
	left: -30px;
	display: block !important;
	border: 0px solid black;
}

.owl-next {
	width: 20px;
	height: 40px;
	position: absolute;
	top: 40%;
	right: -30px;
	display: block !important;
	border: 0px solid black;
}

/**********************
    Contact Page
**********************/

.contact-wrap {
	background: #272a34;
}

.contact-wrap h3 {
	color: #ffffff;
}

.form-group {
	margin-bottom: 1rem;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}

#contact-form .form-control {
	font-size: 25px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0;
	height: 52px;
	background: transparent;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 14px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

textarea.form-control {
	height: inherit !important;
}

.info-wrap {
	background: #1c1e25;
}

.info-wrap h3 {
	color: #ffffff;
}

.info-wrap .dbox {
	margin-bottom: 25px;
}

.info-wrap .dbox .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(255, 255, 255, 0.02);
}

.info-wrap .dbox .text {
	width: calc(100% - 50px);
}

.info-wrap .dbox .icon span {
	font-size: 20px;
	color: #ffffff;
}

.info-wrap .dbox p {
	margin-bottom: 0;
}

.info-wrap .dbox p span {
	font-weight: 400;
	color: #ffffff;
	padding-right: 5px;
}

.info-wrap .dbox p {
	color: rgba(255, 255, 255, 0.3);
}

.info-wrap .dbox p a {
	color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

/*** FOOTER ***/

.footer-logo {
	height: 150px;
}

/***********
    FOOTER
***********/

.footer-facebook {
	color: #4267b2;
}

.footer-instagram {
	color: #c13584;
}

.text-reset {
	text-decoration: none;
}

.footer-link {
	color: #6c757d;
	text-decoration: none;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.footer-link:hover {
	color: #018dd2;
}

/**********************************
            MEDIA QUERIES
**********************************/

/* Max-width=768px */
@media (max-width: 768px) {
	.main-header {
		top: 0;
	}

	#homeCarousel .carousel-item,
	#homeCarousel .carousel-item img {
		height: 350px;
	}

	#homeCarousel .carousel-caption {
		position: absolute;
		top: 20%;
		transform: translateY(-10%);
		-webkit-transform: translateY(-10%);
		-moz-transform: translateY(-10%);
		-ms-transform: translateY(-10%);
		-o-transform: translateY(-10%);
}

	#homeCarousel .carousel-caption-title {
		font-size: 1.2rem;
	}

	#homeCarousel .carousel-caption-text {
		font-size: 0.9rem;
	}

	.banner-text{
		font-size: 1rem;
	}

	.banner-image{
		height: auto;
		object-fit: contain;
	}
}
