@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&amp;family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'gt_america_triallt';
    src: url('../fonts/gt-america-standard-light-trial-webfont.eot');
    src: url('../fonts/gt-america-standard-light-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-america-standard-light-trial-webfont.woff2') format('woff2'),
         url('../fonts/gt-america-standard-light-trial-webfont.woff') format('woff'),
         url('../fonts/gt-america-standard-light-trial-webfont.ttf') format('truetype'),
         url('../fonts/gt-america-standard-light-trial-webfont.svg#gt_america_triallt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_america_trialrg';
    src: url('../fonts/gt-america-standard-regular-trial-webfont.eot');
    src: url('../fonts/gt-america-standard-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-america-standard-regular-trial-webfont.woff2') format('woff2'),
         url('../fonts/gt-america-standard-regular-trial-webfont.woff') format('woff'),
         url('../fonts/gt-america-standard-regular-trial-webfont.ttf') format('truetype'),
         url('../fonts/gt-america-standard-regular-trial-webfont.svg#gt_america_trialrg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 1. Theme default css */
 body {
    font-family: 'gt_america_triallt';
    font-size: 15px;
    font-weight: normal;
    color: #157f7f;
    background: #fffbf2;
    font-style: normal;
    line-height: 26px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #157f7f; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #157f7f; 
}


.food-menu-box{border: solid 1px #efe9e4; padding: 50px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
    background: #fff; margin-bottom: 20px;}
.food-menu-box h3{ margin-bottom: 30px; color:#af8d1a; }


.suravie_caontant p {
    margin-bottom: 20px !important; 
    text-align: center;
    font-size: 15px;
    color: #2e2e2e; 
}

.all_video{ margin-bottom: 30px; padding: 5px 5px 0px 5px; box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

 .all_video video {
 /* position: absolute;*/
  right: 0;
  left: 0;
  top: 0;
  object-fit: cover;
  width:100%;
  height:600px;
}

.bill-of-fare-outer{ border: solid 1px #ededed; padding: 10px; text-align:center; background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius:600px 600px 0px 0px;  margin-bottom: 20px;}

.bill-of-fare-outer img{ max-width: 100%; border-radius:600px 600px 0px 0px; }
.card h4{ color: #ea741c !important; font-size: 18px; }

.view-menu{ border: solid 1px #ea741c; padding: 10px 20px; float: left; font-weight: bold; color:#ea741c; } 
.view-menu a{ color:#ea741c; } 
.view-menu i{ margin-right: 10px;  font-size: 18px; }
.suravie-outer {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    margin:15px 15px; 
}
.suravie-outer img{ max-height: 100%; text-align: center; margin: auto; }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none; 
    border-radius: 0.25rem;
}

.nav-link { color: #302e2b;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ea741c;
    background-color: #fff;
   
}

.nav-link:focus, .nav-link:hover {
    color: #ea741c;
}
.nav-tabs {
     
    font-size: 20px;
    font-weight: 600;
}

 
.overflow_scroll{ 
    height:474px; 
    overflow-y: scroll; 
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
    padding-top: 50px;

  }

 
.overflow_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.overflow_scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.overflow_scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #966a41;
}



.forgot_password {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
            0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
   
    max-width: 100%;
    margin: 0 auto;
      min-height: 300px; display: flex; align-items: center; justify-content: center; text-align: center; 
      vertical-align: center;
}


.forgot_password form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
     
}


.forgot_password button {
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid #ea741c;
    background-color: #ea741c;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.forgot_password input {
    background-color: #fff;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 30px; 
}
.forgot_password h1 {
    font-size: 40px;
    font-weight: bold;
    color: #157f7f;
}



.s-about-content2{ margin-right: 100px; }



.room-listing{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding:20px;}

.room_listing h2{ font-size: 20px; font-weight: bold; font-family: 'Roboto', sans-serif; }
.room_listing h3{ font-size: 16px; font-weight: bold; font-family: 'Roboto', sans-serif; }

.thumb-cards_urgencyTriggerAndRoomInfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
 .thumb-cards_urgencyTrigger {
    margin: 0.5rem 1rem 0 0;
}

.thumb-cards_urgencyTrigger {
    font-size: .9rem;
    color: #ac0000;
}

.guests-and-roomsize_roomProperties {
    margin-top: 0.5rem;
}

.guests-and-roomsize_item {
    margin: 0 1.5rem 0 0;
}
.thumb-cards_urgencyTriggerAndRoomInfo span{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.guests-and-roomsize_bed, .guests-and-roomsize_guests, .guests-and-roomsize_size {
    display: inline-block;
}

.guests-and-roomsize_item:not(:last-child)::after {
    content: "|";
    position: relative;
}

 .guests-and-roomsize_item:not(:last-child)::after {
    left: 0.75rem;
}

.guests-and-roomsize_item {
    margin: 0 1.5rem 0 0;
}

.thumb-cards_roomShortDesc{
    margin-top:20px !important;
}
.thumb-cards_detailsLink {
    margin: 1rem 0 0;
}


.thumb-cards_detailsLink a{color: #000;
    
    border: solid 1px #b1b1b1;
     
    font-weight: 400;
    cursor: pointer;
    transition: color 150ms;
    text-decoration: none; padding: 5px 10px;}

.thumb-cards_show {
    display: block;
}

.thumb-cards_cardItem {
    border-top: 1px solid #545554;
    padding: 1rem 0 0;
    margin: 1rem 0 0;
    /*display: flex;*/
    justify-content: space-between;
}

.thumb-cards_cardItem .thumb-cards_details {
    display: flex;
    justify-content: space-between;
}


.thumb-cards_left {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 60%;
}
.app_subheading2 {
    font-family: 'National Book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.product-icons_iconList {
    margin-top: 1rem;
}

.product-icons_iconList li:not(.product-icons_dot) {
    margin-left: 0;
}

.product-icons_iconList li:not(.product-icons_dot) {
    list-style: none;
    display: flex;
    align-items: baseline;
}
.product-icons_bold {
    font-weight: 700;
}


.product-icons_iconList li:not(.product-icons_dot) {
    list-style: none;
    display: flex;
    align-items: baseline;
}
.thumb-cards_taxesFees {
     font-size: .9rem; 
    color: #666666;
}

.thumb-cards_priceContainer {
    font-size: 20px;
    text-align: right; text-decoration: none;
}

.thumb-cards_primaryPriceText span{ font-size: 13px; }




.thumb-cards_cardItem .thumb-cards_priceMessages {
    text-align: right;
    padding: 0 0 1rem 0.75rem;
}

.thumb-cards_cardItem .thumb-cards_button {
    padding: 0 0 0 0.75rem;
    text-align: right;
}

.thumb-cards_price{ text-decoration: none; font-weight: bold; }



@media (max-width: 767px){
    .thumb-cards_rate .thumb-cards_cardItem .thumb-cards_details {
    display: block;
}

.thumb-cards_rate .thumb-cards_cardItem .thumb-cards_right {
     flex-wrap: wrap;  
}

.thumb-cards_rate .thumb-cards_cardItem .thumb-cards_right {
    display: flex;
    align-items: flex-end;
}
.thumb-cards_priceContainer {
  
    text-align: left;
    
}

.thumb-cards_cardItem .thumb-cards_priceMessages {
    text-align: right;
    padding: 0 0 1rem 0rem;
}
.thumb-cards_cardItem .thumb-cards_button {
     padding: 0 0 0 0rem;  
    text-align: right;
}

.price_cart{ text-align: left !important; }

.rooms-content p {
    
    text-align: justify;
}

}
 

















/*------------------------cart-page-open-css-----------*/


/* .cartLinitems{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 1px;} */


.cartLineItem__container{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0;
    font-size: 12px;
}

.cartLineItem__container:last-child{
    border-bottom: none;
    
}
 

.CartLineItem__name___3JS5V, .CartLineItem__price___1j-lm {
    font-weight: 600;
    margin-bottom: 4px;
    color: #4a4a4a; font-size: 16px;
}

.price_cart{ color:#ea741c; font-size: 18px; font-weight: 600; text-align: right; }



.CartLineItem__mrp-tag___Uu83g {
    display: inline-block;
    font-size: 10px;
    color: #9b9b9b;
}

.CartLineItem__actual-price___1Juw7 {
    text-decoration: line-through;
}

.product_cart_img img{ max-height:100px; border: solid 1px #ccc;  padding: 5px;}


.cart_heading h2{ font-size:24px; font-weight: bold; font-family: 'Roboto', sans-serif;}



.grand-total-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.grand-total-wrap h4{ font-size: 22px; font-family: 'Roboto', sans-serif;  }


.grand-total-wrap ul {
  overflow: hidden;
  display: block;
}

.grand-total-wrap ul li {
  font-size: 15px;
  color: #444;
  padding:6px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grand-total-wrap ul li h4 {
  font-size: 15px;
  font-weight:600;
  color:#40403f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; font-family: 'Roboto', sans-serif;
}

.grand-total-wrap ul li h4 span {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #444;
  font-weight: 400; 
}

.grand-total-wrap .grand-total {
  padding:10px 0px;
  border-top: solid 1px #157f7f;
}

.grand-total-wrap .grand-total h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0; font-family: 'Roboto', sans-serif;
}

.grand-total-wrap .grand-total h4 span {
  float: right;
  font-size: 20px;
  color:#40403f;
  font-weight: 700; font-family: 'Roboto', sans-serif;
}


.grand-total-wrap .grand-total h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 30px 0; font-family: 'Roboto', sans-serif; color: #ea741c;
}

.grand-total-wrap .grand-total h5 span {
  float: right;
  font-size: 16px;
  color:#40403f;
  font-weight: 700; font-family: 'Roboto', sans-serif;
}

.clear{ clear: both; }

.grand-total-wrap .grand-total-btn a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius:4px;
  padding: 6px 5px;
  background-color:#ea741c;
  border: solid 1px #ea741c;
  text-align: center;
}

.grand-total-wrap .grand-total-btn a:hover {
  background-color:#2e1913 !important; color: #fff !important; border: solid 1px #2e1913;
}



.continue-btn a{ background:#009933 !important; color: #fff !important; border:solid 1px #009933 !important; }

.reservation-cart-container_summary {
    margin: 1rem 0;
}

.reservation-cart-container_dates{display: block;}
.hedd{ font-size: 14px; font-weight: bold; margin-top: 10px; }
.rooms-content p{ font-size: 14px; line-height: 24px; }

.detete{ border:solid 1px #ea741c; width: 25px; height: 25px; 
      display: flex; align-items: center; justify-content: center; text-align: center; float: right; border-radius: 100%; }
.detete a img{ width: 80%; }




/*-----------------user-panel-----open-----------------------*/

/* ==============================
        Dashboard Page
================================*/
.dashboard_sidebar {
    background: #FFFFFF;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
.dashboard_sidebar_user {
    padding: 10px 20px;
    background: #157f7f;
}
.dashboard_sidebar_user h3 {
    padding-top: 5px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.dashboard_sidebar_user p {
    line-height: 17px;
    padding-top: 10px;
}
.dashboard_sidebar_user p a {
    color: var(--paragraph-color);
}
.dashboard_sidebar_user p a:hover {
    color: var(--main-color);
}
.dashboard_menu_area {
    padding: 10px 20px;
    background: #fff;
}
.dashboard_menu_area ul li {
  margin-bottom: 8px;
    font-size: 16px;
    border-bottom: dotted 1px #cdbaab;
    padding-bottom: 5px;
    line-height: 2;
}

.dashboard_menu_area ul li:last-child { border-bottom: 0; }


.dashboard_menu_area ul li ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.dashboard_menu_area ul li:last-child {
    margin-bottom: 0px;
}
.dashboard_menu_area ul li:hover {
    color:#ddac08;
    cursor: pointer;
}
.dashboard_menu_area ul li a {
    color: var(--black-color);
    display: block;
}
.dashboard_menu_area ul li a.active, .dashboard_menu_area ul li a:hover {
    color: #d76510;
}
.dashboard_menu_area ul li i {
    padding-right: 10px;
}
.booing_sidebar_dashboard {
    padding-top: 15px;
    padding-left: 30px;
}
.dashboard_dropdown_button {
    position: relative;
}
.dashboard_dropdown_button span {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
}
.dashboard_top_boxed {
    background: #994fb2;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08), 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dashboard_main_top {
    margin-bottom: 30px;
}
.dashboard_top_icon i {
    font-size: 50px;
    color: #fff;
}
.dashboard_top_text {
    padding-left: 20px;
}
.dashboard_top_text h3 {
    padding-bottom: 8px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
.dashboard_top_text h1 {
    line-height: 64px;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
}
.dashboard_common_table {
    background: #f9f3ee;
    /* border-radius: 12px; */
    padding: 25px 30px;
    border: solid 1px #f3e6dc;
    min-height: 350px;
}
.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #e5d9cf;
    padding-bottom: 11px;
    position: relative; color: #242423;
}
.dashboard_common_table h3::after {
    content: "";
    width: 140px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.table_common_area {
    margin-top: 15px;
}
.table_common_area table {
    text-align: center;
    border: 1px solid #d5d5d5;
    background: #fff;
}
.table_common_area thead tr th {
    border: none;
    background:#157f7f;
    padding: 10px 0;
    color: #fff;
}
.table_common_area tbody tr td {
    padding: 16px 0;
}
.table_common_area tbody tr td a{ background:#ea741c; padding: 3px 10px; color: #fff; border-radius: 2px;
}



.table_common_area tbody tr td.complete {
    color: #4CAF50;
    font-weight: 500;
}
.table_common_area tbody tr td.cancele {
    color:#fb0000;
    font-weight: 500;
}
.table_common_area tbody tr td i {
    cursor: pointer;
}
/* ---My Profile Page--- */
#profile_form_area {
    padding-top: 35px;
}
#profile_form_area .form-group {
    margin-bottom: 10px;
}
#profile_form_area label {
    margin-bottom: 10px;
}
#profile_form_area .change_password_field {
    position: relative;
}
#profile_form_area .change_password_field p {
    position: absolute;
    bottom: 14px;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
    color: var(--main-color);
    font-weight: 500;
}
.change_password_input_boxed h3 {
    margin-bottom: 30px;
}
.notification_top_heading {
    position: relative;
}
.notification_top_heading p {
    color: var(--main-color);
    padding-left: 20px;
    position: absolute;
    left: 147px;
    top: 0;
    font-weight: 600;
    font-size: 12px;
}
.notification_wrapper {
    padding-top: 30px;
}
.notification_wrapper .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
}
.notification_wrapper .accordion-button {
    padding: 4px 25px;
    font-size: 16px;
    background-color: transparent;
}
.notification_wrapper .accordion-button.active {
    background: var(--white-color);
}
.notification_wrapper .accordion-button.shows {
    background: var(--white-color);
}
.notification_wrapper .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
}
.notification_wrapper .accordion-button::after {
    display: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.form-control {border: 1px solid #e3d3c6;
}
@media (max-width: 810px) {

.table_common_area table {
     
    width: 1000px;
}

}


.comment-form-rating i{
    font-weight: 400;
    font-size: 18px;
    color: #ababab;
}




 
/*------------------------------user-panel-end--------------------------*/





/*------------------------cart-page-end-css-----------*/

.checkout{ margin: 20px; }
.price-box2 {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    border-radius: 5px;
    margin-top: 10px;
}
.cart-discount h5 {
    font-family: arial;
    font-variant: 14px;
}
.cart-discount p {
    font-family: 12px!important;
    
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.apply {
    color: #fff !important;
    border-radius: 0px 6px 6px 0px;
    float: left;
    color: #000;
    padding: 10px 10px !important;
    background:#157f7f;
    margin-left: -20px !important;
    position: relative;
    z-index: 1000;
    border: none;
}





/*login-register-page-open*/

.login_outer h1{ font-size: 40px; font-weight: bold; color: #157f7f; }

.social{ color:#cd751c; }
.login_outer button {  margin-top: 20px;
    border-radius:30px;
    border:1px solid #ea741c;
    background-color:#ea741c;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.login_outer button:active {
    transform: scale(0.95);
}

.login_outer button:focus {
    outline: none;
}

.login_outer button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.login_outer form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.login_outer input {
    background-color: #fff;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 30px;
}

.login_outer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
            0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height:480px; margin: 0 auto;
}

.login_outer textarea {
    background-color: #fff;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 30px;
}




.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.login_outer.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.login_outer.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 3;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index:0;
}

.login_outer.right-panel-active .overlay-container{
    transform: translateX(-100%);
}
.overlay h1{ color: #fff; }
.overlay {
    background: #FF416C;
    background: linear-gradient(to right, #157f7f, #157f7f);
   background: linear-gradient(to right, #157f7f, #157f7f);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF !important;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.login_outer.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.login_outer.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.login_outer.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ce751c;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

@media screen and (max-width: 768px){
.login_outer form {
     
    padding: 0 10px;
}
 .login_outer h1 {
    font-size: 30px;
    
}
.login_outer .sign-in-container {left: 0; width: 100%; box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
 margin-bottom:40px; border-radius: 10px; padding: 20px; border: solid 1px #ccc; border: solid 1px #d7d6d5; }

.sign-up-container { width: 100%; }
.login_outer .sign-up-container { transform: translateX(0%)!important; opacity: 1!important; 
    animation: show 0.6s!important;  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
 margin-bottom:40px; border-radius: 10px; padding: 20px; border: solid 1px #ccc; border: solid 1px #d7d6d5; }

.overlay { display: none!important }
.form-container { position: relative!important }
.login_outer  { background: transparent; border-radius: 0px; box-shadow: none; }

}

/*login-register-page-end*/







.content_bg{ background: url(../img/bg/content_bg.jpg) no-repeat fixed; background-size: cover; }

.modal-content {
    /*background: #42270d;*/
}
 .close{ border-radius: 100%; width: 30px; height: 30px; 
    background: #fff; float: right; margin-top: -30px;}

.modal-content h5{ color: #fff;
}

.table-responsive{box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; padding: 20px; background: #fff;
}
.table-responsive table{color:#000000; text-align: center;}
.table-responsive table tr th{background:#e7be44; vertical-align: middle; font-weight: 700; font-size: 16px; color: #000;}




.table-responsive table.table-bordered td,.table-responsive table.table-bordered th{border-color:#000000}
.table-bordered th, .table-bordered td {
    border: 1px solid #000000;
}

.product-notification {
  width: 300px;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 7px 2px rgba(158, 158, 158, 0.2);
  box-shadow: 0 0 7px 2px rgba(158, 158, 158, 0.2);
  margin: 10px;
  position: fixed;
  bottom: 0;
  -webkit-animation: movebottom 10s infinite;
  animation: movebottom 10s infinite;
  z-index: 99;
}
.product-notification img {
  height: 70px;
}
.product-notification .btn-close {
  position: absolute;
  right: 13px;
  top: 5px;
  font-size: 14px;
  z-index: 99;
  opacity: 1;
}



 

.pb-380{
    padding-bottom: 380px;
}
.circle-left {
  position: relative;
  top: -4px;
  margin-right: 2px;
}
.text-left{
    text-align: left !important;
}
.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #fff;
}
 .mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    font-weight: 600;
}
.mean-container .mean-nav {
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 3px 4px 15px #0000001A;
        position: absolute;
}
.mean-container .mean-nav ul {
    overflow: hidden;
}

  .mean-container .mean-nav ul li a.mean-expand {
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 9px 12px;
}
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0);
}

.srb-line {
width: 100%;
text-align: center;
position: absolute;
bottom: -90px;
}
.line5 {
    display: block;
}
.mr-15{
    margin-right: 15px;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
a,
button {
    color: #101010;
    outline: medium none;
}
a:hover {
    color: #157f7f;
}
.box20 .title a{
    color: #fff;
}
.box20 .title a:hover{
     color: #444;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: none;box-shadow: none;}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display",sans-serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 600;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {

    
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #302f2f;
    /*cursor: pointer;*/
    font-size: 16px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}


/*---------------------------------------custome-css--open--------------------------------*/
 
.hero-subheader__video{ margin-bottom: 30px; padding: 5px 5px 0px 5px; box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

 .hero-subheader__video video {
 /* position: absolute;*/
  right: 0;
  left: 0;
  top: 0;
  object-fit: cover;
  width:100%;
  height: 400px;
}
 



.detail-box {box-shadow: 0px 5px 17px 0px rgb(0 0 0 / 7%); position:relative; padding:10px; border: solid 1px #f1f0f0; margin-bottom: 30px;}



.second_heading { font-size: 16px;
    font-weight: 600;
    margin: 0px 0 15px;
    color: #fff;
    font-family: 'Jost', sans-serif;}












.pl-40{ padding-left: 40px; }
.header-description {
    font-size: .875em;
    color: #fff;
    letter-spacing: .5px;
    line-height: 1.625em;
    text-align: center;
    margin:5px auto;
}

.ui-body-2, .ui-body-2 a, .ui-body-2 label, .ui-body-2 p, .ui-body-2 span {
    font-size:13px !important;
    
    font-weight: 400!important;
    
    letter-spacing: .5px!important;
}
.hotels-common-details {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.hotels-common-details li {
    margin: 3px 0;
    border-right: 1px solid #c9c9c9;
    display: inline-block;
    padding: 0 12px;
}
.hotels-common-details li a {
    color: inherit;
    cursor: pointer;
}
.tollFreeText {
    font-family: ITCFranklinGothicStd,sans-serif;
    font-weight: 600;
    font-size: .9em;
    line-height: 18px;
    letter-spacing: .5px;
    color: #393939;
    margin-bottom: 33px;
}
.tollFreeText {
    font-family: ITCFranklinGothicStd,sans-serif;
    font-weight: 600;
    font-size: .9em;
    line-height: 18px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 33px;}
.tollFreeText a{
    color: #fff;
    margin-bottom: 33px;}

.hotels-common-details li:last-child{border-right:0}



  .details {
    padding: 0px 60px;
}
#sliderproduct{
  width: 100%;
}
#sliderproduct .carousel-inner {
  overflow: visible;
}

#sliderproduct .col-sm-6.image {
 padding: 10px 20px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgb(0 0 0 / 10%);
    position: relative;
    text-align: center;
    
    border-radius: 50px 0px; height: 500px; border: solid 1px #e9e9e9;
}
.item {
  padding:20px;
}
.item img{ width: 100%; max-height: 500px; border-radius: 50px 0px;
}

.col-sm-6.image .item img.img-fluid {
  /* Ai mướn thêm cái vào làm phá bố cục css của người ta.. mún trang web đẹp thì phải lựa cái ảnh đẹp đẹp vào rồi set cái độ rộng cho nó vừa là được rồi */
  /*min-width: 100%;*/
  max-width: 100%;
}
.col-sm-6.image h1 {
  margin-bottom: 20px;
}


#sliderproduct .top a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 20px;
  background:#157f7f;
  box-sizing: border-box !important;
  text-align: center;
  margin: 0px 2px;
  display: block;
  color: #fff;
  width: 96px;
}

#sliderproduct .col-sm-4.mr-auto {
  margin-top: 22px;
}

 

#sliderproduct p.cr1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

#sliderproduct .col-sm-6:last-child {
  /* Cần nâng cao thêm kiến thức về sử dụng padding */
  padding-top: 27px;
  padding-bottom: 27px;
}
#sliderproduct .details p.d-inline-block {
  color: #e0794f;
}

 

#sliderproduct .rating {
  margin: 23px 0px;
}

#sliderproduct .rating i{ color:#ea741c; font-size: 14px;
}



/*#sliderproduct .details .btn {
  text-transform: uppercase;
  font-weight: 400;
  padding: 16px 22px;
  background: #e0794f;
  color: #fff;
  border-radius: 81px;
  font-size: 14px;
  display: inline-block;
}
*/
#sliderproduct .details h2 {
  margin: 25px 0px 30px 0px;
  font-size: 24px;
  font-weight: 700;
}

#sliderproduct .details p.cr4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;  
}
#sliderproduct .carousel-item{
  transition: 0.4s;
}


#sliderproduct a.carousel-control-prev, #sliderproduct a.carousel-control-next {
  border-radius: 50%;
    background-color: rgb(100 66 34);
    width: 46px;
    height: 46px;
    font-size: 20px;
  text-align: center;
  line-height: 46px;
  opacity: 1;
  top: 50%;
  transform: translate(-50%,-60%);
}
 .carousel-inner .active a{ color: #fff !important; }







.event-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -5px;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #157f7f;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.event-active .slick-next {
    right: -5px;
left: inherit;
}
.event-active .slick-arrow,.event-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 1;
}
 
.event-active:hover .slick-arrow,.event-active:hover .slick-next{
   opacity: 1;
}
.event-active .slick-arrow:hover {
    color: #fff;
    background: #157f7f;
}
 

.welcom-to-content.read-more-global, .welcom-to-section.simple-page-welcome-sec {
    padding: 20px 0px;
}
.welcom-to-section h1 .header-side-border {
    border-top: 2px solid #ea741c;
    width: 25%;
    position: absolute;
    top: 25%;
    left: 80%;
}
.welcom-to-section h1 { 
    max-width: 24.75rem;
    position: relative;
    font-size: 40px;
    padding: 0!important;
    margin: 0px 0px 0px 0px!important;
    position: relative;    
    text-transform: none;
    font-weight: 700;
}
 

.welcom-to-content, .welcom-to-section {
    margin: 0 auto;
/*    overflow: auto;*/
    padding-left: 20px;
    padding-right: 20px;
    position: static;
}
.button{ border: solid 1px #efefef; background: none; margin: 0 auto; width: auto; font-size:16px; font-weight:400; padding:5px 10px; }

.welcom-to-content p{margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;    line-height: 24px;
    font-weight:400;}
 
#more {display: none;}

.maps{ padding: 0px; width: 100%; border: solid 1px #efe9e3; }
.maps iframe{ width: 100%; height: 444px; }

/*---------------------------------------custome-css----end------------------------------*/



/* button style */


.bt-p{ padding:10px !important; /* padding-right:10px !important;*/ margin-top:13px !important; margin-bottom:27px !important; text-transform: none !important; margin-left: 10px; border-radius: 2px !important;  }

.btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background:#ea741c;
    border: none;
    border-radius: 5px; max-width: 100%;
}

.btn i{
    /*margin-left: 10px;*/
    font-size: 18px;
}
.btn::before {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #157f7f;
  top: 10PX;
  left: 10px;
  z-index: -1;    
    transition: all 0.3s ease 0s;
    display: none;
}
.btn:hover{
  background: #2e1913;
  color: #fff;
}
.btn:hover::before {
width: 100%;
height: 100%;
position: absolute;
border-radius: 4px;
content: "";
background: #157f7f;
top: 0;
left: 0;
z-index: -1;
}



.slider-btn:hover .btn-after{
    margin-top: -50px;
margin-left: 0px;
}

/* scrollUp */
#scrollUp {
    background:#ea741c;
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}
#scrollUp:hover {
    background: #157f7f;
}
/* 2. header */

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.innder-ht {
    padding: 10px 0;
}
.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 30px;
}

