
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.80857;
    font-weight: normal;
}
html {
    scroll-behavior: smooth;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0 
}
h1 {
    font-size: 24px 
}
h2 {
    font-size: 22px 
}
h3 {
    font-size: 18px 
}
h4 {
    font-size: 16px 
}
h5 {
    font-size: 14px 
}
h6 {
    font-size: 13px 
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1 
}
button:focus {
    outline: none;
}
ul, li, ol {
    /* margin: 0px;
    padding: 0px;
    list-style: none; */
}
p {
    margin: 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}
a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: 0;
}

.whatsapp_btn{
   position: fixed;
   bottom: 7em;
   right: 20px;
   width: 55px;
   height: 55px;
   z-index: 9999;
}
.whatsapp_btn .icon_logo{
   position: relative;
   z-index: 100;
   padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
   width: 100%;
}

.whatsapp_btn .circle_waves{
   border-radius: 50%;
   background-color: #3cc04e;
   width: 55px;
   height: 55px;
   position: absolute;
   opacity: 0;
   bottom: 1px;
   left: 0px;
   z-index: 99;
   animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
   from {
       transform: scale(.55, .55);
       opacity: .6;
   }
   to {
       transform: scale(1.8, 1.8);
       opacity: 0;
   }
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}
.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
.navbar-form input {
    border: none !important;
}
.badge {
    font-weight: 500;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.full {
    float: left;
    width: 100%;
}
.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}
.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.light_silver {
    background: #f9f9f9;
}
.theme_bg {
    background: #38c8a8;
}
.margin_top_30 {
    margin-top: 30px !important;
}
.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
/**-- heading section --**/
.main_heading {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}
.main_heading h2 {
    padding: 0;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    position: relative;
    letter-spacing: -0.5px;
    color: #114c7d;
    border-left: solid #38c8a8 10px;
    padding-left: 15px;
}
.main_heading h2 strong {
    background: #38c8a8;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 68px;
}
.white_heading_main h2 {
    color: #fff;
}
.small_main_heading {
    margin-top: 25px;
    float: left;
    width: 100%;
    border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
    margin-bottom: 25px;
}
.small_main_heading h2 {
    padding: 2px 0 20px 0;
    color: #114c7d;
    font-weight: 400;
    font-size: 28px;
    background-image: url('../image/fevicon.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    letter-spacing: -0.5px;
}
.small_main_heading h2 strong {
    color: #38c8a8;
    font-weight: 600;
}
.main_bt {
    background: #38c8a8;
    color: #fff;
    padding: 8px 25px 8px 20px;
    float: left;
    font-size: 15px;
    font-weight: 300;
    border-left: solid #114c7d 5px;
    border-radius: 0;
}
a.readmore_bt {
    color: #fff;
    font-weight: 300;
    text-decoration: underline !important;
}
.main_bt:hover, .main_bt:focus {
    background: #114c7d;
    border-left: solid #38c8a8 5px;
    color: #fff;
}
.margin_top_50 {
    margin-top: 50px;
}
.margin_bottom_30_all {
    margin-bottom: 30px;
}
.text_align_center {
    text-align: center;
}
/*---------------------------- preloader area ----------------------------*/
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 280px;
}
/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/
header {
    min-height: 90px;
    background: transparent;
    padding-top: 15px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}
header .fa{font-size: 30px;}
header .container-fluid {
    max-width: 1850px;
}
.right_header_info {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}
.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.right_header_info ul li {
    display: inline;
    font-size: 16px;
    margin-left: 45px;
    color: #eaeaea;
    font-weight: 400;
    float: left;
}
.right_header_info ul li a {
    color: #eaeaea;
    font-weight: 300;
}
.button_user a {
    float: left;
    min-width: 75px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: relative;
    top: -3px;
    padding: 0 15px;
    margin: 0 2px;
}
.button_user a {
    float: left;
    min-width: 75px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    top: -7px;
    padding: 0 15px;
    margin: 0 2px;
    border: solid #eaeaea 1px;
}
.button_user a:hover, .button_user a:focus, .button_user a.active {
    background: #e3d105;
    color: #fff;
    border-color: #e3d105;
    color: #222;
}
#sidebarCollapse {
    background: transparent;
}
.slider_section {
    min-height: 100vh;
    padding-bottom: 100px;
   
}
.slider_section p{font-size:18px; color:#eee; line-height:30px; margin-bottom:30px; font-weight:500;}
.contact_nu {
   float: right;
}
/** menu section **/

.email {
    padding-top: 40px;
}
.email a {
   font-size: 18px;
}
.email a:hover {
    color: #000;
}
.email img {
   padding-right: 10px;
}
.contact_nu {
    padding-top: 40px;
}
.contact_nu a {
   font-size: 18px;
}
.contact_nu a:hover {
    color: #000;
}
.contact_nu img {
   padding-right: 10px;
}
.bg {
   background-color: #555;
}


/** banner_main **/
.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    background-color: #eee; border-radius:50%;
        
}
.carousel-indicators button.active{
    width:20px; height:20px; border:none; 
}
.carousel-indicators {
    left: inherit; 
    top: 53%;
    display: block;
}

