/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1733628083
Updated: 2024-12-08 03:21:23

*/
header#site-header {
    display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --main-color:#108510;
    --av-primary: #ffffff;
    --av-headings:#1a1a1a;
    --av-secondary-text: #5a5a5a;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    line-height: normal;
}
/*Typography*/
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
h2{
    font-size: 40px;
    font-family: 'Source Serif Pro';
}
p{
    margin-bottom: 0 !important;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

a {
    -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
     text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

/*Globally*/
.space{
    padding: 80px 0;
}

/*-------HEADER-NAVIGATION-START--------*/
.header_logo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header_logo img {
    width: 100%;
    max-width: 80px;
}
header.header_section {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    /* background: transparent; */
    top: 0;
    transition: all 3s;
}
.fixed_sticky .mid_menu_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #305c5b;
}
.mid_menu_header {
  /* position: fixed; */
  padding: 14px 0px;
  z-index: 999;
  width: 100%;
  transition: all .5s;
  /* background-color: #fff;
  box-shadow: 0 0px 8px 0 #4f4e4e; */
}
.menus {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.menu_navigation li a:hover {
   color: var(--main-color);
}
.footer-icons a:hover i.fa {
    color: var(--main-color);
}
.top-brs .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-menu li {
  padding-bottom: 15px;
}
.header_navigation {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-end;
}
.sidenavs {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  /* background: transparent; */
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.sidenavs .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  display: none;
}
.menu_navigation,
.menu-btns {
  display: flex;
  align-items: center;
}
.menu_navigation li a.active {
    padding: 10px 0;
    border-radius: 0;
    color: #fff;
}
.menu_navigation li a.active {
  color: var(--main-color);
}
li.number a {
    font-size: 25px;
}
.menu_navigation li:nth-child(5) a {
    margin-right: 20px;
}
.sidenavs a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
li.number a img {
    margin-right: 15px;
}
span.toggle_menu {
  display: none;
}
.for-mob {
  display: none;
}
.header_navigation ul li {
  list-style: none;
}
a.contact-btn-wrap {
    font-size: 14px;
    padding: 14px 34px;
    background: var(--main-color);
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
}
/*-------HEADER-NAVIGATION-END--------*/

/*-------BANNER-START-------*/

#banner_wrap {
    background-image: url('https://shinohub.com/wp-content/uploads/2024/12/bg-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 20px;
    background-position: center;
    position: relative;
    z-index: 0;
    /* height: 100vh; */
}
#banner_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: -1;
}
/* .hoteller-banner{
	


/*.banner_img img{
  width: 100%;
}*/
.banner_img {
  position: relative;
}

.banner_upr_heading h1 {
    color: var(--av-primary);
    font-size: 42px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    font-family: 'Source Serif Pro';
    padding: 6px 0 27px 58px;
}
.sub_tittle_wrp {
    position: relative;
    font-size: 16px;
    padding-left: 73px;
    display: block;
    color: var(--main-color);
}
.sub_tittle_wrp {
    position: relative;
}
.sub_tittle_wrp:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 40px;
    height: 1px;
    background-color: #108510;
}
.third_heading_set {
    position: relative;
    font-size: 32px;
    color: #fff;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 73px;
    font-family: 'Source Serif Pro';
}
.third_heading_set:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 27px;
    background-color: #fff;
    width: 16px;
    height: 2px;
}
.location_inner_Wrp p, .location_inner_1_Wrp p {
    font-size: 16px;
    color: var(--main-color);
}
.fa-map-marker, .fa-phone{
    color: var(--main-color);
    margin-right: 8px;
    font-family: "Roboto", sans-serif;
}

.our_loaction_wrap {
    width: 100%;
    max-width: 1180px;
    margin: 12% auto 0;
}
.location_inner_Wrp h3, .location_inner_1_Wrp h3 {
    color: #ffffff;
    font-family: 'Source Serif Pro';
    font-size: 32px;
    padding-top: 8px;
}


.our_loaction_wrap {
    width: 100%;
    max-width: 1180px;
    margin: 12% auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px;
    display: flex;
    gap: 40px;
}
.location_inner_Wrp {
    width: 70%;
}
.location_inner_1_Wrp {
    width: 30%;
}

/*-------BANNER-end-------*/

.second_main_warp {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
   
}
.second_main_warp h2 {
    color: var(--av-headings);
    margin: 10px 0 65px 0;
    font-family: 'Source Serif Pro';
}
.second_main_warp p {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    color: var(--av-secondary-text);
    margin-top: 12px;
    width: 100%;
    max-width: 680px;
}
.teach-text h6 {
    font-size: 16px;
    color: var(--av-secondary-text);
    font-family: "Roboto", sans-serif;
}

.teach-text span {
    font-size:13px;
    color: var(--av-secondary-text);
    font-family: "Roboto", sans-serif;
}
.teach-img img {
    width: 100%;
    max-width: 34px;
}
.teach-wrap {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-top: 20px;
}
.third_sec {
    background: #F5F5F5;
}

