/******************************************** General **********************************************************/

body{
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.875;
}

h1,h2,h3,h4,h5,h6,
h1.elementor-heading-title,h2.elementor-heading-title,h3.elementor-heading-title,h4.elementor-heading-title,h5.elementor-heading-title,h6.elementor-heading-title{
	line-height: 1.15;
}

h3{}

h4{}

h5{}

h6{}

img{
	image-rendering: -webkit-optimize-contrast;
}


.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.nvp100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 16px;
	font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.custom-cf7-btn-blue .btn.btn-default,
.btn.btn-blue{
	color: #312a82;
}

.btn.btn-default:after, .wpcf7-submit:after{
	content: '\f061';
    font: var(--fa-font-solid);
    display: inline-block;
    background-color: #31c1af;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 30%);
    transition: 0.5s ease-in-out;
    margin-left: 10px;
    font-size: 20px;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: transparent;
	border: 0;
	color: #fff;
}

.custom-cf7-btn-blue .btn.btn-default:hover,
.btn.btn-blue:hover{
	color: #312a82;
}

.btn.btn-default:hover:after, .wpcf7-submit:hover:after{
	background-color: #282828;
	transform: scale(.85);
}


.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-align-icon-right{
	background-color: #31c1af;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 30%);
    transition: 0.5s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.elementor-widget-button .elementor-button:hover .elementor-align-icon-right{
	background-color: #282828;
	transform: scale(.85);
}

.elementor-widget li.elementor-icon-list-item{
	align-items: flex-start;
}

.elementor-widget li.elementor-icon-list-item .elementor-icon-list-icon{
	margin-top: 4px;
}

/*Image Slider*/
.custom-image-slider a:hover{
	color: #31c1af;
}

.custom-image-slider.elementor-arrows-position-outside .swiper-container{
	width: calc(100% - 160px);
}

.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-next,
.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-prev{
	width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.custom-image-slider .eicon-chevron-right:before{
	content: '\f0da';
    font: var(--fa-font-solid);
    color: #312a82;
}

.custom-image-slider .eicon-chevron-left:before{
	content: '\f0d9';
    font: var(--fa-font-solid);
    color: #312a82;
}

.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-next:hover,
.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-prev:hover{
    background-color: #312a82;
}

.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-next:hover i:before,
.custom-image-slider.elementor-arrows-position-outside .elementor-swiper-button-prev:hover i:before{
    color: #fff;
}

.custom-image-slider .swiper-container-horizontal>.swiper-pagination-bullets{
	margin-bottom: -30px;
}

.custom-image-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	border: 2px solid #A4A4A4;
}

/*Shape Divider*/
.custom-shape .elementor-shape-top,
.custom-shape .elementor-shape-bottom{
    animation: custom-shape-animation 15s 1s ease-in-out infinite;
    width: 300%;
}

@keyframes custom-shape-animation {
    0%    {margin-left: -200%;}
    50%   {margin-left: 0;}
    100%  {margin-left: -200%;}
}

/*.animated-shape-section .elementor-inner-section:first-child .elementor-shape svg{
	background: rgb(49,193,175);
	background: -moz-linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	background: -webkit-linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	background: linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#31c1af",endColorstr="#312a82",GradientType=1);
}

.animated-shape-section .elementor-inner-section:nth-child(2) .elementor-shape svg{
	background: rgb(49,42,130);
	background: -moz-linear-gradient(185deg, rgba(49,42,130,0.85) 0%, rgba(49,193,175,0.85) 100%);
	background: -webkit-linear-gradient(185deg, rgba(49,42,130,0.85) 0%, rgba(49,193,175,0.85) 100%);
	background: linear-gradient(185deg, rgba(49,42,130,0.85) 0%, rgba(49,193,175,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#312a82",endColorstr="#31c1af",GradientType=1);
}*/

/*Popup*/
.elementor-popup-modal .dialog-close-button{
	padding: 15px;
    border-radius: 50%;
}

/*Accordion*/
.custom-accordion-template .elementor-accordion .elementor-accordion-item{
	background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.custom-accordion-template .elementor-accordion .elementor-accordion-item:not(:last-child){
    margin-bottom: 10px;
}

.custom-accordion-template .elementor-accordion .elementor-tab-title{
	border-radius: 5px;
	text-align: left;
}

.custom-accordion-template .elementor-accordion .elementor-tab-content ul{
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

.custom-accordion-template .elementor-accordion .elementor-tab-content ul li{
	position: relative;
	padding-left: 15px;
}

.custom-accordion-template .elementor-accordion .elementor-tab-content ul li:before{
	content: '\f0da';
    font: var(--fa-font-solid);
    color: #312a82;
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 0;
}

/*Accordion in Popup*/

.elementor-popup-modal .custom-accordion-template .elementor-accordion .elementor-tab-title{
	padding: 15px 20px;
	font-weight: bold;
	line-height: 1;
}

.elementor-popup-modal .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, 
.elementor-popup-modal .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{
	display: none;
}

.elementor-popup-modal .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{
	display: block;
}

.elementor-popup-modal .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
	float: right;
    text-align: right;
    line-height: 24px;
}

.elementor-popup-modal .elementor-accordion .elementor-tab-content:not(.elementor-active){
	display: none;
}

/*.elementor-popup-modal .elementor-accordion .elementor-tab-content.elementor-active{
	display: block;
}*/

/******************************************** Head **********************************************************/

#custom-ele-head .jet-custom-nav>.jet-custom-nav__item.menu-item-has-children{
	position: static;
}

#custom-ele-head .jet-custom-nav>.jet-custom-nav__item.menu-item-has-children > a{
	margin-right: 30px;
	width: 100%;
}

