
@import url('http://fonts.googleapis.com/css?family=Droid+Serif:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800&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: #551f3b; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #fff; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}

blockquote{ font-size: 18px; }

p { 
    margin: 0 0 15px; 
    letter-spacing: 0.5px;
}

*::-moz-selection { 
    background: #551f3b; 
    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: 10px 20px;
    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 #551f3b;
    -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 6px;
}

body { font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #878787;
    background-color: #fff;
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Cormorant Garamond', sans-serif; margin-bottom: 15px; font-weight: 600; color: #252321;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 42px; 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,#site-header-menu #site-navigation .menu > ul > li,
.ttm-portfolio-box-view-overlay,
.featured-item 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, i.ttm-btn, a.nav-link , .social-icons li>a,.ttm-menu-toggle .toggle-block,
.featured-title h5,.featured-desc p {
    -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 15px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.06);
}

.pattern-img{position: absolute;right: 0;top: 0;}
.list-style-disc{list-style-type: disc;}
.box-header{
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}
.slider-height{height: 709px;}

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

/** 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; }


.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; }


.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;}


.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-200{ padding-bottom: 200px !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-55{ margin-top: 55px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !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_142{ margin-top: -142px !important; }

.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !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 ;}

.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; }


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


/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu > ul,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-color-skincolor:hover,
.section-title h5,
.section-title h2.title strong,
ul.services_list li:before,
.breadcrumb-wrapper a:hover,
.featured-gallery-item .ttm-portfolio-box-view-overlay .featured-iconbox a:hover,
.ttm-icon_element-color-skincolor,
.featured-imagebox-attraction a h5:hover,
ul.list-styletwo li i{
  color: #625d9c;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover,
.ttm-stickable-header-w,
.ttm-icon_element-background-color-skincolor,
#totop.top-visible,
ul.title-shape li,
.ttm-tabs ul.tabs li.active,
.featuerd-imagebox-services .featured-content:before{
  background-color: #625d9c;
}
.ttm-tabs ul.tabs li.active a {
  border-color:  #551f3b;
}
.featuerd-imagebox-services .featured-icon-box{
  border-top-color:  #3e3a62;
}
.footer-call-wrapper:before{
    border-bottom-color:  #551f3b !important;
}
/** bg-color-darkgrey **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer ,
.nav-call-wraper i,
.nav-call-wraper:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill,
.contactform button:hover{
  background-color: #3e3a62;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .9;
}
.ttm-bgcolor-black{background-color: #000;}
/** grey-bg-color **/
.ttm-bgcolor-grey{ background-color: #f3f7f9; }

/* white-color */
.ttm-textcolor-white,
.ttm-topbar-wrapper.ttm-textcolor-white, 
.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 a, 
.ttm-textcolor-white a, 
.ttm-tabs ul.tabs li.active 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,
.featuerd-imagebox-services:hover .featured-content .featured-title h5,
.featuerd-imagebox-services:hover .featured-desc p,
.featuerd-imagebox-services:hover .ttm-btn.ttm-btn-color-skincolor,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h5,
.featured-gallery-item .ttm-portfolio-box-view-overlay .featured-iconbox a 
.featured-title > a > h4:hover {
    color: rgba(255,255,255,1);
}
.nav-call-wraper p{color: rgba(255,255,255,1);}
.ttm-bgcolor-darkgrey blockquote{ color: rgba( 255, 255, 255, 0.65); }

.ttm-bgcolor-white,
.about-icon-box .ttm-icon:before, .about-icon-box .ttm-icon:after,
.social-icons.circle li>a:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor ul.title-shape li,
.ttm-icon_element-background-color-white{
  background-color: #fff;
}

.featuerd-imagebox-services:hover .featured-title h4 {
    color: rgba(255,255,255,1);
}

/*
.featured-title > h4:hover {
    color: rgba(255,255,255,1);
}
*/

/* font-family */
.nav-call-wraper h5,
.section-title h5,
.footer-call-wrapper h5{font-family: "Poppins",Tahoma,Geneva,sans-serif; }

.contactform .field-row input, 
.contactform .field-row select{font-family: 'Droid Serif', sans-serif;

}
/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 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;
}
.social-icons.circle li{ margin: 6px 2px 5px; }
.social-icons.circle li>a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ededed;
}
.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;
}

