/** 
          1. ttm-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. ttm-icon

          8. Button

          9. featured-box

          10. Contact-Form

          11. List


**/


/* ttm-row 

---------------------------------------------------------------*/
.ttm-row{ padding: 90px 0; clear: both}
.ttm-row.services-section{padding-bottom: 80px;}
.ttm-row.amenities-text-section{padding: 0 0;}
.ttm-row.gallery-section{padding-top: 70px;}
.ttm-row.contact-info-section{padding-top: 0;}
.ttm-row.cta-section {padding: 30px 0;}

/* Row-Equal-Height

---------------------------------------------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Bg-Layer 

---------------------------------------------------------------*/
.ttm-bg{position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; width: 100%; }
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,.ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer,
.ttm-bg.ttm-col-bgcolor-yes .ttm-bg-layer-inner {
    opacity: .9;
}
.layer-content{
    position: relative ; z-index: 9; height: 100%;
}


/* Row-Bg-Image  

---------------------------------------------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-02.png);
    background-repeat: repeat;
    background-position: center;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


/* Col-Bg-Image  

---------------------------------------------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-1.jpg) !important;
    background-position: left center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Section-Title  

---------------------------------------------------------------*/
.section-title{ position: relative; margin-bottom: 10px;}
.section-title h2.title{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
    color: #343533;
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
}
.section-title h5 {
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
    color: #e8e8e7;
    position: relative;
    display: block;
    font-weight: 500;
}
.section-title.text-center.with-desc{margin-bottom: 65px;}
.section-title.text-center.with-desc .title-header:after {
    width: 45px;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: auto;
    display: block;
    content: "";
    position: absolute;
}
.section-title.text-center.with-desc h2.title{margin-bottom: 20px;}
.section-title.row-title h2{font-size: 42px;font-weight: 400;line-height: 48px;}
.section-title.row-title p{font-size: 17px;font-weight: 600;color: #303131;}
.row-title-box{opacity: .83;}
.section-title.row-title.style2{margin-bottom: 0;}
.section-title.row-title.style2 h2{
    font-size: 28px;
    margin: 0;
    font-weight: 400;
}
/* services_list  

---------------------------------------------------------------*/
ul.services_list{ padding: 0; margin : 29px 0 0;}
ul.services_list li {
    display: inline-block;
    width: calc(50% - 3px);
    float: none;
    padding: 0 0 9px 22px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
ul.services_list li:before {
    font-family: 'FontAwesome';
    content: "\f046";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: -2px;
}
ul.services_list.style2{margin: 0;}
ul.services_list.style2 li{width: 100%;}
/* ttm-icon  

---------------------------------------------------------------*/
.ttm-icon{
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-icon i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-sm {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 19px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
    height: 68px;
    width: 68px;
    line-height: 68px;
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 70px;
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px;
}
.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%;
}
.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}

/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
    background-color: transparent;
}

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
    color: #fff;
}


/* Button  

---------------------------------------------------------------*/
.ttm-btn{ 
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
/** btn-with-icon **/
.ttm-btn i{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(40%,-50%);
    -ms-transform: translate(40%,-50%);
    -o-transform: translate(40%,-50%);
    transform: translate(40%,-50%);
    border-left: 1px solid #fff;
    height: 100%; 
    display: inline-block;
    padding: 11px 18px 11px 18px;
    text-align: center;
}

.ttm-btn.ttm-icon-btn-right{ text-align: right; }

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{  padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{  padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs i {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    right: 12px;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 14px;
    padding: 12px 22px;
}
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{  padding-left: 39px; }
.ttm-btn.ttm-btn-size-sm i {
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    right: 16px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 12px 23px 12px 23px;
}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 74px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{  padding-left: 74px; }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 32px;
}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{  padding-left: 60px; }

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}
.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 5px;
}
.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{
    background-color: transparent;
    border: 1px solid transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover{ 
    color: #020d26;
    border-color: #FFF;
    background-color: #FFF;
}

/** btn-style-fill **/
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill {
    color: #fff;
    background-color: #2c2c2c;
}
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill:hover{ 
    color: #f7f7f7;::after
    background-color: #1b1b1b;
}

/** btn-inline **/
.ttm-btn.btn-inline{
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}
.about-icon-box{
    position: absolute;
    right: 15px;
    top: 50%;
}
.about-icon-box .ttm-icon:before, .about-icon-box .ttm-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #fff;
}
.about-icon-box .ttm-icon:before {
    width: 85px;
    height: 85px;
    opacity: 0;
}
.about-icon-box .ttm-icon:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: 0;
}
@-webkit-keyframes prittyphoto{
    100%{width:200%;height:200%;opacity:0}
}
@keyframes prittyphoto{
    100%{width:200%;height:200%;opacity:0}
}
@-webkit-keyframes sonarEffect{
    %{opacity:.3}
    40%{opacity:.5}
    100%{-webkit-transform:scale(1.5);opacity:0}
}
.about-icon-box .ttm-icon:hover:before, .about-icon-box .ttm-icon:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}
.about-icon-box .ttm-icon:hover:before{opacity: .55;}
.about-icon-box .ttm-icon:hover:after{opacity: .09;}
.about-icon-box .ttm-icon span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
/*  Boxes-Spacing
---------------------------------------------------------------*/
.row.ttm-boxes-spacing-10px{ margin: 0px 5px; }
.ttm-boxes-spacing-10px .featured-item{ margin-bottom: 0; }
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper.bounceIn {
    margin: 10px 0;
}

