/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1781768781
Updated: 2026-06-18 07:46:21

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url("style-2.css");

@font-face {
    font-family: 'Euclid Circular A';
    src: url('EuclidCircularA-Light.woff2') format('woff2'),
        url('EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('font/EuclidCircularA-Regular.woff2') format('woff2'),
        url('font/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
  background-color: #ffffff;
   font-family: 'Euclid Circular A';
}

body p{
       font-family: 'Euclid Circular A';
       font-size: 14px;
       line-height: 26px;
       color: #222222;
       font-weight: 400;
}

body a{
  text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
 font-family: "Playfair Display", serif;
 font-weight: 400;
 color: #222;
}

.mobshow{
  display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

  .ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
  /************** header responsive start  *************/

 .navbar-brand img {
    max-width: 181px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -55px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/app.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
    width: 33px;
    height: 2px;
    background-color: #9e002200;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #ff5c35;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
  
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
     font-family: 'Euclid Circular A';
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
    display:none !important;
}
  
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

  
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

  a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
  
  body header#wrapper-navbar .container {
    display: block;
}
  

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
  
/************** header responsive End  *************/ 
  
  header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
  
.home div#content {
    margin-top: 0px !important;
}
  
.home .entry-content{
  margin:0;
}
  
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
}
 body header#wrapper-navbar {
    padding: 0px 0px 0px;
}
  

  
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

body .inner-menu {
    position: unset !important;
}

  
  
body .banner-services {
    display: none;
}

body .banner-img {
    margin-top: 0;
}

body .banner-img:after {
    width: 300px;
    height: 300px;
    left: calc(50% - 150px);
}

body .banner-text {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
    border-radius: 24px;
}

body .banner-text h1 {
    font-size: 30px;
}

body .banner-img:before {display: none;}

body section.web-banner {
    padding-bottom: 0;
}

body .home-about {
    margin-top: -170px;
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

body .section-cta {
    text-align: center;
}

body .section-cta.right-cta {
    text-align: center;
    margin-top: 0;
}

body .title h2:after {
    display: none;
}

body .title h2:before {
    display: none;
}

body .title h2 {
    font-size: 24px;
}

body .title p {
    font-size: 14px;
}

body .about-cta {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    row-gap: 25px;
}

body a.home-about-cta {
    font-size: 20px;
}

body a.home-about-whatsapp {
    font-size: 20px;
}

body .home-about {
    margin-bottom: 40px;
}

body .home-adv-sec:after {
    display: none;
}

body .home-adv-sec:before {
    display: none;
}

body .why-choose-top-space {
    margin-top: 0px;
}

body .why-choose-box-one {
    margin-top: 0;
}

body .star-img {
    flex-direction: column;
}

body .sec-cta {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
}

body .star-img p {
    font-size: 14px;
    margin-bottom: 10px;
}

body .mobile-services {
    text-align: center;
    background-color: #ffdbc2;
    border: 1px solid #ff5c35;
    border-radius: 24px;
    padding: 40px 15px 30px;
}

body .mobile-services .home-service-img {
    width: 100%;
    margin-bottom: 30px;
}

body .mobile-services .home-service-content {
    margin-left: 0;
    width: 100%;
}
  
  
body .form:after {
    display: none;
}

body .form {
    padding: 20px 20px 0px;
    border-radius: 30px;
    margin-top: 0px;
}

body .why-choose-box {
    padding: 20px;
}

body .why-choose-icon {
    flex-direction: column;
}

body .why-choose-icon h3 {
    font-size: 22px;
}

body .why-choose-call-cta {
    text-align: center;
}

body .why-choose-call-cta.why-choose-whatsapp {
    text-align: center;
}

body .why-choose-call-cta img {
    width: 100px;
}

body .why-choose-call-cta img {}

body .video-adv-sec {
    margin-bottom: 0;
    margin-top: 40px;
}

body .row.footer-ctas {
    margin-bottom: 0;
}

body a.f-location {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

body .f-map {
    margin-top: 50px;
    margin-bottom: -130px;
}

body .f-location {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
  
body .mob-cta .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}

  

}
/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}
.form-left-section h2.title {
    color: #fbad48;
    padding-top: 30px;
}
  .form-left-section p {
    color: #fff;
}
/************** header responsive start  *************/
  
  
  
  
.navbar-brand img {
    max-width: 181px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -55px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/app.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
    width: 33px;
    height: 2px;
    background-color: #9e002200;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #ff5c35;
        /* box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16); */
        top: 0px;
        border-radius: 0;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
  
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
     font-family: 'Euclid Circular A';
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
    display:none !important;
}
  
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

  
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

  a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
  
  body header#wrapper-navbar .container {
    display: block;
}
  

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
  
