/** 
          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. sep_holder

          9. Button

          10. Boxes-Spacing

          11. featured-box

          12. Featured-imagebox

          13. Contact-Form

          14. Tabs


**/


/* 1.ttm-row 
---------------------------------------------------------------*/
.ttm-row {padding: 90px 0;}
.ttm-row.broken-section { padding: 0 0; }
.ttm-row.services-section { padding: 380px 0 380px; margin: -290px 0; }
.ttm-row.grid-section { padding: 70px 0; }


/* 2.Row-Equal-Height
---------------------------------------------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > div { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* 3.Bg-Layer 
---------------------------------------------------------------*/
.ttm-bg{position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; width: 100%; }
.ttm-col-bgimage-yes.ttm-col-bgcolor-yes{ height: auto; width: auto; }

.ttm-bg-layer, .ttm-col-wrapper-bg-layer-inner, .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, .ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, 
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, 
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, 
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .97;
}
.layer-content{
    position: relative;
    z-index: 1;
    height: 100%;
}


/* 4.Row-Bg-Image  
---------------------------------------------------------------*/
.bg-img0{
    background-image: url(../images/ttm-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-img-0{
    background-image: url(../images/ttm-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-02.png);
    background-repeat: no-repeat;
    background-position: right;
}

.bg-img3{
    background-image: url(../images/ttm-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* 5.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-01.jpg) !important;
    background-position: left!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-02.jpg) !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* 6.Section-Title  
---------------------------------------------------------------*/
.section-title {
    margin-bottom: 22px;
    margin-top: -9px;
}
.section-title a {
    color: #4f5d75;
}
.section-title .title-header {
    padding-bottom: 30px;
}
.section-title h2.title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
    letter-spacing:  0;
    text-transform: capitalize;
}
.section-title h2.title span {
    color: #647332;
}
.section-title h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.section-title h5:after, .section-title h5:before {
    position: absolute;
    content: "";
    right: -30px;
    left: auto;
    top: 6px;
    height: 2px;
    width: 21px;
    background-color: currentColor;
}
.section-title.text-center h5:before {
    left: -30px;
}
.section-title:not(.text-center) h5:after { content: unset; }

.col-title.section-title h2.title {
    font-size: 42px;
    line-height: 52px;
}



/* 7.ttm-icon  
---------------------------------------------------------------*/
.ttm-icon{
    display: inline-block;
    text-align: center;
    border: 1px 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-xs { height: 43px; width: 43px; line-height: 43px;}
.ttm-icon.ttm-icon_element-size-xs i { font-size: 14px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 55px; width: 55px; line-height: 48px;}
.ttm-icon.ttm-icon_element-size-sm i { font-size: 25px; }

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

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

.ttm-icon.ttm-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.ttm-icon.ttm-icon_element-onlytxt i{
    position: unset;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

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


.ttm-play-icon .ttm-icon.ttm-icon_element-size-sm{
    display: block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon .ttm-icon.ttm-icon_element-size-sm i{ 
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.ttm-play-icon .ttm-play-icon-animation{
    position: relative;
    display: inline-block;
}
.ttm-play-icon .ttm-play-icon-animation .ttm-icon{ margin-bottom: 0; }
.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.ttm-play-icon .ttm-play-icon-animation:after{
    z-index: 1;
    width: 94px;
    height: 94px;
    opacity: .1;
    background-color: #fff;
}
.ttm-play-icon .ttm-play-icon-animation:before {
    width: 85px;
    height: 85px;
    opacity: .2;
    background-color: #fff;
}
.ttm-play-icon:hover .ttm-play-icon-animation:after, 
.ttm-play-icon:hover .ttm-play-icon-animation:before{
    -webkit-animation:scaling 1.05s infinite;
    -moz-animation:scaling 1.05s infinite;
    -ms-animation:scaling 1.05s infinite;
    -o-animation:scaling 1.05s infinite;
    animation:scaling 1.05s infinite;
}
@-webkit-keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }


/* ttm-list-style-icon */
.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ttm-list.ttm-list-style-icon li {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    position: relative;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: #222222;
}
.ttm-list.ttm-list-style-icon li i {
   position: absolute;
    left: auto;
    top: 6px;
    line-height: 1;
}

.ttm-list.ttm-list-style-icon li em {
    float: right
}

.ttm-list.ttm-list-style-icon li i.ti {
    font-size: 10px;
    top: 10px;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
}
.ttm-list.ttm-list-style-disc {
    list-style: disc;
    line-height: normal;
    padding: 0 0 15px 15px;
}
.ttm-list.ttm-list-style-disc li { float: left; padding: 0 40px 0 0; }



/* 8.sep_holder  
---------------------------------------------------------------*/

.ttm-horizontal_sep {
    border-top: 1px solid #e7e7e7;
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep{
    border-top-color: rgba(255,255,255,0.06);
}
.ttm-bgcolor-white .ttm-horizontal_sep{
    border-top-color: #f1f1f1;
}
.border-2 { border-width: 2px !important; }
.border-5 { border-width: 5px !important; }
.border-8 { border-width: 8px !important; }
.border-10 { border-width: 10px !important; }

.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgba(0, 0, 0, 0.04) !important;
}

.border-white { border-color: #fff !important; }
.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}

.ttm-vertical_sep > [class*='col-']:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15%;
    width: 1px;
    background-color: #e7e7e7;
}
.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.05);
}
.ttm-bgcolor-skincolor .ttm-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.18);
}


