/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*
@media (max-width: 1440px) {
  html {
    font-size: 20%;
  }
}
*/
.social-share-btn .elementor-share-btn{
	height: 48px;
    width: 48px;
}

.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
	margin-left: 0 !important;
}

.mbl-blg-fltr .jet-filter-items-moreless__toggle{
	position:relative;
}

.mbl-blg-fltr .jet-filter-items-moreless__toggle:after{
	content:'';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position:absolute;
	display:block;
	top:0;
	right: 10px;
	transition: all .1s;
}
.mbl-blg-fltr .jet-filter-items-moreless__toggle.jet-more-btn:after{
	content: "\f107";
	transform: rotate(0deg);
}
.mbl-blg-fltr .jet-filter-items-moreless__toggle.jet-less-btn:after{
	content: "\f107";
	transform: rotate(180deg);
}

.sl-pst-lp .elementor-widget-image a{
	width:100%;
}
.pst-ttl a:hover{
	color:#008DFF!important;
}
.rcnt-pst .elementor-posts article.elementor-post:last-child{
	border-width:0px;
}
.rcnt-pst .elementor-posts article.elementor-post:last-child .elementor-post__meta-data{
	margin-bottom:0;
}
.pst-tags h5,
.pst-cat h5{
	display:none;
}
.pst-cat ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
.pst-cat ul li{
	padding: 15px 0;
    border-bottom: 1px solid #1D263A1A;
}
.pst-cat ul li:last-child{
	padding-bottom:0;
	border-width:0px;
}
.pst-tags a,
.pst-cat ul li a{
	font-size: 15px !important;
    color: #1D263A !important;
    line-height: 1.4;
	font-weight:600;
}
.pst-cat ul li a:hover{
	color:#008dff!important;
}

.pst-tags a{
	padding: 6px 20px;
    border: 1px solid #1D263A1A;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.pst-tags a:hover{
	background-color:#008dff;
	color:#fff!important;
	border: 1px solid #008dff;
}