/************** header responsive End  *************/ 
  
  header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
  
.home div#content {
    margin-top: 0px !important;
}
  
.home .entry-content{
  margin:0;
}
  
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
}
 body header#wrapper-navbar {
    padding: 0px 0px 0px;
}
  

  
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

body .inner-menu {
    position: unset !important;
}

  
  
body .banner-services {
    display: none;
}

body .banner-img {
    margin-top: 0;
}

body .banner-img:after {
    width: 300px;
    height: 300px;
    left: calc(50% - 150px);
}

body .banner-text {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
    border-radius: 24px;
}

body .banner-text h1 {
    font-size: 24px;
}

body .banner-img:before {display: none;}

body section.web-banner {
    padding-bottom: 0;
}

body .home-about {
    margin-top: -170px;
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

body .section-cta {
    text-align: center;
}

body .section-cta.right-cta {
    text-align: center;
    margin-top: 0;
}

body .title h2:after {
    display: none;
}

body .title h2:before {
    display: none;
}

body .title h2 {
    font-size: 24px;
}

body .title p {
    font-size: 14px;
}

body .about-cta {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    row-gap: 25px;
}

body a.home-about-cta {
    font-size: 20px;
}

body a.home-about-whatsapp {
    font-size: 20px;
}

body .home-about {
    margin-bottom: 40px;
}

body .home-adv-sec:after {
    display: none;
}

body .home-adv-sec:before {
    display: none;
}

body .why-choose-top-space {
    margin-top: 0px;
}

body .why-choose-box-one {
    margin-top: 0;
}

body .star-img {
    flex-direction: column;
}

body .sec-cta {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
}

body .star-img p {
    font-size: 14px;
    margin-bottom: 10px;
}

body .mobile-services {
    text-align: center;
    background-color: #ffdbc2;
    border: 1px solid #ff5c35;
    border-radius: 24px;
    padding: 40px 15px 30px;
}

body .mobile-services .home-service-img {
    width: 100%;
    margin-bottom: 30px;
}

body .mobile-services .home-service-content {
    margin-left: 0;
    width: 100%;
}
  
  
body .form:after {
    display: none;
}

body .form {
    padding: 20px 20px 0px;
    border-radius: 30px;
    margin-top: 0px;
}

body .why-choose-box {
    padding: 20px;
}

body .why-choose-icon {
    flex-direction: column;
}

body .why-choose-icon h3 {
    font-size: 22px;
}

body .why-choose-call-cta {
    text-align: center;
}

body .why-choose-call-cta.why-choose-whatsapp {
    text-align: center;
}

body .why-choose-call-cta img {
    width: 100px;
}

body .why-choose-call-cta img {}

body .video-adv-sec {
    margin-bottom: 0;
    margin-top: 40px;
}

body .row.footer-ctas {
    margin-bottom: 0;
}

body a.f-location {
    font-size: 12px;
    margin-bottom: 20px;
}

body .f-map {
    margin-top: 50px;
    margin-bottom: -130px;
}

body .f-location {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
  
body .mob-cta .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}
  
body .sticky {
    top: -117px;
}
  
body header#wrapper-navbar .container {
    overflow: visible;
}


body footer#colophon .container {
    overflow: visible;
}

body .container {
    overflow-x: hidden;
}
  
  
  
}
/**************** Mobile responsive End *********************/





/**************** Start Header menu  ********************/

header#masthead {
    margin-bottom: 0;
    background-color: #00000024;
    box-shadow: none;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1); */
}

header#wrapper-navbar.sticky {
    background-color: #ffff;
      padding-top: 2px;
}