/* 9.Buttons  
---------------------------------------------------------------*/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border: 1px solid #eaeff5;
    color: #1a2940;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.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: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
}
.ttm-btn.ttm-icon-btn-right i { text-align: right; margin-left: 10px; margin-right: 0;}
.ttm-btn.ttm-icon-btn-left i { text-align: left; margin-right: 10px; margin-left: 0;}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs { font-size: 12px; padding: 8px 20px;}
.ttm-btn.ttm-btn-size-xs i { font-size: 10px; line-height: 11px;}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 14px; font-weight: 600; padding: 13px 32px; }
.ttm-btn.ttm-btn-size-sm i { font-size: 13px; line-height: 14px;}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {font-size: 15px;padding: 15px 34px;text-transform: capitalize;}
.ttm-btn.ttm-btn-size-md i { font-size: 14px; line-height: 15px; font-size: 16px; }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 18px; line-height: 18px; padding: 15px 40px;}
.ttm-btn.ttm-btn-size-lg i { font-size: 17px; line-height: 18px;}

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

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

/** btn-inline **/
.ttm-btn.btn-inline{
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-btn.btn-inline i{ 
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
    margin-top: -2px;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i{ margin-left: 6px;}
.ttm-btn.btn-inline.ttm-icon-btn-left i{ margin-right: 6px;}
.ttm-btn.btn-inline:hover { opacity: .9; }


.ttm-btn.btn-inline i.ti-minus { margin-right: 30px; }
.ttm-btn.btn-inline i.ti-minus:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    background: currentColor;
    left: 0;
    top: 50%;
}


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

/*  11.featured-icon-box 
---------------------------------------------------------------*/
.featured-icon-box { position: relative; }
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h5{ 
    font-size: 24px; 
    line-height: 30px; 
    margin-bottom: 8px;
    font-weight: 600;
}
.featured-content { padding-top: 10px; }
.featured-icon-box.icon-align-before-content .featured-icon { width: 7%; }

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 20px; padding-top: 0;}


/*  12.featured-imagebox 
---------------------------------------------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative; 
    overflow: hidden;
}
.slick-slider .featured-imagebox { margin: 0; }
.ttm-grid-view .featured-imagebox { margin-bottom: 30px; }
.featured-imagebox .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4f5d75;
}
.featured-imagebox .featured-content .featured-title h5 span {
    color: #647332;
}
.featured-imagebox .featured-content .featured-desc p{ margin-bottom: 0; }
.featured-imagebox .featured-content .category, 
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

/* services */
.featured-imagebox-services{
    transition: all .4s;
    position: relative;
}
.featured-imagebox-services .featured-content:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    height: 3px;
    width: 0;
    z-index: 1;
    transition: all .5s;
}
.featured-imagebox-services:hover .featured-content:before {
    width: 100%;
}
.featured-imagebox-services .featured-content {
    text-align: center;
    background-color: #fff;
    padding: 0 32px 32px;
}
.featured-imagebox-services .featured-content .ttm-icon {
    transform: translateY(-40px);
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-bottom: -25px;
}