.row.ttm-boxes-spacing-5px{ padding: 10px 0px 0px; margin: 0;}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-bottom: 5px;
}
.row.ttm-boxes-spacing-0px{ padding: 0px 0px;}
.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.ttm-box-col-wrapper > .row{ margin: 0px -5px 0px; }
.ttm-box-col-wrapper .row > [class*='col-']{ margin-bottom: 10px; padding: 0 5px; }


/*  featured-box 
---------------------------------------------------------------*/
.featured-thumbnail{ position: relative; overflow: hidden; }
.featured-imagebox-services{ position: relative;overflow: hidden;  }
.featured-imagebox-services .featured-content{
    
}
.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);
}
.featured-imagebox-services:hover .ttm-box-view-overlay {
    opacity: 1;
    bottom: 0;
}
.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;
}
.featured-imagebox-services .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill{
    background-color: transparent !important;
    border-color: rgb(255, 255, 255,.4);
}
.featured-imagebox-services .featured-icon-box{
    border-top: 62px solid;
    border-left: 62px solid transparent;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
}
.featured-imagebox-services .featured-icon .ttm-icon {
    text-align: center;
    position: absolute;
    top: -77px;
    right: -15px;
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    height: 62px;
    width: 62px;
    line-height: 62px;
    color: #fff;
}
.featured-imagebox-services .featured-icon .ttm-icon.ttm-icon_element-size-sm i{font-size: 22px;}
.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-imagebox-services:hover .ttm-media-link{
    opacity: 1;
    visibility: visible;
}
/* featured-icon-box
---------------------------------------------------------------*/
.featured-icon-box.left-icon{ display: table; }
.featured-icon-box.left-icon .featured-icon, 
.featured-icon-box.left-icon .featured-content{
    display: table-cell;
    vertical-align: middle; 
}
.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; }
.featured-icon-box.left-icon .featured-content { padding-left: 12px; }

/* Contact-Form
---------------------------------------------------------------*/
.ttm-row.form-section{
    padding: 40px 0;
    background-color: rgba(0, 0, 0,.60);
    margin-top: -132px;
    position: relative;
    z-index: 9;
}
.contactform .field-row{position: relative;}
.contactform .field-row input, .contactform .field-row select {
    background: transparent;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255,.52);
    text-indent: 15px;
    padding: 0;
    margin-bottom: 0;
    z-index: 999;
    cursor: default;
}
.contactform .field-row input, .contactform .field-row select, .contactform button {
    width: 100%;
    height: 52px;
}
.contactform .field-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contactform .field-row select option {
    background-color: #131414;
}
.contactform .fontIcon {
    position: absolute;
    right: 15px;
    font-size: 14px;
    display: block;
    top: 15px;
    z-index: -1;
}
.contactform button:focus {
    border: 0;
    box-shadow: none;
}
/* Tab
-------------------------------------------------------------- */
.ttm-tabs {
    width:100%; 
    display: block;
    text-align: center;
}
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs ul.tabs li{ display: inline-block; padding: 4px 20px;}
.ttm-tabs ul.tabs li a{
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    border-radius: 3px;
    color: #182333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.ttm-tabs ul.tabs li a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #057352;
    bottom: -5px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.ttm-tabs ul.tabs li.active a:after{
    opacity: 1;
    visibility: visible;
}
.gallery-section .ttm-tabs ul.tabs li:not(.active) a {
    color: #131313;
}
.ttm-tabs ul.tabs li a i{
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
.ttm-tabs ul.tabs li a span{
    font-size: 18px;
    font-weight: normal;
}
.tab-padding-box{
    padding-top: 105px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
}
.ttm-tabs .content-tab{ margin-top: 30px; }
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }
