html{
	scroll-behavior: smooth;
}
body{
	font-family: "Inter", serif;
	font-size: 15px;
	color: #7D7D7D;
	background-color: #0D0D0D;
}
a{
	text-decoration: none;
}

h1,h3{
	font-family: "Philosopher", serif;
	line-height: 1.3;
}


.banner_video{
	position: relative;
	height: 900px;
	overflow: hidden;
}

.banner_video video{
	width: 100%;
}



.banner-overlay{
	position: absolute;
    z-index: 1;
    background: linear-gradient(25deg, rgba(0, 0, 0, .8), transparent 70.71%);
    width: 100%;
    height: 100%;
    top: 0px;
}
.bg-overlay{
	position: absolute;
    z-index: 1;
    background: linear-gradient(25deg, rgba(0, 0, 0, .8), transparent 70.71%);
    width: 100%;
    height: 100%;
}
.banner-contents{
	position: absolute;
	bottom: 12%;
	z-index: 2;
	opacity: 1;
	transition: opacity 3s;
}

.banner-contents.del_opacity
{
	opacity: 0;
}

.banner-contents .banner-title{
	width: 43%;
	font-size: 120px;
	font-weight: 400;
	color: #fff;
}



.main_button{
  	position: relative;
    padding: 15px 30px;
    color: #fff;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    outline: none;
    border: none;
}

.main_button:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(133deg, #fff, #7f7f7f);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.main_button:hover{
	color: #9d9d9d;
}


.section_padding{
	padding: 120px 30px;
}

.section_title h1{
	font-size: 90px;
	color: #fff;
}

.section_description p{
	line-height: 1.8;
	font-size: 16px;
}

.counter_item {
    flex-basis: calc(100% / 3);
}

.counter_item h1{
	font-size: 70px;
	color: #fff;
	display: flex;
    align-items: flex-start;
}

.counter_item h1 span{
	color: #717171;
	font-size: 50px;
}

.counter_item h6
{
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.8;
	font-size: 14px;
}

.tabs_main_sty{
	border: none;
	justify-content: end;
}

.tabs_main_sty .nav-item .nav-link {
    color: #8D8D8D;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
    letter-spacing: 2px;
}


.tabs_main_sty .nav-item .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.section_showcase{
	width: 100%;
	position: relative;
	height: 1080px;
	overflow: hidden;
	transform: scale(0.5);
}

.section_showcase video{
	height: 100%;
	width: auto;
}

.section_showcase #player{
	height: 100%;
    aspect-ratio: 16 / 9;
    width: auto;
}

.section_showcase .banner-contents{
	bottom: 5%;
}

.section_showcase .banner-contents .banner-title
{
	font-size: 90px;
	width: 100%;
	line-height: 1.3;
}

.section_showcase .showcase_features{
	margin: 0;
	padding: 0;
	list-style: none;
}

.section_showcase .showcase_features li{
	padding-top: 25px;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
}

.section_showcase .showcase_features li:before{
	width: 25px;
    height: 25px;
    border-radius: 15px;
    content: "\f00c";
    background-color: #2C2C2C;
    padding: 6px 8px;
    font-size: 10px;
    font-family: "FontAwesome";
    margin-right: 15px;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}


.owl-carousel .owl-nav button.disabled {
    visibility: hidden;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    margin: 0;
    left: 0;
}

.owl-carousel .owl-nav button {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #302F2F !important;
    box-shadow: 0px 0px 10px -6px;
    color: #fff !important;
}