.navbar-brand img {
    max-width: 199px;
    margin-bottom: 8px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}


div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #000000 !important;
    font-weight: 300 !important;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 0px;
    margin-right: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 300;
    color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  background-color: transparent;
  color: #221845;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
        font-family: 'Euclid Circular A';
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 300;
        font-family: 'Euclid Circular A';
        text-decoration: none;
        border-color: #fff;
        color: #000000;
    }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 24px;
  height: 3px;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #ffffff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #ff5c35;
    border-radius: 0;
    top: 45px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
     font-family: 'Euclid Circular A';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left;
    padding: 4.5px 4px 4.5px 30px;
    border-radius: 30px 0px 0px 30px;
    background-color: #fff4ea;
    border-bottom: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    background-color: #ff5c35;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #fff;
     font-family: 'Euclid Circular A';
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 27px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
  
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
  color: #fff;
  font-weight: 400;
/*  background-color:#190f17; */
     font-family: 'Euclid Circular A';
  transition: all .5s ease-in-out;
  
}

.mega-menu-toggle.mega-menu-open {
    background-image: none !important;
   
    
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open span.mega-toggle-animated-inner {
        background-color: #ff5c35;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::after{
            background-color:#9e0022 ; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #a70a4400;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}

.menus {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
}

a.whatsapp-img img {
    display: inline-block;
    width: 84px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.first-text {
    display: block;
    font-size: 12px;
    color: #fff;
}

span.second-text{
    font-size: 18px;
    font-weight: bold;
  color:#fff;
}

.whatsapp-chat {
    text-align: center;
    background-image: linear-gradient(0deg, #4baf4f 0%, #267329 99%, #267329 100%);
    border-radius: 30px 30px 0px 0px;
    padding: 20px 10px 39px;
    position: relative;
}

a.text-link {
    display: block;
    margin-bottom: 20px;
}
nav#main-nav {
    background: transparent !important;
    padding-bottom: 0;
    padding-top: 10px;
}

header#wrapper-navbar {
    padding-top: 0px;
    position:relative;
    z-index:2;
    background-color: #fff;
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.47));
}

a.whatsapp-img {
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
}


.top-links img {
    width: 16px;
}

.top-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 28px;
    background-color: #fba73a;
    margin: auto;
    padding: 10px 30px 10px 10px;
    margin-bottom: 0;
    border-radius: 30px;
    position: absolute;
    bottom: -97px;
    right: 0;
}

.top-links span {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    line-height: 33px;
}

.top-links a {
    font-size: 16px;
    color: #222;
}
a.mail-size {
    font-size: 14px;
}

.top-links  li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

 .top-links.deskshow {
    max-width: 630px;
    margin: auto;
}

 .inner-menu {
    position: relative;
    top: -18px;
}

 

/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: -66px;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
  0%{
    transform:translateY(-40px);
  }
  100%{
    transform:translateY(0px);
  }
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


a.contact-shivram {
    font-size: 14px;
    display: inline-block;
    color: #222;
    background-color: #fff4ea;
    padding: 4.5px 4.5px 4.5px 11px;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}


.header-contact-btn span {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #ff5c35;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-left: 5px;
}

.header-contact-btn span img{
    animation: vibrate 1s infinite;
}

a.header-number {
    display: inline-block;
    font-size: 16px;
    color: #222;
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #ff5c35;
    padding: 3.5px 3.5px 3.5px 11px;
    margin-left: 10px;
    transition: 0.4s;
}

a.header-number:hover{
    background-color: #fff4ea;
}

a.contact-shivram:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 24px;
    background-color: #ff5c35;
    left: -11px;
    top: 10px;
}


section.top-header {
    border-bottom: 1px solid #ff5c35;
    padding-top: 18px;
    padding-bottom: 18px;
}

