@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
a,a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit
}
a,button,input {
    outline: 0
}
ol,ul {
    padding: 0;
    margin: 0
}
strong {
    font-weight: 700
}
iframe {
    width: 100%;
    border: none;
    display: block
}
p {
    margin: 0 0 15px
}
::-moz-selection {
    background: #cda274;
    color: #fff;
    text-shadow: none
}
::-moz-selection {
    background: #cda274;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #0095da;
    color: #fff;
    text-shadow: none
}
.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #1a1a1a;
    padding: 12px 15px 11px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(119,119,119,.2);
    font-size: 15px;
    outline: 0;
    line-height: inherit;
    letter-spacing: 0
}
button,input[type=button],input[type=reset],input[type=submit] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    outline: 0;
    -webkit-font-smoothing: antialiased
}
input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    border: 1px solid #0095da!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield
}
form {
    position: relative
}
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}
input:-moz-placeholder,input:-ms-input-placeholder,input::-moz-placeholder,input::-ms-input-placeholder,input::-webkit-input-placeholde,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea::-webkit-input-placeholder {
    color: #fff
}
menu,ol,ul {
    margin: 16px 0;
    padding: 0 0 0 25px
}
body {
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .3px;
    color: #000
}
h1,h2,h3,h4,h5,h6 {
    font-family: Lato,Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #232323
}
h1 {
    font-size: 60px;
    line-height: 72px
}
h2 {
    font-size: 30px;
    ine-height: 40px
}
h3 {
    font-size: 20px;
    line-height: 30px
}
h4 {
    font-size: 25px;
/*    line-height: 38px*/
}
h5 {
    font-size: 19px;
    line-height: 30px
}
h6 {
    font-size: 16px;
    line-height: 18px
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1
}
body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff
}
a {
    color: #232323
}
a,img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.box-shadow {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%)
}
.box-shadow_2 {
    box-shadow: 0 0 10px 0 rgba(43,52,59,.02)
}
.border-rad_3 {
    border-radius: 3px
}
.border-rad_4 {
    border-radius: 4px
}
.border-rad_5 {
    border-radius: 5px
}
.border-rad_6 {
   border-radius: 6px
}
.border-rounded {
    border-radius: 50%
}
.border_1 {
    border: 2px solid
}
.alignleft {
    float: left;
    margin: .375em 1.75em 0 0
}
.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em
}
.z-index_1 {
    z-index: -1
}
.z-index-0 {
    z-index: 0
}
.z-index-1 {
    z-index: 1
} 
.z-index-2 {
    z-index: 2
} 
.font-size-18 {
    font-size: 18px
} 
.fontweight-normal {
    font-weight: 400
} 
.fontweight-Medium {
    font-weight: 500
} 
.fontweight-semibold {
    font-weight: 600
} 
.fontweight-bold {
    font-weight: 700
} 
.spacing-1 {
    margin-top: 70px;
    padding: 92px 0 55px 0
} 
.spacing-2 {
    margin-left: -200px
} 
.spacing-3 {
    padding: 350px 0 350px
} 
.spacing-4 {
    margin-left: -160px;
    margin-top: 80px;
    padding: 72px 0 0 210px
} 
.spacing-5 {
    padding: 90px 0 380px 0
} 
.spacing-6 {
    padding: 0 45px 0 240px;
    margin-top: -10px
} 
.spacing-7 {
    padding: 190px 70px 185px 0
} 
.spacing-8 {
    padding: 112px 0 131px 70px
} 
.spacing-9 {
    margin-left: -370px;
    padding: 40px 37px 35px 27px;
    margin-top: 37px
} 
.spacing-10 {
    padding: 10px 0 0 0
} 
.spacing-11 {
    margin-right: -30px;
    padding: 315px 40px 55px 40px
} 
.spacing-12 {
    padding-left: 40px
} 
.p-10 {
    padding: 10px
} 
.p-15 {
    padding: 15px
} 
.p-30 {
    padding: 30px
} 
.p-50 {
    padding: 50px
} 
.p-60 {
    padding: 60px
} 
.p-80 {
    padding: 80px
} 
.p-100 {
    padding: 100px
} 
.pr-5 {
    padding-right: 5px!important;
} 
.pr-10 {
    padding-right: 10px
} 
.pr-15 {
    padding-right: 15px
} 
.pr-20 {
    padding-right: 20px
} 
.pr-25 {
    padding-right: 25px
} 
.pr-30 {
    padding-right: 30px
} 
.pr-35 {
    padding-right: 35px
} 
.pr-40 {
    padding-right: 40px
} 
.pr-45 {
    padding-right: 45px
} 
.pr-50 {
    padding-right: 50px
} 
.pr-55 {
    padding-right: 55px
} 
.pr-60 {
    padding-right: 60px
} 
.pr-65 {
    padding-right: 65px
} 
.pr-70 {
    padding-right: 70px
} 
.pr-75 {
    padding-right: 75px
} 
.pr-80 {
    padding-right: 80px
} 
.pr-85 {
    padding-right: 85px
} 
.pr-90 {
    padding-right: 90px
} 
.pr-95 {
    padding-right: 95px
} 
.pr-100 {
    padding-right: 100px
} 
.pr-110 {
    padding-right: 110px
} 
.pr-120 {
    padding-right: 120px
} 
.pr-130 {
    padding-right: 130px
} 
.pr-140 {
    padding-right: 140px
} 
.pr-150 {
    padding-right: 150px
}
.pl-0 {
    padding-left: 0
}
.pl-5 {
    padding-left: 5px!important
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-25 {
    padding-left: 25px
}
.pl-30 {
    padding-left: 30px
}
.pl-35 {
    padding-left: 35px
}
.pl-40 {
    padding-left: 40px
}
.pl-45 {
    padding-left: 45px
}
.pl-50 {
    padding-left: 50px
}
.pl-55 {
    padding-left: 55px
}
.pl-60 {
    padding-left: 60px
}
.pl-65 {
    padding-left: 65px
}
.pl-70 {
    padding-left: 70px
}
.pl-75 {
    padding-left: 75px
}
.pl-80 {
    padding-left: 80px
}
.pl-85 {
    padding-left: 85px
}
.pl-90 {
    padding-left: 90px
}
.pl-95 {
    padding-left: 95px
}
.pl-100 {
    padding-left: 100px
}
.pt-5 {
    padding-top: 5px
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}
.pt-30 {
    padding-top: 30px
}
.pt-35 {
    padding-top: 35px
}
.pt-40 {
    padding-top: 40px
}
.pt-45 {
    padding-top: 45px
}
.pt-50 {
    padding-top: 50px
}
.pt-55 {
    padding-top: 55px
}
.pt-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.pt-70 {
    padding-top: 70px
}
.pt-75 {
    padding-top: 75px
}
.pt-80 {
    padding-top: 80px
}
.pt-85 {
    padding-top: 85px
}
.pt-90 {
    padding-top: 90px!important
}
.pt-100 {
    padding-top: 100px
}
.pt-110 {
    padding-top: 110px
}
.pt-120 {
    padding-top: 120px
}
.pt-130 {
    padding-top: 130px
}
.pt-140 {
    padding-top: 140px
}
.pt-150 {
    padding-top: 150px
}
.pt-160 {
    padding-top: 160px
}
.pt-170 {
    padding-top: 170px
}
.pt-180 {
    padding-top: 180px
}
.pt-200 {
    padding-top: 200px
}
.pb-5 {
    padding-bottom: 5px!important
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-40 {
    padding-bottom: 40px
} 
.pb-45 {
    padding-bottom: 45px!important
} 
.pb-50 {
    padding-bottom: 50px
} 
.pb-55 {
    padding-bottom: 55px
} 
.pb-60 {
    padding-bottom: 60px
} 
.pb-65 {
    padding-bottom: 65px
} 
.pb-70 {
    padding-bottom: 70px
} 
.pb-80 {
    padding-bottom: 80px
} 
.pb-85 {
    padding-bottom: 85px
} 
.pb-90 {
    padding-bottom: 90px
} 
.pb-100 {
    padding-bottom: 100px
} 
.pb-110 {
    padding-bottom: 110px
} 
.pb-120 {
    padding-bottom: 120px
} 
.pb-130 {
    padding-bottom: 130px
} 
.pb-140 {
    padding-bottom: 140px
} .pb-150 {
    padding-bottom: 150px
} 
.pb-160 {
    padding-bottom: 160px
} 
.pb-170 {
    padding-bottom: 170px
} 
.pb-180 {
    padding-bottom: 180px
} 
.pb-200 {
    padding-bottom: 200px
} 
.mt-5 {
    margin-top: 5px
} 
.mt-10 {
    margin-top: 10px
} 
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
.mt-35 {
    margin-top: 35px
}
.mt-40 {
    margin-top: 40px
}
.mt-45 {
    margin-top: 45px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-65 {
    margin-top: 65px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
.mt-160 {
    margin-top: 160px
}
.mt_5 {
    margin-top: -5px
}
.mt_10 {
    margin-top: -10px
}
.mt_15 {
    margin-top: -15px
}
.mt_25 {
    margin-top: -25px
}
.mt_30 {
    margin-top: -30px
}
.mt_35 {
    margin-top: -35px
}
.mt_40 {
    margin-top: -40px
}
.mt_50 {
    margin-top: -50px
}
.mt_55 {
    margin-top: -55px
}
.mt_60 {
    margin-top: -60px
}
.mt_70 {
    margin-top: -70px
}
.mt_80 {
    margin-top: -80px
}
.mt_90 {
    margin-top: -90px
}
.mt_100 {
    margin-top: -100px
}
.mt_105 {
    margin-top: -105px
}
.mt_110 {
    margin-top: -110px
}
.mt_115 {
    margin-top: -115px
}
.mt_120 {
    margin-top: -120px
}
.mt_130 {
    margin-top: -130px
}
.mt_140 {
    margin-top: -140px
}
.mt_150 {
    margin-top: -150px
}
.mt_160 {
    margin-top: -160px
}
.mt_170 {
    margin-top: -170px
}
.mt_180 {
    margin-top: -180px
}
.mt_190 {
    margin-top: -190px
}
.mt_200 {
    margin-top: -200px
}
.mt_210 {
    margin-top: -210px
}
.mt_220 {
    margin-top: -220px
}
.mt_240 {
    margin-top: -240px
}
.mt_280 {
    margin-top: -280px
}
.mt_305 {
    margin-top: -305px
}
.mt_620 {
    margin-top: -620px
}
.mt_535 {
    margin-top: -535px
}
.mt_633 {
    margin-top: -633px
}
.mb-5 {
    margin-bottom: 5px!important
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-45 {
    margin-bottom: 45px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-65 {
    margin-bottom: 65px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb_5 {
    margin-bottom: -5px
}
.mb_10 {
    margin-bottom: -10px
}
.mb_15 {
    margin-bottom: -15px
}
.mb_20 {
    margin-bottom: -20px
}
.mb_25 {
    margin-bottom: -25px
}
.mb_30 {
    margin-bottom: -30px
}
.mb_50 {
    margin-bottom: -50px
}
.mb_60 {
    margin-bottom: -60px
}
.mb_70 {
    margin-bottom: -70px
}
.mb_80 {
    margin-bottom: -80px
}
.mb_90 {
    margin-bottom: -90px
}
.mb_100 {
    margin-bottom: -100px
}
.mb_120 {
    margin-bottom: -120px
}
.mb_140 {
    margin-bottom: -140px
}
.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-15 {
    margin-left: 15px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-80 {
    margin-left: 80px
}
.ml-100 {
    margin-left: 100px
}
.ml-145 {
    margin-left: 145px
}
.ml-160 {
    margin-left: 160px
}
.ml-215 {
    margin-left: 215px
}
.ml-250 {
    margin-left: 250px
}
.ml_10 {
    margin-left: -10px
}
.ml_15 {
    margin-left: -15px
}
.ml_20 {
    margin-left: -20px
}
.ml_25 {
    margin-left: -25px
}
.ml_30 {
    margin-left: -30px
}
.ml_35 {
    margin-left: -35px
}
.ml_40 {
    margin-left: -40px
}
.ml_50 {
    margin-left: -50px
}
.ml_60 {
    margin-left: -60px
}
.ml_70 {
    margin-left: -70px
}
.ml_80 {
    margin-left: -80px
}
.ml_90 {
    margin-left: -90px
}
.ml_100 {
    margin-left: -100px
}
.ml_110 {
    margin-left: -110px
}
.ml_130 {
    margin-left: -130px
}
.ml_150 {
    margin-left: -150px
}
.ml_390 {
    margin-left: -390px
}
.ml_490 {
    margin-left: -490px
}
.mr-0 {
    margin-right: 0
}
.mr-10 {
    margin-right: 10px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-25 {
    margin-right: 25px
}
.mr-30 {
    margin-right: 30px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr_10 {
    margin-right: -10px
}
.mr_15 {
    margin-right: -15px
}
.mr_20 {
    margin-right: -20px
}
.mr_25 {
    margin-right: -25px
}
.mr_30 {
    margin-right: -30px
}
.mr_40 {
    margin-right: -40px
}
.mr_50 {
    margin-right: -50px
}
.mr_60 {
    margin-right: -60px
}
.mr_65 {
    margin-right: -65px
}
.mr_70 {
    margin-right: -70px
}
.mr_80 {
    margin-right: -80px
}
.mr_90 {
    margin-right: -90px
}
.mr_100 {
    margin-right: -100px
}
.mr_130 {
    margin-right: -130px
}
.mr_150 {
    margin-right: -150px
}
.mr_160 {
    margin-right: -160px
}
.mr_180 {
    margin-right: -180px
}
.mr_200 {
    margin-right: -200px
}
.mr_240 {
    margin-right: -240px
}
.mr_280 {
    margin-right: -280px
}
.mr_300 {
    margin-right: -300px
}
.mr_380 {
    margin-right: -380px
}
.mr_400 {
    margin-right: -400px
}
.mr_430 {
    margin-right: -430px
}
.mr_450 {
    margin-right: -450px
}
.mr_500 {
    margin-right: -500px
}
.mr_540 {
    margin-right: -540px
}
.mr_600 {
    margin-right: -600px
}
#payment .payment_box:before,.breadcrumb-wrapper span i,.coupon_toggle .coupon_code:before,.featured-icon-box.style4:hover .ttm-num,.featured-imagebox-portfolio.style1 .featured-title h3:hover,.featured-imagebox-portfolio.style1 .featured-title h3:hover a,.featured-imagebox-portfolio.style1 .ttm-footer a:hover,.featured-imagebox-portfolio.style2 .featured-title h3:hover,.featured-imagebox-portfolio.style2 .featured-title h3:hover a,.featured-imagebox-portfolio.style3 .featured-title h3 a:hover,.featured-imagebox-portfolio.style3 .ttm-footer a:hover,.featured-imagebox-portfolio.style4 .ttm-footer .ttm-btn.ttm-btn-color-darkgrey:hover,.featured-imagebox-portfolio.style5 .featured-content .featured-desc p,.featured-imagebox-portfolio.style5 .featured-title h3 a:hover,.featured-imagebox-post.style1 .featured-content .featured-title h3 a:hover,.first-footer .newsletter-form p button:hover,.header_cart:hover .cart_icon i,.header_search a:hover,.section-title h3,.testimonials.style1:hover .testimonial-caption h3,.tmtheme_fbar_icons:hover i,.top_bar_contact_item .top_bar_icon i,.ttm-bgcolor-darkgrey .slick_slider.slick-arrows-style3 .slick-arrow:hover,.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor,.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i,.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,.ttm-bgcolor-darkgrey a:hover,.ttm-bgcolor-darkgrey a:hover i,.ttm-bgcolor-grey .ttm-btn-color-skincolor,.ttm-bgcolor-grey .ttm-btn-color-skincolor i,.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-arrow:hover,.ttm-blog-single blockquote cite,.ttm-btn-color-skincolor,.ttm-btn-style-border.ttm-btn-color-skincolor,.ttm-fid.inside.style2:hover h3.ttm-fid-title,.ttm-header-style-01 .top_bar .top_bar_contact_item .top_bar_icon i,.ttm-header-style-01 .ttm-bgcolor-white.site-header-menu-inner nav.main-menu ul.menu>li.active>a,.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li.active>a,.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li>a:hover,.ttm-header-style-03 .header_btn a:hover,.ttm-icon_element-border.ttm-icon_element-color-grey,.ttm-icon_element-border.ttm-icon_element-color-skincolor,.ttm-icon_element-color-skincolor,.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i,.ttm-icon_element-fill.ttm-icon_element-color-white,.ttm-icon_element-fill.ttm-icon_element-color-white i,.ttm-list-icon-color-skincolor li i,.ttm-p_table-amount,.ttm-page-title-row .breadcrumb-wrapper span,.ttm-pf-single-detail-box .ttm-pf-detailbox-title,.ttm-tabs.ttm-tab-style-01 ul.tabs li.active a,.ttm-textcolor-skincolor,.ttm-textcolor-skincolor a,.ttm-textcolor-skincolor h1,.ttm-textcolor-skincolor h2,.ttm-textcolor-skincolor h3,.ttm-textcolor-skincolor h4,.ttm-textcolor-skincolor h5,.ttm-textcolor-skincolor h6,.ttm-textcolor-skincolor i,.ttm-textcolor-white a:hover,.widget ul#menu-footer-service-link li a:before,.widget ul#menu-footer-service-link li a:hover,.widget ul#menu-footer-service-link li a:hover:before,.widget_info .social-icons ul li a:hover,.widget_info .widget_icon i,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i,:not(.ttm-bgcolor-darkgrey) a.ttm-textcolor-skincolor,:not(.ttm-bgcolor-darkgrey) i.ttm-textcolor-skincolor,a.ttm-textcolor-skincolor,a:hover,i.ttm-textcolor-skincolor,nav.main-menu ul.menu li ul.mega-submenu li a:hover,nav.main-menu ul.menu li ul.mega-submenu li.active>a,nav.main-menu ul.menu li.active>a,nav.main-menu ul.menu li>ul.mega-submenu li a:hover,nav.main-menu ul.menu>li.mega-menu-item:hover>a {
    color: #0095da
}
#site-header-menu .site-navigation .sep-img,#totop.top-visible,.featured-imagebox-portfolio.style2 .ttm-media-link a,.featured-imagebox-post.style2:hover .ttm-box-post-date,.featured-imagebox-team.style1 .featured-content:before,.first-footer .newsletter-form button[type=submit],.footer .social-icons li>a:hover,.header_cart .cart_count,.heading-seperator span:before,.pagination-block .page-numbers.current,.testimonials.style1.reviews:hover:after,.pagination-block .page-numbers:hover,.product .onsale,.product:hover .ttm-shop-icon .product-btn:hover,.section-title h3:after,.section-title h3:before,.sidebar .widget .widget-title:before,.slick_slider.slick-arrows-style1 .slick-next:hover,.slick_slider.slick-arrows-style1 .slick-prev:hover,.slick_slider.slick-arrows-style3 .slick-arrow:hover,.slick_slider.slick-arrows-style4 .slick-arrow:hover,.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,.social-icons.circle li>a:hover,.social-icons.square li a:hover,.testimonials.style1:hover .testimonial-content:before,.tm_coverimgbox_wrapper .featured-content .featured-title h3:after,.ttm-bgcolor-darkgrey .tooltip:after,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,.ttm-bgcolor-darkgrey [data-tooltip]:after,.ttm-bgcolor-grey .tooltip:after,.ttm-bgcolor-grey [data-tooltip]:after,.ttm-bgcolor-skincolor,.ttm-bgcolor-skincolor>.ttm-bg-layer,.ttm-bgcolor-skincolor>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,.ttm-btn-color-skincolor,.ttm-btn-style-fill.ttm-btn-color-skincolor,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-icon_element-fill.ttm-icon_element-color-skincolor,.ttm-play-icon-btn .ttm-play-icon-animation:after,.ttm-play-icon-btn .ttm-play-icon-animation:before,.ttm-single-product-details ul.tabs li a:before,.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a,.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover a,.ttm-textcolor-skincolor .tooltip:after,.ttm-textcolor-skincolor [data-tooltip]:after,.ttm-underline-strong:before,.widget .tagcloud a:hover,.widget.widget-download ul li i,.widget.widget-nav-menu ul li a:before {
    background-color: #0095da
}
.featured-icon-box.icon-align-top-content.style1 a.di_link:hover,.featured-icon-box.style4:hover .ttm-num,.featured-imagebox-portfolio.style4 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:after,.featured-imagebox-portfolio.style4 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:before,.featured-imagebox-portfolio.style4 .ttm-footer a:hover,.rs-layer.ttm-btn:hover:after,.rs-layer.ttm-btn:hover:before,.slick_slider.slick-arrows-style3 .slick-arrow:hover,.social-icons.circle li>a:hover,.social-icons.square li a:hover,.testimonials-nav .slick-current.testimonial-author_info .testimonial-avatar img,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,.ttm-btn-style-border.ttm-btn-color-skincolor,.ttm-btn-style-fill.ttm-btn-color-skincolor:after,.ttm-btn-style-fill.ttm-btn-color-skincolor:before,.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,.widget .tagcloud a:hover,.widget_info .social-icons ul li a:hover,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i,nav.main-menu.show {
    border-color: #0095da
}
#payment .payment_box,.coupon_toggle .coupon_code,.header_search .header_search_content,.ttm-bgcolor-darkgrey .tooltip-top:before,.ttm-bgcolor-darkgrey .tooltip:before,.ttm-bgcolor-grey .tooltip-top:before,.ttm-bgcolor-grey .tooltip:before,.ttm-bgcolor-grey [data-tooltip]:before,.ttm-tabs.ttm-tab-style-01 ul.tabs li.active a:before,.ttm-textcolor-skincolor .tooltip-top:before,.ttm-textcolor-skincolor .tooltip:before,article.ttm-blog-classic,nav.main-menu {
    border-top-color: #cda274
}
.featured-icon-box.style3:before,.header_search .header_search_content:before,.ttm-bgcolor-darkgrey .tooltip-bottom:before,.ttm-tabs.ttm-tab-style-01 ul.tabs li.active,.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:after {
    border-bottom-color: #0095da
}
.accordion .toggle-title a,.accordion .toggle.ttm-toggle_style_classic .toggle-title a:hover,.breadcrumb-wrapper span.ttm-bread-sep,.breadcrumb-wrapper-inner a i,.featured-icon-box.style3 .featured-title h3,.featured-icon-box.style4 .featured-title h3,.featured-icon-box.style6 .featured-title h3,.featured-imagebox-post.style1 .featured-content .featured-title h3,.featured-imagebox-post.style1 .featured-content .featured-title h3 a,.ttm-bgcolor-darkgrey .ttm-bgcolor-white .section-title h2.title,.ttm-bgcolor-darkgrey .ttm-bgcolor-white a,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h1,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h2,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h3,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h4,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h5,.ttm-bgcolor-darkgrey .ttm-bgcolor-white h6,.ttm-bgcolor-darkgrey .ttm-bgcolor-white p,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-bgcolor-skincolor .row>[class*=col-] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,.ttm-bgcolor-skincolor .ttm-bgcolor-white .section-title h2.title,.ttm-bgcolor-skincolor .ttm-bgcolor-white a,.ttm-bgcolor-skincolor .ttm-bgcolor-white h1,.ttm-bgcolor-skincolor .ttm-bgcolor-white h2,.ttm-bgcolor-skincolor .ttm-bgcolor-white h3,.ttm-bgcolor-skincolor .ttm-bgcolor-white h4,.ttm-bgcolor-skincolor .ttm-bgcolor-white h5,.ttm-bgcolor-skincolor .ttm-bgcolor-white h6,.ttm-bgcolor-skincolor .ttm-bgcolor-white p,.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-bgcolor-white .featured-icon-box.style2 .featured-title h3,.ttm-bgcolor-white .header_cart .button-cart,.ttm-bgcolor-white .header_search a,.ttm-btn-color-dark,.ttm-btn-style-fill.ttm-btn-color-white,.ttm-btn-style-fill.ttm-btn-color-white i,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey i,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white i,.ttm-fid.inside.style2 h3.ttm-fid-title,.ttm-header-style-03 .ttm-bgcolor-white.site-header-menu-inner nav.main-menu ul.menu>li>a,.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,.ttm-icon_element-color-darkgrey,.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,.ttm-list.ttm-list-style-icon li,.ttm-pricing-plan .ttm-p_table-body ul li,.ttm-progress-bar .progressbar-title,.ttm-textcolor-darkgrey,.ttm-textcolor-darkgrey p,.ttm-textcolor-white .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h1,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h2,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h3,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h4,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h5,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h6,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey p,:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey>i,:not(.ttm-bgcolor-skincolor) .ttm-textcolor-darkgrey span,nav.main-menu ul.menu li ul.mega-submenu li a {
    color: #000
}
.featured-imagebox-portfolio.style2 .ttm-portfolio-box-view-overlay:after,.featured-imagebox-portfolio.style2 .ttm-portfolio-box-view-overlay:before,.product:hover .ttm-shop-icon .product-btn,.tooltip:after,.ttm-bgcolor-darkgrey,.ttm-bgcolor-darkgrey>.ttm-bg-layer,.ttm-bgcolor-darkgrey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,.ttm-bgcolor-skincolor .tooltip:after,.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,.ttm-bgcolor-skincolor [data-tooltip]:after,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover,.ttm-highlight-fid-style1,.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,.ttm-progress-bar .progress-bar-inner .progress-bar.progress-bar-color-bar_darkgrey:before,.ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey,[data-tooltip]:after {
/*    background-color: #232323*/
}
.header_cart:hover .cart_count {
    background-color: #1a1d22
}
.ttm-bgcolor-skincolor .ttm-bgcolor-white i {
    color: #181818
}
.tooltip-top:before,.tooltip:before,.ttm-bgcolor-skincolor .row>[class*=col-] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:after,.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:before,.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,[data-tooltip]:before {
/*    border-color: #232323*/
}
.tooltip-top:before,.tooltip:before,.ttm-bgcolor-skincolor .tooltip-top:before,.ttm-bgcolor-skincolor .tooltip:before,.ttm-bgcolor-skincolor [data-tooltip]:before,[data-tooltip]:before {
    border-top-color: #232323
}
.copyright a,.featured-icon-box.style2 .featured-title h3,.featured-imagebox-portfolio.style1 .ttm-footer .ttm-btn.ttm-btn-color-white:hover,.featured-imagebox-portfolio.style1:hover .ttm-footer a,.featured-imagebox-portfolio.style2:hover .ttm-footer a,.featured-imagebox-portfolio.style3 .featured-title h3 a,.featured-imagebox-portfolio.style3 .ttm-footer a,.featured-imagebox-portfolio.style4.active .ttm-footer .ttm-btn.ttm-btn-color-white:hover,.featured-imagebox-portfolio.style4:hover .ttm-footer a,.featured-imagebox-portfolio.style5 .featured-title h3 a,.featured-title h3,.first-footer .newsletter-form button[type=submit],.first-footer h3,.footer .social-icons li>a i,.footer .social-icons li>a:hover i,.footer .widget .widget-title,.header_btn a:hover,.header_cart .button-cart,.header_search a,.page-title-heading h2,.pagination-block .page-numbers.current,.pagination-block .page-numbers:hover,.sidebar .widget.widget-search .search-form .btn[type=submit] i,.slick_slider.slick-arrows-style1 .slick-next:hover,.slick_slider.slick-arrows-style1 .slick-prev:hover,.social-icons.circle li>a:hover,.social-icons.circle li>a:hover i,.social-icons.square li a:hover,.tm_coverimgbox_wrapper .featured-content .featured-desc p,.tm_coverimgbox_wrapper .featured-content .featured-title h3,.tm_coverimgbox_wrapper .featured-content .ttm-footer a,.tm_coverimgbox_wrapper .ttm-footer .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,.ttm-bgcolor-darkgrey .section-title h2.title,.ttm-bgcolor-darkgrey .section-title.style2 .title-desc,.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover,.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover i,.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,.ttm-bgcolor-darkgrey h1,.ttm-bgcolor-darkgrey h2,.ttm-bgcolor-darkgrey h4,.ttm-bgcolor-darkgrey h5,.ttm-bgcolor-darkgrey h6,.ttm-bgcolor-darkgrey i,.ttm-bgcolor-darkgrey span,.ttm-bgcolor-skincolor .row>[class*=col-] :not(.ttm-bgcolor-white) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-bgcolor-skincolor .section-title h2.title,.ttm-bgcolor-skincolor .section-title.style2 .title-desc,.ttm-bgcolor-skincolor a,.ttm-bgcolor-skincolor h1,.ttm-bgcolor-skincolor h2,.ttm-bgcolor-skincolor h3,.ttm-bgcolor-skincolor h4,.ttm-bgcolor-skincolor h5,.ttm-bgcolor-skincolor h6,.ttm-bgcolor-skincolor i,.ttm-bgcolor-skincolor span,.ttm-btn-color-white,.ttm-btn-style-fill.ttm-btn-color-skincolor,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover i,.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark i,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i,.ttm-highlight-fid-style1,.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i,.ttm-icon_element-color-white,.ttm-icon_element-color-white i,.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i,.ttm-icon_element-fill.ttm-icon_element-color-skincolor,.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,.ttm-pf-single-content-wrapper .ttm-social-share-links ul li a:hover i,.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a,.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover a,.ttm-textcolor-white,.ttm-textcolor-white .ttm-social-links-wrapper ul li a,.ttm-textcolor-white a,.ttm-textcolor-white h1,.ttm-textcolor-white h2,.ttm-textcolor-white h3,.ttm-textcolor-white h4,.ttm-textcolor-white h5,.ttm-textcolor-white h6,.ttm-textcolor-white span,.widget .tagcloud a:hover,.widget ul#menu-footer-service-link li a,.widget ul#menu-footer-service-link li a:before,.widget.widget-nav-menu ul li a:hover,.widget.widget-nav-menu ul li.active a,:not(.ttm-bgcolor-skincolor) .ttm-textcolor-white span:not(.ttm-textcolor-skincolor),span.ttm-underline-strong {
    color: #000
}
.copyright p,.first-footer p,.second-footer .widget-area .widget .textwidget.widget-text p,.ttm-bgcolor-darkgrey .featured-icon-box .featured-desc p,.ttm-bgcolor-darkgrey .title-desc p {
    color: rgba(255,255,255,.65)
}
.footer .copyright,.footer .widget ul.widget_contact_wrapper li,.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote,.ttm-bgcolor-darkgrey .testimonials-info .testimonial-caption label,.ttm-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote,.ttm-bgcolor-darkgrey i,.ttm-bgcolor-skincolor .testimonials-info .testimonial-caption label,.ttm-bgcolor-skincolor .testimonials-info .testimonials .testimonial-content blockquote,.ttm-bgcolor-skincolor i,.ttm-bgcolor-skincolor p,.ttm-bgcolor-skincolor span {
    color: rgba(255,255,255,.85)
}
.ttm-bgcolor-skincolor i,.ttm-bgcolor-skincolor p,.ttm-bgcolor-skincolor span {
    color: rgba(255,255,255,.95)
}
.featured-imagebox-post.style1 .ttm-postbox-desc-footer,.featured-imagebox-post.style2 .featured-content,.first-footer .newsletter-form p button:hover,.progress-bar-color-bar_white,.section-title.style2 .title-desc .ttm-underline-strong:before,.testimonials.style1 .testimonial-content,.ttm-bgcolor-darkgrey .slick_slider.slick-arrows-style3 .slick-arrow:hover,.ttm-bgcolor-skincolor .heading-seperator span:before,.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-arrow:hover,.ttm-bgcolor-white,.ttm-bgcolor-white>.ttm-bg-layer,.ttm-bgcolor-white>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,.ttm-btn-style-fill.ttm-btn-color-white,.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,.ttm-icon_element-fill.ttm-icon_element-color-white,.ttm-progress-bar .progress-bar.progress-bar-color-bar_white {
    background-color: #fff
}
.ttm-bgcolor-darkgrey>.sep_holder .sep_line,.ttm-bgcolor-skincolor>.sep_holder .sep_line {
    border-color: rgba(255,255,255,.06)
}
.featured-imagebox-portfolio.style1 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:after,.featured-imagebox-portfolio.style1 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover:before,.featured-imagebox-portfolio.style1:hover .ttm-btn,.featured-imagebox-portfolio.style1:hover .ttm-btn:after,.featured-imagebox-portfolio.style1:hover .ttm-btn:before,.featured-imagebox-portfolio.style4.active .ttm-footer a:hover,.ttm-btn-style-border.ttm-btn-color-white.ttm-btn:hover:after,.ttm-btn-style-border.ttm-btn-color-white.ttm-btn:hover:before,.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff
}
.checkout #payment,.comment-body,.coupon_toggle .coupon_code,.featured-imagebox-post.style2 .featured-imagebox-post-inner:before,.featured-imagebox-team.style1 .featured-content,.featured-imagebox-team.style1 .ttm-media-link,.header_search #search_query_top,.sidebar .widget-area .widget,.sidebar .widget-title,.ttm-bgcolor-grey,.ttm-bgcolor-grey>.ttm-bg-layer,.ttm-bgcolor-grey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,.ttm-btn-style-fill.ttm-btn-color-grey,.ttm-icon_element-fill.ttm-icon_element-color-grey,.ttm-single-product-details ul.tabs li a,.ttm-team-member-single-content .ttm-social-links-wrapper ul li a,.widget.widget-download ul li {
/*    background-color: #f7f7f7*/
}
.featured-imagebox-post.style2 .featured-imagebox-post-inner,.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey {
    border-color: #f7f7f7
}
.comment-body:after {
    color: #f7f7f7
}
.ttm-bgcolor-grey.ttm-textcolor-darkgrey p {
    color: #686868
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
    color: inherit
}
#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px
}
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/preloader-1.gif);
    background-repeat: no-repeat;
    background-position: center
}
ul.social-icons {
    margin: 0;
    padding: 0
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative
}
.social-icons li {
    margin: 0 2px
}
.social-icons li:last-child {
    margin-right: 0
}
.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center
}
.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%
}
.social-icons.square li {
    margin: 0 0
}
.social-icons.square li a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #e7e7e7
}
.tooltip-top {
    position: relative
}
.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none
}
.tooltip:before,[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: ""
}
.tooltip-top:before,.tooltip:before,[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9)
}
.tooltip-top:after,.tooltip-top:before,.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before {
    bottom: 100%;
    left: 50%
}
.tooltip-bottom:after {
    bottom: -100%
}
.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent
}
.tooltip-bottom:before {
    bottom: -7px
}
.tooltip-top:focus:after,.tooltip-top:focus:before,.tooltip-top:hover:after,.tooltip-top:hover:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}
.tooltip-top:after,.tooltip:after,[data-tooltip]:after {
    margin-left: -60px
}
.tooltip:after,[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px
}
.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1
}
.slick-slide {
    border: 0;
    outline: 0
}
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4
}
.ttm-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after,.ttm-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    background-color: rgba(255,255,255,.3)
}
.post-slide .owl-dots,.slick_slider.slick-dots-style1 .slick-dots,.slick_slider.slick-dots-style2 .slick-dots {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    text-align: center;
    line-height: 0
}
.slick_slider.slick-dots-style1 .slick-dots li,.slick_slider.slick-dots-style2 .slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0
}
.slick_slider.slick-dots-style1 .slick-dots li button {
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 4px;
    padding: 0;
    font-size: 0;
    background-color: #efefef
}
.slick_slider.slick-dots-style1 .slick-dots li button:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff
}
.slick_slider.slick-dots-style2 .slick-dots li button {
    height: 9px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 30px;
    position: relative;
    margin: 0 4px;
    background-color: #c9cacf
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
    width: 25px
}
.slick_slider.slick-dots-style2 .slick-dots li button:before {
    content: unset
}
/*.slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0,43,92,.08);
    border: 0
}*/
.slick_slider.slick-arrows-style1 .slick-next {
    right: 0
}
.slick_slider.slick-arrows-style2 .slick-next {
    right: auto;
    left: -315px;
    top: 90%
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: -375px;
    top: 90%
}
.slick_slider .slick-next:before,.slick_slider .slick-prev:before {
    font-family: themify;
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick_slider .slick-prev:before {
    content: "\e629"
}
.slick_slider .slick-next:before {
    content: "\e628"
}
.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}
.slick_slider.slick-arrows-style1 .slick-next,.slick_slider.slick-arrows-style1 .slick-prev {
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    right: -20px;
    bottom: 17%;
    top: auto;
    z-index: 1;
    color: #7e7e7e;
    width: 40px;
    height: 50px
}
.slick_slider.slick-arrows-style1 .slick-prev {
    bottom: auto;
    top: 38%
}
.slick_slider.slick-arrows-style1 .slick-next:before,.slick_slider.slick-arrows-style1 .slick-prev:before {
    font-family: themify;
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick_slider.slick-arrows-style1 .slick-prev:before {
    content: "\e627"
}
.slick_slider.slick-arrows-style1 .slick-next:before {
    content: "\e62a"
}
.top_bar {
    width: 100%;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    position: relative
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px
}
.top_bar_contact_item {
    font-size: 14px;
    margin-right: 30px;
    position: relative
}
.top_bar_contact_item:last-child {
    margin-right: 0
}
.top_bar_contact_item:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255,255,255,.08);
    display: block;
    position: absolute;
    right: -15px;
    top: 15px
}
.top_bar_contact_item:nth-child(even):after {
    content: unset
}
.top_bar .social-icons li {
    min-width: 20px;
    margin-left: 0;
    font-size: 14px
}
.top_bar .social-icons li a {
    min-width: auto
}
.top_bar_contact_item {
    color: rgba(255,255,255,.8)
}
.site-branding img {
    position: relative
}
.site-branding img {
    max-height: 100%
}
.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.header_extra>div {
    margin-left: 21px;
    position: relative
}
.just-center{
	justify-content: center;
}
.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset
}
.header_search .header_search_content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(35,35,35,.95);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%)
}
.header_search .header_search_content.on {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.header_search .header_search_content #searchbox {
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.header_search .header_search_content #search_query_top {
    background: 0 0;
    border: 0!important;
    border-bottom: 1px solid #fff!important;
    height: 65px;
    padding: 0 70px 0 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    color: #fff;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.header_search .header_search_content input::placeholder {
    color: #fff
}
.header_search .header_search_content_inner .close_btn {
    top: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    cursor: pointer;
    z-index: 1
}
.header_search .header_search_content .close_btn i {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%
}
.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding-right: 18px;
    margin-right: 0
}
.header_search .search_btn:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: rgb(255 255 255 / 7%)
}
.ttm-header-style-03 .ttm-bgcolor-white .header_search .search_btn:before {
    background-color: rgba(0,0,0,.08)
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 25px;
    text-align: left;
    z-index: 1
}
.header_cart .cart_count {
    position: absolute;
    bottom: 19px;
    left: 14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 3px
}
.widget_info .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    color: inherit;
    margin-right: 5px
}
.ttm-social-links-wrapper {
    position: absolute;
    left: 70px;
    top: 312px;
    z-index: 1;
    transform-origin: left top 0;
    width: 60px;
    display: block
}
.ttm-social-links-wrapper ul li {
    margin-bottom: 10px
}
.ttm-social-links-wrapper ul li a {
    color: #787878;
    border: 1px solid #787878;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 16px
}
.site-navigation {
    position: relative;
    height: 75px;
    z-index: 4
}
.ttm-header-style-02 .widget_content {
    padding-left: 15px
}
.ttm-header-style-02 .widget_content h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}
#site-header-menu .site-navigation .menu li span.label-new {
    padding: 2px 3px 2px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px
}
.footer {
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}
.footer .ttm-row-wrapper-bg-layer.ttm-bg-layer {
    opacity: .93
}
.footer-logo {
    margin-bottom: 25px
}
.footer .widget .widget-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 28px;
    display: inline-block;
    position: relative
}
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.first-footer {
    padding: 40px 0 0;
    border-bottom: 1px solid #dadada
}
.first-footer h3 {
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 35px
}
.first-footer .widget-area {
    padding-top: 15px;
    padding-bottom: 15px
}
.first-footer .newsletter-form p {
    margin: 15px 0
}
.first-footer .newsletter-form {
    margin-top: -15px
}
.first-footer .newsletter-form input[type=email] {
    padding: 11px 15px;
    padding-right: 180px;
    height: 54px;
    border-radius: 0;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1)
}
.first-footer .newsletter-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 170px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    height: 54px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-transform: capitalize
}
.first-footer h4 {
    font-size: 24px;
    line-height: 34px
}
.second-footer {
    border-bottom: 1px solid #dadada
}
.second-footer .widget-area:not(:first-child):after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -25px;
    background-color: rgba(255,255,255,.1);
    top: 0
}
.second-footer .widget-area .widget {
    padding: 40px 0 20px
}
.second-footer>div>.row .widget-area .widget:not(:first-child) {
    margin-top: -60px;
    margin-bottom: 20px
}
.widget ul#menu-footer-service-link li a {
    padding-left: 18px
}
.widget ul#menu-footer-service-link li a:before {
    position: absolute;
    font-family: themify;
    content: "\e61a";
    top: 0;
    left: 0;
    font-size: 10px
}
.widget ul#menu-footer-service-link li {
    display: inline-block;
    padding: 0 0 11px 0;
    position: relative;
    width: calc(50% - 2px);
    float: none
}
.widget ul#menu-footer-service-link li:nth-last-child(-n+1) {
    padding-bottom: 15px
}
ul.widget_contact_wrapper li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px;
    line-height: 24px
}
ul.widget_contact_wrapper li:last-child {
    padding-bottom: 0
}
ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    width: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}
.footer .social-icons li>a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.1);
    margin: 0 1px;
    background-color: transparent;
    font-size: 14px
}
.copyright {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px
}
.copyright ul.list-inline {
    margin: 0
}
.footer-nav-menu {
    padding: 0;
    margin: 0
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 2px
}
.footer-nav-menu li:last-child {
    padding-right: 0
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px
}
ul.footer-nav-menu li:last-child:after {
    content: unset
}
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 0;
    line-height: 37px;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#totop.top-visible {
    height: 43px;
    width: 43px;
    font-size: 23px;
    display: inline
}
#totop:before {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: #cda274
}
#totop:before {
    top: -6px;
    left: -6px
}
#totop:hover:before {
    left: 100%;
    transform: rotate(90deg)
}
#totop:after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: #cda274
}
#totop:after {
    bottom: -6px;
    right: -6px
}
#totop:hover:after {
    right: 100%;
    transform: rotate(90deg)
}
.ttm-page-title-row {
    background: url(../images/pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}
.ttm-page-title-row-inner {
    width: 100%;
    padding: 175px 0 125px;
    text-align: center;
/*    background-color: rgba(0,0,0,.47)*/
}
.page-title-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 49px;
    line-height: 59px;
    margin-bottom: 10px
}
.breadcrumb-wrapper {
    position: absolute;
    bottom: -125px;
    text-align: left
}
.breadcrumb-wrapper .container {
    padding: 0
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: #fff;
    padding: 14px 15px;
    line-height: 20px;
    display: inline-block
}
.breadcrumb-wrapper a,.breadcrumb-wrapper span {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px
}
.ttm-team-member-content-about h3,.ttm-team-member-single-content h3 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px
}
.ttm-team-member-content .ttm-team-member-single-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0
}
.ttm-team-member-content .ttm-team-details-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
    padding: 8px 0 10px 0
}
.ttm-team-member-content .ttm-team-details-wrapper {
    padding: 23px 0 25px 0;
    position: relative
}
.ttm-team-member-content .ttm-team-details-list .ttm-team-list-title {
    text-indent: 0;
    width: auto;
    display: inline;
    font-size: 16px
}
.ttm-team-member-content .ttm-team-details-list .ttm-team-list-value {
    display: inline
}
.ttm-team-member-content .ttm-team-member-single-position {
    font-size: 16px;
    margin-bottom: 20px;
    display: block
}
.ttm-team-details-list {
    margin: 0;
    padding: 0
}
.ttm-team-details-list li {
    list-style: square;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 25px 15px;
    display: inline-block;
    width: calc(48% - 1px)
}
.ttm-team-details-list li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #e0e6ed
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a {
    display: block;
    font-size: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    margin-right: 0;
    color: inherit
}
.ttm-service-single-content-area .text-content {
    position: relative;
    display: block;
    margin-bottom: 17px
}
.ttm-service-single-content-area .icon-box {
    vertical-align: top;
    padding-right: 18px;
    width: 20px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: middle
}
.ttm-service-single-content-area .icon-content {
    display: table-cell;
    vertical-align: middle
}
.ttm-service-single-content-area .icon-box i {
    font-size: 40px;
    font-weight: 700
}
.ttm-service-single-content-area .icon-content h3,.ttm-service-single-content-area .icon-content p {
    margin-bottom: 0
}
.ttm-pf-single-content-wrapper .ttm-pf-single-detail-box {
    display: block;
    padding: 20px 30px 20px;
    height: 100%
}
.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-single-detail-box {
    margin-top: 40px;
    height: auto
}
.ttm-pf-detailbox-list {
    padding: 0;
    margin: 6px 0 16px
}
.ttm-pf-detailbox-list li {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px 0;
    width: 48%
}
.ttm-pf-detailbox-list li:last-child {
    border-bottom: 0
}
.ttm-pf-detailbox-list li span:not(.ttm-pf-right-details) {
    font-size: 18px;
    font-weight: 700;
    margin-left: 50px;
    color: #232323;
    position: relative
}
.ttm-pf-detailbox-list li .ttm-pf-right-details {
    display: block;
    margin-left: 50px
}
.ttm-pf-detailbox-list li i {
    position: absolute;
    left: -40px;
    top: 5px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    transform: translate(0,0);
    z-index: 1
}
.ttm-pf-single-content-area h3 {
    text-align: left;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 25px
}
.ttm-pf-single-related-wrapper {
    margin-top: 40px
}
.ttm-pf-single-content-wrapper .ttm-social-share-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 2px;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
    padding-right: 10px
}
.ttm-pf-single-content-wrapper .ttm-social-share-links ul li a {
    border: 1px solid rgba(255,255,255,.1);
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 13px;
    margin-right: 3px
}
.ttm-pf-single-content-wrapper,.ttm-pf-single-content-wrapper-innerbox {
    position: relative
}
.ttm-pf-single-content-wrapper-innerbox .ttm-horizontal_sep {
    border-top: 1px solid #e3e3e3
}
.ttm-pf-single-content-wrapper {
    margin-bottom: 42px
}
.ttm-pf-single-detail-box .ttm-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 6px
}
.ttm-pf-view-top-image .ttm-pf-single-detail-box {
    position: absolute;
    padding: 40px 25px 43px 40px;
    right: 25px;
    bottom: -40px;
    z-index: 2;
    height: auto
}
.ttm-pf-view-left-image .ttm-pf-single-detail-box .ttm-portfolio-title h2 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px 20px;
    margin: 0 -30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff
}
.ttm-pf-view-left-image .ttm-pf-single-detail-box {
    padding: 20px 30px 15px
}
.ttm-bgcolor-grey.ttm-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}
.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li {
    padding: 11px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center
}
.ttm-pf-single-detail-box ul li .ttm-pf-data-title {
    font-size: 17px
}
.ttm-pf-single-detail-box ul li .ttm-pf-data-details {
    color: #777
}
.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li .ttm-pf-data-title {
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px
}
.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li .ttm-pf-data-details {
    padding-left: 0;
    font-size: 16px;
    display: inline;
    overflow: hidden
}
.ttm-pf-single-content-area h2 {
    text-align: left;
    font-size: 30px;
    line-height: 35px
}
.ttm-pf-single-content-area .ttm-btn {
    padding: 14px 24px;
    text-transform: capitalize;
    font-size: 15px
}
.ttm-pf-single-content-area .ttm-nextprev-bottom-nav .ttm-btn.ttm-btn-style-border {
    padding: 14px 28px;
    border: 1px solid currentColor
}
.ttm-nextprev-bottom-nav {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
    margin-bottom: 0
}
article.ttm-blog-classic {
    margin-bottom: 75px;
    position: relative
}
.ttm-post-featured,article.ttm-blog-classic .post-featured-wrapper {
    position: relative;
    overflow: hidden
}
article.ttm-blog-classic .ttm-blog-classic-content {
    background-color: #fff;
    padding: 28px 35px 38px 35px;
    position: relative;
    display: block;
    margin: -35px 35px 0 0;
    -webkit-box-shadow: 0 0 10px 0 rgb(43 52 59 / 9%);
    -moz-box-shadow: 0 0 10px 0 rgb(43 52 59 / 9%);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 9%)
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 4px;
    position: relative
}
.ttm-blog-classic .post-meta,.ttm-blog-single-content .post-meta {
    display: block;
    padding-bottom: 15px
}
article.ttm-blog-classic .ttm-blog-classic-content .entry-content {
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.08)
}
article.ttm-blog-classic .ttm-blog-classic-content .entry-content .ttm-postbox-desc-footer {
    position: absolute;
    bottom: -18px;
    padding: 0
}
.ttm-blog-classic .post-meta .ttm-meta-line,.ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-right: 20px;
    position: relative
}
.ttm-blog-classic .post-meta .ttm-meta-line i,.ttm-blog-single-content .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 14px
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    border-radius: 100%;
    top: 0;
    right: 10px;
    display: block;
    background-color: #ddd
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    height: 51px;
    border-top: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 8px
}
article.ttm-blog-classic .ttm-box-post-date,article.ttm-blog-single .ttm-box-post-date {
    height: 60px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    font-weight: 800;
    font-size: 18px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #cda274;
    transition: all .5s ease .3s;
    left: auto;
    right: 25px
}
article.ttm-blog-classic:hover .ttm-box-post-date {
    transform: rotateX(360deg)
}
.ttm-single-pf-footer {
    display: block;
    clear: both;
    overflow: hidden
}
.ttm-social-share-wrapper {
    display: flex;
    align-items: center
}
.ttm-social-share-wrapper .ttm-social-share-icon_btn {
    padding-left: 15px;
    font-size: 18px;
    color: inherit;
    opacity: .8
}
.ttm-blog-classic-content .ttm-social-share-wrapper .social-icons {
    display: none;
    transform: translateX(-30%);
    transition: all .8s
}
.ttm-blog-classic-content .ttm-social-share-wrapper .social-icons.show {
    display: block;
    transform: translateX(0)
}
article.ttm-blog-classic .ttm-post-featured-wrapper 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
}
article.ttm-blog-classic:hover .ttm-post-featured-wrapper img {
    transform: scale(1.03) rotate(.5deg)
}
article.ttm-blog-classic .ttm-post-featured-wrapper .ttm-post-featured:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}
article.ttm-blog-classic:hover .ttm-post-featured-wrapper .ttm-post-featured:after {
    opacity: 1
}
.ttm-blog-single-content .post-meta {
    margin-top: 20px
}
.ttm-blog-single blockquote {
    display: block;
    padding: 38px 30px 15px 45px;
    position: relative;
    border-left: 5px solid;
    color: #343c5c;
    margin: 40px 0 45px 0;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    min-height: 100px;
    border-radius: 0;
    z-index: 1;
    border-color: #cda274;
    background-color: #f7f7f7
}
.ttm-blog-single blockquote .qoute-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px
}
.ttm-blog-single blockquote:after {
    content: '';
    background-color: #cda274;
    -webkit-mask-box-image: url(../images/quote.svg);
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    width: 50px;
    height: 38px;
    transform: rotateZ(180deg);
    top: 25px;
    left: 25px;
    opacity: .5;
    z-index: -1
}
.ttm-blog-single h4 {
    font-size: 24px;
    line-height: 28px
}
.ttm-blog-single .social-media-block {
    margin-top: 40px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #dce1e9
}
.comments-area {
    padding-top: 35px;
    margin-bottom: 0
}
.comments-area h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px
}
.comment-list .children {
    margin-left: 35px
}
.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0
}
.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600
}
.comment-body:after {
    content: "";
    position: absolute;
    top: 25px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid
}
.single article.post .comment-body p {
    margin-top: 10px
}
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 30px 2px 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: themify;
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 20px;
    font-size: 10px;
    margin-left: 6px
}
.comments-area .comment-respond {
    padding-top: 20px
}
.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea {
    background-color: transparent;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 0
}
.comments-area .comment-form .comment-form-author,.comments-area .comment-form .comment-form-email,.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0
}
.twentytwenty-horizontal .twentytwenty-after-label,.twentytwenty-horizontal .twentytwenty-before-label {
    left: 20%;
    bottom: 0;
    max-width: 50%;
    padding: 9px 30px;
    background-color: #fff;
    color: #cda274;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    opacity: 0
}
.twentytwenty-horizontal:hover .twentytwenty-after-label,.twentytwenty-horizontal:hover .twentytwenty-before-label {
    opacity: 0
}
.twentytwenty-horizontal .twentytwenty-after-label {
    right: 20%;
    left: auto;
    background-color: #101010;
    color: #fff
}
.ttm-single-img img {
    -webkit-animation: bounce 12s linear infinite;
    -moz-animation: bounce 12s linear infinite;
    -o-animation: bounce 12s linear infinite;
    animation: bounce 12s linear infiniteundefined
}
40% {
    -webkit-transform: translateY(-20px)
}
60% {
    -webkit-transform: translateY(-10px)
}
40% {
    transform: translateY(-20px)
}
60% {
    transform: translateY(-10px)
}
.page-header {
    border-bottom: none;
    margin: 0;
    padding-bottom: 9px
}
section.error-404 {
    padding: 215px 0 160px;
    background-image: url(../images/error-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}
section.error-404 h3 {
    font-size: 60px;
    line-height: 60px
}
section.error-404 h2 {
    font-size: 220px;
    line-height: 100%;
    margin-bottom: 2px
}
section.error-404 .page-content p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #232323;
    font-weight: 700
}
#map {
    display: block;
    height: 400px;
    width: 100%
}
.slick_slider.slick-arrows-style1 .slick-next {
	right:0
	}
