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

.ttm-row.contactus-section {padding-bottom: 70px;}
.ttm-row.row-title-section {padding-top: 100px; padding-bottom: 60px;}
.ttm-row.map-section {padding-top: 0;}
.ttm-row.services-img-section{padding: 0px 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.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-04.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;
}

/* Section-Title  
---------------------------------------------------------------*/
.section-title{ position: relative; margin-bottom: 20px;}
.section-title h2.title{
    font-size: 50px;
    line-height: 50px;
    position: relative;
    z-index: 99;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-title.text-center .title-desc {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px!important;
}
.section-title.text-center {
    margin-bottom: 35px;
}
.section-title.row-title h2{font-size: 50px;line-height: 57px;}
.section-title.row-title p{font-size: 17px;font-weight: 600;line-height: 28px;}
.row-title-box a.ttm-btn{text-transform: capitalize;font-size: 16px;line-height: 26px;}

.section-title.row-title.style2 h2 {
    font-size: 36px;
    line-height: 44px;
}
.section-title h4.title{
    font-size: 36px;
    line-height: 42px;
    position: relative;
    z-index: 99;
    margin-bottom: 0;
}
.section-title.style2 ul.title-shape{
    margin-top: 0px !important;
}
/* title-shape
-------------------------------------------------------------- */
ul.title-shape {
    display: inline-block;
    margin-top: 5px !important;
}
ul.no-list-style, .no-list-style ul, .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.title-shape li {
    height: 3px;
    display: inline-block;
    width: 4px;
    margin-right: 1px;
}
.ttm-bgcolor-skincolor ul.title-shape li {
    background-color: #fff;
}
ul.title-shape.style2 li {
    background-color: #fff;
}
ul.title-shape li:nth-child(3) {
    width: 60px;
}

/* separator 

---------------------------------------------------------------*/
.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    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 : 29px 0 0;}
ul.services_list li {
    display: inline-block;
    width: calc(50% - 3px);
    float: none;
    padding: 0 0 9px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 500;
}
ul.services_list.style2{margin: 0;}
ul.services_list.style2 li{
    width: 100%;
}
ul.services_list li img,
ul.services_list li i {
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 2px;
    height: 18px;
    width: 18px;
}
/* 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: 55px;
    width: 55px;
    line-height: 55px;
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 25px;
}

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

/** 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;
    font-weight: 600;
}
.ttm-btn:not(.btn-inline):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
}
.ttm-btn:hover::before {
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}
.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-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: 30px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{  padding-left: 30px; }
.ttm-btn.ttm-btn-size-sm i {
    font-size: 15px;
    right: 16px;
    font-weight: 600;
}

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

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 22px!important;
    line-height: 32px;
    padding: 13px 32px;
}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 160px; }
.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 #fff;
}
.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;
}
.about-icon-box{
    margin-bottom: 20px;
}
.about-icon-box.style2{
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -40px;
}
.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: 75px;
    height: 75px;
    opacity: 0.55;
}
.about-icon-box  .ttm-icon.ttm-icon.ttm-icon_element-size-lg:before {
    width: 90px;
    height: 90px;
    opacity: 0.55;
}
.about-icon-box  .ttm-icon.ttm-icon.ttm-icon_element-size-lg:after {
    width: 115px;
    height: 115px;
}
.about-icon-box .ttm-icon:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: .13;
}
.about-icon-box .ttm-icon:hover:after{
    opacity: 0.13;
}
@-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 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 
---------------------------------------------------------------*/

/*  services */
.featured-thumbnail,.featured-imagebox-gallery{ position: relative; overflow: hidden; }
.featuerd-imagebox-services .featured-content{
    position: relative; 
    padding: 35px 20px 7px 20px;
}
.featuerd-imagebox-services .featured-title h5{margin-bottom: 5px;}
.featuerd-imagebox-services .featured-content .featured-icon-box {
    position: relative;
    display: block;
}
/*  gallery */
.featured-imagebox-gallery .ttm-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-imagebox-gallery .ttm-box-view-overlay::before {
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    left: -50%;
    transition: all .5s;
    opacity: 0;
}
.featured-imagebox-gallery .ttm-box-view-overlay::after {
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    right: -50%;
    transition: all .5s;
    opacity: 0;
}
.featured-imagebox-gallery:hover .ttm-box-view-overlay::before {
    left: 0;
    opacity: 1;
}
.featured-imagebox-gallery:hover .ttm-box-view-overlay::after {
    right: 0;
    opacity: 1;
}
.featured-imagebox-gallery .featured-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.featured-imagebox-gallery .featured-content .ttm-media-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #dea565;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}
.featured-imagebox-gallery:hover .featured-content .ttm-media-link{
    opacity: 1;
    bottom: 42%;
}

/*  featuerd-imagebox-room-details */
.featured-imagebox.featuerd-imagebox-room-details {
    padding: 20px 40px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.room-img-box{position: relative;overflow: hidden;}
.room-img-box:before{
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    left: -50%;
    transition: all .5s;
    opacity: 0;
}
.room-img-box:after{
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    right: -50%;
    transition: all .5s;
    opacity: 0;
}
.room-wrap:hover .room-img-box:before {
    left: 0;
    opacity: 1;
}
.room-wrap:hover .room-img-box:after {
    right: 0;
    opacity: 1;
}
/* 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: 15px; }
.featured-icon-box.left-icon .featured-title h5{font-size: 16px; line-height: 24px; font-weight: 400;}
.featured-icon-box.left-icon .ttm-icon.ttm-icon_element-size-md{
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.featured-icon-box.left-icon .ttm-icon.ttm-icon_element-size-md i{font-size: 45px;}
.featured-icon-box.style1{padding: 30px 0px 0 0;}
.col-md-6:not(:last-child) .featured-icon-box.style1:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.featured-title h5{
  font-size: 30px;
  line-height: 38px;
}
.featured-icon-box.style1{
    padding: 35px 35px 30px;
    background-color: rgba(38, 37, 37, .60);
    position: relative;
    display: block;
    min-height: 190px;
}
.featured-icon-box.style1 .ttm-icon.ttm-icon_element-size-md{
    height: 45px;
    width: 45px;
    position: absolute;
    line-height: 45px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #9e2323;
}
.featured-icon-box.style1 .feature-desc p{margin-bottom: 0;}
.featured-icon-box.style2{
    background-color: #fff;
    padding: 31px 35px;
}
.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md i{font-size: 40px;}
.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md{
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.featured-icon-box.style2 .featured-content{padding-top: 10px;}
.featured-icon-box.style2 ul.services_list li{width: 100%;}
.featured-icon-box.style2 .reservation-link{
    position: relative;
    display: block;
    margin-right: -35px;
}
.featured-icon-box.style2 .reservation-link:after{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: auto;
    right: 100%;
    width: 45px;
}
.featured-icon-box.style2 .reservation-link:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid #6c0606;
    border-left: 15px solid transparent;
    left: -45px;
    top: -20px;
    z-index: 1;
}
.featured-icon-box.style2 .reservation-link a{
    color: #fff; 
    padding: 10px 0px;
    font-size: 30px;
    line-height: 38px;
    display: block;
}
.contact-box{
    background-color: #fff;
    margin-top: -65px;
    padding: 0 20px;
}
.featured-icon-box.style3{
    margin: 0 40px;
    padding: 20px 0px;
}
.contact-box .featured-icon-box.style3:not(:last-child){
    border-bottom: 1px solid #f0f0f0;
}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md {
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i{font-size: 30px;}
.featured-icon-box.style3 .feature-desc p{margin-bottom: 0;}
.featured-icon-box.style3 .featured-title h5{
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 36px;
}
.featured-icon-box.style4{
    position: relative;
    z-index: 1;
    padding: 30px 15px 15px;
    border: 2px solid #dea565;
    text-align: center;
    background-color: #101a1a;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    transition: .4s;
}
.featured-icon-box.style4 p{color: #fff;font-weight: 500;}
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md {
    height: 65px;
    width: 65px;
    line-height: 65px;
}
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 55px;
}
.featured-icon-box.style4:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
/* Contact-Form
---------------------------------------------------------------*/
.flat-input{
    position: relative;
    display: block;
}
.flat-input:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: auto;
    right: 90%;
    width: 1200px;
}
.flat-input label{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-left: 0px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding: 24px 24px 25px;
    padding-left: 0;
    margin: 0;
}
.flat-input label p{
    background-color: transparent;
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
}

form.contactform{position: relative;}
.contactform .field-row label {
        font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #fff;
}
.contactform .field-row {
padding: 20px 0;
}
.contactform .field-row input, .contactform .field-row select {
    border: none;
    background: #fff;
    padding-left: 5px;
    position: relative;
    display: block;
   color: #777777;
    font-size: 13px;
}
.contactform .fontIcon {
    position: absolute;
    right: 25px;
    top: 52%;
    font-size: 14px;
    display: block;
}
.contactform button {
    border-radius: 0;
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #842020;
    font-size: 22px;
    line-height: 26px;
}
/* Tab
-------------------------------------------------------------- */
.ttm-tabs {
    width:100%; 
    display: block;
}
.ttm-tabs ul{ margin: 0; padding: 0;text-align: center; }
.ttm-tabs ul.tabs li{
    display: inline-block;
    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;
    -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;
    color: #222222;
}

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