.banner_main {
    position: relative;
}
.relative {
   position: absolute;
    top: 40%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
}
.banner_main .carousel-caption h1 {
   color:#fff;
    font-size: 124px;
    line-height: 120px;
    font-weight: 500;
    padding-bottom: 85px;
}
.banner_main .carousel-caption h1 strong{
   color:#fff;
   font-size: 70px;
   /* font-family:Berlin Sans FB !important; */
   }
    line-height: 120px;
    font-weight: 500;
    padding-bottom: 85px;
}
.dark_brown {
   color: #000000;
    font-weight: 500;
}
.banner_main .carousel-caption a {
   display: block;
    background: #fff;
    color: #050000;
    max-width: 230px;
    padding: 12px 0px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: #333 solid 1px;
}
.banner_main .carousel-caption a:hover {
    background: #333;
    color: #fff;
}
.carousel-control-prev-icon {
   display: none;
}
.carousel-control-next-icon {
   display: none;
}
.banner_main .carousel-item img {
   width: 100%;
}
.slider_section {
    min-height: inherit;
}
/** about **/

.top_layer {
   position: relative;
}
.top_layer::before {
    position: absolute;
    width: 100%;
    height: 260px;
    content: "";
    background: url(../image/croos.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: -297px;
}
.about {
   padding-top: 10px;
}
.about_box {
   box-shadow: #ddd 10px 0px 20px 0px;
    height: 96%;
    margin-right: 30px;
}
.about_box_text {
   padding-left: 200px;
    padding-right: 50px;
}
.about_box_text .title {
   padding-top: 120px;
    padding-bottom: 60px;
    text-align: left;
}
.about_box_text .title h2 {
   padding: 0px;
}
.about_box_text p {
   font-size: 16px;    text-align: justify;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.about_box_text p {margin-bottom: 30px;}
.pppp { padding: 0;}
.about_box_img figure {
   margin: 0;padding: 20px;
    text-align: center;
}
.about_box_img {    padding: 25px; padding-top:90px;}
.about_box_img img{border:20px solid #555; border-radius:50%; box-shadow:25px 10px 20px #000;}

/** end about **/

/** services **/
.hm-ser {
   padding-bottom: 90px;
    margin-top: 60px;
}
.ser_three_box {
   text-align: center;
}
.ser_three_box figure {
   margin: 0; padding:35px;
}
.ser_three_box figure img {
    align-items: center; border-radius:50%; border:20px solid #555; max-width:100%;
}
.ser_three_box h3 {
    font-weight: bold;
    padding-top: 30px !important;
    font-size: 23px;
    color: #010400;
    padding: 12px 0px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}
.ser_three_box p {
    font-size: 17px;
    line-height: 27px;
    color: #010400;
    font-weight: 400;
}
.yourlifeyoga .yogatitle h2 {
   font-size: 57px;
}
.readmore {
    display: block; margin:0 auto;margin-top: 20px;
    background: #fff;
    color: #050000;
    max-width: 202px;
    padding: 12px 0px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: #555 solid 1px;
}
.readmore:hover {
    background: #555;
    color: #fff;
}
/** end  **/

/** home other **/
.hm-other {
   background: #fff;
   box-shadow: #ddd 0px 0px 25px 0px;
   padding: 60px 10px;
   text-align: center;
}

.hm-other .other_box {
    text-align: center;
   padding-bottom:10px;
}
.hm-other .other_box h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #020500;
    padding: 35px 0px;
}
.hm-other .other_box span {
    color: #555;
    font-size: 90px;
    font-weight: bold;
    padding-top: 85px;
    line-height: 90px;
    display: inline-block;
}
.hm-other .other_box p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 10px 60px 10px;
}
.other_box_cross {
   text-align: center;
    box-shadow: #dddd 0px 0px 18px 6px;
    padding-bottom:10px;
}
.other_box .fa, .other_box_cross .fa{font-size:50px ; line-height:60px; color:#555;margin-top: 20px;}
.other_box_cross::after {
    content:"";
    background: url(../image/img.png);
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0px;
    bottom: -60px;
    background-repeat: no-repeat;
    background-size: 100% 100% 
}
.hm-other .other_box_cross h3 {
    font-size: 27px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #555;
    padding: 35px 0px;
}
.hm-other .other_box_cross span {
    color: #555;
    font-size: 90px;
    font-weight: bold;
    padding-top: 60px;
    line-height: 90px;
    display: inline-block;
}
.hm-other .other_box_cross p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 10px 55px 10px;
}
.other_box_cross .white_bold {
    color: #020500;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
}
.SelectPlan {
    margin: 0 auto;
    display: block;
    background: #fff;
    color: #050000;
    max-width: 202px;
    padding: 12px 0px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border:#555 solid 1px;
}
.SelectPlan:hover {
    color: #fff;
    background: #000000;
    border:#050000 solid 1px;
}
/** end our hm-other **/
.title {
    text-align: center;
    padding-bottom: 30px;
}
.title h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 40px;
    color: #555;
    padding-bottom: 20px;
}

