/*
Theme Name:   Hello Elementor Child
Theme URI:    https://itfaam.ir/
Description:  A Hello Elementor Child Theme 
Author:       itfaam
Author URI:   http://itfaam.ir
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/



/*============ GLOBAL ============*/
body{
    overflow-x: hidden !important;
    margin: 0;
}
[data-elementor-type="wp-page"],
[data-elementor-type="single-post"] {
    overflow: hidden;
}
.elementor-widget-image .elementor-widget-container {
    display: flex;
}
.elementor-widget-image a{
    width: 100%;
    height: 100%;
}
p {
    margin: 0;
}
.elementor-icon-box-title {
    margin: 0;
}
.backdrop {
    backdrop-filter: blur(8px);
}

input, textarea, select, .qty, .woocommerce-input-wrapper .select2-selection--single{
    background-color: #f5f5f5 !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.justify-center {
    text-align: justify;
    text-align-last: center;
}

.elementor-icon-list-icon,
.elementor-icon-box-icon,
.mobile-menu-toggle .elementor-icon-wrapper {
    line-height: 0;
}

a {
    color: inherit;
}
@media only screen and (min-width: 1025px){
    .mobile-border-none .elementor-widget-container::after{
        display: none !important;
    }
    
}
@media only screen and (max-width: 768px){
    .mobile-relative{
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
    }
    .mobile-shadow-none,
    .mobile-shadow-none .elementor-widget-container{
        box-shadow: none !important;
    }
    
}



/*================ANIMATIONS================*/
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.zoomIn.visible{opacity:1;animation-name:zoomIn}

@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
.fadeInRight.visible{opacity:1;animation-name:fadeInRight}

@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
.fadeInLeft.visible{opacity:1;animation-name:fadeInLeft}

@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
.fadeInDown.visible{opacity:1;animation-name:fadeInDown}

@keyframes shadow_pulse{0%{box-shadow:0 0 0 0 #00000055}70%{box-shadow:0 0 0 20px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}
.shadow-pulse > .elementor-widget-container {animation: shadow_pulse 2s infinite;}

.elementor-animation-grow{transition-duration:.3s;transition-property:transform}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover{transform:scale(1.1)}

.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}
.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(.9)}

.animated{opacity:0;animation-duration: 1.25s;}


/*============TOOLS - BACKGROUND VIDEO============*/
.elementor-background-video-container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*============LIST ICON - ICON BOX - SOCIAL ICON============*/
.elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size);
    height: auto;
    display: inline-block;
}
.elementor-icon-list-item,
.elementor-icon-list-item a {
    display: flex;
    align-items: center;
}
.elementor-widget-social-icons .elementor-grid-item svg {
    width: var(--icon-size);
    height: var(--icon-size);
}
.elementor-widget-social-icons .elementor-grid-item a {
    padding: var(--icon-padding);
}
.elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.elementor-icon-box-wrapper p {
    margin: 0;
}
.elementor-icon-box-wrapper a {
    color: inherit;
}


/*============IMAGE - VIDEO - IFRAME============*/
.elementor-widget-image .elementor-widget-container,
.elementor-widget-video .elementor-widget-container,
.elementor-widget-google_maps .elementor-widget-container{
    overflow: hidden;
}
.elementor-widget-google_maps .elementor-custom-embed,
.elementor-widget-video img,
.elementor-widget-video img{
    display: flex;
    width:100%;
}
.elementor-widget-image a{
    display:inline-block;
    width:100%;
}


/*============HEIGHTS============*/
.height-full{
   height: 100%;
}
.height-zero{
   height: 0;
}
.height-var-min{
    height: var(--min-height);
}

/*============= tab ====================*/
.custom-tabs .elementor-tabs-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.custom-tabs .elementor-tab-title {
  width: 200px;
  line-height: 1.5em;
  text-align: center;
  border-radius: 10px;
  background: #f0f0f0;
  border: 2px solid #ddd;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 5px;
  font-size: 15px;
  box-shadow: 0 20px 20px -20px #0005;
}
.custom-tabs .elementor-tab-title:hover {
  background: #0073e6;
  border-color: #0073e6;
  color: #fff;
}
.custom-tabs .elementor-tab-title.active {
  background: #0073e6 !important;
  border-color: #0073e6 !important;
  color: #fff !important;
  box-shadow: 0 20px 20px -20px #0005;
}
.custom-tabs .elementor-tab-content {
  border: 1px solid #0002;
  border-radius: 15px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 20px 20px -20px #0005;
}
/*============ LINE NUMBER ============*/
.line-number > .elementor-widget-container {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}
.line-number-3 > .elementor-widget-container {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
}
.line-number-5 > .elementor-widget-container {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 5);
  line-clamp: 5;
}
.line-number-6 > .elementor-widget-container {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6;
   line-clamp: 6;
   -webkit-box-orient: vertical;
}


/*=========HIGHLIGHT OBJECTS=========*/
.highlight-title > .elementor-widget-container,
.highlight-title-2 > .elementor-widget-container {
    position: relative;
}
.highlight-title > .elementor-widget-container::after,
.highlight-title-2 > .elementor-widget-container::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    background-color: #015DB1;
}

.highlight-title-2 > .elementor-widget-container::after {
    background-color: #015DB1;
}

#article-title-box .highlight-title > .elementor-widget-container::after,
#footer .highlight-title > .elementor-widget-container::after,
#page-single-title .highlight-title > .elementor-widget-container::after {
    background-color: #fff;
}

/*=============video home ==========*/
#video-home .e-hosted-video,
#video-home .e-hosted-video .elementor-custom-embed-image-overlay,
#video-home .e-hosted-video img {
    height: 100%;
    object-fit: cover;
}
/*====================================*/
.collaborate-with-list-item-img img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.collaborate-with-list-item-img img:hover {
     filter: grayscale(0%)
}
/*=========================================*/
.icon-box-about .elementor-icon-box-icon {
    background-color: #0760CB;
    padding: 20px;
    border-radius: 100px;
}
.icon-box-about .elementor-icon-box-content {
    background-color: #0760CB;
    padding: 10px;
    border-radius: 10px;
}

#background-green .elementor-icon-box-icon {
    background: linear-gradient(45deg, #25d366, #128c7e) !important;
}
#background-green .elementor-icon-box-content {
    background: linear-gradient(45deg, #25d366, #128c7e) !important;
}

#background-red  .elementor-icon-box-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
#background-red  .elementor-icon-box-content {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#background-orange  .elementor-icon-box-icon {
    background: linear-gradient(45deg, #ff8c00, #ffa500);
}
#background-orange  .elementor-icon-box-content {
    background: linear-gradient(45deg, #ff8c00, #ffa500);
}
/*==============================================*/
.background-blue {
    background: linear-gradient(45deg, #0088cc, #24a1e1) !important;
}

/*============HEADER============*/
#header-home,
#header-home .header-logo img,
#header-global,
#header-global .header-logo img {
    transition: all 0.3s;
}
#header-home.fixed .header-logo img,
#header-global.fixed .header-logo img {
    height: 40px;
}
#header-home.fixed,
#header-global.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 60px;
}