#custom-ele-head .elementor-widget-jet-custom-menu .jet-custom-nav{
	min-height: 360px;
	justify-content: flex-start;
}

.page-banner .breadcrumbs{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}

.page-banner .breadcrumbs > span{
	padding: 0 5px;
	display: inline-block;
	text-shadow: 5px 0px 10px rgb(0 0 0 / 30%);
}

.page-banner .breadcrumbs > span:last-child{}

.page-banner .breadcrumbs a:hover,
.page-banner .breadcrumbs a:focus{
	color: inherit;
	pointer-events: none;
	cursor: default;
}

.page-banner .elementor-background-overlay{
	z-index: 2;
}	

.page-banner.slide-banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 50px;
    z-index: 3;
}

.page-banner.slide-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	border: 2px solid #fff;
}

/*.page-banner.slide-banner .elementor-arrows-position-outside .swiper-container{
	width: calc(100% - 160px);
}
*/
.page-banner.slide-banner .elementor-widget .elementor-swiper-button-next,
.page-banner.slide-banner .elementor-widget .elementor-swiper-button-prev{
	width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    z-index: 3;
}

.page-banner.slide-banner .eicon-chevron-right:before{
	content: '\f0da';
    font: var(--fa-font-solid);
    color: #fff;
}

.page-banner.slide-banner .eicon-chevron-left:before{
	content: '\f0d9';
    font: var(--fa-font-solid);
    color: #fff;
}

.page-banner.slide-banner .elementor-widget .elementor-swiper-button-next:hover,
.page-banner.slide-banner .elementor-widget .elementor-swiper-button-prev:hover{
    background-color: #312a82;
}

.page-banner.slide-banner .elementor-widget .elementor-swiper-button-next:hover i:before,
.page-banner.slide-banner .elementor-widget .elementor-swiper-button-prev:hover i:before{
    color: #fff;
}

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu{
	position: relative;
    top: 0;
    left: 0;
    margin: 0!important;
    text-align: left;
}

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a{
	background-color: #f9f9f9;
	font-size: 16px;
	font-weight: 400;
}

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a:hover{
	color: #31c1af;
}

@media(max-width:768px){
	.page-banner .breadcrumbs{display:none;}
}

/******************************************** Footer **********************************************************/

#floating-widget{
	top: auto;
	bottom: 80px;
}

#floating-widget  .elementor-icon-list-item .elementor-icon-list-text{
	display: none;
}

#floating-widget .elementor-icon-list-icon{
	order: 1;
    padding: 5.5px 1.75px;
    width: 60px;
    height: 60px;
    border-radius: 35px;
    background-color: #ffc214;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    align-items: center;
    justify-content: center;
}

#floating-widget a[href*="tel"] .elementor-icon-list-icon{
    padding: 8.5px 1.75px;
}

#floating-widget a[href*="whatsapp"] .elementor-icon-list-icon{
	background-color: #39b54a;
}

#floating-widget a[href*="whatsapp"] .elementor-icon-list-icon i{
	font-size: 30px;
}

#floating-widget a:hover .elementor-icon-list-icon{
	background: #000;
}

