/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Header style */
.fusion-header, .fusion-header.fusion-sticky-shadow {
	border-bottom: 1px solid #70707078 !important;
}
.fusion-header .fusion-row {
	max-width: 100% !important;
	height: 100%;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
	width: 87%;
	height: 100%;
}
.main_logo {
    padding: 5px 20px;
}
.main_logo img {
    width: 70%;
}
.main_menus a {
    display: inline-flex;
    padding: 0px 20px;
    height: 100% !important;
    align-items: center;
}
.main_menus a sup {
    color: #989898;
    font-size: 7px;
    top: -15px;
}
.main_menus a:first-child {
    border-left: 2px solid #e7e7e7;
/*     border-right: 2px solid #e7e7e7; */
    display: inline-flex;
    align-items: center;
	padding: 0px 30px;
}
.main_menu_grp, .menu_dropdown {
	height: 100%;
    overflow: hidden;
}
.main_menu_grp a:last-child {
	border-right: 2px solid #e7e7e7;
	padding-right: 40px;
}
.main_menu_grp a:first-child {
	padding-left: 40px;
}
.main_menus {
    display: flex;
    align-items: center;
	height: 100%;
}
.menu_pluse {
    margin-left: 30px;
    width: 17px;
}
.mobile_custom_menu {
    display: none;
}


.fusion-fullwidth.home_1st_sec {
	padding: 0px;
	margin-bottom: -1px;
}
img.hero_img {
    position: relative;
}
.hme_bnr_cpy {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 40%;
}
/* .hme_bnr_cpy.slide_one {
    top: 42%;
    transform: translateY(-50%);
} */
.hme_bnr_cpy  h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    color: #fff !important;
}
.hme_bnr_cpy p {
    color: #fff;
    font-weight: 100;
	width: 65%;
	padding-bottom: 10px;
	font-size: 18px;
}
.hamber_cta a {
    display: inline-flex;
	position: relative;
    align-items: center;
    gap: 8px;
    background-color: #ff9900;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;  	
	font-weight: 300;
}
.hamber_cta img {
	width: 30px !important;
    height: 25px;
	transform-origin: center bottom;
	transition: transform 0.3s ease;
}
.hamber_cta a:hover img {
	transform: rotate(48deg);
/* 	animation: hamberorder 0.4s; */
}
.hamber_cta a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background: #000;
    right: 20px;
    bottom: 10px;
}
.custom-dots {
    position: absolute;
    bottom: 25%;
    left: 5%;
    z-index: 9;
}
.custom-dots span {
    display: inline-block;
	font-weight: 100;
    margin: 0 5px;
    cursor: pointer;
    padding: 5px 10px 0px;
    background: transparent;
    color: #ffffff;
	position: relative;
}
.custom-dots span.active {
    background: transparent;
    color: #FF931F;
}
.custom-dots span::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 7px;
    width: 20px;
    height: 1px;
    background-color: #989898;
}
.custom-dots span:last-child::after {
    content: none; 
}

