/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row { padding: 90px 0; }
.ttm-row.broken-section { padding: 0 0; }
.ttm-row.sidebar { padding: 0 0; }
.ttm-row.contact-section { padding: 0; }
.ttm-row.features-section { padding:90px 0; }
.ttm-row.welcome-section { padding: 0 0 190px; }
.ttm-row.services-section { padding: 90px 0 280px; }
.ttm-row.portfolio-section { padding: 90px 0 75px; }
.ttm-row.testimonial-section { padding: 90px 0 80px; }
.ttm-row.team-member-section { padding: 80px 0 90px; }
.ttm-row.client-section { padding: 65px 0 15px; }
.ttm-row.bolg-section { padding:85px 0 75px; }
.ttm-row.about-top-section { padding: 90px 0; }
.ttm-row.portfolio_1-section { padding: 90px 0 15px; }
.ttm-row.gallery-section { padding: 90px 0 75px; }
.ttm-row.Professional-section { padding: 90px 0px; }
.ttm-row.team-member_1-section { padding: 90px 0 80px; }
.ttm-row.about-section { padding: 90px 0; }
.ttm-row.saving-section { padding: 75px 0; }
.ttm-row.portfolio-section_2 { padding: 90px 0 150px; }
.ttm-row.event-section { padding: 90px 0; }
.ttm-row.home-cta-section { padding: 90px 0; }
.ttm-row.services-section_1 { padding: 90px 0 75px; }
.ttm-row.portfolio_2-section {padding: 90px 0 32px;}
.ttm-row.why-choose-section { padding: 90px 0; }
.ttm-row.zero-padding-section { padding: 0 0; }
.ttm-row.services-section_2 { padding: 90px 0 75px; }
.ttm-row.post-section { padding: 90px 0 75px; }
.ttm-row.client-section_1 { padding: 20px 0; }
.ttm-row.client-section_1 { padding: 22px 0 15px; }
.ttm-row.portfolio-section_1 { padding: 75px 0; }
.ttm-row.team-detail-section_1 { padding: 90px 0 40px; }
.ttm-row.contact-section_1 { padding: 40px 0 130px; }
.ttm-row.about-section_1 { padding: 80px 0 195px; }
.ttm-row.team-member-section_1 { padding: 75px 0; }
.ttm-row.testimonial-section_1 { padding: 190px 0 80px; }
.ttm-row.portfolio-section_3 { padding: 75px 0 35px; }