.header-cta ul li strong{ font-weight: 600; }


.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li:last-child{padding-right: 0; border-right: none;}
.header-cta ul li i {
display: inline-block;
margin-right: 5px;
position: relative;
top: 1px;
color: #fff;
}
.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}
.header-top-cta ul li:last-child {margin-right: 0;}
.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.h-cta-content {
    overflow: hidden;
}
.h-cta-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}
.menu-area{
    position: relative;
}
.menu .sub-menu{
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.menu .sub-menu, .menu .children{
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #157f7f;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.main-menu {
  position: relative;
  z-index: 9;
}
.menu .sub-menu li {
margin-left: 0 !important;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;
}
.main-menu .sub-menu li a {
    padding: 15px;
}
.menu .sub-menu li, .menu .children li  {
margin-left: 0 !important;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;
}

.menu .menu-item-has-children:hover > ul {
    display: block;
    margin-top: 0px;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: -255px;
margin-top: 0;
top: -3px;
}
.menu .menu-item-has-children:hover > ul,.menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}
.menu .page_item_has_children > ul > .page_item_has_children:hover > ul
{
    margin-left: -265px;
margin-top: 0;
top: -3px;
}
.main-menu .menu-item-has-children > ul >  .menu-item-has-children:hover > ul,.menu .page_item_has_children > ul >  .page_item_has_children:hover > ul{display: block;}
.main-menu .menu-item-has-children > ul >  .menu-item-has-children:hover > ul{display: block;}
.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: 255px;
margin-top: 0;
top: -3px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.main-menu ul li.active a {
    color: #157f7f;
}
.main-menu ul li a, .main-menu ul li .dropdown {
    display: block;
    color: #000;
    padding: 3px 14px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    text-transform: none;
    border-radius: 20px;
}
.main-menu ul li a::after {
    content: "+";
    margin-left: 10px;
    color: #157f7f;
    display: none;
}
.main-menu ul li:last-child a::after,.main-menu .has-sub ul li a::after {
  display: none;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block;
}
.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s;
}

.main-menu ul li:hover > a{color: #157f7f;}
.main-menu ul li:hover > a::before{width: 100%;}
.display-ib{display: inline-block;}
.header-social a {
    font-size: 14px;
display: inline-block;
margin-left: 15px;
text-align: center;
color: #191D3B;
}

.search-top {
   display: inline-block;
}
.search-top li a {
color: #157f7f;
float: left;
background: #be9874;
padding: 10px 20px;
margin-top: 6px;
font-size: 20px;
}
.search-top li:last-child {
    border: none;
}
.header-social a:hover{color: #fff;}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
        z-index: 5 !important;
        background: #fff;
    /*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    
}
.responsive {display: none;}
#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 10px 20px 10px 0;
}
.right-menu li:last-child{
    padding-right: 0;
}
.right-menu .icon {
    float: left;
    margin-right: 20px;
}
.right-menu .text{
    float: left;
    padding-top: 5px;
}
.right-menu .text span {
    display: block;
    color: #517496;
}
.right-menu .text strong {
     color: #fff;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Jost', sans-serif;
}
.menu-search{
    padding: 10px 22px 10px 0;
    border-right: 1px solid #e7e7e7;
}
.menu-search a {
font-size: 16px;
display: inline-block;
margin-top: 5px;
background: #ffffff4a;
text-align: center;
line-height: 33px;
border-radius: 50%;
color: #157f7f;
}
.top-btn {
    background:#ea741c;
    padding: 10px 20px;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.top-btn i{
    font-size: 16px;
    
}
.top-btn:hover {
    background: transparent linear-gradient(90deg, #157f7f0%, #157f7f100%) 0% 0% no-repeat padding-box;
     color: #fff;
}
.sticky-menu .logo{
    margin-top: 0;
    line-height: 44px;
    height: auto;
}
.slider-content {
    position: relative;
    z-index: 2;
   
}
.slider-bg .banner-img {
  overflow: hidden;
 /* height: 738px;*/
  margin-top: 115px;
  margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}
.slider-content.s-slider-content.text3 {
    margin-top:168px;
}
.slider-price{
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider-price h3{
    color:#fff;
}
.slider-price h2 {
    
    font-size: 60px;
    font-weight: 500;
}
.slider-btn{
    /*display: inline-block;*/
    position: relative;
}

.slider-active .slick-dots {
    position: absolute; bottom: 17.55%; text-align: center;
    left: 0; right: 0; margin: auto;
}
.slider-active .slick-dots li { display: inline-block; margin-left: 10px; }
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    width: 8px;
    height: 8px; border: 1px solid #157f7f;
    border-radius: 100%;
    background: transparent!important;
    z-index: 1; scroll-margin-bottom: ;
    cursor: pointer;
    transition: .3s;
    
}
 .slider-active .slick-dots li.slick-active button {
    background: #157f7f!important;
}
.slider-active .slick-dots li.slick-active button::before {
  
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    left: 0;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}








.services-active .slick-arrow {
    position: absolute;
    top: -10%;
    transform: translateY(-50%);
    right: 4%;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width:30px;
    height:30px;
    background:rgb(100 66 34);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}


.services-active .slick-next { right: 16px; left: inherit; }
.services-active .slick-arrow,.services-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.services-active:hover .slick-prev
{
    right: 4%;
}
.services-active:hover .slick-next
{
    right:16px;
}
.services-active:hover .slick-arrow,.services-active:hover .slick-next{
   opacity: 1;
}
.services-active .slick-arrow:hover { color: #fff; background:#ea741c;
}





.suravie-active .slick-arrow {
    position: absolute;
    top: -10%;
    transform: translateY(-50%);
    right: 4%;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width:30px;
    height:30px;
    background:rgb(100 66 34);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}


.suravie-active .slick-next { right: 16px; left: inherit; }
.suravie-active .slick-arrow,.suravie-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.suravie-active:hover .slick-prev
{
    right: 4%;
}
.suravie-active:hover .slick-next
{
    right:16px;
}
.suravie-active:hover .slick-arrow,.suravie-active:hover .slick-next{
   opacity: 1;
}
.suravie-active .slick-arrow:hover { color: #fff; background:#ea741c;
}







.second-header {
border: none;
padding-bottom: 0;
background: #101010;
padding-top: 0;
color: #fff;
position: relative;
z-index: 1;
}
.second-header a,.second-header span{
    color: #fff;
}
.second-header a:hover{
 color: #fff;
background: #693f12;
}
.second-menu {
    position: relative;
    z-index: 9;
}
.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}
.sticky-menu .second-menu::before{content: none;}
.second-menu .main-menu ul li{ margin-left: 40px; }
.second-menu .main-menu ul li:first-child{margin-left: 0;}

.second-menu .main-menu ul li button { border-radius: 20px; border: 0; background-color: transparent!important;
 font-weight: 400; position: relative; font-size: 16px; color: #157f7f; text-transform: none; }

.header-three .main-menu ul li button:hover { opacity: 1;
    background: #f3eadc!important;
}
.header-three .main-menu ul li .dropdown.show button { background: #f3eadc!important; }


.second-menu .main-menu ul li button.dropdown-toggle::after { display: none; }
.flagimg { width: 20px; height: 20px; -webkit-margin-end: 5px;
    margin-inline-end: 5px; border-radius: 10px; overflow: hidden; object-fit: cover; }

.second-menu .main-menu ul li .dropdown-menu { border-radius: 22px; background-color: #fffbf2; padding: 15px 10px;
     box-shadow: 0 4px 15px rgba(0,0,0,.2);
 }
.flag-dropdown-menu a { padding: 8px 25px!important; margin-bottom: 5px; position: relative; }
.flag-dropdown-menu a.dropdown-item.selected { padding-left: 30px!important; background: #f3eadc; }
.flag-dropdown-menu a.dropdown-item.selected:before { 
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #000;
    left: 17px;
    top: 16px;
    display: block;
    transform: rotate(45deg);
    opacity: 0.6;
 }
.flag-dropdown-menu a.dropdown-item.selected:after { 
    content: '';
    position: absolute;
    width: 1px;
    height: 6px;
    background-color: #000;
    left: 0px;
    top: 22px;
    display: block;
    transform: rotate(-45deg);
    opacity: 0.6;
 }

.second-menu .main-menu ul li a::before{content: none;}
.second-header-btn .btn {
background: #157f7f;
box-shadow: 0px 10px 30px 0px rgba(54, 96, 217, 0.3);
font-size: 16px;
text-transform: uppercase;
color: #fff;
padding: 20px 30px;
    position: relative;
    border-radius: 4px;
}
.second-header-btn .btn:hover {
color: #fff;
background: #157f7f;
}

.img-main {
    position: relative;
    z-index: 2;
}
.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%);
}
.offcanvas-menu.active{
    transform: translateX(0)
}
.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
.menu-close:hover i{
    color: #157f7f;
}
.offcanvas-menu ul {
    margin-top: 30px;
}
.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 0;
    display: block;
}
.offcanvas-menu ul li:hover a{
    color: #157f7f;
}
.side-social a {
    color: #fff;
    margin-right: 10px;
}
.side-social {
    margin-top: 30px;
}
.side-social a:hover{
    color: #157f7f;
}
.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}
.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: #fff;
}
.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #157f7f;
    padding: 8px 14px;
    top: 0;
    cursor: pointer;
}
.offcanvas-menu form button i {
    color: #fff;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.offcanvas-overly.active{
    opacity: .5;
    visibility: visible;
}
.off-logo {display: none;}

.header-two .menu-area{
    padding-top: 0;
}
.header-two .top-callus {
    background: #157f7f;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}
.header-two #mobile-menu {
    float: left;
}
.header-two .logo img {
    width: auto;
    max-width: 60%;
}
.header-two .main-menu ul li a
{
    color: #157f7f;
}
.header-three{
    
}
.header-three .second-header {
  background: #157f7f;
    padding:5px 0;    
}
.header-three .menu-area::before{
    display: none;
}
.header-three .menu-area {
    border-top: 0;
    position: relative;
    z-index: 9;
    width: 100%;
}
.header-three .sticky-menu {
    margin-top: 0;
    background: #fffbf2;
}
.header-three .sticky-menu img {
    max-width: 57%;     
}
.header-three .main-menu ul li a {
    color: #157f7f;
}
.header-three .main-menu ul li a:hover, .header-three .main-menu ul li a.active {
    background: #f3eadc;
}
.main-menu .has-sub:hover a { background: #f3eadc; }

/*.active a{ color:#e6c659 !important;border-bottom: solid 1px #e6c659; }*/


.header-three .main-menu .sub-menu li a,.menu .children li a {
    color: #4f4f4f !important;
}
.header-three .main-menu .sub-menu li a:hover,.menu .children li a:hover{
    color: #157f7f !important;
}
.header-three .btn.ss-btn {
    float: right;
}
.login li {
    display: inline-block;
}
.login li a {
color: #fff;
    text-transform: uppercase;
}
.slider-three .slider-img {
margin-left: -25px;
margin-top: 50px;
margin-right: -227px;
}
.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}
.slider-four .slider-bg h5 {
  border: none;
  color: #ffffff1c;
  font-size: 170px;
}
.slider-four .slider-img {
margin-left: 0;
margin-top: 136px;
margin-right: -235px;
float: right;
}
.slider-four .slider-img img{
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: #157f7f;
    font-size: 18px;
           font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.slider-four .slider-bg .video-i i{
    border: none;
    color: #157f7f;
    margin-right: 10px;
}
.slider-four .slider-bg .text2 p{
    color:#777;
}
.single-slider .subricbe{
 border-radius: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
position: relative;
padding: 15px;
margin-top: 40px;
width: 92%;
}
.header-input {
padding: 0 1rem;
width: 100%;
height: 4.4rem;
border-radius: 5px;
outline: none !important;
margin-bottom: 0;
border: 1px solid #f8f8f8;
background: #f8f8f8;
border-radius: 0;
}
.contact-form .btn::before{
    display: none;}

.header-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 0;
 background: #157f7f;
    border: none;
  color: #fff;
    padding: 5px 15px;
}
.header-btn i{
    margin-left: 0;
}
.search-top2 {
    float: right;
}
.search-top2 li {
margin-left: 20px;
float: left;
border-radius: 10px;
background: #157f7f;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
}
.search-top2 li a {
    float: none !important;
}
.search-top2 li .fas.fa-search {
    color: #36383a;
}
.header-slidemenu {
top: 0px;
left: 0px;
bottom: 0px;
height: 100%;
position: fixed;
padding-top: 80px;
padding-left: 70px;
z-index: 2;
background: #157f7f;
    width: 16.70%;
}
.slide-out ul li {
    display: inline-block;
    margin-left: 0;
    width: 70%;
}
.slide-out .has-sub > ul {
    opacity: 0;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: -45px;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    visibility: hidden;
    margin-left: 130px;
}
.slide-out .has-sub:hover > ul {
    opacity: 1;
    margin-top: -45px;
    visibility: visible;
    top: 0;
}
.slide-out .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}
.slide-out .has-sub > ul > .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 260px;
    margin-top: 0;
    top: -3px;
}
.slide-out ul li a {
display: block;
color: #fff;
font-weight: 400;
padding: 0px 0 15px;
position: relative;
text-transform: uppercase;
}
.slide-out ul li a:hover,.slide-out ul li:hover > a{
    color: #c9a17b;
}
.slide-out .menu-item-has-children > ul {
    display: none;
    margin-top: -40px;
    margin-left: 120px;
}
.slide-out  .menu-item-has-children:hover > ul {
     display: block;
    margin-top: -40px;
    margin-left: 120px;
}

.header-slidemenu .footer-social {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

/* breadcrumb */
.breadcrumb-area {
background-size: cover;
position: relative;
    min-height: 450px;
    background:url(../img/bg/bdrc-bg.jpg) no-repeat;
    background-size: cover; 
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}

.wedding_banner {
background-size: cover;
position: relative;
    min-height:550px;
    background:url(../img/bg/wedding_banner.jpg) no-repeat;
    background-size: 100%; 
}
.conferences{
background-size: cover;
position: relative;
    min-height:550px;
    background:url(../img/bg/conferences.jpg) no-repeat; 
}



.celebrations{
background-size: cover;
position: relative;
    min-height:550px;
    background:url(../img/bg/celebrations.jpg) no-repeat; 
}
.suravie{
background-size: cover;
position: relative;
    min-height:550px;
    background:url(../img/bg/suravie.jpg) no-repeat; 
}





.stay_banner{
background-size: cover;
position: relative;
    min-height:550px;
    /*background:url(../img/bg/stay_banner.jpg) no-repeat;*/ 
}




.clear{ clear: both; }
.divider{ min-height: 20px; display: block; }




.breadcrumb li {display: inline-block;}
.breadcrumb li a {
font-size: 16px;
color: #fff;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}
.breadcrumb-title h2 {
font-size: 30px;
margin-bottom: 25px;
line-height: 1;
color: #fff;
letter-spacing: 1px;
margin-top:100px;
}
.breadcrumb-title p {
    margin-bottom: 0;
color: #777;
font-size: 16px;
}
.breadcrumb > .active {
    color:#fffc !important;
    font-weight: 500;
}
.cart-top {
    display: inline-block;
}
.cart-top li {
    display: inline-block;
    padding: 0px 17px;
}
.cart-top li a {
    color: #fff;
    font-size: 18px;
    float: none !important;
}
.cart-top li:last-child {
    border: none;
}
.call-box .icon {   
    display: inline-block;
}
.call-box li {
   float: left;
    color: #fff;
}

.call-box .text{
margin-left: 10px;
}
.call-box span {
    display: block;
    color: #ffffffab;
    padding: 3px;
}
.call-box strong {
    font-size: 22px;
}

.header-social a {
color: #fff;
margin-left: 15px;
font-size: 16px;
}
/* 3. slider */
.overlay-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay-bg-02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay-bg-03 {
  position: absolute;
  right: 0;
  top: 30px;
}
.overlay-bg-04 {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.slider-bg {
    min-height: 550px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}
.slider-bg.slick-active .image-layer{
     transform: scale(1.15);
}
.slider-bg .video-i.popup-video
{
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}
.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}
.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}
.slider-bg2 .slider-content > span::before {
    content: "";
    background:#383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}
.slider-bg2 .slider-content h2{
    color:#fff;
}
.slider-bg2 .slider-content p {
    color:#676f67;
    font-size: 16px;
    margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
    font-size: 22px;
    font-weight: 500;
    
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}
.slider-bg .video-i i {
background: #fff;
padding: 14px;
border-radius: 100%;
width: 60px;
display: inline-block;
text-align: center;
color: #157f7f;
height: 60px;
line-height: 30px;
box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
margin-right: 10px;
}

.slider-bg2 .video-i {
    background:#383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.slider-bg2 .video-i:hover {
    background:#157f7f;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: #157f7f;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}
.slider-content h2 {
    font-size: 70px!important;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #157f7f; font-weight: 400;
}
.slider-content h2 span {
    color: #157f7f;
}

.slider-content h5{
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 18px;
}
.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #157f7f;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.slider-content p {
    font-size: 18px;
    margin-bottom: 0;
}

.p-relative{position: relative;}
.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background:rgba(255,255,255,0.1);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
    right: 5%;
left: inherit;
}
.slider-active .slick-arrow,.slider-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.slider-active:hover .slick-prev
{
    left: 4%;
}
.slider-active:hover .slick-next
{
    right: 4%;
}
.slider-active:hover .slick-arrow,.slider-active:hover .slick-next{
   opacity: 1;
}
.slider-active .slick-arrow:hover {
    color: #fff;
    background: #157f7f;
}
.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}
.second-slider-bg::before{opacity: .5;}
.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}
.s-slider-content h2{margin-bottom: 15px;}
.s-slider-content p {
    font-size: 18px;
    color: #157f7f;
    line-height: 1.5;
    max-width: 300px;
}
.slider-four .s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    
    margin: auto;
}
.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}
.btn.ss-btn.active {background: none;
color: #fff; border: 2px solid #fff; box-shadow: none;}
.line {
    float: left;
    margin-right: 15px;
}
.slider-shape{position: absolute !important;z-index: 9;}
.ss-one {
    top: 180px !important;
    left: 234px !important;
}
.ss-two {
    top: 238px !important;
    left: 46% !important;
}
.ss-three {
    top: 77% !important;
left: 12% !important;
}
.ss-four {
    top: 85% !important;
    left: 30% !important;
}
.ss-five {
    left: 61% !important;
    top: 83% !important;
}
.ss-six {
    left: 88% !important;
    top: 80% !important;
}
.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2{
  font-size: 60px;
}
.slider-bg .text2 a{
    color: #FFF;
}
.slider-bg .text2 .btn.ss-btn.active {
    background: #157f7f;
    border: 2px solid #157f7f;
    color: #FFF;
}
.slider-bg .text2 p{
    padding-right: 22%;
    color:#fff;
}
.slider-text-2 h2{
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}
.aliment-icon-red {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliment-content {
  margin-left: 15px;
    padding-top: 15px;
}
.aliment-content p{
    margin-bottom: 0;
}
.aliment-content .h3-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

@keyframes movedelement {
    0% { -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.slider-content2 h2{
    color: #157f7f;
}
.slider-content2 p{
    color: #777777;
}
.slider-content2 h5{
     color: #777777;
}

/* 4. about */


.about-outer{
    margin: 0px;
    position: relative;
    z-index:1;
    padding: 0px 60px 30px 0px;
}


.blue-underline{
    height: 2px;
    width: 64px;
    background: #393939;
    margin: 10px auto;
}

.img-box{}


.box {box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px; 
    border: double  #f9e0c9; padding: 20px; margin-bottom: 20px; background: #fff;

  /*position: absolute;*/
 /* top: 50%;
  left: 50%;*/
  transform: translate3d(-50%, -50%, 0);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  padding: 5px;
  border: 1px solid #b78846;
}
.box:before, .box:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 1px solid #b78846;
  line-height: 12px;
  top: 5px;
  text-align: center;
}
.box:before {
  left: 5px;
}
.box:after {
  right: 5px;
}
.box .box-inner {
  position: relative;
  border: 1px solid #b78846;
  padding: 15px;
}
.box .box-inner:before, .box .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 1px solid #b78846;
  line-height: 12px;
  bottom: -1px;
  text-align: center;
}
.box .box-inner:before {
  left: -1px;
}
.box .box-inner:after {
  right: -1px;
}








.s-about-img img{
     border-radius: 0px 250px 250px 0px;
}
.about-icon{
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-icon img{
    margin-bottom: 0;
}

.about-user {
display: flex;
margin: 30px 0;
border-bottom: 1px solid #d7d7d7;
padding-bottom: 15px;
}
.about-user .img{
  margin-right: 30px;
}
.about-user .text h5{
    color: #157f7f;
}
.about-text {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 200px;
  background: #157f7f;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
font-size: 65px;
color: #fff;
position: relative;
display: inline-block;
font-weight: 800;
font-family: 'Jost', sans-serif;
margin-top: 15px;
}
.about-text span sub {
font-size: 30px;
color: #fff;
font-weight: 800;
margin-left: -10px;
bottom: 5px;
}
.about-title > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #157f7f;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-title h2 {
    font-size: 57px;
    color: #253e3e;
    font-weight: 500;
    margin-bottom: 0 !important;
    line-height: 1.5;
}

.about-content h3 {
    font-size:20px; color: #af8d1a;  font-weight: 700;
    
}
.content-box h2 {
    font-size:30px; color: #af8d1a;   font-weight: 700;
    margin-bottom: 20 !important;
}

.content-box ul{ margin:0px 0px 20px 15px; padding: 0px; }


.content-box h3 {
    font-size:20px; color: #af8d1a;   font-weight: 700;
    margin-bottom: 0 !important;
}



.about-title h5{
   color: #157f7f;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about-title .title-strong{
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}
.about-title .title-strong span {
    padding: 3px 12px;
    background: #157f7f;
    border-radius: 5px;
    color: #fff;
}
.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #157f7f;
    margin-right: 20px;
    position: relative;
    top: -5px;
}
.about-title p {
    margin-bottom: 0;
}
.about-content p {
           color: #000;
           color: #111111;
    text-align: left;

}
.about-content li {
    display: flex;
    margin-bottom: 10px;
    color: #157f7f;
}
.about-content li .text {
    padding-top: 0;
}
.about-title h2 span {
    color: #157f7f;
}
.about-content li .icon i {
    width: 40px;
height: 40px;
background: #ebebeb;
text-align: center;
line-height: 40px;
margin-right: 20px;
color: #157f7f;
}

.product-qulity li h3{
    font-size: 26px;
    font-weight: 700;
}
.product-qulity li .icon {
  width: 140px;
  margin-top: 12px;
}
.about-content .exprince{
      border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}
.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0595b8;
}
.about-content .exprince p{
    margin-bottom: 0;
}
.about-content .nav-tabs {
    border: 1px solid #101010;
    width: 54%;
    padding: 6px;
    display: inherit;
    border-radius: 10px;
    margin-bottom: 30px;
}
.about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}
.about-content .nav-tabs .nav-item.show .nav-link, .about-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #101010;
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    color: #fff;
    text-transform: uppercase;
}
.about-content .nav-tabs .nav-link {
   padding: 12px 32px;
     text-transform: uppercase;
    border: none;
}
.ab-ul {
    margin-top: 30px;
}
.ab-ul li{
float: left;
width: 50%;
}
.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #157f7f;
}
.sr-ul {
    margin-top: 30px;
}
.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}
.sr-ul li .icon i {
     width: inherit;
    height:inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
     line-height: inherit;
   font-size: 30px;
    color: #4cc3c1;
}
.sr-ul li .text{
  font-size: 14px;
  
  color: #157f7f;
}

.sr-tw-ul {
    position: relative;
    z-index: 1;
}
.sr-tw-ul li {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 30px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sr-tw-ul li p{
    margin-bottom: 0;
}

.sr-tw-ul li .icon {
    width: 108px;

}
.sr-tw-ul li .icon img,.sr-tw-ul li .icon-right img {
  width: 54px;
}
.sr-tw-ul li .icon-right{
   width: 108px;
}
.sd-img 
{
    margin: 0 -50px;
}

.sd-img img {
  width: 100%;
}
.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #101010;
    opacity: .05;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}
.second-about {
  transform: translate(0,1px);
  left: 0;
  right: 25px;
  bottom: inherit;
  text-align: center;
  top: 0;
}
.second-about p {
margin-bottom: 0;
color: #fff;
font-size: 25px;
font-weight: 800;
font-family: 'Jost', sans-serif;
margin-top: 10px;
line-height: 30px;
}
.second-atitle > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #157f7f;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}
.s-about-content p {
    margin-bottom: 20px; text-align: justify;
    font-size: 15px;
    color: #2e2e2e;
}
.about-content strong{
    color: #157f7f;
}
.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}
.sinature-box h2{
    font-size: 20px;
    font-weight: 500;
           font-family: 'Jost', sans-serif;
    color: #101010;
    margin-bottom: 5px;
}
.sinature-box h3{
    font-size: 14px;
           font-family: 'Jost', sans-serif;
    color: #4CC3C1;
}
.sinature-box .user-box{
    display: flex;
}
.sinature-box .user-box .text{
    padding-top: 10px;
    padding-left: 15px;
}
.signature-text{font-size: 22px; color: #157f7f;font-family: 'Playfair Display', serif;font-weight: 600;}
.circle-right{
    display: inline-block;
}
.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}
.ab-coutner .single-counter {
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
     border-radius: 10px;
    padding: 70px 0;
}
.ab-coutner .single-counter p{
margin-top: 15px;
color: #4f4f4f;
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 600;
}
.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
-webkit-animation: alltuchtopdown 3s infinite;
animation-delay: 0s;
-webkit-animation-delay: 1s;
}
.about-content2 p{
    color: #ffffffab;
}
.about-content2 .about-title h2{
    color: #fff;
}
.about-content2 li {
  display: flex;
  margin-bottom: 10px;
    color: #fff;
}
.about-content2 li .icon{
width: 15px;
height: 15px;
background: #157f7f;
text-align: center;
margin-right: 20px;
color: #e11d07;
display: block;
margin-top: 10px;
}
.about-content2 li .text {
  padding-top: 5px;
}
.experience-text {
  float: left; padding: 15px 0;
  border-top: 1px solid #ffffff4f;
  border-bottom: 1px solid #ffffff4f;
  width: 100%;
    display: flex;
}
.experience-text span {
font-size: 60px;
color: #157f7f;
position: relative;
font-weight: 800;
font-family: 'Jost', sans-serif;
margin-top: 15px;
float: left;
margin-right: 15px;
}
.experience-text span sub {
  font-size: 30px;
  color: #157f7f;
  font-weight: 800;
  margin-left: -10px;
  bottom: 5px;
}
.exp-no {
width: 66%;
 border-right: 1px solid #ffffff4f;
}
.exp-no p {
  float: left;
  color: #fff;
  width: 48%;
}
.exp-text {
  padding-left: 30px;
     color: #ffffffab;
}
.achivments-outer {
  display: flex;
}
.achivments-outer .text{
    padding-left: 15px;
}
.achivments-outer .text h5 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}
.achivments-outer .text p{
    color: #157f7f;
}
/* 5. features */
.features-services-area .container {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px;
    margin-top: -180px;
}
.features-services-area .features-icon img{
    height: 57px;
    margin-bottom: 30px;
}
.features-services-area p{
    margin-bottom: 0;
}
.features-content h4 {
    font-size: 24px;
    margin-bottom: 17px;
}