@media only screen and (max-width: 767px) {
    #header-home {
        position: fixed;
        top: -70px;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    #header-home.fixed {
        top: 0;
    }
}

/*============FOOTER============*/
#fixed-footer .elementor-icon-box-wrapper {
    flex-direction: column;
}

/*============TOOLS - VIDEO LAUNCHER============*/
.video-launcher-inline,
.video-launcher-modal {
    cursor: pointer;
}

/*================MEDIA PLAYER MODAL================*/
:root {
	--media-player-width: min(100vw - 60px, 700px);
}
#video-player-modal,
#audio-player-modal {
	position: fixed;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
	display: none;
}
#video-player-modal.active,
#audio-player-modal.active {
	display: block;
}
#video-player-modal .modal-closer,
#audio-player-modal .modal-closer {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
}
#video-player-modal .modal-inner,
#audio-player-modal .modal-inner {
	width: max-content;
	height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	gap: 20px;
}
#video-player-modal .modal-body,
#audio-player-modal .modal-body {
	flex-grow: 1;
	width: var(--media-player-width);
	height: calc(var(--media-player-width) * 0.5625);
	display: flex;
    justify-content: center;
    align-items: center;
}
#audio-player-modal .modal-body {
	height: auto !important;
}
#video-player-modal .modal-close-btn,
#audio-player-modal .modal-close-btn {
	flex-shrink: 0;
    background-color: red;
    color: white;
    padding: 10px 50px;
    font-size: 15px;
    border-radius: 100px;
    outline: 3px solid #0005;
    outline-offset: -3px;
    cursor: pointer;
}
#video-player-modal iframe {
	border: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;
}
#video-player-modal video {
	border: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;
}
#video-player-modal audio {
}


/*=========CUSTOM MAIN MENU=========*/
.custom-menu > .elementor-widget-container {
    overflow: visible !important;
    background-color: #00000000;
    box-shadow: none;
    border-radius: 0;
}
.custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-menu ul.menu {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.custom-menu ul li a {
    width: 100%;
    display: inline-block;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item > a {
	font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    color: #000;
    width: max-content;
    cursor: pointer;
}
.custom-menu ul.menu > li.menu-item > a:hover {
    color: #1A237E;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item-has-children {
	padding-inline-end: 15px;
}
.custom-menu li.menu-item-has-children {
	position: relative;
}
/*----------------------------------*/
.custom-menu ul.sub-menu {
    position: absolute;
    transition: all 0.3s;
	box-shadow: 0 0 0 0 rgb(0,0,0,0);
	background-color: #fff;
    z-index: 9;
    flex-direction: column;
    width: max-content;
    height: max-content;
    display: none;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item-has-children > ul {
    top: 100%;
    right: 0;
}
/*----------------------------------*/
.custom-menu ul li ul {
    top: 0;
    right: 100%;
}
/*----------------------------------*/
.custom-menu ul li li a {
    padding: 10px 20px 10px 40px;
    color: #000;
    font-size: 16px;
}
/*----------------------------------*/
.custom-menu .sub-arrow {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%2311D397' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: auto;
	background-color: rgba(0,0,0,0);
}
.custom-menu ul.menu > li.menu-item-has-children > .sub-arrow {
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    background-size: auto 100%;
}
.custom-menu li li.menu-item-has-children > .sub-arrow {
    height: 100%;
    transform: rotate(180deg);
    background-color: #fff;
    border-inline-end: 1px solid #eee;
    width: 30px;
    background-size: 9px auto;
}
/*----------------------------------*/
.custom-menu ul li {
    border-bottom: 1px solid #eee;
}
.custom-menu ul li:last-child {
    border-bottom: none;
}
/*----------------------------------*/
#mobile-menu-modal ul.menu {
    flex-direction: column;
    gap: 0;
}
#mobile-menu-modal li.menu-item a::after {
    display: none !important;
}
#mobile-menu-modal ul.sub-menu {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    box-shadow: 0 0 0 0 rgb(0,0,0,0) !important;
    background-color: #00000008;
    width: 100% !important;
}
#mobile-menu-modal li.menu-item-has-children.selected > ul {
	box-shadow: 0 0 20px -5px rgb(0,0,0,0.15);
    display: flex;
}
#mobile-menu-modal li.selected > a {
    background-color: #015db1;
    color: #fff;
    width: 100%;
}
#mobile-menu-modal li a {
    text-decoration: none;
}
#mobile-menu-modal li.menu-item-has-children {
    padding-inline-end: 0;
}
#mobile-menu-modal li.menu-item-has-children > .sub-arrow {
    bottom: auto;
    transform: rotate(180deg);
    background-color: #fff;
    border-inline-end: 1px solid #eee;
    width: 40px;
    height: 40px;
    background-size: 9px auto;
}
#mobile-menu-modal li.menu-item-has-children.selected > .sub-arrow {
    transform: rotate(90deg);
}
#mobile-menu-modal li > a {
    font-size: 14px;
    padding: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 60px;
}
/*----------------------------------*/
@media only screen and (min-width: 1024px) {
    .custom-menu ul.menu > li {
        border-bottom: none;
    }
    /* .custom-menu ul.menu > li.menu-item > a:hover {
        color: #000;
    } */
    .custom-menu li.menu-item-has-children:hover > ul {
    	box-shadow: 0 0 20px -5px rgb(0,0,0,0.15);
        display: flex;
    }
    .custom-menu ul li li a:hover {
        background-color: #11BA9A;
        color: #fff;
    }
}
/*----------------------------------*/
@media only screen and (max-width: 1024px) {
    .custom-menu#mobile-menu {
        display: none;
    }
    .custom-menu ul.menu{
        gap: 17px;
    }
}
/*=========END CUSTOM MAIN MENU=========*/


/*=========MODAL=========*/
/*body > *:not([data-elementor-type="footer"]) {*/
/*    filter: blur(0px);*/
/*}*/
/*body.modal-open > *:not([data-elementor-type="footer"]) {*/
/*	transition: all 0.2s;*/
/*    filter: blur(5px);*/
/*}*/
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: flex-start;
    filter: blur(0px) !important;
	visibility: hidden;
}
.modal.active {
	visibility: visible;
}
.modal .closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #00000055;
}
.modal .inner {
    background-color: #fff;
    position: relative;
	right: -100%;
    width: 300px;
    height: 100%;
    border-radius: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 3;
    -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
    scrollbar-width: none !important; /* for Firefox */
	transition: all 0.5s ease-in-out;
}
.modal.active .inner {
	right: 0%;
}
.modal .inner::-webkit-scrollbar {
    display: none !important; /* for Chrome, Safari, and Opera */
}
/*=========END MODAL=========*/