/* @keyframes hamberorder {
    0% {
        transform: rotate(0deg);        
    }    
    100% {
        transform: rotate(48deg);
    }
} */
.home_1st_sec .fusion_builder_column {
	margin-bottom: 0px !important;
}
.home_1st_sec .fusion-column-wrapper {
    position: relative;
}
.cta_wth_arrow.philos_btn_arr {
    margin-top: 25px;
}
.cta_wth_arrow {
    display: inline-block;
}
.cta_wth_arrow a {
    align-items: center;
    background: #FF9E26;
    display: flex;
	display: -webkit-flex;
    padding: 10px 20px;
    border-radius: 6px;
	font-weight: 300;
}
.cta_wth_arrow a img {
    transition: margin-left 0.2s ease-in-out;
	width: 20px;
	margin-left: 20px;
}
.cta_wth_arrow a:hover img {
	margin-left: 30px;
    filter: invert(1);
}
/* .cta_wth_arrow a:hover {
	width: calc(100% + 20px)
} */
.home_5th_sec .fusion-layout-column {
    width: 95%;
    margin: 0 auto;
}
.news-section {
    margin-top: 10px;
}
.news-item {
    background: #F4F4F4;
    display: flex;
    margin-bottom: 40px;
	align-items: center;
}
.news-image {
    width: 30%;
}
.news-image img {
    width: 85%;
}
.news_detail {
    width: 65%;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
h3.news-headline {
	width: 75%;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
	margin-bottom: 0px;
}
.news-content {
	width: 70%;
}
.news-meta {
    padding-bottom: 25px;
	font-weight: 300;
}
.fusion-fullwidth.home_5th_sec {
    padding-top: 50px;
	padding-bottom: 30px;
}
.fusion-fullwidth.vak_1st_sec {
    padding: 0px;
}
.vak_bnr_cpy {
    width: 33%;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-65%, -50%);
}
.vak_bnr_cpy h1 {
    font-size: 55px !important;
    font-weight: 800 !important;
    color: #fff !important;
}
.vak_bnr_cpy p {
    color: #fff;
    font-weight: 100;
}
.vak_main_desc {
    text-align: center;
    width: 45%;
    margin: 0 auto;
}
.vak_main_desc p {
    font-weight: 300;
}
.vak_main_desc h2 {
    font-size: 40px !important;
    font-weight: 800 !important;
    margin-bottom: 40px !important;
}
.fusion-fullwidth.vak_2nd_sec {
    padding: 30px 0px 50px;
}
.fusion-fullwidth.vak_5th_sec {
    background: linear-gradient(180deg, #8F3A19, #5C3103) !important;
	padding: 50px 0px 30px;
}
.fusion-fullwidth.vak_3rd_sec {
    background: #100F0C;
	padding: 0px;
}
.vak_3rd_sec  .fusion-layout-column {
    margin-bottom: 0px;
}
.vakil_vision_wrap {
    display: flex;
	align-items: center;
}
.vv_wrp_left {
    width: 50%;
	color: #fff;
    font-weight: 300;
}
.vv_wrp_right {
	width: 50%;
}
.vv_wrp_left h2.circle_tit {
    color: #fff;
	margin-bottom: 20px;
}
.vv_wl_cont {
    width: 80%;
    margin: 0 auto;
}
ul.vak_vis_list {
    padding: 20px 0px 0px 20px;
}
ul.vak_vis_list li {
    margin-bottom: 20px;
}
.desktop-only { 
	display: block; 
}
.mobile-only { 
	display: none !important; 
}

/* Vakeel Accordion */
.vak_accordion {
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.accordion-item {
	border-bottom: 1px solid #ddd;
}
.accordion-header {
	background: #f5f5f5;
	padding: 15px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: background 0.3s;
}
.accordion-header:hover {
	background: #e2e2e2;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 15px;
	background: #fff;
}
.accordion-content p {
	padding: 15px 0;
	margin: 0;
}
.accordion-item.active .accordion-content {
	max-height: 200px;
}
/* Vakeel Accordion Ends */

/* Vakeel tab */
.tab-container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.vakil_tabs {
	display: flex;
	border: 1px solid #c9a98a;
	border-radius: 10px;
	overflow: hidden;
}
.tab {
	padding: 24px 30px;
	cursor: pointer;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	transition: background 0.3s ease;
}
.tab.active {
	background: rgb(255 255 255 / 20%);
}
.content-section .vakil_citizen {
	display: none;
}
.content-section.active .vakil_citizen{
	display: flex;
	justify-content: center;
	gap: 40px;
	padding-top: 40px;
}
.Single_box {
	width: 25%;
	margin: 30px;
	color: #fff;
}
.Single_box h2 {
	color: #fff;
	font-weight: 600 !important;
	margin: 0 0 10px 0;
}
.Single_box hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 15px 0;
}
.Single_box h3 {
	color: #fff !important;
    font-size: 28px !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
}
.Single_box p {
	font-weight: 300;
}
.vakil_tabs button.tab img {
    width: 20px;
}
h2.circle_tit.white {
    color: #fff;
}
.vakil-pag-tab-wrap {
    width: 90% !important;
    margin: 0 auto;
}
p.ylw_bult {
    position: relative;
    padding-left: 20px;
}
p.ylw_bult:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: transparent;
    border: 2px solid #FF9E26;
    border-radius: 50px;
    left: 0;
    top: 6px;
}
.fusion-fullwidth.vak_6th_sec {
    padding: 100px 0px;
}
.lets_work_wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.lww_left {
    width: 50%;
}
.lww_right {
    width: 50%;
}
.lww_left img, .wrap_lvw_cpy {
    width: 70%;
}
.wrap_lvw_cpy p {
    font-weight: 300;
	margin-bottom: 30px !important;
}
.vak_banr img {
    width: 100%;
}