.s-btn {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px;
}
.s-btn:hover {
    background: #157f7f;
    border-color: #157f7f;
    color: #fff;
}
.section-title h5{
  color: #157f7f;
text-transform: capitalize;
font-size: 18px;
    margin-bottom: 10px;
}
.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}
.section-title h2 {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
    color: #af8d1a;
    text-transform: none;
    font-weight: 700;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #157f7f;
    margin: auto;
    transition: .3s;
    display: none;
}
.section-title p{
margin-top: 10px;
width: 60%;
display: inline-block;
}

section:hover .section-title h2::before{width: 100px;}
.features-p {
    padding-top: 380px;
}

.features-shape{position: absolute;z-index: -1;}
.fshape-one {
    left: 120px;
    top: 25%;
}
.fshape-two {
    left: 15%;
    top: 51%;
}
.fshape-three {
    top: 69%;
    left: 6%;
}
.fshape-four {
    top: 40%;
    left: 89%;
}
.fshape-five {
    top: 71%;
    left: 83%;
}
.about-content3 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 10px;
    color: #157f7f;
}

/* 6. services */
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}
.services-two .s-single-services {
    border-radius:0 0 0 0;
}
.services-two .s-single-services .btn2{
    display: inline-block;
    color: #157f7f;
}
.services-area.gray-bg{position: relative;z-index: 1;overflow: hidden;}
.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    margin: 0 0px 20px 0px;
}



.single-services2 { 
    margin: 0 0px 20px 0px !important;
}


.ser-m{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.single-services .day-book {
background:#157f7f;
font-family: 'Jost', sans-serif;
color: #fff;
font-size: 16px;
font-weight: 600;
width: 100%;
margin-bottom: 30px;
margin-top: -70px;
position: relative;
}
.single-services .day-book a{
    color: #fff;
}
.single-services .day-book li {
display: inline-block;
width: 48%;
text-align: center;
padding:10px 0;
border-right: 2px solid #ffffff;
 
}
.single-services .day-book li:last-child{
    border: none;
}
.single-services .icon {
    margin-top: 30px;
}
.single-services .icon li{
    display: inline-block;
    margin-right: 22px;
}
.single-services .icon li:last-child{
    margin-right: 0;
}
.single-services .icon li img{
    height: 20px;
}
.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #15837f;
    z-index: -1;
    transition: .3s;
    opacity: 0;
}
.service-t h2 {
    top: 55px;
}
.services-thumb img {
    width: 100%;
}
.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #157f7f;
    transition: .3s;
    margin-bottom: 55px;
}
.services-content {
    padding: 30px 20px 60px;
    padding-bottom: 20px;
}
.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}
.services-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.services-content h4:hover a{color: #157f7f;}
.services-content p{margin-bottom: 0; font-size: 14px;}
.single-services:hover .services-content span {background: #157f7f;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: #157f7f;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}
.services-active .slick-dots li.slick-active button {
    width: 50px;
    background:#ea741c;
}
.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
border-radius: 50%;
color: #ff4328;
text-align: center;
width: 100px;
height: 100px;
line-height: 100px;
border: 1px solid #ff4328;
}
.services-two .services-icon {
display: inline-block;
width: 90px;
height: 90px;
background: #FFFFFF 0% 0% no-repeat padding-box;
text-align: center;
border-radius: 50%;
padding: 25px;
    margin-bottom: 30px;
}
.services-two .services-icon img{
    width: 100%;
}
.services-two .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-two ul li{
    margin-bottom: 25px;
}
.services-two ul li::before {
   font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
   margin-right: 10px;
color: #157f7f;
}
.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #3763eb;
    margin-left: 0;
}
.services-icon2 {
position: absolute;
right: 5%;
top: 0;
z-index: 1;
opacity: .05;
}
.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}
.services-two .second-services-content{
    float: left;
width: 100%;
}
.services-two .s-single-services {
transition: .3s;
padding: 45px;
border: none;
margin-bottom: 30px;
border-radius: 0;
  
}
.services-two .s-single-services{
    float: left;
    width: 100%;
}


.services-three .services-icon {
display: inline-block;
width: auto !important;
height: auto !important;
margin-bottom: 30px;
}
.services-three .services-icon img{
    width: 100%;
}
.services-three .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-three ul li{
    margin-bottom: 25px;
}
.services-three ul li::before {
   font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
   margin-right: 10px;
color: #157f7f;
}
.services-three .second-services-content{
    float: left;
width: 100%;
}
.services-three .s-single-services {
transition: .3s;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
border: 2px solid #F0F0F0;
display: block;
box-shadow: none;
    
}
.services-three .s-single-services.active {
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}
.services-three .s-single-services.active .services-icon {
    background: #fff 0% 0% no-repeat padding-box;
    width: 90px;
    height: 90px;
}
.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content h5 {
  transition: .3s;
  letter-spacing: 0;
  font-size: 26px;
  color: #030c26;
}
.second-services-content p {
    margin-bottom: 0;
}
.second-services-content a {
    /*font-size: 14px;
    font-weight: 500;
    color: #444d69;
    position: relative;
    transition: .5s;*/
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0;
}
.s-single-services {
    transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
}

.s-single-services .services-icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 1;
}
.h-service {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #1010109c;
  padding-top: 45%;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform: scaleY(1);
}
.h-service h5 {
color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.s-single-services:hover .h-service{
transform: scaleY(0);
opacity:0;
}
.services-hover .box1 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #157f7f;
  position: absolute;
  z-index: 11;
  left: 40px;
  top: 40px;
  border-right: 0;
  border-bottom: 0;
}
.services-hover .box2 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #157f7f;
  position: absolute;
  z-index: 11;
  right:40px;
  top:40px;
  border-left: 0;
  border-bottom: 0;
}

.services-hover {
position: absolute;
top: 0;
left: 0;
padding: 100px 60px 0;
background: #101010;
height: 100%;
width: 100%;
color: #fff;
transform: scaleY(0);
opacity: 0;
transition: .3s cubic-bezier(.24,.74,.58,1);
}
.s-single-services:hover .services-hover {
transform: scaleY(1);
opacity:1;
}
.services-hover h5{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.services-hover a{
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.services-hover:hover p{
   height: auto;
    width: auto;
    
}
.services-hover:hover .services-icon{ 
   margin-top: 20px;
}
.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.s-single-services a.ss-btn{
    display: none;
}
.s-single-services .active-icon{display: none;}
.s-single-services .d-active-icon{display: block;}

.s-single-services:hover {background: #fff;}

.s-single-services.active a.ss-btn{
    display: inline-block;
}
.s-single-services.active .second-services-content h5{}
.s-single-services.active .second-services-content a,#feature-top .s-single-services.active .btn2,.s-single-services.active .services-icon .glyph-icon::before{}
.s-single-services.active .second-services-content p{
   
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}
.services-bg {
    background-position: center;
    background-size: cover;
}
.services-active2{
    padding-top: 50px;
    padding-bottom: 300px;
}
.services-active2 .slick-arrow {
   position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #157f7f;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}
.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}
.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}
.services-item {
background: #fff;
margin: 22px 15px;
box-shadow: 3px 4px 15px #0000001A;
text-align: center;
border-radius: 10px;
}
.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}
.services-active2 li
{
    display: flex;
    margin-bottom: 10px;
}
.services-item h3{
    font-size: 20px;
}
.services-item .glyph-icon:before{
    font-size: 60px;
}
.services-active2 li .icon{
    padding-right: 10px;
}
.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}
.services-item.slick-slide.slick-current.slick-active .glyph-icon:before{
    color: #fff;
}
.services-item.slick-slide.slick-current.slick-active h3{
    color: #fff;
}
.services-area .services-box {
background: #f7f6fb;
padding-top: 30px;
}
.services-box .services-content2{
    margin-top: 25px;
    padding-bottom: 30px;
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px;
}
.services-box .services-content2 p{
    margin-bottom: 0;
}

.services-content2 h5{
    font-size: 24px;
    margin-bottom: 15px !important;
}
.services-content2 h5 a{
    color: #30313d;
}
.services-box .ss-btn2{
    width: 60px;
    height: 60px;
    background: #157f7f0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #157f7f33;
    display: none;
    color: #fff;
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}
.services-box .services-content2:hover .ss-btn2{
     display: inline-block;
}