.service_item .image_container{
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.service_item{
	color: #fff;
}

.service_item h3{
	font-size: 45px;
}
.service_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_item ul li{
	padding-top: 25px;
	display: flex;
}
.service_item ul li:before{
	width: 25px;
    height: 25px;
    border-radius: 15px;
    content: "\f00c";
    background-color: #2C2C2C;
    padding: 6px 8px;
    font-size: 10px;
    font-family: "FontAwesome";
    margin-right: 15px;
    display: inline-block;
}

.client_logos.owl-carousel .owl-nav {
	display: none;
}

.client_logos.owl-carousel .item img{
	aspect-ratio: 3 / 2;
    object-fit: contain;
    filter: contrast(0.2);
    padding: 35px;
}

.client_logos.owl-carousel .owl-dots{
	display: none;
}

.brands_section .section_title h1{
	font-size: 50px;
}


.stories_and_success_testimonials{
	background-color: #171717;
}

.testimonials_carousel .item p
{
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}

.testimonials_carousel .item p span
{
	font-weight: 800;
	cursor: pointer;
}

.testimonials_carousel .item h6{
	color: #a1a1a1;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.testimonials_carousel .item h5{
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
}

.stories_and_success_testimonials .testimonials_carousel .pop_details
{
	position: absolute;
    background-color: #313131;
    padding: 30px 40px;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 1s all;
}

.stories_and_success_testimonials .testimonials_carousel .pop_details.show
{
    visibility: visible;
    opacity: 1;
}

.testimonials_carousel .pop_details img
{
	width: 50px;
}


.testimonials_grid .item p
{
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}

.testimonials_grid .item p span
{
	font-weight: 800;
	cursor: pointer;
}

.testimonials_grid .item h6{
	color: #fff;
	font-size: 13px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.testimonials_grid .item h5{
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
}

.stories_and_success .testimonials_grid .pop_details
{
	position: absolute;
    background-color: #313131;
    padding: 30px 40px;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 1s all;
}

.stories_and_success .testimonials_grid .pop_details.show
{
    visibility: visible;
    opacity: 1;
}

.testimonials_grid .pop_details img
{
	width: 50px;
}




.pop_details .details_container{
	position: relative;
}

.pop_details .details_container button{
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	color: #fff;
}



.blog_item p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
}
.blog_item p span
{
	font-weight: 800;
	cursor: pointer;
}
.blog_item.small h6{
	color: #fff;
	font-size: 11px;
	color: #a1a1a1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.blog_item.small h5{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
}

.blog_item.big h6{
	color: #a1a1a1;
	font-size: 13px;
	color: #a1a1a1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.blog_item.big h5{
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog_item.small .read_more
{
	color: #105E6B;
	border-bottom: 1px solid #105E6B;
}

#animation-section{
	height: auto;
}


#hero-lightpass {
	width: 100%;
}



.footer_cls{
	background: #121212;
	padding-top: 90px;
}

.footer_title h1{
	color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.footer_cont_det p{
	font-size: 14px;
	color:#5D5D5D;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.footer_cont_det h5{
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}

.footer_cls .main_content{
	padding-bottom: 90px;
	border-bottom: 1px solid #5D5D5D;
}

.newsletter_section h5{
    font-family: "Philosopher";
    font-size: 18px;
    color: #5D5D5D;
}
.newsletter_section .newsletter input
{
	background-color: transparent;
    border-radius: unset;
    border: 1px solid #5D5D5D;
    border-right: none;
    width: 70%;
    color: #fff;
}
.newsletter_section .newsletter input:focus
{
	box-shadow: none;
}
.newsletter_section .newsletter label{
	color: #5D5D5D!important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.newsletter_section .newsletter label::after
{
	background-color: transparent!important;
}
.newsletter_section .newsletter button{
	background: transparent;
    border: 1px solid #5D5D5D;
    border-left: none;
    border-radius: 0;
    color: #5D5D5D;
    width: 30%;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.newsletter_section .newsletter span{
	border: 1px solid #5D5D5D;
    border-right: none;
    border-left: none;
    color: #5D5D5D;
    padding-top: 15px;
}
ul.social li{
	margin-right: 30px;
}
ul.social li a i{
	font-size: 22px;
}
.newsletter_section p{
	font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    width: 80%;
}

.footer_links_sec h5{
	color: #5D5D5D!important;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 14px;
}

.footer_links_sec .footer_links .nav-item
{
	margin-bottom: 20px!important;
}
.footer_links_sec .footer_links .nav-item a
{
	color: #fff!important;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.border-bottom-theme{
	border-bottom: 1px solid #5D5D5D;
}


.border-top-theme{
	border-top: 1px solid #5D5D5D;
}

.copyright{
	margin: 0;
	color: #ffffff;
}
.terms_privacy{
	list-style: none;
}
.terms_privacy li a{
	color: #ffffff;
	padding-left: 15px;
}

.logo-container{
	width: 225px;
}

.menu_main a{
	color: #fff;
	text-transform: none;
	font-weight: thin;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#offcanvasmenu {
	transition-duration: .8s; /* Adjust as needed */
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(10px);
}

#offcanvasmenu .btn-close{
    filter: invert(1);
}

#offcanvasmenu .offcanvas-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#offcanvasmenu .offcanvas-body ul li{
	font-size: 32px;
	padding-top: 20px;
}

#offcanvasmenu .offcanvas-body ul li a{
	color: #fff;
	font-weight: bold;
	font-family: "Philosopher", serif;
}