/*   home products starts */
.hp_tab {
    display: inline-block;
    padding: 12px 20px;
	font-size: 22px;
    cursor: pointer;
	width: max-content;
    height: fit-content;
    background: #fff;
	color: #000;    
	position: absolute;
	right: 7%;
    top: 50%;
	transform: translateY(-50%) rotate(60deg);
}
.hp_tab.left {
    right: 9%;
}
.hp_tab.active {
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
}
.product-content {
    display: none;
	width: 70%;
    margin: 85px auto 45px;  
}
.fusion-fullwidth.home_3rd_sec {
    padding: 0px 0px 0px;
}
.fusion-layout-column.home_spcl_sec {
	margin: 0% 5% !important;
    padding: 60px 0px 0px;
}
.home_3rd_sec {
    position: relative;
	overflow: hidden !important;
}
.home_3rd_sec .fusion-layout-column {
    margin-bottom: 0px;
}
.home_3rd_sec .circle_column {
  --dynamic-size: 100px;              
  --dynamic-width: var(--dynamic-size);
  --dynamic-height: var(--dynamic-size);
  --dynamic-section-height: var(--dynamic-section-height);
}
.home_product_tab:before {
	position: absolute;
    content: "";
    top: 0;
    left: 50%;
	width: var(--dynamic-width);        
	height: var(--dynamic-height);
	border: 10px solid #e68a00;
    transform: translateX(-50%);
    border-radius: 50%;
	overflow: hidden;
	z-index: -1;
	transition: transform 0.3s ease;
} 
.home_3rd_sec .circle_column.rotate:before {
	transform: rotate(30deg);
}
.all-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 30px 0px;
}
.product {
    width: 30.33%;
	padding: 0px 30px 0px 40px;
    border-right: 1px solid #70707078;
}
.product:last-child {
	border-right: none;
}
.product p {
    font-weight: 300;
	width: 100%;
	margin-bottom: 10px !important;
}
.product-content p:first-child {
    text-align: center;
	font-weight: 300;
    width: 40%;
    margin: 50px auto;
}
.product img {
	width: 32%;
    margin-bottom: 15px;
}
img.tab_arrow {
    width: 25px;
    margin-left: 10px;
}
.hp_tab img.tab_arrow {
    display: inline-block;
}
.hp_tab.active img.tab_arrow {
    display: none;
}
.prdt_arr_btn {
    text-align: center;
    margin-top: 30px;
}
/*   home products ends */
/*   home products mobile starts */



/*   home products mobile ends */

/* footer */
.fusion-footer .fusion-row {
    max-width: 100% !important;
}
footer.fusion-footer-widget-area {
    background: #fff;
    border: 1px solid #70707078;
	padding: 0px !important;
}
.footer_container_top {
    display: flex;
    width: 92%;
    margin: 0px auto;
    justify-content: space-between;
}
.pattern_bg {
	width: 60%;
    background: url(/wp-content/uploads/2025/09/footer-pattern.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	border-left: 1px solid #70707078;
    border-right: 1px solid #70707078;
}
.logo_block {
    width: 15%;
}
.logo_block img {
    width: 70%;
    margin: 10px 0px;
}
.social_block {
	width: 15%;
	display: flex;
    flex-wrap: wrap;
}
.social_icon {
    width: 25%;
    border-right: 1px solid #70707078;
    display: grid;
    justify-content: center;
    align-items: center;
}
.social_icon img {
    width: 70%;
    margin: 0 auto;
}
.footer_container_bottom {
    border-top: 1px solid #70707078;
}
.footer_container_bottom ul {
    display: flex;
    padding: 20px 0px !important;
    justify-content: center;
}
.footer_container_bottom ul li a, .footer_container_bottom ul li a:hover,
ul.menu_list_mobile li a {
    color: #000 !important;
}
.footer_container_bottom ul li {
    list-style: unset;
    color: #000;
	font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #70707078;
}
.footer_container_bottom ul li:last-child {
    border-right: unset;
}
img.show_on_desk {
	display: block;
}
img.show_on_mobile, .footer_mobile {
	display: none !important;
}
.vakil-pag-tab-wrap h2.circle_tit.white {
	margin-bottom: 20px;
}
.grecaptcha-badge { 
    visibility: hidden !important; 
}

ul.footer_links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: 3%;
}
ul.footer_links li a, ul.footer_links li a:hover,
ul.menu_list_mobile li a {
    color: #000 !important;
}
ul.footer_links li {
    text-wrap: nowrap;
    list-style: unset;
    color: #000;
    font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #70707078;
}
ul.footer_links li:last-child {
    padding-right: 0px;
    border-right: unset;
}

footer.fusion-footer-widget-area.fusion-widget-area {
   border: 0px;
}

section#custom_html-2 {
    border: 1px solid #70707078;
}

.textwidget.custom-html-widget {
    border: 1px solid #70707078;
}
.logo_block {
    width: unset;
}

/* Scroll to Top */
.to-top-container #toTop:hover {
    background-color:  #FF9E26 !important;
}
#toTop:hover:before {
    color: #1b1b1b;
}
#toTop:before {
    line-height: 30px;
}

.to-top-right #toTop {
    right: 10px;
    width:50px;
    height:30px;
}

