html,body{
	font-family: "Inter", serif;
}

body{
	margin: 0;
	background-color: #eee;
	display: flex;
	justify-content: center;
}
.v_card_main
{
	min-height: 100vh;
	width: 450px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	position: relative;
}
.profile_main_container{
	height: 525px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.bg-overlay{
	position: absolute;
	background-image: linear-gradient(0deg, rgba(0,0,0,.8) 25%, transparent 65%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.basic_info{
	position: absolute;
	padding: 10px 20px;
	bottom: 10px;
	width: 100%;
	z-index: 2;
}

.name_profile{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.user_name{
	text-align: center;
	margin-bottom: 10px;
}
.user_name h1{
	text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.user_name h1 .change_font{
    font-weight: 100;
}

/*.user_brief{
	text-align: center;
	margin-bottom: 10px;
}
.user_brief h6{
	text-align: center;
	font-size: 13px;
	margin: 0;
}*/

.user_proffesion{
    margin-bottom: 10px;
    text-align: center;
}

.user_proffesion span{
	padding: 0px 8px;
	border-left: 1px solid #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
.user_proffesion span:first-child {
    padding-left: 0;
    border-left: none;
}

.company_brief{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.company_brief img{
	width: 125px;
}

.company_brief h6{
	font-size: 12px;
    line-height: 1.5;
    margin: 0;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding: 8px 15px 8px 0px;
    width: 35%;
    text-align: center;
}

.company_brief h6 span{
	font-size: 18px;
	margin-right: 15px;
}

.detailed_info_section{
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 430px;
    /*overflow-y: scroll;*/
}

.detailed_info_section .right-gradient{
	width: 325px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	height: 325px;
	background-color: #8E9F28;
	filter: blur(132px);
	right: -50px;
	bottom: 0px;
}
.detailed_info_section .left-gradient{
	width: 325px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	height: 325px;
	background-color: #2F755C;
	filter: blur(132px);
	left: -50px;
	top: 0px;
}

.enquiry_side_pop{
	background-color: #000;
	position: fixed;
	height: 100vh;
	width: 425px;
	background-image: url('../images/bg_form.png'),url('../images/bg_form.png');
	background-position: 170% 0%,-25% 100%;
	background-size: 350px;
	background-repeat:no-repeat;
}
.enquiry_side_pop .right-gradient{
	width: 325px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	height: 325px;
	background-color: #8E9F28;
	filter: blur(132px);
	right: 0px;
	bottom: 0px;
}
.enquiry_side_pop .left-gradient{
	width: 325px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	height: 325px;
	background-color: #2F755C;
	filter: blur(132px);
	left: 0px;
	top: 0px;
}

.enquiry_side_pop .offcanvas-header button{
	width: 50px;
    height: 50px;
    border-radius: 39px;
	padding: 15px 30px 15px 30px;
    background-color: rgba(171, 127, 45, 1);
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 3px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.enquiry_side_pop .offcanvas-body form .select2-container--default .select2-selection--multiple
{
	background: rgba(255, 255, 255, 0.1); /* Semi-transparent */
	backdrop-filter: blur(10px); /* Glass blur effect */
	-webkit-backdrop-filter: blur(10px); /* Safari support */
	border: none;
	padding: 10px 15px;
}

.enquiry_side_pop .offcanvas-body form .select2-container--default.select2-container--focus .select2-selection--multiple
{
	border: none;
}

.enquiry_side_pop .offcanvas-body form .select2-container--default .select2-search--inline .select2-search__field
{
	color: #fff;
}

.enquiry_side_pop .offcanvas-body form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}

.enquiry_side_pop .offcanvas-body form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #fff;
}


.enquiry_side_pop .offcanvas-body form label
{
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form_submit{
	background-color: #497541;
	border: none;
    border-radius: 50px;
}

.enquiry_side_pop .offcanvas-body form input{
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
}

.enquiry_side_pop .offcanvas-body form input:focus {
    color: #fff;
    background-color: transparent;
}


.enquiry_side_pop .offcanvas-body form textarea{
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
}

.enquiry_side_pop .offcanvas-body form textarea:focus {
    color: #fff;
    background-color: transparent;
}


.info_tabs{
	position: relative;
    z-index: 1;
    padding: 30px 20px;
}

.info_tabs hr{
    position: relative;
    height: 2px;
    width: 100%;
    top: -17px;
    z-index: -1;
    color: rgba(255, 255, 255, .2);
}

.info_tabs .menu_main_btn_carousel .owl-item{
    width: max-content!important;
}

.info_tabs .menu_main_btn_carousel .owl-item .item{
    width: max-content;
}

.info_tabs .nav-link{
	background-color: transparent;
	color: rgba(255, 255, 255, .4);
    border: none;
    padding: 10px 0px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
}

.info_tabs .nav-tabs{
	border: none;
	justify-content: space-evenly;
}

.info_tabs .nav-link{
	margin-left: 10px;
}

.info_tabs .nav-link:first-child{
	margin-left: 0px;
}

.info_tabs .nav-link.active{
	border-bottom: 3px solid #fff;
	background-color: transparent;
	color: rgba(255, 255, 255, .8);
}
.info_title
{
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: 2px;
	margin-bottom: 15px;
}
.bio_content{
    padding: 15px 20px;
    background-color: #fff;
	border-radius: 12px;
	margin-bottom: 25px;
}

.bio_content p{
	margin: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}

.glass{
	background: rgba(255, 255, 255, 0.1); /* Semi-transparent */
	backdrop-filter: blur(10px); /* Glass blur effect */
	-webkit-backdrop-filter: blur(10px); /* Safari support */
}


.bio_content label{
	color: rgba(255, 255, 255, .8);
	font-size: 11px;
}

.bio_content i{
	color: rgba(255, 255, 255, .8);
}



.detailed_info_section::-webkit-scrollbar {
  width: 3px; /* width of the vertical scrollbar */
}

.detailed_info_section::-webkit-scrollbar-track {
  background: #f1f1f1; /* scrollbar track color */
  border-radius: 3px;
}

.detailed_info_section::-webkit-scrollbar-thumb {
  background: rgba(0,58,36,0.8); /* scrollbar thumb color */
  border-radius: 3px;
}

.detailed_info_section::-webkit-scrollbar-thumb:hover {
  background: rgba(0,58,36,.5); /* thumb color on hover */
}

.service_main{
	flex-wrap: wrap;
}

.service_main .service_item{
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.clients_gallery_carousel .item img{
	aspect-ratio: 3/2;
	object-fit: contain;
}


.clients_gallery_carousel .owl-dots{
	display: none!important;
}

.clients_gallery_carousel .owl-nav{
	display: none!important;
}

.footer_button{
	position: fixed;
    bottom: 10px;
    width: 99%;
    z-index: 9;
    padding: 0px 20px;
    width: 450px;
}
.footer_main{
    background-color: #497541;
    padding: 5px 5px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 69px -8px #497541;
}

.name_footer h2{
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.name_footer h2 .change_font{
    font-weight: 100;
}

.name_footer h6{
	font-size: 12px;
	/*font-weight: bold;*/
	color: #cbcbcb;
	margin: 0;
}


.logo_foot{
	height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: #1a1a1a;
    padding: 6px;
}

.logo_foot img{
    margin-top: -2px;
}


.divider{
	height: 40px;
	width: 1px;
	background-color: rgba(255, 255, 255, .6);
}

.save_button_footer{
	position: relative;
	/*overflow: hidden;*/
}

.save_button_footer i{
	font-size: 18px;
	color: #fff;
}

.save_button_footer .dropdown-menu{
	width: auto;
    min-width: max-content;
    text-align: center;
    background-color: #497541;
    height: 0;
    padding: 0;
    transition: 1s all;
    overflow: hidden;
    border-radius: 40px;
    z-index: -1;
    left: -20px !important;
    top: -165px !important;
}

.save_button_footer .dropdown-menu li{
	font-size: 12px;
	color: #fff;
	padding: 8px 0px;
}

.save_button_footer .dropdown-toggle::after
{
	display: none!important;
}

.save_button_footer .dropdown-menu i{
	color: #fff;
	margin-bottom: 8px;
	font-size: 18px;
}

@media (max-width:450px)
{
	.v_card_main
	{
		width: 100%;
	}
	.footer_button{
		width: 100%;
	}
}

@media (max-width:425px)
{
	.info_tabs .nav-link{
		font-size: 9px;
	}
	.user_proffesion span{
		font-size: 10px;
	}

	.enquiry_side_pop{
		width: 90%;
	}
}

@media (max-width:370px)
{
	.info_tabs .nav-link{
		font-size: 8.5px;
	}	
	.info_tabs .nav-link{
		margin-left: 5px;
	}
	.user_proffesion span{
		font-size: 9.5px;
	}
}




.save_button_footer .dropdown-menu.show {
  height: 160px;
	padding: 20px;
}


a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color:rgba(255, 255, 255, .6)
}
.contact_save_main_sec{
    background-color: #497541;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 15px;
}


.grecaptcha-badge{
    display: none!important;
}



.not_found_container{
	z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
}

.not_found_container h1{
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}



.glitch {
  font-size: 75px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: glitch-effect 1.5s infinite steps(1);
  text-align: center;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  background: transparent;
}
.glitch::before {
  left: 2px;
  text-shadow: -3px 3px red;
  animation: glitch-swipe 2s infinite steps(1);
}
.glitch::after {
  left: -2px;
  text-shadow: 3px -3px cyan;
  animation: glitch-swipe 2s infinite steps(1) reverse;
}
@keyframes glitch-swipe {
  0%,
  95% {
    transform: translate(0, 0);
    opacity: 1;
  }
  96% {
    transform: translate(-5px, 5px) skew(-5deg);
    opacity: 0.7;
  }
  97% {
    transform: translate(5px, -5px) skew(5deg);
    opacity: 0.7;
  }
  98% {
    transform: translate(-3px, 3px) skew(-3deg);
    opacity: 0.8;
  }
  99% {
    transform: translate(3px, -3px) skew(3deg);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.menu_main_btn_carousel {
    position: relative;
}


.menu_main_btn_carousel .owl-dots{
    display: none;
}

.menu_main_btn_carousel .owl-nav{
    position: absolute;
    top: -20px;
    right: 0px;
}

.menu_main_btn_carousel .owl-nav .disabled{
    background-color: rgba(0, 0, 0, .5)!important;
    color: #6a6a6a!important;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-radius: 3px;
}

.menu_main_btn_carousel .owl-nav button{
    background-color: rgba(0, 0, 0, .5)!important;
    color: #fff!important;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-radius: 3px;
}