.cs-stdy-list .premium-blog-post-content,
.cs-stdy-list .premium-blog-content-wrapper .premium-blog-inner-container{
	opacity:0;
	visibility:hidden;
	    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cs-stdy-list .premium-blog-post-container:hover  .premium-blog-content-wrapper .premium-blog-post-content,
.cs-stdy-list .premium-blog-post-container:hover  .premium-blog-content-wrapper .premium-blog-inner-container {
	opacity:1;
	visibility:visible;
}
.exa-icn-txt .elementor-image-box-title span i {
	color: #008dff;
    fill: #008dff;
	font-size: 22px;
}


.premium-mega-content-container{
	    padding: 15px 30px 10px 30px!important;
}
.exa-hdr-nv .premium-menu-link-parent:after {
    width: 0%!important;
    border-radius: 10px;
    top: 75%;
}

.exa-hdr-nv .premium-menu-link-parent:hover:after {
    width: 60%!important;
}


.exa-btn .elementor-button-icon{
	opacity: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 16px;
    margin-left: 0!important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.exa-tr-btn .elementor-button-icon{
	 position: relative;
    bottom: -4px;
}


#elementor-popup-modal-1651 .dialog-close-button {
	border-radius: 20px;
}

.exa-flip {
	border-radius:50px;
		box-shadow:: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.exa-flip .elementor-flip-box__front{
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.exa-flip .elementor-flip-box__back{
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}

.elementor-flip-box__layer__overlay{
padding:10px !important;
}

.exa-btn .elementor-button:hover .elementor-button-icon{
	opacity: 1;
    visibility: visible;
    font-size: 18px;
    margin-left: 20px!important;
}
.exa-tr-btn .elementor-button:hover{
	text-decoration:underline;
}
.hdr-nv ul li a.elementor-item:after{
	width: 60%;
}
.hdr-nv .elementor-menu-toggle{
	border-color:#008DFF;
}

.dbl-clr-hdn .elementor-heading-title span{
	color:#008DFF;
	font-weight:700;
}

.cntr-slider .premium-carousel-wrapper a.carousel-arrow {
    top: 90%;
}

.cntr-slider a.carousel-arrow.carousel-prev {
       left: 15%!important;
}
.cntr-slider a.carousel-arrow.carousel-next {
    right: calc(80% - 44px)!important;
}

.sl-cntnt {
	    opacity: 0;
    visibility: hidden;
	transform: translateY(-100px);
	    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.cntr-slider .slick-current .sl-cntnt {
	    opacity: 1;
    visibility: visible;
	transform: translateY(0px);
	transition-delay: 0.3s;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ie-slider ul.slick-dots{
	display: inline-block;
    position: relative;
    right: -22%;
}
.ie-slider ul.slick-dots li i{
	display:none;
}
.ie-slider ul.slick-dots li{
	width: 40px;
    height: 6px;
    background: #008DFF66;
	border-radius:3px;
}
.ie-slider ul.slick-dots li.slick-active{
	background: #008dff;
}
.dp_sec{
	background: linear-gradient(72.37deg, #DFF0FF 28.65%, #CFE5F5 53.8%, #CAE4F5 83.37%);
}
.dp-slider .premium-carousel-wrapper a.carousel-arrow {
    top: -60%;
}
.dp-slider a.carousel-arrow.carousel-next {
    right: calc(5% - 44px)!important;
}

.dp-slider a.carousel-arrow.carousel-prev {
    right: calc(9% - 44px)!important;
    left: inherit!important;
}
.oe-img-bx .elementor-image-box-img{
	width: 235px!important;
    height: 235px;
    text-align: center; 
    border-radius: 12px;
	background-color: #fff;
	
}
.oe-img-bx .elementor-image-box-img img{
	position: relative;
    top: calc(50% - 35px);
	width:70px;
	height:70px;
	object-fit:contain;
}

.oe-img-bx .elementor-image-box-img:hover {
	box-shadow: 0px 10px 20px rgb(16 68 201 / 16%);
}

.exa-frm .elementor-field-textual:focus {
    -webkit-box-shadow: inset 0 0 0 0px rgb(0 0 0 / 10%) inset;
    box-shadow: inset 0 0 0 0px rgb(0 0 0 / 10%);
    outline: 0;
}

.pl-img-lst .elementor-image-box-img img{
	width: 60px;
    height: 60px;
    object-fit: contain;
}
.flp-icn .elementor-icon{
	    box-shadow: 0px 7px 15px 0px rgb(9 67 114 / 10%);
}

.tm-flp-bx > .elementor-widget-container{
	box-shadow: 0px 9px 17px 0px rgb(9 67 114 / 10%);
}
.tm-flp-bx  .premium-flip-back-overlay{
	border-radius:20px;
}
.tm-flp-bx .premium-flip-main-box>div{
	background-color:transparent;
}
.tm-flp-bx  .premium-flip-front-description h6{
	font-weight:400;
	font-size:16px;
	margin-top:0px;
}

.exp-img-bx .elementor-image-box-img img {
    background: #fff;
    width: 60px;
    height: 60px;
    object-fit: contain;
    box-shadow: 0px 9.01495px 19.1568px rgb(9 67 114 / 10%);
	padding: 7px;
}


.exp-lft-cntnt:after{
	content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 0px 8px 0px 0px;
    background: #fff;
    box-shadow: 8px -4px 3px rgb(9 67 114 / 3%);
    top: calc(50% - 20px);
    right: -20px;
    transform: rotate(45deg);
}


.elementor-field-textual:focus {
	box-shadow:none !important;
}

#elementor-popup-modal-1651 .dialog-close-button {
	padding: 10px;
}





/*Responsive Css */

@media only screen and (max-width: 1440px) {
.exa-hdr-nv .premium-menu-link-parent:after {
    top: 90%;
    left: 10%;
}
	.exa-btn .elementor-button:hover .elementor-button-icon {
    top: 1px;
    position: relative;
}
	.lptp-pd-lft-50 .elementor-widget-wrap{
		    padding: 10px 10px 10px 50px!important;
	}
	.oe-img-bx .elementor-image-box-img {
    width: 160px!important;
    height: 160px;
}
	.tm-wrk-sec > .elementor-container {
		flex-wrap: wrap;
	}
	}
@media only screen and (max-width: 1024px) {
	.mbl-lr-pd20 > .elementor-widget-wrap{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	.dp-slider .premium-carousel-wrapper a.carousel-arrow {
    top: -10%;
}
	.dp-slider a.carousel-arrow.carousel-prev {
    right: calc(18% - 44px)!important;
}
	.dp-slider a.carousel-arrow.carousel-next {
    right: calc(10% - 44px)!important;
}
	.oe-img-bx .elementor-image-box-img {
    width: 170px!important;
		height: 170px;
	}
	.oe-img-bx .elementor-image-box-img img {
    position: relative;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}
	.pvc-img-lst ul{
		padding-left:20px;
	}
	.exa-frm .e-form__buttons{
		margin-left: 20px;
	}
	.mbl-pd-btm20 .elementor-widget-container{
		padding-bottom:40px!important
	}
		.exp-lft-cntnt:after {
    top: inherit;
    right: calc(50% - 20px);
    transform: rotate(135deg);
    bottom: -20px;
}
}



@media only screen and (max-width:981px) {
}

@media only screen and (max-width: 767px) {
	.hm-cntr-slider .elementor-heading-title{
		text-align:center!important;
	}
	
	.cntr-slider .premium-carousel-wrapper a.carousel-arrow {
    top: 110%;
}
	.cntr-slider a.carousel-arrow.carousel-prev {
    left: 40%!important;
}

	.cntr-slider a.carousel-arrow.carousel-next {
    right: calc(50% - 44px)!important;
   }
	.ie-slider .premium-carousel-dots-below ul.slick-dots {
    bottom: -15px!important;
    display: inline-block;
    position: relative;
    
}
	.mbl-lr-pd20 > .elementor-widget-wrap {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 30px!important;
}
	.dp-slider a.carousel-arrow.carousel-prev {
    right: calc(30% - 44px)!important;
    left: inherit!important;
}
	.dp-slider a.carousel-arrow.carousel-next {
    right: calc(13% - 44px)!important;
	 left: inherit!important;
}
	.sft-sec .mbl-pd-tb0 .elementor-widget-wrap{
		justify-content: left!important;
		padding: 10px 0 10px 0!important;
	}
	
	.sft-sec  .oe-img-bx{
		    width: 100%!important;
    		max-width: 100%!important;
	}
	.oe-img-bx .elementor-image-box-img {
    width: 120px!important;
    height: 120px;
}
	.mbl-wdth-fl{
		width: 100%!important;
    	max-width: 100%!important;
	}
	.ftr-btm-lst > .elementor-widget-container{
		padding:0px 0px 10px 0px!important;
	}
	.exa-btn .elementor-button:hover .elementor-button-icon {
    font-size: 14px;
}
	
	.mbl-lf-img-bx .elementor-image-box-wrapper{
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
	.mbl-lf-img-bx .elementor-image-box-content{
		margin-left:10px;
	}
	.exa-frm .e-form__buttons{
		margin-left: 10px;
	}
	.exa-frm  .elementor-field-label{
		display:none;
	}
	.mbl-pd-btm20 .elementor-widget-container{
		padding-bottom:20px!important
	}
	.exp-lft-cntnt:after {
    top: inherit;
    right: calc(50% - 20px);
    transform: rotate(135deg);
    bottom: -20px;
}

	.exp-img-bx .elementor-image-box-img img {
    width: 40px;
    height: 40px;
    padding: 5px;
}
	.pp-cntct-rgt,
	.pp-cntct-lft{
		width:100%!important;
	}
	.pp-cntct-rgt > .elementor-widget-wrap{
		padding: 10px 0px 30px 0px!important;
	}
	.pp-cntct-frm{
		padding: 15px 15px 50px 15px!important;
	}
	.mbl-pd-10 > .elementor-widget-wrap{
		padding: 10px 10px 10px 10px!important;
	}
	.exa-frm .elementor-button{
		padding: 5px 50px 6px 50px!important;
	}
	.exa-benefits{
		    box-shadow: 0px 9px 17px 0px rgb(9 67 114 / 20%);
	}
}

@media only screen and (max-width: 480px) {
	.ie-slider .premium-carousel-dots-below ul.slick-dots {
    bottom: -15px!important;
    display: inline-block;
    position: relative;
    
}
}