/*=================OBJECT CAROUSEL GRID=================*/
.object-carousel.elementor-grid-1 .e-loop-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.object-carousel.elementor-grid-2 .e-loop-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.object-carousel.elementor-grid-3 .e-loop-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.object-carousel.elementor-grid-4 .e-loop-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.object-carousel.elementor-grid-5 .e-loop-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
.object-carousel.elementor-grid-6 .e-loop-item {
	width: 16.66% !important;
	flex-basis: 16.66% !important;
}
.object-carousel.elementor-grid-7 .e-loop-item {
	width: 14.2% !important;
	flex-basis: 14.2% !important;
}
.object-carousel.elementor-grid-8 .e-loop-item {
	width: 12.5% !important;
	flex-basis: 12.5% !important;
}
@media only screen and (max-width: 1366px) {
	.object-carousel.elementor-grid-laptop-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-laptop-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-laptop-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-laptop-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-laptop-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-laptop-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-laptop-7 .e-loop-item {
	    width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-laptop-8 .e-loop-item {
	    width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.object-carousel.elementor-grid-tablet_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.object-carousel.elementor-grid-tablet-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-tablet-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-tablet-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 880px) {
	.object-carousel.elementor-grid-mobile_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 767px) {
	.object-carousel.elementor-grid-mobile-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-mobile-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-mobile-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}



/*=================PRODUCT CAROUSEL GRID=================*/
.product-carousel {
    
}
/*----------------------------------*/
.product-carousel.elementor-grid-1 .product-list-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.product-carousel.elementor-grid-2 .product-list-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.product-carousel.elementor-grid-3 .product-list-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.product-carousel.elementor-grid-4 .product-list-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.product-carousel.elementor-grid-5 .product-list-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
.product-carousel.elementor-grid-6 .product-list-item {
	width: 16.66% !important;
	flex-basis: 16.66% !important;
}
.product-carousel.elementor-grid-7 .product-list-item {
	width: 14.2% !important;
	flex-basis: 14.2% !important;
}
@media only screen and (max-width: 1366px) {
	.product-carousel.elementor-grid-laptop-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-laptop-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-laptop-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-laptop-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-laptop-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-laptop-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-laptop-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.product-carousel.elementor-grid-tablet_extra-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.product-carousel.elementor-grid-tablet-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-tablet-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-tablet-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-tablet-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-tablet-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-tablet-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-tablet-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 880px) {
	.product-carousel.elementor-grid-mobile_extra-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 767px) {
	.product-carousel.elementor-grid-mobile-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-mobile-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-mobile-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-mobile-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-mobile-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-mobile-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-mobile-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}


/*============CUSTOM CAROUSEL============*/
.image-carousel .elementor-image-gallery,
.image-carousel .gallery-icon{
    height: 100%;
}
.image-carousel .custom-carousel-bullet ~ .custom-carousel{
    padding-bottom: 0px !important;
}
.image-carousel .custom-carousel-box{
    overflow: visible !important;
}
.image-carousel .custom-carousel-box .custom-carousel-prev{
    right: -20px;
}
.image-carousel .custom-carousel-box .custom-carousel-next{
    left: -20px;;
}
.image-carousel .gallery-item {
    width: 100% !important;
    height: 100% !important;
}
.image-carousel .gallery-item img {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-carousel .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.swiper-carousel .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    direction: rtl;
    transform: none !important;
}
/*---------------------------------------*/
.image-carousel .gallery,
.product-carousel ul.products,
.product-gallery .woocommerce-product-gallery__wrapper,
.object-carousel .elementor-loop-container,
.custom-carousel {
    display: flex !important;
	flex-direction: row !important;
    flex-wrap: nowrap !important;
	gap: 0 !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
    scrollbar-width: none !important; /* for Firefox */
    transform: none !important;
}
.image-carousel .gallery::-webkit-scrollbar,
.product-carousel ul.products::-webkit-scrollbar,
.product-gallery .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
.object-carousel .elementor-loop-container::-webkit-scrollbar,
.custom-carousel::-webkit-scrollbar {
    display: none !important; /* for Chrome, Safari, and Opera */
}
.custom-carousel * {
    user-select: none;
}
.custom-carousel:hover {
    cursor: grab;
}
.custom-carousel.draging {
    cursor: grabbing;
    user-select: none;
}
.image-carousel .gallery-item,
.product-carousel .product-list-item,
.product-gallery .woocommerce-product-gallery__image,
.object-carousel .e-loop-item,
.custom-carousel .carousel-item {
    flex: 0 0 100% !important;
    /*flex: 0 0 auto !important;*/
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}
.image-carousel .elementor-image-gallery,
.product-carousel > .elementor-widget-container,
.object-carousel .elementor-widget-container,
.custom-carousel-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-carousel-box .custom-carousel-prev,
.custom-carousel-box .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 100px;
    z-index: 9;
    background-color: #fff;
    font-size: 40px;
    line-height: 45px;
    color: #aaa;
    text-align: center;
    direction: ltr;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 11px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-carousel-box .custom-carousel-next {
    left: -10px;
    transform: rotate(180deg);
}
/*.custom-carousel-box:hover .custom-carousel-next {*/
/*    left: 5px;*/
/*}*/
.custom-carousel-box .custom-carousel-prev {
    right: -10px;
}
/*.custom-carousel-box:hover .custom-carousel-prev {*/
/*    right: 5px;*/
/*}*/
/*----------------------------------------*/
.custom-carousel-bullet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-carousel-bullet a {
    display: flex;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 100px;
	cursor: pointer;
    flex-shrink: 0;
}
.custom-carousel-bullet a.active-index {
    background-color: #015db1;
    width: 40px;
    flex-shrink: 1;
}
.custom-carousel-bullet ~ .custom-carousel {
    padding-bottom: 20px;
}
.custom-carousel-box ~ .elementor-swiper-button {
	display: none !important;
}

.events-slider .custom-carousel-box{
    overflow: visible !important;
}

/*============SINGLE PRODUCT - GALLEY - DEFAULT============*/
#product-gallery-box {
    height: var(--min-height) !important;
}
.product-gallery,
.product-gallery .elementor-widget-container,
.product-gallery .woocommerce-product-gallery,
.product-gallery .woocommerce-product-gallery .flex-viewport,
.product-gallery .woocommerce-product-gallery__wrapper,
.product-gallery .woocommerce-product-gallery__image {
    height: 100% !important;
    width: 100% !important;
}
.product-gallery .woocommerce-product-gallery {
    overflow: hidden !important;
}
.product-gallery .woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-gallery .woocommerce-product-gallery {
    margin: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
}
.product-gallery .carousel-box {
    padding-bottom: 10px;
}
.product-gallery .zoomImg,
.product-gallery .flex-control-thumbs,
.product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}
.product-gallery .custom-carousel-bullet {
    bottom: 5px !important;
	z-index: 1 !important;
}
.product-gallery .custom-carousel-next {
    left: -10px !important;
}
.product-gallery .custom-carousel-prev {
    right: -10px !important;
}

@media only screen and (max-width: 767px) {
    #product-gallery-box {
        box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    }
}


/*================TABLE OF CONTENT================*/
#article-single-table-content ul {
    list-style: none;
    padding: 0;
}

#article-single-table-content ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #888;
    padding-right: 0;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#article-single-table-content ul li::before {
    content: "";
    width: 4px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
}

#article-single-table-content ul li[scrolled="active"] {
    color: #000;
}

#article-single-table-content ul li[scrolled="last-active"] {
    font-size: 17px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    padding-right: 20px;
}

