:root {
	--primary-color: #303791;
	--secondary-color: #64cef5;
	--text-color: #808287;
	--secondary-bg: #f4f5f9;
}

* {
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	margin-top: 134px;
}

a {
	text-decoration: none;
}

.bg-secondary {
	background: var(--secondary-bg) !important;
}

.section-padding {
	padding: 75px 0;
}

.text-primary {
	color: var(--primary-color) !important;
}

.btn {
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 600;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
}

.btn-sm {
	padding: 10px 15px;
}

.btn-rounded {
	border-radius: 25px;
}

.btn-primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.form-control {
	border-radius: 0;
	border: 1px solid #eee;
	box-shadow: none !important;
    outline: none !important;
    color: var(--text-color);
    padding: 10px 15px;
}

.form-control:focus {
	border-color: var(--primary-color);
}

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

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

.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header {
	position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.header.header-fixed {
	top: -44px;
}

.top-header {
	background: var(--primary-color);
	padding: 10px 0;
}

.top-header a {
	color: #fff;
	font-weight: 600;
}

.top-header a i {
	color: var(--secondary-color);
	margin-right: 5px;
}

.top-header-left-item {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	margin-right: 15px;
	padding-right: 15px;
}

.top-header-left-item:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.top-header-right-item select {
	padding: 0 12px;
    color: #fff;
    background: transparent;
    border: 0;
    font-weight: 600;
    outline: none;
}

.top-header-right-item select option {
	color: #000;
}

.header-padding {
	padding: 15px 0;
}

.header-logo img {
	height: 60px;
}

.main-nav .nav-link {
	padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
}

.main-nav .nav-link:last-child {
	padding-right: 0 !important;
}

.main-nav .nav-link:hover {
	color: var(--secondary-color)
}

.header-bottom {
	padding: 0 15px;
	position: absolute;
    width: 100%;
    z-index: 999;
}

.header-bottom-text {
	width: 100%;
    display: block;
    background: var(--secondary-color);
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
    font-weight: 600;
    padding: 3px 0;
    font-size: 15px;
}

.swiper-main {
	height: calc(100% - 30px);
}
/*
.swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
*/
.swiper-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.swiper-slide img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	position: absolute;
}