/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}
.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 
.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-05.png);
    background-size: inherit;
    background-repeat: repeat;
    background-position: center;
}
.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-06.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg-img7 {
    background-image: url(../images/bg-image/row-bgimage-07.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-img8 {
    background-image: url(../images/bg-image/row-bgimage-08.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-img9 {
    background-image: url(../images/bg-image/row-bgimage-09.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-img10 {
    background-image: url(../images/bg-image/row-bgimage-10.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-img11 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-cta.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img12 {
    background-image: url(../images/bg-image/row-bgimage-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img13 {
    background-image: url(../images/bg-image/row-bgimage-13.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: right top;
}
.bg-img14 {
    background-image: url(../img/rams-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img15 {
    background-image: url(../images/bg-image/row-bgimage-15.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* ===============================================
    9.Icons
------------------------*/
.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    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;
    box-sizing: content-box;
    position: relative;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 35px; width: 35px; line-height: 35px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 15px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 30px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 77px; width: 77px; line-height: 77px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 40px; }

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 88px; width: 88px; line-height: 88px; }
.ttm-icon.ttm-icon_element-size-lg i {font-size: 45px;}

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 90px; width: 90px; line-height: 90px; }
.ttm-icon.ttm-icon_element-size-xl i { font-size: 60px; }

.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;}

/* ttm-list-style-icon */
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.ttm-list li {
    position: relative;
    padding-bottom: 11px;
}
.ttm-list li:last-child {
    padding-bottom: 0;
}
.ttm-list.ttm-list-style-disc { 
    list-style: disc; 
    padding-left: 15px;
}
.ttm-list.ttm-list-style-square { 
    list-style: square; 
    padding-left: 15px;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px;
}


/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox { margin: 15px 0; }
.featured-imagebox .featured-content .featured-title h5 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox .featured-content .category, 
.featured-imagebox .featured-content .category a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
}
.featured-imagebox .featured-thumbnail img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.featured-imagebox:hover .featured-thumbnail img {
    transform: scale(1.09) rotate(0.9deg);
}
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 35,39,51,0.80);
}
div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before {
    opacity: 0.8;
    visibility: visible;
}
.ttm-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 93.95%;
    padding-top: 25px;
    height: 0;
}
.ttm-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    height: calc(100% + 8px);
}

/* portfolio-1 */
.featured-imagebox-portfolio.style1 img {
    height: auto;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail img {
    -webkit-transform: rotate(9deg) scale(1.2,1.2);
    -o-transform: rotate(9deg) scale(1.2,1.2);
    transform: rotate(9deg) scale(1.2,1.2);
    filter: inherit;
}
.featured-imagebox-portfolio.style1 .featured-content-portfolio {
    display: block;
    overflow: hidden;
}
.featured-imagebox-portfolio.style1 .featured-title {
    display: block;
    overflow: hidden;
}
.featured-imagebox-portfolio.style1 .featured-title h5 {
    position: relative;
    margin-bottom: 2px;
    transform: translateY(100%);
    transition: all 0.7s linear;
}
.featured-imagebox-portfolio.style1:hover .featured-title h5 {
        transform: translateY(0);
}
.featured-imagebox-portfolio.style1 .category {
    transform: translateY(100%);
    transition: all 0.9s linear;
}
.featured-imagebox-portfolio.style1:hover .category {
    transform: translateY(0);
    color: #fff;
}
.featured-imagebox-portfolio.style1 .featured-content {
   position: absolute;
   bottom: 0;
   padding: 40px 0 40px 40px;
   background-color: transparent!important;
   opacity: 0;
}
.featured-imagebox-portfolio.style1:hover .featured-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.ttm-box-view-overlay, .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden;
}
.featured-imagebox-portfolio.style1:hover .ttm-box-view-overlay:before, 
div:hover > .ttm-box-view-overlay:before {
       opacity: 0.6;
}
.featured-imagebox-portfolio.style1 .ttm-box-view-overlay:before {
    transition: all 0.5s linear;
    transform: inherit;
}

/* portfolio-2 */
.featured-imagebox-portfolio.style2 {
    transition: all .5s;
}
.featured-imagebox-portfolio.style2 .featured-content-portfolio {
    padding: 20px;
    text-align: center;
}
.featured-imagebox-portfolio.style2 .featured-content-portfolio .featured-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.featured-imagebox-portfolio.style2 .ttm-media-link a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    opacity: 0;
    z-index: 1;
    margin-top: -22px;
    transition: all 0.45s ease 0ms;
}
.featured-imagebox-portfolio.style2 .ttm-media-link a i {
    font-size:14px;
    font-weight:400;
    line-height: 40px;
}
.featured-imagebox-portfolio.style2 .ttm-box-view-content-inner:before {
     background-color: rgba( 25,25,25,0.70);
}
.featured-imagebox-portfolio.style2 .ttm-media-link a.ttm_image {
    transform: translate(-30px, -45px);
    margin-left: -41px;
}
.featured-imagebox-portfolio.style2 .ttm-media-link a.ttm_link {
    transform: translate(30px, 45px);
    margin-left: 6px;
}
.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
    opacity: 1;
    transform: translate(0px);
}
.featured-imagebox-portfolio.style2:hover .ttm-portfolio-format-video {
    z-index: 9;
}
.featured-imagebox-portfolio.style2 .post-meta {
   padding:0;
   margin: 0;
}

/* portfolio-3 */
.featured-imagebox-portfolio.style3:hover .ttm-box-view-overlay:before, 
div:hover > .ttm-box-view-overlay:before {
       opacity: .25;
       -webkit-transform: scale(1);
       -moz-transform: scale(1);
       -ms-transform: scale(1);
       -o-transform: scale(1);
       transform: scale(1);
}
.featured-imagebox-portfolio.style3 .ttm-box-view-overlay:before, div:hover > .ttm-box-view-overlay:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-imagebox-portfolio.style3 .featured-content .category {
    margin-bottom: 6px;
}
.featured-imagebox-portfolio.style3 .featured-thumbnail img {
     position: relative;
     width: 100%;
     top: 0;
     left: 0;
     transition: inherit;
     transform: inherit;
     filter: inherit;
}
.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay:after {
    left: 10px;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
}
.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay:before {
   position: absolute;
    background: rgba(0,0,0,.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-imagebox-portfolio.style3:hover .ttm-portfolio-box-view-overlay:before, 
.featured-imagebox-portfolio.style3:hover .ttm-portfolio-box-view-overlay:after {
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style3 .ttm-media-link a {
   position: absolute;
   top: 42%;
   left: 5%;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   background: rgb(256,256,256);
   border-radius: 0;
   color: #fff;
   display: inline-block;
   margin: -20px 0 0 -20px;
   line-height: 45px;
   font-size: 25px;
   text-align: center;
   width: 90%;
   height: 40px;
   z-index: 2;
   -webkit-transition: all 0.2s 0.3s;
   -moz-transition: all 0.2s 0.3s;
   -o-transition: all 0.2s 0.3s;
   transition: all 0.5s;
   opacity: 0;

   margin: 0 auto;
}
.featured-imagebox-portfolio.style3 .ttm-media-link a.ttm_link {
    position: absolute;
    left: 25px;
    bottom: 25px;
    top: auto;
}
.featured-imagebox-portfolio.style3:hover .ttm-media-link a {
    opacity: 1;
    transform: scale(1);
}

/* portfolio-4 */
.featured-imagebox-portfolio.style4 {
    position: relative;
    z-index: 1;
    /* border: 30px solid #fff; */
    box-shadow: 0 0 10px 0 rgba(18,31,56,.1);
}
.featured-imagebox-portfolio.style4 .featured-thumbnail img {
    width: 100%;
    transform: inherit;
    transition: inherit;
}
.featured-imagebox-portfolio.style4 .featured-title h5 {
    position: absolute;
    top: 40%;
    left: 0;
    text-align: center;
    margin: 0 auto;
    right: 0;
    font-size: 35px;
    line-height: 42px;
    color: #fff;
}
/* .featured-imagebox-portfolio.style4:hover .featured-content {
    content: "";
    position: unset;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
} */
/* .featured-imagebox-portfolio.style4:hover .featured-title h5 {
    opacity: 0;
    display: none;
} */
/* .featured-imagebox-portfolio.style4:hover .btn-link {
    opacity: 1;
    transform: rotateY(180deg);
} */
/* .featured-imagebox-portfolio.style4 .btn-link {
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    text-decoration: none;
}
.featured-imagebox-portfolio.style4 .btn-link a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Cormorant', serif;
    text-transform: capitalize;
} */
.featured-imagebox-portfolio.style4 .featured-content {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 40%);
    /* height: 100%; */
    width: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.featured-imagebox-portfolio.style4:hover .featured-content {
    /* transform: rotateY(180deg); */
}
.featured-imagebox-portfolio.style4:hover .featured-thumbnail img {
    transform: inherit;
    transition: inherit;
}

/* portfolio-5 */
.featured-imagebox-portfolio.style5:hover .ttm-box-view-overlay::before {
    opacity: 0.5;
    transform: inherit;
}
.featured-imagebox-portfolio.style5 .featured-icon .ttm-icon i {
    font-size: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    transform: inherit;
}
.featured-imagebox-portfolio.style5:hover .featured-icon .ttm-icon i {
    font-size: 50px;
}
.featured-imagebox-portfolio.style5 .featured-thumbnail img {
    transition: transform .8s ease-in-out;
    transform: scale(1.1);
    transform-origin: 100% 0;
}
.featured-imagebox-portfolio.style5:hover .featured-thumbnail img {
    transform: scale(1.2) translateX(10%);
}
.featured-imagebox-portfolio.style5 .featured-content {
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 70px 65px 20px 40px;
    top: 0;
    z-index: 1;
}
.featured-imagebox-portfolio.style5 .featured-icon .ttm-icon { margin-bottom: 0; }
.featured-imagebox-portfolio.style5:hover .featured-content {
    opacity:1
}
.featured-imagebox-portfolio.style5 .featured-content .featured-title h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    transition-delay: 0.1s!important;
}
.featured-imagebox-portfolio.style5:hover .featured-title h5, 
.featured-imagebox-portfolio.style5:hover .featured-title:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style5 .featured-title {
    position:relative
}
.featured-imagebox-portfolio.style5 .featured-content .featured-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 52px;
    background-color: #fff;
    bottom: -20px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.featured-imagebox-portfolio.style5 .featured-title h5, 
.featured-imagebox-portfolio.style5 .featured-title:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.7s;
}

/* portfolio-6 */
.featured-imagebox-portfolio.style6 .featured-thumbnail img {
    transition: transform 0.5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
}
.featured-imagebox-portfolio.style6:hover .featured-thumbnail img {
        -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.featured-imagebox-portfolio.style6:hover .ttm-box-view-content-inner:before {
    opacity: 0.7;
}
.featured-imagebox-portfolio.style6 .ttm-media-link a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.featured-imagebox-portfolio.style6:hover .ttm-media-link a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.featured-imagebox-portfolio.style6 .featured-content {
    padding: 25px 20px 10px 20px;
}
.featured-imagebox-portfolio.style6 .featured-content .post-meta {
    padding: 0;
    margin: 0;
}
.featured-imagebox-portfolio.style6 .featured-content .post-meta span {
    margin-bottom: 2px;
}

/* team-1 */
.featured-imagebox-team.style1 {
    overflow: visible;
}
.featured-imagebox-team.style1:hover .featured-thumbnail img {
    filter: grayscale(100%);
}
.featured-imagebox-team.style1 .ttm-box-view-overlay:before {
    background: linear-gradient(to bottom, rgb(167 167 167 / 0%) .6%, rgb(0 0 0 / 0%) 100%);
}
.featured-imagebox-team.style1 .featured-content {
    position: relative;
    text-align: left;
    padding: 23px 30px 22px;
    background-color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.featured-imagebox-team.style1:hover .featured-content {
    box-shadow: 0 0 10px 0 rgba(43,52,59,.3);
}
.featured-imagebox-team.style1 .category {
    font-size: 14px;
    margin: 0;
}
.featured-imagebox-team.style1 .featured-title h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 47px;
}
.featured-imagebox-team.style1 .ttm-media-link {
    position: absolute;
    top: 35px;
    right: 30px;
    height: 35px;
    width: 35px;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: all .35s;
    transition: all .35s;
    border: 1px solid #818491;
}
.featured-imagebox-team.style1 .media-block .media-btn {
    text-align: center;
    font-size: 17px;
    line-height: 37px;
    color: #121f38;
}
.featured-imagebox-team.style1 .media-block .media-btn i {
    font-weight: bold;
    font-size: 13px;
}
.featured-imagebox-team.style1 .media-block .social-icons {
    position: absolute;
    bottom: 35px;
    opacity: 0;
    -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(.65,.05,.36,1);
    margin: 0;
    left: -9px;
    width: 50px;
    visibility: hidden;
}
.featured-imagebox-team.style1 .media-block:hover .social-icons {
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-team.style1 .media-block .social-icons li {
    display: inline-block;
    margin: 0 2px;
}
.featured-imagebox-team.style1 .media-block .social-icons li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 6px;
}

/* team-2 */
.featured-imagebox-team.style2 .featured-content {
   padding: 18px 20px 25px;
   background-color: #fff;
   text-align: center;
   position: relative;
   margin: -55px 30px 10px;
   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;
   z-index: 1;
} 
.featured-imagebox-team.style2 .featured-content .featured-title h5 {
    margin-bottom:1px;
    font-size: 26px;
    line-height: 33px;
}
.featured-imagebox-team.style2 .featured-content .category {
    font-size:14px;
    margin-bottom:8px;
}
.featured-imagebox-team.style2:hover .featured-content {
    background-color: #fff;
}
.featured-imagebox-team.style2 .ttm-media-link {
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.featured-imagebox-team.style2 .ttm-box-view-overlay:before {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    display: block;
    background-color: rgba(25,25,25,.5);
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1,1,0,100deg);
    transition: all .4s ease-in-out 0s;
    z-index: 1;
    width: 88%;
    height: 88%;
    filter: none;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
    transition: inherit;
    transform: inherit;
    filter: inherit;
}
.featured-imagebox-team.style2:hover .ttm-box-view-overlay:before {
    opacity: 1;
    transform: rotate3d(0,0,0,0deg);
}
.featured-imagebox-team.style2 .media-btn {
    border: none;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 42px;
    border-radius: 0%;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s;
    font-weight: 500;
    font-size: 20px;
    z-index: 9;
    position: absolute;
    top: 45%;
    left: 45%;
}
.featured-imagebox-team.style2 .media-btn i {
    font-weight: bold;
    font-size: 13px;
}
.featured-imagebox-team.style2:hover  .media-btn {
    opacity: 1;
    transform: rotate3d(0,0,0,0deg);
}
.featured-imagebox-team.style2 .media-block .social-icons li {
    display: inline-block;
}
.featured-imagebox-team.style2 .media-block .social-icons li a {
    color: #818491;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.featured-imagebox-team.style2:hover .ttm-box-view-overlay:after {
    opacity: .24;
    background-color: #fff;
}

/* team-3 */
.featured-imagebox.featured-imagebox-team.style3 {
    padding: 40px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
}
.featured-imagebox.featured-imagebox-team.style3 .featured-content .featured-title h5 {
    font-size: 26px;
    line-height: 30px;
}
.featured-imagebox.featured-imagebox-team.style3:before,
.featured-imagebox.featured-imagebox-team.style3:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    opacity: .35;
}
.featured-imagebox.featured-imagebox-team.style3:before {
    transform: rotate(180deg);
    background: url(../images/flower02.png) no-repeat;
    height: 90px;
    width: 90px;
}
.featured-imagebox.featured-imagebox-team.style3:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: -13px;
    background: url(../images/flower03.png) no-repeat;
    height: 110px;
    width: 110px;
}
.featured-imagebox.featured-imagebox-team.style3 .featured-thumbnail {
    width: 280px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.featured-imagebox.featured-imagebox-team.style3 .featured-thumbnail img {
    border-radius: 50%;
    width: auto;
    transform: inherit;
    transition: inherit;
    filter: inherit;
}

/* team-4 */
.featured-imagebox-team.style4 {
    padding: 20px 20px 20px 30px;
}
.featured-imagebox-team.style4 .featured-thumbnail img {
    transform: scale(1);
}
.featured-imagebox-team.style4 .featured-content {
    position: absolute;
    left: -15px;
    width: 100%;
    transform: rotate(-90deg);
    transform-origin: top left;
    transition: all 0.3s ease;
    z-index: 1;
    display: table;
}
.featured-imagebox-team.style4 .featured-content .featured-title h5 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 50px;
    font-weight: 700;
}
.featured-imagebox-team.style4 .featured-title, .team-position {
    display: table-cell;
    vertical-align: bottom;
}
.featured-imagebox-team.style4 .team-position {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.featured-imagebox-team.style4 .ttm-team-box-view-overlay {
    position: relative;
    overflow: hidden;
}
.featured-imagebox-team.style4 .ttm-team-box-view-overlay:after {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: rgba(0,0,0,.2);
}
.featured-imagebox-team.style4:hover .ttm-team-box-view-overlay:after { transition: inherit; }
.featured-imagebox-team.style4 .ttm-media-link {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: 8px -20px 0 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: .8s;
}
.featured-imagebox-team.style4:hover .ttm-media-link {
    opacity: 1;
    margin: 8px 20px 0 0;
}
.featured-imagebox-team.style4 .media-block .social-icons li {
    list-style: none;
    margin: 7px 0;
    display: block;
}
.featured-imagebox-team.style4 .media-block .social-icons li a {
    font-size: 12px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    display: block;
    width: auto;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
}
.featured-imagebox-team.style4:hover .media-block .social-icons li a {
    opacity: 1;
    visibility: visible;
}

/* event */
.featured-imagebox.featured-imagebox-event {
    padding-top: 6px;
}
.featured-imagebox.featured-imagebox-event .featured-content .featured-title h5 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 13px;
}
.featured-imagebox.featured-imagebox-event .featured-thumbnail img {
    padding-top: 27px;
}
.featured-imagebox.featured-imagebox-event:hover .featured-thumbnail img {
        transform: scale(1.07) rotate(0.5deg);
}
.featured-imagebox.featured-imagebox-event .event-number {
    top: 0;
    left: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Cormorant', serif;
    position: relative;
    margin-bottom: 14px;
    display: block;
}
.featured-imagebox.featured-imagebox-event .event-number:before{
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 80px;
    top: 100%;
}

/* event 1 */
.featured-imagebox.featured-imagebox-event.style1 {
    margin-right: -190px;
    padding-top: 345px;
    margin-left: 5px;
    z-index: 1;
}

/* event 2 */
.featured-imagebox.featured-imagebox-event.style2 {
    margin-left: -190px;
    padding-top: 345px;
}

/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .featured-title h5 {
    font-size: 19px;
    line-height: 26px;
}
.featured-imagebox-post .featured-content .post-meta span { 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span a { color: inherit; }
.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span:not(:last-child):after {
    position: absolute;
    background-color: currentColor;
    display: inline-block;
    content: "";
    background-color: #898a9c;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    top: 0;
    opacity: .2;
    right: -12px;
}
.featured-imagebox-post .featured-content .post-meta span i { 
    padding-right: 5px; 
    font-size: 12px;
}
.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
}
.ttm-box-post-date .ttm-entry-date .entry-month, 
.ttm-box-post-date .ttm-entry-date .entry-year {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.post-bottom.ttm-post-link { display: flex; }
.ttm-post-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 64.25%;
    padding-top: 25px;
    height: 0;
}
.ttm-post-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* post_1 */
.featured-imagebox-post.style1 {
    background-color: #fff;
    border: 15px solid #fff;
    margin: 15px 0;
    overflow: hidden;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
}
.featured-imagebox-post.style1 .featured-content {
    padding: 15px 18px 11px 17px;
    background-color: #fff;
}
.featured-imagebox-post.style1 .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.featured-imagebox-post.style1 .featured-content .post-meta span,
.featured-imagebox-post.style1 .featured-content .post-meta span a,
.featured-imagebox-post.style1 .featured-content .post-meta span i { 
    color: inherit;
}
.featured-imagebox-post.style1:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 0 -20px rgba(0, 0, 0, 0.15);
}

/* post_2 */
.featured-imagebox-post.style2 {
    padding: 15px;
    margin: 15px 0 30px;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
}
.featured-imagebox-post.style2 .featured-thumbnail { 
    border-radius: 6px;
    width: 53.87%;
}
.featured-imagebox-post.style2 .featured-content {
    padding: 18px 0 0 25px;
    width: 100%;
}
.featured-imagebox-post.style2 .featured-content .featured-desc {
    display: inline;
}
.featured-imagebox-post.style2 .featured-content .featured-footer-left {
    display: inline;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

/* services-1 */
.featured-imagebox-services.style1 {
    padding: 15px;
    border-radius: 3px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}
.featured-imagebox-services.style1 .featured-content {
    padding: 30px 15px 15px 15px;
}

/*  blog  */
.featured-imagebox-blog {
    box-shadow: 0 0 10px 0 rgba(18,31,56,.1);
}
.featured-imagebox-blog .featured-thumbnail { position: relative;overflow: hidden; }
.featured-imagebox-blog:hover .featured-thumbnail img {
    transform: scale(1.07) rotate(0.5deg);
    filter: inherit;
}

.ttm-blog-overlay-iconbox a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.featured-imagebox-blog:hover .ttm-blog-overlay-iconbox a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.featured-imagebox-blog .featured-content { position: relative; padding: 22px 25px 10px 25px; }
.featured-imagebox-blog .featured-content .featured-title h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
}
.post-meta {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}
.featured-imagebox-blog .post-meta {
    margin: 0;
}
.post-meta i { padding-right: 5px; }
.post-meta span {
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 12px;
}
.post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: -12px;
    top: 0;
    background-color: #dce1e9;
}
.ttm-box-post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
}
.ttm-box-post-date .entry-date {
    height: 55px;
    width: 55px;
    display: block;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-weight: 600;
    font-size: 20px;
}
.featured-imagebox-blog .ttm-box-post-date {
    left: 15px;
    top: 15px;
    border-radius: unset;
}
.ttm-entry-date span { display: block; }
.featured-imagebox-blog .ttm-box-view-overlay:after {
    content: '';
    position: absolute;
    left: 0!important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.featured-imagebox-blog .ttm-box-view-overlay:before {
    content: '';
    position: absolute;
    right: 0!important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.featured-imagebox-blog:hover .ttm-box-view-overlay:before,
.featured-imagebox-blog:hover .ttm-box-view-overlay:after {
    opacity: .6;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.ttm-blog-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 70.95%;
    padding-top: 25px;
    height: 0;
}
.ttm-blog-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    height: calc(100% + 8px);
}

/* blog-2 */
.featured-imagebox-blog.style2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-blog.style2:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.featured-imagebox-blog.style2:hover .featured-thumbnail img {
    transform: inherit;
    filter: inherit;
}
.featured-imagebox-blog.style2 .featured-thumbnail img {
    transform: inherit;
    transition: inherit;
}
.featured-imagebox-blog.style2 .featured-content {
    padding: 20px 30px 40px 30px;
}
.featured-imagebox-blog.style2 .featured-content .featured-desc p {
    background-color: #eef5f7;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 23px;
}
.featured-imagebox-blog.style2 .featured-content .featured-title h5 {
    font-size: 24px;
    line-height: 34px;
}
.featured-imagebox-blog.style2 .featured-content .post_box-footer {
    display: table;
    padding-top: 38px;
    border-top: 1px solid #eaedf1;
    margin-top: 20px;
    width: 100%;
}
.featured-imagebox-blog.style2 .featured-content .post_box-footer .post-date, .post-link {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-blog.style2 .featured-content .post_box-footer .post-date .ttm-entry-date {
    background-color: #eef5f7;
    padding: 10px 25px;
    border-radius: 3px; 
    font-size: 14px; 
    line-height: 23px; 
}
.featured-imagebox-blog.style2 .featured-content .post_box-footer .post-link {
    text-align: right;   
}

/* blog-3 */
.featured-imagebox-blog.style3 .featured-content {
    padding: 20px 35px 32px 40px;
}

/* blog-4 */
.featured-imagebox-blog.style4 .featured-content {
    padding: 40px 25px 40px 35px;
    background-color: #fff;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar {position: relative;margin-bottom: 20px;}
.ttm-progress-bar .progressbar-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: .5px;
}
.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    right: 0;
    z-index: 3;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    top: 0;
    overflow: hidden;
}
.ttm-progress-bar .progress-bar {
    display: block;
    height: 6px;
    position: relative;
    background-color: rgba(192, 192, 192, 0.34);
}
.ttm-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 6px;
    width: 100%;
    z-index: 1;
    background-color: rgba(192, 192, 192, 0.34);
}
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}
.ttm-progress-bar .progress-bar-inner .progress-bar:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: -5px;
    right: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid;
    background-color: #fff;
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h5 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-caption label { 
    margin: 0;
    font-size: 13px;
    line-height: 1;
}
.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}
.star-ratings ul { padding: 0; margin: 0; }
.star-ratings li {
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}
.star-ratings ul li.active , .star-ratings ul li.active i { color: #fd4; }

/* style1 */
.testimonials.style1 {
    margin: 10px 0;
}
.testimonials.style1 .testimonial-content,.testimonials.style1 .testimonial-avatar {
    display: table-cell;
    vertical-align: middle;
    z-index: -1;
}
.testimonials.style1 .testimonial-content { 
    position: relative;
    padding: 23px 30px 30px 60px;
    background-color: #fff;
    border-left: 4px solid #e8e8e8;
    -webkit-box-shadow: 0 0 10px 0 rgba(18,31,56,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(18,31,56,.1);
    box-shadow: 0 0 10px 0 rgba(18,31,56,.1);
}
.testimonials.style1 .testimonial-content blockquote {
    margin: 10px 0 20px;
}
.testimonials.style1 .testimonial-content i {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    text-align: left;
}
.testimonials.style1 .testimonial-content blockquote {
    border-left: none;
    text-align: left!important;
    margin: 0;
    padding: 15px 0 17px 0;
    font-size: 17px;
    line-height: 28px;
    color: inherit;
    font-style: italic;
    position: relative;
}
.testimonials.style1 .testimonial-content .testimonial-caption {
    text-align: left;
}
.testimonials.style1 .testimonial-content .testimonial-caption h5 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600;
}
.testimonials.style1 .testimonial-content .testimonial-caption label {
   font-size:14px;
  font-weight: 400;
}
.testimonials.style1 .testimonial-content i:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote.svg);
}
.testimonials.style1 .testimonial-avatar .testimonial-img img {
    display: block;
    width: 83px;
    height: 83px;
    margin: 0 auto;
    float: none;
    position: relative;
    margin-right: -45px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
}