#article-single-table-content ul li[scrolled="last-active"]::before {
    height: 100%;
}

/*================STICKY SIDE BAR================*/
#article-single-sidebar[sticky="relative"] {
    position: relative;
    top: 0 !important;
}

#article-single-sidebar[sticky="fixed"] {
    left: calc(50% - 600px);
}

#article-single-sidebar[sticky="absolute"] {
    left: 0;
}

#article-single-sidebar[sticky="fixed"] {
    position: fixed;
    bottom: auto !important;
}

#article-single-sidebar[sticky="absolute"] {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 512.5px);
    }
}

@media only screen and (max-width: 1025px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 384px);
    }
}

@media only screen and (max-width: 880px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 384px);
    }
}

@media only screen and (max-width: 767px) {
    #article-single-sidebar[sticky="fixed"] {
        top: 0 !important;
    }
    #article-single-sidebar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #article-single-sidebar {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}

/*================ARTICLE SINGLE================*/
#article-main-image {
    height: 100%;
}
#article-main-image img{
    display: flex;
}
/* #article-main-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, #fff, #fff5, #fff5);
} */

/*----------------------------------------------*/
#article-single-content .e-con {
    padding: 0;
}
#article-single-content h2 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 20px;
}
#article-single-content h3 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 17px;
}
#article-single-content h4 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 15px;
}

#reply-title {
    display: none;
}

#article-single-box .elementor-post-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#article-single-box .elementor-post-navigation .elementor-post-navigation__separator {
    width: 1px;
    height: 50px;
}

#article-single-box .elementor-post-navigation .elementor-post-navigation__link a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#article-single-box .elementor-post-navigation .elementor-post-navigation__link__next,
#article-single-box .elementor-post-navigation .elementor-post-navigation__link__prev {
    display: flex;
    flex-direction: column;
}

#article-single-box .elementor-post-navigation .elementor-post-navigation__link__prev {
    text-align: right;
}

#article-single-box .elementor-post-navigation .elementor-post-navigation__link__next {
    text-align: left;
}

#article-single-box .elementor-post-navigation .post-navigation__arrow-prev {
    margin-inline-end: 15px;
}

#article-single-box .elementor-post-navigation .post-navigation__arrow-next {
    margin-inline-start: 15px;
}

#article-single-box .elementor-post-navigation .post-navigation__arrow-wrapper i::before {
    display: none;
}

#article-single-box .elementor-post-navigation .post-navigation__arrow-wrapper i {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23B09A69' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 20px;
    display: inline-block;
}

#article-single-box .elementor-post-navigation .post-navigation__arrow-next i {
    transform: rotate(180deg);
}

#article-single-current-progress .current-progress {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

#article-single-box .elementor-author-box {
    display: flex;
}

#article-single-box .elementor-author-box .elementor-author-box__avatar {
    line-height: 0;
}

#article-single-box .elementor-author-box .elementor-author-box__avatar img {
    border-radius: 100px;
}

@media only screen and (max-width: 767px) {
    #article-content-shadow {
        box-shadow: none;
    }
    #article-single-background {
        background-color: #fff;
    }
    #article-single-box .elementor-post-navigation {
        flex-wrap: wrap;
    }

    #article-single-box .elementor-post-navigation__link {
        width: 100%;
    }

    #article-single-box .elementor-post-navigation__separator-wrapper {
        width: 100%;
        margin: 10px 0;
    }

    #article-single-box .elementor-post-navigation__separator {
        width: 100% !important;
        height: 1px !important;
    }
}

/*================LIST REVERSE================*/

.list-reverse .e-loop-item:nth-child(2n) .list-reverse-item{
    flex-direction: row-reverse;
} 


/*================REMOVE BUTTON FROM PAGE================*/
body.postid-9475 .remove-button{
    display: none;
}


/*================ARTICLES LIST PAGES================*/
.article-list-sidebar .search-field{
    background-color: #eee5 !important;
    padding-left:10px;
    padding-right:10px;
}
.article-list-sidebar .search-submit{
    padding-right: 15px;
    padding-left: 15px;
}
.search .elementor-search-form__container{
    display: flex;
}
.search input{
    border: none;
    border-radius: 0px 10px 10px 0px;
    font-size: 17px;
    width: 100%;
}
.search button{
    border: navajowhite;
    border-radius: 10px 0px 0px 10px;
}
.search .fa-search{
    width: 23px;
}

.title-two-line .elementor-heading-title{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-two-line .elementor-widget-container{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-one-line .elementor-widget-container{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*============GALLERY LIST ITEM============*/
.gallery-list-item {
    height: var(--min-height) !important;
    overflow: hidden !important;
}
.gallery-list-item .image {
    height: 100% !important;
}
.gallery-list-item .title{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery-list-item .inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80%;
    transform: skewX(-35deg);
    background: linear-gradient(to left,#0000,#fff5,#0000);
    width: 200px;
    height: 100%;
    mix-blend-mode: color-dodge;
    transition: 300ms linear;
}
.gallery-list-item .inner:hover:after {
    left: 120%;
}
.gallery-list-item .image::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0 0 17px 17px;
    background-image: linear-gradient(0deg,#0009 30%,#0000 70%);
}



/*============NEWS-BLOG LIST ITEM(main page)============*/
.news-blog-list-item {
    height: var(--min-height) !important;
    overflow: hidden !important;
}
.news-blog-list-item .image {
    height: 100% !important;
}
.news-blog-list-item .title{
    display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.news-blog-list-item .inner::after {
    content: "";
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -80% !important;
    transform: skewX(-35deg) !important;
    background: linear-gradient(to left,#0000,#fff5,#0000) !important;
    width: 200px !important;
    height: 100% !important;
    mix-blend-mode: color-dodge !important;
    transition: 300ms linear !important;
}
.news-blog-list-item .inner:hover:after {
    left: 120% !important;
}
.news-blog-list-item .image::after {
    content: "";
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    border-radius: 0 0 17px 17px !important;
    background-image: linear-gradient(0deg,#0009 30%,#0000 70%) !important;
}

.news-blog-list .custom-carousel-box{
    overflow: visible! important;
}

.news-blog-list .custom-carousel-bullet{
    bottom: -10px !important;
}
.news-list-item .inner{
    height:100%;
}
/*================FAMOUS NAMES FRAME================*/

.famous-list .custom-carousel-box{
    overflow: visible! important;
}
@media only screen and (max-width: 767px){
   .famous-list-item .data{
        background-color: #0000 !important;
    } 
    .famous-list-item .data .elementor-icon-box-icon{
        display: flex !important;
    }
    #famous-background-image{
    opacity: 0.1;
    }
}

/*================CENTER LIST FRAME================*/
.center-list .custom-carousel-box{
    overflow: visible! important;
}
.center-list .custom-carousel-bullet{
        bottom: -10px;
}
.center-list .custom-carousel{
    padding-bottom: 50px;
    padding-top: 50px;
}


/*================CENTERS SINGLE PAGE================*/
#article-single-summary {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#article-single-sidebar-title {
	--sidebar-title: polygon(0 0, calc(100% - 19px) 0, 100% 19px, 100% 100%, 0 100%);
    -webkit-clip-path: var(--sidebar-title);
	clip-path: var(--sidebar-title);
}
#article-single-sidebar-title::before {
    content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	-webkit-clip-path: var(--sidebar-title);
	clip-path: var(--sidebar-title);
	background-color: #fff;
}
#article-single-sidebar-news {
    --sidebar-news: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    -webkit-clip-path: var(--sidebar-news);
	clip-path: var(--sidebar-news);
}
#article-single-sidebar-title .elementor-heading-title {
    position: relative;
    z-index: 1;
}
#article-single-content .elementor-post-info__item-prefix {
    font-weight: 900;
    color: var(--e-global-color-primary);
    margin-left: 5px;
}
#article-single-video ~ #article-single-img {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    #article-single-title,
    #article-single-meta,
    #article-single-img,
    #article-single-video {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    #article-single-summary {
        text-align-last: center;
    }
    #article-single-video {
        margin-top: -70px;
    }
}




