
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,600,600i,700,700i&display=swap');
/**

  1. General
     - Variables
     - Transition
     - Shadow

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color

  4. SocialIcon

  5. TopBar

  6. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)

  7. Footer
     - FirstFooter
     - SecondFooter
     - ttm-recent-post-list
     - menu-footer-services
     - mailchimp-inputbox
     - Footer-nav-menu

  8. GoTop BUtton
  
  9. Page-Title-Row


**/

 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 list-style: none;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #a1be95; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #202525; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}

blockquote{ 
    font-size: 18px;
    line-height: 34px;
    margin: 0 10px 0;
}

p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #a1be95; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff5e14; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #ff5e14; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 11px 28px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #a1be95;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #8d8a8a;
    background-color: #fff;
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Noto Serif', serif; margin-bottom: 15px; font-weight: 600; color: #383838;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 40px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 25px; line-height: 30px; }
h5 { font-size: 18px; line-height: 34px; }
h6 { font-size: 14px; line-height: 28px; }

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/** Transition **/

#totop,.featuerd-imagebox-services img,.featured-item img,.ttm-portfolio-box-view-overlay,.featuerd-imagebox-room img {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .ttm-btn,.ttm-btn i, i.ttm-btn, a.nav-link , .social-icons li>a,.featured-title h5 {
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

/**  Shadow **/
.box-shadow1{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}



/* ===============================================
    Spacing
------------------------*/

.spacing-1{
  padding-top: 85px!important;
  padding-bottom: 85px!important;
  padding-left: 35px!important;
  padding-right: 30px!important;
}
.spacing-2{padding: 30px 30px 10px;}

/** Padding **/
.padding-150{ padding: 150px; }
.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-100{padding-right: 100px !important;}


.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-100{padding-top: 100px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}


/** Margin **/
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100 { margin-top: -100px !important;}
.mt_125{ margin-top: -125px!important; }