section.top-header p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

 @keyframes vibrate {
    0%, 100% {
        transform: rotate(0deg) translateX(0);
    }
    10% {
        transform: rotate(-12deg) translateX(-2px);
    }
    20% {
        transform: rotate(12deg) translateX(2px);
    }
    30% {
        transform: rotate(-12deg) translateX(-2px);
    }
    40% {
        transform: rotate(12deg) translateX(2px);
    }
    50% {
        transform: rotate(-8deg) translateX(-1px);
    }
    60% {
        transform: rotate(8deg) translateX(1px);
    }
    70% {
        transform: rotate(-4deg) translateX(-1px);
    }
    80% {
        transform: rotate(4deg) translateX(1px);
    }
}

/*  Main Header start */
  
.navbar-brand {
    max-width: 188px;
    padding-top: 0;
    margin-top: 0px;
}
  
/* mian header end */ 

/* Heder-cta */

/*  Header Cta */

.wrapper {
    padding: 0;
}

/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */
  

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1127px;
    }
}

section.web-banner {
    padding-bottom: 210px;
    position: relative;
    padding-top: 50px;
}

 .web-banner-sec {
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    /* padding-top: 50px; */
}

.banner-services {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 285px;
}

.banner-services a {
    border-radius: 12px;
    filter: drop-shadow(0 0 2.5px rgba(255,219,194,0.47));
    background-color: #fff4ea;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #222;
    font-size: 16px;
    padding: 11px 6px 11px 15px;
    transition: 0.4s;
    position: relative;
    z-index: 3;
}

.banner-services a img {
    display: inline-block;
    margin-right: 12px;
}

.banner-services.center-banner-services {
    column-gap: 560px;
    margin-top: 90px;
    margin-bottom: 90px;
}

.banner-services.last-banner-services {
    column-gap: 460px;
}

.banner-services a:hover {
    background-color: #ff5c35;
    color: #fff;
}

.banner-services a:hover img {
    filter: brightness(20.5);
}

.banner-services a img {
    transition: 0.4s;
}

.banner-img {
    margin-top: -330px;
    position: relative;
}

.banner-img:after {
    position: absolute;
    content: '';
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/horoscope.png);
    width: 627px;
    height: 627px;
    background-size: cover;
    background-position: center;
    left: calc(50% - 313.5px);
    top: 40px;
   animation: rotateSpeed 15s ease-in-out infinite;
}


.banner-img:before {
    position: absolute;
    content: '';
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/shape.png);
    width: 350px;
    height: 723px;
    background-size: cover;
    background-position: center;
    left: calc(50% - 175px);
    top: 173px;
}


.banner-img img {
    position: relative;
    z-index: 1;
}

.banner-text {
    border-radius: 50px;
    background-color: #ffdbc2;
    margin-left: 20px;
    margin-right: 20px;
    padding: 27px 30px 27px 30px;
    margin-top: -19px;
    position: relative;
    z-index: 1;
}

.banner-text h1 {
    font-size: 34px;
}

.banner-text p {
    font-size: 14px;
    font-weight: 300;
}


 @keyframes rotateSpeed {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(45deg);   /* Slow */
    }

    50% {
        transform: rotate(240deg);  /* Fast */
    }

    70% {
        transform: rotate(300deg);  /* Slow */
    }

    100% {
        transform: rotate(720deg);  /* Fast */
    }
}


/* ==========================
   Premium Floating Animation
   For 6 Banner Boxes
========================== */

.banner-service-link-one{
    animation: floatOne 6s ease-in-out infinite;
}

.banner-service-link-two{
    animation: floatTwo 7s ease-in-out infinite;
    padding: 11px 40px 11px 15px !important;
}

.banner-service-link-three{
    animation: floatThree 5.5s ease-in-out infinite;
    padding: 11px 21px 11px 15px !IMPORTANT;
}

.banner-service-link-four{
    animation: floatFour 6.5s ease-in-out infinite;
    padding: 11px 12px 11px 15px !IMPORTANT;
}

.banner-service-link-five{
    animation: floatFive 7.5s ease-in-out infinite;
    padding: 11px 11px 11px 15px !IMPORTANT;
}

.banner-service-link-six{
    animation: floatSix 5s ease-in-out infinite;
    padding: 11px 20px 11px 15px !IMPORTANT;
}

/* Box 1 */
@keyframes floatOne{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-18px);
    }
}

/* Box 2 */
@keyframes floatTwo{
    0%,100%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(18px);
    }
}

/* Box 3 */
@keyframes floatThree{
    0%,100%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(-15px,-12px);
    }
}

/* Box 4 */
@keyframes floatFour{
    0%,100%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(15px,-18px);
    }
}

/* Box 5 */
@keyframes floatFive{
    0%,100%{
        transform: rotate(0deg) translateY(0);
    }
    50%{
        transform: rotate(4deg) translateY(-12px);
    }
}

/* Box 6 */
@keyframes floatSix{
    0%,100%{
        transform: rotate(0deg) translateY(0);
    }
    50%{
        transform: rotate(-4deg) translateY(-15px);
    }
}

 
.section-cta a {
    display: inline-block;
    font-size: 36px;
    color: #222;
    font-weight: 300;
}

.section-cta span {
    font-size: 18px;
    display: block;
}

.section-cta.right-cta {
    text-align: right;
}


.title {
    text-align: center;
}

.title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.title p {
    font-size: 16px;
    font-weight: 300;
}

.title h2:after {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/om-icon.png);
    left: -45px;
    top: 15px;
}

.title h2:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/om-icon.png);
    right: -45px;
    top: 15px;
}
 

.about-cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: -75px;
    margin-top: 40px;
}

a.home-about-cta {
    font-size: 46px;
    color: #222;
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-radius: 41px;
    background-color: #ffffff;
    border: 1px solid #ffdbc2;
    padding: 5px 5px 5px 49px;
}

a.home-about-cta span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ff5c35;
    line-height: 51px;
}

a.home-about-cta span img {
    width: 30px;
    animation: vibrate 1s infinite;
}

a.home-about-whatsapp {
    font-size: 42px;
    color: #222;
    border-radius: 41px;
    background-color: #ffffff;
    border: 1px solid #ffdbc2;
    padding: 4.5px 5px 4.5px 45px;
}

a.home-about-whatsapp img {
    width: 67px;
    animation: whatsappVibrate 1.5s infinite;
}


.home-about {
    border-radius: 50px;
    filter: drop-shadow(0 0 2.5px rgba(255,219,194,0.47));
    background-color: #ffffff;
    border: 1px solid #fff4ea;
    margin-top: -317px;
    position: relative;
    /* z-index: 1; */
    padding-top: 170px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 110px;
}

.whtsapp-icon {
    position: relative;
    margin-bottom: 70px;
    animation: whatsappVibrate 1.5s infinite;
}

.section-cta {
    margin-top: 70px;
    position: relative;
}


@keyframes whatsappVibrate {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-10deg); }
    20% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
}

.about-cta a:hover {
    background-color: #ff5c35;
    color: #fff;
}

.about-cta a {
    transition: 0.4s;
}


.title.second-title h2 {
    color: #ff5c35;
}

.title.second-title p {
    font-size: 14px;
    font-weight: 400;
}




.home-service {
    display: flex;
    align-items: center;
    background-color: #ffdbc2;
    border: 1px solid #ff5c35;
    border-radius: 116px 0px 116px 116px;
    padding: 22px 0px 22px 22px;
}

.home-service-img img {display: inline-block;border-radius: 50%;position: relative;z-index: 1;}

.home-service-content {
    width: 286px;
    margin-left: 40px;
}

.home-service-content h3 {
    font-size: 28px;
    color: #ff5c35;
}

.home-service-content p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
}

.home-service-content a {
    font-size: 20px;
    color: #000;
    font-family: "Playfair Display", serif;
}

.home-service-img {
    width: 186px;
    position: relative;
}

.home-service-img:after {
    position: absolute;
    content: '';
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/service-horoscope.png);
    width: 222px;
    height: 222px;
    left: calc(50% - 111px);
    top: -19px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: rotateIcon 9s linear infinite;
}

.home-service.service-box-three {
    border-radius: 116px 116px 0px 116px;
}

.home-service.service-box-four {
    border-radius: 116px 116px 116px 0px;
    padding-left: 0;
}

.home-service.service-box-two {border-radius: 0px 116px 116px 116px;padding-left: 0;}


.home-ser-section .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}


