/** 
          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.form-section{ padding: 0 0; }
.ttm-row.row-title-section{padding-top: 110px;}
.ttm-row.services-section{padding-bottom: 120px;}
.ttm-row.room-section{padding-top: 0;margin-top: -90px;}


/* 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 {
    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 {
    opacity: .45;
}
.layer-content{
    position: relative ; z-index: 9; height: 100%;
}

/* Row-Bg-Image  

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

/* 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: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Section-Title  

---------------------------------------------------------------*/
.section-title{ position: relative;}
.section-title .title-header{ margin-bottom: 20px;}
.section-title.text-center{margin-bottom: 45px;}
.section-title h2.title{
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: capitalize;
}
.section-title h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.section-title .title-desc p{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 32px;
}
ul.title-shape {
    margin: 0;
    padding:0;
}
ul.title-shape li{
    position: relative; 
    display: block;
    margin: 0 auto;
}
ul.title-shape li:nth-child(1){
    height: 3px;
    width: 62px;
}
ul.title-shape li:nth-child(2){
    height: 1px;
    width: 82px;
    margin-top: 2px;
}
.section-title.row-title h2{
    font-size: 50px;
    line-height: 58px;
}
.section-title.row-title .title-desc p{font-size: 17px;}
.row-title-iconbox .featured-icon{
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    text-align: center;
}
.row-title-iconbox .featured-icon .ttm-icon:hover{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
/* separator 

---------------------------------------------------------------*/
.separator .sep-line {
    height: 1px;
    border-top: 1px solid #f0f0f0;
    display: block;
    position: relative;
    top: 5px;
    width: 100%;
}
.ttm-bgcolor-darkgrey .separator .sep-line{
    border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .separator .sep-line{
    border-color: #f1f1f1;
}

/* services_list  
---------------------------------------------------------------*/
ul.services_list{ padding: 0; margin : 20px 0 0;}
ul.services_list li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 5px 34px;
    position: relative;
    text-align: left;
    letter-spacing: 0;
}
ul.services_list li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* 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: 50px;
    width: 50px;
    line-height: 50px;
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
}

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

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 5px;
}
.ttm-icon.ttm-icon_element-style-round {
    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;
}
/* 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;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    text-transform: capitalize;
    -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: 25px;}
.ttm-btn.ttm-icon-btn-right i{ right: 25px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }

.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(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.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: 8px 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: 18px;
    height: 12px;
    line-height: 12px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 26px;
}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 55px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{  padding-left: 55px; }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 15px;
    line-height: 15px;
    padding: 15px 42px;
}
.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: 15px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}

/*  Boxes-Spacing
---------------------------------------------------------------*/
.ttm-boxes-spacing-10px .featured-item{ margin-bottom: 0; }
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px 0;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper.bounceIn {
    margin: 10px 0;
}

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

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

/*  featured-box 
---------------------------------------------------------------*/
.featured-thumbnail img{width: 100%;}
/*  services */