/* style2 */
.testimonials.style2 {
    text-align: center;
    margin: 0 auto;
    max-width: 790px;
}
.testimonials.style2 .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}
.testimonials.style2 .testimonial-img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: auto;
    width: 100%;
    border: none;
    transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0);
}
.testimonials.style2 .testimonial-content blockquote {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}
.testimonials.style2 .testimonial-content .testimonial-caption h5 {   
    font-size: 25px;   
    line-height: 32px;   
    font-weight: 600;
}
.testimonials.style2 .testimonial-content blockquote h5 {
    font-size: 18px;
    font-weight: 500;
}
.testimonials.style2 .testimonial-caption label {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 0;
}

/* style3 */
.testimonials.style3 .testimonial-content, .testimonials.style3 .testimonial-avatar {
    display: table-cell;
    vertical-align: middle;
}
.testimonials.style3 .testimonial-content { padding-left: 30px;text-align: left; }
.testimonials.style3 .testimonial-content blockquote {
    margin: 20px 0 20px;
    padding: 0;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}
.testimonials.style3 .testimonial-content .testimonial-caption h5 {    
    font-size: 23px;    
    line-height: 32px;  
    font-weight: 600;
}
.testimonials.style3 .testimonial-content .testimonial-caption label {    
    font-size: 14px;
}
.testimonials.style3 .testimonial-content i {
    font-size: 40px;
    display: block;
    position: relative;
}
.testimonials.style3 .testimonial-avatar .testimonial-img:after,
.testimonials.style3 .testimonial-avatar .testimonial-img:before {
    content: '';
    position: absolute;
    height: 75px;
    width: 1px;
    background-color: rgba(129,132,145,.3);
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-bottom: 90px;
    z-index: 1;
    -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;
    transition: all 0.5s ease 0s;
}
.testimonials.style3 .testimonial-avatar .testimonial-img:after {
    top: 0;
    margin-top: 90px;
}
.testimonials.style3 .testimonial-avatar .testimonial-img {
    position: relative;
    z-index: 1;
}
.testimonials.style3 .testimonial-avatar .testimonial-img img {
    height: 83px;
    width: 83px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    float: none;
}

/* style4 */
.testimonials.style4 .testimonial-content,
.testimonials.style4 .testimonial-bottom ,
.testimonials.style4 .testimonial-avatar {
    display: table-cell;
    vertical-align: middle;
}
.testimonials.style4 .testimonial-bottom{
    padding-left: 20px;
}
.testimonials.style4 .testimonial-content { text-align: left; }
.testimonials.style4 .testimonial-content blockquote {
    padding: 15px 0;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}
.testimonials.style4 .testimonial-content .testimonial-caption h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.testimonials.style4 .testimonial-content .testimonial-caption label {    
    font-size: 14px;
}
.testimonials.style4 .testimonial-content i {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
.testimonials.style4 .testimonial-content i:before{
    position: absolute;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote.svg);
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.testimonials.style4 .testimonial-avatar .testimonial-img:after {
    top: 0;
    margin-top: 90px;
}
.testimonials.style4 .testimonial-avatar .testimonial-img {
    position: relative;
    z-index: 1;
}
.testimonials.style4 .testimonial-avatar .testimonial-img img {
    height: 83px;
    width: 83px;
    border: 5px solid #e8e8e8;
    border-radius: 50%;
}

/* ttm-testimonial-nav */
.testimonials-info {
    text-align: center;
    position: relative;
}
.testimonials-info .testimonials .testimonial-content blockquote {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 37px;
    margin: 0 30px 20px;
}
.testimonials-info .testimonials .testimonial-content blockquote:before {
    position: absolute;
    content: "";
    background-color: #000;
   -webkit-mask-box-image: url(../images/qoute-bg-icon.html);
    mask: url(../images/qoute-bg-icon.html) no-repeat 100% 100%;
    mask-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    display: block;
    opacity: 0.1;
    font-style: normal;
    width: 80px;
    height: 60px;
    transform: rotate(180deg);
}
.ttm-bgcolor-skincolor .testimonials-info .testimonials .testimonial-content blockquote:before,
.ttm-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote:before {
    background-color: #fff;
}
.testimonials .testimonial-content .testimonial-caption h5 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonials-info .testimonial-caption label {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
}
.testimonials-nav {
    max-width: 315px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.testimonials-nav .testimonial-author_info .testimonial-avatar {
    position: relative;
    cursor: pointer;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.testimonials-nav .testimonial-author_info .testimonial-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    opacity: .3;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0)!important;
    border: 1px solid transparent;
    padding: 5px;
}
.testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img {
    opacity: 1;
}
.ttm-bgcolor-darkgrey .testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img,
.ttm-bgcolor-skincolor .testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img {
    border-color: rgba(255,255,255,.5);
}
.testimonials-nav .slick-arrow {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    z-index: 1;
    background: transparent;
    text-align: center;
}
.testimonials-nav .slick-arrow.slick-prev {
    right: -15px;
}
.testimonials-nav .slick-arrow.slick-next {
    left: -15px;
}
.testimonials-nav .slick-prev:before, .testimonials-nav .slick-next:before {
    font-family: "FontAwesome";
    content: "\f177";
    color: #7b8095;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.testimonials-nav .slick-prev:before {
    content: "\f178";
}
.ttm-bgcolor-skincolor .slick-prev:before , .ttm-bgcolor-skincolor .slick-next:before, 
.ttm-bgcolor-darkgrey .slick-prev:before , .ttm-bgcolor-darkgrey .slick-next:before {
    color: #fff;
}


/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    position: relative;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.client-box .ttm-client-logo-tooltip { 
    margin-top: 45px; 
    margin-bottom: 45px;
}
.client-box .ttm-client-logo-tooltip,
.client-box .ttm-client-logo-tooltip-inner {
    position: relative; 
}
.client-box .ttm-client-logo-tooltip img {
    text-align: center;
    display: block;
    margin: 0 auto;
    opacity: .75;
}
.client-box:hover .ttm-client-logo-tooltip img { opacity: 1; }
.client-box .ttm-client-logo-tooltip .client-thumbnail_hover {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
    bottom: 0;
}


/* ===============================================
    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: 18px;
    position: relative;
}
.accordion .toggle-title a i { margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 15px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 20px;
    display: inline-block;
    content: "\f067";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
}

/* ttm-style-classic */
.accordion .toggle.ttm-toggle_style_classic {
    padding-bottom: 0px;
    margin-bottom: 15px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-toggle_style_classic:last-child { margin-bottom: 0; }
.accordion .toggle.ttm-toggle_style_classic .toggle-content {
    padding:  20px 0 20px;
    margin-top: 0;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    padding: 15px 20px;
    padding-right: 48px;
    border-radius: 3px;
    position: relative;
    -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_classic .toggle-title a:after { 
    top: 30%;
    font-size: 10px;
    line-height: 23px;
    height: 22px;
    width: 22px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-weight: 100;
}
.toggle .toggle-title.ttm-toggle_style_classic a.active { margin: -1px; }
.accordion .toggle.ttm-toggle_style_border .toggle-title {
    border : 1px solid #f1f1f1;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a {
    padding: 12px 20px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-content {
    padding: 14px 20px;
    border : 1px solid #f0f0f0;
}
.accordion .toggle.ttm-control-left-true .toggle-title a {
    padding-right: 20px;
    padding-left: 48px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after {
    left: 20px;
}
.accordion .alignleft { margin:  .375em 1.75em 0 0; }


/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.wrap-form .orderby:before {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}
.wrap-form select {
   -webkit-appearance: none;
}
.wrap-form .select-text:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
}
.wrap-form span.text-input > i {
    position: absolute;
    top: 20px;
    opacity: 0.9;
    font-size: 15px;
    z-index: 1;
    right: 20px;
}
input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}
/* request*/
.request_form.wrap-form span.text-input {
    margin-bottom: 17px;
}
/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: .9;
    font-size: 13px;
    line-height: 19px;
    z-index: 1;
    color: #9b9b9b;
}
.contactform .ttm-btn.ttm-btn-size-lg { padding: 14px 20px; }
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    color: rgba(0,0,0,.60);
    border-color: transparent;
    background-color: #edf5f7;
}
.wrap-form.contact_form button[type="submit"] {
    font-size: 17px;
    padding: 14px 20px;
}
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}

/* ttm-contactform-2 */
.ttm-contactform-2 {
    margin-top: 35px;
}
.ttm-contactform-2.wrap-form span.text-input{
    margin-bottom:20px;
}
.ttm-contactform-2.wrap-form span.text-input input{
   border: 1px solid transparent;
   padding: 12px 15px;
   border-radius: 3px;
}

/* request_qoute_form */
.wrap-form.request_qoute_form span.text-input input, 
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select {
    padding: 17px 24px 16px;
    border-width: 2px;
    background-color: transparent;
}

/* ===============================================
    23.ttm-invitationcard-box
------------------------*/
.ttm-invitationcard-box {
    position: relative;
    padding: 85px 30px 75px;
}
.ttm-invitationcard-box:before,
.ttm-invitationcard-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
    display: block;
    content: '';
    background: url(../images/flowler-img.png) no-repeat;
    height: 150px;
    width: 150px;
}
.ttm-invitationcard-box:after {
        top: 0;
    left: auto;
    right: 0;
    margin-top: -10px;
    transform: rotate(180deg);
}
.ttm-top-heading {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
}
.ttm-groom-name {
    margin-bottom:0;
}
.ttm-invitation-separator {
    position: relative;
    color: #818491 !important;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
}
.ttm-invitation-separator:before,
.ttm-invitation-separator:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 110px;
    height: 1px;
    background-color: #e3e3e3;
    left: -13px;
    vertical-align: middle;
}
.ttm-invitation-separator:after {
        left: auto;
        right: -13px;
}
.ttm-card-date { font-weight:500; } 
.ttm-location-place { font-size: 18px; line-height: 28px; }
.ttm-invitationcard-box .ttm-location-place a:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    bottom: 90px;
    left: 48%;
}

/* style1 */
.ttm-invitationcard-box.style1 {
    padding: 100px 0px 0;
}
.ttm-invitationcard-box.style1:before {
   width: unset;
}
.ttm-invitationcard-box.style1:after {
     width: unset;
}
.ttm-invitationcard-box.style1 .ttm-top-heading {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #c78665;
    margin-bottom: 5px;
}
.ttm-invitationcard-box.style1 .ttm-groom-name {
    font-size: 41px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 6px;
}
.ttm-invitationcard-box.style1 .ttm-groom-name_1 {
    font-size: 40px;
    line-height: 52px;
    }
.ttm-invitationcard-box.style1 .ttm-location-place {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
}
.ttm-invitationcard-box.style1 .ttm-invitation-separator {
    font-size: 15px;
    margin-bottom: 2px;
}
.ttm-invitationcard-box.style1 .ttm-card-date {
    font-weight: 400;
    margin-top: 17px;
}
.ttm-invitationcard-box.style1 .ttm-location-place a:after {
   width:unset; 
} 

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00dab2;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}