.service-call a {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    background-color: #ff5c35;
    display: inline-block;
    text-align: center;
    line-height: 96px;
    animation: pulseCall 2s infinite;
}

.service-call a img {
    width: 35px;
    animation: vibrate 1s infinite;
}

.service-call {
    text-align: center;
    margin-top: -324px;
}


@keyframes pulseCall {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 206, 194, 0.8);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 206, 194, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 206, 194, 0);
    }
}


@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rounded-img img {
    border-radius: 40px;
}


.home-adv-sec {
    position: relative;
    overflow: visible !important;
}


.home-adv-sec img{
    position:relative;
    z-index:1;
}

.home-adv-sec:after {
    position: absolute;
    content: '';
    width: calc(50% - 15px);
    border: 2px solid #ffc9bc;
    left: 0;
    height: 571px;
    border-top: none;
    border-radius: 0px 0px 40px 0px;
    top: -32px !important;
    border-left: 0;
}



.home-adv-sec:before {
    position: absolute;
    content: '';
    width: calc(50% - 15px);
    border: 2px solid #ffc9bc;
    right: 0;
    height: 571px;
    border-top: none;
    border-radius: 0px 0px 0px 40px;
    top: -32px !important;
    border-right:0px;
}

.why-choose-top-space {
    margin-top: 60px;
}

.why-choose-top-space .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}


.why-choose-box {
    border-radius: 40px;
    filter: drop-shadow(10px 0px 10px rgba(255,219,194,0.35));
    background-color: #ffffff;
    border: 1px solid #ffdbc2;
    padding: 35px;
}

.why-choose-box h3 {
    font-size: 26px;
    color: #ff5c35;
}

.why-choose-icon {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 15px;
}

 
.why-choose-two h3 {
    font-size: 22px;
}


.why-choose-box-one {
    margin-top: 140px;
}

.why-choose-call-cta img {
    border-radius: 50%;
}

.why-choose-call-cta a {
    display: inline-block;
    border-radius: 50%;
    filter: drop-shadow(10px 0px 10px rgba(202,199,218,0.35));
    background-color: #ffdbc2;
      animation: pulseSoft 2s infinite;
}

@keyframes pulseSoft {
    0% {
        box-shadow: 0 0 0 0 rgb(255 219 193 / 56%);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(255, 241, 231, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 241, 231, 0);
    }
}


.why-choose-whatsapp a {
filter: drop-shadow(10px 0px 10px rgba(202,199,218,0.35));
background-color: #2bb840;
      animation: pulseSofts 2s infinite;
}


@keyframes pulseSofts {
    0% {
        box-shadow: 0 0 0 0 rgb(43 182 63 / 35%);
    }
    70% {
        box-shadow: 0 0 0 25px rgb(43 182 63 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 241, 231, 0);
    }
}

.why-choose-call-cta.why-choose-whatsapp {
    text-align: right;
}





.form {
    padding: 60px 20px 0px;
    border-radius: 175px 175px 40px 40px;
    background: #ff5c35;
    position: relative;
    margin-top: -36px;
}

.input {
    height: 50px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px 10px 15px !important;
}

.share:hover{
  background: #ff5c35 !important;
}

.share {
    height: 50px;
    border-radius: 30px !important;
    color: #ffffff !important;
    background: #000000 !important;
    text-transform: uppercase;
  border: 1px solid #222 !important;
}

.why-choose-call-cta {
    margin-top: 35px;
}

textarea.input {
    height: 114px !important;
}

.form-title h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.form-title h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.form-title  p {
    text-align: center;
    color: #fff;
}

::placeholder{
  color:#222 !important;
  font-size:14px !important;
}