.slick_slider.slick-arrows-style2 .slick-next{
	right:auto;
	left:39%;
	top:120%;
	}
.slick_slider.slick-arrows-style2 .slick-prev{
	left:50%;
	top:120%;
	}
.slick_slider .slick-next:before,.slick_slider .slick-prev:before{
	font-family:"themify", sans-serif;
	font-size:15px;
	line-height:1;
	opacity:1;-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.slick_slider .slick-prev:before{
	content:"\e629"
}
	.slick_slider .slick-next:before{
		content:"\e628"
	}
	.slick-next, .slick-prev{
		font-size:0;
		line-height:0;
		position:absolute;
		top:50%;
		display:block;
		width:20px;
		height:20px;
		padding:0;
		-webkit-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		transform:translate(0,-50%);
		cursor:pointer;
		color:transparent;
		border:none;
		outline:0;
		background:0 0
	}
.slick_slider.slick-arrows-style1 .slick-next,.slick_slider.slick-arrows-style1 .slick-prev {
    background-color:#fff;
    font-size:0;
    line-height:0;
    right:-20px;
    bottom:17%;
    top:auto;
    z-index:1;
    color:#7e7e7e;
    width:40px;
    height:50px
}
.slick_slider.slick-arrows-style1 .slick-prev {
    bottom:auto;
    top:38%
}
.slick_slider.slick-arrows-style1 .slick-next:before,.slick_slider.slick-arrows-style1 .slick-prev:before {
    font-family:"Heebo", sans-serif;
    font-size:15px;
    line-height:1;
    opacity:1;
    text-align:center;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick_slider.slick-arrows-style1 .slick-prev:before {
    content:"\e627"
}
.slick_slider.slick-arrows-style1 .slick-next:before {
    content:"\e62a"
}
.top_bar {
    width:100%;
    z-index:10;
    height:50px;
    line-height:50px;
    position:relative
}
.top_bar_icon {
    display:inline-block;
    margin-right:8px
}
.top_bar_contact_item {
    font-size:14px;
    margin-right:30px;
    position:relative
}
.top_bar_contact_item:last-child{
    margin-right:0
}
.top_bar_contact_item:after{
    content:"";
    height:20px;
    width:1px;
    background-color:rgba(255,255,255,.08);
    display:block;
    position:absolute;
    right:-15px;
    top:15px
}
.top_bar_contact_item:nth-child(even):after{
    content:unset
}
.top_bar .social-icons li{
    min-width:20px;
    margin-left:0;
    font-size:14px
}
.top_bar .social-icons li a{
    min-width:auto
}
.top_bar_contact_item{
    color:rgba(255,255,255,.8)
}
.site-branding img{
    position:relative
}
.site-branding img{
    max-height:100%
}
.site-branding{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.header_extra>div{
    margin-left:21px;
    position:relative
}
.header_search_content button.close-search{
    position:absolute;
    right:15px;
    padding:0;
    color:#fff;
    font-size:21px;
    border-radius:0;
    box-shadow:unset
}
.header_search .header_search_content{position:fixed;top:0;bottom:0;left:0;background:rgba(35,35,35,.95);height:100%;width:100%;z-index:10;visibility:hidden;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-transform:translateY(-30%);-moz-transform:translateY(-30%);-ms-transform:translateY(-30%);-o-transform:translateY(-30%);transform:translateY(-30%)}.header_search .header_search_content.on{visibility:visible;opacity:1;display:block;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.header_search .header_search_content #searchbox{position:absolute;left:0;right:0;width:620px;max-width:100%;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.header_search .header_search_content #search_query_top{background:0 0;border:0!important;border-bottom:1px solid #fff!important;height:65px;padding:0 70px 0 0;font-weight:700;font-size:18px;width:100%;color:#fff;outline:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header_search .header_search_content input::placeholder{color:#fff}.header_search .header_search_content_inner .close_btn{top:60px;text-align:center;position:absolute;left:50%;cursor:pointer;z-index:1}.header_search .header_search_content .close_btn i{font-size:26px;font-weight:400;color:#fff;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;height:35px;width:35px;display:block;line-height:35px;text-align:center;border-radius:50%}.header_search .header_search_content .close_btn:hover i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.header_search .search_btn{position:relative;padding:0;border:none;font-size:14px;display:block;font-weight:400;padding-right:18px;margin-right:0}.header_search .search_btn:before{display:block;content:"";position:absolute;height:100%;width:1px;right:0;top:0;background-color:rgb(255 255 255 / 7%)}.ttm-header-style-03 .ttm-bgcolor-white .header_search .search_btn:before{background-color:rgba(0,0,0,.08)}.header_cart .button-cart{display:block;position:relative;text-align:center;font-size:16px;width:25px;text-align:left;z-index:1}.header_cart .cart_count{position:absolute;bottom:19px;left:14px;width:17px;height:17px;text-align:center;line-height:17px;font-size:9px;display:block;color:#fff;border-radius:3px}.widget_info .social-icons ul li a{width:36px;height:36px;line-height:36px;border-radius:0;border:1px solid #f1f1f1;text-align:center;display:block;background-color:transparent;font-size:14px;color:inherit;margin-right:5px}.ttm-social-links-wrapper{position:absolute;left:70px;top:312px;z-index:1;transform-origin:left top 0;width:60px;display:block}.ttm-social-links-wrapper ul li{margin-bottom:10px}.ttm-social-links-wrapper ul li a{color:#787878;border:1px solid #787878;width:39px;height:39px;line-height:39px;font-size:16px}.site-navigation{position:relative;z-index:4}.ttm-header-style-02 .widget_content{padding-left:15px}.ttm-header-style-02 .widget_content h3{font-size:17px;color:#fff;font-weight:700;margin-bottom:0}#site-header-menu .site-navigation .menu li span.label-new{padding:2px 3px 2px;border-radius:2px;font-size:9px;line-height:14px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-left:7px}.footer{background-image:url(../images/footer-bg.png);background-position:center center;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}.footer .ttm-row-wrapper-bg-layer.ttm-bg-layer{opacity:.93}.footer-logo{margin-bottom:10px;margin-top: 10px;}.footer .widget .widget-title{font-weight:700;font-size:21px;line-height:25px;margin-bottom:28px;display:inline-block;position:relative}.footer .widget ul{margin:0;padding:0;list-style:none}.first-footer{padding:40px 0 0;border-bottom:1px solid #dadada}.first-footer h3{margin-bottom:7px;font-size:25px;line-height:35px}.first-footer .widget-area{padding-top:15px;padding-bottom:15px}.first-footer .newsletter-form p{margin:15px 0}.first-footer .newsletter-form{margin-top:-15px}.first-footer .newsletter-form input[type=email]{padding:11px 15px;padding-right:180px;height:54px;border-radius:0;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background-color:transparent;border:1px solid rgba(255,255,255,.1)}.first-footer .newsletter-form button[type=submit]{position:absolute;top:0;right:0;height:54px;width:170px;font-size:16px;font-weight:700;padding:5px 20px;height:54px;-webkit-transition:all .35s ease;transition:all .35s ease;text-transform:capitalize}.first-footer h4{font-size:24px;line-height:34px}.second-footer{border-bottom:1px solid #dadada}.second-footer .widget-area:not(:first-child):after{width:1px;height:100%;content:'';position:absolute;left:-25px;background-color:rgba(255,255,255,.1);top:0}.second-footer .widget-area .widget{padding:40px 0 20px}.second-footer>div>.row .widget-area .widget:not(:first-child){margin-top:-60px;margin-bottom:20px}.widget ul#menu-footer-service-link li a{padding-left:18px}.widget ul#menu-footer-service-link li a:before{position:absolute;font-family:"Heebo", sans-serif;content:"\e61a";top:0;left:0;font-size:10px}.widget ul#menu-footer-service-link li{display:inline-block;padding:0 0 11px 0;position:relative;width:calc(50% - 2px);float:none}.widget ul#menu-footer-service-link li:nth-last-child(-n+1){padding-bottom:15px}ul.widget_contact_wrapper li{padding-left:35px;position:relative;padding-bottom:15px;line-height:24px}ul.widget_contact_wrapper li:last-child{padding-bottom:0}ul.widget_contact_wrapper li i{position:absolute;left:0;top:2px;line-height:1;width:1em;text-align:center;font-size:18px;font-weight:400}.footer .social-icons li>a{width:37px;height:37px;line-height:37px;border-radius:0;border:1px solid rgba(255,255,255,.1);margin:0 1px;background-color:transparent;font-size:14px}.copyright{padding-top:20px;padding-bottom:15px;font-size:14px}.copyright ul.list-inline{margin:0}.footer-nav-menu{padding:0;margin:0}.footer-nav-menu li{display:inline-block;padding-right:20px;font-size:14px;margin-bottom:2px}.footer-nav-menu li:last-child{padding-right:0}ul.footer-nav-menu li:after{position:absolute;content:"|";padding-left:10px}ul.footer-nav-menu li:last-child:after{content:unset}#totop{font-weight:900;color:#fff;display:none;position:fixed;right:34px;bottom:34px;z-index:999;height:0;width:0;font-size:0;text-align:center;padding-top:0;line-height:37px;border-radius:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#totop.top-visible{height:43px;width:43px;font-size:23px;display:inline}#totop:before{position:absolute;top:-7px;left:-7px;content:"";transform:rotate(0);-webkit-transform:rotate(0);border:solid;border-width:0 1px 1px 0;display:inline-block;padding:3px;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;transition:all .7s ease-out;border-color:#0095da}#totop:before{top:-6px;left:-6px}#totop:hover:before{left:100%;transform:rotate(90deg)}#totop:after{position:absolute;bottom:-7px;right:-7px;content:"";transform:rotate(0);-webkit-transform:rotate(0);border:solid;border-width:1px 0 0 1px;display:inline-block;padding:3px;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;transition:all .7s ease-out;border-color:#0095da}#totop:after{bottom:-6px;right:-6px}#totop:hover:after{right:100%;transform:rotate(90deg)}.ttm-page-title-row{background:url(../../images-mist/webimages/about/sub-banner.jpg);width:100%;background-size:cover;background-position:center;position:relative;z-index:1;background-attachment:fixed}.ttm-page-title-row-inner{width:100%;padding:160px 0 112px;text-align:center;}.page-title-heading h2{font-weight:700;text-transform:capitalize;font-size:49px;line-height:59px;margin-bottom:10px}.breadcrumb-wrapper{position:absolute;bottom:-125px;text-align:left}.breadcrumb-wrapper .container{padding:0}.breadcrumb-wrapper .breadcrumb-wrapper-inner{background-color:#fff;padding:14px 15px;line-height:20px;display:inline-block}.breadcrumb-wrapper a,.breadcrumb-wrapper span{text-transform:capitalize;font-size:15px;line-height:20px}.ttm-team-member-content-about h3,.ttm-team-member-single-content h3{text-align:left;font-size:30px;line-height:40px;margin-bottom:25px}.ttm-team-member-content .ttm-team-member-single-title{font-size:30px;line-height:40px;margin-bottom:0}.ttm-team-member-content .ttm-team-details-list li{position:relative;font-size:16px;line-height:24px;display:block;float:left;padding:8px 0 10px 0}.ttm-team-member-content .ttm-team-details-wrapper{padding:23px 0 25px 0;position:relative}.ttm-team-member-content .ttm-team-details-list .ttm-team-list-title{text-indent:0;width:auto;display:inline;font-size:16px}.ttm-team-member-content .ttm-team-details-list .ttm-team-list-value{display:inline}.ttm-team-member-content .ttm-team-member-single-position{font-size:16px;margin-bottom:20px;display:block}.ttm-team-details-list{margin:0;padding:0}.ttm-team-details-list li{list-style:square;position:relative;font-size:16px;line-height:24px;padding:8px 0 25px 15px;display:inline-block;width:calc(48% - 1px)}.ttm-team-details-list li:before{content:'';position:absolute;top:18px;left:0;height:6px;width:6px;background-color:#e0e6ed}.ttm-team-details-list .ttm-team-list-title{margin-right:3px;position:relative;font-weight:700;font-size:18px;line-height:26px}.ttm-team-member-single-content .ttm-social-links-wrapper ul li a{display:block;font-size:14px;width:38px;height:38px;text-align:center;line-height:38px;border:1px solid #e4e4e4;border-radius:50%;margin-right:0;color:inherit}.ttm-service-single-content-area .text-content{position:relative;display:block;margin-bottom:17px}.ttm-service-single-content-area .icon-box{vertical-align:top;padding-right:18px;width:20px;padding-top:5px;display:table-cell;vertical-align:middle}.ttm-service-single-content-area .icon-content{display:table-cell;vertical-align:middle}.ttm-service-single-content-area .icon-box i{font-size:40px;font-weight:700}.ttm-service-single-content-area .icon-content h3,.ttm-service-single-content-area .icon-content p{margin-bottom:0}.ttm-pf-single-content-wrapper .ttm-pf-single-detail-box{display:block;padding:20px 30px 20px;height:100%}.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-single-detail-box{margin-top:40px;height:auto}.ttm-pf-detailbox-list{padding:0;margin:6px 0 16px}.ttm-pf-detailbox-list li{position:relative;display:inline-block;padding:15px 0 15px 0;width:48%}.ttm-pf-detailbox-list li:last-child{border-bottom:0}.ttm-pf-detailbox-list li span:not(.ttm-pf-right-details){font-size:18px;font-weight:700;margin-left:50px;color:#232323;position:relative}.ttm-pf-detailbox-list li .ttm-pf-right-details{display:block;margin-left:50px}.ttm-pf-detailbox-list li i{position:absolute;left:-40px;top:5px;display:inline-block;border-radius:50%;padding-left:0;vertical-align:middle;font-size:18px;text-align:center;transform:translate(0,0);z-index:1}.ttm-pf-single-content-area h3{text-align:left;font-size:26px;line-height:28px;margin-bottom:25px}.ttm-pf-single-related-wrapper{margin-top:40px}.ttm-pf-single-content-wrapper .ttm-social-share-title{font-size:17px;line-height:26px;margin-top:2px;margin-right:5px;font-weight:700;color:#fff;padding-right:10px}.ttm-pf-single-content-wrapper .ttm-social-share-links ul li a{border:1px solid rgba(255,255,255,.1);height:34px;width:34px;line-height:34px;font-size:13px;margin-right:3px}.ttm-pf-single-content-wrapper,.ttm-pf-single-content-wrapper-innerbox{position:relative}.ttm-pf-single-content-wrapper-innerbox .ttm-horizontal_sep{border-top:1px solid #e3e3e3}.ttm-pf-single-content-wrapper{margin-bottom:42px}.ttm-pf-single-detail-box .ttm-pf-detailbox-title{position:relative;font-size:25px;line-height:33px;margin-bottom:6px}.ttm-pf-view-top-image .ttm-pf-single-detail-box{position:absolute;padding:40px 25px 43px 40px;right:25px;bottom:-40px;z-index:2;height:auto}.ttm-pf-view-left-image .ttm-pf-single-detail-box .ttm-portfolio-title h2{position:relative;font-size:25px;line-height:30px;padding:0 30px 20px;margin:0 -30px;margin-bottom:20px;border-bottom:2px solid #fff}.ttm-pf-view-left-image .ttm-pf-single-detail-box{padding:20px 30px 15px}.ttm-bgcolor-grey.ttm-pf-single-detail-box ul li:not(:last-child){border-bottom:1px solid #f0f0f0}.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li{padding:11px 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:flex;flex-direction:row;justify-content:left;align-items:center}.ttm-pf-single-detail-box ul li .ttm-pf-data-title{font-size:17px}.ttm-pf-single-detail-box ul li .ttm-pf-data-details{color:#777}.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li .ttm-pf-data-title{font-weight:500;font-size:15px;margin-right:10px}.ttm-pf-view-left-image .ttm-pf-single-detail-box ul li .ttm-pf-data-details{padding-left:0;font-size:16px;display:inline;overflow:hidden}.ttm-pf-single-content-area h2{text-align:left;font-size:30px;line-height:35px}.ttm-pf-single-content-area .ttm-btn{padding:14px 24px;text-transform:capitalize;font-size:15px}.ttm-pf-single-content-area .ttm-nextprev-bottom-nav .ttm-btn.ttm-btn-style-border{padding:14px 28px;border:1px solid currentColor}.ttm-nextprev-bottom-nav{position:relative;margin-top:30px;border-top:1px solid #e3e3e3;padding-top:40px;margin-bottom:0}article.ttm-blog-classic{margin-bottom:75px;position:relative}.ttm-post-featured,article.ttm-blog-classic .post-featured-wrapper{position:relative;overflow:hidden}article.ttm-blog-classic .ttm-blog-classic-content{background-color:#fff;padding:28px 35px 38px 35px;position:relative;display:block;margin:-35px 35px 0 0;-webkit-box-shadow:0 0 10px 0 rgb(43 52 59 / 9%);-moz-box-shadow:0 0 10px 0 rgb(43 52 59 / 9%);box-shadow:0 0 10px 0 rgb(43 52 59 / 9%)}.ttm-blog-classic .entry-header .entry-title{font-size:28px;line-height:38px;margin-bottom:4px;position:relative}.ttm-blog-classic .post-meta,.ttm-blog-single-content .post-meta{display:block;padding-bottom:15px}article.ttm-blog-classic .ttm-blog-classic-content .entry-content{margin-top:0;padding-top:15px;border-top:1px solid rgba(0,0,0,.08)}article.ttm-blog-classic .ttm-blog-classic-content .entry-content .ttm-postbox-desc-footer{position:absolute;bottom:-18px;padding:0}.ttm-blog-classic .post-meta .ttm-meta-line,.ttm-blog-single-content .post-meta .ttm-meta-line{font-size:14px;line-height:15px;display:inline-block;padding-right:20px;position:relative}.ttm-blog-classic .post-meta .ttm-meta-line i,.ttm-blog-single-content .post-meta .ttm-meta-line i{padding-right:7px;font-size:14px}.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after{position:absolute;content:"";height:16px;width:1px;border-radius:100%;top:0;right:10px;display:block;background-color:#ddd}.ttm-blog-classic .ttm-blogbox-desc-footer{display:flex;justify-content:space-between;align-items:center;margin-top:25px;height:51px;border-top:1px solid #ededed;padding-top:25px;padding-bottom:8px}article.ttm-blog-classic .ttm-box-post-date,article.ttm-blog-single .ttm-box-post-date{height:60px;width:60px;background-color:#fff;position:absolute;top:25px;font-weight:800;font-size:18px;line-height:14px;padding-top:12px;padding-bottom:12px;z-index:1;color:#000;text-align:center;border-bottom:3px solid #0095da;transition:all .5s ease .3s;left:auto;right:25px}article.ttm-blog-classic:hover .ttm-box-post-date{transform:rotateX(360deg)}.ttm-single-pf-footer{display:block;clear:both;overflow:hidden}.ttm-social-share-wrapper{display:flex;align-items:center}.ttm-social-share-wrapper .ttm-social-share-icon_btn{padding-left:15px;font-size:18px;color:inherit;opacity:.8}.ttm-blog-classic-content .ttm-social-share-wrapper .social-icons{display:none;transform:translateX(-30%);transition:all .8s}.ttm-blog-classic-content .ttm-social-share-wrapper .social-icons.show{display:block;transform:translateX(0)}article.ttm-blog-classic .ttm-post-featured-wrapper 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}article.ttm-blog-classic:hover .ttm-post-featured-wrapper img{transform:scale(1.03) rotate(.5deg)}article.ttm-blog-classic .ttm-post-featured-wrapper .ttm-post-featured:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(0,0,0,.2);opacity:0;-webkit-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}article.ttm-blog-classic:hover .ttm-post-featured-wrapper .ttm-post-featured:after{opacity:1}.ttm-blog-single-content .post-meta{margin-top:20px}.ttm-blog-single blockquote{display:block;padding:38px 30px 15px 45px;position:relative;border-left:5px solid;color:#343c5c;margin:40px 0 45px 0;font-size:20px;font-style:italic;line-height:30px;min-height:100px;border-radius:0;z-index:1;border-color:#0095da;background-color:#f7f7f7}.ttm-blog-single blockquote .qoute-text{font-weight:400;font-size:20px;line-height:30px;margin-bottom:25px}.ttm-blog-single blockquote:after{content:'';background-color:#0095da;-webkit-mask-box-image:url(../images/quote.svg);mask:url(../images/quote.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover;position:absolute;width:50px;height:38px;transform:rotateZ(180deg);top:25px;left:25px;opacity:.5;z-index:-1}.ttm-blog-single h4{font-size:20px;line-height:28px}.ttm-blog-single .social-media-block{margin-top:40px;padding-top:20px;width:100%;border-top:1px solid #dce1e9}.comments-area{padding-top:35px;margin-bottom:0}.comments-area h2{font-size:28px;line-height:34px;margin-bottom:15px}.comment-list .children{margin-left:35px}.single-post .comments-area{margin-top:50px;margin-bottom:0}.single-post .comments-area .comments-title{font-size:33px;font-weight:600}.comment-body:after{content:"";position:absolute;top:25px;left:-18px;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-right:18px solid}.single article.post .comment-body p{margin-top:10px}.comment-list a.comment-reply-link{border:none;color:#fff;font-size:13px;padding:4px 30px 2px 17px;position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.comment-list a.comment-reply-link:after{position:absolute;top:6px;font-family:"Heebo", sans-serif;content:"\e649";font-weight:400;display:inline-block;margin-right:.2em;text-align:center;opacity:1;line-height:20px;font-size:10px;margin-left:6px}.comments-area .comment-respond{padding-top:20px}.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea{background-color:transparent;font-size:14px;padding:9px 15px;border-radius:0}.comments-area .comment-form .comment-form-author,.comments-area .comment-form .comment-form-email,.comments-area .comment-form .comment-form-url{position:relative;float:left;width:32%;margin-right:2%}.comments-area .comment-form .comment-form-url{margin-right:0}.twentytwenty-horizontal .twentytwenty-after-label,.twentytwenty-horizontal .twentytwenty-before-label{left:20%;bottom:0;max-width:50%;padding:9px 30px;background-color:#fff;color:#0095da;font-size:15px;font-weight:700;border-radius:0;opacity:0}.twentytwenty-horizontal:hover .twentytwenty-after-label,.twentytwenty-horizontal:hover .twentytwenty-before-label{opacity:0}.twentytwenty-horizontal .twentytwenty-after-label{right:20%;left:auto;background-color:#101010;color:#fff}.ttm-single-img img{-webkit-animation:bounce 12s linear infinite;-moz-animation:bounce 12s linear infinite;-o-animation:bounce 12s linear infinite;animation:bounce 12s linear infiniteundefined}40%{-webkit-transform:translateY(-20px)}60%{-webkit-transform:translateY(-10px)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}.page-header{border-bottom:none;margin:0;padding-bottom:9px}section.error-404{padding:215px 0 160px;background-image:url(../images/error-bg.jpg);background-position:center top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}section.error-404 h3{font-size:60px;line-height:60px}section.error-404 h2{font-size:220px;line-height:100%;margin-bottom:2px}section.error-404 .page-content p{font-size:20px;margin-bottom:40px;color:#232323;font-weight:700}#map{display:block;height:400px;width:100%}
/*rathis*/
/*** Counter Facts Start ***/
.bg-img{
    width: 100%;
/*    height: 200px;*/
    background-image: url(../../images-mist/webimages/home/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.counter-facts {
    background-position: center center;
}
.counter-facts .counter {
    position: relative;
    text-align: center;
}
.counter-facts .counter .counter-icon {
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 25px 0px 0px 0px;
    transform: translateY(-20px);
    font-size: 50px;
    color: var(--bs-secondary);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #e02454;
}
@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 10px; 
    }
}
.flaticon-clr
{
 color: #fff;
}
.text-secondary {
    color: #e02454 !important;
}
/*service-item*/
.service:before {
    content: "";
    position: absolute;
    top: 5%;
    left: -15%;
    width: 130%;
    height: 100%;
}
.service-item.style-1 {
    position: relative;
    z-index: 9;
    padding: 48px;
/*   margin-top: 20px;*/
}
.service-item.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: #fff;
    z-index: -9;
/*    border-radius: 30px;*/
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08)
}
.service-item.style-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    transform: scale(0) skewY(10deg);
    border-radius: 30px;
}
.service-item.style-1 .service-images {
    width: 200px;
    margin: 0 auto;
}
.service-item .service-btn {
    width: 80px;
    height: 80px;
    display: flex;
     background: linear-gradient(115deg, #306c95, #0791ed, #306c95);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    border: 10px solid #fff;
    background-size: 150% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-item .service-btn:hover, .service-item .service-btn:focus {
    color: #fff;
    background-position: 100% 0;
}
.service-item.style-1:hover h4, .service-item.style-1:hover p {
    color: #0095da;
}
.ttm-service-section
{
	padding: 50px 0px 70px 0px;
	background-image: linear-gradient(rgba(242, 246, 249, 1), rgba(242, 246, 249, 1)) !important;
}
.service-item.style-1:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, #306c95, #0791ed, #306c95);
    z-index: -9;
    border-radius: 30px;
}
.ttm-service-section h4,p
{
	color: #000000;
}
.clr-000
{
	color: #000 !important;
}
/*gallery*/
.gallery-area
{
	padding: 25px 0px 50px 0px;
}
.destination-one {
  position: relative;
  background-color: var(--villoz-white, #fff);
  padding: 0px 0px 50px 0px;
}
@media (max-width: 767px) {
  .destination-one {
    padding: 80px 0;
  }
}
.destination-one .sec-title {
  padding-bottom: 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-one .sec-title__title {
    font-size: 40px;
  }
}
.destination-one__item {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 270px;
  display: block;
  overflow: hidden;
  background-color: var(--villoz-black, #132742);
  margin: auto;
}
.destination-one__item:hover .destination-one__item__rent {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.destination-one__item:hover .destination-one__item__name b {
  background-size: 100% 1px;
}
.destination-one__item--radius {
  border-radius: 50%;
}
.destination-one__item img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.destination-one__item__name {
  font-size: 26px;
  font-weight: 600;
  color: var(--villoz-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  text-transform: capitalize;
}
.destination-one__item__name b {
  position: relative;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-weight: inherit;
}
.destination-one__item__name b:hover {
  background-size: 100% 1px;
}
.destination-one__item__rent {
  font-size: 14px;
  font-weight: 600;
  color: var(--villoz-black, #132742);
  display: inline-table;
  background-color: var(--villoz-white, #fff);
  padding: 1.2px 20px;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 30px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}
.destination-one__offer {
  position: relative;
  background-color: var(--villoz-base, #537eac);
  width: 100%;
  height: auto;
  max-width: 270px;
  padding: 35px 40px 40px;
  min-height: 270px;
  margin: auto;
  overflow: hidden;
}
.destination-one__offer::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  right: 50%;
  position: absolute;
  left: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}
.destination-one__offer:hover::before {
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 300ms linear;
}
.destination-one__offer::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.destination-one__offer:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 600ms linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-one__offer {
    padding: 22px 30px 25px;
    min-height: auto;
  }
}
.destination-one__offer img {
  max-width: 100%;
  height: auto;
}
.destination-one__offer__title {
  font-size: 24px;
  color: var(--villoz-white, #fff);
  font-weight: 500;
  text-transform: uppercase;
  margin: 11px 0 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-one__offer__title {
    margin: 8px 0 20px;
    font-size: 22px;
  }
}
.destination-one__offer__title br {
  display: inherit;
}
.destination-one__offer .villoz-btn {
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-one__offer .villoz-btn > i {
    padding: 10.25px 34.5px;
  }
}

.destination-two {
  position: relative;
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  .destination-two {
    padding: 80px 0 70px;
  }
}
.destination-two .container-fluid,
.destination-two .container {
  padding-right: 5px;
  padding-left: 5px;
}
.destination-two .row {
  margin-left: 5px;
  margin-right: 5px;
}
.destination-two .row > * {
  padding-right: 5px;
  padding-left: 5px;
}
.destination-two .col-lg-2 {
  width: 23.73%;
}
@media (max-width: 991px) {
  .destination-two .col-lg-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .destination-two .col-lg-2 {
    width: 100%;
  }
}
.destination-two .col-lg-8 {
  width: 52.54%;
}
@media (max-width: 991px) {
  .destination-two .col-lg-8 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .destination-two .col-lg-8 {
    width: 100%;
  }
}
.destination-two__item {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
}
.destination-two__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(0deg, rgba(var(--villoz-black-rgb, 19, 39, 66), 1) 0%, rgba(var(--villoz-black-rgb, 19, 39, 66), 0) 100%);
}
.destination-two__item:hover img {
  transform: scale(1.05) rotate(-1.3deg);
}
.destination-two__item:hover .destination-two__item__rent {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 0% 100%;
}
.destination-two__item:hover .destination-two__item__name {
  background-size: 100% 1px;
}
.destination-two__item img {
  width: 100%;
  height: auto;
  transition: transform 500ms ease, opacity 500ms ease;
}
@media (max-width: 991px) {
  .destination-two__item img {
    height: 300px;
    object-fit: cover;
  }
}
.destination-two__item__sub-name {
  position: absolute;
  bottom: 50px;
  right: 60px;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  color: var(--villoz-base, #537eac);
  font-weight: 400;
  z-index: 2;
  text-transform: capitalize;
}
.destination-two__item__name {
  font-size: 26px;
  font-weight: 600;
  color: var(--villoz-white, #fff);
  display: block;
  line-height: 1.2;
  position: absolute;
  right: 40px;
  bottom: 39px;
  z-index: 2;
  text-transform: capitalize;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.destination-two__item__name:hover {
  background-size: 100% 1px;
}
.destination-two__item__rent {
  font-size: 14px;
  font-weight: 600;
  color: var(--villoz-black, #132742);
  display: inline-table;
  background-color: var(--villoz-white, #fff);
  padding: 1.2px 20px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
  transition: all 0.5s;
}
.mar-tp-20
{
	margin-top: 20px;
}
/*section-7*/
.expertise-item {
    text-align: center
}
.expertise-item a {
    display: block
}
.expertise-item .expertise-inner {
    background-color: #0095da;
    padding: 42px 25px 35px;
    border-radius: 10px;
    margin-bottom: 30px
}
.expertise-item .expertise-inner:hover i {
    -webkit-box-shadow: none;
    box-shadow: none
}
.expertise-item .expertise-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #0046c0;
    font-size: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 0 0 7px #ffffffa6;
    box-shadow: 0 0 0 7px #ffffffa6;
    background-color: #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
    top: 8px
}
.expertise-item .expertise-inner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.expertise-item .expertise-inner p {
    margin-bottom: 0;
    color: #fff
}
.expertise-item .expertise-right {
    padding-left: 80px;
    position: relative
}
.expertise-item .expertise-right:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 70px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #0095da
}
.expertise-item .expertise-right:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #0095da
}
.expertise-item .expertise-right img {
    width: 100%;
    z-index: 1;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear
}
@-webkit-keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.expertise-area
{
  padding: 40px 0px;
}
.expertise-inner img{
padding-bottom: 15px;
}
/*footer*/
.main-footer {
   /* position: absolute;*/
    width: 100%;
    /* background-image: url(../../images-mist/images/webimages/ft-bg.jpg); */
    background: radial-gradient(circle farthest-corner at center center, #cdcdcd 0%, #959595 100%);
}
.main-footer .footer-top {
    position: relative;
    padding: 12px 0px 12px 0px;
}
.marg-btm-10 {
    margin-bottom: 10px !important;
}
.clr-fff {
    color: #fff !important;
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 1px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 27px;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    /* padding: 2px 15px; */
    display: inline-block;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer .social-icon-one li a {
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    /* padding: 2px 15px; */
    display: inline-block;
    border: 1px solid #000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 1px 24px;
/*    border-top: 1px solid #fff;*/
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #000;
    font-size: 16px;
}
.main-footer p
{
  margin-bottom: 14px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.btm-set {
    position: fixed;
    bottom: 98px !important;
    right: 36px !important;
    z-index: 99999;
}
.btm-set-1 {
    position: fixed;
    bottom: 158px !important;
    right: 36px !important;
    z-index: 99999;
}
.otherlinks li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.txt-center
{
	text-align: center!important;
}
/*testimonial-arrow*/
.ttm-row.bottom_zero_padding-section .slick-next
{
position: absolute;
    top: 110%;
    left: 51%;
}
.ttm-row.bottom_zero_padding-section .slick-prev
{
position: absolute;
    top: 110%;
    left: 44%;
}
.testimonial-section
{
	padding: 0px 0px 50px 0px !important;
}
.clients-section.clients
{
	padding: 20px 0px 115px 0px !important;
}
/*sub-banner*/
.typewriter {
	/*width: 21.5ch;*/
/*	white-space: nowrap;*/
	overflow: hidden;
	color: #fff;
	line-height: 53px;
	font-size: 36px;
}
.jus-center
{
	justify-content: center;
    display: flex !important;
}
.txt-center
{
	text-align: center;
}
.txt-jus
{
	text-align: justify;
}
.ttm-page-title-row-inner1 {
    width: 100%;
    padding: 175px 0 125px;
    text-align: center;
/*    background-color: rgba(0, 0, 0, .47);*/
}
/*about-us 1 seg*/
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
section>.cover-image {
    position: absolute!important
}
.cover-image.s-cover-right {
    left: auto;
    width: 50%
}
.cover-image.s-cover-left {
    width: 50%
}
.cover-image>img {
    visibility: hidden
}
.cover-image>a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.cover-image {
    height: 100%;
    width: 100%;
}
.cover-image+[class*=container] [class*=col-]>img,.cover-image+[class*=container] [class*=col-]>a:after,.cover-image+[class*=container] [class*=col-]>a>img {
    visibility: hidden
}
.cover-image>img {
    width: 100%
}
@media(max-width: 1199px) {
    .cover-image.s-cover-left,.cover-image.s-cover-right {
        display:none
    }

    .cover-image+[class*=container] [class*=col-]>img {
        visibility: visible
    }

    .gradient-background-right:before {
        width: 100%
    }
}
@media(max-width: 991px) {
    .cover-image.s-cover-right {
        display:none
    }

    .hide-img-on-mobile {
        background-image: none!important
    }
}
.event-post .cover-image>img {
    visibility: hidden
}
.fixed-background,.s-parallax {
    background-attachment: fixed;
    background-position: 50% 0
}
@media(max-width: 767px) {
    .s-parallax {
        background-size:auto auto
    }
}
.s-overlay:before {
    opacity: .8
}
.s-overlay.ls:before {
    background-color: #fff;
    opacity: .93
}
.s-overlay.ls.ms:before {
    background-color: #bebfc4;
    opacity: .81
}
.s-overlay.cs:before {
    background-color: #a9c200;
    opacity: .82
}
.s-overlay.cs.cs2:before {
    background-color: #00b4c2
}
.s-overlay.cs.cs3:before {
    background-color: #fad02e
}
.s-overlay.ds:before {
    background-color: #262c31;
    opacity: .8;
    z-index: 3
}
.s-overlay.nav-narrow.ds:before {
    background-color: #262c31;
    opacity: .5;
    z-index: 3
}
.ds {
/*    background-color: #262c31;*/
    color: #fff;
}
.s-parallax, .cover-image, .cover-background, .texture-background {
   
    background-repeat: no-repeat;
    background-size: cover;
}
h3.special-heading {
    font-size: 40px !important;
/*    color: #fff;*/
}
.ds .special-heading .above {
    color: #fff;
}
.special-heading .above {
    display: inline-block;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
.special-heading1 .above {
    display: inline-block;
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
.content-left-padding {
    padding-left: 120px;
}
@media (min-width: 992px) {
    .s-pt-lg-110>[class*=container] {
        padding-top: 110px;
    }
}
@media (min-width: 768px) {
    .s-py-md-80>[class*=container] {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}
@media (min-width: 992px) {
    .s-pb-lg-110>[class*=container] {
        padding-bottom: 110px;
    }
}
.content-right-padding {
    padding-right: 120px;
}
.ls.ms {
 background-color: #fff;
color: #fff;
}
.seg2-clr
{
	color: #262c31;
    font-weight: 700;
}
#seed p
{
	text-align: justify;
}
.seg-1 p
{
	text-align: justify;
}
/*about-3rd-seg*/
.service-wrap-layout9 {
    background-color: #ffffff;
}
.section-padding-md {
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-box-layout7 .icon-holder.icon-bg-royal-blue .icon-bg-shape path {
    fill: #5a49f8;
}
.service-box-layout7 {
    text-align: center;
    padding: 35px 15px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box-layout7 p
{
	color: #000;
}
.service-box-layout7 {
    text-align: center;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    padding: 35px 20px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box-layout7 .icon-holder.icon-bg-california .icon-bg-shape path {
    fill: #ff930e;
}
.service-box-layout7 .icon-holder.icon-bg-emerald .icon-bg-shape path {
    fill: #18dc59;
}
.service-box-layout7 .icon-holder.icon-bg-royal-blue .icon-bg-shape path {
    fill: #5a49f8;
}
.service-box-layout7 .icon-holder.icon-bg-sunset-orange .icon-bg-shape path {
    fill: #ff3838;
}

.service-wrap-layout9 .section-heading
{
    padding-bottom: 20px;
}
.service-box-layout7 .icon-holder {
    position: relative;
    z-index: 1;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.service-box-layout7 .icon-holder .item-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 41px;
    color: #fff;
}
.service-wrap-layout9 .heading-sub-title
{
	color: #b54545;
} 
.section-padding-md-equal {
    padding-top: 30px;
    padding-bottom: 30px;
}
.feature-box-layout7 p {
	color: #000 !important;
    text-align: justify;
}
.align-cen
{
	align-items:center;
	display: flex;
}
.align-self{
 align-self:center;
}
.feature-box-layout7 .feature-list li {
    background-color: #ffffff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
}
.feature-box-layout7 ul
{
	  list-style:none;
}
.feature-box-layout7 .feature-list li:hover:before {
    width: 100%;
    left: 0;
    right: inherit;
}
.feature-box-layout7 .feature-list li:before {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #0095da;
    content: "";
    top: 0;
    border-radius: 3px 3px 0 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-box-layout7 .feature-list li:hover
{
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li.active a
{
	border-color: #d92828;
}

/*test-mesurement-sec*/
.crm-about-content-box {
    padding: 42px 32px 24px;
}
.crm-bg-light {
    background-color: rgba(15, 207, 255, .18);
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.crm-about-content-box .crm-content-wrapper {
    width: 60%;
    padding: 18px 0 42px;
}
.read-more-link {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: .9375rem;
}
.crm-about-content-box .crm-vector-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.crm-about-section
{
  padding: 50px 0px;
}
.crm-bg-yellow-light {
    background-color: rgba(255, 157, 77, .1);
}
.crm-bg-light-green {
    background-color: rgba(116, 181, 27, .18);
}
.collaborate-sec
{
	margin-top: 30px;
}
.crm-about-section p
{
 text-align: justify;
}

body p
{
	color: #000;
}
.ttm-service-section p {
  color: #000000!important;
}
.crm-about-content-box1 {
    padding: 22px 32px 22px 32px;
}
.crm-about-content-box2 {
    padding: 22px 32px 22px 32px;
}

.tp-account-main-img {
  position: absolute;
  top: -70px;
  left: 61px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-main-img {
    top: -2px;
    left: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account-main-img {
    left: 124px;
  }
}
@media (max-width: 767px) {
  .tp-account-main-img {
    top: -8px;
    left: 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-account-main-img {
    top: -66px;
    left: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account-section-box {
    margin-top: 70px;
  }
}
.tp-account-author {
  position: absolute;
  bottom: -6px;
  right: 32%;
}
@media (max-width: 767px) {
  .tp-account-author {
    bottom: -3px;
    right: 14%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-account-author {
    bottom: -3px;
    right: 31%;
  }
}
.tp-account-shape-1 {
  position: absolute;
  top: -14px;
  left: -2%;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-account-shape-2 {
  position: absolute;
  bottom: -6px;
  right: 2%;
  animation: moving 9s linear infinite;
}
.tp-account-step-wrapper {
  padding-left: 40px;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-step-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-account-step-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-account-item {
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-account-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-account-item span {
  font-weight: 500;
  font-size: 30px;
  color: var(--tp-common-black);
  margin-right: 35px;
  min-width: 40px;
}
@media (max-width: 767px) {
  .tp-account-item span {
    margin-right: 20px;
  }
}
.tp-account-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-account-item p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-item p {
    font-size: 18px;
  }
  .tp-account-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-account-item p {
    font-size: 17px;
    line-height: 23px;
  }
  .tp-account-item p br {
    display: none;
  }
}
.tp-account-btn-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: var(--tp-grey-5);
}
/*----------------------------------------*/
/*  21. RANK CSS START
/*----------------------------------------*/
.tp-rank__feature {
  margin-bottom: 50px;
}
.tp-rank__feature ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-rank__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-rank__feature ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: #ffffff;
  background-color: var(--tp-common-orange);
  font-weight: 400;
}
.tp-rank__wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__wrapper {
    padding-left: 5px;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rank__wrapper {
    margin-bottom: 150px;
  }
}*/
@media (max-width: 767px) {
  .tp-rank__wrapper {
    padding-left: 0;
/*    margin-bottom: 70px;*/
  }
}
.tp-rank__circle-shape-1 {
  position: absolute;
  left: 41%;
  bottom: -24%;
}
.tp-rank__circle-shape-2 {
  position: absolute;
  left: 51%;
  bottom: -35%;
}
.tp-rank__circle-shape-3 {
  position: absolute;
  left: 38%;
  bottom: -39%;
}
.tp-rank__circle-shape-4 {
  position: absolute;
  left: 48%;
  bottom: -29%;
}
.tp-rank__circle-shape-5 {
  position: absolute;
  left: 45%;
  bottom: -37%;
}
.tp-rank__circle-shape-6 {
  position: absolute;
  left: 43%;
  bottom: -31%;
}
.tp-rank__circle-shape-7 {
  position: absolute;
  left: 45%;
  bottom: -46%;
}
.tp-rank__bg-shape {
  position: absolute;
  top: -35px;
  right: 65px;
  z-index: -1;
  transform: rotate(-12deg);
}
.tp-rank__item {
  box-shadow: 0px 20px 40px rgba(1, 16, 61, 0.14);
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  max-width: 150px;
  padding: 55px 15px 30px 15px;
  margin: 0 -10px 0 -10px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
  width:250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__item {
    margin: 0 -12px 0 -12px;
  }
}
@media (max-width: 767px) {
  .tp-rank__item {
    margin: 0;
    width: 140px;
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-rank__item {
    width: 120px;
  }
}
.tp-rank__item:nth-child(2) {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(2) {
    transform: translateY(0px);
  }
}
.tp-rank__item:nth-child(3) {
  transform: translateY(70px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(3) {
    transform: translateY(0px);
  }
}
.tp-rank__item.active {
  background: linear-gradient(16.46deg, #0095da 11.15%, #95c8df 99.48%);
  box-shadow: 0px 14px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.tp-rank__item.active .tp-rank__number i {
  color: #ffffff;
  opacity: 0.3;
}
.tp-rank__item.active .tp-rank__number span {
  color:#ffffff;
}
.tp-rank__item.active .tp-rank__company span {
  background-color: #ffffff;
  border-color:#ffffff;
}
.tp-rank__item.active .tp-rank__company-info a {
  color:#ffffff;
}
.tp-rank__item.active .tp-rank__company-info span {
  color: rgba(255, 255, 255, 0.8);
}
.tp-rank__item:hover {
  webkit-transform: translate(-20px, -30px);
  -ms-transform: translate(-20px, -30px);
  transform: translate(-20px, -30px);
  transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-rank__number {
  margin-bottom: 17px;
    margin-left: -7px;
}
.tp-rank__number i {
  font-weight: 400;
  font-size: 24px;
  color: var(--tp-common-black);
  opacity: 0.3;
  margin-right: 7px;
}
.tp-rank__number span {
  font-weight: 500;
  font-size: 66px;
  color: var(--tp-common-black);
  display: inline-block;
}
.tp-rank__company {
  margin-bottom: 12px;
}
.tp-rank__company span {
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(1, 16, 61, 0.1);
}
.tp-rank__company-info a {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-rank__company-info span {
  font-weight: 500;
  font-size: 12px;
}
.test-2-seg
{
	padding:80px 0px 164px 0px;
}
.tp-section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
}
.tp-btn-hover {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.tp-btn {
    display: inline-block;
    background-color: #0095da;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    transition: 0.5s;
}
.tp-btn span {
    position: relative;
    z-index: 5;
    transition: 0.3s;
    transition-delay: 0.3s;
    color: #ffffff;
}
.tp-btn-hover.alt-color-black b {
    background-color: #000229;
}
.tp-section-subtitle {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #0095da;
    background: rgba(89, 86, 233, 0.05);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 17px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.tp-rank__number span>img {
	width: 100px;
}
.crm-subtitle
{
  color: #0095da;
}
.tp-rank-software
{
	background: linear-gradient(16.46deg, #0095da 11.15%, #95c8df 99.48%) !important;
}
.tp-rank-software a
{
	color: #ffff;
}
.tp-rank-data span
{
	background-color: #0095da;
	color: #fff;
}
.crm-about-content-box
{
	border-radius: 16px !important;
}
.cnt-width
{
	width: 40%;
    padding: 18px 0 42px;
}
.machine-seg
{
	padding: 20px 0px 50px 0px;
}
.machine-seg p
{
	text-align: justify;
}
.machine-seg h3
{
	font-size: 35px;
	margin-top: 20px;
	color: #000;
}
.machine-seg-padd
{
	padding-top: 140px;
}
.machine-seg-img{
    position: absolute;
    right: 0px;
    top: 10%;
/*    width:500px;*/
}
.machine-seg
{
  position: relative;
}
.z-index-999
{
	z-index: 999;
}
 .border-corner {
 position: relative;
}
.border-corner::before, 
.border-corner::after {
content: '';
position: absolute;
border: 4px solid #1a1aff; /* Border color */
}
.border-corner::before {
top: 0;
left: 0;
width: 20px;
height: 20px;
border-right: none;
border-bottom: none;
}
.border-corner::after {
bottom: 0;
right: 0;
width: 20px;
height: 20px;
border-left: none;
border-top: none;
}
/*machine-2-seg*/    
.welcome-section-2 h2{
  font-size: 21px !important;
      line-height: 31px !important;
}
.welcome-section-2
{
  padding: 0px 0px 20px 0px;
}
/*machine-seg3*/
.machine-seg-3 h3
{ 
	font-size: 30px !important;
}
.machine-seg-3 h4
{ 
	font-size: 21px !important;
}
.machine-seg-3 p
{
	text-align: justify;
}
.tp-project__item {
    background-color: #f8f1f1;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}
.machine-seg-3-padd
{
	padding: 40px;
}
.tp-project__thumb
{
	padding-left: 0px;
	padding-right: 0px;
}
.machine-seg-3
{
	padding: 0px 0px 30px 0px;
}
.machine-seg-3 img{
	width: 100%;
}
.border-box1 {
    border: 9px solid #f4f4f4;
    padding: 68px 60px 61px 90px;
}
.spacing-21 {
    padding: 25px 0px 10px;
}
.services-section_2 .ttm-icon i
{
	color: #ed1c24;
}
.featured-icon-box.style11 .tm-steps-seperator {
    position: relative;
    margin: 15px 0;
    padding-bottom: 1px;
}
.featured-icon-box.style11 .tm-steps-seperator:before
{
      background-color: #ed1c24;
}
.featured-icon-box.style11 .featured-title h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.featured-icon-box.style11 .tm-steps-seperator:before
{
	content: '';
    position: absolute;
    border-radius: 50%;
    width: 24px;	
    height: 24px;
    top: 0px;
    left: 0;
    webkit-transition: all .5s ease;
}
.featured-icon-box.style11 .tm-steps-seperator:after
{
	background-color: #fff;
	content: '';
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 7px;
}
.featured-icon-box.style11:hover .tm-steps-seperator:before {
    background-color: #d92828;
}
.featured-icon-box.style11:hover .tm-steps-seperator:after {
    background-color: #272727;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline {
    text-align: left;
    position: relative;
    display: block;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:before, .featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:after {
    background-color: #dcdcdc;
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    top: 11px;
    left: 0;
    height: 1px;
    z-index: -1;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:after {
    width: 0;
    -webkit-transition: all .5s ease;
}
.featured-icon-box.style11:hover .tm-steps-seperator .tm-sepeline:after
{
	background-color: #d92828;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:after {
    background-color: #dcdcdc;
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    top: 11px;
    left: 0;
    height: 1px;
    z-index: -1;
}
.featured-icon-box.style11.sec:hover .featured-title h3
{
  color:#ed1c24;
}
.featured-icon-box.style11.fst:hover .featured-title h3
{
  color: #232323;
}
/*lab-consultancy*/
.spacing-16 {
    margin-right: -30px;
   /* padding: 108px 57px 110px 167px;*/
     padding: 0px 57px 0px 167px;
    margin-left: -91px;
}
.featured-icon-box.style11.active .ttm-icon_element-color-darkgrey i, .featured-icon-box.style11:hover .ttm-icon_element-color-darkgrey i {
    color: #0095da;
}
.featured-icon-box.style11 .ttm-icon i {
    font-size: 57px;
    line-height: 57px;
}
.spacing-17 {
    padding: 0px 0px 30px 38px;
}
.featured-icon-box.style11.active .tm-steps-seperator:before, .featured-icon-box.style11.fst:hover .tm-steps-seperator:before {
    background-color: #0095da;
}
.featured-icon-box.style11.fst.active .tm-steps-seperator:after, .featured-icon-box.style11:hover .tm-steps-seperator:after {
    background-color: #07332f;
}
 .featured-icon-box.style11.fst:hover .tm-steps-seperator .tm-sepeline:after
 {
 	background-color: #0095da;
 }
 .featured-icon-box.style11.fst.active .featured-title h3, .featured-icon-box.style11:hover .featured-title h3
 {
 	color: #0095da;
 }
 .third-seg .section-title .title-header:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0095da;
}
.third-seg .section-title .title-header {
    padding-bottom: 0px;
}
.third-seg .title-header {
    padding-left: 30px;
}
.third-seg .ttm-icon_element-fill.ttm-icon_element-color-skincolor
{
 background-color: #0095da;
}
 .third-seg .ttm-icon_element-fill.ttm-icon_element-color-darkgrey
 {
 	background-color: #d0d5d4;
 }
 .third-seg h3
 {
 	color: #2f2f2f;
 }
 .third-seg .title-header h3
 {
 	color: #0095da;
 }
 .featured-icon-box.style10:hover .featured-icon .ttm-icon
 {
 	background-color: #0095da;
 }
 .align-self
 {
 	align-self:center;
 }
 /*faq-section*/
 .faq-section2
 {
 	padding: 40px 0px 50px 0px !important;
 }
 .faq-section .section-title .title-header:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
/*	background-color: #0095da;*/
}
.faq-section .title-header {
/*    padding-left: 30px;*/
}
.faq-section .section-title .title-header {
    padding-bottom: 0px;
}
.inside {
    position: relative;
    transition: all .4s;
    padding: 15px 0 10px;
}
.ttm-fid-view-circle-progress .ttm-circle-content {
    position: relative;
    text-align: center;
}
.ttm-fid-view-circle-progress .ttm-circle-content {
    position: relative;
    text-align: center;
}
.ttm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0) translateY(-50%);
}
.consultancy-1 .section-title h2.title {
    font-size: 42px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 300;
}
/*machine-seg-1*/
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.ml_200 {
    margin-left: -200px;
}
.mt_50 {
    margin-top: -50px;
}
.z-index-1 {
    z-index: 1;
}
/*o-ring*/
/** banner-section **/
.banner-style-seven{
  position: relative;
  padding: 100px 0px 100px 0px;
}
.banner-style-seven .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 95%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.banner-style-seven .content-box h1 {
  position: relative;
  display: block;
  font-size: 38px;
    line-height: 72px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}
.banner-style-seven .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  margin-bottom: 23px;
}
.banner-style-seven .content-box .mail-box .form-group {
  position: relative;
  margin: 0px;
  margin-right: 30px;
}
.banner-style-seven .content-box .mail-box .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  padding: 10px 200px 10px 30px;
}
.banner-style-seven .content-box .mail-box .form-group input::-webkit-input-placeholder{
  color:#fff;
}
.banner-style-seven .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #4527a4;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
.banner-style-seven .image-box{
  position: relative;
  margin-left: 85px;
}
.banner-style-seven .image-box .image{
  position: relative;
  border-top-left-radius: 15px;
}
.banner-style-seven .image-box .image img{
  max-width: none;
  float: left;
  border-top-left-radius: 15px;
}
.banner-style-seven .content-box{
  position: relative;
  padding-top: 25px;
}
.banner-style-seven .anim-icons .icon-1 {
  left: 95px;
  top: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
.banner-style-seven .anim-icons .icon-2 {
  left: 100px;
  bottom: 250px;
  background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-3 {
  left: 45%;
  top: 200px;
  background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-4 {
  left: 38%;
  bottom: 150px;
  background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-5 {
  top: 120px;
  right: 190px;
  background-repeat: no-repeat;
}
.lap-img
{
	position: absolute;
	top: 5%;
    z-index: -1;
    left: 7%;
}
/*Karthika*/
.center{
	display: flex;
	align-items: center;
}
.center4{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ttm-rows{
	margin-bottom: 35px;
	margin-top: 35px;
}
.center1{
	text-align: center;
}
.text5{
	text-align: left;
	display: flex;
	justify-content: center;
}
.align{
	text-align: justify;
}
@media (max-width: 991px){
    th{
  font-size: 12px !important;
  line-height: 18PX !important;
}
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif !important;
 
      /*overflow-x: auto;*/
}
.wrapper-table 
{
   overflow-x:auto;
}
td[rowspan = "3"] {
    vertical-align: middle;
}
td[rowspan = "2"] {
    vertical-align: middle;
}
th, td {
  text-align: center;
  padding: 12px !important;
}
td rowspan{
    vertical-align: middle;
}
th{
 background: #0095da;
    border-right: 1px solid #ddd;
  color: #fff !important;

  font-size: 16px !important;
}
table th{
    font-weight: 600;
}
tr:nth-child(even){background-color: #fff/*f2f2f2*/}

td{
      border: 1px solid #0095da !important;

      font-size: 15px;
      font-weight: 500;
      color: #000;
}
.padd{
	margin-bottom: 10px;
}
/** testimonial-style-six **/
.testimonial-style-six{
  position: relative;
  padding: 40px 0px 20px 0px;
}
.testimonial-style-six .owl-dots{
  display: none;
}
.testimonial-style-six .testimonial-content .image-box{
  position: relative;
  /*margin-left: 70px;
  margin-top: 50px;*/
}
/*.testimonial-style-six .testimonial-content .image-box:before{
  position: absolute;
  content: '';
  background: #0095da;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -13px;
  border-radius: 50%;
}*/
.testimonial-style-six .testimonial-content .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 50%;
/*  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);*/
}
.testimonial-style-six .testimonial-content .image-box img{
  width: 100%;
  border-radius: 50%;
/*  background: #0095da;*/
}
.testimonial-style-six .testimonial-content .content-box{
  position: relative;
  display: block;
}
.testimonial-style-six .testimonial-content .content-box .text{
  position: relative;
    display: block;
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 15px;
    text-align: justify;
    color: #000;
}
.testimonial-style-six .testimonial-content .content-box .author-info .name{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #0095da;
  font-weight: 500;
  margin-bottom: 15px;
}
.testimonial-style-six .testimonial-content .content-box .author-info .designation{
  font-size: 17px;
}
.testimonial-style-six .sec-title{
  margin-left: 50px;
  padding-right: 20px;
}
.testimonial-style-six  .inner-box{
  position: relative;
/*  margin-top: -130px;*/
}
.testimonial-style-six .owl-nav{
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: 48px;
}
.testimonial-style-six .owl-nav .owl-prev,
.testimonial-style-six .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #777;
  font-weight: 700;
  margin: 0px 25px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}
.testimonial-style-six .owl-nav .owl-prev:before{
  position: absolute;
  content: '';
  background: #4527a4;
  height: 30px;
  width: 2px;
  top: 0px;
  right: -26px;
}
.testimonial-style-six .owl-nav .owl-prev:hover,
.testimonial-style-six .owl-nav .owl-next:hover{
  color: #4527a4;
}
.testimonial-style-six .testimonial-content{
  position: relative;
/*  margin-bottom: 40px;*/
}
.white{
	color: #fff;
}
/*blog seg*/
.blogwordswrp{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    text-align: justify; 
    display: -webkit-box !important;
}
.blogwordswrp1{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;   
}
.featured-imagebox-post {
    overflow: visible;
    z-index: 1 !important;
    margin: 10px 0 25px;
}
.filter-menu1 {
    background-color: var(--white-color);
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 0px auto;
    max-width: 100%;
    border-radius: 9999px;
    text-align: center;
    padding: 13px 35px;
    box-shadow: 0px 0px 10px 0px rgb(127 128 130 / 51%);
}
/* contact us */
.contact-page-section{
	position:relative;
}
.contact-page-section .info-column{
	position:relative;
/*	margin-bottom:40px;*/
}
.contact-page-section .info-column .inner-column{
	position:relative;
	margin-right:-36px;
	padding:45px 20px 45px;
	background-color:#0095da;
	-webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	box-shadow:0px 0px 45px rgba(0,0,0,0.20);
}
.contact-page-section .info-column .inner-column .title-box{
	position:relative;
}
.contact-page-section .info-column .inner-column .title-box h3{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:700;
	line-height:1.3em;
}
.contact-page-section .info-column .inner-column .title-box .title-text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-top:8px;
	margin-bottom:30px;
	color:rgba(255,255,255,0.80);
}
.contact-page-section .info-column .inner-column .social-links{
	position:relative;
}
.contact-page-section .info-column .inner-column .social-links li{
	position:relative;
	margin-right:4px;
	margin-bottom:5px;
	display:inline-block;
}
.contact-page-section .info-column .inner-column .social-links li a{
	position:relative;
	color:#ffffff;
	width:45px;
	height:45px;
	border-radius:2px;
	display:inline-block;
	text-align:center;
	line-height:43px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(255,255,255,0.30);
}
.contact-page-section .info-column .inner-column .social-links li a:hover{
	color:#df6512;
	border-color:#ffffff;
	background-color:#ffffff;
}
/* Contact Info List */
.contact-info-list{
	position:relative;
}
.contact-info-list li{
	position:relative;
	margin-bottom:30px;
	font-size:16px;
	min-height:50px;
	line-height:1.8em;
	padding-left:50px;
	color:#fff;
}
.contact-info-list li strong{
	font-weight:700;
	font-size:18px;
	display:block;
    padding-bottom: 8px;
}
.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:26px;
	line-height:1em;
	color: #fff;
}
.contact-page-section .form-column{
	position:relative;
}
.contact-page-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}
.contact-page-section .form-column .inner-column .row{
	margin:0px -11px;
}
.contact-page-section .form-column .inner-column .contact-form .form-group{
	padding:0px 10px;
}
/* form */
.padding1 h2{
    color: #fff;
    text-align: center;
}
.form-group input{
/*    border-radius: 20px;*/
}
.form-group textarea{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #777777;
}
label {
    font-family: work sans, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    display: none;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select, .form-control {
    background-color: #fff;
    border: 1px solid #777777;
	border-radius: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}
.form-control {
    border-radius: 5px;
    box-shadow: none;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid;
    font-size: 16px;
    height: auto;
    padding: 0.85714286rem 1.42857143rem;
    margin-bottom: 0.71428571rem;
    font-weight: normal;
    min-height: 50px;
}
.centers{
	display: flex;
	justify-content: center;
}
.padd{
	margin-bottom: 20px;
}
.contact-info-list li{
list-style: none;
}
.accordion-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #f3f7fa;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    overflow: hidden;
}
.accordion-box .accordion .tab {
    position: relative;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #f3f7fa;
    padding-left: 0px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    transition: all 500ms ease;
}
.accordion-box .accordion .tab h4 {
    color: #253094;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    transition: all 500ms ease;
}
.accordion-box .accordion .ti-brush-alt::after {
    font-family: 'icomoon' !important;
    position: absolute;
    top: 22px;
    right: 0;
    color: #83888d;
    content: "\e921";
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .tab.active{
    border-bottom: 1px solid #f3f7fa;
    transition: all 500ms ease;
}
.accordion-box .accordion .tab.active h4 {
    color: #000;
}
.accordion-box .accordion .tab.active:after{
    color: #3aa40c;
}
.accordion-box .accordion .content-inner {
    position: relative;
    display: block;
    background: #f3f7fa;
    padding-top: 34px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 60px;
    display: none;
}
.accordion-box .accordion .content-inner.collapsed {
    display: block;
}
.accordion-box .accordion .content-inner p {
    margin: 0;
}
.faq-area {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.mobile-view{
        display: block!important;
    }
.mobile-views{
        display: none!important;
    }
    .items{
    	text-align: justify;
    }
    .images img{
    	text-align: center;
    }
    .item p{
    	text-align: justify;
    }
 .tm_coverimgbox_wrapper .featured-title h3{
 	color: white!important;
 }
 .tm_coverimgbox_wrapper .featured-content .featured-title h3{
 	color: white!important;
 }
 .tm_coverimgbox_wrapper .featured-content .featured-desc p{
 	color: white!important;
 }
 .tm_coverimgbox_wrapper .featured-content .ttm-footer a{
 	color: white!important;
 }
 .tm_coverimgbox_wrapper .featured-content .ttm-footer a:hover{
 	color: #000!important;
 }
/*Header*/
.site-header-menu-inner{
	transition: transform .55s cubic-bezier(.37,.31,.2,.85);
	animation-timing-function: cubic-bezier(0,0,0.58,1);
	background-color: #fff;
}
.ttm-stickable-header.fixed-header
{
	z-index:999;
    background-color:#fff;
    box-shadow:0 0 10px 0 rgba(0,43,92,.08);
/*	transition: transform .55s cubic-bezier(.37,.31,.2,.85);*/
	}
	.fixed-header
{
	position:fixed!important;
    width:100%;z-index:9;
/*	transition: transform .55s cubic-bezier(.37,.31,.2,.85);*/
	}
/*mobile view*/
/*contact us*/
@media only screen and (max-width: 1023px) {
@media only screen and (max-width: 599px) {
	.contact-info-list li{
		min-height:0;
		padding-left:0;	
	}	
	.contact-info-list li .icon{
		position:relative;
		display:block;
		line-height:1em;
		left:0;
		top:0px;
		margin:0 0 10px;	
	}
	.contact-page-section .info-column .inner-column{
		padding:20px 20px;
		text-align:center;
	}
	.contact-page-section .info-column .inner-column {
        margin-right: 0px;
    }
}
}
@media only screen and (max-width: 991px) {
	.mobile-view{
        display: none!important;
    }
    .mobile-views{
        display: block!important;
    }
    .ttm-rows{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.approach-section .content-column {
    margin-bottom: 30px !important;
}
	.ttm-service-section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-title.style2 .title-header {
    	text-align: center;
    	padding-right:1px!important;
	}
	.special-heading {
    	font-size: 30px !important;
        margin-bottom: 25px;
	}
	.special-heading1 .above {
    	display: inline-block;
    	font-family: "Heebo", sans-serif;
    	font-size: 22px;
    	font-style: normal;
    	font-weight: 600;
    	margin-bottom: 10px;
    	margin-top: 5px;
    	text-transform: uppercase;
    	line-height: 30px;
	}
	.section-heading1 h2{
		font-size: 28px;
        margin-bottom: 30px;
	}
	.section-padding-md {
    	padding-top: 30px;
   		padding-bottom: 1px;
	}
	.typewriter {
/*		white-space: nowrap;*/
		overflow: hidden;
		color: #fff;
		line-height: 53px;
		font-size: 28px;
	}
	.crm-about-section
	{
  		padding: 26px 0px;
	}
	.section-heading1 h4{
		font-size: 27px;
	}
	.crm-about-content-box1 {
    	padding: 22px 18px 22px 20px;
	}
	.crm-about-content-box2 {
    	padding: 22px 20px 22px 20px;
	}
	.section-heading1 h3{
		font-size: 26px!important;
	}
	.test-2-seg{
		padding:30px 0px 30px 0px;
	}
	.machine-seg {
    	padding: 15px 0px 15px 0px;
	}
	.machine-seg h3 {
    	margin-top: 5px;
	}

	.margin{
		margin-top: 1px;
	}
	.testimonial-style-six{
  		position: relative;
  		padding: 30px 0px 30px 0px;
	}
	.ttm-row.sidebar.ttm-sidebar-left {
		padding: 20px 0px !important;
	}
	.pad-top-30
	{
		padding-top: 30px;
	}
	.organization-section .sec-title h2 {
    margin-bottom: 38px !important;
}
.organization-section .single-item
{
margin-bottom: 40px;
}
.organization-section {
    padding-bottom: 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.mob {
		margin-top: 100px;
	}
}
@media only screen and (min-width: 350px) and (max-width: 768px){
	th, td {
  		padding: 0px !important;
	}
	.third-seg .section-title .title-header:before {
    	display: none;
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
    	padding: 14px 1px;
    	font-size: 17px;
    	line-height: 1;
    	letter-spacing: .5px;
    	display: block;
    	font-weight: 700;
	}
}
/*home-1st-segment*/
.ttm-service-section.home-1 p
{
	text-align: justify;
}
.ttm-service-section.home-1 .ttm-list
{
	text-align: left;
}
.ttm-service-section.home-1 .ttm-list-li-content
{
	color: #000000;
}
@media only screen and (min-width: 991px) {
	.service-item.style-1 {
        height: 492px;
        padding: 22px;
    }
.disp-n{
display: block;
}
.disp-b{
display: none;
}
    }
@media only screen and (max-width: 991px) {
	.ttm-service-section{
  padding: 30px 0px 30px 0px !important;
}
.mb-pad
{
	padding:0px !important;
}
.testimonial-style-six .testimonial-content .content-box .author-info .name
{
	text-align: center;
}
/*.blog-padding {
    padding: 30px 0px 30px 0px !important;
}*/
.grid-section
{
	padding: 30px 0px 0px 0px;
}
.ttm-service-section.home-4 .single-column:nth-child(3){
  padding-top: 50px;
}
.disp-n{
display: none;
}
.testimonial-style-six .slick_slider .slick-arrow
{
	display: none !important;
}
.faq-section.lab
{
	padding-top:30px !important; 
}
.contact-page-section
{
  padding: 30px 0px !important;
}
.contact-info-list
{
	padding-left: 0px !important;
}
.pd-b-0
{
	padding-bottom: 0px !important;
}
.welcome-section-2 h2
{
 text-align: center;
}
.machine-seg-3-padd {
    padding: 20px 40px 0px 40px;
}
.featured-icon-box.style11 .featured-title h3 {
    font-size: 14px;
    }
.machine-seg-3 .tp-project__title-box p
{
 padding: 10px 20px;
}
.disp-b{
display: block;
}
.welcome-section-2 {
    padding: 0px 0px 20px 0px;
}
.approach-section .image-column .inner-column {
    position: relative;
    padding-right: 0px !important;
}
.approach-section .content-column .inner-column {
    margin-left: 0px !important; 
}
.approach-section .image-column {
    margin-bottom: 0px !important;
}
.approach-section{
	padding: 0px 0px 0px 0px !important;
}
.width-50{
	width: 50%;
}
.mt-tp-20
{
	margin-top: 20px;
}
.getting_loan_area {
    padding: 30px 0px 10px 0px !important;
}
.faq-section2 {
    padding: 10px 0px 40px 0px !important;
}
.clients-section.clients {
    padding: 20px 0px 85px 0px !important;
}
.blog-pad-tp
{
	padding-top: 50px;
}
.testimonial-style-six .slick_slider .slick-arrow .slick-prev 
{
	top: 102% !important;
    left: 29% !important;
}
}
/*home 4th seg*/
/** application-setup **/
.ttm-service-section.home-4 .row{
  margin-bottom: 40px;
}
.ttm-service-section.home-4 .single-item{
  position: relative;
}
.ttm-service-section.home-4 .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 40px 30px 39px 30px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}
.ttm-service-section.home-4 .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(245, 245, 245, 0.5);
  /*width: 470px;*/
  height: 484px;
  right: -115px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.ttm-service-section.home-4 .single-item:hover .inner-box:before{
  bottom: -270px;
}
.ttm-service-section.home-4 .single-item .inner-box:after{
  position: absolute;
  content: '';
  background: #0095da;
  width: 470px;
  height: 371px;
  right: -145px;
  /*bottom: -470px;*/
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease;
}
.ttm-service-section.home-4 .single-item .inner-box:after{
  bottom: -330px;
}
.ttm-service-section.home-4 .single-item .count-box{
  position: absolute;
  left: 80px;
  top: -30px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: -webkit-linear-gradient(-45deg, #092ef1 0%, #010570 100%);
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
  z-index: 2;
}
.ttm-service-section.home-4 .single-column:nth-child(2) .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #fab000 0%, #cd8400 100%);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.ttm-service-section.home-4 .single-column:last-child .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #9ff300 0%, #1a8300 100%);
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}
.ttm-service-section.home-4 .single-item .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 25px;
}
.ttm-service-section.home-4 .single-item .inner-box h3 a{
  display: inline-block;
  color: #222;
}
.ttm-service-section.home-4 .single-item .inner-box h3 a:hover{
  color: #4527a4;
}
.ttm-service-section.home-4 .single-item .inner-box .text{
  position: relative;
  font-size: 16px;
  text-align: justify;
  color: #000 !important;
}
.ttm-service-section.home-4 .single-column:nth-child(2){
  padding-top: 70px;
}
.about-img
{
	width: 100% !important;
}
.about-1-seg
{
	padding: 50px 0px 0px 0px;
}
.ttm-list.ttm-list-style-icon.about li i {
    color: #000;
}
.about-2-seg
{
	padding: 50px 0px 20px 0px !important;
}
/*about-3rd-seg*/
.approach-section{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0px 50px 0px;
	background-position: center 60px;
}
.approach-section .image-column .inner-column{
	position: relative;
	padding-right: 55px;
}
.approach-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}
.approach-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}
.approach-section .content-column{
	position: relative;
	margin-bottom: 50px;
}
.approach-section .content-column .inner-column{
	position: relative;
	margin-left: -20px;
	padding-top: 15px;
}
.approach-section .content-column .sec-title{
	position: relative;
	margin-bottom: 35px;
}
.approach-section .content-column .sec-title h2{
	color: #222222;
	font-weight: 700;
}
.approach-section .content-column .sec-title .text{
	margin-top: 35px;
}
.approach-block{
	position: relative;
	margin-bottom: 40px;
}
.approach-block:last-child{
	margin-bottom: 0;
}
.approach-block .inner-box{
	position: relative;
	padding-left: 100px;
	min-height: 60px;
	padding-top: 5px;
}
.approach-block .icon-box{
	position: absolute;
    left: 19px;
    top: 10px;
    font-size: 59px;
}
.approach-block .icon-box .icon{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 1em;
	color: #001e57;
}
.approach-block h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 900;
	margin-bottom: 3px;
}
.approach-block h4 a{
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.approach-block h4 a:hover{
	color: #df6512;
}
.approach-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	font-weight: 400;
}
@media only screen and (max-width: 1023px) {
    @media only screen and (max-width: 599px) {
        .approach-block .icon-box {
            position: relative;
            left: 0;
            top: 0;
            margin: 0 auto 20px;
        }
    }
}
@media only screen and (max-width: 1023px) {
    @media only screen and (max-width: 599px) {
        .approach-block .inner-box {
            padding-left: 0px;
            text-align: center;
        }
    }
}
/*services*/
.ttm-list.ttm-list-style-icon.service li i {
    position: absolute;
    left: 2px;
    top: 1px;
    color:#0095da;
}
/*test-seg-2*/
.organization-section{
  position: relative;
  padding-bottom: 50px;
}
.organization-section .sec-title{
  margin-bottom: 45px;
}
.organization-section .sec-title h2{
  margin-bottom: 60px;
}
.organization-section .single-item .inner-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  background: #fff;
  padding: 55px 30px 44px 30px;
  border-radius: 20px;
  transition: all 500ms ease;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.organization-section .single-item:hover .inner-box{
  transform: translateY(-15px);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.organization-section .single-item .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}
.organization-section .single-item .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}
.organization-section .single-item .inner-box .left-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.organization-section .single-item .inner-box .left-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.organization-section .single-item .inner-box .right-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.organization-section .single-item .inner-box .right-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.organization-section .single-item:hover .inner-box .left-layer:before, 
.organization-section .single-item:hover .inner-box .left-layer:after {
  height: 100%;
}
.organization-section .single-item:hover .inner-box .right-layer:before, 
.organization-section .single-item:hover .inner-box .right-layer:after {
  height: 100%;
}
.organization-section .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #1d00ff;
  margin-bottom: 27px;
}
.organization-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 29px;
}
.organization-section .single-item .inner-box h4:before{
  position: absolute;
  content: '';
  background: #0095da;
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.organization-section .single-item .inner-box h4 a{
  display: inline-block;
  color: #222;
}
.organization-section .single-item .inner-box h4 a:hover{
  color: #4527a4;
}
.organization-section .single-item .inner-box .text{
  position: relative;
  display: block;
  font-size: 16px;
}
.organization-section .more-btn{
  position: relative;
  display: block;
  margin-top: 70px;
}

.organization-section .more-btn .theme-btn-two{
  padding: 10px 45px;
}

.ttm-list.ttm-list-style-icon.machine li i {
    position: absolute;
    left: 2px;
    top: 1px;
    color: #000;
}
@media only screen and (min-width: 1200px) {
    .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-navigation .main-menu ul.menu>li>a {
        color: #000 !important;
    }
}
.ttm-header-style-01 .ttm-stickable-header.fixed-header .site-navigation .main-menu ul.menu>li.active>a {
        color: #0095da !important;
 }
 .ttm-row.bottom_zero_padding-section p{
   text-align: justify;
 }
 .blog-detail .slick-prev {
    position: absolute;
    top: 50%;
    left: -3%;
}
.blog-detail .slick-next {
    position: absolute;
    top: 50%;
    right: -3%;
}
.post-detail
{
  padding-top: 28px;
}
.blog-padding
{
 padding: 120px 0px 40px 0px;
}
.blog-detail.blog-padding .slick_slider .slick-arrow
{
	width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #000 !important;
    background-color: #efefef;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
    font-weight: 600;

}
.blog-detail.blog-padding .slick_slider .slick-prev:before 
{
 font-size:23px !important;
}
.blog-detail.blog-padding .slick_slider .slick-next:before 
{
 font-size:23px !important;
}
.clients .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
	}
.testimonial-section .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
	}
.clients-section .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    margin-top: 40px;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
	}
.testimonials .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
	}
.slick-dots {
    position: absolute;
    top:96%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    margin: 0 3px; 
}
.slick-dots li button {
    font-size: 0; 
    width: 17px; 
    height: 17px; 
    border-radius: 101%; 
    background-color: #ccc; 
    border: none !important;
    padding: 0px !important;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}
.slick-dots li.slick-active button {
    background-color: #0095da; 
}
.site-header-menu-inner.bg-pink
{
	background-color: #fff !important;
	box-shadow: 0px 0px 20px 0px rgb(201 201 201 / 50%);
}
.site-header-menu-inner.bg-pink.fixed-header
{
	background-color: #fff !important;
}
.video-section
{
	padding-top: 40px;
}
.width-100
{
	width: 100%;
}
@media (max-width: 991px) {
/*.ttm-stickable-header.fixed-header
{
	background-color: #ffffff;
}*/
.ttm-service-section.home-4 .row{
margin-bottom: 0px;
}
.ttm-service-section.home-4 .single-column:nth-child(2){
  padding-top: 50px;
}
.video-section {
     padding-top: 0px; 
}
.blog-detail .entry-title
{
font-size: 20px !important;
    text-align: center !important;
}
.site-header-menu-inner {
border-bottom: 2px solid transparent !important;
    border-image-slice: 1 !important;
    border-color: #0095da !important;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
    padding: 15px 35px 15px 10px !important;
}
}
.service-images img {
 width: 130px !important;
}
.featured-icon-box.style10 .featured-icon .ttm-icon {
    background-color: #d0d5d4;
}
.featured-imagebox-post.style1.home .featured-content
{
	padding: 20px 30px 20px 30px !important;
}
/*industries*/
.industries-we-serve .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
}
.industries-we-serve .slick-prev {
    position: absolute;
    top: 110%;
    left: 44%;
}
.industries-we-serve .slick-next
{
position: absolute;
    top: 110%;
    left: 51%;
}
.industries-we-serve
{
padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
.industries-we-serve h3{
	font-size: 15px;
	line-height:20px;
}
.industries-we-serve {
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1199px) {

.site-header-menu-inner.bg-pink.fixed-header {
    background-color: #ffffff !important;
}
}
@media only screen and (max-width: 767px) {

.ttm-row.bottom_zero_padding-section .slick-prev {
    position: absolute;
    top: 110%;
    left: 31%;
}
.industries-we-serve .slick-prev {
position: absolute;
        top: 110%;
        left: 31%;
      }
}
.img-box{
	height: 50px;
	width: 50px;
}
.img-outerbox{
	display: flex;
	justify-content: center;
	margin: 0 0 10px 0;
}
/*.mfp-img{
	height: 1080px!important;
	width: 1920px!important;
}*/
.new .icon i{
	font-size: 40px;
    font-weight: 700;
}
.bg-color{
	background: #efefef;
}
.company p span{
    font-size: 24px;
    font-weight: 600;
}
.text-para{
    font-size: 16px!important;
}
.clients .slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: #fff;
    background-color: rgb(0 149 218);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border-radius: 32px;
}
@media only screen and (max-width: 600px) {
.mb-screen
{
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .mb-600-h
    {
        display: none !important;
    }
}
@media only screen and (min-width: 600px) {
    .pc-600-h
    {
        display: none !important;
    }
}
.client-box a:hover h3{
    color: #0095da;
}
/*new-page*/
.featured-icon-box.style3 {
    text-align: center;
    padding: 25px 13px 25px;
    box-shadow: none;
    margin: 21px 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #f7f7f7;
}
.spacing-14 {
    padding: 64px 50px 60px 53px;
}
.featured-icon-box.style16 {
    padding: 43px 40px 28px 40px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    z-index: 2;
    margin: 0px;
    height: 100%;
    width: 100%;
}
.featured-icon-box.top-icon.style16:before {
    content: "";
    height: calc(100% + 0px);
    width: 1px;
    background-color: #e3e3e3;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
}
.featured-icon-box.style15 {
    background-color: #fff;
    padding: 38px 26px 20px;
    border: 1px solid #0095da;
}
.featured-icon-box.style15 .ttm-iconbox-button {
    height: 57px;
    width: 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-top-left-radius: 100%;
    transition: all 500ms ease;
    background-color: #0095da;
}
.getting_loan_area {
    display: block;
    overflow: hidden;
    padding: 30px 0px 30px 0px;
}
.text-center {
    text-align: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.getting_inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.getting_loan_area .getting_items {
    position: relative;
    padding-left: 58px;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
}
.getting_loan_area .getting_items1 {
    position: relative;
    padding-left: 58px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.getting_loan_area .getting_items:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #0095da;
    width: 3px;
    z-index: -1;
}
.getting_loan_area .getting_items1:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #0095da;
    width: 3px;
    z-index: -1;
}
 ::after, ::before {
    box-sizing: border-box;
}
.getting_loan_area .getting_items span {
    width: 40px;
    border-radius: 50%;
    background: #0095da;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/40px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.getting_loan_area .getting_items h3 {
    font-size: 16px;
    color: #000;
    padding-top: 0px;
    font-weight: 400;
}
.getting_loan_area .getting_items1 span {
    width: 40px;
    border-radius: 50%;
    background: #0095da;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/40px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.getting_loan_area .getting_items1 h3 {
    font-size: 16px;
    color: #000;
    padding-top: 0px;
    font-weight: 400;
}
.our-history p{
  text-align: justify;
}
.clr-122766 {
    color: #000 !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600; 
}
.service-paragraph{
  line-height: 25px !important;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000 !important;
  display: block;
  margin-block-start: 10px;
  margin-block-end: 15px;
  margin-inline-start: 0px;
  margin-inline-end: 0p
}
.service-paragraph1{
  line-height: 25px !important;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000 !important;
  display: block;
  margin-block-start: 10px;
  margin-block-end: 8px;
  margin-inline-start: 0px;
  margin-inline-end: 0p
}
.featured-item4 {
    padding: 40px 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 9;
    background: var(--themeht-white-color);
    text-align: center;
}
.featured-item4 {
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08);
}
.icon-styled {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}
.fs-40 {
    font-size: 40px;
}
.color-main{
    color: #0095da;
}
.icon-box.icon_left{
    display: flex;
    position: relative;
}
.icon-box.icon_left .box_icon+.box-wrap{
    margin-left: 20px;
    margin-top: 0;
}
.icon-box.icon_left .box_icon+.box-wrap .box-heading{
    margin-top: 7px;
}
.icon-box.icon_left .box_icon+.box-wrap .box-content{
    color: #262c31;
    text-align: justify;
}
.icon-box.icon_left+.icon-box.icon_left{
    margin-top: 16px;
    padding-top: 46px;
}

.icon-box.icon_right{
    display: flex;
    position: relative;
}
.icon-box.icon_right .box_icon+.box-wrap{
    margin-left: 20px;
    margin-top: 0;
}
.icon-box.icon_right .box_icon+.box-wrap .box-heading{
    margin-top: 7px;
}
.icon-box.icon_right .box_icon+.box-wrap .box-content{
    color: #262c31;
    text-align: justify;
}
.icon-box.icon_right+.icon-box.icon_right{
    margin-top: 16px;
    padding-top: 46px;
}
.service-second {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
    margin-top: 35px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.border-5{
    border: 1px solid #0095da;
    border-radius: 20px;
    padding: 20px;
}
.process-box-layout8 {
    text-align: center;
    margin-bottom: 21px;
}
.process-box-layout8 .california {
    -webkit-box-shadow: 0 0 25px 0 rgb(255 147 14 / 57%);
    box-shadow: 0 0 5px 0 rgb(24 24 24 / 57%);
}
.process-box-layout8 .california i {
    color: #ff930e;
}
.has-animation .process-shap-layout8 svg {
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}
.has-animation .process-shap-layout8 {
    position: relative;
    z-index: 0;
    top: 50px;
}
.seg-abt-3{
    position: relative;
    top: -67px;
}
.has-animation .process-shap-layout8 .shap-point .start-point {
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0;
}
.has-animation .process-shap-layout8 .shap-point li {
    color: #0302ea;
}
.has-animation .process-shap-layout8 .shap-point li::marker  {
    color: #0000;
}
.has-animation .process-shap-layout8 .shap-point .end-point {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 30px;
}
.translate-bottom-10 i{
    font-size: 55px;
}
.process-box-layout8 .item-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.process-box-layout8 .emerald {
    -webkit-box-shadow: 0 0 25px 0 rgb(24 220 89 / 57%);
    box-shadow: 0 0 5px 0 rgb(24 24 24 / 57%);
}
.process-box-layout8 .royal-blue {
    -webkit-box-shadow: 0 0 25px 0 rgb(90 73 248 / 52%);
    box-shadow: 0 0 5px 0 rgb(24 24 24 / 57%);
}
.process-box-layout8 .dodger-blue {
    -webkit-box-shadow: 0 0 25px 0 rgb(54 186 254 / 57%);
    box-shadow: 0 0 5px 0 rgb(24 24 24 / 57%);
}
.featured-item5 {
    padding: 40px 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 9;
    background: var(--themeht-white-color);
}
.ttm-list.ttm-list-style-icon.service li i.new {
    position: absolute;
    left: 2px;
    top: 6px;
    color: #0095da;
}
/*footer above*/
.cta-section-two{
    position:relative;
/*    background-color: #a9c0d061;*/
}

.cta-section-two.style-two{
/*    background-color:#f5f5f5;*/
}

.cta-section-two .inner-container{
    position: relative;
    z-index: 1;
    padding: 10px 0;
/*    margin-bottom: -90px;*/
    
    border-radius: 100px;
}

.cta-section-two .inner-container .pattern-layer{
    position:absolute;
    left:0px;
    bottom:0px;
    width:507px;
    height:199px;
    background-repeat:no-repeat;
    border-radius: 90px;
}

.cta-section-two .inner-container h3{
    position:relative;
    color:#fff;
    font-weight:700;
    font-size:24px;
    padding-top:5px;
    text-transform:capitalize;
    line-height: 40px;
}

.cta-section-two .inner-container .pull-right{
    position:relative;
    z-index:1;
}
.modal-content {
    background-color: #dee2e6f0;    
}
@media only screen and (max-width: 479px) {
    .cta-section-two .inner-container {
        padding: 30px 20px;
    }
    .cta-section-two .inner-container h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1023px) {
    .cta-section-two .inner-container {
        text-align: center;
    }
    .cta-section-two .inner-container h3 {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .cta-section-two .inner-container .pull-left, .cta-section-two .inner-container .pull-right {
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    .cta-section-two .pattern-layer {
        display: none;
    }
}
.search-box {
    width: 350px;
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.search-input-1 {
    width: 46%!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 12px!important;
    padding: 6px 14px 6px 15px!important;
    background-color: #ffffff!important;
    color: #112665!important;
    border-radius: 50px!important;
    border: 1px solid #112665!important;
    transition: all .4s!important;
}
.search-btn-1 {
    background-color: transparent;
    font-size: 15px;
    padding: 6px 7px;
    margin-left: -42px;
    border: none;
    color: #112665;
    transition: all .4s;
    z-index: 10;
}    
/*JOHAN*/
.search-dropdown {
position: absolute;
top: 99%;
background: white;
box-shadow: 0 0px 9px rgb(0 0 0 / 16%);
border-radius: 5px;
overflow: hidden;
z-index: 2;
}
.search-area{ 
max-height: 50vh;
overflow: auto;
}
.blogwordswrp2{
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
height: 20px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
font-size: 12px;
line-height: 1.5;
}
.ttm-box-desc-text img{
max-width: 100% !important;
height: unset !important;
}
.search-height input{
height: 42px !important;
padding: 0px 54px 0px 17px;
border-radius: 50px !important;
}
.search-height input:placeholder{
font-size: 2px !important;
color: #fff;
}
.search-wrapper:focus-within .search-dropdown {
    display: block;
}
.search-dropdown{
    display: none;
}
.search-height .search-icon{
border-end-end-radius: 25px !important;
border-start-end-radius: 25px !important;
}
.search-item img{
width: 45px;
height: 45px;
overflow: hidden;
border-radius: 50%;
}