/** 
          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: 100px 0; clear: both}
.ttm-row.form-section{ padding: 0 0; }
.ttm-row.services-section{ padding: 100px 0 80px; }


/* 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: .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-2.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; margin-bottom: 10px;}
.section-title h2.title{
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 5px;
}

.section-title.title-style-center_text, .section-title.title-style-center_text .title-desc { text-align: center; }
.section-title .title-header{ margin-bottom: 24px; }
.section-title h5 {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    color: #0faaaa;
    position: relative;
    display: inline-block;
}
.section-title h5:after, .section-title h5:before{
    position: absolute;
    content: "";
    top: 12px;
    height: 1px;
    width: 40px;
    right: -60px;
    background: #0faaaa;
}
.section-title h5:after{ left: -60px; }
.section-title .title-desc {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 32px;
}


/* services_list  

---------------------------------------------------------------*/
ul.services_list{ padding: 0; margin : 30px 0 0;}
ul.services_list li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 17px 34px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
ul.services_list li:before {
    font-family: 'themify';
    content: "\e65d";
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -3px;
}


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

/** 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{ 
    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: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }

.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: 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: 15px;
    line-height: 15px;
    padding: 8px 22px 8px 22px;
}
.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: 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;
}

/*  Boxes-Spacing
---------------------------------------------------------------*/
.row.ttm-boxes-spacing-10px{ margin: 0px -10px; }
.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;
}

.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-box {
    padding: 15px 15px 15px 15px;
    position: relative;
}
.featured-box .ttm-icon{ margin-bottom: 5px; }
.featured-box .featured-title h5{ font-size: 26px; line-height: 37px; margin-bottom: 30px; font-weight: 600; }
.featured-box p{ font-size: 15px; line-height: 26px; }
.featured-title h6 {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0px;
}

.featured-box.iconalign-before-heading{ padding: 20px 0 0 0; }
.featured-box.iconalign-before-heading .featured-content .ttm-icon{ margin-top: 0; }
.featured-box.iconalign-before-heading .featured-content .ttm-icon,
.featured-box.iconalign-before-heading .featured-content .featured-title{ display: table-cell; vertical-align: middle; }
.featured-box.iconalign-before-heading .featured-content .featured-title h6{ text-align: left; }
.featured-box .ttm-icon {
    display: inline-block;
    text-align: center;
    margin-top: -30px;
}
.featured-box{ text-align: right; }
.featured-box .featured-content{ text-align: center; }


.featured-box.style2 {
    padding: 0px 25px 20px 25px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    letter-spacing: 0;
}
.featured-box.style2 .featured-content:after{
    width: 100%;
    opacity: 1;
    height: 2px;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
}
.featured-box.style2:hover .featured-content:after{ bottom: 130px; }

.ttm-box-seperator.style2.row {
    padding: 40px 17px 65px 12px;
    margin-top: 24px;
}
.ttm-box-seperator.row {
    margin: 0 15px;
    padding: 65px 10px 21px;
}
.ttm-box-seperator.row .col-md-3 .featured-box{
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-right: -30px;
    padding: 60px 30px;
    height: 240px;
}
.ttm-box-seperator.row .col-md-3 .featured-box:nth-last-child(1){
    border-bottom: none;
}
.ttm-box-seperator.row .col-md-3:nth-child(1) .featured-box{
    border-left: none;
}


.services-box2 .half-box-side {
    float: left;
    width: 50%;
    padding: 150px 20px;
}
.half-box-side .inner-box {
    padding: 140px 10px;
    max-width: 480px;
    margin: 0 auto;
    border: 2px solid #fff;
    text-align: center;
}