/**** gallary  */
.featured-imagebox-portfolio {
    margin: 15px 0;
}
.featured-imagebox-portfolio img {
    width: 100%;
    height: auto;
    transition: .55s all ease-in-out;
}
.featured-imagebox-portfolio:hover img{
    transform: scale3d(1.05, 1.05, 1.05);
}
.featured-imagebox-portfolio .ttm-box-view-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    opacity: 0;
    transition: .4s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay:after {
    opacity: 1;
}
.featured-imagebox-portfolio .ttm-box-view-overlay:before {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 0 100%;
    transform: rotate(90deg);
    content: "";
    display: inline-block;
    width: 100px;
    height: 160px;
    z-index: 2;
    background-color: #532a09;
    transition: 350ms 250ms transform;
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay:before{
    transform: rotate(45deg);
}
.featured-imagebox-portfolio .ttm-media-link a.ttm_image {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 4;
    color: #fff;
    font-size: 24px;
    transition: 350ms 450ms transform, 350ms 450ms opacity;
    transform: translateX(100%);
    opacity: 0;
}
.featured-imagebox-portfolio:hover .ttm-media-link a.ttm_image {
    transform: translateX(0);
    opacity: 1;
}

/* room */
.featured-imagebox-room{
    margin: 15px 0;
    border-width: 2px;
    border-style: solid;
    transition: all .4s;
    border-color: rgb(243, 243, 243);
}
.featured-imagebox-room .featured-content .featured-desc p{
    margin-bottom: 15px;
}
.featured-imagebox-room .featured-content {
    padding: 30px 25px ;
}
.featured-imagebox-room .featured-content .featured-title h5{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
.featured-imagebox-room .featured-thumbnail img {
    transition: all 700ms ease;
}
.featured-imagebox-room:hover .featured-thumbnail img {
    -webkit-transform: scale(1.07) rotate(0.5deg);
    -ms-transform: scale(1.07) rotate(0.5deg);
    -moz-transform: scale(1.07) rotate(0.5deg);
    transform: scale(1.07) rotate(0.5deg);
}
.featured-imagebox-room:hover{
    border-color: transparent;
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); 
}


/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.accordion .toggle-title a{ 
    display: block;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 15px;
    display: none;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p{
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 5px;
    display: inline-block;
    content: "\f067";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
}


.accordion .toggle.ttm-control-left-true .toggle-title a { 
    padding-left: 50px;
    font-weight: 500;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after{
    left: 0;
    top: 0;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-weight: normal;
    border: 1px solid #2a2a2a;
}


/* ttm-style-classic */
.accordion .toggle.ttm-toggle_style_border {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-toggle_style_border:last-child{ margin-bottom: 0; }
.accordion .toggle.ttm-toggle_style_border .toggle-content{
    padding:  20px;
    margin-top: 0;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title{
    border : 1px solid #e6e6e6;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    padding: 16px 20px;
    padding-right: 48px;
    position: relative;
    color: #1d2143;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}
.accordion .toggle.ttm-toggle_style_border.ttm-control-left-true .toggle-title a{
    padding-right: 20px;
    padding-left: 48px;
}
.accordion .toggle.ttm-toggle_style_border.ttm-control-left-true .toggle-title a:after{
    left: 20px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a i{
    padding-right: 15px;
    border-right: 1px solid rgba(120,120,120,.5);
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a.active i{
    padding-right: 15px;
    border-right: 1px solid rgba(255,255,255,.5);
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a:after{ 
    top: 40%;
    content: "\f107";
    font-weight: 500;
    font-size: 20px;
    line-height: 12px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a.active:after{
    content: "\f106";
}
.accordion .toggle.ttm-toggle_style_border .toggle-content{
    padding: 14px 20px;
    border : 1px solid #e6e6e6;
}
.toggle.ttm-toggle_style_border .toggle-title a.active{ margin: -1px; }

.accordion .alignleft{ margin: 0em 1em 0em 0; }


/* 13.Contact-Form
---------------------------------------------------------------*/
.contactform{
    width: 100%;
    display: flex;
    align-items: center;
}
.contactform .field-row input, 
.contactform .field-row select{
    border: none;
    background: transparent;
    padding-left: 5px;
    position: relative;
    display: block;
    padding-bottom: 0;
    font-weight: 700;
    z-index: 2;
    height: 51px;
    line-height: 41px;
    padding-right: 20px;
    font-family: "Ruberoid", sans-serif;
    font-size: 26px;
    border: 0 !important;
    position: relative;
}
.contactform button:focus{ box-shadow: none;}
.contactform .field-row {
    width: 33.33%;
    float: left;
    padding: 0 35px;
    height: 112px;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactform .field-row label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    display: block;
    color: #647332;
}
.contactform .ttm-btn {
    padding: 18px 25px;
}
.contactform .field-row:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(235, 235, 235, 0.3)
;
}
.contactform .fontIcon {
    position: absolute;
    right: 25px;
    top: 50%;
    color: #ffff;
    font-size: 16px;
    display: block;
}
.contactform .field-row.flat-select:after {
    position: absolute;
    right: 25px;
    top: 55%;
    color: #ffff;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    content: "\f078" !important;
    font-family: "FontAwesome";
}
.contactform .field-row.flat-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* 14.Tab
-------------------------------------------------------------- */
.tabs {
    width: 100%;
    position: relative;

}
.tabs .tab { display: flex; }
.tabs .tab-button { width: 40%; }
.tabs .tab-content { width: 60%; }

.tabs .tab-button  {
    display: block;
    font-family: 'Playfair Display', serif;;
    padding: 36px 20px 35px 30px;
    font-weight: 600;
    transition: all .4s;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.06);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.06);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.06);
}
.tabs .tab:last-child .tab-button{
    margin-bottom: 0;
}
.tabs .tab-button{
    font-size: 32px;
    margin-bottom: 15px;
    transition: all .4s;
}
.tabs .tab-button i{
    font-size: 40px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.tabs .tab:first-child .tab-button i{
    top: 12px;
}
.tabs .tab-content {
    height: 0;
    width: 60%;
    padding-left: 30px;
    position: absolute;
    right: 0;
    visibility: hidden;
    overflow: hidden;
}
.tabs .tab.active .tab-content {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    bottom: 0;
    transition: all .6s linear;
    visibility: visible;
}
.tabs .tab-content h4{
    font-size: 36px;
    line-height: 42px;
}

.ttm-tabs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.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;
    line-height: 20px;
}
.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: #1f2746;
}
.ttm-tabs ul.tabs li.active a {
    background-color: #647332;
}
.ttm-tabs ul.tabs li.active a {
    border-color: #647332 !important;
}
.ttm-tabs ul.tabs li.active a {
    color: rgba(255,255,255,1);
}
.ttm-tabs ul.tabs li {
    display: inline-block;
    margin-right: 7px;
    background: transparent;
    padding: 0;
    margin-bottom: 5px;
}

.tabs.tab-style2 {
    text-align: center;
}
.tabs.tab-style2 .tab {
    display: inline;
    font-size: 14px;
    color: rgb(0, 44, 91);
    margin-right: 7px;
}
.tabs.tab-style2 .tab-content {
    width: 100%;
    position: unset;
    float: left;
    padding-left: 0px;
    overflow: hidden;
}
.tabs.tab-style2 .tab.active .tab-content{
    padding-top: 20px;
    padding-bottom: 0;
    overflow: visible;
}
.tabs.tab-style2 .tab-button {
    display: inline-block;
    height: 0;
    padding: 20px 30px;
    line-height: 3px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0px;
    width: auto;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}