.services-02 ul{
    display: flex;
    border: 2px solid #F5F5F5;
}
.services-02 ul li{
    padding: 30px;
     border-right: 2px solid #F5F5F5;
    background: #fff;
    transition: .2s;
}
.services-02 ul li:last-child{
    border: none;
}
.services-icon-02
{
    margin-bottom: 30px;

}
.services-content-02 h5{
    font-size: 24px;
    margin-bottom: 20px;
}
.services-content-02{
        font-size: 14px;
}
.services-content-02 .ss-btn2 {
    margin-top: 20px; display: block;
}
.services-content-02 .ss-btn2 i{
    width: 40px;
height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color:#777;
}
.services-content-02 .ss-btn2 span{
   color: #157f7f; 
    margin-left: -10px;
    font-weight: 600;
    opacity: 0;
   transition: all 0.5s ease 0s;
}
.services-02 ul li:hover{
   border: none;
box-shadow: 0px 16px 32px #0000000A;
transform: scale(1.08);
    transition: .2s;
}
.services-02 ul li:hover .ss-btn2 span{
    margin-left: 5px;
    opacity: 1;
    transition: .2s;
}
.services-box-03 {
    background: #fff;
    padding: 50px;
}
.services-box-04{
     border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04{
    display: flex;
    margin-bottom: 30px;
}
.services-icon-04 img{
    margin-right: 15px;
}
.services-icon-04 h4{
    padding: 15px 0 0;
}
.services-box-04 .services-content-02 li{
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #157f7f;
}
.services-box-04 .services-content-02 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "ï€Œ";
    margin-right: 10px;
    color: #157f7f;
}
.services-box-04 .services-content-02 .blue li::before{
    color: #4cc3c1;
} 
.services-box-04 .services-content-02 .green li::before{
    color: #2db065;
} 
.services-05 h2{
    color: #fff;
}
.services-05::before{
    content: "";
    background: #157f7f;
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}
.services-content-05{
     background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
padding:30px;
    margin-bottom: 50px;
}
.services-content-05 span{
    color: #157f7f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.services-text05 p{
    font-size: 20px;
    color: #777 !important;
}
.services-text05 a{
    font-size: 20px;
color: #157f7f;
font-weight: 500;
text-decoration: underline;
}
.services-icon-05 img{
    width: 100%;
}
.services-07 .section-title h2{
    color: #fff;
}
.services-box07{
    border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.services-box07 .sr-contner {
    display: flex;
}
.services-box07 .sr-contner .icon {
  width: 119px;
  margin-right: 20px;
}
.services-box07 .sr-contner .text h5{
    font-size:25px;
    
}
.services-box07 .sr-contner .text p{
    margin-top: 15px;
    margin-bottom: 0;
}

.services-07 .user-box {
    display: flex;
}
.services-07 .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.services-07 .user-box .text h2 {
    font-size: 24px;
    font-weight: 500;
           font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.services-07 .user-box .text h3 {
    font-size: 14px;
           font-family: 'Jost', sans-serif;
    color: #9a9fa2;
}

.services-08-item {
    padding: 10px 10px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgb(0 0 0 / 10%);
    position: relative;
    text-align: center;
    min-height: 170px;
    border-radius: 30px 0px
}
.pricing-area p{ font-size: 14px; line-height: 24px; }


.services-08-item .readmore {
  width: 50px;
  height: 50px;
  background: #d7d7d7;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: #162542;
  display: inline-block;
  margin-top: 15px;
}
.services-08-item .readmore:hover{
    color: #fff;
    background: #157f7f; 
}
.services-08 h2{
    color: #fff;
}
.services-08 .bg-outer{
     background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);    
}
.services-08 .col-lg-4.col-md-4{
    position: relative;
}
.services-08 .services-08-item--wrapper{
     border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2){
    border-bottom: none;
}
.services-08-item--wrapper > div{
    border-right: 2px solid #f5f5f5;
}
.services-08-item--wrapper > div:nth-child(3){
    border-right: none;
}
.services-08-content h3{
    margin-bottom: 15px;
    font-size:18px;
}
.services-08-content,.services-08-thumb {
    position: relative;
    z-index: 1;
}
.services-08-content{ color: #363636; }
.services-08-content p{ font-size: 14px; line-height: 22px;}


.services-08-thumb img{
    height:60px;
    margin: 20px 0px;
}
.services-08-content .number {
  color: #f5f5f5;
  -webkit-text-stroke: 1px #157f7f;
  -webkit-text-fill-color: #fff;
  font-size: 70px;
  font-weight: bold;
    margin-bottom: 35px;    
}
.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    border-radius: 30px 0px;
}
.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}
.services-09::before {
display: none;
}
.services-09 p,.services-09 .section-title h5{
    color: #fff;
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}
.services-area2 h2{
    color: #30313d;
}
.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow:2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07) ;
}
.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid #157f7f;
}
.services-area2 .services-box2 .services-icon{
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.services-area2 .services-box2 .services-icon i{
    border: none;
    color: #157f7f;
}
.services-area2 .services-box2 p{
    margin-bottom: 0;
}
.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}
.services-box2 .services-content2 h3 {
    font-weight: 700;
    font-size: 24px;
}
.services-box2 .services-content2 .icon{
color: #777777;
width: 50px;
height: 50px;
border: 2px solid #7777777d;
text-align: center;
font-size: 30px;
line-height: 48px;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 28%;
right: 30px;
}
.services-box2 .services-content2 .icon:hover{
color: #157f7f;
border: 2px solid #157f7f;
}
.animations-01 {
    position: absolute;
    left: 0;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-02 {
    position: absolute;
    right: 0;
    bottom:45%;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-03 {
    position: absolute;
    left: -50px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-04 {
   position: absolute;
    left: 235px;
    bottom: 195px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-05 {
   position: absolute;
    animation: alltuchtopdown 5s infinite;
    width: 100%;
    text-align: center;
    top: 24px;
    z-index: -1;
}

.animations-06 {
    position: absolute;
    left: 120px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-07 {
   position: absolute;
    left: 130px;
    bottom: 420px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-08 {
    position: absolute;
    right: 120px;
    top:550px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-09 {
  position: absolute;
    right: 120px;
    bottom:150px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-10 {
    position: absolute;
    left: 110px;
    top:155px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-11 {
   position: absolute;
    left: 160px;
    bottom: 165px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-12 {
    position: absolute;
    left: 120px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-13 {
   position: absolute;
    left: 250px;
    bottom: 180px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-14 {
    position: absolute;
    right: 80px;
   top: 150px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-15 {
  position: absolute;
    right: 120px;
    bottom:0;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

.sbox div:nth-child(1) .services-box07 {
  background: #ffeec4;
}
.sbox div:nth-child(2) .services-box07 {
  background:#e5f3ff;
}
.sbox div:nth-child(3) .services-box07 {
  background: #e1ffe5;
}
.sbox div:nth-child(4) .services-box07 {
  background: #fff4f3;
}
.service-details-two {
  margin-top: -90px;
}
/* steps area */
.steps-area h2,.steps-area h3{
color: #fff;}
.steps-area li {
  margin-bottom: 30px;

}
.steps-area li:last-child{
    margin-bottom: 0;
}
.step-box {
  display: flex;
}
.step-box .text p{
    margin-bottom: 0;
    color: #9f9f9f;
}
.step-box .date-box {
width: 60px;
height: 60px;
border-radius: 4px;
background-color: #157f7f;
margin-right: 30px;
text-align: center;
position: relative;
float: left;
color: #fff;
font-family: 'Jost', sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 60px;
}
.step-box .date-box::before {
  content: "";
width: 50px;
height: 50px;
left: 5px;
border: 2px dashed #fff;
position: absolute;
top: 5px;
border-radius: 50%;
}
.step-img {
  margin-left: -305px;
}
/* 7. video */

.video-position {
    position: absolute;
    bottom: -170px;
    left: 50px;
}
.video-img {
    position: relative;
    overflow: hidden;
    z-index: 1;   
    height: 588px;
}
.video-img img{
    width: 100%;
}
.video-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .65;
}
.video-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  font-size: 30px;
  color: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #157f7f;
  border-radius: 50%;
  padding: 25px;
}
.video-img a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: transparent linear-gradient(90deg, #157f7f0%, #157f7f100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
.left-align h2::before{margin: unset;}
.video-content p {
    margin-bottom: 30px;
}
.v-list ul li {
    margin-bottom: 20px;
}
.v-list ul li:last-child {
    margin-bottom: 0px;
}
.v-list ul li i {
    color: #157f7f;
    display: inline-block;
    margin-right: 5px;
}
.v-padding {
    padding-top: 35px;
}
.video-area h2 {
  color: #fff;
}
.s-video-wrap {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.s-video-content {
width: 100%;
text-align: center;
}
.s-video-content a {
z-index: 1;
font-size: 14px;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
position: relative;
}
.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 120px;
    width: 120px;
    background: rgba(255, 255, 255, 0.09);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
    display: none;
}
.s-video-content h2 {
font-size: 60px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
}
.s-video-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
/* 8. choose */
.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.choose-list{
    float:left;
    width: 100%;
}
.choose-list ul li {
    margin-bottom: 20px;
    color:#444d69;
    width: 50%;
    float: left;
}
.choose-list ul li i {
    color: #157f7f;
    display: inline-block;
    margin-right: 5px;
    font-size:18px;
}
.choose-area {
    background-size: cover;
    background-position: center;
}
.choose-content p {
    margin-bottom: 15px;
    color: #444d69;
    padding-right: 50px;
}
.choose-btn a {
   border-radius: 8px;
  background-color: rgb(31, 83, 219);
  box-shadow: 0px 2px 60px 0px rgba(31, 83, 219, 0.3);
    width: 241px;
    display: inline-block;
    color: #fff !important;
    display: flex;
    padding: 10px 25px;
    float: left;
    margin-right: 25px;
    position: relative;
    border: 2px solid #1f53db;
    font-family: 'Jost', sans-serif;
}
.choose-btn a .icon {
    padding: 0 20px 0 0;
    line-height: 50px;
    z-index: 99;
}
.choose-btn a .text {
    z-index: 99;
    font-size: 20px;
}
.choose-btn a .text strong {
    font-size: 22px;
    margin-top: 0px;
    display: block;
    font-weight: 500;
}
.choose-btn a.g-btn {
    box-shadow: none;
    width: 262px;
    background: none;
   border: 2px solid #1f53db;
    margin-right: 0;
}
.g-btn .text {
    color: #101010;
}
.g-btn .text strong {
    color: #1F53DB;
}
/* 9. brand */
.single-brand {text-align: center;}
.single-brand img {display: inline-block;}
.brand-area2{
    margin-top: -70px;
    position: relative;
}


/* 10. work-process */
.wp-bg {
    background-position: center;
    background-size: cover;
}

.w-title h2::before{background-color: #157f7f;}
.wp-list {
    background: #232c8e;
    box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
    padding: 80px 50px;
    padding-bottom: 75px;
}
.wp-list ul li {
    display: flex;
    align-items: start;
    overflow: hidden;
    margin-bottom: 45px;
}
.wp-list ul li:last-child {
    margin-bottom: 0px;
}
.wp-icon {
    margin-right: 25px;
}
.wp-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.wp-content p{color: #fff;margin-bottom: 0;}
.wp-tag {
    position: absolute;
    left: 70px;
    top: 90px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
    }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
    }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
}
.wp-img {
    margin-right: -60px;
    margin-top: -60px;
    margin-bottom: -15px;
}
.wp-thumb img {
    width: 100%;
}
.inner-wp-icon {
    float: left;
    display: block;
    margin-right: 30px;
}
.inner-wp-c {
    overflow: hidden;
    display: block;
}
.inner-wp-c h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner-wp-c p{margin-bottom: 0;}
/* 11. team */
.team-area .single-team {
  margin-left: 0;
  margin-right: 0;
}
.single-team {
margin-left: 15px;
margin-right: 15px;
 border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
padding: 0px;
    border-radius: 4px;
}
.team-area .container{
    z-index: 1;
    position: relative;
}
.team-active .slick-dots{
    text-align: center;
    display: none;
}
.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.team-active .slick-dots .slick-active button {
  width: 10px;
  background-color: #157f7f;
}
.team-active .slick-dots li button {
text-indent: -99999px;
padding: 0;
margin-left: 10px;
z-index: 1;
cursor: pointer;
transition: .3s;
background-color: #cccccc;
height: 10px;
width: 10px;
border-radius: 2px;
border: none;
    
}
 .team-active .slick-dots li.slick-active button {
}
.team-active .slick-dots li.slick-active button::before {
    opacity: 1;
}
.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb{
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.team-thumb img{
    display: inline-block !important;
    width: 100%;
    border-radius: 4px;
}
.team-thumb .dropdown {
  position: absolute;
bottom: 0;
right: 15px;
}
.team-thumb .dropdown .xbtn {
width: 50px;
height: 50px;
background: #157f7f 0% 0% no-repeat padding-box;
display: inline-block;
font-size: 18px;
line-height: 48px;
font-family: 'Titillium Web', sans-serif;
color: #fff;
cursor: pointer;
border-radius: 50%;
position: relative;
}
.team-thumb .dropdown .xbtn::before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  border: 2px dashed #ffffff5c;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
.team-social {
text-align: center;
transition: all 0.3s ease 0s;
width: 100%;
margin-top: 10px;
position: absolute;
top: -70px;
opacity: 0;
}
.single-team:hover .team-social{
    top: -80px;
opacity: 1;
}
.team-social li{
    display: inline;
    margin:0 3px;
}
.team-thumb .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    transform:translate3d(0px, -107px, 0px) !important;
}

.team-thumb .social {
    position: absolute;
    top: 0;
}

.team-info {
padding: 30px 0px;
transition: .3s;
position: relative;
    text-align: center;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid #157f7f;
}

.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s;
}
.team-info span {
    font-size: 16px;
    transition: .3s;
    color: #157f7f;
    font-weight: 600;
}
.team-info p{
    margin-bottom: 0;
    color: #157f7f;
}
.team-social a {
color: #fff;
display: inline-block;
text-align: center;
border-radius: 50%;
font-size: 16px;
position: relative;
z-index: 999;
margin: 5px 0;
width: 40px;
height: 40px;
background: #157f7f;
line-height: 40px;
}
.team-social a:hover{
    background: #157f7f;
    color: #fff;
}
.single-team:hover .team-thumb .brd::before,.single-team:hover .team-thumb .brd::after{
    color: #157f7f;
}

.single-team:hover .team-info{
   border-color: #157f7f;
}
.team-t h2 {
    top: 50px;
}
.single-team:hover .team-info h4{
    color: #157f7f;
}
.slick-slide {
    outline: none;
}

.team-active{
    position: relative;
}
.team-active .slick-arrow {
position: absolute;
top: 30%;
left: -50px;
border: none;
background: none;
padding: 0;
font-size: 20px;
color: #fff;
z-index: 9;
cursor: pointer;
transition: .3s;
background: #157f7f;
width: 50px;
height: 50px;
border-radius: 50%;
}
.team-active .slick-arrow:hover{
    background: #12265a;
}
.team-active .slick-next {
    left: inherit;
    right: -50px;
}
.team-area-content{
    padding: 100px 0;
}

.team-info h4 a:hover{
      color: #157f7f;
}
.team-area-content span {
    margin-bottom: 10px;
    color: #157f7f;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
}
.team-area-content span::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #157f7f;
    position: relative;
    display: inline-block;
    top: -5px;
    margin-right: 15px;
}
.team-area-content ul{
    margin-top: 30px;
    margin-bottom: 50px;
}
.team-area-content li{
    display: flex;
    margin-top: 15px;
}
.team-area-content li .icon i{
    margin-right: 10px;
    color: #157f7f;
    width: 20px;
}
.team-area-content li .icon strong{
     color: #157f7f;
}
.team-area-content li .icon{
    margin-right: 10px;
    width: 35%;
}
.team-area-content .social a {
font-size: 12px;
color: #fff;
margin: 0 5px;
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
line-height: 40px;
box-shadow: 3px 4px 15px #00000026;
}
.team-area-content .social a:nth-child(1) {
    background: #345aa8;
}
.team-area-content .social a:nth-child(2) {
    background: #00ACED;
}
.team-area-content .social a:nth-child(3) {
    background: #0057FF;
}
.team-area-content .social a:nth-child(4) {
    background: #CD201F;
}
.per-info {
background: #f7f5f1;
padding: 30px;
border: 2px solid #f5f5f5;
}
.per-info ul {
  margin-bottom: 0;
}

.brand-anim-01{
  position: absolute;
  left: -40px;
  top: -60px;
}
.brand-anim-02{
position: absolute;
right: -36px;
top: 40px;
}

/* 12. project */
.project h2{

}
.single-project .project-info {
position: absolute;
bottom: 40px;
left: 40px;
color: #fff;
}
.single-project .project-info h4{
    margin-bottom: 0;
}
.single-project .project-info h4 a
{
    color: #fff;
    font-size: 24px;
}
.single-project .project-info p{
    color: #157f7f;
    margin-bottom: 0;
}
.single-project .project-info a{
    color: #157f7f;
}
.single-project .project-info a img{
    display: inline;
    margin-left: 5px;
}
.portfolio-active {
padding-left: 40px;
}
.portfolio-area2 h2{
    color: #fff;
}
.portfolio-active .single-project {
    position: relative;
}

.portfolio-active .slick-arrow {
    position: absolute;
    top: -124px;
    right: 19%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #157f7f;
    box-shadow: 1px 1.732px 30px 0px rgba(255, 94, 21, 0.25);
    font-size: 30px;
}

.portfolio-active .slick-arrow:hover {
    background: #157f7f;
    color: #fff;
}
.portfolio-active .slick-next {
right: 15%;
left: inherit;
}
.portfolio-box {
    width: 100%;
    height: 390px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.portfolio-box img {
    height: 390px !important;
    max-width: 600px !important;
    margin-left: -150px;
}
.portfolio-box .caption {
    position: absolute;
    bottom: -150px;
    padding: 30px;
    width: 100%;
    background: #fff;
    transition: opacity .4s ease, visibility .2s ease;
    opacity: 0;
}
.portfolio-box:hover .caption
{
    bottom: 0;
    opacity: 1;
}
.portfolio-box .caption .caption-text{
    position: relative;
}
.portfolio-box .caption .arrow-icon {
    position: absolute;
    right: 40px;
    top: 25%;
    font-size: 28px;
    color: #157f7f;
}
.caption-text h5{
    margin-bottom: 5px !important;
}
.caption-text p{
    margin-bottom: 0 !important;
}
.project-two h2{
    color: #fff;
}
.project-two .grid-item,.project-two .col-xl-6{
    padding: 0;
    margin: 0;
}
/* 12. counter */

.counter-tittle {
  display: inline-block;
  background: #157f7f;
  padding: 11px 30px;
  position: relative;
  top: -60px;
}
.counter-tittle h2{
    color: #fff;
    font-size: 25px;
}
.counter-tittle::before {
   content: "";
background: #157f7f;
width: 17%;
height: 62px;
position: absolute;
top: -2px;
transform: skew(20deg);
left: -13px;
}
.counter-tittle::after {
   content: "";
background: #157f7f;
width: 17%;
height: 62px;
position: absolute;
top: -2px;
transform: skew(-20deg);
right: -13px;
}
.counter-area .single-counter{
border-bottom: 1px solid #ccc;
padding-bottom: 30px;
padding-left: 0;
padding-right: 0;
}
.counter-area .row div:nth-child(4) .single-counter {
  display: ;
  border-right: none;
}
.single-counter {
  padding: 0 25px;
}
.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background:#fe576b;
    border-radius: 50%;
    margin-bottom: 30px;
    color:#000;
    font-size: 40px;
    line-height: 80px;
}
.single-counter .icon{
    margin-bottom: 15px;
    float: left;
    width: 100px;
}
.count {
font-size: 50px;
color: #101010;
font-weight: 700;
margin-bottom: 5px;
line-height: 1;
font-family: 'Jost', sans-serif;
display: inline-block;
}
.counter {
  display: flex;
}
.counter small {
    font-size: 35px;
    font-weight: 600;
    color: #002c47;
    line-height: 1;
    position: relative;
}
.single-counter p {
font-size: 18px;
margin-bottom: 0;
color: #939cb3;
padding-top: 10px;
padding-left: 30px;
}
.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fe576b;
    margin-bottom: -5px;
    margin-top: 10px;
}
/* Classes */
.class-item {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.05);
  position: relative;
    background: #fff;
    border-radius: 4px;
}
.class-item::after {
position: absolute;
width: 80%;
height: 20px;
background: #157f7f;
content: "";
bottom: -21px;
left: 10%;
border-radius: 0 0 4px 4px;
transform: translate(0,-103%);
z-index: -1;
    transition: all 0.3s ease 0s;
}
.class-item:hover::after {
    transform: translate(0,0%);
}
.class-img-outer {
  overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.class-content {
 padding:60px 40px 25px;
    float: left;
    position: relative;
    
}
.class-content h4{
    font-size: 26px;
    margin-bottom: 15px;
}
.class-content .schedule span {
  display: block;
  line-height: 22px;
  color: #12265a;
}
.class-content .schedule li {
 float: left;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.class-content span.class-price {
background: #157f7f;
font-size: 20px;
color: #fff;
padding: 7px 10px;
border-radius: 30px;
width: 98px;
height: 34px;
text-align: center;
font-weight: 700;
font-family: 'Jost', sans-serif;
margin-top: 5px;
}
.class-tech {
display: inline-block;
width: 180px;
background: #157f7f;
color: #fff;
padding: 5px;
border-radius: 30px;
position: absolute;
left: 25%;
top: -25px;
}
.class-tech .img {
  float: left;
  margin-right: 10px;
}
.class-tech .text {
padding-top: 5px;
}
.class-content .schedule span.class-size {
  color: #157f7f;
}

.class-content .schedule li:first-child
{
    padding-left: 0;
}
.class-content .schedule li:last-child
{
    padding-right: 0;
    border-right: none;
}
.course-widget-price ul {
  width: 100%;
  display: inline-block;
}
.course-widget-price li i {
  padding-right: 9px;
  font-size: 14px;
  padding-left: 2px;
  color: #157f7f;
}
.course-widget-price li span:last-child {
  float: right;
}

.class-area2 h2{
    color: #fff;
}
.class-active .single-project {
    position: relative;
}

.class-active .slick-arrow {
position: absolute;
top: 30%;
left: -60px;
border: none;
background: none;
padding: 0;
font-size: 36px;
color: #fff;
z-index: 9;
cursor: pointer;
transition: .3s;
background: #157f7f;
width: 60px;
height: 60px;
border-radius: 4px;
}
.class-active .slick-arrow:hover {
    background: #157f7f;
    color: #fff;
}
.class-active .slick-next {
    left: inherit;
right: -60px;
}
/* 13. cta */
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-title h2 {
  padding-bottom: 0;
  font-size: 62px;
color: #fff;
}
.cta-title h3{padding-bottom: 0; font-size:18px; color: #fff; text-transform: uppercase;}
.cta-title p{font-size:15px;}
.cta-title h2::before{content: none;}
.cta-content p {
    color: #fff;
    padding-right: 80px;
    margin-bottom: 35px;
}
.cta-btn .btn{
    border: 1px solid #157f7f;
}
.cta-btn .btn::before{background: #157f7f;}
.cta-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.call-tag {
    margin-bottom: 20px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.cta-bg .video-img {
    height: 757px;
}
.cta-bg .social{
    text-align: center;
}
.cta-bg .social .icon {
   display: inline-block;
    width: 110px;
    height: 110px;
    background: #157f7f;
    padding: 30px;
    border-radius: 50%;
    line-height: 47px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000066;
}
.cta-bg .line{
    text-align: center;
}
.cta-bg .social a{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.portfolio .button-group {
    padding-bottom: 0;
}
/* 14. testimonial */

.testimonial-area .container{
    z-index: 1;
    position: relative;
}
.testimonial-area .test-bg {
    position: absolute;
    top: 0;
    left: -27px;
}
.testimonial-active2 {
    width: 95%;
    margin: auto;
}
.testimonial-area h2{
margin-bottom: 15px !important;
}
.testimonial-area p{
    margin-top: 0;
}
.ta-bg {
    height: 475px;
    width: 475px;
    background-repeat: no-repeat;
    margin-top: 25px;
}
.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.author-one.now-in-view {
    top: -25px;
    left: 110px;
}
.author-two.now-in-view {
    top: 21%;
    left: 69%;
}
.author-three.now-in-view {
    left: 67%;
    top: 66%;
}
.author-four.now-in-view {
    top: 77%;
    left: 53px;
}
.author-five.now-in-view {
    left: 50px;
    top: 41%;
}
.testi-author img {
    float: left;
}
.ta-info {
    overflow: hidden;
    display: block;
}
.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color:#fff;
}
.ta-info span {
    color:#fff;
    font-size: 16px;
}
.testi-author {
    overflow: hidden;
}
.single-testimonial p {
    margin-bottom: 0; font-size: 14px;
    line-height: 24px;
}
.testimonial-active svg:second-child, .detailcarousal svg:second-child { left: auto; right: 0; }
.testimonial-active .slick-arrow, .detailcarousal .slick-arrow {
    position: absolute;
    
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    width: 12px;
    height: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}
.testimonial-active .slick-prev, .testimonial-active .slick-next, .detailcarousal .slick-prev, .detailcarousal .slick-next { width: 12px; height: 24px; background: url(../img/nextarrow.png) left top no-repeat; top: 45%; }
.testimonial-active .slick-prev, .detailcarousal .slick-prev { width: 12px; height: 24px; background: url(../img/prevarrow.png) left top no-repeat; left: -10px; right: 0; }
.testimonial-active .slick-next, .detailcarousal .slick-next { left: auto; right: 0; }





.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}
.testimonial-avatar .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.avatar-one.now-in-view {
    top: 0%;
    left: 28%;
}
.avatar-two.now-in-view {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.avatar-three.now-in-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.avatar-four.now-in-view {
    top: 20%;
    left: 70%;
}
.avatar-five.now-in-view {
    top: 70%;
    left: 25%;
}
.avatar-six.now-in-view {
    top: 59%;
    left: 64%;
}
.single-testimonial-bg{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 3px 4px 15px #0000001A;
border-radius: 10px;
width: 85%;
float: right;
padding: 30px 50px 100px 150px;
margin: 20px;
    color: #525c7b;
}
.testimonial-active .slick-slide { position: relative; padding: 0; margin: 0; }
.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;

    left: 0;
    top: 80px;
}
.testimonial-active .ta-info {
overflow: hidden;
float: left;
padding-top: 0;
margin-left: 15px;
}
.testimonial-active .ta-info span {
    color: #157f7f;
    font-size: 14px;
}
.testimonial-active .ta-info h6 {
    font-size: 18px;
     margin-top: 5px;
    margin-bottom: 5px;
    color: #157f7f;
    font-weight: 700;
}

.testimonial-active .com-icon {
    position: absolute;
    right: 50px;
    top: 45px;
}
.testimonial-active .slick-dots {
text-align: center;
position: relative;
width: 100%;
margin-top: 15px;
}
.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0px;
    line-height: 0;
}
.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border:none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color:#ccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.testimonial-active .slick-dots .slick-active button {
   width: 10px;
     background-
}
.testimonial-active .qt-img {
    position: absolute;
    right: 30px;
    top: 30px;
}
.testimonial-active .review-icon {
  margin: 30px 0;
}
.testimonial-active2 .qt-img{
    margin-bottom: 30px;
}
.testimonial-active2 .qt-img img{
    display: inline-block;
}
.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}
.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-active2 .slick-arrow {
    position: absolute;
top: inherit;
left: inherit;
border: none;
background: none;
padding: 0;
font-size: 24px;
color: #fff;
z-index: 9;
cursor: pointer;
transition: .3s;
right: -96px;
    bottom: 0;
}

.testimonial-active2 .slick-next {
    left: inherit;
    right: -165px;
}
.testimonial-active2 .slick-arrow:hover {color: #157f7f;}
.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden;
}
.testimonial-active2 .slick-next.slick-arrow i,.testimonial-active2 .slick-arrow i {
border-radius: 50%;
  background-color: rgb(80, 82, 171);
  box-shadow: 2.5px 4.33px 15px 0px rgba(80, 82, 171, 0.4);
width: 60px;
  height: 60px;
line-height: 60px;
}




.testimonial-active2 .ta-info span {
    color: #157f7f;
    font-size: 16px;
}
.testimonial-active2 .testi-author{
    border-bottom: none;
    padding-bottom: 0;
}
.testimonial-active2 .ta-info h6 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #157f7f;
}
.com-icon {
    position: absolute;
    right: 0;
    top: 20px;
}
.testimonial-item img {
    width: 80px;
    cursor: pointer;
}

.testimonial-active2 .single-testimonial
{
    text-align: center;
}

.testimonial-active2 .testi-author img {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.testimonial-active2 .slick-dots li {
    display: inline-block;
    margin: 0 0px;
}
.testimonial-active2 .slick-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.testimonial-active2 .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;
    background-color:#ccc;
    height: 10px;
    width: 10px;
    border-radius: 5px;
}
.testimonial-active2 .ta-info {
    overflow: hidden;
}
.testimonial-active2 .single-testimonial p {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.testimonial-active2 .slick-dots .slick-active button {
border-radius: 5px;
     background-color: #157f7f;
}
.testimonial-area .test-an-01{
    position: absolute;
    bottom: 0;
    animation: alltuchtopdown 3s infinite;
-webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-delay: 1s;
}
.testimonial-area .test-an-02{
    position: absolute;
    top: 0;
    right: 0;

}
.test-line
{
     margin-top: 30px;
    margin-bottom: 30px;
}
.test-line img{ display: inline-block;
}
/* faq */
.faq-area .section-title h2{
    color: #fff;
}
.faq-img {
  margin-right: -350px;
}
.faq-btn {
    font-size: 17px;
font-weight: 700;
border: none;
outline: none;
cursor: pointer;
padding: 20px 30px;
width: 100%;
text-align: left;
padding-right: 75px;
background: #f8f8f8;
border-radius: 0;
}
.card .collapse.show {
    display: block;
}
.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
}
.faq-wrap .card-header:first-child {
    border-radius: 0;
}
.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}
.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 30px;
}
.faq-wrap .card-header h2 {
    font-size: unset;
}
.faq-wrap .card {
border: none;
border-radius: 4px !important;
margin-bottom: 15px;
box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
overflow: hidden;
}

.faq-wrap .card:last-child {
    
}
.faq-wrap .card-header h2 button::after {
position: absolute;
content: "\f107";
top: 0;
right: 0;
font-size: 26px;
font-family: "Font Awesome 5 Pro";
font-weight: 600;
background: #157f7f;
width: 61px;
height: 61px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 60px;
color: #fff;
}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f104";
    color: #fff;
        box-shadow: none;
    font-size: 26px;
}
/* 15. blog */

.home-blog-active .product {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
    background: #fff;
  box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.05);
}

.home-blog-active .slick-dots{
    text-align: center;
    margin-top: 30px;
}
.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;
    
}
 .home-blog-active .slick-dots li.slick-active button {
}
.home-blog-active .slick-dots li.slick-active button::before {
    background: #157f7f;
    opacity: 1;
}
.home-blog-active .slick-dots li button::before {
 content: "";
width: 10px;
height: 10px;
background: #dbdbdb;
float: left;
position: relative;
margin-top: -9px;
left: -19px;
}


.home-blog-active .slick-arrow,.home-blog-active2 .slick-arrow {
   position: absolute;
top: 50%;
transform: translateY(-50%);
left: -84px;
border: none;
background: none;
padding: 0;
color: #f6fbff;
z-index: 1;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
cursor: pointer;
width: 60px;
height: 60px;
text-align: center;
color: #157f7f;
background: #fff;
font-size: 24px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
}

.home-blog-active .slick-prev {

}

.home-blog-active .slick-arrow.slick-next,.home-blog-active2 .slick-arrow.slick-next {
    right: -84px;
    left: auto;
}

.home-blog-active .slick-arrow:hover,.home-blog-active2 .slick-arrow:hover {
    background: #157f7f;
    color: #fff;
}

.blog-content2 .category {
 position: absolute;
top: -250px;
background: #157f7f;
padding: 10px 19px;
left: 20px;
border-radius: 10px;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
font-weight: 500;
text-transform: uppercase;
color: #fff;
}
.blog-thumb img {
    width: 100%;
}
.blog-thumb .b-meta {
padding: 30px 25px 0;
color: #157f7f;
position: absolute;
top: 0;
left: 0;
    z-index: 1;
}
.blog-thumb img{visibility: hidden;}
.blog-thumb:hover img{visibility: visible;}
.blog-content {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
.single-post2 {
    display: inline-block;
}
.single-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    padding-bottom: 30px;
}
.blog-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.blog-content h4:hover a{color: #157f7f;}
.blog-thumb:hover::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101010 0% 0% no-repeat padding-box;
opacity: 0.8;
    display: inline-block;
}

.blog-thumb2 img {
width: 100%;
overflow: hidden;
}
.blog-thumb2 .b-meta {
padding: 30px 25px 0;
color: #157f7f;
top: 0;
left: 0;
    z-index: 1;
}
.blog-content2 {
padding: 40px 30px 30px;
float: left;
position: relative;
background: #fff;
border: 1px solid #b7b7b7;
}

.blog-content2 .b-meta{
    color: #777;
    padding-bottom: 15px;
}
.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}
.blog-content2 h4{
    font-size: 26px;
     margin-bottom:15px;
}
.blog-content2 h4 a{
    text-decoration: none;
    line-height: 30px;
}
.blog-content2 .date-home,.bsingle__content .date-home {
  position: absolute;
  top: -20px;
  background: #157f7f;
  color: #fff;
  padding: 5px 15px;
  left: 30px;
}
.adim-box{
    display: flex;
}
.adim-box .text {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #101010;
}
.blog-thumb:hover .b-meta h4,.blog-thumb:hover .b-meta h4 a:hover{
    color: #fff;
}
.b-meta ul li {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #777;
}
.b-meta ul li:last-child{margin-right: 0; padding-right: 0;border: none;}
.b-meta ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #444d69;
}
.b-meta ul li a.corpo{color: #157f7f;}
.b-meta ul li a:hover {color: #157f7f;}


.single-post:hover .blog-btn{opacity: 1;}

.blog-btn a,.blog__btn a {
display: inline-block;
color: #157f7f;
text-align: center;
font-size: 15px;
border-bottom: 3px solid #157f7f;
text-transform: uppercase;
font-weight: 500;
}
.blog-btn a:hover,.blog__btn a:hover{
color: #101010;
border-bottom: 3px solid #101010;
}
.blog-btn2 a {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    font-size: 14px;
}
.blog-btn a i{
    margin-left: 5px;
}
.b-meta i{
    margin-right: 5px;
    color: #157f7f;
}
.single-post{transition: .3s;background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow:3px 4px 15px #00000026;
 }

.blog-thumb {
    position: relative;
}
.bsingle__post-thumb img {
      width: 100%;
         height: auto;
}
.bsingle__post .video-p {
    position: relative;
}
.bsingle__post .video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #157f7f;
}
.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
 .blog-active .slick-arrow:hover {
    opacity: 1;
}
.bsingle__content {
    padding: 40px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
    position: relative;
}
.bsingle__content .admin {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    right: 20px;
     border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
}
.bsingle__content .admin i{
    margin-right: 10px;
    font-size: 18px;
}

.blog-details-wrap .meta-info ul {
    padding-top: 25px;
    border-top: 2px solid #f5f5f5;
    padding-bottom: 25px;
}
.blog-details-wrap .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    padding-right: 15px;
    border-right: 2px solid #f5f5f5;
}
.blog-details-wrap .meta-info ul li i {
    color: #157f7f;
    margin-right: 5px;
}
.blog-details-wrap .meta-info ul li:last-child {
    border: none; }

.blog-deatails-box02 .meta-info ul {
    margin-top: 15px;
    padding-left: 0;
    padding-top: 40px;
}
.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}
.bsingle__content .meta-info ul li:last-child{
    border: none;
}
.bsingle__content .meta-info ul li i{
    color: #157f7f;
}
.bsingle__content .meta-info ul li a {
    color: #3763eb;
    text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
    margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
    color: #157f7f;
}
.bsingle__content .meta-info ul li i {
    margin-right: 5px;
}
.bsingle__content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
.bsingle__content h2:hover a {
    color: #157f7f;
}
.bsingle__content p {
    margin-bottom: 25px;
}
.bsingle__content .blog__btn .btn {
    font-size: 16px;
    text-transform: uppercase;
}

.bsingle__content .blog__btn .btn:hover {
    background: #157f7f;
    color: #fff;
}


/* 18. pricing */
.pricing-area .nav {
    box-shadow: 0px 16px 32px #00000014;
    margin-top: 50px;
    border-radius: 30px;
    padding: 15px;
}

.pricing-area .nav-pills .nav-link{
    padding: 15px 30px;
}
.pricing-area .nav-pills .nav-link.active
{
    background: #4cc3c1;
    padding: 15px 40px;
    border-radius: 30px;
}
.pricing-area .nav-pills .nav-link span {
    background: #ffebe4;
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 15px;
    color: #157f7f;
    font-weight: 600;
}
.pricing-box {
   float: left;
width: 100%;
position: relative;
background: #fff;
border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
padding:50px;
}

.pricing-head {
float: left;
width: 100%;
position: relative;
}
.pricing-head .month{
position: absolute;
right: -26px;
top: 26px;
border-radius: 4px;
background-color: rgb(225, 225, 225);
padding: 3px 10px;
transform: rotate(90deg);
}

.pricing-head h3{
 font-size: 26px;
display: inline-block;
font-weight: 700;
}
.price-count sub{
    font-size: 14px; bottom: 5px;
}
.pricing-head .glyph-icon::before{
font-size: 32px;
margin-left: 0;
width: 85px;
background: #3763eb;
height: 85px;
display: inline-block;
line-height: 65px;
border-radius: 50%;
color: #fff;
margin-bottom: 30px;
border: 10px solid #eee;
}

.pricing-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.price-count h2 {
font-size: 50px;
font-weight: 700 !important;
margin-bottom: 0 !important;
color: #157f7f;
}
.price-count h2 strong {
font-size: 15px;
margin-left: -12px;
color: #777;
font-weight: 700;
}
.price-count small {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -20px;
    margin-right: 3px;
}
.price-count span {
color: #101010;
font-size: 15px;
margin-left: -10px;
}
.pricing-body {
    padding: 0px;
    width: 100%;
}

.pricing-body li{
    margin-top:15px;
    list-style: none !important;
}
.pricing-body li:first-child {
    margin-top: 0;
}
.pricing-body li::before{
content: '';
font-family: "Font Awesome 5 Pro";
color: #157f7f;
width: 25px;
height: 25px;
position: relative;
float: left;
text-align: center;
border: 2px solid;
font-size: 12px;
line-height: 22px;
margin-top: 2px;
border-radius: 50%;
margin-right: 15px;
}
.pricing-body p {
    margin-bottom: 15px;
    font-size: 14px;
}

.pricing-box.active {
    border-color: #157f7f;
    background: #157f7f;
}
.pricing-box.active .pricing-head .glyph-icon::before{background: #fff;color: #3763eb;}
.pricing-box.active .pricing-head h4{color: #fff;}
.pricing-body {
    float: left;
}
.pricing-head h5 {
font-size: 30px;
margin-bottom: 15px !important;
}
.pricing-box2 .icon{
    margin-bottom: 15px;
}
.pricing-box2 .icon img{
    height: 40px;
}
.pricing-box2 hr {
background: #d7d7d7;
margin: auto;
padding: 0;
display: inline-block;
width: 100%;
height: 2px;
border: none;
}


.pricing-box2.active {
background: #157f7f;
}
.pricing-box2.active .price-count h2,.pricing-box2.active .pricing-body li,.pricing-box2.active .pricing-body li::before,.pricing-box2.active .pricing-head h3,.pricing-box2.active .pricing-head p {
  color: #fff;
}
.pricing-box2.active .pricing-head .month {
  background-color: rgba(225, 225, 225, 0.18);
  color: #fff;
}
.pricing-box.active .pricing-btn .btn {
    background: #fff;
    color: #157f7f;
}
.pricing-box2 .pricing-head p {
margin-bottom: 10px;
margin-top: 0;
}
.pricing-box2 .price-count {
  display: inline-block;
    margin-top: 10px;
}
.pricing-box2 .price-count h2 {
font-size: 50px;

}
.pricing-btn .btn {
  width: 100%;
}
.pricing-btn .btn::before {
display: none;
}
/* 19. contact */
.contact-bg02 {
  background: #f7f5f1;
  padding:20px 30px;
  text-align: left;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px; margin-bottom: 50px;

}
.contact-bg02 h2{
    font-size: 40px;
}
.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}
.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-name {
    position: relative;
}
.contact-field label {
display: block;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
color: #101010;
margin-bottom: 5px;
cursor: unset;
/*font-family: 'Jost', sans-serif;*/
}
.contact-field {
 padding-right: 0; 
}
.contact-field input{
width: 100%;
border: none;
padding-left: 15px;
transition: .3s;
border-radius: 0;
border:1px solid #ea741c;
height:40px; margin-bottom: 10px;
}


.contact-field select{
width: 100%;
border: none;
padding-left: 15px;
transition: .3s;
border-radius: 0;
border:1px solid #ea741c !important;
height:40px; margin-bottom: 10px;
}



.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: #157f7f;
    bottom: 22px;
    display: none;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
    content: "\f303";
    font-weight: 600;
    top: 20px;
    bottom: unset;
}
.contact-field input::placeholder,.contact-field textarea::placeholder{color: #9e9e9e;}
.contact-field textarea {
width: 100%;
padding: 15px;
transition: .3s;
height: 84px;
border: 1px solid #ea741c;
}


.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}

/* booking */
.booking{background:#f7f5f1;
    z-index: 1;
    position: relative;
}
.bom{
    margin-top: 0;
}

.booking .contact-bg02 {
  background: none;
  padding: 0 0 0 30px;
  text-align: left;
}
.booking-img img {
  width: 100%;
  right: -15px;
  position: relative;
}
.booking .contact-bg02 .slider-btn .btn{
background: #157f7f;
color: #fff;
}

.booking .contact-field select{
    padding: 15px 15px;
}
.booking .contact-field input,.booking .contact-field select{
width: 100%;
border: none;
background: #fff;
padding: 10px 20px;
transition: .3s;
border: 1px solid #157f7f47;
}
.booking .contact-field select,.booking .contact-field input[type=date] {
color: #926d63;
}
.booking input::placeholder,.booking input[type=date]::placeholder,.booking select::placeholder {
  color: #926d63;
}
.booking-img2 {
  position: absolute;
  bottom: -70px;
  left: -90px;
}
.booking .contact-bg02 label i{
    margin-right: 5px;
    color: #be9874;
}

/* meal */
.populer-meal ul {
    
}
.populer-meal li {
    display: inline-block;
    width: 33.14%;
    margin-bottom: 30px;
}
.meal-container {
    display: flex;
}
.meal-price strong {
    width: 100%;
    float: right;
    text-align: center;
    color: #157f7f;
     font-size: 25px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}
.meal-container div {
    padding: 10px;
}
.meal-container a:hover{
    color: #ffce1c;
}

.meal-container .line {
    width: 12%;
    padding: 0 !important;
}
.meal-container .line hr {
    color: #fff;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium; border-top: 2px dashed;
}
.meal-price span {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}
.meal-content,.meal-container .line,.meal-price {
    margin-top: 15px;
}
.meal-content h5{font-size: 24px;}


/* 20. footer */
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}
.recent-blog-footer li .thum img {
  border-radius: 10px;
}
.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color:#fffc !important;
}
.recent-blog-footer a:hover {
    color:#fff !important;
}
.recent-blog-footer span {
    
}

.footer-top-heiding {
    
    margin-bottom: 50px;
}
.footer-top-heiding .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}
.f-contact {
display: flex;
}
.f-contact i {
width: 40px;
height: 40px;
 line-height: 40px;
color: #fff !important;
text-align: center;
border-radius: 50%;
float: left;
    border: solid 1px #fff;
}