.swiper-content {
	z-index: 99;
	width: 750px;
	color: #fff;
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swiper-content-head {
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    display: block;
}

.swiper-content-header {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
}

.swiper-content-text {
	font-size: 16px;
	font-weight: 600;
}

.marquee {
	padding-top: 4px;
    font-weight: 600;
}

.marquee-section {
	background: var(--secondary-color);
	height: 30px;
	color: #fff;
	overflow: hidden;
}

footer {
	padding: 60px 0;
}

.footer {
	background: var(--primary-color);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-bottom-text {
	color: rgba(255, 255, 255, 0.85);
}

.footer .nav-link {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgba(255, 255, 255, 0.85);
	transition: all 0.3s ease;
}

.footer .nav-link:hover {
	color: rgba(255, 255, 255, 1);
}

.footer h5 {
	font-weight: 600;
    color: #fff;
    font-size: 22px;
}

.footer p {
	color: rgba(255, 255, 255, 0.85);
}

.caption-header {
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    display: block;
}

.about-us-content {
	margin-left: 40px;
}

.about-us-content h4 {
	font-weight: 600;
    font-size: 36px;
    color: #000;
}

.about-us-content p {
	color: var(--text-color);
    margin-bottom: 30px;
}

.about-us-image {
	height: 600px;
	background: var(--primary-color);
}

.about-us-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
    top: -20px;
    left: -20px;
}

.services {
	background: #f4f5f9;
}

.section-header {
	font-weight: 600;
    color: #000;
    font-size: 32px;
    border-bottom: 6px solid var(--primary-color);
    display: inline;
}

.services-item {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.services-item-img {
	/*height: 200px;*/
    overflow: hidden;
}

.services-item-img img {
	/*height: 100%;*/
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.services-item-content {
	padding: 30px 20px;
	background: #fff;
	text-align: center;
	color: #000;
	min-height: 210px;
}

.services-item-content h4 {
	font-size: 21px;
	font-weight: 600;
}

.services-item-content p {
	color: var(--text-color);
	margin-bottom: 0;
	font-size: 15px;
}

.services-item-button {
	padding: 8px 10px;
	background: var(--primary-color);
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	transition: all 0.3s ease;
}

.services-item:hover .services-item-button {
	background: var(--secondary-color);
}

.services-item:hover .services-item-img img {
	transform: scale(1.1);
}

.blog-item-img {
	height: 275px;
	overflow: hidden;
}

.blog-item-content-padding {
	padding: 10px;
    margin-top: -80px;
    z-index: 99;
    display: block;
    position: relative;
}

.references-item-content-padding {
	margin-top: -75px;
}

.blog-item-content {
	padding: 30px;
	background: #fff;
}

.references-item-content {
	padding: 1px 30px;
}

.blog-item-content-info {
	display: flex;
	align-items: center;
}

.blog-item-content-info-item:last-child {
	margin-right: 0;
}

.blog-item-content-info-item i {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1;
	margin-right: 5px;
}

.blog-item-content-info-item {
	color: var(--text-color);
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 15px;
}

.blog-item-content {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.blog-item-content h5 {
	color: #000;
	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.references-item-content h5 {
	font-size: 20px;
}

.blog-item-text {
	font-size: 15px;
	color: var(--text-color);
}

.blog-item-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-item-link {
	display: block;
	margin-top: 15px;
	color: #000;
	transition: all 0.3s ease;
}

.blog-item:hover .blog-item-link {
	color: var(--primary-color);
}

.blog-item:hover .blog-item-img img {
	transform: scale(1.1);
}

.blog-item-link {
	font-weight: 600;
}

.page-header {
	height: 350px;
	position: relative;
	z-index: 1;
}

.page-header-bg {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page-header-content {
	text-align: center;
	max-width: 75%;
}

.page-header-content h1 {
	font-size: 48px;
	font-weight: 600;
}

.page-header .breadcrumb-item {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	opacity: 0.9;
}

.page-header .breadcrumb-item a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	opacity: 0.9;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
	content: "|";
	color: #fff;
	opacity: 0.9;
}

.custom-card {
	background: #f4f5f9;
	padding: 30px;
}

.custom-card-header h4 {
	border-bottom: 3px solid var(--primary-color);
	display: inline-block;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}

.custom-card-list-item a {
	color: var(--text-color);
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	padding: 6px 0;
}

.custom-card-list-item a:hover {
	color: var(--primary-color);
}

.custom-card-list-item a i {
	color: var(--primary-color);
	font-size: 18px;
	margin-right: 5px;
}

.content-page-content h2 {
	font-weight: 600;
	color: #000;
}

.content-page-content p {
	color: var(--text-color);
}

.content-page-thumb img {
	width: 100%;
}

.whatsapp-button a {
	position: fixed;
    bottom: 95px;
    right: 24px;
    font-size: 26px;
    color: #fff;
    background: #25D366;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 99;
}

.contact-button a {
	position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    background: var(--secondary-color);
    height: 65px;
    border-radius: 50%;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 99;
}

.contact-page-header {
	font-weight: 600;
    font-size: 30px;
}

.contact-page-text {
	color: var(--text-color);
}

.contact-details {
	padding-left: 0;
	margin-top: 40px;
}

.contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #000;
    font-weight: 500;
}

.contact-details li i {
    background: var(--primary-color);
    font-size: 25px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact-form-margin {
	/*margin-bottom: 15px;*/
}

.contact-page .contact-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-page .contact-form-group .form-control {
	background: #f4f5f8;
}

.contact-page .contact-form-group .message .form-control {
    height: 120px;
}

.contact-page .contact-form-group .form-field.message {
    grid-column-end: span 2;
}

.mobile-menu-button {
	font-size: 28px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    width: 50px;
    height: 50px;
}

.content-page-content p strong {
	color: #000;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title, .hc-offcanvas-nav .nav-item-link {
	text-transform: uppercase;
}

.hc-offcanvas-nav .nav-item-link {
	font-weight: 500;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
	font-weight: 600;
}

.main-hero-slider {
    height: calc(100vh - 165px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-hero-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
.swiper-content {
    top: 50%;
    transform: translateY(-50%);
}
*/
@media only screen and (max-width: 991px) {

	.about-us-content {
		margin-bottom: 50px;
		text-align: center;
	}

	.about-us-image {
		height: 325px;
	}

	.about-us-image img {
		position: inherit;
	}

	.about-us-content {
		margin-left: 0;
	}

	.top-header-left-item {
		border-right: 0;
	}

	.swiper-main {
		height: 400px;
	}
	
	.main-hero-slider {
	    height: 400px;
	}
	
	.swiper-content {
	    width: auto;
	}

	.swiper-content-header {
		padding: 0px 50px;
	    font-size: 34px;
	    color: #fff;
	    font-weight: 600;
	}

	.swiper-content-text {
		font-size: 14px;
		padding: 0px 50px;
    	display: block;
	}

	.btn {
		padding: 10px 20px;
    	font-size: 12px;
	}

	.breadcrumb {
		display: none;
	}

	.services-item-content {
		min-height: auto;
	}

	.page-header-content h1 {
		font-size: 32px;
	}

}



