/*  ===============================================
    TopBar
------------------------*/
.topbar-btn-wrap, .top-contact{line-height: 52px;}
.topbar-btn-wrap .ttm-btn.ttm-btn-size-md{background-color: #5d5892; font-size: 15px; font-family: 'Playfair Display', serif;} /* padding: 18px 27px; */
.ttm-topbar-wrapper a{font-size: 14px;}
.ttm-topbar-wrapper .top-contact.text-left {position: relative;float: left;}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.top-contact i {
    font-size: 15px;
    margin-right: 10px;
}
.top-contact li{position: relative;z-index: 1;}
.top-contact li,.top-contact li a,.top-contact i{color: #fff;}
.top-contact li:not(:last-child) {margin-right: 30px;}
.top-contact li:not(:last-child):after{
    content: "";
    position: absolute;
    height: 26px;
    width: 1px;
    right: -15px;
    top: 15px;
    background: rgba(255,255,255,.05);
}
.topbar-btn-wrap {float: right;}
.topbar-btn-wrap .ttm-btn{display: block;}
/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding{line-height: 80px;}
/** SiteNavigation(Menu) **/
.site-navigation {position: relative;}
#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: capitalize;
    position: relative;
}
.nav-call-wraper{padding: 0 0 0 58px;}
.nav-call-wraper:before{
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    left: 30px;
    z-index: 1;
    top: 0;
}
.nav-call-wraper i{
    height: 35px;
    line-height: 35px;
    width: 35px;
    left: 15px;
    color: #fff;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: 50%;
    font-size: 20px;
    z-index: 1;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 0;
    text-align: center;
}
.nav-call-wraper p{font-size: 13px;margin-bottom: 0;}
.nav-call-wraper h5{font-size: 16px;line-height: 24px;}
/* ===============================================
    Footer
------------------------*/
.footer .second-footer {
    padding: 25px 0 50px;
    font-size: 16px;
}
.footer .ttm-textcolor-white { color: rgba(255,255,255, 1); }
.social-icons.square li>a { background-color: #292e2e; }
.footer .widget { margin: 0 0 0px; }
.second-footer .container .row>.widget-area .widget:not(:first-child){  margin: 20px 0 15px;  }

/** widget-contact **/
.widget.contact-widget ul{ padding: 0; margin: 6px 0;}
.widget.contact-widget ul:not(.social-icons) li{
    list-style: none;
    position: relative;
    padding-top: 6px;
    padding-bottom: 13px;
    color: rgba(255,255,255, 0.70);
}

/** Footer-nav-menu **/
.footer-nav-menu{ 
    display: inline-block;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255,.1);
    border-bottom: 1px solid rgba(255, 255, 255,.1);
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 25px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.footer-nav-menu li a{font-weight: 500;}
.footer-nav-menu li:last-child{ padding-right: 0; }
.bottom-footer-text{ background-color: #625d9c; }
.copyright{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255,255,255, 0.70); 
}
.footer-call-wrapper p{font-size: 14px;color: #bbbbbb;}
.footer-call-wrapper h5{font-size: 16px;font-weight: 600;line-height: 20px;}
.footer-call-wrapper{
    max-width: 280px;
    padding: 9px 0;
    margin-top: -15px;
    position: relative;
}
.footer-call-wrapper:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid;
    border-left: 15px solid transparent;
    left: -15px;
    top: 0;
}
.triadviser-img img{ width: 175px; height: 45px;}

.footer .widget ul.ada-box li a{font-size: 20px;}
.footer .widget ul.ada-box li i{
    font-size: 24px;
    font-weight: 900;
    margin-right: 10px;
}
/* ===============================================
    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;
}

.font_c h3{
    color: #fff !important;
}
/* ===============================================
    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%;
    padding: 170px 0 85px;
    text-align: center;
    background-color: rgba(12, 25, 34, 0.45);
}
.title-box .page-title-heading h1 {
    font-weight: 500;
    font-size: 48px;
    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: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
/* ===============================================
   features-GALLERY
------------------------*/
.multi-columns-row{
   width: 100%;
   overflow: hidden;
   padding: 15px 10px;
   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);
}
/* ===============================================
   contact-map-box
------------------------*/
.contact-map-box{
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 4px;
    padding: 35px;
    margin-top: -100px;
}
/* ===============================================
   list
------------------------*/
ul.list-styletwo{padding: 0;}
ul.list-styletwo li {
    padding: 4px 0px;
    font-weight: normal;
    letter-spacing: 0.2px;
}
ul.list-styletwo li i {
    padding-right: 10px;
    font-size: 14px;
}
ul.list-styletwo li span{
    font-size: 18px;
    position: relative;
    padding-left: 40px;
        font-weight: normal;
}
ul.list-styletwo li span:before{
    content: "\f107";
    position: absolute;
    font-size: 24px;
    color: #f26a29;
    left: 0;
    font-family: Flaticon;
    top: 4px;
}

.ttm-bgcolor-darkgrey-top {
    background-color: #3e3a62;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-color {
    background-color: #3e3a62;
    border-radius: 5px;
}

.p-6 {
    padding: 6px 0;
}
.p-all {
    padding: 0px 10px 0 30px;
}
.p-last {
    padding: 0px 30px 0 10px;
}

.linkcolor {
    color: #555;
}



/*  Accessible Room Note style ria */
.ada-note-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 10px;
    background-color: #625d9c;
  }
  
  .ada-note-text {
    font-family: 'Cormorant Garamond', sans-serif;   
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: white;
    margin-bottom: 0px;
    letter-spacing: 0;
  }
  
  .ada-icon-wrap {
    display: block;
    margin-bottom: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff52;
  }
  
  
  .ada-icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  @media (max-width: 767px) {
    .ada-note-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .ada-icon-wrap img {
        width: 30px;
        height: 30px;
    }

}