@media (max-width: 992px) {
	.hp_tab {				
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.desktop-only { 
		display: none; 
	}
	.mobile-only { 
		display: block !important; 
	}
	img.show_on_desk, .footer_container_top, .footer_container_bottom {
		display: none !important;
	}
	img.show_on_mobile, .footer_mobile {
		display: block !important;
	}
	.fusion-header, .fusion-header.fusion-sticky-shadow {
		border-bottom: unset !important;
	}
	.header_wrap {
		display: none;
	}
	.mobile_custom_menu.menu_open {
		border-radius: 30px 30px 0px 0px;
	}
	.mobile_custom_menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		border-radius: 50px;
		padding: 10px 20px;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	a.mobile_logo img {
		width: 60%;
	}
	.mobile_hamb, .mobile_hamb_close {
		width: 40px;
		cursor: pointer;
	}
	.main_menus {
		display: none;
		background: #fff;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
		border: 1px solid #ddd;
		border-top: unset;
		padding: 20px 0px 10px 0px;
		text-align: center;
		width: 100% !important;
		border-radius: 0px 0px 30px 30px;
		height: unset;
		z-index: -1;
	}
	.main_menus.mobile a {
		padding: 20px 0px;
		margin: 0px 20px 15px;
		position: relative;
		display: block;
		text-align: left;
		font-size: 18px;
	}
	.main_menus.mobile a:after {
		position: absolute;
		content: "";
		width: 100%;
		margin: 0 auto;
		height: 1px;
		background: #70707078;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.menu_pluse {
		position: absolute;
		top: 50%;
		right: 5px;
	}
	.main_menus.mobile a p {
		color: #989898;
		font-size: 12px;
		margin-bottom: 25px;
	}
	.mobile_hamb_close, .custom_hamberger.active .mobile_hamb {
		display: none;
	}
	.custom_hamberger.active .main_menus, .custom_hamberger.active .mobile_hamb_close {
		display: block;
	}
	.main_menus a:first-child, .main_menus a:last-child {
		border: unset;
	}
	.cta_wth_arrow.philos_btn_arr {
		margin-top: 15px;
	}
	.news-item {		
		flex-flow: column;
		margin-bottom: 30px;
	}
	.news-meta {
		padding-bottom: 15px;
	}
	.news-image, .news-image img, .news-content {
		width: 100%;
	}
	.news_detail {	
		width: 100%;
		display: block;	
		padding: 25px 20px 40px;
	}
	h3.news-headline {
		width: 100%;
		font-size: 20px !important;	
		line-height: 26px !important;
		margin-bottom: 30px;
	}
	.hme_bnr_cpy {
		top: 70%;
		left: 30px;
		transform: translateY(-75%);
		width: 85%;
	}
	.custom-dots {
		bottom: 30px;
		left: 20px;
	}
	.hme_bnr_cpy p {		
		width: 85%;
	}
	.footer_mobile {
		padding: 30px 0px;
	}
	.mobile_logo_block {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	ul.menu_list_mobile {
		padding: 30px 30px 20px !important;
		list-style: none;
		color: #000;
	}
	ul.menu_list_mobile li {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.social_block_mobile {
		border-top: 1px solid #70707078;
		border-bottom: 1px solid #70707078;
		display: flex;
		padding: 0px 30px;
	}
	.social_block_mobile .mbl_social_icon {
		border-left: 1px solid #70707078;
		width: 25%;
		padding: 20px;
		text-align: center;
		display: grid;
		justify-content: center;
		align-items: center;
	}
	.social_block_mobile .mbl_social_icon:last-child {
		border-right: 1px solid #70707078;
	}
	.mobile_logo_block, ul.menu_list_mobile {
		padding-left: 30px;
		padding-right: 30px;
	}
	.fusion-footer-widget-area .fusion-column-last {
		margin-bottom: 0px;
	}
	.fusion-layout-column.home_spcl_sec {
		padding-top: 30px;
		padding-bottom: 15px;
		margin: 0% !important;
	}
	.fusion-footer-widget-area .fusion-column {
		margin: 0px !important;
	}
	.home_product_tab:before {
		display: none;
	}
	.all-products {
		display: block;
	}
	.product-content p:first-child, .product {
		width: 100%;
	}
	.product-content {
		width: 100%;
		padding: 0px 30px;
		margin: 75px auto 30px;
		overflow: hidden;
	}
	.product {		
		padding-bottom: 24px;
		margin-bottom: 0px;
		border-right: none;
		text-align: center;
	}
	.product:last-child {
		border-bottom: unset;
		padding-bottom: 0px;
	}
	.hp_tab {
		position: static;
		transform: unset;
		background: #e7e7e7;
		font-size: 18px;
	}
	.hp_tab.active {
		transform: unset;
		background: #ff9e26;
	}
	.circle-container {
		display: flex;
		justify-content: center;
	}
	.product-content p:first-child {
		margin: 0px auto 50px;
		font-size: 20px;
		font-weight: 400;
		width: max-content;
        position: relative;
        background: #fff;
        padding: 0px 10px;
	}
	.product-content p:first-child:after {
		position: absolute;
		content: "";
		top: 7px;
		left: 50%;
		width: 1050px;
		height: 1050px;	
		border: 8px solid #e68a00;
		transform: translateX(-50%);
		border-radius: 50%;
		z-index: -1;
	}
	.product-content p:nth-child(2) {
		text-align: center;
		font-weight: 300;
		margin-bottom: 30px;
	}
	.hp_tab img.tab_arrow {
		display: none;
	}
	.hp_tab.left {    
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;    
	}
	.hp_tab.right {    
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;    
	}
	.hme_bnr_cpy.slide_one {
		top: 60%;
		transform: translateY(-50%);
	}
	.hme_bnr_cpy  h1 {
		font-size: 40px !important;
		line-height: 37px !important;
		margin-bottom: 10px;
	}
	.latest_news span.news-category, .latest_news span.news-date {
		font-size: 14px;
	}
	.fusion-fullwidth.home_5th_sec {
		padding-right: 10px;
	}	
	.product_carousel_moblie .owl-nav {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}	
	.product_carousel_moblie button.disabled {
		filter: opacity(0.5);
	}
	h2.circle_tit.float {
		justify-content: center;
	}
	.home_spcl_sec.fusion-layout-column {
		margin-bottom: 15px;
	}
	.product_carousel_moblie .owl-nav button {
		margin: 0px 6px;
	}
	.product_carousel_moblie .product img {
		width: 90px;
		margin: 0 auto 20px;
	}
	.product_carousel_moblie .product img.width_80 {
		width: 80px;
	}
	.product_carousel_moblie .cta_wth_arrow a img {
		width: 20px;
	}
	.prdt_arr_btn {
		margin-top: 20px;
	}
	.vak_bnr_cpy {
		width: 80%;
		text-align: center;		
		top: unset;
		bottom: 10%;
		left: 50%;
		transform: translate(-50%, 10%);
	}
	.vak_bnr_cpy h1 {
		font-weight: 700 !important;
		font-size: 40px !important;
		line-height: 37px !important;
		margin-bottom: 10px;
	}
	.vak_main_desc {
		width: 80%;
	}
	.fusion-fullwidth.vak_2nd_sec {
		padding: 30px 0px 20px;
	}
	.fusion-fullwidth.vak_3rd_sec {
		background: #fff;
	}
	.vakil_vision_wrap {		
		flex-flow: column;
	}
	.vv_wrp_right {
		width: 100%;
	}
	.vv_wl_cont {
		width: 85%;
	}
	.vv_wrp_left {
		width: 90%;	
		order: 1;
		background: #100F0C;
		margin: -30px auto 0px 0px;
		padding-bottom: 30px;
	}
	.lets_work_wrap {
		width: 100%;
		flex-flow: column;
	}
	.lww_left {
		width: 85%;
		margin-bottom: 30px;
	}
	.lww_right {
		width: 85%;
	}
	.fusion-fullwidth.vak_6th_sec {
		padding: 50px 0px 30px;
	}
	.lww_left img, .wrap_lvw_cpy {
		width: 100%;
	}
	.fusion-fullwidth.vak_5th_sec {		
		padding: 30px 0px 10px;
	}
	.tab {
		font-size: 15px;
		padding: 12px 20px;
		gap: 10px;
		text-align: left;
        line-height: 20px;
	}	
	.tab-container {		
        margin-bottom: 20px;
		justify-content: start;
	}
	.Single_box {
		width: 100%;	
		margin: 0px 0px 10px;
	}
	.content-section.active .vakil_citizen {		
		gap: 0px;
		padding-top: 20px;
		flex-flow: column;
	}
	.vakil-pag-tab-wrap {
		width: 85% !important;
	}
	.Single_box h3 {
		font-size: 22px !important;		
	}
	.Single_box h2 {
		font-size: 20px !important;
		line-height: 24px !important;
	}			
	.social_block_mobile .mbl_social_icon img {
		width: 25px;
	}
	.social_block_mobile .mbl_social_icon img.fb {
		width: 15px;
	}
	ul.menu_list_mobile {
        padding-bottom: 0px !important;
    }
    	.footer_mobile {
        padding-bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
	.news-image {
		width: 55%;
	}
	.news_detail {
		width: 100%;		
		align-items: flex-start;
		flex-direction: column;
		padding: 40px 30px;
	}
	.news-content, h3.news-headline {
		width: 100%;
	}
	.news-button {
		margin-top: 30px;
	}
}

@media (max-width: 567px){
    .mobile_logo_block img {
        width: 160px;
    }
 }

@media (max-width: 500px) {
	.vakil_tabs {		
		flex-flow: column;
		width: 100%;
	}
	.tab {
		justify-content: start;
		gap: 30px;
	}
	.vakil_tabs .tab:first-child {
		border-bottom: 1px solid #c9a98a;
		width: 100% !important;
	}
}

@media (max-width: 425px) {
	.product-content p:first-child:after {		
		width: 1168px;
		height: 1168px;		
	}
}

@media (min-width: 426px) and (max-width: 520px) {
	.product-content p:nth-child(2) {
		width: 80%;
        margin: 0 auto 20px; 
	}	     
}

@media (min-width: 521px) and (max-width: 768px) {
	.product-content p:nth-child(2) {
		width: 60%;
        margin: 0 auto 20px; 
	}	     
}

@media (min-width: 769px) and (max-width: 992px) {
	.main_menus a {
		padding: 0px 15px !important;
	}
	.main_logo {
		padding: 10px 0px;
		width: 30%;
	}
	.main_menus {
		width: 67%;
	}
	.main_menu_grp a:first-child {
		padding-left: 15px;
	}
	.main_menu_grp a:last-child {
		padding-right: 15px;
	}
	.header_wrap {
		width: 100%;
	}
	.logo_block {
		width: 25%;
	}
	.social_block {
    	width: 40%;
	}
	.pattern_bg {
    	width: 35%;
	}
	img.hero_img.show_on_desk {
		height: 450px;
		object-fit: cover;
	}
	.custom-dots {
		bottom: 10%;
	}
	.hme_bnr_cpy {
		top: 15%;
		width: 70%;
	}
	.hme_bnr_cpy.slide_one {
		top: 45%;
		transform: translateY(-50%);
	}
	.product-content {	
		width: 95%;		
	}
	.vak_bnr_cpy h1 {
		font-size: 28px !important;
		line-height: 34px !important;		
	}
	.news-image img {
		width: 100%;
	}

	.footer_container_top {
        justify-content: unset;
        gap: 0px;
    }
    .logo_block img {
        width: 80%;
    }
    .pattern_bg {
        display:none;
    }
     .footer_links {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) { 
	.vak_main_desc {
		width: 55%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.product-content {
		width: 85%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header_wrap {
		width: 95%;
	}
	.logo_block {
		width: 25%;
	}
	.social_block {
    	width: 30%;
	}
	img.hero_img.show_on_desk {
		height: 450px;
		object-fit: cover;
	}
	.hme_bnr_cpy {
		top: 15%;
		width: 50%;
	}
	.custom-dots {
		bottom: 10%;
	}
	.hme_bnr_cpy.slide_one {
		top: 47%;
		transform: translateY(-50%);
	}
	.vak_bnr_cpy h1 {
		font-size: 36px !important;
		line-height: 40px !important;		
	}
	.vak_main_desc {
		width: 55%;
	}
	.news-image img {
		width: 90%;
	}
	 .logo_block img {
       width: 60%;
    }
    .pattern_bg {
        width: 40%;
		display:none;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.logo_block {
		width: 20%;
	}
	.social_block {
    	width: 25%;
	}
	.pattern_bg {
    	width: 55%;
	}
	.hme_bnr_cpy {	
		top: 15%;
		width: 50%;
	}	
	.custom-dots {
		bottom: 15%;
	}
}
@media (min-width: 1201px) and (max-width: 1600px) {
	h3.news-headline {
		width: 90%;		
		font-size: 23px !important;		
		line-height: 30px !important;
	}
}
@media (min-width: 1401px) and (max-width: 1600px) {
	.logo_block {
		width: 20%;
	}
	.social_block {
    	width: 25%;
	}
	.pattern_bg {
    	width: 55%;
	}
	.hme_bnr_cpy {	
		width: 50%;
	}	
	.custom-dots {
		bottom: 15%;
	}
	.fusion-fullwidth.vak_2nd_sec {
		padding: 30px 0px 30px;
	}
	ul.footer_links {
        margin-left: 2%;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
	.logo_block {
		width: 20%;
	}
	.social_block {
    	width: 25%;
	}
	.pattern_bg {
    	width: 55%;
	}
	.hme_bnr_cpy {	
		width: 50%;
	}	
	.custom-dots {
		bottom: 15%;
	}
}

@media (min-width: 1550px) {
	.product {
		width: 27%;		
	}
}

@media (min-width: 2000px) {
	.latest_news {
		width: 70vw;
		margin: 0 auto;
	}
	.hme_bnr_cpy  h1 {
		font-size: 70px !important;
		line-height: 80px !important;
	}
	.hme_bnr_cpy p, #dynamic-text, .product-content p:first-child, .product p, .product p b,
	.advisory_brd_cont_sec p, .advisory_brd_des, .advisory_brd_rol, .about_advisory_brd_des, 
	.about_advisory_brd_rol {
		font-size: 20px;
		line-height: 25px;
	}
	.section-label-sub, .circle_tit {
		font-size: 25px !important;
	}
	.hme_bnr_cpy {
		top: 35%;
	}
	.custom-dots {
		bottom: 15%;
	}
	.hamber_cta a, .news-meta {
		font-size: 18px;
	}
	.pattern_bg {
        width: 70%;
    }
	.home_3rd_sec .fusion-layout-column.p-0.m-0 {
		max-width: 80%;
		margin: auto !important;
	}
}

/* homepage product tab positioning */
@media (min-width: 769px) and (max-width: 830px) {
	.hp_tab {		
		top: 99px;
		right: 10px;		
		transform: translateY(-50%) rotate(33deg);	
	}
}
@media (min-width: 831px) and (max-width: 849px) {
	.hp_tab {		
		top: 90px;
		right: 35px;		
		transform: translateY(-50%) rotate(30deg);
	}
}
@media (min-width: 850px) and (max-width: 929px) {
	.hp_tab {   
		right: -23px;
		top: 145px;
		transform: translateY(-50%) rotate(40deg);
	}
}
@media (min-width: 930px) and (max-width: 992px) {
	.hp_tab {   
		right: 0;
		top: 145px;
		transform: translateY(-50%) rotate(40deg);
	}
}
@media (min-width: 993px) and (max-width: 1100px) {
	.hp_tab {		
		right: 11%;
		top: 92px;
		transform: translateY(-50%) rotate(30deg);				
	}
}
@media (min-width: 1101px) and (max-width: 1149px) {
	.hp_tab {		
		right: 11%;
		top: 100px;
		transform: translateY(-50%) rotate(30deg);				
	}
}
@media (min-width: 1150px) and (max-width: 1180px) {
	.hp_tab {		
		right: 150px;
		top: 111px;
		transform: translateY(-50%) rotate(34deg);		
	}
}
@media (min-width: 1181px) and (max-width: 1200px) {
	.hp_tab {		
		right: 150px;
		top: 120px;
		transform: translateY(-50%) rotate(34deg);	
	}
}
@media (min-width: 1201px) and (max-width: 1230px) {
	.hp_tab {		
		right: 0%;				
	}
}
@media (min-width: 1231px) and (max-width: 1254px) {
	.hp_tab {		
		right: 1%;				
	}
}
@media (min-width: 1255px) and (max-width: 1300px) {
	.hp_tab {		
		right: 2%;				
	}
}
/* new positioning */
@media (min-width: 1301px) and (max-width: 1349px) {
	.hp_tab {		
		right: 66px;
		transform: translateY(-50%) rotate(64deg);
	}
	.hp_tab.left {
		right: 90px;
	}
}
@media (min-width: 1350px) and (max-width: 1390px) {
	.hp_tab {		
		right: 88px;		
		transform: translateY(-50%) rotate(62deg);
	}
	.hp_tab.left {
		right: 102px;
	}
}
/* 1391px to 1429px actual code will work */
@media (min-width: 1430px) and (max-width: 1489px) {
	.hp_tab {
		right: 108px;
	}
	.hp_tab.left {
		right: 132px;
	}
}
@media (min-width: 1490px) and (max-width: 1520px) {
	.hp_tab {		
		right: 135px;	
		transform: translateY(-50%) rotate(58deg);
	}
	.hp_tab.left {
		right: 150px;
	}
}
@media (min-width: 1521px) and (max-width: 1565px) {
	.hp_tab {		
		right: 140px;		
		transform: translateY(-50%) rotate(58deg);
	}
	.hp_tab.left {
		right: 160px;
	}
}
@media (min-width: 1566px) and (max-width: 1590px) {
	.hp_tab {		
		right: 160px;    
		transform: translateY(-50%) rotate(57deg);		
	}
	.hp_tab.left {
		right: 175px;
	}
}
@media (min-width: 1591px) and (max-width: 1630px) {
	.hp_tab {		
		right: 160px;    
		transform: translateY(-50%) rotate(55deg);		
	}
	.hp_tab.left {
		right: 175px;
	}
}
@media (min-width: 1631px) and (max-width: 1659px) {
	.hp_tab {		
		right: 175px;    
		transform: translateY(-50%) rotate(54deg);		
	}
	.hp_tab.left {
		right: 190px;
	}
}
@media (min-width: 1660px) and (max-width: 1730px) {
	.hp_tab {		
		right: 185px;    
		transform: translateY(-50%) rotate(54deg);		
	}
	.hp_tab.left {
		right: 202px;
	}
}
@media (min-width: 1731px) and (max-width: 1779px) {
	.hp_tab {		
		right: 210px;
		transform: translateY(-50%) rotate(54deg);	
	}
	.hp_tab.left {
		right: 222px;
	}
}
@media (min-width: 1780px) and (max-width: 1819px) {
	.hp_tab {		
		right: 222px;
		transform: translateY(-50%) rotate(52deg);
	}
	.hp_tab.left {
		right: 240px;
	}
}
@media (min-width: 1820px) and (max-width: 1850px) {
	.hp_tab {		
		right: 232px;
		transform: translateY(-50%) rotate(52deg);
	}
	.hp_tab.left {
		right: 250px;
	}
}
@media (min-width: 1851px) and (max-width: 1889px) {
	.hp_tab {		
		right: 244px;
		transform: translateY(-50%) rotate(52deg);
	}
	.hp_tab.left {
		right: 270px;
	}
}
@media (min-width: 1890px) {
	.hp_tab {		
		right: 253px;
		top: 50%;
		transform: translateY(-50%) rotate(50deg);
	}
	.hp_tab.left {
		right: 280px;
	}
}
@media (min-width: 2000px) {
	.hp_tab {
		right: 260px;
		transform: translateY(-50%) rotate(52deg);
	}
}
/* homepage product tab positioning end */

/* vakil banner positioning */
@media (min-width: 1200px) and (max-width: 1300px) {
	.vak_bnr_cpy {
		width: 49%;
		left: 74%;
	}
}
@media (min-width: 1301px) and (max-width: 1490px) {
	.vak_bnr_cpy {
		width: 43%;
		left: 70%;		
	}
}
@media (min-width: 1491px) and (max-width: 1600px) {
	.vak_bnr_cpy {
		width: 40%;			
	}
}
@media (min-width: 1601px) and (max-width: 1730px) {
	.vak_bnr_cpy {
		width: 37%;			
	}
}
@media (min-width: 1731px) and (max-width: 1830px) {
	.vak_bnr_cpy {
		width: 35%;			
	}
}
@media (min-width: 2000px){
	.vak_bnr_cpy {
		width: 25%;		
	}
}

/* .home_product_tab.desktop-only {
  position: sticky;
  top: 0;
  z-index: 10; 
  transition: top 0.3s ease;
} */


/* .sticky-released {
  position: relative;
}
.sticky {
  position: sticky;
  top: 0;
} */

.home_3rd_sec {
    position: sticky;
    top: 60;
    height: 90vh;
/* 	height: var(--dynamic-section-height); */
    overflow: hidden;
}

@media (max-width: 992px) {
	.home_3rd_sec {
		height: unset;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	img.hero_img.show_on_mobile {
		height: 70vh;
		object-fit: cover;
	}
}

/* arc by sam */

.cta_wth_arrow{
    position: relative;
    z-index: 5;
    display: inline-block;
}
/* SECTION */
.home_3rd_sec {
  width: 100%;
  padding: 20px 0px 0px 0px;
  height:unset;
  /* overflow: hidden; */
}

/* CONTAINER */
.home_product_tab {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  width: 70%;
  margin: auto;
}

/* ARC */
.arc-circle {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  border: 10px solid #e68a01;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}

/* ROTATOR */
.arc-rotator {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 10px solid transparent;
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
  pointer-events: auto;
  margin-top:-10px;
  margin-left:-10px;
}

/* TABS */
.hp_tab {
  position: absolute;
  background: #fff;
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
  text-align:center;
  transform-origin: center;
}
.hp_tab img {
  width: 20px;
  margin-left: 8px;
margin-top:3px;
}

.hp_tab.active img {
  display: none;
}

/* CONTENT CENTER */
.content-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.product-content {
  /* max-width: 600px; */
  width:100%;
  display: none;
  font-size: 18px;
  margin: 45px auto 45px;
}
.product-content p{
font-size:16px;
}
.product-content.active {
  display: block;
}

.home_product_tab:before {
    display:none;
}

@media (max-width: 1200px) {
  .home_product_tab {
    width: 85%;
  }
  .product-content p:first-child {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .home_3rd_sec {
    padding: 80px 0 40px;
  }

  .home_product_tab {
    overflow: hidden;
    width: 100%;
  }

  /* Smaller arc */
  .arc-circle,
  .arc-rotator {
    border-width: 6px;
    top: 10px !important;
    bottom: unset !important;
    z-index: 1;
  }
  .arc-rotator {
       margin-top: -15px;
    margin-left: -6px;
}*/

  .hp_tab {
    font-size: 14px;
    padding: 8px 14px;
  }

  .hp_tab img {
    width: 14px;
  }

  .content-wrap {
    margin-top: 40px;
    padding: 0 20px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #ffffff 0%);
  }

  .product-content {
    font-size: 15px;
    line-height: 1.5;
    z-index: 2;
    margin: 45px auto 0px;
  }
}
/* MOBILE ARC CONTROLS */
.arc-mobile-controls {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  gap: 0px;
  z-index: 5;
}

.arc-btn {

  border-radius: 50%;
  border: none;
  background: transparent;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.15s ease;
}
.arc-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.arc-btn.active:active {
  transform: scale(0.92);
}
.prdt_arr_btn{
 z-index:9;
}
/* show only on mobile */
@media (max-width: 768px) {
  .arc-mobile-controls {
    display: flex;
  }
  .product-content p:first-child {
    margin: unset;
    font-size: unset;
    font-weight: unset;
    width: unset;
    position: unset;
    padding: unset;
background:unset;
  }
  .product-content p:first-child:after {
     content:none;
  }
  .hp_tab{
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  background: #fff;
  padding: 10px 10px;
  }
  .hp_tab.active {
    transform: unset;
    background: #ffff;
}
}