.f-contact a{
    color:#fffc  !important;
}
.f-contact a:hover{
    color: #fffc!important;
}
.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}
.footer-top-heiding .col-lg-4:last-child{
    border-right: none;
}

.f-contact span{
    color:#fffc ; font-size: 14px;
}
.f-contact h3 {
    color: #fff;
    font-size: 24px;
}
.footer-top-heiding h2{
    color: #fff;
}
.footer-bg {
    color:#777;
    background-position: -180px center!important;
    background-size: cover; background: #157f7f;
}
.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #157f7f;
}
.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}
.footer-social a {
font-size: 16px;
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 5px;
background-color:#ea741c;
text-align: center;
line-height: 40px;
color: #fff !important;
}
.footer-social a:hover{    
  background: #157f7f;
    color: #fff !important;
}
.footer-widget img { background: #fff; padding: 15px; border-radius: 10px; }


.f-widget-title h2,.footer-widget .widgettitle  {
    font-size: 20px;
margin-bottom: 5px;
position: relative;
padding-bottom: 20px;
    color: #fff; font-weight: 400;
}
.f-widget-title h2::before,.footer-widget .widgettitle::before {
     content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 70px;
}
.f-widget-title img {
    width:200px; text-align: center;
}

.footer-link ul li i {
    color:#c9c9c9;
    margin-right: 5px;
}
.footer-link ul li a {
    color:#fffc ;
    display: inline-block; font-size: 14px;
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #157f7f;
  font-size: 18px;
  display: none;
}
.footer-link ul li a:hover{color: #fff;}
.footer-link ul li {
margin-bottom:5px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}
.f-insta ul li img {
  width: 100%;
}
.f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}
.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #157f7f;
    opacity: 0;
    transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-wrap {
    background: #155e5e;
    color: #fff;
    font-size: 15px;
}
.copyright-wrap .container-fluid{
    padding-top: 10px; padding-bottom: 10px;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}
.copyright-wrap li::before {
background-color: #101010;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
}
.copyright-wrap li a{
    color: #fff;
}

.copy p{ font-size: 13px; margin: 0px; }


.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
}

.f-contact li {
    float: left;
    margin-bottom:5px !important;
    width: 100%;
    display: inline-flex;
}
.f-contact li:last-child{
    margin-bottom: 0px !important;
}
#contact-form4{
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}
/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
    padding:15px;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}
.portfolio .col3 .grid-item .box{
    position: relative;
    overflow: hidden;
}
.portfolio .col3 .grid-item .box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #b68c5a;
    opacity: 0;
    transition: .3s;
}
.portfolio .col3 .grid-item .box a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}
.portfolio .col3 .grid-item .box a:hover::before {
    top: 50%;
    opacity: 1;
}
.portfolio .col3 .grid-item .box a:hover::after {
    opacity: .6;
}
.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}
.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}
.gallery-image {  
overflow: hidden;
position: relative;
    margin:10px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; padding: 10px;

}
.gallery-image figcaption {
    width: 100%;
    padding: 0 35px 30px 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #157f7f;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
     bottom:-150px;
    z-index: 2;
    text-align: left;
}
.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 1;
    background: #157f7f;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
}
.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #157f7f;
    opacity: 0;
    transition: .3s;
}

.gallery-image:hover::after {

    opacity: .85;

}
.masonry-gallery-huge {
    margin: auto;
padding-right:1.85%;
padding-left: 1.85%;
}
.profile .masonry-gallery-huge {
    margin: 0 -22px;
padding-right:0;
padding-left: 0;
}
.profile .grid-item {
  margin: 0;
}
.grid-item{
    margin: 15px;
}
.gallery-image:hover figcaption {
   opacity: 1;  
    bottom:30px;

}
.gallery-image figcaption h4{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}
.gallery-image figcaption .span{
    color: #b68c5a;
    font-size: 14px;
     position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 0;
}
.gallery-image figcaption .span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #b68c5a;
    top: 50%;
    left: 0;
}
.gallery-image figcaption .span p{
    margin-bottom: 0;
}
.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color:#777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
}
.button-group button:hover {
    color: #030c26;
}
.button-group button.active{
    color: #030c26;
    border-bottom: 1px solid #157f7f;
    font-weight: 500;
}

.button-group button::before {
  content: "/";
  position: relative;
  left: -12px;
}
.button-group button:first-child::before {
display: none;
}
.gallery-image img{
   width: 100%;
    margin-bottom: 0;
}


/* 21. Menu Theme dropdown default css */
.f-cta-icon {
    float: left;
    margin-right: 30px;
}
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #101010;
}
.main-menu ul li.has-sub .current a{
   color:#222;
}
.main-menu ul li.current a{
   
}
.main-menu .has-sub > ul {
visibility:hidden;
position: absolute;
background-
min-width: 250px;
z-index: 1;
transition: all 0.3s ease-in-out;
margin-top: 15px;
border-top: 2px solid #e6c659;
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
opacity: 0;
}
.main-menu .has-sub li a{ 
    padding:7px 15px; font-weight:300;  

}
.main-menu .has-sub li {
margin-left: 0 !important;
float: left;
border-bottom:1px solid #7e6852;
width: 100%;
text-align: left; }


.main-menu .has-sub a:hover{
    color:#aa7769;
}

.main-menu .has-sub:hover > ul { visibility: visible; margin-top: 0px; opacity: 1;}
.main-menu .has-sub > ul > .has-sub > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: -255px;
margin-top: 0;
top: -3px;
}
.main-menu .has-sub > ul > .has-sub:hover > ul{display: block;}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: 255px;
margin-top: 0;
top: -3px;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {display: block;}

.main-menu .has-sub ul li a {
    color: #fff; font-size: 15px;
}
.main-menu .has-sub ul li a:hover { color:#e6c659; }

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
    display: none;
}
.offcanvas-menu  li.has-sub.has-mega-menu:hover > ul {
   margin-left: -1160px;
background: #00081b;
top: 121px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: #157f7f;
}
.has-mega-menu{
        position:static;
    }
     
    li.has-sub.has-mega-menu ul{
        position: absolute;
        top: NNpx; /*insert the needed value*/
        z-index: 100;
        left:0px;
        right:0px;
        width: 1180px;

    }
    .main-menu .mega-menu-column.has-sub a {
    color: #333;
}
.main-menu .mega-menu-column.has-sub a:hover {
    color: #157f7f;
}
    li.has-sub.has-mega-menu:hover>ul{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
        flex-wrap: wrap;
    /*CSS GRID lyout*/ 
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(25%, 1fr));   
        margin-left: -820px;
        
    }
    li.has-sub.has-mega-menu:hover>ul>li>ul{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
        flex-wrap: wrap;
width: auto;
background:none;
    /*CSS GRID lyout*/ 
        display: grid;       
        position: relative;
border: none;
margin-left:0;
    }


@media screen and (min-width: 992px){
    li.has-mega-menu:hover>ul{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }
}
@media screen and (min-width: 1200px){
    li.has-mega-menu:hover>ul{grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); }
}

@media screen and (min-width: 600px){
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}
@media screen and (min-width: 992px){
    li.mega-menu-column {flex: 1 0 calc(33.333%);}
}

   .main-menu .has-sub .mega-menu-column li {flex: 1 0 calc(25%); border:none;}

 .menu .children{
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #157f7f;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.menu .sub-menu li, .menu .children li  {
margin-left: 0 !important;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;
}
.main-menu .sub-menu li a, .menu .children li a {
    padding: 15px;
      color: #000;
}
.menu .menu-item-has-children:hover > ul,.menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}
.main-menu ul li.page_item {
    margin-left: 15px;
}
.main-menu ul li.page_item::after{
    display: none;
}
.main-menu ul li.page_item.current_page_item{
    margin-left: 50px;
}
.main-menu ul li.page_item.current_page_item::after{
    display: block;
}

/* 22. Theme sidebar widge css */
.sidebar-widget a{
    color:#777;
}
.tag-cloud-link {
   font-size: 14px !important;
border:1px solid #157f7f;
padding: 10px 19px !important;
display: inline-block;
margin: 5px 1px !important;
text-transform: capitalize;
float: none !important;
width: auto !important;
}
.tag-cloud-link:hover {
     border: 1px solid #157f7f;
     color:#6a6a6a;
}
.widget_text img{

    height:auto;
}
.sidebar-widget select{
    width:100%;
    padding:3px 0;
    border: 2px solid #e4e4e4;
}
.recentcomments a{
 color:#101010;
}
.sidebar-widget a.rsswidget{
 color:#101010;
}
#wp-calendar caption {
    color: #101010;
    font-weight: 500;
    font-size: 14px;
}
.quote-post{
    background: url(../images/quote_bg.html);
}
.widget_media_image a:hover {
    padding-left: 0 !important;
}
.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
}
.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
    color: #101010;
}
.sidebar-widget .widget li .children {

    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;

}
.sidebar-widget .widget li.page_item_has_children,
 {
    padding-bottom: 0;
}
.sidebar-widget .widget .children{
    padding-left:15px;
}

.sidebar-widget .widget .children ul.children{
    padding-left:30px;
}
.sidebar-widget .page_item_has_children li {

    padding-top: 10px;
    display: block;

}
.sidebar-widget .widget .children li {
    padding-top: 10px;
}
.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}
.sidebar-widget .widget li:last-child,.sidebar-widget .widget .children li:last-child,.sidebar-widget .widget .children .children li:last-child {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

.sticky .bsingle__content,.tag-sticky-2{

background: #e4e4e4;

}
.sticky .bsingle__content .meta-info ul {
    padding-top: 40px;
    border-top: 2px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.sticky .bsingle__content ul li {
margin-bottom: 0;
list-style: disc;
margin-left: 0;
border-color: #e8e8e8;
}

#attachment_907 {
    width: 100% !important;
}
.wp-image-907 {
    width: 100% !important;
    height: auto;
}
.sidebar-widget .widget a{
width:85%;
text-align:left;
}
.sidebar-widget .widget a:hover {
    padding-left:10px;
}
.sidebar-widget .widget .widget_archive li:hover,.widget_categories li:hover,.sidebar-widget .widget_archive li:hover{
      color: #157f7f;
}
.post-password-form input[type="password"]{
    background: #e4e4e4;
    border: none;
    width: 300px;
    padding: 10px 30px;
}
.post-password-form input[type="submit"] {
   border: none;
background: #101010;
padding: 10px 30px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
    background: #157f7f;
}
.wp-block-cover__video-background {
    width: 100%;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #ddd;
}

.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}
.ab-submenu .ab-item img {
    display: none !important;
}
.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}
video {
    width: 100%;
}
.sidebar-widget .widget_text a:hover{
    padding-left:0;
}
.dsnone
{
    display:none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image figure.alignright {
    margin-left: 1.5em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto;
}
.wp-block-columns.alignwide .wp-block-column {
   margin-left: 0;
}
.wp-block-column .wp-block-quote {
    margin-top: 0;
    margin-right: -15px;
    float: right;
}
.wp-block-columns.alignwide .wp-block-column {
    margin-left: 0;
    padding-right: 15px;
}
.wp-block-gallery.columns-2 li
{
    width: 48%;
padding: 10px;
}

 .blocks-gallery-item img {
    margin: 0 1em 1em 0;
        margin-right: 1em;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-weight: 400;
    color: #777;
}
.wp-block-galler {
    overflow: hidden;
    display:inline-block;
    position: relative;
    width:100%;
}
.blocks-gallery-item {
    margin: 0;
    position: relative;
}
.blocks-gallery-item img, .blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}
.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255,255,255,.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}
.blocks-gallery-item:hover  figcaption {
    opacity: 1;
}
.wp-block-gallery.columns-3 li
{
    width: 33.333%;
padding: 10px;
height: 200px;
}
.wp-block-gallery.columns-2 li
{
    width: 48%;
padding: 10px;
}
.wp-block-gallery {
    width: 100%;
    float: left;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}
.bsingle__content .alignright {
    float: right;
      margin-left: 1.5em;
}
.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
      margin-left: 1.5em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
figure.aligncenter {

    width: 100% !important;
    text-align: center;
    float:left;
}
.aligncenter {
    margin:auto;
    display: inherit;
}
.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#comments {
    float: left;
    width: 100%;
}
.bsingle__content ul,.pages-content ul{
    padding-left:17px;
}
.comment-text ul{
    padding-left:20px;
}
.bsingle__content ul li,.comment-text ul li,.pages-content ul li {
    list-style: disc;
}
 .bsingle__content table th ,.bsingle__content table td,.comment-text table th ,.comment-text table td,.pages-content table th,.pages-content table td{
   border: 1px solid #e4e4e4;
padding: 10px;
}
 .bsingle__content table,.comment-text  table,.pages-content table  {
    margin-bottom: 20px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}
 .bsingle__content ol {
    padding: 0 0 0 1.5em;
}
.bsingle__content ol li,.comment-text ol li,.pages-content ol li{
    list-style: decimal;
}
.bsingle__content figure {
    margin: 0 0 1rem;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
    overflow-wrap: break-word;
}
.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}
.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}
.inner-linke-page a,.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #c5015f;
    border-radius: 50%;
    color: #fff;
     font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.inner-linke-page a:hover,.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}
.inner-linke-page > span,.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.tag-template img {
    width: auto !important;
}
.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-body a {

    margin-top: 30px;
    margin-bottom: 100px;

}
.tag-markup-2 li > ul, li > ol, .pages-content li > ul, li > ol {
    padding-left: 1.5em;
}
.tag-markup-2 ul li,.tag-markup-2 ol li,.comment-text ul li,.comment-text ol li,.pages-content ul li,.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}
.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}
.bsingle__content ul ul li, .pages-content ul ul li {
  list-style: circle;
}

footer #wp-calendar caption
{
  color:#fff;
}
ol {
    padding-left: 15px;
}
iframe {
    width: 100%;
}

.comment-list li {

    margin-bottom: 30px;

}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #101010;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    text-align:center;
     margin-bottom: 15px;
}
.wp-block-button.aligncenter .wp-block-button__link {

    width: 50%;
    display: block;
    margin: auto;

}
.wp-block-button.is-style-outline .wp-block-button__link {

    background: none;
    border: 2px solid #101010;
    color: #101010 !important;

}

.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}
.has-2-columns,.has-3-columns,.has-5-columns,.has-6-columns
{
    float:left;
    width:100%;
}
.has-2-columns .wp-block-column {
float:left;
width:50%;
padding-right: 20px;
}
.has-3-columns .wp-block-column {
float:left;
width:33.333%;
padding-right: 20px;
}
.has-5-columns .wp-block-column {
float:left;
width:20%;
padding-right: 20px;
}
.has-4-columns .wp-block-column {
float:left;
width:25%;
padding-right: 20px;
}
.has-6-columns .wp-block-column {
float:left;
width:16.66666666666667%;
padding-right: 20px;
}
.wp-block-media-text.alignwide figure {

    float: left;
    width: 100%;
    margin-right: 20px;

}
 .wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
    color: #101010;
}
.wp-block-media-text__content {

    float: left;
    width: 47%;
    padding-top: 0;

}
.wp-block-columns.alignwide.has-3-columns blockquote{
    margin-top:0;
    padding-left: 20px;
}
.columns-3.is-cropped li { list-style: none;
    float: left;
    width: 33.333%;
}
.wp-block-gallery.columns-3.is-cropped.alignfull {
    margin-top: 0;
}
.blocks-gallery-grid, .wp-block-gallery {
    padding: 0 !important;
}
.wp-block-gallery.alignleft.columns-2.is-cropped li {

    float: left;
    list-style: none;

}
.wp-block-gallery.alignwide.columns-4.is-cropped li {

    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;

}
.wp-block-gallery.columns-6.is-cropped li {

    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;

}
.wp-block-gallery.columns-7.is-cropped li {

    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
    min-height: 150px;

}
.wp-block-gallery.columns-8.is-cropped li {

    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;

}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.footer-widget .widgettitle,.footer-widget .cat-item,.footer-widget .widget ul li{
    text-align:left;
    color:#fff;
}

.blog-deatails-box.single .single {
    display: none;
}

.redux-footer h2
{
    margin-top: 0px;
}
.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: #e4e4e4;
    padding: 10px 5px;
    text-align: center;
    color: #101010;
}

.bsingle__content h1,.bsingle__content h2,.bsingle__content h3,.bsingle__content h4,.bsingle__content h5,.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
.pages-content h1,.pages-content h2,.pages-content h3,.pages-content h4,.pages-content h5,.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
.comment-list h1,.comment-list h2,.comment-list h3,.comment-list h4,.comment-list h5,.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 600;
    color: #101010;
}
.inner-linke-page a {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #157f7f;
    border-radius: 50%;
    color: #fff;
     font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.inner-linke-page a:hover {
    color: #ffffff;
    background: #101010;
}
.inner-linke-page > span {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #101010;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
    padding: 30px;
    background: #e4e4e4;
}
pre cite {
    color: #000;
}
.inner-linke-page {
    margin-bottom: 50px;
}
.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}
.quote-post {
    min-height: 200px;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {
   
}
.admin-bar .second-header {
  
}
.admin-bar .sticky-menu {
  top: 32px;
  margin-top:0;
}


/* 24. call */
.call-text {
  padding: 120px 0 0 60px;
}
.call-area h5{
    color: #157f7f;
}
.call-area h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 30px;
}
.call-area h2 span{
    color: #157f7f;
}
.call-area p{
    color: #fff;
    opacity: 0.9;
}
.number {
    font-size: 55px;
    font-weight: 600;
    color: #157f7f;
}


/* Shop */
.shop-area select {
    padding: 10px;
}
.product__content {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.product__img {
  position: relative;
}
.product__img img {
    width: 100%;
}
.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.product-action a {
    display: inline-block;
    background: #ffffff;
    line-height: 40px;
    color: #a39fb4;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 0 20px;
}

.product-action a:hover {
  background: #157f7f;
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}

.pro-cat a {
  color: #157f7f;
  font-size: 14px;
  letter-spacing: 2px;
  
  text-transform: uppercase;
}

.pro-title {
  margin-bottom: 12px;
}

.pro-title a {
  font-size: 24px;
}

.pro-title a:hover {
  color: #157f7f;
}

.price span {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
}

.price span.old-price {
  color: #b5b5b5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}
.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.pro-filter select {
  border: 2px solid #eaedff;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}
.pro-filter .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.shop-tab ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}

.shop-tab ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #6f7172;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f6f6ff;
    line-height: 51px;
    text-align: center;
}

.shop-tab ul li a.active {
  color: white;
  background: #8fb569;
}

.shop-thumb-tab {
  width: 160px;
  float: right;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  margin-right: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}
.details-price span {
    color: #157f7f;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #eaedff;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.product-cat a:hover {
  color: #8fb569;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background: #8fb569;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
    background: #8fb569;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
}

.action-btn:hover {
  background: #157f7f;
  color: #ffffff;
}
.product-action-list {
    overflow: hidden;
}
.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}



.additional-info .table td, .additional-info .table th {
  padding: .75rem 0;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #8fb569;
  margin-bottom: 30px;
  transition: .3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: .3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #8fb569;
  border-color: #8fb569;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #157f7f;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #157f7f;
  transition: .3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

/* Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #157f7f;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
    border: none;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.table td, .table th {
    border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
    height: 62px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}
td.product-thumbnail img {
    width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
    background-color: #fff1f0;
    border-top: 3px solid #157f7f;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: .3s;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #157f7f;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 600;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: #157f7fnone repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #101010 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #157f7f;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #FE4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}
.country-select .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #eaedff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .zcube-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zcube-login {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .zcube-login {
    padding: 30px;
  }
}

.zcube-login h3 {
  font-size: 30px;
}

.zcube-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.zcube-login label {
  color: #222;
  display: block;
}

.zcube-login label span {
  color: #fe4536;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}

.forgot-login a {
  color: #fe4536;
}

.forgot-login a:hover {
  color: #84b77c;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

/*Services Category*/
.services-sidebar .sidebar-widget {
  background: #f3f4f8;
  padding: 40px;
margin-bottom: 30px;
}

.services-categories{
    position:relative;
}

.services-categories li{
    position:relative;
    border:1px solid #e7e7e7;
    margin-bottom: 15px;    
    z-index: 1;
}

.services-categories li:last-child{
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services-categories li a{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    overflow: hidden;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    background: #fff;
}
.services-categories li a:hover{
    background: #157f7f;
}
.services-categories li.active a,
.services-categories li:hover a{
    color: #ffffff;
    background: #157f7f;
}

.services-categories li a:before{
position: absolute;
right: 0;
top: 0;
font-size: 12px;
line-height: 30px;
color: #222222;
font-weight: 700;
content: "\f061";
font-family: "Font Awesome 5 pro";
transition: all 300ms ease;
width: 50px;
height: 50px;
background: #E8EAEC;
    text-align: center;
    line-height: 50px;
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
    color: #ffffff;
}
.services-categories li:hover a::before,.services-categories li.active a::before{
    background: #157f7f;
}


/*=== Services Contact Box ===*/
.service-detail figure img{
width: 100%;    
}
.service-detail .price h2 {
  margin-bottom: 10px !important;
}
.service-detail .room-features {
  margin: 0 0 0 16px;
    margin-bottom: 0px;
  padding: 0;
    padding-top: 0px;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-top: 13px;
}
.service-detail .room-features li {
  display: flex;
  align-items: center;
  min-width: 22%;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
    font-family: 'Jost', sans-serif;
    box-shadow: 0px 5px 17px 0px rgb(0 0 0 / 7%);
    position: relative;
    background: #157f7f;
}
.service-detail .room-features li i {
  margin-right: 10px;
  color:#ffffff; font-weight: 400;  font-size: 20px;
}
.service-detail .price span{
color: #157f7f;
font-weight: 600;
}
.service-detail-contact h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
    color: #fff;
}
.service-detail-contact {
  background-color: #157f7f;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
    margin-bottom: 50px;
}
.service-detail-contact h3::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #fff;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.service-detail-contact a {
color: #fff;
font-size: 36px;
font-weight: 700;
transition: 0.3s;
font-family: 'Jost', sans-serif;
}
.service-details-three h2 {
  color: #fff;
}
/*=== Brochures Box ===*/

.brochures-box .box{
display: flex;
flex-wrap: wrap;
align-items: center;
background: #fff;
transition: 0.3s;
}
.brochures-box .box:hover {
  background-color: #1A1E5D;
    color: #fff;
}
.brochures-box .box:hover h4,.brochures-box .box:hover i{
    color: #fff;
}
.brochures-box .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  max-width: 60px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
    background: #ff4328;
}
.brochures-box .icon i {
  font-size: 25px;
  color: #fff;
  transition: .3s;
}
.brochures-box  .content {
  padding-left: 20px;
}

/*Help Box*/

.help-box{
    position:relative;
    background-size:cover;
    padding:30px 25px;
}

.help-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgba(54,54,54,0.90);
}

.help-box > span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.help-box h4{
    position:relative;
    color:#ffffff;
    font-size:21px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom:15px;
}

.help-box p{
    position:relative;
    color:#ffffff;
    font-size:14px;
    line-height:24px;
    margin-bottom:20px;
}

.help-box .theme-btn{
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
}


/*** 

====================================================================
        Service Detail
====================================================================

***/

.service-detail{
    position: relative;
    padding-left: 20px;
}

