

/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row{ padding: 50px 0;}
.ttm-row.padding_zero-section { padding: 0 0; }
.ttm-row.client-section { padding: 10px 0; }
.ttm-row.grid-section { padding: 75px 0; }

/* ===============================================
    3.Bg-Layer 
------------------------*/
.ttm-bg{ position: relative;}
.ttm-col-bgimage-yes{ z-index: 1; }
.bg-layer-equal-height .ttm-col-bgimage-yes, 
.bg-layer-equal-height .ttm-col-bgcolor-yes{ 
    height: 100%;
}
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer, .ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.ttm-left-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }



/* ===============================================
    4.Row-Bg-Image  
------------------------*/

.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}



/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(https://omsoftsolution.net.in/preet-enterprises/wp-content/uploads/2022/04/11.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(https://omsoftsolution.net.in/preet-enterprises/wp-content/uploads/2022/04/market.jpg);
    background-position: left;
    background-size: inherit;
    background-repeat: no-repeat;
}


/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h3{
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    position: relative;
}
.section-title h2.title{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 10px;
}
.section-title .title-desc p{
    padding-bottom: 15px;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.section-title .title-header { padding-bottom: 11px; }


/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border-width: 1px ;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline)::before {
    content: '';
    position: absolute;
    background-color: #343434;
    width: 0%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    z-index: -1;
}
/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 13px; padding: 11px 20px; }

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


/** btn-shape **/
.ttm-btn.ttm-btn-shape-square { border-radius: 0; }


/* ===============================================
    9.Icons
------------------------*/
.ttm-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    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-md **/
.ttm-icon.ttm-icon_element-size-md { height: 67px; width: 67px; line-height: 67px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 37px; }

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

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper ,
.ttm-fid-view-lefticon .ttm-fid-contents ,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper ,
.ttm-fid-view-righticon .ttm-fid-contents{
    display: table-cell;
    vertical-align: top;
}
.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 20px;
    text-align: left;
}
.ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
}
.inside h4, .inside h4 span {
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}
.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
    color: inherit;
}
.ttm-fid span:not(.numinate) {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
}

.ttm-fid.inside.style2{
    margin: 0;
    padding: 15px 0px;
}
.ttm-fid.inside.style2 h4, .ttm-fid.inside.style2 h4 span {
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
}
.ttm-fid.inside.style2 .ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 1;
    padding-top: 7px;
    font-weight: 500;
}
.ttm-fid.inside.style2 h3 {
    font-size: 16px;
    font-weight: normal;
    opacity: .8;
}



/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 20px; line-height: 30px; margin-bottom: 12px; font-weight: 500; text-transform: capitalize;}

.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-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h3 { margin-bottom: 13px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

.container-fluid, .container { counter-reset: featuredbox-number; } 
.featuredbox-number .ttm-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number, decimal-leading-zero) " " ; 
}


/* style4 */
.featured-icon-box.style4 {
    padding: 58px 0 62px;
    margin: 0;
}
.featured-icon-box.style4 .featured-title h3 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 5px;
}
.featured-icon-box.style4 .featured-desc p {
    font-size: 20px;
    line-height: 53px;
    margin: 0;
    text-align: center;
    color: white;
    font-weight: 500;
}
.featured-icon-box.style4 .featured-content { padding-left: 50px; }


/* style5 */
.featured-icon-box.style5{
    padding: 0 15px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
    background-color: #fff;
    padding: 30px 30px 30px;
    position: relative;
    text-align: left;
}
.featured-icon-box.style5 .featured-icon .ttm-icon i { font-size: 48px; }
.featured-icon-box.style5 i.ttm-num {
    position: absolute;
    top: 110%;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 39px;
    text-align: center;
    left: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #222d35;
    font-family: inherit;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.row > [class*='col-']:nth-child(even) .featured-icon-box.style5 { margin-top: 65px; }
.row > [class*='col-']:nth-child(even) .featured-icon-box.style5 i.ttm-num { top: -60px;}
.row > [class*='col-']:nth-of-type(odd) .featured-icon-box.style5:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-top-color: #fff;
    border-width: 16px;
    left: 25px;
}
.row > [class*='col-']:nth-of-type(even) .featured-icon-box.style5:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-bottom-color: #fff;
    border-width: 16px;
    left: 25px;
}


/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox { margin: 15px 0; }
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.ttm-box-view-overlay , .ttm-box-view-content-inner{ 
    position: relative;
    overflow: hidden;
}
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before  {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

/* services-02*/
.featured-imagebox-procedure, .featured-imagebox-procedure .featured-thumbnail {
    text-align: center;
    overflow: visible;
}
.featured-imagebox-procedure .featured-thumbnail { display: inline-block; }
.procedure-row:before {
    content: '';
    position: absolute;
    left: -103px;
    right: -60px;
    height: 100%;
    display: block;
    top: -50px;
    margin-left: 40px;
    background: url(../images/procedure-bg.png) center center no-repeat;
}
.featured-imagebox-procedure .featured-content{
    margin-top: 30px;
    padding: 0 25px;
}
.featured-imagebox-procedure .featured-content .featured-title h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px
}
.featured-imagebox-procedure .featured-thumbnail img {
    border-radius: 50%;
    min-width: auto;
    transition: all 0.3s ease 0s;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
section{ counter-reset: featured-imagebox-procedure; }

 
/* style1 */
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style1 { margin: 0; }
.featured-imagebox-portfolio.style1 .ttm-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -15px;
    height: 45px;
    width: 45px;
    opacity: 0;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
    z-index: 1;
    background-color: #fff;
    transform: translateX(-20px);
    -webkit-transition: .5s;
    transition: .5s;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail{
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonial-caption label {
    display: block;
    margin: 0; 
    margin-bottom: -5px;
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

/* ttm-testimonial-box-view-style2 */
.testimonials.ttm-testimonial-box-view-style2 { margin-top: 15px; }
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img {
    border-radius: 50%;
    height: 69px;
    width: 69px;
    display: block;
    margin: 0 auto;
    font-size: 27px;
    color: #fff;
    line-height: 69px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img { 
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    border-radius: 50%;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
    border-left: none;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 29px;
    color: inherit;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    overflow: visible;
    align-items: center;
    padding: 80px 40px 50px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    color: #000;
    text-align: center;
    display: block;
    opacity: .06;
    letter-spacing: 0;
    font-size: 40px;
    font-style: normal;
}
.slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before {
    opacity: 1;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-bottom {
    margin-top: -30px;
    z-index: 1;
    position: relative;
    text-align: center;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5{
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}
@media (min-width: 992px){
    .testimonials.ttm-testimonial-box-view-style2 {
        margin-top: 30px;
    }
    .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
        transform: scale(1);
        margin-top: 25px;
        transition: .6s ease;
        text-align: center;
        z-index: -1;
    }
    .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5{
        font-size: 17px;
        line-height: 21px;
    }
    .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
        font-size: 13px;
        line-height: 26px;
    }
    .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label { 
        font-size: 11px;
        line-height: 22px;
    }
    .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
        transform: scale(1.2);
        z-index: 1;
        margin-top: -10px;
    }
}

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