@media (max-width: 480px) {
    .ada-icon-wrap {
        margin-bottom: 16px;
    }

    .ada-icon-wrap img {
        width: 22px;
        height: 22px;
    }

    .ada-note-text {
        font-size: 16px;
    }
}

/* Virtual Tour Section Start */

.virtual-tour.sec-spacing {
    padding: 0 0 80px 0;
}

.virtual-tour-wrap {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}


@media (max-width: 1599px) {
    .virtual-tour-wrap {
        height: 540px;

    }
}

/* Virtual Tour Section End */



/* thins-to-do section start */
.things-to-do-wrapper .sec-page-title {
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	color: #0a0a0a;
	margin-bottom: 40px;
}

.things-to-do-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 40px;
}

.things-to-do-grid-item {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px;
	background-color: #625d9c;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.things-to-do-grid-image {
	position: relative;
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.things-to-do-grid-image img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.things-to-do-grid-image img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.things-to-do-grid-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;

}


.things-to-do-grid-content {
	background-color: #fff;
	padding: 20px;
	line-height: 1;
	border-radius: 4px;
}

.things-to-do-grid-content p {
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
}

@media (max-width: 991px) {
	.things-to-do-grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 575px) {
	.things-to-do-grid-title {
		font-size: 24px;
	}

	.things-to-do-grid-image {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.things-to-do-grid-title {
		font-size: 22px;
	}

	.things-to-do-grid-item {
		padding: 20px 10px;
	}

	.things-to-do-grid-content {
		padding: 20px 10px;

	}

	.things-to-do-grid-content p {
		font-size: 14px;
		line-height: 2;
	}
}

/* thins-to-do section end */


/* Popup Start */
.popup {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
	position: relative;
	margin: 10% auto;
	padding: 20px;
	width: 80%;
	max-width: 800px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
}

.popup-content img {
	width: 800px;
	height: 400px;
	border-radius: 10px;
}

.popup-content .close{
	position: absolute;
	top: 20px;
	right: 30px;
	color: #aaa;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1111;
}

.popup-content .close:hover,
.popup-content .close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}