.service-detail .images-box{
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column{
    padding: 0 5px;
}

.service-detail .images-box .image{
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img{
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box{
    position: relative;
    padding: 0px 0 0;
}

.service-detail .content-box h2{
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #af8d1a;
    margin-bottom: 20px;
}

.service-detail .content-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #101010;
    margin-bottom: 20px;
}

.service-detail .content-box h4{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #af8d1a;
    margin-bottom: 20px;
}

.service-detail .content-box ul li{ margin-bottom: 10px; }


.service-detail .content-box ul li strong{background:#fff5eb;
    width: 200px !important;
    padding: 5px 10px;
} 


.service-detail .content-box p{
    position: relative;
    display: block;
    margin-bottom: 25px; text-align: justify;
}

.service-detail .two-column{
    position: relative;
}

.service-detail .two-column .title{
    margin-bottom: 40px;
}

.service-detail .two-column p{
    margin-bottom: 25px;
}

.service-detail .two-column .image-column{
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image{
    margin-bottom: 0;
}

.service-detail .two-column .text-column{
    position: relative;
}

.service-detail .prod-tabs{
    position:relative;
}

.service-detail .prod-tabs .tab-btns{
    position:relative;
    z-index:1;  
    border-bottom:1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn{
    position:relative;
    top:1px;
    display:block;
    float:left;
    margin-right:5px;
    font-size:16px;
    color:#333333;
    background:#ffffff;
    text-transform:capitalize;
    font-weight:400;
    line-height:23px;
    cursor:pointer;
    border:1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    top: 0;
    left: 50%;
    width:0%;
    height:3px;
    background-
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before{
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-3px;
    width:100%;
    height:5px;
    background-color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
    color: #157f7f;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content{
    position:relative;
    padding:25px 30px 45px;
    border:1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab{
    position:relative;
    display:none;
    border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.service-detail .prod-tabs .tabs-content .tab .content{
    position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
    position:relative;
    font-size:16px;
    line-height: 26px;
    color:#666666;
    margin-bottom:0px;
}
.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #157f7f;
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
}

/*** 

====================================================================
        Project Detail
====================================================================

***/

.project-detail{
    position: relative;
    padding: 100px 0 85px;
}

.project-detail .upper-box{
    position: relative;
    margin-bottom: 40px;
} 

.project-detail .upper-box .image{
    position: relative;
    margin-bottom: 0;
}

.project-detail .upper-box .image img{
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev{
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next{
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover{
    background-color: rgba(255,255,255,.5);
    color: #000000;
}

.project-detail .text-column{
    position: relative;
}

.project-detail .text-column .inner-column{
    position: relative;
    padding-right: 30px;
}
.project-detail .text-column .inner-column .dropcap{
    float: left;
    background: #157f7f;
    border-radius: 20px;
    padding: 30px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-right: 20px;
}
.project-detail .text-column .inner-column p strong{
    color: #101010;
}

.project-detail .pr-ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 0px;
}
.project-detail .pr-ul li {
    display: flex;
    margin-bottom: 15px;
    float: left;
width: 50%;
}
.project-detail .pr-ul .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #157f7f;
}


/* Lower Content */

.project-detail .lower-content{
    position: relative;
}

.project-detail .lower-content h2{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.project-detail .lower-content h3{
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-detail .lower-content h4{
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

.project-detail .lower-content p{
    position: relative;
    display: block;
    margin-bottom: 30px;
}


.project-detail .info-column{
    position: relative;
}

.project-detail .info-column .inner-column{
  position: relative;
  padding: 30px;
  background: #fff;
  border: 2px solid #f5f5f5 !important;
}

.project-detail .project-info{
    position: relative;
}

.project-detail .project-info li{
position: relative;
margin-bottom: 15px;
float: left;
width: 100%;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 15px;
}
.project-detail .project-info h5 {
  float: left;
}
.project-detail .project-info span {
  float: right;
}
.project-detail .project-info li:last-child {
  padding-bottom: 0;
  border-bottom: none;
    margin-bottom: 0;
}
.project-detail .project-info li .icon{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    
}

.project-detail .project-info li strong{
color: #101010;
font-size: 20px;
line-height: 24px;
display: inline-block;
    font-weight: 600;
}

.project-detail .project-info li p{
    font-size: 15px;
    line-height: 24px;
    
    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a{
    
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover{
    color: #157f7f;
}
.project-detail .lower-content th {
  background: #157f7f;
  color: #fff;
}
/* Load More Option */
.load-more-option{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.load-more-option li.prev a,
.load-more-option li.next a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    width: 80px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #157f7f;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover{
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}

.load-more-option .load-more{
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a{
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: #157f7f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover{
    color: #000000;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -250px;
    width: auto;
    z-index: 0;
}
/* 8. newslater-area */

.newslater .input-bg{
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}
.newslater .input-bg2{
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    width: 40%;
}
.newslater input {
    background: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    padding: 9px 20px !important;
    color: #030c26 !important;
    height: calc(1.5em + .75rem + 20px);
    width: 100% !important;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    border-radius: 10px;
}
.newslater .form-group{
    margin-bottom: 0;
}
.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
    opacity: 1;
}
.newslater *::placeholder {
    color: #939393;
    opacity: 0.8;
    font-size: 14px;
    opacity: 1;
}
.newslater-area #contact-form4 {
    width: 70%;
    display: inline-block;
    position: relative;
    margin: auto;
}
.newslater-area #contact-form4 button {
    background: #157f7f;
    color: #fff;
    height: 56px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}
.slick-slide{outline: none;}
.features-area h5{
    margin-bottom: 15px;
}
.features-area ul{
    margin-top: 30px;
    color: #fff;
    display: inherit;
}
.features-area li{
    display: flex;
    margin-bottom: 15px;
}
.features-area li .icon {
    margin-right:20px;
    color: #84DAA9;
}
.features-area .nav-pills .nav-link{
    width: 100%;
    font-size: 24px;
        font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.features-area .nav-pills .nav-link img{
    margin-right: 15px;
}
.features-area .nav-pills .nav-link.active, .features-area .nav-pills .show > .nav-link{
      border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: #101010;
}
.feature-text h3 {
    font-size: 48px;
}
.fe-img{
    margin: 0 -40px;
}
/* 8. search-popup */
.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase;
}
.search-bg {
    background: #f5f5f5;
    opacity: 1;
}
.close2 {
    color: #157f7f;
    cursor: pointer;
    font-size: 14px;
}
.search-bg a i {
    color: #157f7f;
    font-size: 18px;
}
.search-outer {
    border-bottom: 1px solid #101010;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}
.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%;
}

.case-study-content {
   padding: 30px;
background: #FFF5F4 0% 0% no-repeat padding-box;
box-shadow: 0px 16px 32px #FFF5F4;
}
.case-study-content span{
   margin-bottom: 10px;
display: inline-block;
}
.case-study-content02 {
    padding: 30px 30px;
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #1010100A;
}
.case-study-content02 span{
   margin-bottom: 10px;
display: inline-block;
    color: #157f7f;
}
.case-study-content02 .ss-btn{
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn{
  display: inline-block;
} 
.case-study-box .case-study-content02{
    transition: all 0.5s ease 0s;
}
.case-study-box:hover .case-study-content02 {
    transform: translate(0,-62px);
}
/* 24. process-area */
.process-area h2{
    color: #fff;
}
.process-area .section-title h5{
     color: #157f7f;
}
.process-area .col-lg-3.col-md-12:nth-child(2),.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}
.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(2) .no{
    background: #157f7f0% 0% no-repeat padding-box;
}
.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(3) .no{
    background: #27ae61 0% 0% no-repeat padding-box;
}
.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(4) .no{
    background: #8145DA 0% 0% no-repeat padding-box;
}
.process-area  h5{
    color: #fff;
}
.process-icon{
     width: 180px;
    height: 180px;
    line-height: 180px;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid #101010;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 600;
}

/* 24. skills-area */

.feature-img {
  margin-left: -330px;
}
.feature-title h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.feature-title h2 {
  font-size: 40px;  color: #af8d1a;
  font-weight: 700;
}
/* 24. skills-area */

.team-area-content .skill-name {
  color: #101010;
}
.skills {
  width: 100%;
  padding: 0 20px 0 0;
}
.skills-img {
  margin-right: -330px;
}

.skills-content p{
    color: #fff;
}
.skill-name {
font-size: 18px;
font-weight: 600;
margin: 0px 0 10px;
color: #fff;
font-family: 'Jost', sans-serif;
    
}
.skill-bar {
height: 4px;
background: #e0e0e0;
border-radius: 0;
}
.skill-per {
height: 4px;
background-color: #be9874;
border-radius: 0;
width: 0;
position: relative;
transition: 1s linear;
}
.skill-per::before {
  content: attr(id);
  position: absolute;
  padding: 4px 6px;
  background-color: #be9874;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  top: -43px;
  right: 0;
  transform: translateX(50%);
}
.skill-per::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #be9874;
  top: -16px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}

.skills-title h5 {
   color: #fff;
font-size: 22px;
text-transform: capitalize;
margin-bottom: 10px;
}
.skills-title h2 {
  color: #fff;
    font-size:30px;
}
.progress-outer li{
    padding-left: 100px;
}
.progress-outer li:first-child{
    text-align: right;
      padding-right: 50px;
    margin-bottom: -50px;
}
.progress-outer li:last-child{
    text-align: right;
      padding-right: 50px;
    margin-top: -50px;
}
.progress-box {
  display: inline-block;
}
 .progress{
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
width: 90%;
height: 90%;
border-radius: 50%;
background: none;
font-size: 48px;
font-weight: 800;
color: #157f7f;
line-height: 135px;
text-align: center;
position: absolute;
top: 15%;
left: 5%;
}
.progress .progress-value sub{
    font-size: 20px;
    color: #157f7f;
    margin-left: 5px;
    font-weight: 400;
}
.progress p{
font-size: 16px;
line-height: inherit;
color: #777777;
font-weight: inherit;
width: 100%;
text-align: center;
      margin-top: 25px;
}
.progress.blue .progress-bar{
    border-color: #157f7f;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */
.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}
.map-img li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 45%;
}
.map-img li:nth-child(2) .map-text-hover{
    left: -520px;
}
.map-img li:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 85%;
}
.map-img li:nth-child(3) .map-text-hover{
    left: -520px;
}
.map-img li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 15%;
}
.map-img li:nth-child(4) .map-text-hover{
      left: 50px;
}
.map-img li:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 70%;
}
.map-img li:nth-child(5) .map-text-hover{
    left: -520px;
}
.map-text-hover{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
  position: absolute;;
  width: 510px;
  height: 133px;
  z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}
.map-img li:hover .map-text-hover{
    display: block;
}
.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}
.map-text-user {
    display: flex;
}

.map-text-user .text{
    padding: 30px 30px 0px 30px;
}
.map-text-user .img img {
    max-width: initial;
    height: 152px;
}
.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}
.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}


.contact-area .container{
    position: relative;
    z-index: 1;
}
.contact-bg02 .slider-btn {
    width: 100%;
}
.contact-bg02 .slider-btn .btn{
    width: 100%;
}
.contact-bg02 .btn.ss-btn.active {
    background: #157f7f;
    border: 2px solid #157f7f;
    color: #fff;
}
/*.contact-field select {
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border-radius: 0;
    border: 1px solid rgb(183, 183, 183);
    height: calc(2.5em + .75rem + 2px);
}*/
.contact-field .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(225, 225, 225);
}
.contact-field .form-control {
    color: #9e9e9e;
}
.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
} @keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }


/* Here's the new blog dtl to add... */

.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
    margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table{
    width:100%;
    padding:10px;
    background:#f5f5f5;
}
.sidebar-widget .widget th,.footer-widget .widget th
{
background: #157f7f;
padding: 10px 5px;
text-align: center;
color: #fff;
}
.sidebar-widget .widget td
{
    padding:5px;
    text-align:center;
}
.sidebar-widget .widget {
padding: 40px;
overflow: hidden;
margin-bottom: 40px;
border: 2px solid #f7f5f1 !important;
background:#f7f5f1;
}
.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
}
.widget-title {
    margin-bottom: 40px;
}
.sidebar-widget .widgettitle, .sidebar-widget .widget-title, .wp-block-group__inner-container h2{
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    text-align:left;
    font-weight: 700;
    margin-bottom: 30px;
}
.sidebar-widget .widget .gallery-icon a:hover
{
    padding-left:0;
}

.tags {
    border-bottom: 1px solid #eaeaea;
    /*float:left;*/
    width:100%;
    display: inline-block;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.search-form, .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative;
}
.search-form label {
  width: 100%;
}
.search-form input, .wp-block-search .wp-block-search__input{
background: #fff;
width: 100%;
padding: 17px 30px;
border: 1px solid;
}
.search-form input::placeholder {
    font-size: 12px;
    color: #b0b0b0;
}
.search-form .search-submit, .wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background:#157f7f;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    min-height: 88%;
    width: 106px;
}
.sidebar-widget .widget .widget_archive,.widget_categories,.sidebar-widget .widget_archive{
    text-align:right;
}
.sidebar-widget .widget .widget_archive,.sidebar-widget .widget_categories a,.sidebar-widget .widget_archive a{
    float:left;
    height: 30px;
}
.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
    opacity: .7;
}
.widget-insta-post li a {
    position: relative;
    display: block;
}
.widget-insta-post li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background:#157f7f;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.widget-social a {
    height: 40px;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #157f7f;
color: #101010;
    margin: 0 3px;
    text-align: center !important;
}
.widget-social a:hover {
    background:#157f7f;
    color: #ffffff !important;
    border-
    padding: 0 !important;
    box-shadow: 0px 10px 19px 0px #157f7f66 !important;
}
.rpwwt-widget a{
    padding-left: 0 !important;
}
.rpwwt-widget li {

    line-height: 23px !important;

}
.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.cat__list li:hover a {
    
}
.cat__list li a {
    font-size: 14px;
    color: #777777;
}
.cat__list li a span {
    float: right;
    display: block;
}
.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}
.widget__post ul li:last-child {
    margin-bottom: 0;
}
.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}
.widget__post-content {
    overflow: hidden;
    display: block;
}
.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 15px;
    
}
.widget__post-content h6:hover a {
    
}
.widget__post-content span {
    font-size: 14px;
}
.widget__post-content span i {
    margin-right: 8px;
}
.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}
.widget__tag ul li:hover a {
    background:#157f7f;
    border-
    color: #ffffff;
}
.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #8f8bb8;
    padding: 9px 20px;
}
.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}
.widget__banner-thumb img {
    width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.widget__banner-overly > span {
    font-size: 14px;
    
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 160px;
}
.widget__banner-overly h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 129px;
    
}
.widget__banner-overly h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.widget__banner-overly .btn {
    border-radius: unset;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 35px;
    
}
.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff;
}
.meta__info ul {
    margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}
.meta__info ul li a {
    color: #777777;
    text-transform: capitalize;
}
.meta__info ul li a i {
    margin-right: 5px;
}
.meta__info ul li a:hover {
    color: #157f7f;
}
.meta__info ul li i {
    margin-right: 5px;
}
.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
}
.details__content p {
    margin-bottom: 18px;
}
blockquote,.pages-content blockquote,.comment-list blockquote {
background:#101010;
border-radius: 10px;
padding: 50px 45px 57px !important;
position: relative;
z-index: 1;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.comment-list blockquote a:hover{
    color: #fff;
}
.news-text blockquote h3{
    color: #fff;
}
.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
blockquote p{
    color: #fff;
}
.news-text blockquote footer {
    color: #ae6957!important;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}
.news-text ul li {
    line-height: 30px;
    list-style:none ;
}
.news-text ul li i,.quote-post ul li i {
    color: #F15B26;
    padding-right: 5px;
}
.news-text blockquote p,.pages-content blockquote p,.comment-list blockquote p{
    color: #fff;
    line-height: 28px;
}

.news-text blockquote footer,.pages-content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color:#ae6957;
    font-weight: 600;
}
.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}
.wp-block-pullquote cite {
   color: #bacdff!important;
}
cite {
    margin-top: 15px;
    
    font-weight: 600;
}
.post-categories li {
    display: none !important;
}
.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
    margin: 45px 0;
}
.details__content-img img {
    width: 100%;
    height: auto;
}
.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px;
}
.tags.pb-50 {
    padding-bottom: 20px;
}
.post__tag h5 {
    font-size: 22px;
margin-bottom: 20px;
font-weight: 600;
padding-top: 30px;
border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}
.post__tag ul li {
    display: inline-block;
    margin-right: 10px;
}
.post__tag ul li a {
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    padding: 7px 10px;
    
    display: inline-block;
    border-radius: 3px;
    color: #9d9d9d;
    margin-bottom: 10px;
}
.post__tag ul li a:hover {
    border-
    background:#157f7f;
    color: #ffffff;
}
.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;
    
}
.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #b5becc;
}
.post__share ul li a:hover {
    
}
.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;
    
    display: block;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.posts_navigation .prev-link h4 {
    font-size: 22px;
    margin-bottom: 0;
    
    text-transform: capitalize;
    height: 30px;
overflow: hidden;
} .navigation.posts-navigation {
    display: none;
}
.avatar {
    border-radius: 50% !important;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}
.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px;
}

.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}
.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}
.posts_navigation .prev-link h4:hover a {
    
}
.posts_navigation .next-link span {
    font-size: 12px;
    margin-bottom: 15px;
    
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 22px;
    margin-bottom: 0;
    
    height: 30px;
overflow: hidden;
}
.posts_navigation .next-link h4:hover a {
    
}
.related__post .post-title {
    margin-bottom: 35px;
}
.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0;
    
}
.related-post-wrap .post-thumb img {
    width: 100%;
}
.related-post-wrap .rp__content {
    padding: 30px;
    border: 2px solid #f4f3fb;
    border-top: none;
}
.related-post-wrap .rp__content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    
    line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
    
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
    font-size: 14px;
}
.avatar__wrap {
    background: #f9f9f9;
    padding: 50px 80px;
    float:left;
    width:100%;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
    margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;
    
}
.avatar__info-social {
    margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #157f7f;
    display: inline-block;
    margin: 0 5px;
}
.avatar__info-social a:hover {
    
}
code {
    font-size: 15px;
    display: inline-block;
           font-family: 'Jost', sans-serif;
    margin-top: 10px;
}
figcaption{
    font-weight: 600;
    color: #202020;

}
.comment-form-comment label{
    display:none;

}
.form-submit {
    margin-bottom: 0;
}
.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
    margin-bottom: 35px;
}
.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
    
}
.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.single__comment.children {
    margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 20px;
}
.comment-text {
    overflow: hidden;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 22px;
    margin-bottom: 7px;
    
}
.comment-text .avatar-name h6 i
{
    display:none;
}
.comment-author-admin .avatar-name h6 i
{
    font-size: 12px;
    display:inline-block;
color: #cacfef;
margin-left: 20px;
}

.comment-text .avatar-name span {
    font-size: 12px;
    
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #157f7f;
}
.comment-text .comment-reply {
    display: inline-block;
    border: 2px solid #f5f5f5;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    width: 100px;
}
.comment-text .comment-reply a{
        color: #777777;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -2px;
    padding: 10px 0 10px 41px;
}
.comment-text .comment-reply:hover a{
    color: #fff;
}
.comment-list {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
.comments-title {
    font-size: 22px;
    margin-bottom: 0;
    
}
.comment-reply-title {
    font-size: 20px;
    margin-bottom:20px;
}
.comment-author-admin{
    margin-left: 130px;
}
.comment-text .comment-reply:hover {
    border-
    background:#157f7f;
    color: #ffffff;
}
.comment-text .comment-reply i {
    margin-right: 5px;
}
.comment-text p {
    font-size: 16px;
    margin-bottom: 0;
}
.screen-reader-text {
    display: none;
}
.comment-form {
    padding: 50px;
background: #f5f5f5;
border-radius: 5px;
}
.comment-form .comment-field {
    position: relative;
}
.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment-form i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    
    font-size: 14px;
}
.comment-form textarea {
    height: 150px;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment-form textarea::placeholder {
    font-size: 14px;
    color: #a7a7c1;
}
.comment-form textarea:focus {
    outline: 1px solid#157f7f;
}
.comment-form input {
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}
.comment-form input::placeholder {
    font-size: 14px;
    color: #b0b0b0;
}
.comment-form input:focus {
    outline: 1px solid#157f7f;
}
.comment-form .submit {
    background:#157f7f;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 12px 45px;
    margin-top:20px;
    border-radius: 5px;
    width: auto;
}
.comment-form .submit::before{content: none;}
.comment-form .submit:hover {
    color: #fff;
    background:#157f7f;
}
 .page .comments-area ol .comment-respond{
    margin-bottom: 30px;
        margin-top: -26px;
}
  .comments-area ol >  .comment-respond {
    margin-bottom: 30px;
        margin-top: -30px;
}
  .comments-area ol > li > ol .comment-respond {
  margin-left: -32px;
       margin-top: -35px;
}
  .comments-area ol > li > ol > li > ol >  .comment-respond {
    margin-left: -42px;
        margin-top:-30px;
}
  .comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
    margin-left: -62px;
      margin-top: -35px;
}
.comment-reply-title small{
    margin-left: 15px;
}
.blist li {
    list-style: none !important;
}
.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget{
  
}
figure.aligncenter img {
    margin-bottom: 15px;
}
.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}
figure img {
    display: inline-block;
    margin-bottom: 15px;
}



.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}
.bsingle__content table th,.pages-content table th,.comment-text table th{
    color: #101010;
}
.bsingle__content table a, .pages-content table a,.comment-text table a{
    color: #76BC02;
    outline: medium none;
}


.footer-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}



.footer-widget .tag-cloud-link{
    color: #020202;
}
.footer-widget .textwidget,.footer-widget .recentcomments a,.footer-widget a,.footer-widget .widget_categories a{
    color: #99A3AC;
}
.footer-widget .recentcomments a:hover,.footer-widget a:hover,.footer-widget .widget_categories a:hover{

}
.footer-widget .tag-cloud-link:hover{
    color: #fff;
}
.single-post .bsingle__content .admin{
    display: none;
}
.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}
.single-post .blog-deatails-box.single {
    padding: 40px;
   border-style: solid;
border-width: 2px;
border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}
.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}
.single-post .bsingle__post-thumb img{
margin-bottom: 50px;
}

blockquote h3{
    color: #fff;
}
blockquote footer {
    color: #ae6957;
    margin-bottom: 30px;
}
.blist li i  {
    color: #F15B26;
    padding-right: 5px;
}
.blist li {
    line-height: 30px;
    list-style: none;
}
.comment-form-cookies-consent input {
    width: auto; margin-top: 7px;
    margin-right: 10px;
}
.comment-text ul, .comment-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}
/* 16. pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}
.pagination .page-item a.page-link {
    border-radius: 50%;
    padding: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #f8f8f8;
    color: #9fa7c5;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}
.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #ff4a57;
    color: #fff;
}
.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}
.pagination-wrap .pagination li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 15px;
}
.pagination-wrap .pagination li.active a {
    background:#252525;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #157f7f;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.pagination-wrap .pagination li a:hover {
    color: #ffffff;
    background: #157f7f;
}
/* 17. f-cta */
.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: #157f7f;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.contact-info .single-cta { padding: 20px;  background: #fff;box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.contact-info p{
}
.contact-info h5{
    color:#af8d1a;
}
.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
width: 100%;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
    font-size: 20px;
    margin-bottom:15px !important;
}
.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #777;}
.s-cta-btn .btn{color:#fff;margin-top: 10px; border: none;}



.widget.widget_media_image {
    margin: 25px 0 0;
}

.award-box .date{
    font-weight: 700;
    font-size: 24px;
    color: #101010;
           font-family: 'Jost', sans-serif;
}
.aw-line{
position: relative;
}
.aw-line::before {
content: "";
position: absolute;
height: 1px;
left: 9%;
border-bottom: 1px dashed;
top: 32%;
width: 81%;
margin: auto;
}

/* --- blog new css ----*/

.bsingle__content .meta-info ul {
padding-bottom: 0;
border-bottom: none;
display: inline-block;
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}
.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0px;
}
.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}
.sticky .bsingle__content .meta-info ul {
padding-top: 0;
border-top: none;
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
    color: #101010;
}
.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
}
.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}
.inner-linke-page a,.post-page-numbers {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    background: #157f7f;
    border-radius: 50%;
    color: #fff;
     font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.inner-linke-page a:hover,.post-page-numbers:hover {
    color: #ffffff;
    background: #010f2e;
}
.inner-linke-page > span,.post-page-numbers.current {
    border: none;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}
.wp-block-media-text__media img {
    width: 100%;
    height: auto;
}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #101010;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}
.bsingle__content table th,.pages-content table th,.comment-text table th{
    color: #101010;
}
.bsingle__content table a, .pages-content table a,.comment-text table a{
    color: #157f7f;
    outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #ddd;
}
.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}
.ab-submenu .ab-item img {
    display: none !important;
}
.avatar {
    border-radius: 50% !important;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}
.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p{
    color: #62605c;
}
.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover{
    color: #157f7f;
}
.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #62605c;
    margin-bottom: 10px;
}
.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #0d0d0d;
    width: 100%;
    display: inline-block;
}
.sidebar-widget .widget .children, .footer-bg .widget .children {
    padding-left: 15px;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #ddd;
}
.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
}
.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
}
.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}
.footer-bg .wpding .widget {
    margin-bottom: 30px;
}


.blog-deatails-box.single .single {
    display: none;
}
.footer-widget .tag-cloud-link ,.footer-widget p{
     color: #fffc ;
}
.wpding .footer-widget .tag-cloud-link {
    color: #62605c;
}
.calendar_wrap {
    color: #777;
}
.logo { padding: 10px 0px; }
.logo img{ max-width:200px; }

.logo a {
    color: #fff;
}
blockquote a ,blockquote cite{
    color: #bacdff;
}

.booking-area .contact-form {
    background-color: #fffbf2;
    border-radius: 66px;
    padding: 25px;
    position: relative;
    z-index: 1;
    margin-top: -80px;
}
.contact-forminr { background: #fcf5eb; border: 1px solid #cac4bc; padding: 0; border-radius: 66px; }
.booking-area2{ margin-top: 100px; }
.booking-area ul {  }
.booking-area ul li { margin-right: 10px; padding-right: 10px; float: left; width: 19.3%; }
.booking-area ul li:last-child{ margin-right: 0; }
.booking-area input {
 width: 100%;
  border: none;
  background: #fff;
  padding: 10px 20px;
  transition: .3s;
border: 1px solid #157f7f47;
}
.booking-area select {
display: inline-block;
width: 100%;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: calc(3.0em + 0.55rem + 2px);
    border: 1px solid #157f7f47;
}
.booking-area .btn {
border-radius: 0;
color: #fff;
position: relative;
border: none;
text-align: center;
text-transform: uppercase;
font-weight: 600; font-size: 14px;
/*width: 100%;*/
}
.booking-area .slider-btn label{
    color: #be9874;
    font-size: 30px;
    margin-bottom:3px;
    width: 100%;
    text-align: center;
}
.booking-area .contact-field i{
    background: #fff;
padding-right: 5px;
}
.booking-area h2{
color: #101010;
font-size: 40px;
}
.booking-area h5{
    color: #fff; 
    text-transform: uppercase;
}
.booking-area p{
    color: #fff; 
}
.booking-content-box a{
    color: #fff; 
    border-bottom: 5px solid #fff;
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px; 
}

.booking-contact-box {
    background: #fff;
    padding: 60px;
}
.booking-contact-box .nav.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.booking-contact-box .nav.nav-tabs li a {
    color: #777777;
    font-size: 20px;
    border: none;
    text-align: center;
    font-weight: 700;
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a,.booking-contact-box .nav.nav-tabs li a.active {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 2px solid #157f7f;
    color: #000;
}


.wpding .footer-widget{

}

.wpding .footer-widget  .widget_categories ul li a,.wpding .footer-widget  .widget_archive ul li a  {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
    float: left;
    color: #62605c;
    
}
.wpding .footer-widget li:hover{
    color: #faa292;
}
.wpding .footer-widget ul li:last-child,.wpding .footer-widget .children li:last-child{
        border-bottom:none;
        } .wpding .footer-widget .widget_categories .children li:last-child,.wpding .footer-widget .widget_archive .children li:last-child{
            padding-bottom: 0;
margin-bottom: -8px;
        }
.wpding .footer-widget .widget_categories ul li:last-child,.wpding .footer-widget .widget_archive ul li:last-child{
            margin-bottom:30px;
        }

.wpding .footer-widget .widget_pages ul li
{
    padding-bottom: 0px;
border-bottom: 1px solid #ffffff4d;
padding-top: 0px;
width: 100%;
text-align:right;
color: #62605c;
min-height: 42px;

    }
.wpding .footer-widget .widget_pages li .children {
  border-top: 1px solid #ffffff4d;
margin-top: 0;
padding-bottom: 0px;
display: inline-block;
width: 100%;
}
.wpding .footer-widget .widget_pages ul li a   {
width: 100%;
text-align: left;
margin-bottom: 0;
position: relative;
z-index: 2;
display: inline-block;
color: #62605c;
line-height: 40px;
min-height: 40px;
}
.wpding .footer-widget .tag-cloud-link {
    color: #fff;
    border: 2px solid #ffffff4d;
}
.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p{
    color: #fff;
}
.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover{
    color:#bacdff;
}
.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #fff;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px; border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
    margin-top: 100px;
}
.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important;
}
.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ffffff4d;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
    background: none;
}
.footer-top.wpding .menu .sub-menu li {
float: none;
line-height: 40px;
border-bottom: 1px solid #ffffff4d;
display: inherit;
}
.footer-top.wpding .menu .sub-menu li:last-child {
    border: none;
}
.footer-widget .menu-item-has-children {
   border-bottom: 1px solid #ffffff4d;
line-height: 40px;
display: inline-block;
width: 100%;
}
.footer-bg .wpding .widget {
    margin-bottom: 30px;
}
.wpding .footer-widget .widget_categories ul li,.wpding .footer-widget .widget_archive ul li
{
    padding-bottom: 5px;
border-bottom: 1px solid #ffffff4d;
padding-top: 5px;
float: left;
width: 100%;
text-align:right;
color: #fff;
    }