.row_wrap {
    display: flex;
    margin-top: 35px;
}
.col-wrap{
    width: 25% ;
}
.third_inner_content span svg {
    width: 100%;
    max-width: 40px;
}
.third_inner_content h3 {
    font-size: 19px;
    padding: 16px 0 8px;
    color: var(--av-headings);
    font-family: 'Source Serif Pro';
}
.third_inner_content p {
    font-size: 16px;
    color: var(--av-secondary-text);
    font-family: "Roboto", sans-serif;
    line-height: 24px;
}
.third_inner_content{
    padding: 30px 30px;
}
.third_sec .third-content .title {
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    transition: 0.3s;
}
.third-inner-cont {
    border: 1px solid #000;
    padding: 20px 20px;
}
.third-content {
    margin-top: 30px;
}
.sp_border_1 {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  
}
.sp_border_2 {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.sp_border_3 {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.sp_border_4 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.third_inner_content:hover {
    background-color: #FFFFFF;
}
.third-inner-cont img {
    width: 100%;
    max-width: 48px;
}
.fourth_sec{
    background: url(https://shinohub.com/wp-content/uploads/2024/12/WhatsApp-Image-2024-12-09-at-00.14.15.jpeg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.fourth_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 30, 32, 0.8);
    z-index: -1;
}
.fourth_main_wrap h2 {
    color: #ffffff;
    padding: 12px 0 0 0;
}
.fourth_inner_wrap_2 h3 {
    margin-bottom: 8px;
    color: #FFFFFF;
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
}
.fourth_inner_wrap_2 p {
    color: #EAEAEA;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.fourth_outer_Wrap_1 {
    display: flex;
    gap: 20px;
}
.fourth_inner_wrap_1 img {
    width: 100%;
    max-width: 25px;
}
.fourth_outer_Wrap_1 {
    margin-top: 44px;
}
.fourth_inner_wrap_2 {
    width: 95%;
}
.fourth_inner_wrap_1 {
    width: 5%;
}
.rank_wrap_1 span {
    font-size: 32px;
    color: #fff;
}
.rank_wrap_1 p {
    font-size: 16px;
    color: var(--main-color);
    text-align: center;
    text-transform: capitalize;
}

.rank_wrap_1:hover {
    background-color: rgba(255, 255, 255, 0.12);
}
.rank_wrap_1 {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    width: 100%;
    max-width: 321px;
    margin: 0 auto;
}
.rk_space {
    margin-top: 20px;
}
.call_us_wrap h5 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    font-size: 19px;
    color: var(--av-headings);
}
.call_us_wrap .call-no {
    font-size: 40px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--av-headings);
    display: block;
    padding: 20px 0;
}
.or-line-sp {
    font-size: 16px;
}
.call_us_wrap {
    text-align: center;
}
.call-btn-wp {
    margin-top: 28px;
}
.call_us_wrap h3 {
    padding-top: 20px;
    font-weight: 400;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 32px;
}



.seven-sec{
    background: url(https://shinohub.com/wp-content/uploads/2024/12/img-3.jpg) no-repeat; 
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.seven-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.client-img img {
    width: 100%;
    max-width: 40px;
    border-radius: 50px;
}
.client-heading-wrap h2 {
    font-weight: 400;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding: 20px 0 45px;
}

.client-review-data p {
    color: #EAEAEA;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    padding-top: 10px;
    line-height: 28px;
}
.client-info h6 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
}
.cl-des {
    font-size: 13px;
    color: var(--main-color);
}
.cl-in-wrap {
    display: flex;
    gap: 15px;
}
.fa-quote-left{
    color: var(--main-color);
    margin-right: 8px;
    font-size: 24px !important;
    font-family: "Roboto", sans-serif;
}
.seven-main-sec {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
}
.cg-space {
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 40px;
}
.slide-img-logo img {
    width: 100%;
}
 /* CONTACT-CSS-START */
 #banner-inner-sec {
    background-color: #070707;
    height: 406px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 58px;
}
.banner_inner_whole{
    font-size: 48px;
    color: #2b180d;
}
.banner_inner_whole h1 {
    color: #fff;
}
.contact-wrap .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-wrap .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.contact-wrap .info-item i {
    background: #108510;
    color:#fff;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact-wrap .info-item+.info-item {
    margin-top: 40px;
}

.contact-wrap .php-email-form button[type=submit] {
    background: #108510;
    color:#fff;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}   
.contact-wrap .php-email-form input[type=text], .contact-wrap .php-email-form input[type=email], .contact-wrap .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: #ffffff;
    border-color: #108510;
 }
 .contact-wrap .php-email-form button[type=submit] {
    color: #ffffff;
    background: #108510;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    border: 1px solid #108510;
}
.contact-wrap .php-email-form button[type=submit]:hover {
    background: transparent;
    color: #108510;
    border: 1px solid #108510;
}

/* CONTACT-CSS-END */

 /* FOOTER-CSS-START */
 footer#footer {
    background: #0181034d;
    padding: 80px 0 0px;
}
.footer_logo_wp  img {
    width: 100%;
    max-width: 103px;
    margin-bottom: 20px;
}
.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
}
.footer .footer-about p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.footer .social-links a {
    color: #fff;
    background-color: #108510;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-links ul a:hover {
    color: #108510;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-links ul a {
    color: #2b180d;
    display: inline-block;
    line-height: 1;
}
.footer .copyright {
    border-top: 1px solid #2b180d;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer .copyright p {
    margin-bottom: 0;
}
/* FOOTER-CSS-END */