/*================WIDGET - FLIP CARD================*/
.flip-card {
    background-color: transparent;
    perspective: 1000px; /* for 3D effect */
}
.flip-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    max-width: 100% !important;
    max-height: 100% !important;
    flex-grow: 1 !important;
}
.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}
.flip-front, .flip-back {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.flip-front {
}
.flip-back {
    transform: rotateY(180deg);
}



/*============ACTIVITY LIST ITEM============*/
.activity-list-item .image-carousel{
    height: 350px;
}
.activity-list-item .gallery ~ .image {
    display: none !important;
}
@media only screen and (max-width: 767px){
   .activity-list-item .image-carousel{
        height: 430px;
    }
}
   

/*============ACTIVITY LIST============*/
@media only screen and (max-width: 767px){
    .absolute-mobile{
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        background-image: linear-gradient(#00000000, #015DB1DD);
    }
    .absolute-mobile .highlight-title .elementor-widget-container::after {
        background-color: #fff;
    }
    .absolute-mobile a {
        color: #fff !important;
    }
}


/*============NEWS/BLOG  PAGE============*/
.sidebar h5{
    display:none;
}
.sidebar ul{
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.sidebar li a{
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
}
/*============MAIN PAGE============*/
.achievement-list-item .achievement-text{
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
}
.achievement-list-item:hover .achievement-text {
    visibility: visible;
    opacity: 1;
}
.achievement-list-item .achievement-text .elementor-widget-container {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    backdrop-filter: blur(8px);
}
@media only screen and (max-width: 768px){
    .achievement-text > .elementor-widget-container{ 
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 8;
       line-clamp: 8;
       -webkit-box-orient: vertical;
    }
    .achievement-list-item:hover .achievement-text {
        display: none;
    }
    .achievement-list-item .mobile-image ~ .featured-image{
        display: none !important;
    }
}

.achievement-list-item .elementor-widget-container{ 
    color: #fff !important;
    font-size: 18px !important;
}
.collaborate-with-list .custom-carousel-bullet,
.famous-list .custom-carousel-bullet,
.news-list .custom-carousel-bullet,
.achievement-list .custom-carousel-bullet{
    display: none;
}
.collaborate-with-list .custom-carousel-box,
.news-list .custom-carousel-box,
.achievement-list .custom-carousel-box,
.social-speech .custom-carousel-box{
    overflow: visible;
}
.social-speech .custom-carousel-bullet{
    bottom: -10px;
}
.social-speech .custom-carousel-box .custom-carousel-prev,
.social-speech .custom-carousel-box .custom-carousel-next{
    box-shadow: none;
}
@media only screen and (max-width: 768px){
    .events-text > .elementor-widget-container{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
       -webkit-box-orient: vertical;
     }
}


/*============ABOUT US============*/
.about-colleagues .custom-carousel-box{
    overflow: visible !important;
}
.colleagues-social{
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.colleagues-image:hover .colleagues-social{
    opacity: 1;
    visibility: visible;
}
.colleagues-social .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.adviser-list-item .custom-carousel{
    height: 350px !important;
    align-items: flex-start !important;
}
.adviser-list-item .custom-carousel-bullet,
.about-colleagues .custom-carousel-bullet{
    display: none;
}
.adviser-list-item .custom-carousel-box{
    overflow: visible;
}
.circle-tab-box {
    height: var(--min-height);
}
.circle-tab-box .circle-tab-content {
    display: none;
}
.circle-tab-box .circle-tab-result {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    padding: 10px 40px;
}
.circle-tab-box .circle-tab-result .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-align-last: center;
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    padding: 20px 50px;
    background-color: #11ba9a;
    outline: 2px dashed #11ba9a;
    outline-offset: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.circle-tab-box .circle-tab-result .inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.bonyadzendegi.org/wp-content/uploads/2024/07/1.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}
.circle-tab-box .circle-tab-result .inner * {
    margin: 0;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .circle-tab-box .elementor-widget-tabs {
        display: none !important;
    }
}
@media only screen and (max-width: 1024px) {
    .circle-tab-box .circle-tab-item,
    .circle-tab-box .circle-tab-content,
    .circle-tab-box .circle-tab-result {
        display: none !important;
    }
    .circle-tab-box {
        height: max-content;
    }
}
/*--------------------------------------*/
.circle-tab-box .circle-tab-item {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
    height: 50px;
    width: 190px;
    background-color: #fff;
    padding: 0 8px;
    cursor: pointer;
}
.circle-tab-box .circle-tab-item .inner {
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    background-color: #eee;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0 20px;
    border-radius: 100px;
    outline: 3px solid #eee;
    outline-offset: 5px;
    color: #aaa;
}
.circle-tab-box .circle-tab-item:hover .inner {
    outline-color: #11ba9a;
}
.circle-tab-box .circle-tab-item.active .inner {
    outline-color: #11ba9a;
    background-color: #11ba9a;
    color: #fff;
}
.circle-tab-box .circle-tab-item::after,
.circle-tab-box .circle-tab-item::before {
    content: "";
    position: absolute;
	background-color: #fff;
}
.circle-tab-box .circle-tab-item::before {
    width: 30px;
    height: 2px;
    background-color: #eee;
}
.circle-tab-box .circle-tab-item::after {
    width: 15px;
    height: 15px;
    border: 3px solid #eee;
    border-radius: 100px;
	z-index: 1;
}
.circle-tab-box .circle-tab-item:hover::before,
.circle-tab-box .circle-tab-item.active::before {
	background-color: #11ba9a;
}
.circle-tab-box .circle-tab-item:hover::after,
.circle-tab-box .circle-tab-item.active::after {
	border-color: #11ba9a;
}
/*--------------------------------------*/
.circle-tab-box .circle-tab-item.active[data-color="color1"]::before,
.circle-tab-box .circle-tab-item.active[data-color="color1"] .inner {
    background-color: #a3cf62;
    outline-color: #a3cf62;
    color: #fff;
}
.circle-tab-box .circle-tab-item.active[data-color="color1"]::after {
    border-color: #a3cf62;
}
.circle-tab-box .circle-tab-result .inner[data-color="color1"] {
    background-color: #a3cf62;
    outline-color: #a3cf62;
}
.circle-tab-box .circle-tab-item.active[data-color="color2"]::before,
.circle-tab-box .circle-tab-item.active[data-color="color2"] .inner {
    background-color: #0062af;
    outline-color: #0062af;
    color: #fff;
}
.circle-tab-box .circle-tab-item.active[data-color="color2"]::after {
    border-color: #0062af;
}
.circle-tab-box .circle-tab-result .inner[data-color="color2"] {
    background-color: #0062af;
    outline-color: #0062af;
}
.circle-tab-box .circle-tab-item.active[data-color="color3"]::before,
.circle-tab-box .circle-tab-item.active[data-color="color3"] .inner {
    background-color: #38bb9c;
    outline-color: #38bb9c;
    color: #fff;
}
.circle-tab-box .circle-tab-item.active[data-color="color3"]::after {
    border-color: #38bb9c;
}
.circle-tab-box .circle-tab-result .inner[data-color="color3"] {
    background-color: #38bb9c;
    outline-color: #38bb9c;
}
.circle-tab-box .circle-tab-item.active[data-color="color4"]::before,
.circle-tab-box .circle-tab-item.active[data-color="color4"] .inner {
    background-color: #0095da;
    outline-color: #0095da;
    color: #fff;
}
.circle-tab-box .circle-tab-item.active[data-color="color4"]::after {
    border-color: #0095da;
}
.circle-tab-box .circle-tab-result .inner[data-color="color4"] {
    background-color: #0095da;
    outline-color: #0095da;
}
/*--------------------------------------*/
.circle-tab-box.number-2 .circle-tab-item.item-1,
.circle-tab-box.number-2 .circle-tab-item.item-2,
.circle-tab-box.number-3 .circle-tab-item.item-1,
.circle-tab-box.number-3 .circle-tab-item.item-2,
.circle-tab-box.number-3 .circle-tab-item.item-3,
.circle-tab-box.number-4 .circle-tab-item.item-1,
.circle-tab-box.number-4 .circle-tab-item.item-2,
.circle-tab-box.number-4 .circle-tab-item.item-3,
.circle-tab-box.number-4 .circle-tab-item.item-4,
.circle-tab-box.number-5 .circle-tab-item.item-1,
.circle-tab-box.number-5 .circle-tab-item.item-2,
.circle-tab-box.number-5 .circle-tab-item.item-3,
.circle-tab-box.number-5 .circle-tab-item.item-4,
.circle-tab-box.number-5 .circle-tab-item.item-5,
.circle-tab-box.number-7 .circle-tab-item.item-1,
.circle-tab-box.number-7 .circle-tab-item.item-2,
.circle-tab-box.number-7 .circle-tab-item.item-3,
.circle-tab-box.number-7 .circle-tab-item.item-4,
.circle-tab-box.number-7 .circle-tab-item.item-5,
.circle-tab-box.number-7 .circle-tab-item.item-6,
.circle-tab-box.number-7 .circle-tab-item.item-7 {
    direction: ltr;
}

.circle-tab-box.number-7 .circle-tab-item.item-1{top:-88px;left:calc(100% - 80px)}
.circle-tab-box.number-7 .circle-tab-item.item-1::before{transform:rotate(-70deg);top:calc(100% + 15px);right:calc(100% - 35px);width:60px}
.circle-tab-box.number-7 .circle-tab-item.item-1::after{top:calc(50% + 61px);right:calc(100% - 2px)}

.circle-tab-box.number-7 .circle-tab-item.item-8{top:-88px;right:calc(100% - 80px)}
.circle-tab-box.number-7 .circle-tab-item.item-8::before{transform:rotate(70deg);top:calc(100% + 15px);left:calc(100% - 35px);width:60px}
.circle-tab-box.number-7 .circle-tab-item.item-8::after{top:calc(50% + 61px);left:calc(100% - 2px)}

.circle-tab-box.number-3 .circle-tab-item.item-1,
.circle-tab-box.number-4 .circle-tab-item.item-1,
.circle-tab-box.number-5 .circle-tab-item.item-1,
.circle-tab-box.number-7 .circle-tab-item.item-2{top:-25px;left:calc(100% - 50px)}
.circle-tab-box.number-3 .circle-tab-item.item-1::before,
.circle-tab-box.number-4 .circle-tab-item.item-1::before,
.circle-tab-box.number-5 .circle-tab-item.item-1::before,
.circle-tab-box.number-7 .circle-tab-item.item-2::before{transform:rotate(-40deg);top:calc(100%);right:calc(100% - 10px)}
.circle-tab-box.number-3 .circle-tab-item.item-1::after,
.circle-tab-box.number-4 .circle-tab-item.item-1::after,
.circle-tab-box.number-5 .circle-tab-item.item-1::after,
.circle-tab-box.number-7 .circle-tab-item.item-2::after{top:calc(50% + 31px);right:calc(100% + 13px)}

.circle-tab-box.number-3 .circle-tab-item.item-4,
.circle-tab-box.number-4 .circle-tab-item.item-5,
.circle-tab-box.number-5 .circle-tab-item.item-6,
.circle-tab-box.number-7 .circle-tab-item.item-9{top:-25px;right:calc(100% - 50px)}
.circle-tab-box.number-3 .circle-tab-item.item-4::before,
.circle-tab-box.number-4 .circle-tab-item.item-5::before,
.circle-tab-box.number-5 .circle-tab-item.item-6::before,
.circle-tab-box.number-7 .circle-tab-item.item-9::before{transform:rotate(40deg);top:calc(100%);left:calc(100% - 10px)}
.circle-tab-box.number-3 .circle-tab-item.item-4::after,
.circle-tab-box.number-4 .circle-tab-item.item-5::after,
.circle-tab-box.number-5 .circle-tab-item.item-6::after,
.circle-tab-box.number-7 .circle-tab-item.item-9::after{top:calc(50% + 31px);left:calc(100% + 13px)}

.circle-tab-box.number-4 .circle-tab-item.item-2{top:calc(25%);left:calc(100% + 25px)}

.circle-tab-box.number-2 .circle-tab-item.item-1,
.circle-tab-box.number-5 .circle-tab-item.item-2,
.circle-tab-box.number-7 .circle-tab-item.item-3{top:calc(25% - 37px);left:calc(100% + 10px)}
.circle-tab-box.number-2 .circle-tab-item.item-1::before,
.circle-tab-box.number-4 .circle-tab-item.item-2::before,
.circle-tab-box.number-5 .circle-tab-item.item-2::before,
.circle-tab-box.number-7 .circle-tab-item.item-3::before{transform:rotate(-20deg);top:calc(100% - 10px);right:calc(100% - 5px)}
.circle-tab-box.number-2 .circle-tab-item.item-1::after,
.circle-tab-box.number-4 .circle-tab-item.item-2::after,
.circle-tab-box.number-5 .circle-tab-item.item-2::after,
.circle-tab-box.number-7 .circle-tab-item.item-3::after{top:calc(50% + 15px);right:calc(100% + 22px)}

.circle-tab-box.number-4 .circle-tab-item.item-6{top:calc(25%);right:calc(100% + 25px)}

.circle-tab-box.number-2 .circle-tab-item.item-3,
.circle-tab-box.number-5 .circle-tab-item.item-7,
.circle-tab-box.number-7 .circle-tab-item.item-10{top:calc(25% - 37px);right:calc(100% + 10px)}
.circle-tab-box.number-2 .circle-tab-item.item-3::before,
.circle-tab-box.number-4 .circle-tab-item.item-6::before,
.circle-tab-box.number-5 .circle-tab-item.item-7::before,
.circle-tab-box.number-7 .circle-tab-item.item-10::before{transform:rotate(20deg);top:calc(100% - 10px);left:calc(100% - 5px)}
.circle-tab-box.number-2 .circle-tab-item.item-3::after,
.circle-tab-box.number-4 .circle-tab-item.item-6::after,
.circle-tab-box.number-5 .circle-tab-item.item-7::after,
.circle-tab-box.number-7 .circle-tab-item.item-10::after{top:calc(50% + 15px);left:calc(100% + 22px)}

.circle-tab-box.number-3 .circle-tab-item.item-2,
.circle-tab-box.number-5 .circle-tab-item.item-3,
.circle-tab-box.number-7 .circle-tab-item.item-4{top:calc(50% - 25px);left:calc(100% + 35px)}
.circle-tab-box.number-3 .circle-tab-item.item-2::before,
.circle-tab-box.number-5 .circle-tab-item.item-3::before,
.circle-tab-box.number-7 .circle-tab-item.item-4::before{top:26px;right:100%}
.circle-tab-box.number-3 .circle-tab-item.item-2::after,
.circle-tab-box.number-5 .circle-tab-item.item-3::after,
.circle-tab-box.number-7 .circle-tab-item.item-4::after{top:calc(50% - 5px);right:calc(100% + 28px)}

.circle-tab-box.number-3 .circle-tab-item.item-5,
.circle-tab-box.number-5 .circle-tab-item.item-8,
.circle-tab-box.number-7 .circle-tab-item.item-11{top:calc(50% - 25px);right:calc(100% + 35px)}
.circle-tab-box.number-3 .circle-tab-item.item-5::before,
.circle-tab-box.number-5 .circle-tab-item.item-8::before,
.circle-tab-box.number-7 .circle-tab-item.item-11::before{top:26px;left:100%}
.circle-tab-box.number-3 .circle-tab-item.item-5::after,
.circle-tab-box.number-5 .circle-tab-item.item-8::after,
.circle-tab-box.number-7 .circle-tab-item.item-11::after{top:calc(50% - 5px);left:calc(100% + 28px)}

.circle-tab-box.number-4 .circle-tab-item.item-3{bottom:calc(25%);left:calc(100% + 25px)}

.circle-tab-box.number-2 .circle-tab-item.item-2,
.circle-tab-box.number-5 .circle-tab-item.item-4,
.circle-tab-box.number-7 .circle-tab-item.item-5{bottom:calc(25% - 37px);left:calc(100% + 10px)}
.circle-tab-box.number-2 .circle-tab-item.item-2::before,
.circle-tab-box.number-4 .circle-tab-item.item-3::before,
.circle-tab-box.number-5 .circle-tab-item.item-4::before,
.circle-tab-box.number-7 .circle-tab-item.item-5::before{transform:rotate(20deg);bottom:calc(100% - 10px);right:calc(100% - 5px)}
.circle-tab-box.number-2 .circle-tab-item.item-2::after,
.circle-tab-box.number-4 .circle-tab-item.item-3::after,
.circle-tab-box.number-5 .circle-tab-item.item-4::after,
.circle-tab-box.number-7 .circle-tab-item.item-5::after{bottom:calc(50% + 15px);right:calc(100% + 22px)}

.circle-tab-box.number-4 .circle-tab-item.item-7{bottom:calc(25%);right:calc(100% + 25px)}

.circle-tab-box.number-2 .circle-tab-item.item-4,
.circle-tab-box.number-5 .circle-tab-item.item-9,
.circle-tab-box.number-7 .circle-tab-item.item-12{bottom:calc(25% - 37px);right:calc(100% + 10px)}
.circle-tab-box.number-2 .circle-tab-item.item-4::before,
.circle-tab-box.number-4 .circle-tab-item.item-7::before,
.circle-tab-box.number-5 .circle-tab-item.item-9::before,
.circle-tab-box.number-7 .circle-tab-item.item-12::before{transform:rotate(-20deg);bottom:calc(100% - 10px);left:calc(100% - 5px)}
.circle-tab-box.number-2 .circle-tab-item.item-4::after,
.circle-tab-box.number-4 .circle-tab-item.item-7::after,
.circle-tab-box.number-5 .circle-tab-item.item-9::after,
.circle-tab-box.number-7 .circle-tab-item.item-12::after{bottom:calc(50% + 15px);left:calc(100% + 22px)}

.circle-tab-box.number-3 .circle-tab-item.item-3,
.circle-tab-box.number-4 .circle-tab-item.item-4,
.circle-tab-box.number-5 .circle-tab-item.item-5,
.circle-tab-box.number-7 .circle-tab-item.item-6{bottom:-25px;left:calc(100% - 50px)}
.circle-tab-box.number-3 .circle-tab-item.item-3::before,
.circle-tab-box.number-4 .circle-tab-item.item-4::before,
.circle-tab-box.number-5 .circle-tab-item.item-5::before,
.circle-tab-box.number-7 .circle-tab-item.item-6::before{transform:rotate(40deg);bottom:calc(100%);right:calc(100% - 10px)}
.circle-tab-box.number-3 .circle-tab-item.item-3::after,
.circle-tab-box.number-4 .circle-tab-item.item-4::after,
.circle-tab-box.number-5 .circle-tab-item.item-5::after,
.circle-tab-box.number-7 .circle-tab-item.item-6::after{bottom:calc(50% + 31px);right:calc(100% + 13px)}

.circle-tab-box.number-3 .circle-tab-item.item-6,
.circle-tab-box.number-4 .circle-tab-item.item-8,
.circle-tab-box.number-5 .circle-tab-item.item-10,
.circle-tab-box.number-7 .circle-tab-item.item-13{bottom:-25px;right:calc(100% - 50px)}
.circle-tab-box.number-3 .circle-tab-item.item-6::before,
.circle-tab-box.number-4 .circle-tab-item.item-8::before,
.circle-tab-box.number-5 .circle-tab-item.item-10::before,
.circle-tab-box.number-7 .circle-tab-item.item-13::before{transform:rotate(-40deg);bottom:calc(100%);left:calc(100% - 10px)}
.circle-tab-box.number-3 .circle-tab-item.item-6::after,
.circle-tab-box.number-4 .circle-tab-item.item-8::after,
.circle-tab-box.number-5 .circle-tab-item.item-10::after,
.circle-tab-box.number-7 .circle-tab-item.item-13::after{bottom:calc(50% + 31px);left:calc(100% + 13px)}

.circle-tab-box.number-7 .circle-tab-item.item-7{bottom:-88px;left:calc(100% - 80px)}
.circle-tab-box.number-7 .circle-tab-item.item-7::before{transform:rotate(70deg);bottom:calc(100% + 15px);right:calc(100% - 35px);width:60px}
.circle-tab-box.number-7 .circle-tab-item.item-7::after{bottom:calc(50% + 61px);right:calc(100% - 2px)}

.circle-tab-box.number-7 .circle-tab-item.item-14{bottom:-88px;right:calc(100% - 80px)}
.circle-tab-box.number-7 .circle-tab-item.item-14::before{transform:rotate(-70deg);bottom:calc(100% + 15px);left:calc(100% - 35px);width:60px}
.circle-tab-box.number-7 .circle-tab-item.item-14::after{bottom:calc(50% + 61px);left:calc(100% - 2px)}

.circle-tab-box.number-2 .circle-tab-item.item-5,
.circle-tab-box.number-3 .circle-tab-item.item-7,
.circle-tab-box.number-4 .circle-tab-item.item-9,
.circle-tab-box.number-5 .circle-tab-item.item-11,
.circle-tab-box.number-7 .circle-tab-item.item-15{top:calc(100% + 70px);right:auto;left:auto}
.circle-tab-box.number-2 .circle-tab-item.item-5::before,
.circle-tab-box.number-3 .circle-tab-item.item-7::before,
.circle-tab-box.number-4 .circle-tab-item.item-9::before,
.circle-tab-box.number-5 .circle-tab-item.item-11::before,
.circle-tab-box.number-7 .circle-tab-item.item-15::before{transform:rotate(-90deg);bottom:calc(100% + 50px);left:0;right:0;margin:auto}
.circle-tab-box.number-2 .circle-tab-item.item-5::after,
.circle-tab-box.number-3 .circle-tab-item.item-7::after,
.circle-tab-box.number-4 .circle-tab-item.item-9::after,
.circle-tab-box.number-5 .circle-tab-item.item-11::after,
.circle-tab-box.number-7 .circle-tab-item.item-15::after{bottom:calc(100% + 63px);left:0;right:0;margin:auto}
.circle-tab-box.number-2 .circle-tab-item.item-5,
.circle-tab-box.number-3 .circle-tab-item.item-7,
.circle-tab-box.number-4 .circle-tab-item.item-9,
.circle-tab-box.number-5 .circle-tab-item.item-11,
.circle-tab-box.number-7 .circle-tab-item.item-15{justify-content:center}
.circle-tab-box.number-2 .circle-tab-item.item-5 .elementor-icon-box-content,
.circle-tab-box.number-3 .circle-tab-item.item-7 .elementor-icon-box-content,
.circle-tab-box.number-4 .circle-tab-item.item-9 .elementor-icon-box-content,
.circle-tab-box.number-5 .circle-tab-item.item-11 .elementor-icon-box-content,
.circle-tab-box.number-7 .circle-tab-item.item-15 .elementor-icon-box-content{margin:0}
.circle-tab-box.number-2 .circle-tab-item.item-5 .elementor-icon-box-title,
.circle-tab-box.number-3 .circle-tab-item.item-7 .elementor-icon-box-title,
.circle-tab-box.number-4 .circle-tab-item.item-9 .elementor-icon-box-title,
.circle-tab-box.number-5 .circle-tab-item.item-11 .elementor-icon-box-title,
.circle-tab-box.number-7 .circle-tab-item.item-15 .elementor-icon-box-title{padding-inline-start:10px}
.circle-tab-box.number-2 .circle-tab-item.item-5 .elementor-icon-box-icon,
.circle-tab-box.number-3 .circle-tab-item.item-7 .elementor-icon-box-icon,
.circle-tab-box.number-4 .circle-tab-item.item-9 .elementor-icon-box-icon,
.circle-tab-box.number-5 .circle-tab-item.item-11 .elementor-icon-box-icon,
.circle-tab-box.number-7 .circle-tab-item.item-15 .elementor-icon-box-icon,
.circle-tab-box.number-2 .circle-tab-item.item-5 .number,
.circle-tab-box.number-3 .circle-tab-item.item-7 .number,
.circle-tab-box.number-4 .circle-tab-item.item-9 .number,
.circle-tab-box.number-5 .circle-tab-item.item-11 .number,
.circle-tab-box.number-7 .circle-tab-item.item-15 .number{bottom:calc(100% - 10px)}



/*================WIDGET - TABs================*/
.elementor-widget-tabs .elementor-tab-title a {
	pointer-events: none;
}
.elementor-widget-tabs .elementor-tab-content {
	display: none;
    width: 100%;
}
.elementor-widget-tabs .elementor-tab-content.active {
	display: inline-block;
}
.elementor-tab-mobile-title {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .elementor-widget-tabs .elementor-tabs-wrapper {
        display: none;
    }
    .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
        display: flex;
        width: 100%;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0 0 20px -5px #0003;
        margin-top: 15px;
        border-radius: 15px;
        cursor: pointer;
    }
    .elementor-tabs-content-wrapper .elementor-tab-mobile-title.active {
        border-radius: 15px 15px 0 0;
    }
    .elementor-tabs-content-wrapper .elementor-tab-content {
        background-color: #0001;
        padding: 10px 20px;
        border-radius: 0 0 15px 15px;
    }
    .elementor-tabs-content-wrapper .elementor-tab-content > p {
        margin: 0;
    }
}

/*================BOOK list item================*/
.img-book .elementor-widget-container a {
    line-height: 0;
}
.book-detail .elementor-icon-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/*================BOOK SINGLE================*/
.book-single-category .elementor-icon-list-text{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.book-single-button ul{
    display: flex;
    justify-content: center;
}


/*================COMMENTS================*/
#commentform > p.comment-form-comment {
    position: relative;
    display: inline-block;
    width: 100%;
	margin: 10px 0;
    line-height: 0;
}
#commentform label {
    color: #aaa;
	line-height: 20px;
}
#commentform textarea{
    resize:none;
}
#commentform textarea, 
#commentform input:not([type="checkbox"]) {
    border: none;
    background-color: #eee;
    border-radius: 10px;
    min-height: 50px;
    outline-color: #015DB1;
    width: 100%;
	padding: 15px;
}
#commentform input[type="submit"] {
    background-color: #015DB1 !important;
    color: #fff;
    width: max-content;
    padding: 15px 30px;
    cursor: pointer;
    font-size:15px;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
    width: 49%;
    float: right;
}
#commentform .comment-form-author {
    margin-right: 1%;
}
#commentform .comment-form-email {
    margin-left: 1%;
}

@media only screen and (max-width: 767px){
    #commentform .comment-form-author,
    #commentform .comment-form-email {
        width: 100%;
        margin:0;
    }
}



/*================REPORT TABLE================*/
table{background-color:transparent;width:100%;-webkit-margin-after:15px;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid hsla(0,0%,50.2%,.5019607843)}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{-webkit-border-before:1px solid hsla(0,0%,50.2%,.5019607843);border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}table tbody+tbody{-webkit-border-before:2px solid hsla(0,0%,50.2%,.5019607843);border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}