#floating-widget a:hover .elementor-icon-list-icon i{
	color: #fff;
}

/******************************************** Home  **********************************************************/

.elementor-sticky--active.elementor-sticky--effects #head-logo img{}

.gradient-inner-nbox a{
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
	text-align: left;
}

.gradient-inner-nbox h5{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.gradient-inner-nbox h5.front-title{
	position: absolute;
    bottom: 0;
    left: 0;
	background: url('/wp-content/uploads/2022/08/bg03.png')no-repeat top center;
	background-size: cover;
	padding: 70px 20px 20px;
	margin: 0;
	width: 100%;
	transition: 0.5s ease-in-out;
	display: flex;
    align-items: center;
    min-height: 150px;
}

.gradient-inner-nbox .contain-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 80px 25px 45px;
    background: rgb(49,193,175);
	background: -moz-linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	background: -webkit-linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	background: linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#31c1af",endColorstr="#312a82",GradientType=1);
	transform: translateY(100%);
	transition: 0.5s ease-in-out;
	opacity: 0;
}

.gradient-inner-nbox a:hover h5.front-title{
	transform: translateY(100%);
}

.gradient-inner-nbox a:hover .contain-wrapper{
	transform: translateY(0%);
	opacity: 1;
}

.gradient-text .elementor-heading-title{
	background: -webkit-linear-gradient(185deg, rgba(49,193,175,0.85) 0%, rgba(49,42,130,0.85) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/******************************************** About **********************************************************/


.value-icon-list.elementor-widget li.elementor-icon-list-item .elementor-icon-list-icon{
	margin-top: 6px;
}

.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item .timeline-hr{
	left: 35px;
}

.custom-milestone-timeline .wpex.horizontal-timeline .wpex-timeline-label{
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
}

.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item .wpex-timeline-label .timeline-details{
	border: 0;
	min-height: 360px;
	background-color: #f9f9f9;
}

.custom-milestone-timeline .wpex h2{
	display: none;
}

.custom-milestone-timeline .wpex h2 a{
	font-weight: bold;
}

.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li span.wpex_point{
	background: #31c1af;
}

.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item .horizontal-nav li .wpex_point:before, 
.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item .horizontal-nav li.ex_s_lick-current .wpex_point:before{
	background-color: #31c1af;
}

.custom-milestone-timeline .wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li span.wpex_point:after{
	border-top-color: #31c1af;
}

.compliance-slider.elementor-arrows-position-outside .swiper-container{
	padding: 0 10px 30px;
}

.compliance-slider .swiper-slide-inner{
	padding-top: 10px;
}

.compliance-slider .swiper-slide-image{
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
	margin: 0 10px 10px;
	display: block;
	max-width: calc(100% - 20px);
}


/******************************************** Teda Wellness **********************************************************/

.prodservice-template-1{
	overflow: hidden;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.prodservice-template-1 li{
	display: block;
	width: 50%;
	padding: 15px;
	text-align: center;
}

.prodservice-template-1 li .img-wrapper{
	box-shadow: 0 5px 10px 0px rgb(0 0 0 / 20%);
}

.prodservice-template-1 li h5{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 15px 5px;
}

.prodservice-template-1 li .btn.btn-default{
	justify-content: center;
}

/******************************************** Contact **********************************************************/

.grecaptcha-badge{display:none}

.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	border-radius: 0;
	font-weight: 400;
	border: 0;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
}

.wpcf7 select{
	height: 40px;
	border: 0;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 8px 10px;
	background-color: transparent;
}

.wpcf7 textarea{
	height: 100px;
	padding: 8px 10px;
	background-color: transparent;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner{
	position: absolute;
}

.cf7-row{
	margin: 0 -7.5px;
}

.cf7-1-col, .cf7-2-col{
	padding: 0 7.5px;
}


.event-section-1{
	text-align: left;
}



/******************************************** Press Release **********************************************************/


.press-section-1 .elementor-posts .elementor-post{
	border-top: 2px solid #f0f0f0;
}

.press-section-1 .elementor-posts .elementor-post:last-child{
	border-bottom: 2px solid #f0f0f0;
}

.single-post-section .elementor-widget-theme-post-content ul{
	margin: 0 0 30px;
}

.single-post-section .elementor-widget-theme-post-content p{
	margin: 0 0 30px;
}



/******************************************** Search **********************************************************/


/******************************************** Other **********************************************************/