/** contact **/
.black {
    color: #000;
    font-weight: normal;
}
.contact {
    margin-top: 90px;
}
.contact .title {
    padding-bottom: 60px;
    text-align: left;
}
.contact .title h2 {
    font-size: 60px;
    font-weight: normal;
    line-height: 46px;
    color: #555;
    padding: 0;
   text-align: center;
}

.map-hm-rht {
    background: #333;
    padding: 40px 63px;
    padding-left: 224px;
}
.form-control {
    border-radius: inherit;
    /*margin-bottom: 20px;*/
    padding: 8px 2px;color: #fff;
    background: transparent;
    border-bottom: #fff solid 1px !important;
    border: transparent;
}
.form-control:focus {
    box-shadow: inherit;
    background: transparent; color: #fff;
    border-bottom: #fff solid 1px !important;
}
.textarea {
    background: transparent;
    border-bottom: #fff solid 1px !important;
    border: transparent;
    padding-top: 6px;
    width: 100%;
    color: #fff;
    opacity: 1;
}
.sub-btn-hm {
    font-family: poppins;
    float: right;
    margin: 0 auto;
    display: block;
    background: #fff;
    color: #000;
    max-width: 120px;
    padding: 6px 0px;
    width: 100%;    border: 0;
    font-size: 18px;
    margin-top: 20px 
}
.sub-btn-hm:hover {
    background: #555 ;
    color: #fff;
}
.padddd {
   padding-left: 0px;
    padding-right: 0;
}
.map_section {
    height: 100%;
}
.padding {
   padding-right: 0px;
    padding-left: 0;
}

