/*
 Theme Name: Velora Therpia  child
 Template: twentytwenty
Version: 1.6.5
*/


body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	line-height: 28px !important;
	background-color: #FFF !important;
		cursor: none;
}
p, li {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	line-height: 28px !important;
}
h1 {
	font-size: 45px !important;
	font-weight: 400 !important;
	color: #000 !important;
}
h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
}
h1, h2, h3, h4{font-family: "Playfair Display", serif !important;}
.post-inner {
	padding: 0px !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1200px !important;
}
#et-boc { width: 100%; max-width: 100%; }
section.top-bar a {
    color: #fff;
}


a{ text-decoration:none !important;}
h1, h2, h3, h4{ margin-top:0px !important;}
h1, h2, h3, h4{ margin-bottom:10px !important;}
h3{ font-size:35px !important}
.header-menu a {
  color: black !important;
}

.chag-clr-tt, .chag-clr-tt-2 {
  color: #DB8B90;
  display: block;
}
.chag-clr-tt-2 {
  color: #945256;

}

/* cursor point */
.cursor{
    position:fixed;
    width:30px;
    height:30px;
    border:2px solid #d38489;
    border-radius:50%;
    pointer-events:none;
    transform:translate(-50%,-50%);
    z-index:9999;
    box-shadow:
        0 0 10px #d38489,
        0 0 20px #d38489,
        0 0 40px rgba(211,132,137,.5);
    transition:
        width .3s ease,
        height .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.cursor::before{
    content:"";
    position:absolute;
    inset:-12px;
    border:1px solid rgba(211,132,137,.35);
    border-radius:50%;
    animation:spin 5s linear infinite;
}

.cursor-dot{
    position:fixed;
    width:8px;
    height:8px;
    background:#d38489;
    border-radius:50%;
    pointer-events:none;
    transform:translate(-50%,-50%);
    z-index:10000;
    box-shadow:
        0 0 10px #d38489,
        0 0 20px #d38489;
}

.hover{
    width:80px;
    height:80px;
    border-color:#f3c5c8;
    box-shadow:
        0 0 20px #f3c5c8,
        0 0 40px #d38489,
        0 0 80px rgba(211,132,137,.8);
}

.btn{
    display:inline-block;
    margin-top:30px;
    padding:14px 35px;
    border-radius:50px;
    background:#d38489;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.btn:hover{
    background:#f3c5c8;
    color:#1c1617;
}

.container{
    text-align:center;
}

@keyframes spin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/*  button style */
.enquiery-btn a, .uc_more_btn, .elementor-button {
  padding: 6px 7px 6px 30px !important;
  display: inline-flex !important;
  border-radius: 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none !important;
  font-weight: 400 !important;
  background: linear-gradient(90deg, #DB8B90 0%, #925054 100%);
  display: flex;
  align-items: center;
  gap: 8px;
	color:#ffffff
}
.elementor-button {
  padding: 21px 30px !important;
}
.enquiery-btn a {
  margin-left: 20px;
	color:#fff !important;
}
.enquiery-btn a::after, .uc_more_btn::after, .elementor-button::after {
    content: url(https://webplinth.com/Works/velora/wp-content/uploads/2026/05/right-arrow.svg);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 3rem;
    line-height: 44px;
    margin: auto;
    text-align: center;
}
.white-btn {
  background: white;
  color: #000;
}
.white-btn::after {
  background: #ffbfbf !important;
}
.uc_more_btn:hover, .enquiery-btn a:hover {
  color: #fed8db;
  letter-spacing: 3px;
}
/*==============================================
 Header Section
==============================================*/
#site-header {

  z-index: 11;
}
section.btm-bar {
    position: absolute;
    padding: 30px;
	z-index:111px;
}
  .site-logo img {
	  max-height: 7rem !important;}
.logo-container {
  background: white;
  border-radius: 5em;
  padding: 10px 16px 10px 10px;
}
.sub-menu li {
transition: transform 0.3s ease;
}
.sub-menu li:hover  {

    transform: scale(1.0555);

}
.sub-menu a {
  color: #ffdcdc !important;
}

.sub-menu {
  background: linear-gradient(214deg, #DB8B90 0%, #925054 100%) !important;
  width: 300px !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 18px 10px !important;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
  text-decoration: none;
}
.primary-menu > li > .icon {
  color: #ac6569 !important;
}
body:not(.overlay-header) .primary-menu > li > ul::after {
  border-bottom-color: #d8898e !important;
}
/*==============================================
 |Banner Section|
==============================================*/
.slide__content {
  max-width: 100% !important;
  width: 1140px;
  padding: 0px !important;
  margin-top: 141px !important;
}
.slide__content--headings {
  width: 66%;
  text-align: left !important;
}
.light-bnr-text {
  font-weight: 300;
}
.si-arrow {
  position: absolute;
  top: 48px;
  width: 35px !important;
  right: 21px;
}

.ue_simple_slider_title span.bnr-t-title {
  font-size: 15px;
  display: block;
  background-color: #FFFFFF29;
  width: 45%;
  text-align: center;
  line-height: 42px;
  border-radius: 4rem;
  border: 1px solid #DB8B90;
  color: #d7888d;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  margin-bottom: 20px;
}
.bnr-co-title {
  display: block;
  color: #d38489;
}
/* banner section */

 .slide__content {
  top: 5% !important;
  margin: 0 auto !important;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0px !important;
  transform: inherit !important;
  top: 37px !important;
}
/* Carosal Section */
.hm-services-section .ue-carousel-item {
    display: flex;
    align-items: center;
	background-color: #212121;
}
.hm-services-section .uc_classic_carousel_placeholder {
    width: 60%;
}
.hm-services-section .uc_classic_carousel_content {
    text-align: left;
	padding-left: 35px !important;
}
.hm-services-section .uc_classic_carousel_content, .hm-services-section .uc_classic_carousel_placeholder {
  width: 100%;
}


/* information section */
section#hm-information-section .elementor-image-box-content {
    color: #ffffff;
    background-color: #0d0d0d;
    padding: 39px;
}
.banner-section .elementor-shape {
z-index: 11 !important;
}
/*==============================================
 |Multi Carousal Slider Section|
==============================================*/

.multi-caro-section .uc_classic_carousel_content {
  position: absolute;
  bottom: 10px;
}
/*==============================================
 |Process Section|
==============================================*/

.team-process-section .porcess-inner::after {
  width: 1px;
  height: 100%;
  width: ;
  content: "";
  background: white;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
}
.team-process-section .left-point::after, .team-process-section .right-point::after {
    content: "" !important;
    background: white !important;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    border-radius: 3rem;
}
.team-process-section .left-point::after {
    right: -45px;
    top: 43%;
}
.team-process-section .right-point::after {
    left: -45px;
    top: 43%;
}

/*==============================================
 |Contact Form|
==============================================*/
.f-row {display: flex; gap: 34px;
}
.form-col-1 {
  width: 100%;
}
.f-row input, .f-row textarea {
  margin-bottom: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(28, 49, 123, 0.25);
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
}
.f-row textarea {
  height: 178px;
}
.wpcf7-submit {
  background: #DB8B90!important;
  width: 100%;
  height: 50px;
}


/*==============================================
 |Footer Section|
==============================================*/

.site-footr { background-color: #492B2D!important; margin: 0px !important; padding: 200px 0px 10px; color: #fff !important; background-repeat: no-repeat; background-size: cover; background-position: top center; position: relative;  font-family: "Inter", sans-serif !important;}
.site-footr .menu li::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; margin-left: 10px; transition: 0.2s !important; margin-right: 14px; color: #fff!important; font-size: 14px; }
.site-footr h2 {
  font-size: 22px !important;
  color: #fff !important;
  margin: 0px 0px 3rem 0px !important;
  font-weight: 600 !important;
	font-family: "Playfair Display", serif !important;
	text-align: left;
}
.site-footr a { color: #fff !important; text-decoration: none !important; }
.site-footr i { color: #fff!important; font-size: 18px; }
.screen-reader-response { display: none; }
.site-footr a, .site-footr li { color: #fff !important; }
.footer-form input, .footer-form textarea { height: 46px; margin-bottom: 12px; padding: 13px 0px; background: none !important; color: #000 !important; border: none !important; border-bottom: 1px solid #fff!important; }
.footer-form textarea { height: 104px; }
.site-footr .menu li a { font-weight: 400; font-size: 16px !important; }
.wpcf7-form-control.wpcf7-submit { float: right; border: none !important; color: #fff !important;  padding: 0px; }
.line-top { width: 100%; border-top: 1px solid #FFFFFF26; padding: 20px 0px; }
.f-social-icon a i { margin-left: 24px; color: #fff !important; }
.powered-by-btm a { color: #F3B63F!important; }
.f-cont-nber { display: flex; margin: 0px 0px !important; padding: 5px 0px; width: 98%;border-bottom: 1px solid #ffffff36; text-align: left; }
.f-cont-nber li { list-style: none; margin: 0px !important; font-size: 16px !important; }
.f-cont-nber i { margin-right: 20px; }
.footer-copyright a, .footer-copyright { font-weight: 400; color: #fff !important; }
.footer-form input::placeholder, .footer-form textarea {
color: #fff !important;
 font-weight: 300;
}
.site-footr .widget-content { font-size: 16px !important; color: #d0d0d0 !important;  text-align:left !important;}
nu-footer-menu li { margin: 0px; }
.footer-btm { margin-top: 40px; }
.site-footr figure.wp-block-image.size-full { margin-top: 0px !important; }
.wpcf7-response-output {
    color: #46b450;
}
.footer-form input:focus-visible, .footer-form textarea:focus-visible {
    outline: inherit !important;
}

.footer-btm span.social_icons i {
    font-size: 22px;
}
.footer-btm span.social_icons a {
    margin: 0px;
}
.footer-btm span.social_icons {
    position: fixed;
    background: #ffffff;
    padding: 11px 30px 6px;
    bottom: 20px;
    border-radius: 3rem;
    box-shadow: 0px 0px 12px #0000001f;
    z-index: 111;
    right: 20px;
    display: flex !important;
    gap: 16px;
}

.social-media-links {
  display: flex;
  gap: 14px;
}
.social-media-links a {
  width: 40px;
  border: 1px solid #DB8B90;
  height: 40px;
  padding: 10px;
  border-radius: 31px;
  margin-top: 8px;
}

/* footer Top Divider */

.site-footr svg.footer-top-d {
  position: absolute;
  top: 0px;
  height: 150px;
  transform: translateX(-50%) rotateY(180deg);
  display: block;
  left: 50%;
  width: calc(100% + 1.3px);
}
.site-footr svg.footer-top-d {
  fill: white !important;
}
/*==============================================
 |Subpage|
==============================================*/
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: 100% !important; width: 100% !important; }
.cover-color-overlay {
  color: #0009 !important;
}
.entry-header { background: none !important; padding: 0px !important; }
.screen-height { min-height: 55vh !important; }
.entry-title {
    color: #fff !important;
    
    
	font-size:35px !important
}

.bg-attachment-fixed {
    background-attachment: inherit !important;
}
#google-map-home .elementor-shortcode {
    overflow: overlay;
}
#google-map-home iframe {
    margin-top: -67px !important;
}

/* Toogle Menu */

.toggle-wrapper {
  display: none;
}
/*==============================================
 |whatsapp|
==============================================*/

.jack-phone { position: fixed; right: -50px; bottom: -55px; visibility: visible; background-color: transparent; width: 200px; height: 200px; cursor: pointer; z-index: 99; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-transition: visibility 0.5s; -moz-transition: visibility 0.5s; -o-transition: visibility 0.5s; transition: visibility 0.5s; }
.jack-phone.jack-static1 { opacity: 0.6; }
.jack-phone.jack-hover1 { opacity: 1; }
.jack-ph-circle { width: 110px; height: 110px; top: 40px; left: 40px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: 0.1; -webkit-animation: jack-circle-anim 1.2s infinite ease-in-out; -moz-animation: jack-circle-anim 1.2s infinite ease-in-out; -ms-animation: jack-circle-anim 1.2s infinite ease-in-out; -o-animation: jack-circle-anim 1.2s infinite ease-in-out; animation: jack-circle-anim 1.2s infinite ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.jack-phone.jack-active .jack-ph-circle1 { -webkit-animation: jack-circle-anim 1.1s infinite ease-in-out !important; -moz-animation: jack-circle-anim 1.1s infinite ease-in-out !important; -ms-animation: jack-circle-anim 1.1s infinite ease-in-out !important; -o-animation: jack-circle-anim 1.1s infinite ease-in-out !important; animation: jack-circle-anim 1.1s infinite ease-in-out !important; }
.jack-phone.jack-static .jack-ph-circle { -webkit-animation: jack-circle-anim 2.2s infinite ease-in-out !important; -moz-animation: jack-circle-anim 2.2s infinite ease-in-out !important; -ms-animation: jack-circle-anim 2.2s infinite ease-in-out !important; -o-animation: jack-circle-anim 2.2s infinite ease-in-out !important; animation: jack-circle-anim 2.2s infinite ease-in-out !important; }
.jack-phone.jack-green.jack-hover .jack-ph-circle { border-color: rgba(117, 235, 80, 1); opacity: 0.5; }
.jack-ph-circle-fill { width: 74px; height: 74px; top: 58px; left: 58px; position: absolute; background-color: #000; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; opacity: 0.1; -webkit-animation: jack-circle-fill-anim 2.3s infinite ease-in-out; -moz-animation: jack-circle-fill-anim 2.3s infinite ease-in-out; -ms-animation: jack-circle-fill-anim 2.3s infinite ease-in-out; -o-animation: jack-circle-fill-anim 2.3s infinite ease-in-out; animation: jack-circle-fill-anim 2.3s infinite ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.jack-phone.jack-active .jack-ph-circle-fill { -webkit-animation: jack-circle-fill-anim 1.7s infinite ease-in-out !important; -moz-animation: jack-circle-fill-anim 1.7s infinite ease-in-out !important; -ms-animation: jack-circle-fill-anim 1.7s infinite ease-in-out !important; -o-animation: jack-circle-fill-anim 1.7s infinite ease-in-out !important; animation: jack-circle-fill-anim 1.7s infinite ease-in-out !important; }
.jack-ph-img-circle1 { width: 50px; height: 50px; top: 70px; left: 70px; position: absolute; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d=' M19.11 17.205c-.372 0-1.088 1.39-1.518 1.39a.63.63 0 0 1-.315-.1c-.802-.402-1.504-.817-2.163-1.447-.545-.516-1.146-1.29-1.46-1.963a.426.426 0 0 1-.073-.215c0-.33.99-.945.99-1.49 0-.143-.73-2.09-.832-2.335-.143-.372-.214-.487-.6-.487-.187 0-.36-.043-.53-.043-.302 0-.53.115-.746.315-.688.645-1.032 1.318-1.06 2.264v.114c-.015.99.472 1.977 1.017 2.78 1.23 1.82 2.506 3.41 4.554 4.34.616.287 2.035.888 2.722.888.817 0 2.15-.515 2.478-1.318.13-.33.244-.73.244-1.088 0-.058 0-.144-.03-.215-.1-.172-2.434-1.39-2.678-1.39zm-2.908 7.593c-1.747 0-3.48-.53-4.942-1.49L7.793 24.41l1.132-3.337a8.955 8.955 0 0 1-1.72-5.272c0-4.955 4.04-8.995 8.997-8.995S25.2 10.845 25.2 15.8c0 4.958-4.04 8.998-8.998 8.998zm0-19.798c-5.96 0-10.8 4.842-10.8 10.8 0 1.964.53 3.898 1.546 5.574L5 27.176l5.974-1.92a10.807 10.807 0 0 0 16.03-9.455c0-5.958-4.842-10.8-10.802-10.8z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"); background-size: 40px 40px; background-color: rgba(30, 30, 30, 0.1); background-position: center center; background-repeat: no-repeat; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; opacity: 1; /* -webkit-animation: jack-circle-img-anim 1s infinite ease-in-out; */ -moz-animation: jack-circle-img-anim 1s infinite ease-in-out; -ms-animation: jack-circle-img-anim 1s infinite ease-in-out; -o-animation: jack-circle-img-anim 1s infinite ease-in-out;/* animation: jack-circle-img-anim 1s infinite ease-in-out; */ }
.jack-phone.jack-active .jack-ph-img-circle1 { -webkit-animation: jack-circle-img-anim 1s infinite ease-in-out !important; -moz-animation: jack-circle-img-anim 1s infinite ease-in-out !important; -ms-animation: jack-circle-img-anim 1s infinite ease-in-out !important; -o-animation: jack-circle-img-anim 1s infinite ease-in-out !important; animation: jack-circle-img-anim 1s infinite ease-in-out !important; }
.jack-phone.jack-static .jack-ph-img-circle1 { /* -webkit-animation: jack-circle-img-anim 0s infinite ease-in-out !important; */ -moz-animation: jack-circle-img-anim 0s infinite ease-in-out !important; -ms-animation: jack-circle-img-anim 0s infinite ease-in-out !important; -o-animation: jack-circle-img-anim 0s infinite ease-in-out !important;/* animation: jack-circle-img-anim 0s infinite ease-in-out !important; */ }
 @-moz-keyframes jack-circle-anim { 0% {
 -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
 opacity: 0.1;
 -moz-opacity: 0.1;
 -webkit-opacity: 0.1;
 -o-opacity: 0.1;
}
 30% {
 -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.5;
 -moz-opacity: 0.5;
 -webkit-opacity: 0.5;
 -o-opacity: 0.5;
}
 100% {
 -moz-transform: rotate(0deg) scale(1) skew(1deg);
 opacity: 0.6;
 -moz-opacity: 0.6;
 -webkit-opacity: 0.6;
 -o-opacity: 0.1;
}
}
 @-webkit-keyframes jack-circle-anim { 0% {
 -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
 -webkit-opacity: 0.1;
}
 30% {
 -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
 -webkit-opacity: 0.5;
}
 100% {
 -webkit-transform: rotate(0deg) scale(1) skew(1deg);
 -webkit-opacity: 0.1;
}
}
 @-o-keyframes jack-circle-anim { 0% {
 -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
 -o-opacity: 0.1;
}
 30% {
 -o-transform: rotate(0deg) scale(0.7) skew(1deg);
 -o-opacity: 0.5;
}
 100% {
 -o-transform: rotate(0deg) scale(1) skew(1deg);
 -o-opacity: 0.1;
}
}
 @keyframes jack-circle-anim { 0% {
 transform: rotate(0deg) scale(0.5) skew(1deg);
 opacity: 0.1;
}
 30% {
 transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.5;
}
 100% {
 transform: rotate(0deg) scale(1) skew(1deg);
 opacity: 0.1;
}
}
 @-moz-keyframes jack-circle-fill-anim { 0% {
 -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
 50% {
 -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
 opacity: 0.2;
}
 100% {
 -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
}
 @-webkit-keyframes jack-circle-fill-anim { 0% {
 -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
 50% {
 -webkit-transform: rotate(0deg) scale(1) skew(1deg);
 opacity: 0.2;
}
 100% {
 -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
}
 @-o-keyframes jack-circle-fill-anim { 0% {
 -o-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
 50% {
 -o-transform: rotate(0deg) scale(1) skew(1deg);
 opacity: 0.2;
}
 100% {
 -o-transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
}
 @keyframes jack-circle-fill-anim { 0% {
 transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
 50% {
 transform: rotate(0deg) scale(1) skew(1deg);
 opacity: 0.2;
}
 100% {
 transform: rotate(0deg) scale(0.7) skew(1deg);
 opacity: 0.2;
}
}
 @keyframes jack-circle-img-anim { 0% {
 transform: rotate(0deg) scale(1) skew(1deg);
}
 10% {
 transform: rotate(-25deg) scale(1) skew(1deg);
}
 20% {
 transform: rotate(25deg) scale(1) skew(1deg);
}
 30% {
 transform: rotate(-25deg) scale(1) skew(1deg);
}
 40% {
 transform: rotate(25deg) scale(1) skew(1deg);
}
 100%, 50% {
 transform: rotate(0deg) scale(1) skew(1deg);
}
}
 @-moz-keyframes jack-circle-img-anim { 0% {
 transform: rotate(0deg) scale(1) skew(1deg);
}
 10% {
 -moz-transform: rotate(-25deg) scale(1) skew(1deg);
}
 20% {
 -moz-transform: rotate(25deg) scale(1) skew(1deg);
}
 30% {
 -moz-transform: rotate(-25deg) scale(1) skew(1deg);
}
 40% {
 -moz-transform: rotate(25deg) scale(1) skew(1deg);
}
 100%, 50% {
 -moz-transform: rotate(0deg) scale(1) skew(1deg);
}
}
 @-webkit-keyframes jack-circle-img-anim { 0% {
 -webkit-transform: rotate(0deg) scale(1) skew(1deg);
}
 10% {
 -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
 20% {
 -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
 30% {
 -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
 40% {
 -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
 100%, 50% {
 -webkit-transform: rotate(0deg) scale(1) skew(1deg);
}
}
 @-o-keyframes jack-circle-img-anim { 0% {
 -o-transform: rotate(0deg) scale(1) skew(1deg);
}
 10% {
 -o-transform: rotate(-25deg) scale(1) skew(1deg);
}
 20% {
 -o-transform: rotate(25deg) scale(1) skew(1deg);
}
 30% {
 -o-transform: rotate(-25deg) scale(1) skew(1deg);
}
 40% {
 -o-transform: rotate(25deg) scale(1) skew(1deg);
}
 100%, 50% {
 -o-transform: rotate(0deg) scale(1) skew(1deg);
}
}
.jack-phone.jack-green .jack-ph-circle { border-color: rgb(0, 242, 164); }
.jack-phone.jack-green .jack-ph-circle-fill { background-color: rgb(0, 242, 164); }
.jack-phone.jack-green .jack-ph-img-circle1 { background-color: rgb(0, 242, 164); }

/*==============================================
*|Toogle Menu|
==============================================*/
.toggle-wrapper { display: none; margin: 0px 0px 0px 8px; float: right;}
.nav-toggle { position: inherit; }

.modal-menu li { border-color: #ffffff1c !important }
.menu-modal-inner { padding: 0px !important; background: #be7478 !important; display: flex; justify-content: stretch; width: 100%; }
.menu-modal .toggle { color: #fff; }
.menu-modal.active { z-index: 1111; }
span.toggle-inner, .nav-toggle, .toggle-icon { height: auto !important; }
span.toggle-inner { padding: 0px !important; }
span.toggle-icon i {
  font-size: 27px;
  color: #fff;
  display: flex;
  border-radius: 38px;
  justify-content: center;
  background: #be7478;
  padding: 14px;
  width: 55px !important;
  height: 55px;
}
.menu-modal li a { color: #fff; font-size: 16px !important; font-weight: 500 !important; padding: 10px 31px !important; }
.menu-modal-inner ul.sub-menu { background: none !important; }
.menu-modal-inner ul.sub-menu a { color: #fff !important; }
.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle { color: #ffffff !important; }
.nav-toggle, .toggle-icon {width: auto !important;}

/*==============================================
 |Media Style|
==============================================*/

 @media only screen and (max-width: 999px) {
.toggle-wrapper { display: block !important; }

}
@media only screen and (max-width: 767px) {
h1 {font-size: 35px !important; line-height: 40px !important;}
h2 { font-size: 30px !important;}
.ue_simple_slider_title {font-size: 40px !important; line-height: 49px !important;}
.enquiery-btn {display: none;}
.footer-inner .col-md-6 { margin-bottom: 34px;}

.entry-title { font-size: 28px !important;}
.cur-grid-01, .cur-grid-02, .cur-grid-03 {min-height: 100% !important;}
.f-row {flex-direction: column;padding: 0px 18px;}
.elementor-widget-ucaddon_gradient_button {align-self: center !important;}
.outline-btn, 	.team-process-section .porcess-inner::after {display: none !important;}
	
.banner-text-sub { width: 90%;}
.ue_simple_slider_title span.bnr-t-title { width: 71%;}
.slide__content--headings {width: 85% !important; margin:auto;}

}
@media only screen and (max-width: 667px) {
#uc_simple_slider_elementor_bcbe1b1, .bg-attachment-fixed { border-radius: 45px !important;}
.site-footr {border-radius: 45px 45px 0 0 !important;}
}
@media only screen and (max-width: 459px) {
h1 {font-size: 35px !important; line-height: 38px !important;}
h2 {font-size: 28px !important;}
.enquiery-btn {display: none;}
.ue_simple_slider_title {font-size: 35px !important; line-height: 45px !important;}
.exp-box-bnr {right: 0em !important;}





}