.wpding .footer-widget .widget li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget .widget li:last-child, .sidebar-widget .widget .children li:last-child, .sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -8px;
}
.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-top.wpding {
    background: #010c26;
}

/*harpreet css start*/
.boldmenu { font-weight: 600!important; }
.flag-dropdown-menu { width: 360px; padding-left: 25px!important; padding-right: 25px!important; }
.currency-dropdown-menu { width: 540px; }
.slidercontent { content: ""; padding-left: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg,rgba(255,251,246,.8) 23.33%,rgba(255,251,246,0) 49.99%); }



.flag-dropdown-menu h6 { font-family: 'gt_america_triallt'; font-weight: 400; padding-top: 15px!important; padding-bottom: 5px!important; }
.slider-list { margin: 50px 0 0 0; padding: 0px; list-style: none; }
.slider-list li { padding: 0 20px 0 0; margin: 0px 20px 0px 0px; display: inline-block; font-size: 13px; position: relative; }
.slider-list li span { font-weight: 600 }
.slider-list li:before { content:'|'; position: absolute; right: 0; top: 0; }
.slider-list li:last-child:before { display: none; }

/*start*/
.srchhover:hover { background: #f3eadc; }
.selectfld { position: relative; border-radius: 40px 0px 0px 40px; min-height: 70px; padding-top: 1px; }
.selectfld select { display: none !important; }
.selectfld svg { position: absolute; left: 20px; top: 25px; }
.selectfld .dropdown-select {
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 40px 0px 0px 40px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    line-height: 40px;
    outline: none;
    padding-left: 54px;
    padding-top: 15px;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.selectfld .dropdown-select:focus {
    background-color: #f3eadc;
}

.selectfld .dropdown-select:hover {
    background-color: #f3eadc;
}

.selectfld .dropdown-select:active,
.selectfld .dropdown-select.open {
    background-color: #f3eadc !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.selectfld .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
/*    content: '';*/
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.selectfld .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.selectfld .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.selectfld .dropdown-select.open .option {
    cursor: pointer;
}

.selectfld .dropdown-select.wide {
    width: 100%;
}

.selectfld .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.selectfld .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.selectfld .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.selectfld .dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.selectfld .dropdown-select .dd-searchbox{
      width:90%;
      height: 30px;
      padding:0.5rem; margin: 0px;
      border:1px solid #999;
      border-color:#999;
      border-radius:4px;
      outline:none;
}
.selectfld .dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.selectfld .dropdown-select .list ul {
    padding: 0;
}

.selectfld .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none; width: 100%;
    display: block;
}

.selectfld .dropdown-select .option:hover,
.selectfld .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.selectfld .dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
    display: block;
    width: 100%;
}

.selectfld .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.selectfld .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.selectfld .dropdown-select a:hover {
    color: #666;
}

/* width */
.selectfld .dropdown-select.open .list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.selectfld .dropdown-select.open .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.selectfld .dropdown-select.open .list::-webkit-scrollbar-thumb {
  background: #cfc9c1; 
  border-radius: 10px;
}

/* Handle on hover */
.selectfld .dropdown-select.open .list::-webkit-scrollbar-thumb:hover {
  background: #cfc9c1; 
}

.calenderouter { height: 70px; position: relative; padding: 0px 0px 0px 20px; }

.calenderouter .t-dates { border: 0; padding-left: 30px; }
.calenderouter .t-dates.t-date-check-out { padding-left: 8px; }


.calenderouter .t-check-in .t-date-info-title, .calenderouter .t-check-out .t-date-info-title { color: #157f7f; font-size: 16px; }
.calenderouter .t-datepicker { min-height: 71px; padding-top: 18px; }
.calenderouter .t-arrow-top { top: 70%; }
.calenderouter svg { position: absolute; left: 20px; top: 25px; }
.calenderouter .t-check-in { position: relative; }
.calenderouter svg.arrow { left: 45%; top: 27px; }
.calenderouter .t-datepicker-day { background: #ffffff; }
.calenderouter .t-arrow-top, .calenderouter .t-arrow-top::after { border-color: transparent transparent #fcf5eb; }
.calenderouter .t-day, .calenderouter .t-disabled, .calenderouter .t-end, .calenderouter .t-range, .calenderouter .t-start { border-color: transparent; }
.calenderouter .t-next, .calenderouter .t-prev, .calenderouter .t-table-condensed td, .calenderouter .t-table-condensed th { border-radius: 100%; }
.calenderouter .t-day, .calenderouter .t-disabled, .calenderouter .t-end, .calenderouter .t-range, .calenderouter .t-start { background: transparent; }
.calenderouter .t-day:hover, .calenderouter .t-disabled:hover, .calenderouter .t-end:hover, .calenderouter .t-range:hover, .calenderouter .t-start:hover { background: #157f7f; color: #fff; }
.calenderouter .t-highlighted { color: #157f7f; }
/* -- quantity box -- */
.quantity { display: inline-block; }
.quantity label { display: inline-block; color: #157f7f; margin-top: 5px; }
.quantity .input-text.qty {
     width: 60px;
     height: 36px; 
     padding: 0 5px;
     text-align: center;
     background-color: transparent;
     border: 1px solid transparent;
}

.quantity.buttons_added {
     text-align: left;
     position: relative;
     white-space: nowrap;
     vertical-align: top; 
     padding: 17px 0px 0px 0px;
 }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
     padding:2px 6px;
     height: 36px; 
     background-color: transparent;
     border: 0;
     cursor:pointer;
     width:20px; font-size: 30px; opacity: 0.6;
}
.quantity.buttons_added .plus { width: 30px; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
.searchbtn { position: relative; }
.searchbtn .btn {     border-radius: 30px;
    color: #fff;
    position: relative;
    border: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    width: 87%;
    height: 50px;
    margin: 10px; }
/*end*/

.service-details2 { background: url(../img/pattren-bg.png) right top no-repeat; }
.appartmentbox { margin: 0px 0px 10px 0px; }
.appartmentimg { min-height:  268px; position: relative; overflow: hidden; }
.appartmentimg img { max-width: 100%; max-height:  268px; transition: all 0.8s ease-in-out; border-radius: 0px; }
.appartmentbox:hover img { transform: scale(1.05); }

.appartmentdet { margin: 20px 0px; }
.appartmentdet h6 { font-family: 'gt_america_trialrg'; font-size: 11px; font-weight: normal; color: #157f7f; }
.appartmentdet h3 { font-size: 23px; font-weight: 500; color: #091c1b; }

.appartmentbox2 .appartmentimg { min-height: 200px; }
.appartmentbox2 .appartmentimg img { max-width: 100%; max-height: 200px; }
.orangebtn { border-radius: 30px; color: #fff; background: #ea741c; position: relative; border: none; text-align: center; font-weight: 400;
    font-size: 16px; text-transform: none; height: 50px;  line-height: 50px; margin: 10px; padding: 0px 30px; }
.orangebtn:hover { background: #157f7f; }
.about-area {  background: #e8efef; }
.moreappartment .appartmentimg, 
.moreappartment .appartmentimg img { max-width: 100%; border-radius: 0px!important; }
.welcomeamenities { display: flex; }
.amen-box { flex-grow: 1; background: #fff; margin: 8px; padding: 12px 0px 0px 0px; display: flex; align-items: center; flex-direction: column; border-radius: 10px; }
.amen-box:first-child { margin: 8px 8px 8px 0px; }
.amen-box:last-child { margin: 8px 0px 8px 8px; }
.citiesdropdown { position: static; }
.main-menu ul li.citiesdropdown { position: static; }
.main-menu ul li.citiesdropdown ul { padding: 15px; background-color: #fffbf2; border-radius: 20px; width: 100%; max-width: 520px; margin-left: -100px; }
.main-menu ul li.citiesdropdown ul li { display: inline-block; width: 20%; border: 0; margin-bottom: 8px; }
.main-menu ul li.citiesdropdown ul li a { background: #fffbf2!important; padding: 10px!important; color: #157f7f; 
    font-size: 12px; font-weight: 600; line-height: 1.2; 
    width: 88px; height: 88px; border-radius: 100%; border: 2px solid #dbc29d;
display: flex; align-items: center; justify-content: center; text-align: center; }
.main-menu ul li.citiesdropdown ul li a:hover { color: #ea741c; }


.booking-area3 .selectfld, .booking-area3 .dropdown-select,
 .booking-area3 .contact-forminr, .booking-area3 .searchbtn .btn { border-radius: 0px!important; margin-top: 0!important; margin-right: 0!important; margin-bottom: 0!important; }

.booking-area3 .selectfld { min-height: 53px; }


.booking-area3 .dropdown-select.wide { background: #fff; height: 50px; padding-top: 5px; }
.booking-area3 .selectfld svg { top: 17px; }
.booking-area3 .calenderouter svg { top: 17px; }
.booking-area3 .calenderouter .arrow { margin-left: 10px; }
.booking-area3 .calenderouter .t-datepicker { padding-top: 9px; min-height: 50px!important; }
.booking-area3 .calenderouter { height: 50px; padding: 0px 0px 0px 0px; background: #fff; margin: 0 0 0 7px; }
.booking-area3 .calenderouter>svg.DateRangePickerInput_icon__w2G2x { left: 13px; }
.booking-area3 .calenderouter .t-dates.t-date-check-in .t-day-check-in{ padding-left: 10px; }
.booking-area3 .calenderouter .t-dates.t-date-check-in label { padding-left: 10px; }
.booking-area3 .calenderouter .t-dates.t-date-check-out { padding-left: 17px; }


.booking-area3 .contact-forminr { padding: 10px 10px 10px 44px; border-right: 0; }
.booking-area3 .t-check-out .t-date-info-title { left: 20px; }
.booking-area3 .quantity.buttons_added { padding-top: 8px; height: 50px; margin-left: -15px; padding-left: 10px; background: #fff; }
.booking-area3 .quantity label { margin-right: 12px; }
.filtercont { padding: 10px 10px 10px 44px; background: #fcf5eb; border-bottom: 1px solid #cac4bc; }
.filtercont .dd-search { display: none!important; }
.mapcont { width: 100%; min-height: 80vh; position: sticky; top: 0; margin-right: 30px; margin-bottom: 30px; }
.mapcont iframe { width: 100%; min-height: 80vh; }
.filtercont .list { display: none; }
.filtercont select { display: inline-block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filtercont .current { display: none; }
.filtercont button { padding: 5px 10px 5px; background: none; outline: none;
    border: 1px solid #dbdbdb; cursor: pointer; font-size: 14px; color: #444; background: #fff; }
.filtercont .dropdown-menu { padding: 20px; min-width: 285px; max-height: 300px; overflow-y: auto; }


.filtercont ul { margin: 10px 0px 0px 0px; padding: 0px; }
.filtercont ul li { display: inline-block; margin: 0px 10px 0px 0px; padding: 0px; }
.filtercont .dropdown-toggle::after { display: none; }
.filterbtn { height: 42px; line-height: 30px; text-transform: none; margin: 0px; padding: 0px; }
.filterbtn:hover { color: #fff; background: #157f7f; border-color: #157f7f; }
.sortby { margin: 8px 0px 0px 0px; }
.sortby .btn { border: 1px solid #dbdbdb; color: #444; background: #fff; width: 100%; text-align: left;
height: 42px; line-height: 30px; text-transform: none; z-index: 0; position: relative; }
.sortby .dropdown { position: relative; width: 72%; margin: 0px 0px 0px 20px; z-index: 0; }
.sortby img { position: absolute; right: 10px; top: 13px; z-index: 1; }

.filtercont .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.filtercont .form-group label {
  position: relative;
  cursor: pointer; font-size: 14px;
  padding: 0px 0px 5px 30px;
}
.filtercont .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;

    min-width: 20px;
    height: 20px;
    border: 1px solid #dbdbdb;
  
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute; left: 0; top: 2px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}


.filtercont .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filtercont .dropdown-menu .quantity.buttons_added { padding: 10px 0px 0px 0px; }
.filtercont .minus, .filtercont .plus { width: 40px!important; background-color: #efefef!important; }
.filterfooter { margin: 20px 0px 0px 0px; display: flex; align-items: center; justify-content: flex-end; }
.filterfooter a { margin: 0px 0px 0px 30px; text-transform: uppercase; font-size: 13px; font-weight: 600; color: #157f7f; }
.filterfooter a.greylink { color: #ccc; }
.filterfooter a:hover { color: #000; }
.sortby .dropdown-menu { min-width: 100%!important; padding: 0px!important; overflow: hidden; border-radius: 0px; font-size: 14px; }
.sortby li { width: 100%; }
.applisting-outer { margin: 160px 0 0 0; }
.apparment-box { margin: 10px 0px; }
.apparment-content { position: relative; padding: 10px 12px; min-height: 170px; text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); 
    display: flex;
    flex-direction: column;
    justify-content: space-between;


}
.whishlist-icon { width: 30px; height: 30px; padding-top: 3px; border-radius: 15px; position: absolute;
    top: 15px; right: 15px; text-align: center; z-index: 1; border: 1px solid #007e9d;
    background-color: hsla(0,0%,100%,.85); cursor: pointer;
    transform: scale(.95); transition: transform .1s ease-in; }
.apparment-img { min-height: 264px; position: relative; }
.apparment-img img { max-height: 260px; width: auto!important; width: 100%!important; }

.apparment-content h3 { font-size: 23px; }
.apparment-content ul li { display: inline-block; font-size: 14px; margin-right: 5px; padding-right: 15px; position: relative;
 font-style: italic; }
.apparment-content ul li:after { content:'.'; position: absolute; right: 0; top: -2px; font-size: 15px; font-weight: 600; }
.apparment-content ul li:last-child { padding-right: 0px; }
.apparment-content ul li:last-child:after { display: none; }
.apparment-content-bottom { position: relative; }
.appart-number { width: 40px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #007e9d; 
    color: #007e9d; font-size: 16px; font-weight: 600; border-radius: 50%; position: absolute; 
    right: 6px; bottom: 6px; }
.listingimage-carousal .slick-prev,
.listingimage-carousal .slick-next { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; width: 100%; width: 40px; height: 42px;
 background: transparent; border: 0; z-index: 1; }
.listingimage-carousal .slick-next { position: absolute; right: 0; left: auto; }
.listingimage-carousal .slick-prev img, .listingimage-carousal .slick-next img { max-width: 200%; }
.show-neighbors {
  overflow: hidden;
}
.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
  display: none;
}
@media (min-width: 500px) {
  .show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
  }
  .show-neighbors .carousel-control-prev,
.show-neighbors .carousel-control-next {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
    z-index: 11;
    /* .carousel-caption has z-index 10 */
  }
  .show-neighbors .carousel-inner {
    width: 150%;
    left: -25%;
  }
  .show-neighbors .carousel-item-next:not(.carousel-item-left),
.show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
  }
  .show-neighbors .carousel-item-prev:not(.carousel-item-right),
.show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
  }
  .show-neighbors .item__third {
    display: block !important;
    float: left;
    position: relative;
    /* captions can now be added */
    width: 33.33333333%;
  }
}

.detailbnr-active .slick-arrow { position: absolute; top: 45%; z-index: 1; }
.detailbnr-active .slick-prev { left: 15%; right: auto; position: absolute; }
.detailbnr-active .slick-next { left: auto; right: 15%; position: absolute; }

.bnr-img { margin: 15px 0px; border-radius: 20px 0px 0px 20px; max-width: 100%; }
.bnr-img img { border-radius: 20px 0px 0px 20px; max-width:100%; }
.bnr-img2, .bnr-img3 { display: block; margin: 15px 0px 5px 5px; border-radius: 0px; width: 100%; }
.bnr-img2 img, .bnr-img3 img { border-radius: 0px; max-width:100%; }

@media (min-width: 1300px){
    .bnr-img { min-height: 415px; }
    .bnr-img img { max-height: 415px; }
    .bnr-img2, .bnr-img3 { min-height: 198px; }
    .bnr-img2 img, .bnr-img3 img { max-height: 198px; }
}

@media (min-width: 1300px){
    .bnr-img { min-height: 415px; }
    .bnr-img img { max-height: 415px; }
    .bnr-img2, .bnr-img3 { min-height: 198px; }
    .bnr-img2 img, .bnr-img3 img { max-height: 198px; }
}



.bnr-img3 { border-radius: 0px 20px 20px 0px; }
.bnr-img3 img { border-radius: 0px 20px 20px 0px; }


.apartment-menu {
    width: 100%; margin: 15px 0; padding: 0px;
    font-size: 16px;
    font-weight: 600; background: #fffbf2; z-index: 1;
}

.checkout-menu { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;  }
.checkout-menu ul { margin: 0px; padding: 0px; list-style: none; }
.checkout-menu ul li { display: inline-block; margin: 0px 30px 0px 0px; padding: 0px; list-style: none; }
.checkout-menu .item { display: block; padding-left: 0px; padding-right: 0px; }
.checkout-menu .item span { text-transform: uppercase; font-size: 14px; color: #bdbdbd; }
.checkout-menu .item.active span { color: #000; }

.checkout-menu .item strong { display: inline-block;
    width: 34px; height: 34px; line-height: 28px; margin-right: 10px;
    text-align: center;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    color: #bdbdbd;
    font-weight: 700;  }

.checkout-menu .item.active { font-weight: 700; color: #444; border: 0; }
.checkout-menu .item.active strong { border-color: #157f7f; background: #157f7f; color: #fff; }
.fav-row {
    display: flex;
    flex-direction: row;
}
.details-hd { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 25px 0 0 0; }

.fav-container a { border-radius: 16px; border: 1px solid #007e9d; display: flex; align-items: center; justify-content: center; padding: 2px 15px; font-size: 13px; color: #007e9d; }
.fav-container i { font-size: 15px; margin-right: 5px; }
.details-leftsection h6 { font-family: 'gt_america_triallt'; color: #444; font-weight: 400; font-size: 14px; margin: 20px 0 10px 0px; }
.details-leftsection h6 a { text-decoration: underline; color: #444; }
.details-leftsection p { color: #444; }
.details-leftsection hr, hr.hr { border-bottom: 1px solid #a19782!important; margin-top: 20px; margin-bottom: 20px; }
.details-leftsection h2, .detailhd { font-size: 48px; font-weight: 500; }

#show-less, #show-less2 { display: none; }
#show-less a, #show-more a, #show-less2 a, #show-more2 a { text-decoration: underline; text-transform: uppercase; color: #000; font-weight: 600; font-size: 12px; }
#show-less a:hover, #show-more a:hover, #show-less2 a:hover, #show-more2 a:hover { color: #157f7f; }
.include-ser-list { margin: 0px; padding: 0px; list-style: none; }
.include-ser-list li { float: left; margin: 15px 15px 0px 0px; padding: 0px; background: #fff; 
    padding: 15px; width: 20%; min-height: 150px; border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; display: flex; align-items: center; justify-content: center; flex-direction: column;
    }
.general-row { color: #444; margin-bottom: 16px; }
.general-row h6 { font-size: 23px; margin: 10px 0 0 0; }
.estimatetime-fld {     width: 100%;
    font-size: inherit;
    padding: 15px 20px 12px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #212121; }

#travel-info-wrapper .travel-info-search-results {
    display: flex;
    flex-direction: column;
} 
.travel-info-travel-mode-item:first-of-type {
    font-weight: 600;
    font-size: 18px;
}
.travel-info-travel-mode-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 10px 10px;
}
.travel-info-transport-icon {
    width: 24px;
    height: 24px;
    margin-right: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.travel-info-travel-mode-item:first-of-type .travel-info-transport-icon {
    width: 28px;
    height: 28px;
}
.travel-info-travel-mode-item:first-of-type {
    font-weight: 600;
    font-size: 18px;
}
.travel-info-travel-mode-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 10px 10px;
}
.travel-mode-duration {
    float: right;
}
.travel-info-travel-mode-item img { margin-right: 20px; }
.amenity-list { margin: 0; padding: 0; }
.amenity-list li, .general-row ul li { float: left; margin: 10px 10px 3px 0px; padding: 0px 0px 0px 30px; width: 48%; position: relative; }
.amenity-list li img { position: absolute; left: 0; top: 0; }
.general-row ul li { float: none; width: 100%; }
.details-bdr {
    border-bottom: 1px solid #a19782!important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.apartment-check-container.sticky {
    position: sticky;
    position: -webkit-sticky;
    float: right;
    right: 0;
    top: 100px;
    width: 103%;
    margin-top: 0px;
    z-index: 1;
}
.apartment-check-container .apartment-check-inner {
    position: relative;
}
.apartment-check-container .apartment-check-inner .circle {
    background: #fffbf2;
    width: 100%;
    min-height: 190px;
    border-radius: 0 30px 0 0;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    box-shadow: 0 0 20px 10px hsla(0,0%,80%,.1);
    position: relative;
}

.apartment-check-container .apartment-check-inner .rectangle {
    display: block;
    position: inherit;
    top: -5px;
    width: 100%;
    padding: 0 16px 16px;
    background: #fffbf2;
    border: 1px solid #d8d8d8;
    border-top: 0;
    z-index: 1;
    box-shadow: 0 20px 20px 10px hsla(0,0%,80%,.1);
}
.apartment-check-container .apartment-check-inner .from-price {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 1px 10px;
}
.apartment-check-container .apartment-check-inner .from-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
}
.apartment-check-container .apartment-check-inner .rectangle .range-inputs {
    margin-bottom: 8px;
}
.apartment-check-container .apartment-check-inner .rectangle .range-inputs .cal-input {
    position: relative;
    display: flex;
}
.apartment-check-container .apartment-check-inner .rectangle .t-dates {
    width: 95%; height: 40px;
    margin: 0px;
    padding: 0px 10px 8px 8px!important;
    text-align: left;
    background-color: #fff;
    border-radius: 2px;
    line-height: 2;
}

.apartment-check-container .apartment-check-inner .rectangle .t-check-out .t-dates { float: right; }

.apartment-check-container .apartment-check-inner .rectangle .t-datepicker-days { right: -109px!important; left: auto!important }
.apartment-check-container .apartment-check-inner .rectangle .t-check-out .t-datepicker-day { right: -4px!important; left: auto!important }

.apartment-check-container .apartment-check-inner .rectangle .t-check-in .t-date-info-title, 
.apartment-check-container .apartment-check-inner .rectangle .t-check-out .t-date-info-title { left: 10px;
    bottom: 0; margin: 2px 0 0 0; }
.apartment-check-container .apartment-check-inner .rectangle .t-check-out .t-date-info-title { left: 15px; }


.apartment-check-container .apartment-check-inner .rectangle .range-inputs .t-dates:last-of-type {
    margin: 0;
}
.control-select {
    position: relative;
    display: block;
    text-align: left;
    line-height: 44px;
    width: 100%;
    margin: 6px 0;
    font-size: 16px;
}
.apartment-check-container .apartment-check-inner .rectangle .control-select label {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
    padding: 0 35px 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background: #fff;
    padding: 3px 40px 3px 10px;
    border-color: #bdbdbd;
}
.apartment-price-break-desktop {
    width: 100%;
}
.apt-pb-container, .apt-pb-container .apt-pb {
    width: 100%;
    position: relative;
    padding: 4px 0 0;
}
.pb-item { margin: 0px 0px 5px 0px; display: flex; align-items: center; 
    justify-content: space-between; color: #444; }
.apartment-check-container .apartment-check-inner .rectangle .button-primary {
    width: 100%; cursor: pointer; margin-top: 5px;
    height: 48px;
    line-height: 48px; padding: 0 15px; color: #fff;
    font-size: 16px; text-align: center;
    background-image: linear-gradient(79deg,#157f7f,#1ac785);
}
.apartment-check-container .apartment-check-inner .rectangle .button-primary:hover { background-image: linear-gradient(79deg,#1ac785,#157f7f); }
.askaques-btn { width: 100%; display: block; margin-top: 10px; height: 48px; background-color: #fffbf2;
    line-height: 48px; padding: 0 15px; color: #444; border: 1px solid #444; font-size: 16px; text-align: center; }
.askaques-btn:hover { background: #ea741c; color: #fff; border-color: #ea741c; }

.detailname { background: #fffbf2!important; padding: 8px 8px 5px 8px!important; margin: 8px auto 0px auto; border-bottom: 4px solid #ea741c;    
}
.detailname span { /*background:url(../images/logo-watermark.png) center center no-repeat;*/ border-bottom: 2px dotted #ea741c;
 color: #157f7f; font-family: 'gt_america_trialrg';
    font-size: 20px; font-weight: 700; text-transform: uppercase;
    padding: 0px 0px 10px 0px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.logo-icon { margin: 10px auto 0px auto; position: relative; background: #fffbf2; 
    width: 120px; height: 120px; transition: all 0.3s ease-in-out;
     border-radius: 100%; display: flex; align-items: center; justify-content: center; box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.logo-icon img { max-width: 60%; }
.apartment-check-container:hover .logo-icon { transform: rotate(360deg) scale(1.05); }

.detail-dropdown { padding: 10px 0px 0px 0px; }
.detail-dropdown select { width: 100%; height: 40px; margin: 0px; padding: 8px 10px 8px 8px !important;
    text-align: left; background-color: #fff; border: 1px solid #157f7f47; border-radius: 2px; }
.border-none { border: 0 none; }
.loginmodal .modal-content { border-radius: 0; }
.loginmodal h2 { font-size: 42px; margin-bottom: 20px; }
.googlebtn { display: inline-block; border: 1px solid #dadce0; padding: 0 10px; border-radius: 5px; color: #3c4043; cursor: pointer; font-size: 14px; font-weight: 600; height: 40px; width: 100%; 
    display: flex; align-items: center; justify-content: center; }
.googlebtn img { margin-right: 20px; }
.googlebtn:hover { border-color: #d2e3fc; background: #f7faff; }
.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    line-height: 1;
    text-align: center;
    margin: 7px 0px 0px 0px;
    padding: 10px 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #bec5c8;
}
.divider:after, .divider:before {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(top,rgba(255,210,210,0) 42%,#a5a5a5 51%,hsla(0,0%,100%,0) 52%);
    background-image: -moz-linear-gradient(top,rgba(255,210,210,0) 42%,#a5a5a5 51%,hsla(0,0%,100%,0) 52%);
    background-image: -webkit-linear-gradient(top,rgba(255,210,210,0) 42%,#a5a5a5 51%,hsla(0,0%,100%,0) 52%);
    background-image: linear-gradient(top,rgba(255,210,210,0) 42%,#a5a5a5 51%,hsla(0,0%,100%,0) 52%);
}

.divider:before {
    background-position: right 0.4em top 50%;
}
.divider:after {
    background-position: left 0.4em top 50%;
}
.formrow { margin: 15px 0px 10px 0px; padding: 0px; }
.formrow input[type=text], .formrow input[type=password] { width: 100%; height: 60px; border: 1px solid #dadce0; padding: 0 16px;
    font-size: 16px; background-color: #fff; border-radius: 2px; color: #212121;  }
.forgotpass-row a { font-size: 14px; text-decoration: underline; }
.forgotpass-row a:hover { text-decoration: none; }
.loginbtn {
 width: 100%; display: block;
    cursor: pointer;
    margin-top: 25px;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    text-align: center; text-transform: uppercase;
    background-image: linear-gradient(79deg,#157f7f,#1ac785); }
.loginbtn:hover { color: #fff; background-image: linear-gradient(79deg,#1ac785,#157f7f); }
.privacypara, .termspara { font-size: 13px; color: #000; }
.privacypara a { font-size: 13px; line-height: 1.5; color: #157f7f; text-decoration: underline; }
.privacypara a:hover { color: #000; text-decoration: none; }
.termspara { position: relative; padding-left: 20px; }
.termspara input[type=checkbox] { position: absolute; left: 0px; top: 5px; }

.boxdiv {
    border: 1px solid #d8d8d8;
    background-color: #fffbf2;
    padding: 30px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 14px;
}

@media (min-width: 992px){
    .booking-area3 { position: fixed; top: 63px; width: 66.66666667%; z-index: 4 }
    .filtercont { position: fixed; top: 130px; width: 66.66666667%; z-index: 3; }
}
@media (min-width: 769px){
     .container-fluid { padding-left: 45px; padding-right: 45px; }
     .googlebtn { justify-content: flex-start; }
     .googlebtn img { margin-right: 120px; }
}
@media (max-width: 769px){
    .flag-dropdown-menu { width: 100%; }
    .currency-dropdown-menu { width: 100%; }
}
.advance-country-code {
  display: block; padding: 0px 15px;
}

.jq-flag-img {
  display: inline-block;
  width: 20px;
}

.jq-country-code-number {
  width: 40px;
  display: inline-block;
}

.jq-selected-country-code {
  display: inline-block;
  padding: 0 2px;
  vertical-align: 1px;
  text-decoration: none;
  font-size: 13px;
  color: #242426;
}

.jq-flag-selection {
    width: 100%;
    height: 54px;
    padding: 0 2px 0 2px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    display: inline-block;
    line-height: 54px;
}

.arrow-down {
      float: right;
      width: 0;
      height: 0;
      margin: 22px 0 0 5px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #000;
}

.jq-flag-selection-list {
      position: absolute;
      top: 100%;
      max-height: 300px;
      height: auto;
      max-width: 400px;
      width: 300px;
      background: #f5f5f5;
      overflow-y: auto  ;
      overflow-x: hidden;
      border: 1px solid #bdbdbd;
      z-index: 2;
      display: none;
      box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

.jq-flag-selection-list ul {
  list-style: none;
}

.jq-flag-selection-list ul li {
}

.jq-country-code {
      width: 100%;
      display: inline-block;
      margin-top: -1px;
      text-decoration: none;
      font-size: 13px;
      color: #000;
      padding: 5px 20px 5px 10px;
      font-size: 13.3333px;
}
.jq-country-code.active {
  display: inline-block;
  background: #DD4814;
  color: #fff;
}



/*harpreet css end*/



/* 08/Nov/23 */
.booking-information-container .information {
    position: relative;
    padding: 20px 0;
    color: #757575;
}

.booking-information-container .information .apartment-name {
    float: left;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    color: #212121;
}

.booking-information-container .information .location {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}

.booking-information-container .information .location .icon {
    float: left;
    margin-left: 4px;
}

.booking-information-container .information .location .text {
    float: left;
    line-height: 20px;
    margin-left: 4px;
}

.booking-information-container .information .apartment-details {
    margin-top: 8px;
}


.booking-information-container .information .time {
    float: left;
    width: 100%;
}

.create-reservation .hr {
    float: left;
    width: 100%;
    border: 0;
    border-top: 1px solid #e0e0e0;
    /* margin: 25px 0; */
    background: #fff;
}

.booking-information-container .information .time .icon {
    float: left;
}

.booking-information-container .information .time .dates {
    float: left;
    margin-left: 10px;
    font-weight: 700;
}

.booking-information-container .information .booking-information {
    float: left;
    width: 100%;
    margin-top: 14px;
}


.break-down-desktop-container .desktop-item {
    float: left;
    width: 100%;
    margin: 2px 0;
    color: #616161;
    line-height: 22px;
}

.break-down-desktop-container .price span {
    color: #595B6B;
    font-size: 17px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;
}

.break-down-desktop-container .desktop-item .label {
    float: left;
}

.break-down-desktop-container .desktop-item .price {
    float: right;
    font-weight: 700;
}

.break-down-desktop-container .total {
    float: left;
    width: 100%;
    color: #212121;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    font-size: 24px;
    padding: 20px 0;
    margin-top: 15px;
    font-weight: 700;
}

.break-down-desktop-container .total .value {
    float: right;
}

/* .booking-information-container .hr.thin {
    margin: 15px 0;
} */

.booking-information-container .apartment-image {
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    height: 220px;
}

/* 09/Nov-23 */


.details-container {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 32px;
}
.details-container .header {
    display: flex;
    justify-content: space-between;
}

.details-container .header .title-container {
    flex: 3;
}

/* .details-container .header .title-container .title {
    float: left;
    width: 100%;
    line-height: 70px;
    font-size: 48px;
    font-weight: 500;
} */

.title-container .details-hd{
    margin: 0px !important;
}

.details-container .header .title-container .sub-title {
    float: left;
    width: 100%;
    color: #000;
    margin-top: 5px;
    font-weight: 700;
}

.details-container .header .fast-login-button {
    padding: 14px;
    font-size: 12px;
    display: inline-table;
    background-color: #ea741c;
    /* border: 1px solid rgba(0,119,153,.1); */
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 19px;
    max-height: 43px;
    color: #fff;
}

.details-container .header .fast-login-button span {
    padding: 0 5px;
    line-height: 20px;
}

.details-container .header .fast-login-button:hover{
    background-color: #2e1913;
}

.details-container .details-body-container {
    position: relative;
    float: left;
    width: 100%;
    /* background: #fff; */
    margin-top: 37px;
    margin-bottom: 50px;
}

.details-container .details-body {
    float: left;
    width: 100%;
}

.details-inputs {
    float: left;
    width: 100%;
}

.details-inputs .double .inputs {
    display: flex;
}

.details-inputs .double .input {
    margin-right: 8px;
    flex-basis: 100%;
}

.input.medium {
    padding: 0 16px;
    font-size: 16px;
}

.input.medium {
    height: 56px;
    min-height: 56px;
}

.details-inputs .double .input:last-of-type {
    margin-right: 0;
}

.details-inputs .double .input {
    margin-right: 8px;
    flex-basis: 100%;
}

.details-inputs .double .errors{
    display: flex;
}


.details-inputs .phone {
    float: left;
    width: 100%;
    border: 0;
    margin-bottom: 8px;
}

.details-inputs .intl-tel-input {
    display: flex;
    justify-content: flex-end;
}


.intl-tel-input {
    position: relative;
    display: inline-block;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.details-inputs .flag-container {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.details-inputs .flag-container {
    position: static;
    width: 19%;
    margin-right: 8px;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}



.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.details-inputs #input-tel {
    flex-basis: 80%;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
}

.details-inputs input[type=tel] {
    position: static;
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0;
}

.details-inputs .full-width {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.details-inputs .input {
    padding: 14px 10px 13px;
    background-color: #fffbf2;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 8px;
    color: #212121;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    color:#000;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fffbf2;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    margin-right: 6px;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

.intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.details-inputs .full-width .input:last-of-type {
    margin-right: 0;
}

.details-inputs .full-width .input {
    flex-basis: 100%;
    flex-shrink: 0;
}

.details-inputs .text-confirmation {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.details-inputs .text-confirmation #marketingMessages {
    margin: 6px 5px 0 0;
    float: left;
}
.details-inputs .text-confirmation label {
    font-size: 12px;
    color: #616161;
}

.policy-coupon-container {
    float: left;
    width: 100%;
}

.create-reservation .hr {
    float: left;
    width: 100%;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 25px 0;
    background: #fff;
}

.create-reservation .hr {
    float: left;
    width: 100%;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 25px 0;
    background: #fff;
}

.policy-coupon-container .button-wrapper {
    float: left;
    width: 100%;
}

.policy-coupon-container .event-button {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #079;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    line-height: 20px;
}

.policy-coupon-container .event-button svg {
    float: left;
    margin-right: 10px;
}

.policy-change-constainer {
    float: left;
    width: 100%;
}


.policy-change-constainer .policy-change-header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.policy-change-constainer .policy-change-header .label {
    float: left;
    font-size: 24px;
}

.policy-change-constainer .policy-change-header .rates {
    float: right;
    color: #079;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
}

.policy-change-constainer .items {
    display: flex;
    width: 100%;
}

.policy-change-constainer .items .item {
    flex-basis: 100%;
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 3px;
}

.radio:checked, .radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.policy-change-constainer .items .item label {
    padding-left: 40px!important;
}
.radio:checked+label, .radio:not(:checked)+label {
    position: relative;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    line-height: 23px;
    display: inline-block;
    transition: all .2s ease;
}

.radio:checked+label:before, .radio:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    /* background: #fff; */
}
.radio:checked+label:before {
    border: 2px solid #157f7f;
    border-radius: 100%;
}

.policy-change-constainer .items .item .policy-title.checked {
    font-weight: 700;
}
.policy-change-constainer .items .item .policy-title {
    color: #212121;
}

.policy-change-constainer .items .item .policy-title .price {
    float: right;
}

.policy-change-constainer .items .item .policy-title.checked {
    font-weight: 700;
}

.policy-change-constainer .items .item .policy-title {
    color: #212121;
}

.policy-change-constainer .items .item .description {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #757575;
}

.radio:checked+label:after {
    opacity: 1;
    transform: scale(1);
}
.radio:checked+label:after, .radio:not(:checked)+label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #157f7f;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    transition: all .2s ease;
}

.policy-change-constainer .items .item {
    flex-basis: 100%;
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 3px;
}

.radio:checked, .radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.details-container .details-footer {
    float: left;
    width: 100%;
    margin-top: 32px;
}

.details-container .details-footer .terms {
    float: left;
    font-size: 13px;
    color: #484848;
}

.details-container .details-footer .button-wrapper {
    float: right;
    position: relative;
    padding-bottom: 34px;
}


.details-container .details-footer .button-wrapper .button-primary {
    float: right;
    font-size: 14px;
    font-weight: 700;
    width: 235px;
}
.button-primary.big {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20.4px;
}

.button-primary {
    display: inline-block;
    opacity: 1;
    background: #ea741c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.button-primary:hover{
    background-color: #2e1913;
}

.details-container .details-footer .button-wrapper .dont-worry {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.break-down-desktop-container {
    float: right;
    flex-basis: 31.207%;
    margin-top: 24px;
    padding-bottom: 40px;
}

.radio:not(:checked)+label:before {
    border: 2px solid #9e9e9e;
    border-radius: 100%;
}

.radio:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    /* width: 36px; */
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input.separate-dial-code .selected-flag {
    /* background-color: rgba(0,0,0,.05); */
    display: table;
}



.intl-tel-input .hide {
    /* display: none; */
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}


.modal-header-login{
    border-bottom: 0px !important;
}


.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.login-container .title{
    font-size: 45px;
    line-height: 1.33;
    text-align: center !important;
    color: #157f7f;
    padding: 0 0 24px;
    font-weight: 800;
}

/* .qJTHM {
    -webkit-user-select: none;
    color: #202124;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
} */


.login-container .inputs-block .input {
    float: left;
    width: 100%;
}

.input.big {
    height: 64px;
    border: 1px solid #bdbdbd;
}

.input.big, .input.medium {
    padding: 0 16px;
    font-size: 16px;
}

.inputs-block .input {
    padding: 14px 10px 13px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 8px;
    color: #212121;
}

.login-container .login-options {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.login-container .login-options .forgot-password {
    cursor: pointer;
}

.login-container .login-options #remember-me {
    margin: 5px 5px 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.login-container .login-options .forgot-password>span {
    border-bottom: 1px solid #157f7f;
}

.float-width {
    float: left;
    width: 100%;
}


.login-container .have-account {
    /* align-self: center; */
    margin: 20px 0px !important;
    cursor: pointer;
    text-align: center;
}

.login-container .have-account .sign-up-link {
    border-bottom: 1px solid #157f7f;
}

.login-button-google {
    display: flex;
    justify-content: center;
}



.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.press-wrapper .press-container {
    float: none;
}

.press-wrapper .press-container h1 {
    clear: both !important;
    text-align: center !important;
    margin: 30px;
}


.press-wrapper .press-container .press-items-wrapper {
    clear: both;
    columns: 25em;
    column-gap: 20px;
    padding: 0 0 10px;
}


.press-wrapper .press-container .press-items-wrapper .press-item {
    width: 100%;
    float: left;
    text-align: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 20px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 30px 0 10px;
    box-shadow: 0 4px 5px 0 #b9b9b9;
}


.press-wrapper .press-container .press-items-wrapper .press-item .article-url {
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 10px;
}

.press-wrapper .press-container .press-items-wrapper .press-item img {
    width: 330px !important;
    margin: 0 0 20px;
    max-width: 60%;
}


.press-wrapper .press-container .press-items-wrapper .press-item .press-item-text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #616161;
}


.press-wrapper .press-container {
    float: none;
}


/*Career Page css start here*/

.careersection1 {
    padding: 40px 0px;
    margin: 0px;
}

.careersection2 {
    padding: 80px 0px 40px 0px;
    margin: 0px;
}

.bighd {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
}

.careersection1 img{
    border-radius: 15px;
}

.ethoscont2 {
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px !important;
    margin-bottom: 20px;
    border-radius: 10px;
}
.ethoscont {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    min-height: 278px;
    transition: all 0.3s ease-in-out;
}

.ethoscont2 img {
    margin-bottom: 0px;
    margin-right: 15px;
}
.ethoscont img {
    margin: 10px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
}

.ethoscont h3 {
    font-size: 1.20rem;
    font-weight: 600;
    color: #000;
}


.ethoscont:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}



.applybtn {
    font-weight: 600;
    height: 40px;
    padding: 10px 60px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    background: #ea741c;
    transition: ease-in .4s;
    line-height: 1.6;
}

.applybtn:hover{
    color: #fff;
    background-color: #2e1913;
}

.modal-header2 {
    border-bottom: 0px !important;
}

.queryrow {
    margin: 25px 0px 0 0;
}

.queryrow a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #ea741c;
    padding: 0px 30px;
    border-radius: 3px;
}


.queryrow input, .queryrow select {
    border-radius: 3px!important;
    height: 50px;
    background: #fffbf2;
    height: 45px;
    font-size: 15px;
}

.enquirypop textarea {
    min-height: 90px;
    font-size: 15px;
    border-radius: 3px!important;
    background: #fffbf2;
}
/* Career Page css end*/


/* contact us css start  */

.contact-container {
    float: left;
    width: 100%;
    font-size: 16px;
}

.full-width-image {
    width: 100%;
    height: 370px;
    background-image: url(../img/slider/slider_bg5.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.contact-container .contact-details-wrapper {
    margin: 0 5%;
}

.contact-container .contact-form-content-wrapper, .contact-container .customer-care-content-wrapper {
    width: 50%;
    float: left;
}

.contact-container .contact-form-content-wrapper .content-block, .contact-container .customer-care-content-wrapper .content-block {
    padding: 0;
}


.contact-container .contact-form-content-wrapper .title, .contact-container .customer-care-content-wrapper .title {
    float: none;
    margin: 70px 0 40px;
}

.contact-container .contact-info-wrapper {
    font-size: 16px;
    margin: 0 0 20px;
}

.contact-container .contact-info-wrapper .contact-info-item {
    display: inline-block;
    margin: 10px 0;
    width: 33%;
}

.contact-container a {
    color: #079;
    text-decoration: none;
}

.chat-option-wrapper {
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 15px;
    cursor: pointer;
}

.chat-option-wrapper .chat-option-icon-wrapper {
    margin-right: 12px;
    display: flex;
}

.chat-option-wrapper .chat-option-text {
    font-size: 14px;
    font-weight: 700;
}

.contact-container .contact-form-content-wrapper p, .contact-container .customer-care-content-wrapper p {
    font-size: 16px;
    line-height: 24px;
    max-width: 644px;
    margin: 0 0 40px;
}

.contact-container .form-field {
    width: 100%;
    font-size: 16px;
    padding: 14px 16px;
    margin: 4px 0;
}


.contact-form-content-wrapper .intl-tel-input {
    display: flex;
    justify-content: flex-end;
    height: 56px;
    margin: 4px 0;
}


.contact-form-content-wrapper .flag-container {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.contact-form-content-wrapper .flag-container {
    position: static;
    margin-right: 8px!important;
    width: 25%!important;
}

.contact-form-content-wrapper #input-tel {
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    width: calc(75% - 8px);
}

.contact-form-content-wrapper .intl-tel-input .selected-flag .iti-arrow {
    width: 0;
    height: 0;
    border-color: #444 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    right: 10px;
}

.contact-form-content-wrapper .selected-dial-code {
    font-size: 16px;
}

.contact-form-content-wrapper .selected-flag {
    width: 100%!important;
    background-color: initial!important;
}

.input-wrapper .input{
    background-color: #fffbf2;
    border: 1px solid #e0e0e0;

}

.contact-form-content-wrapper .select {
    width: 100%;
    margin: 4px 0;
    border: 1px solid #e0e0e0;
}



.contact-form-content-wrapper select {
    width: 100%;
    margin: 4px 0;
    / height: 56px; /
    background-color: #fffbf2;
    border:1px solid #e0e0e0 !important;
    padding: 20px 16px;
    font-size: 14px;
    color: #636363;
}

.selectBox-wrapper select:focus{
    outline: none !important;
    border:1px solid #e0e0e0 !important;
}

.contact-container textarea.form-field {
    height: 250px;
}


.radio-buttons-wrapper {
    margin: 0px;
}

.radio-buttons-wrapper .radio-title {
    margin: 35px 0 16px;
}

.radio-buttons-wrapper label {
    margin: 0 40px 0 0;
}


.contact-form-content-wrapper button[type=submit] {
    width: 150px;
    padding: 0;
    border: 0;
    float: right;
}

.contact-form-inner-wrapper .done-message {
    opacity: 0;
    line-height: 1.5;
    float: left;
}


.contact-container .react-tabs__tab-list {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.react-tabs__tab-list {
    margin: 0 0 10px;
    padding: 0;
}

.contact-container .react-tabs__tab-list .react-tabs__tab:last-child {
    margin-right: 0;
}
.contact-container .react-tabs__tab-list .react-tabs__tab--selected {
    padding: 0 0 24px;
}

.contact-container .react-tabs__tab-list .react-tabs__tab {
    margin: 0 5% 0 0;
    padding: 0 0 16px;
    font-size: 14px;
    max-width: 40%;
    box-sizing: border-box;
}

.react-tabs__tab--selected {
    / background: #fff; /
    / color: #079; /
    padding: 16px 0;
    border-bottom: 4px solid #157f7f !important;
}

.react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    margin: 6px 40px 16px 0;
    cursor: pointer;
    font-weight: 600;
}

.react-tabs__tab-panel--selected {
    display: block;
}

.contact-container .react-tabs__tab-panel .contact-table-row {
    line-height: 22px;
    color: #616161;
    margin: 0 0 20px;
}

.contact-container .react-tabs__tab-panel .contact-table-row .item-title {
    min-width: 165px;
}
.contact-container .react-tabs__tab-panel .contact-table-row span {
    display: inline-block;
}

.contact-container .react-tabs__tab-panel .contact-table-row {
    line-height: 22px;
    color: #616161;
    margin: 0 0 20px;
}
/* contact us css end */

.detailpagetabs { border-bottom: 0!important; margin-bottom: 30px; }
.nav-tabs.detailpagetabs .nav-item .nav-link { font-size: 16px; font-weight: 500; padding: 6px 15px;
    margin-right: 10px; color: #616161; border: 1px solid #157f7f; border-radius: 25px;

 }
.nav-tabs.detailpagetabs .nav-item .nav-link:hover, 
.nav-tabs.detailpagetabs .nav-item.show .nav-link, 
.nav-tabs.detailpagetabs .nav-link.active { background: #157f7f; color: #fff }
.general-row2 ul li img {
    position: absolute;
    left: 0;
    top: 0;
}
.full-width-image2 {
    width: 100%;
    height: 70px;
    background-image: url(../img/slider/slider_bg5.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}
.table th, .table td { text-align: left; padding-left: 10px!important; padding-right: 10px!important; }
.table td h6{ font-size: 15px; color: #000; }
.ordergrid-list li { font-size: 13px; line-height: 1.3; margin: 0px; padding: 0px; }
.policyhd { font-size: 23px; margin: 10px 0 0 0; }
table.policytable { margin: 0px 0px 15px 0px; padding: 0px; background: transparent!important; }
table.policytable th, table.policytable td { text-align: left; vertical-align: middle; background: transparent!important; padding: 5px 10px!important; border-color: #d8d8d8!important }
table.policytable td { border-left: 1px solid #d8d8d8!important; }
.pos-rel { position: relative; }
.allimg-btn { 
    background: #fff;
    border: 0 none;
    border-radius: 20px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #0559b3; padding: 6px 25px; z-index: 1;
}

@media (min-width: 1400px){
   .container-fluid { max-width: 1400px; }
}


.gallerypopup .modal-content { padding: 20px 27px 20px 20px; max-height: 100vh; overflow-y: scroll; }
.gallerypopup-img { margin: 10px 0; }




/*----About US start ---- */


.heading{
    width:auto;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.about-content {
    text-align: justify;

}

.about-container{
    width: 100%;
    padding: 70px 0;

}

.excellence3{
    margin-bottom: -50px;
}


.excellence{
      position: relative;
    bottom: 80px;
    left: 90px;
        width: 89%;
}


.excellence-left{
      position: relative;
    bottom: 80px;
    right: 0px;
        width: 89%;
}

   

.about-para {
    font-size: 18px;
    position: relative;
    top: 5px;
}

.excellence3 {
    margin-top: 50px;
}

.term{
    font-size: 30px;
}

.privacy-content{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

   

.content-block,.title h5 {
    font-size: 18px;


}

/* .privacy-section{
    border-radius: 2%;
    background-color: #fff;
    padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  */

    
.inform{
    border: 1px solid #f2f2f2;
    width: -webkit-fill-available;
    padding: 20px 0;
}
        
.inform h5{
    font-size: 20px;
        width: fit-content;
}




/*----About US end ---- */




/* Himanshu CSS */
.f-contact li {
    align-items: center;
}

.heading.inSecTitle{
    font-size: 36px;
    padding-bottom: 7px;
    margin-bottom: 42px;
}
.inSecTitle{
    position:relative;


}
.heading.inSecTitle span{
    /* font-size: 22px;
    padding: 10px 13px;
    display: inline-block;
    background: #ffeddc;
    margin-bottom: 8px;
     */
    font-size: 18px;
    padding: 7px 12px;
    display: inline-block;
    background: #ff6c00;
    margin-bottom: 8px;
    color: #ffffff;
}
.inSecTitle::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #ff6c00;
    bottom: -12px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.inSecTitle::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #008181;
    bottom: -16px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    z-index: 1;
    border: 2px solid #fff;
}

.about-content.align p{
    text-align: justify;
    margin: 0px;
}
.secImg{
    width: 100%;
}
.secImg .secimg-i{
    width: 100%;
}
.secImg.floatR{
    width: 31%;
    float: right;
    margin-left: 30px;
    margin-bottom: 0px;
}

.cb-margin {
    margin-top: 42px;
}
.justSubTitle {
    font-size: 22px;
}
.justSubTitle span{
    color: #cd751c;
}

.content-wrapper.margin{
    margin-top: 28px;
}
.careersection2.cus-margin{
    padding-top: 50px;
}
.privacy-section{
    border-radius: 0px;
    padding-bottom: 60px;
}


.privacyWrapper{
    padding: 50px;
    background: #fff;
    margin-top: -50px;
    box-shadow: 0px 0px 17px #00000040;
}
.prColInfoCard{
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin: 7px 0px;
}
.privacy-col-info .prColInfoCard p{
    text-align: left;
    font-size: 18px;
    line-height: normal;
    margin-top: 12px;
    margin: 0px;
}
.prColInfoCard h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 6px;
    line-height: normal;
}

.about-content.align p{
    font-weight: normal;
}

.prColInfoCard ul li {
    margin: 0px;
    line-height: 22px;
    color: #111111;
    list-style-type: square;
    display: inline-block;
    list-style: disc;
    padding-left: 10px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
}
.prColInfoCard ul li::after{
    content: '';
    position: absolute;
    /* background-image: url(../img/dot.png); */
    background-size: 23px;
    width: 9px;
    height: 9px;
    left: 0px;
    bottom: 0px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
}


.content-wrapper ol, .content-wrapper ul {
    margin-left: 10px;
    padding-left: 20px;
}
.content-wrapper ol li, .content-wrapper ul li {
    display: list-item;
    list-style-type: number;
    color: #111111;
}
.cb-margin.normr {
    margin: 0px;
}
.appart-stats { font-size: 20px; margin: 0px 0px 20px 0px; }
.appart-statlist { margin: 0px; padding: 0px; list-style: none; }
.appart-statlist li { display: inline-block; margin: 10px 0px 10px 0px; padding: 0px; list-style: none; }
.bedroomcont { margin: 20px 0px 0px 0px; }
.bedroomcont h5 { color: #000; font-size: 15px; }
.bedroomcont p { margin: 8px 0 0 0; font-size: 14px; line-height: 1.4; text-align: left; }
.normalfont { font-family: arial, sans-serif; font-weight: 400; }



.contactsocial { margin: 10px 0px; padding: 0px; list-style: none; }
.contactsocial li { margin: 10px 0px 20px 0px; padding: 0px 0px 0px 45px; position: relative;  }
.contactsocial li img, .contactsocial li svg { left: 0px; top: -2px; position: absolute; transition: all 0.3s ease-in-out; }
.contactsocial li a { display: block; }
.contactsocial li:hover img, .contactsocial li:hover svg { transform: scale(1.3) rotate(370deg); }


@media (min-width: 767px){
   .appart-statlist li { display: inline-block; margin: 10px 30px 0px 0px; }
}