.form:after {
    position: absolute;
    content: '';
    width: 703px;
    height: 703px;
    background-image: url(http://mastereshwarji.com/wp-content/uploads/2026/06/big-chakra.png);
    left: calc(50% - 351.5px);
    top: -178px;
    background-size: contain;
    z-index: -1;
    animation: rotateIcon 9s linear infinite;
}


.why-choose-for {
    margin-top: 75px;
}


.video-adv-sec {
    margin-top: 50px;
    margin-bottom: 45px;
}

.review-box {
    background-color: #ffdbc2;
    border: 1px solid #ff5c35;
    border-radius: 23px 233px 23px 23px;
    padding: 55px 35px 35px 22px;
    position: relative;
}

img.star {
    position: absolute;
    top: 10px;
    left: 18px;
}


.quie h5 {
    margin-top: 20px;
    font-size: 16px;
    color: #ff5c35;
    margin-bottom: 20px !IMPORTANT;
}

.testimonilas {
    position: relative;
}


.user-img {
    position: absolute;
    top: 36px;
    right: 15px;
}

 
.testimonilas.right-review .review-box {
    border-radius: 233px 23px 23px 23px;
    text-align: right;
    padding: 55px 22px 35px 35px;
}

.testimonilas.right-review .user-img {
    left: 0;
}

.testimonilas.right-review .review-box img.star {
    right: 18px !important;
    top: 10px;
    left: unset !important;
}

.sec-cta a:hover {
    background-color: #fff;
}

.sec-cta {
    background-color: #ff5c35;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    margin-bottom: 70px;
}

.star-img {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.star-img p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

.sec-cta a {
    border-radius: 18px;
    background-color: #ffdbc2;
    font-size: 14px;
    color: #222;
    padding: 7px 47.5px;
    transition: 0.4s;
}


/* =========== Footer start here ================ */


.f-call {
    text-align: center;
}

.f-call a.f-call-btn {
    border-radius: 16px;
    background-color: #ff5c35;
    color: #fff;
    font-size: 12px;
    padding: 8px 42px;
    transition: 0.4s;
}

.f-call a.f-call-btn:hover{
  background-color:#222;
}

.f-call span {
    display: block;
    font-size: 26px;
    margin: 15px 0px 25px;
}

a.f-call-img {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-color: #ffdbc2;
    display: inline-block;
    border: 10px solid #ff5c35;
    line-height: 86px;
    outline: 15px solid #ff5c3585;
}


a.f-call-img img{
  animation: gelatine 0.5s infinite;
}
span.f-email {
    font-size: 20px;
    margin-bottom: 25px;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.f-map {
    height: 250px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: -10px;
}

.f-location {
    text-align: center;
    margin-top: -230px;
}

a.f-location:hover{
  background-color: #222;
}

a.f-location {
    display: inline-block;
    background-color: #ff5c35;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    padding: 9px 35px;
    margin-bottom: 120px;
    transition: 0.4s;
}

a.f-location-icon {
    width: 144px;
    height: 144px;
    border-radius: 72px;
    display: inline-block;
    background-color: #ff5c35;
    border: 25px solid #ffdbc1;
    line-height: 89px;
}

.row.footer-ctas {
    margin-bottom: -150px;
}
a.f-location-icon img {
    animation: gelatine 0.5s infinite;
}
footer#colophon {
    margin-top: 50px;
}

 
p.disclaimer {
    text-align: center;
    margin-bottom: 25px;
}

.Copyright {
    background-color: #ff5c35;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 14.5px;
}

.Copyright p {
    margin-bottom: 0;
    color: #fff;
}

.Copyright a {
    font-size: 14px;
    color: #fff;
}

section.bottom-footer {
    background-color: #ffdbc2;
    padding-bottom: 43px;
    padding-top: 150px;
}




                   /* ============= sticy icons ======= */

.contact_icons {
    position: fixed;
    left: 50px;
    bottom: 19px;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.contact_icons a {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: #72c118;
    font-size: 47px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff;
}

a.whatsapp-icon i {
    margin-top: 10px;
    color: #fff;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


.contact_mobile {
    position: fixed;
    right: 58px;
    bottom: 19px;
    z-index: 999;
    width: 49px;
    text-align: center;
}

.contact_mobile a {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff !important;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_mobile a.phone-icon {
    font-size: 33px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;
    color: #fff;
    padding-top: 8px;
    background: #ff5c35;
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff5c35;
        box-shadow: 0 0 0 0 #ff5c35;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff5c35;
        box-shadow: 0 0 0 0 #ff5c35;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


/* ============= sticy icons ======= */
.video
 iframe {
    height: 315px;
    overflow: hidden;
    border-radius: 30px;
}