.promo-offer-card-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #000;
}

.promo-offer-card-left-wrap,
.promo-offer-card-right-wrap {
	width: 50%;
}

.promo-offer-card-left-wrap {
	padding: 20px 20px 20px 0;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.promo-offer-card-left-wrap h3 {
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 1.2;
}


.promo-offer-card-left-wrap p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
	letter-spacing: 4px;
}

.promo-code {
	border: 1px solid #2bd8d9;
	border-radius: 2px;
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	line-height: 1;
	margin-bottom: 20px;
}

.promo-offer-card-left-wrap h4 {
	font-family: 'Dancing Script', cursive;
	font-size: 18px;
	color:#2bd8d9;
	line-height: 1.2;
	margin-bottom: 20px;
}

.promo-offer-card-left-wrap h6 {
	font-size: 16px;
	color: white;
	line-height: 1.5;
	margin-bottom: 20px;
}

.popup-info a {
	font-size: 16px;
	margin-bottom: 16px;
	color: #fff;
	font-weight: 300;
}

.popup-info {
	display: flex;
	flex-direction: column;
}

.blink {
	transform: perspective(500px) rotateY(42deg);
	-webkit-transform: perspective(500px) rotateY(42deg);
	-moz-transform: perspective(500px) rotateY(42deg);
	-ms-transform: perspective(500px) rotateY(42deg);
	-o-transform: perspective(500px) rotateY(42deg);
	animation-name: rotate-windows;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes rotate-windows {
	0% {
		transform: perspective(500px) rotateY(42deg);
		-webkit-transform: perspective(500px) rotateY(42deg);
		-moz-transform: perspective(500px) rotateY(42deg);
		-ms-transform: perspective(500px) rotateY(42deg);
		-o-transform: perspective(500px) rotateY(42deg);
	}

	50% {
		transform: perspective(500px) rotateY(0deg);
		-webkit-transform: perspective(500px) rotateY(0deg);
		-moz-transform: perspective(500px) rotateY(0deg);
		-ms-transform: perspective(500px) rotateY(0deg);
		-o-transform: perspective(500px) rotateY(0deg);
	}

	100% {
		transform: perspective(500px) rotateY(42deg);
		-webkit-transform: perspective(500px) rotateY(42deg);
		-moz-transform: perspective(500px) rotateY(42deg);
		-ms-transform: perspective(500px) rotateY(42deg);
		-o-transform: perspective(500px) rotateY(42deg);
	}
}

.promo-offer-card-right-wrap {
	position: relative;
}

.promo-offer-card-image {
	width: 100%;
	height: 100%;
}

.promo-offer-card-image img {
	width: inherit;
	height: inherit;
	object-fit: cover;
}

.promo-offer-card-right-content {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.promo-offer-card-right-content p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	color: white;
}

.promo-offer-card-right-content span {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #2bd8d9;
}

@media (max-width: 1599px) {
	.popup-info a {
		font-size: 14px;
		margin-bottom: 14px;
	}
}

@media (max-width: 991px) {
	.popup-content {
		padding: 16px;
		width: 90%;
		max-width: 100%;
		border-radius: 8px;
	}

	.promo-offer-card-wrapper {
		padding: 20px 10px;
		border-radius: 6px;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 26px;
	}

	.promo-offer-card-left-wrap {
		padding: 20px 10px 20px 0;
	}

	.promo-offer-card-left-wrap p {
		font-size: 14px;
	}

	.promo-code {
		padding: 8px 16px;
		font-size: 14px;

	}

	.promo-offer-card-left-wrap h4 {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 12px;
	}

	.popup-info a {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.promo-offer-card-right-content p {
		font-size: 12px;
	}

	.promo-offer-card-right-content span {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.popup-content .close {
		top: 12px;
		right: 20px;
		font-size: 20px;
	}

	.popup-content {
		margin: 28% auto;

	}

	.popup-content {
		padding: 10px;
	}

	.promo-offer-card-left-wrap {
		padding: 10px 10px 10px 0;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 22px;
		line-height: 1.5;
	}

	.promo-offer-card-left-wrap p {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.promo-code {
		font-size: 12px;
	}

	.promo-offer-card-left-wrap h4 {
		font-size: 14px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 11px;
		line-height: 2;
		margin-bottom: 0;
	}

	.popup-info {
		display: none;
	}

	.promo-offer-card-right-content {
		padding: 15px 10px;
	}

	.promo-offer-card-right-content p {
		font-size: 10px;
	}

	.promo-offer-card-right-content span {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.popup-content {
		width: 96%;
		max-width: 100%;
		border-radius: 4px;
	}

	.promo-offer-card-wrapper {
		padding: 10px 6px;
		border-radius: 4px;
	}

	.promo-offer-card-left-wrap {
		padding: 10px 6px 10px 0;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.promo-offer-card-left-wrap p {
		font-size: 10px;
	}

	.promo-offer-card-left-wrap h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 10px;
	}
}

/* popup end */


/* FAQ Section Start */
/* .our-faq.sec-spacing{
	padding: 0 0 80px 0;
} */
.accordion-card{
	margin-bottom: 10px;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 400 !important;
    color: #fff;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f068";
}

.faq-accordion .card-header button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    border: none;
    line-height: 1;
    height: auto;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    word-break: break-word;
    white-space: unset;
}
.faq-accordion .card-header button:focus, 
.faq-accordion .card-header button.focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.faq-accordion .card-header button:hover {
    background: transparent;
}

.faq-accordion .card h2 {
    line-height: 0;
}

.faq-accordion .card-header {
    padding: 16px 20px;
    background-color: #625d9c;
}


.faq-accordion .card-body {
    padding: 20px;
    background: white;
}

.faq-accordion .card-body p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}


@media (max-width: 575px) {
    .faq-accordion .card .card-header {
        padding: 20px;
    }

    .faq-accordion .card-header button {
        font-size: 16px;
    }

    .collapsible-link::before {
        right: 0;
    }

    .faq-accordion .card-header button {
        line-height: 1.5;

    }
}


/* FAQ Section End */

/* Hero section start*/


.hero-content {
    width: 600px;
    margin-top: 240px;
    float: right;
    text-align: center;
}

.hero-content h4 {
    font-family: "Roboto', sans-serif";
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #625d9c;
}

.hero-content h1 {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-bg {
    position: relative;
    height: 700px;
}

.hero-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f3f7f9;
    z-index: -1;
}

.hero-bg #rev_slider_4_1_wrapper,
.hero-bg #rev_slider_4_1_wrapper #rev_slider_4_1 {
    height: 100% !important;
}

#site-header-menu #site-navigation .menu ul>li:before {
    display: none !important;
}



@media (max-width: 1599px) {

    .hero-content {
        width: 100%;
        padding: 0 20px;
        margin-top: 160px;
    }

    .hero-bg {
        height: 580px;
    }

}

@media (max-width: 1199px) {
    .hero-content h1 {
        font-size: 40px;

    }

    .hero-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .hero-content,
    .hero-bg::after,
    .hero-bg .hero-inner-content {
        display: none;
    }
}
/* Hero section end*/