.featured-item .featured-content:after{
    width: 100%;
    opacity: 1;
    height: 2px;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #00c9cb;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
}
.featured-item:hover .featured-content:after{ bottom: 130px; }
.featured-item{ position: relative; overflow: hidden; margin-bottom: 20px;}
.ttm-box-view-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    color: #fff;
    z-index: 1;
    padding: 20px;
}
.featured-item:hover .ttm-box-view-overlay {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.ttm-box-view-overlay .featured-iconbox.ttm-media-link {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.featured-item:hover .ttm-box-view-overlay .featured-iconbox.ttm-media-link{ top:50%; }
.ttm-box-view-overlay .featured-iconbox a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
   -webkit-transition: unset;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: unset; 
}
.ttm-box-view-overlay .featured-iconbox a i{
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 50%; 
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* Contact-Form
---------------------------------------------------------------*/
.contactform{ width: 100%; display: flex; padding: 20px 0;}
.contactform .field-row{
    background: #fff;
    padding : 15px 20px;
    margin-right: 15px;
}
.contactform .field-row ,
.contactform button{ 
    width: 20%; 
    display: inline-block;
    height: 118px; 
    position: relative;
}

.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;
    font-weight: 600;
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
}
.contactform button{ 
    border-radius: 0;
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 0 auto;
    background-color: #0faaaa;
}
.contactform button:focus{ border : 0; }
.contactform .field-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-bg.png) no-repeat right center #fff;
    width: 100%;
    background-position: 94%;
}
.contactform .fontIcon {
    position: absolute;
    right: 12%;
    top: 64%;
    font-size: 14px;
    display: block;
}

.contactform .field-row label{ font-size: 16px; color: #626262; padding-bottom: 5px; text-transform: uppercase; position: relative; display: block; }
.contactform .field-row label:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 5px;
    height: 1px;
    width: 100%;
    background-color: #e9e9e9;
}


/* 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{
    display: block;
    cursor: pointer;
    padding: 4px 20px;
    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;
}
.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: 16px; }
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }
.ttm-tabs.style2 .tabs{ margin-bottom: 30px; padding-left: 0px}
.ttm-tabs.style2.full-width .tabs{ padding-left: 10px }
.ttm-tabs.style2 .content-tab{ padding: 0; }
.ttm-tabs.style2 .row.ttm-boxes-spacing-10px{ padding: 0; }
.ttm-tabs.style2 ul.tabs li { margin-right: 7px; background: transparent; padding: 0; margin-bottom: 5px;}
.ttm-tabs.style2 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;
}



/* List
-------------------------------------------------------------- */

.restaurants-list ul{ margin: 30px 0 0; padding: 0; }
.restaurants-list ul li{ padding: 10px 0 0; padding: 25px 0 0;  }
.restaurants-list ul li .left-side h2{ margin-bottom: 5px; font-size: 24px; line-height: 24px;}
.restaurants-list ul li .left-side p{ font-weight: 600; font-style: italic; font-size: 13px; letter-spacing: 0.5px; padding: 0; }
.restaurants-list ul li span { display: inline-block; }
.restaurants-list ul li .right-side p{ font-weight: 800; margin-top: 30px; }
.right-side p{ display: inline-block; position: relative;}
.right-side p:not(:first-child){ margin-left: 20px; }
.right-side{ float: right; }
.right-side p:not(:last-child):after{ height: 25px ; width: 1px ; background-color: rgba(0,0,0,.4); position: absolute; content: ""; display: block; top:0; right: -10px;}


.attraction-list ul{ padding: 0; }
.attraction-list ul li{ padding: 10px 0 0; padding: 0 0 32px; border-bottom: 1px solid; display: block; clear: both;  }
.attraction-list ul li .left-side h2{ margin-bottom: 5px; font-size: 18px; letter-spacing: 0.2px; line-height: 24px;}
.attraction-list ul li .left-side p{ font-weight: 600; font-style: italic; font-size: 13px; letter-spacing: 0.5px; padding: 0; }
.attraction-list ul li span { display: inline-block; }
.attraction-list ul li .right-side p{ font-weight: 800; }
.attraction-list ul li .left-side{ float: left; }
.right-side p{ display: inline-block; position: relative;}
.right-side p:not(:first-child){ margin-left: 20px; }
.right-side{ float: right; }
.right-side p:not(:last-child):after{ height: 25px ; width: 1px ; background-color: rgba(0,0,0,.4); position: absolute; content: ""; display: block; top:0; right: -10px;}