.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.ml_20{ margin-left: -20px !important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_50{ margin-left: -50px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-15 { margin-right: 15px!important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.mr_90{ margin-right: -90px ;}
.mr_100{ margin-right: -100px ;}

.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb_60 { margin-bottom: -60px !important; }



/* ===============================================
    Color
------------------------*/


/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu > ul,
#site-header-menu #site-navigation .menu ul > li.active > a,
#site-header-menu #site-navigation .menu ul > li > a:hover,
#site-header-menu #site-navigation .menu ul > li:before,
.section-title h2.title strong,
.ttm-icon_element-color-skincolor,
.contact-widget ul:not(.social-icons) li i,
.ttm-icon_element-color-skincolor i,
.footer .social-icons li>a:hover,
.ttm-tabs ul.tabs li.active a,
.section-title h5,
.featuerd-imagebox-services .featured-title h5:hover,
.featured-icon-box.style1 .feature-desc p a:hover {
  color: #a1be95;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-icon_element-background-color-skincolor,
#totop.top-visible,
.social-icons.square li>a:hover ,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover,
.contactform button,
.contactform button i,
.featured-desc ul i,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover{
  background-color: #a1be95;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,
.ttm-tabs ul.tabs li.active a{
  border-color: #a1be95;
}
/** 2.darkgrey **/

/** color-darkgrey **/
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey{
  color: #383838;
}

/** bg-color-darkgrey **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.contactform button:hover,
.contactform button:hover i,
.featuerd-imagebox-room .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover{
  background-color: #383838;
}
.ttm-btn-style-border.ttm-btn-color-darkgrey,
.featuerd-imagebox-room .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover{
  border-color: #383838;}


/** grey-bg-color **/
.ttm-bgcolor-grey{ background-color: #f8f8f8; }

/* white-color */
.ttm-topbar-wrapper.ttm-textcolor-white, 
#site-header-menu #site-navigation .menu ul > li > a,
.ttm-textcolor-white h1, 
.ttm-textcolor-white h2, 
.ttm-textcolor-white h3, 
.ttm-textcolor-white h4, 
.ttm-textcolor-white h5, 
.ttm-textcolor-white h6, 
.ttm-textcolor-white p,
.ttm-bgcolor-skincolor h2,
.ttm-bgcolor-skincolor h1,
.ttm-bgcolor-skincolor h3,
.ttm-bgcolor-skincolor h4,
.ttm-bgcolor-skincolor h5,
.ttm-bgcolor-skincolor h6,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor a, 
.ttm-textcolor-white a, 
.featured-desc ul i,
.ttm-textcolor-white .ttm-box-content .ttm-box-title h5 a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover, 
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-icon.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,
ul.services_list li,
ul.services_list li:before {
    color: rgba(255,255,255,1);
}
.ttm-bgcolor-skincolor.ttm-textcolor-white a:hover,
.ttm-bgcolor-darkgrey p,
.featured-icon-box.style1 .feature-desc p a{
    color: rgba(255,255,255,0.70);
}
.ttm-topbar-wrapper .ttm-btn:hover,
.featuerd-imagebox-services{
  background-color: #fff;
}
.ttm-bgcolor-skincolor blockquote{ color: rgba( 255, 255, 255, 0.65); }

#site-header-menu #site-navigation .menu ul li > a,
.contactform .field-row input, .contactform .field-row select,.ul.services_list li{
  font-family: 'Noto Serif', serif; 
}
.section-title h5{
  font-family: 'Open Sans', sans-serif; 
}

/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 5px 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 6px;
}
.social-icons.circle li>a {
    display: block;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    border: 1px solid;
    color: #fff;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a,
.ttm-bgcolor-grey .social-icons.circle li>a{
  background-color: #fff;
}

.social-icons.square li{ margin: 6px 0 5px; }
.social-icons.square li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
}
.ttm-bgcolor-darkgrey .social-icons.square li>a, 
.ttm-bgcolor-skincolor .social-icons.square li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.square li>a, 
.ttm-bgcolor-skincolor .social-icons.square li>a,
.ttm-bgcolor-grey .social-icons.square li>a{
  background-color: #fff;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{ line-height: 48px; }
.ttm-topbar-wrapper .ttm-btn{ display: block;background-color: #859c7b; padding: 13px 18px 13px 18px; margin-left: 13px; }
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.top-contact i {
    font-size: 15px;
    margin-right: 10px;
}
.top-contact li{
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
.top-contact li.list-inline-item:not(:last-child){margin-right: 12px;}
ul.social-link-wrapper{float: right;margin: 0; padding-left: 15px;}
ul.social-link-wrapper li{display: inline-block; padding:0 6px;}
.ttm-topbar-wrapper .ttm-btn:hover{color: #383838 !important;}
/*  ===============================================
    Header
------------------------*/
.ttm-header-wrap {
    z-index: 9999;
    background-color: rgba(56, 56, 56,.85);
    height: 105px;
    position: absolute;
    width: 100%;
}
.site-navigation {
    position: relative;
    text-align: center;
}
#site-header-menu #site-navigation .menu ul { 
  padding: 0px; 
  margin: 0px; 
}
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}

#site-header-menu #site-navigation .menu ul li > a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}


/* ===============================================
    Footer
------------------------*/
.footer{ position: relative; }
.footer .second-footer {
    padding: 60px 0 60px;
    letter-spacing: 0.5px;
}
.footer .ttm-textcolor-white { color: rgba(255,255,255, 1); }
.social-icons.square li>a { background-color: #292e2e; }
.footer .widget { margin: 30px 0 0px; }

.copyright{
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,.70); 
}
.widget-area{
    border-top: 1px solid rgba(255, 255, 255,0.1);
    position: relative;
    margin: 0;
}

.widget-area .contact-widget:not(:last-child){border-right:1px solid rgba(255, 255, 255,.1) }
.widget-area .contact-widget{margin-top: 60px;}
.featured-icon-box.style1{
  padding: 30px 35px;
}
.featured-title h5{
  font-size: 23px;
  font-weight: 400;
}
.featured-title h4{font-size: 25px;}
.feature-desc p{font-size: 16px;}

.featured-icon-box.style2 .feature-content {
    border: 1px solid rgba(0, 0, 0, .09);
    padding: 15px 15px;
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    background: url(../images/ttm-pagetitle-bg.jpg);
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.ttm-page-title-row-inner { 
    width: 100%;
    text-align: center;
    padding: 255px 0 85px 0;
    background-color: rgba(56, 56, 56,.55);
}
.title-box .page-title-heading h1 {
    font-weight: 600;
    font-size: 53px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading{ position: relative; }
.title-box .page-title-heading .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
/*  featured-box {image with content}
---------------------------------------------------------------*/

/* services
---------------------------------------------------------------*/
.featuerd-imagebox-services{padding: 8px;}
.featuerd-imagebox-services .feature-content{
    padding: 55px 15px 15px;
    position: relative;
}
.featured-thumbnails{position: relative;overflow: hidden;}
.featuerd-imagebox-services .feature-content .featured-icon{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.featuerd-imagebox-services .feature-desc p{font-size: 15px;}
.featuerd-imagebox-services:hover img,
.featuerd-imagebox-room:hover img { transform: scale(1.1);}

.featuerd-imagebox-services .ttm-icon.ttm-icon_element-size-md {
    width: 65px;
    height: 40px;
    background: #a1be95;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 0 auto;

}
.featuerd-imagebox-services .featured-icon .ttm-icon:before{
    content: "";
    position: absolute;
    top: -23px;
    left: -3px;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-bottom: 21px solid #a1be95;
  }
.featuerd-imagebox-services .featured-icon .ttm-icon:after{
    content: "";
    position: absolute;
    bottom: -21px;
    left: -3px;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 34px solid transparent;
    border-top: 20px solid #a1be95;
}
.featuerd-imagebox-services .icon-box{
    width: 83px;
    height: 40px;
    background:  rgba(161, 190, 149,.4);
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.featuerd-imagebox-services .featured-icon .icon-box:before{
        content: "";
    position: absolute;
    top: -31px;
    left: -2px;
    width: 0;
    height: 0;
    border-left: 43px solid transparent;
    border-right: 43px solid transparent;
    border-bottom: 31px solid rgba(161, 190, 149,.4);

  }
.featuerd-imagebox-services .featured-icon .icon-box:after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: -2px;
    width: 0;
    height: 0;
    border-left: 44px solid transparent;
    border-right: 43px solid transparent;
    border-top: 29px solid rgba(161, 190, 149,.4);
}
/*  room
---------------------------------------------------------------*/
.featuerd-imagebox-room{ position: relative;overflow: hidden;  }
.featuerd-imagebox-room .ttm-box-view-overlay {
    position: absolute;
    bottom: -30%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,.43);
}
.featuerd-imagebox-room:hover .ttm-box-view-overlay {
    opacity: 1;
    bottom: 0;
}
.featuerd-imagebox-room .ttm-box-view-content-inner {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    overflow: hidden;
}
.featuerd-imagebox-room .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill{
    background-color: transparent;
    border-color: rgb(255, 255, 255,.4);
}
.featuerd-imagebox-room:hover .ttm-media-link{
    opacity: 1;
    visibility: visible;
}
/* ===============================================
   features-GALLERY
------------------------*/
.multi-columns-row{
   width: 100%;
   overflow: hidden;
   padding: 25px;
   background: #fff;
   margin-left: 0;
   margin-right: 0;
}
.featured-gallery-item{position: relative;overflow: hidden;}
.featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.featured-thumbnail img{width: 100%;}
.ttm-portfolio-box-view-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(28,28,28,.7);
    top: 0;
    left: 0;
    z-index: 2;
   -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.ttm-portfolio-box-view-overlay,
.ttm-media-link{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.ttm-media-link{
  font-size: 30px;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 21;
}
.featured-gallery-item:hover .ttm-portfolio-box-view-overlay{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.featured-gallery-item:hover .ttm-media-link,
.featured-gallery-item:hover .ttm-portfolio-box-view-overlay{
    opacity: 1;
    visibility: visible;
}
.featured-gallery-item:hover img {
    transform: scale(1.1);
}