/** end contact **/
/** footer **/
.copyright {
    background: #333;
}
.copyright p {
    color: #eee;
    text-align: center;
    padding: 25px 0px;
    font-size: 17px;
}
.copyright a {
    color: #eee;
}
.copyright a:hover {
    color: #fff;
}
/** end footer **/
/*--------------------------------------------------------------------- ener page css ---------------------------------------------------------------------*/
.cont-page h2 {
   font-weight: bold;
   color: #111;
   font-size: 19px;
   margin-top: 0;
   text-transform: uppercase;
   margin-bottom: 18px;
   margin-top: 10px;
}
.cont-page h2 span {
   color: #111;
   font-weight: normal;
   font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
   color: #fff;
   margin-bottom: 8px;
   font-size: 18px;
   line-height: 20px;
   font-weight: normal;
}
.cont-page .st-feature-box {
   background: #333;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   padding-right: 10px;
   color: #fff;
}
.st-feature-box {
   padding-left: 70px;
   position: relative;
}
.st-feature-box .st-feature-box-icon {
   color: #111;
   display: block;
   position: absolute;
   width: 52px;
   height: 52px;
   line-height: 0px;
   top: 0;
   left: 0;
   text-align: center;
   font-size: 60px;
   -webkit-transition: all .3s;
   -khtml-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/
/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
    .banner_main .carousel-caption h1 {
        font-size: 64px;
        line-height: 80px;
        padding-bottom: 36px;
   }
    .right_header_info ul li {
        font-size: 14px;
        margin-left: 12px;
   }
    .slider_cont h3 {
        font-size: 36px;
        line-height: 45px;
   }
    .slider_cont p {
        margin-top: 10px;
        margin-bottom: 5px 
   }
    .black_white {
        color: #000;
   }
   .map-hm-rht {padding-left: 100px;}
    .about_box_text {
       padding-left: 35px;
        padding-right: 50px;
        padding-bottom: 50px;
   }
    .about_box_text .title {
       padding-top: 50px;
        padding-bottom: 60px;
   }
    .slider_section {
        min-height: inherit;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slider_section {
        min-height: inherit;
        padding-bottom: 100px;
   }
    .relative {
       top: 64%;
   }
    .banner_main .carousel-caption h1 {
       font-size: 65px;
        line-height: 70px;
        padding-bottom: 56px;
   }
    .top_layer::before {
       display: none;
   }

    .black_white {
        color: #000;
   }
    .other_box_cross::after {
       width: 91%;
   }
    .about_box_text .title {
       padding-top: 30px;
   }
    .about_box_text p {
       font-size: 15px;
        line-height: 25px;
   }
    .about_box_text {
       padding-left: 39px;
   }
    .map-hm-rht {
       padding-left: 30px;
   }

}
@media (min-width: 768px) and (max-width: 991px) {
    .top_layer::before {
       display: none;
   }
    .right_header_info ul li {
        margin-left: 32px;
   }
    .slider_section {
        min-height: inherit;
        /* padding-top: 128px; */
   }
    .banner_main .carousel-caption h1 {
       font-size: 65px;
        line-height: 70px;
        padding-bottom: 56px;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .about_box_text {
       padding-left: 15px;
        padding-right: 50px;
        padding-bottom: 48px;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text .title {
       padding-top: 48px;
        padding-bottom: 60px;
   }
    .ser_three_box h3 {
       font-size: 20px;
   }
    .ser_three_box p {
       font-size: 14px;
   }
    
    .hm-other .other_box p {
       font-size: 16px;
   }
    .hm-other .other_box_cross p {
       font-size: 16px;
   }
    .map-hm-rht {
        padding: 51px 24px;
   }
    .copyright p {
        font-size: 16px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {

    .bg {
       padding: 10px 0;
        background-color: #5ab337;
   }
    .banner_main .carousel-caption h1 {
       font-size: 41px;
        line-height: 47px;
        padding-bottom: 56px;
   }
    .banner_main .carousel-caption a {
       max-width: 181px;
   }
    .top_layer::before {
       display: none;
   }
    .logo {
        text-align: center;
        display: block;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .slider_section {
        min-height: inherit;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text {
       padding: 33px;
   }
    .about_box_text .title {
       padding-top: 0px;
   }
    .ser_three_box {
       margin-bottom: 20px;
   }
    .ser_three_box figure {
        margin: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }
    .readmore {
       margin: 0 auto;
   }
    .other_box_cross::after {
       width: 95%;
   }
    .other_box_cross {
       padding-bottom: 76px;
   }
    .hm-other .other_box {
       margin-bottom: 20px;
   }
    .other_box_cross {
       margin-bottom: 20px;
   }
    .hm-ser .title h2 {
       font-size: 40px;
   }
    .hm-ser .ser_three_box img {
      /* margin-top: -50px;
        padding-bottom: 50px !important;
        padding: 0px 50px;*/
   }
    
    .map-hm-rht {
        padding-left: 15px;
   }
    .padddd {
        padding-left: 0px;
        padding-right: 0;
   }
    .title h2 {
        font-size: 49px;
        line-height: 35px;
   }
    .mar_bottom {
        margin-bottom: 0px;
   }
    .black_white {
        color: #000;
   }
    .map-hm-rht {
        padding-left: 15px;
   }
}
@media (max-width: 575px) {
    .logo {
        text-align: center;
        display: block;
   }
    .bg {
        background-color: #5ab337;
        padding: 10px 0;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .title h2 {
        font-size: 45px;
        line-height: 55px;
   }
    .title span {
        font-size: 15px;
   }
    .pppp {
        padding: 0 15px !important;
   }
    .mar_bottom {
        margin-bottom: 0px;
   }
    .black_white {
        color: #000;
   }
    .banner_main .carousel-caption h1 {
        font-size: 42px;
        line-height: 46px;
        padding-bottom: 51px;
        padding-top: 14px;
   }
    .banner_main .carousel-caption a {
        max-width: 172px;
   }
    .banner_main .carousel-item img {
        height: 450px;
   }
    .top_layer::before {
       display: none;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text {
       padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
   }
    .about_box_text .title {
       padding-top: 29px;
        padding-bottom: 40px;
   }
    .about_box_text p {
       font-size: 18px;
        line-height: 29px;
   }
    .ser_three_box {
       margin-bottom: 20px;
   }
    .readmore {
       margin: auto;
   }
   
    .hm-other .other_box {
       margin-bottom: 20px;
   }
    .other_box_cross {
       padding-bottom: 75px;
        padding-bottom: 75px;
   }
    /* .other_box_cross::after {
        width: 90%;
        height: 70px;
        left: 16px;
        bottom: -3px; 
   }*/
    .hm-other .title h2 {
       font-size: 44px;
        line-height: 47px;
   }
    .hm-other .other_box img {
       margin-top: -32px;
        padding-bottom: 32px !important;
        padding: 0px 19px;
   }
   .contact .title h2 {font-size: 55px;}
    .map-hm-rht {
        padding: 62px 18px;
        margin-right: 0px;
   }
  

}