.featured-imagebox.featuerd-imagebox-services .featured-content{
    padding: 30px 30px 25px;
    position: relative;
}
.featured-imagebox.featuerd-imagebox-services .featured-content:before,
.featured-imagebox.featuerd-imagebox-services .featured-content:after{
    position: absolute;
    content: "";
    bottom: -3px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.featured-imagebox.featuerd-imagebox-services .featured-content:before {
    width: 100%;
}
.featured-imagebox.featuerd-imagebox-services:hover .featured-content:after {
    width: 100%;
    right: auto;
    left: 0;
}
.featuerd-imagebox-services:hover .featured-thumbnail img{
    transform: scale(1.1);
}
.featured-imagebox.featuerd-imagebox-services .featured-title:hover .featured-icon .ttm-icon{
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.featuerd-imagebox-services .featured-content{position: relative; z-index: 1;}
.featured-imagebox.featuerd-imagebox-services .featured-title {
    display: inline-flex;
    align-items: center;
    background-color: #f4f6fc;
    position: absolute;
    top: -50px;
}
.featured-imagebox.featuerd-imagebox-services .featured-title a,
.featured-imagebox.featuerd-imagebox-services .featured-title .featured-icon{
    display: flex;
}
.featured-content .featured-title h5{
    font-size: 20px;
    margin-bottom: 0;
}
.featuerd-imagebox-services .featured-title h5{
    margin-left: 20px;
    margin-right: 20px;
}
/* portfolio/gallery */

.portfolio-slide { overflow: hidden;}
.owl-carousel .owl-item{ padding: 0 5px; }
.owl-theme .owl-controls .owl-nav div{ 
    position: absolute;
    top: 45%;
    border: 0;
    margin: 0;
}
.owl-theme .owl-controls .owl-nav div:hover{ background: transparent; }
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before{
    content: "\f137";
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    right: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before{
    content: "\f138";
}

.featured-gallery-item{ position: relative; overflow: hidden; }
.featured-gallery-item img{
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-gallery-item:hover img{
    justify-content: center;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-gallery-item .ttm-portfolio-box-view-overlay.ttm-box-view-overlay {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    background: rgba(26, 33, 79,.8);
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
 .featured-gallery-item:hover .ttm-portfolio-box-view-overlay.ttm-box-view-overlay {
    opacity: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.featured-gallery-item .ttm-portfolio-box-view-overlay.ttm-box-view-overlay .featured-iconbox{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-gallery-item:hover .ttm-portfolio-box-view-overlay.ttm-box-view-overlay .featured-iconbox{
    border-radius: 0%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.featured-gallery-item .ttm-box-view-overlay .featured-iconbox i{ font-size: 30px; display: inline-block;}
.featured-gallery-item .ttm-box-view-overlay .featured-iconbox a i{ color: #fff; height: 60px; width: 60px; line-height: 60px; border-radius: 50%;}

/* featured-icon-box
---------------------------------------------------------------*/
.featured-icon-box.left-icon{ display: table; padding: 15px 15px;}
.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; } 

.featured-icon-box.top-icon {padding: 15px 15px;}
.featured-icon-box.top-icon .ttm-icon.ttm-icon_element-size-md{width: 35px;height: 35px;line-height: 35px;}
.featured-icon-box.top-icon .ttm-icon.ttm-icon_element-size-md i{margin-bottom: 15px;}
.featured-icon-box.top-icon .featured-content .featured-title h5{margin-bottom: 8px;}
.featured-icon-box.top-icon .featured-content .featured-desc p{margin-bottom: 0;}

/* Contact-Form
---------------------------------------------------------------*/
.contactform {margin-top: -61px;}
.contactform .field-row{
    background: #fff;
    padding: 25px 20px 25px;
    border-right: 1px solid #ededed;
}
.contactform .field-row{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}

.contactform .field-row input, 
.contactform .field-row select{
    border: none;
    background: transparent;
    padding-left: 5px;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0;
    text-indent: 4px;
}
.contactform .search-btn{ 
   padding: 25px 15px 25px;
}
.contactform button.ttm-btn.ttm-btn-size-md{padding: 17px 35px;font-size: 15px;}
.contactform button:focus{ border : 0;box-shadow: none; }
.contactform .field-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contactform .fontIcon {
    position: absolute;
    right: 30px;
    font-size: 14px;
    display: block;
    top: 50%;
}

.contactform .field-row label{ font-size: 16px; color: #758290; margin-bottom: 0; text-transform: capitalize; position: relative; display: block; }

/* Tab
-------------------------------------------------------------- */
.ttm-tabs {
    width:100%; 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs ul.tabs li{ display: inline-block; }
.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: 16px; width: 100%; }
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }
.ttm-tabs .tabs{ margin-bottom: 30px; padding-left: 0px}
.ttm-tabs .content-tab{ padding: 0; }
.ttm-tabs .row.ttm-boxes-spacing-10px{ padding: 0; }
.ttm-tabs ul.tabs li { margin-right: 7px; background: transparent; padding: 0; margin-bottom: 5px;}
.ttm-tabs ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 8px 25px;
    line-height: 22px;
    position: relative;
    z-index: 3;
    color: #1c1c1c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.2);
    text-transform: uppercase;
    margin-bottom: 0;
}