.products_item{
	box-shadow: 0px 0px 20px -9px #10547c;
    border-radius: 15px;
    overflow: hidden;
    transition: all 1s;
    cursor: pointer;
}

.products_item:hover{
	box-shadow: 0px 0px 30px -9px #10547c;
}

.products_item .product_image_container{
	width: 100%;
	height: 375px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.image_container{
	border-radius: 15px;
	overflow: hidden;
}

.user_profile{
	height: 100%;
	width: 100%;
	transition: 1s all;
	opacity: 0;
	backdrop-filter: blur(50px);
	background-color: rgba(0, 0, 0, .15);
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 20px 40px;
	flex-direction: column;
	cursor: pointer;
}


.teams_main:hover .user_profile{
	opacity: 1;
}

.socials_teams a{
	padding: 0 15px;
	font-size: 20px;
}


.chair_name{
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
}
.chair_desg{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.serv_main_img_container{
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.services_main .tabs_main_sty{
	justify-content: start;
}

.services_main .tabs_main_sty li{
	margin-bottom: 20px;
}


.mission_vision_card{
	background-color: #F7F9F9;
	border-radius: 20px;
}

.mission_vision_card .icon i{
	font-size: 55px;
}

.mission_vision_card .content p{
	font-size: 16px;
	letter-spacing: .5px;
}

.mission_vision_card .content h3{
	font-family: "Philosopher";
	font-size: 30px;
}

.teams_section{
	background: #121212;
}

.inner_banner{
	background-color: #121212;
    background-image: url(../images/bg-inner-left.png), url(../images/bg-inner-right.png);
    background-repeat: no-repeat;
    background-position: 0% 0%, 100% 0%;
    background-size: auto 100%;
}
.inner-banner-contents {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-banner-contents .content-wrapper
{
	width: 645px;
}
.inner-banner-contents .content-wrapper .banner-title{
	font-size: 75px;
	font-family: "Philosopher";
	font-weight: 400;
	color: #fff;
	line-height: 88px;
}
.inner-banner-contents .content-wrapper p{
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}


.product_info{
	height: 100%;
    padding: 20px 30px;
    color: #fff;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 1.5s;
    background: linear-gradient(45deg, rgba(0, 8, 31, .5) 34%, rgba(181, 0, 4, .5));
}

.products_item:hover .product_info{
	opacity: 1;
}


.contact_section .ph_em_contact
{
	margin-bottom: 35px;
}

.contact_section .ph_em_contact p
{
	margin: 0;
	font-size: 12px;
    color: #a1a1a1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_section .ph_em_contact h3
{
	margin: 0;
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
}

.offc_loc_contact_section{
	background: #121212;
}


.contact_section label
{
	color: #8D8D8D;
}


.contact_section .form-control
{
	min-height: 45px;
	border-radius: 0;
	color: #8D8D8D;
	padding: 10px 30px;
	font-size: 13px;
}

.contact_section .form-control:focus
{
	box-shadow: none;
	outline: none;
}

.offc_loc_contact_section .section_description p
{
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.offc_loc_contact_section .section_description h6{
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 35px;
}

.contact_info_main .contact_info_item p, .contact_info_main .contact_info_item h6
{
	margin-bottom: 2px;
}


.blog_details_section .section_title h1{
	font-size: 50px;
}

.blog_details_section h3{
	color: #fff;
}



@media (max-width: 1399px)
{
	.section_title h1{
		font-size: 75px;
	}
	.section_showcase .banner-contents .banner-title{
		font-size: 75px;
	}

	.banner-contents .banner-title{
		font-size: 85px;
	}

	.section_showcase{
		height: 800px;
	}
	.footer_title h1{
		font-size: 45px;
	}

	.service_item .image_container{
		height: 225px;
	}
	.brands_section .section_title h1{
		font-size: 40px;
	}
}
@media (max-width: 1199px)
{
	.section_title h1{
		font-size: 60px;
	}
	.section_showcase .banner-contents .banner-title{
		font-size: 60px;
	}

	.counter_item h1{
		font-size: 50px;
	}


	.banner-contents .banner-title{
		font-size: 70px;
		width: 55%;
	}

	.section_showcase{
		height: 675px;
	}
	.footer_title h1{
		font-size: 38px;
	}
	.service_item h3{
		font-size:35px;
	}
	.service_item ul li{
		font-size: 14px;
	}
	.service_item .image_container {
        height: 185px;
    }

	.brands_section .section_title h1{
		font-size: 30px;
	}

	.tabs_main_sty .nav-item .nav-link{
		font-size: 12px;
	}
}