/*  ABOUT US-CSS-START */
.about .content h3 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 40px;
}
.about .content p {
    padding: 15px 0 0;
    color: var(--av-secondary-text);
}
.about .content ul i {
    color: var(--main-color);
    font-size: 1.25rem;
    line-height: 1.2;
    margin-right: 0.5rem;
}
.about .content ul li {
    padding: 0 0 15px 0;
    font-weight: 400;
    display: flex;
}
.about .content ul {
    margin-top: 20px;
    padding-left: 0;
}
.about-img-wrp {
    text-align: center;
}
.about-img-wrp img {
    width: 100%;
    max-width: 650PX;
    margin: 0 auto;
}
.about-img-wrp h3 {
    margin-bottom: 40px;
}
.about-main-btn {
    margin-top: 30px;
}
/*  ABOUT US-CSS-END */
.service-wrap p {
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

/*  SERVICE US-CSS-START */
.pro-blog-data {
    padding: 20px 20px;
}
.recent-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
}

.recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
}
.recent-posts .post-box .post-img img {
    transition: 0.5s;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.recent-posts .post-box:hover .post-img img {
    transform: scale(1.1);
}
.recent-posts .post-box:hover .post-title {
    color: var(--main-color);
}
.recent-posts .post-box .post-title {
    color: var(--av-headings);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: 0.3s;
    margin:0;
}

.recent-posts .post-box p {
    margin: 15px 0 0 0;
    color:var(--av-secondary-text);
}
.recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
}

.recent-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
    color: var(--av-headings);
}
.recent-posts .post-box .readmore:hover {
    color: var(--main-color);
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.recent-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.07);
}
/*  SERVICE US-CSS-END */
/* MEDIA QUERY CSS START */

@media only screen and (max-width: 991px) {

    /*-------HEADER-NAVIGATION-START--------*/
    .sidenavs .closebtn {
      display: block;
      line-height: 25px;
      right: 0;
      top: 33px;
    }
      .header_section ul.menu_navigation {
        display: inline-block;
        width: 100%;
        padding: 40px 0 0;
      }
      .header_section ul.menu_navigation li {
        padding: 0;
        border-bottom: 1px solid #dddddd21;
        display: block;
      }
     /* li.become-member .btn {
        margin-right: 0;
      }*/
      span.toggle_menu {
        display: inline-block;
        color: var(--main-color);
        font-size: 30px;
        position: relative;
        right: 0;
        top: 0;
        float: left;
        margin-left: 15px;
      }
    .sidenavs {
      width: 0;
      position: fixed;
      background: #000000;
      top: 0;
      right: 0;
      display: inline-block;
      overflow-x: hidden;
    }
    
      .sidenavs a{
        font-size: 16px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        color: #fff;
      }
    
      .header_section a.active,
      .header_section .menu_navigation li a:hover{
        border-bottom: none;
          color: var(--main-color);
      }
    .menu_navigation li a.active {
      border: none;
      padding: 10px 12px;
      border-radius: 0px;
      color:var(--main-color);
    }
    /*-------HEADER-NAVIGATION-END--------*/
    
    .third_inner_content {
      padding: 15px 15px;
    }
    .row_wrap {
      flex-wrap: wrap;
    }
    .col-wrap {
      width: 50%;
    }
    }
    
    
    @media only screen and (max-width: 575px) {
      h2 {
        font-size: 30px;
    }
      .row_wrap {
        flex-wrap: wrap;
      }
      .col-wrap {
        width:100%;
      }
      .our_loaction_wrap {
        flex-direction: column;
    }
    .location_inner_Wrp {
      width: 100%;
    }
    
    .location_inner_1_Wrp {
      width:  100%;
    }
    .location_inner_Wrp h3, .location_inner_1_Wrp h3 {
      font-size: 20px;
      padding-top: 8px;
    }
    .banner_upr_heading h1 {
      font-size: 26px;
      padding: 6px 0 27px 0;
    }
    .third_heading_set {
      font-size: 20px;
      padding-left: 28px;
    }
    .third_heading_set:before {
      top: 13px;
      left: 0;
    }
    .call_us_wrap .call-no {
      font-size: 30px;
    }
    .call_us_wrap h3 {
      font-size: 22px;
    }
    
    .client-review-data p {
      font-size: 17px;
      line-height: 26px;
    }
    .footer_logo_wp p {
      margin-bottom: 24px;
    }
    .rank_wrap_1 span {
      font-size: 24px;
    }
    .contact-btn-wrap {
      padding: 12px 24px;
    }
    .second_main_warp p {
      font-size: 17px;
    }
    .second_main_warp h2 {
      margin: 10px 0 25px 0;
    }
    #banner-inner-sec {
        font-size: 18px;
    }
    }