@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;600;800&display=swap');

/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
  font-family: 'Lexend Deca', sans-serif;
  background: #fff;
  color: #000;
  
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  ::-webkit-input-placeholder { /* Edge */
    color: #797979;
    font-size: 13px;
    font-weight: 300;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #797979;
    font-size: 13px;
    font-weight: 300;
  }
  
  ::placeholder {
    color: #797979;
    font-size: 13px;
    font-weight: 300;
  }
.container { max-width: 1250px; margin: 0 auto;}
h2 { font-size: 30px; font-weight: 600;}
/* header */

header  {}
header.inner_header  { position: sticky; top: 0; background: #fff; z-index: 99; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);}
header .top { background: #333; color: #fff; display: flex; padding: 0.5rem 1rem; align-items: center; justify-content: space-between;border-bottom: solid 1px #ededed;}
header .bottom { display: flex; padding: 1rem 3.8rem; margin-top: 1rem; align-items: center; justify-content: space-between;}
header .top .left a{ color: #fff; font-size: 13px; text-decoration: none; font-weight: normal; margin: 0 0.4rem;}
header .top .left a:hover { color: #ebbe0e;}
header .top .right {display: flex; align-items: center; font-size: 13px; justify-content: center;}
header .top .right .call { text-decoration: none;}
header .top .right .call a { text-decoration: none; font-size: 14px; color: #fff;}
header .top .right span { margin: 0 10px; color: #fff; display: flex;}
header .top .right span img { margin-right: 5px; width: 15px;}
header .top .right span.mail a { color: #fff; text-decoration: none;}
header .bottom .left { width: 20%;}
header .bottom .mid { width: 70%; display: flex; justify-content: center;}
header .bottom .right { width: 20%; display: flex; justify-content: flex-end;}
header .bottom .left .logo img { width: 200px;}
header .bottom .mid .navbar { padding: 0;}
header .bottom .mid .navbar .navbar-toggler { width: 30px; height: 30px; position: absolute; right: 0; top: -24px; background: url('../img/nav-icon.svg') left top no-repeat; background-size: 25px 25px;}
header .bottom .mid .navbar .navbar-nav { align-items: center;}
header .bottom .mid .navbar .navbar-nav a.nav-link {  color: #000; padding-left: 0; padding-right: 0; margin: 0 0.5rem; font-size: 17px; position: relative;}
header .bottom .mid .navbar .navbar-nav a.nav-link:hover { color:#ebbe0e ;}
header .bottom .mid .navbar .navbar-nav a.nav-link.higlight { color: #FFB800; text-decoration: none;}
header .bottom .mid .navbar ul li.btn_startb { margin-left: 1rem;}
header .bottom .mid .navbar .navbar-nav .dropdown-toggle::after { background: url('../img/acordian_arrow.svg') mid 3px no-repeat; margin-left: 5px; border: none; width: 11px; height: 10px; vertical-align: inherit;}
header .bottom .mid .navbar ul li.btn_startb a { display: inline-block; background: #000; color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 4px;}
header .bottom .mid .navbar ul li a::before{
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
header .bottom .mid .navbar ul li a:hover::before{
  transform: scale3d(1,1,1);
}
header .bottom .mid .navbar ul li a::before{
  background: #ffd52c;
  transform-origin: 100% 50%;
}
header .bottom .mid .navbar ul li a:hover::before{
  transform-origin: 0 50%;
}


header .bottom .right .btn_demo {background: #ffd52c; text-align: center; justify-content: center;  font-size: 15px; display: inline-flex; border: none; width: 100%; padding: 10px 15px; color: #000;border-radius: 6px;}
header .bottom .right .btn_demo img { margin-left: 0.5rem; width: 20px;}
header .bottom .right .btn_demo:hover { background: #f5c919; text-decoration: none;}
  header .bottom .right .btn_demo img {-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;}
  header .bottom .right .btn_demo:hover img {-webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);}


    

/* .wrapper_bg { background: url('../img/banner-bg.svg') center center no-repeat;} */
.wrapper_bg {background-image: url(https://uploads-ssl.webflow.com/63b435b…/63b841e…_Group%2037080.svg), linear-gradient(277.27deg, rgba(51, 187, 20, 0.1) 6.29%, rgba(39, 68, 144, 0.1) 93.13%), url(https://uploads-ssl.webflow.com/63b435b…/63b822c…_Group%2037078.svg);}
/* .banner { background: url('../img/banner-bg.svg') center center no-repeat; padding: 6rem 0;} */
.banner {padding:5rem 0; }
.banner .left { width: 600px;}
.banner .right { width: 500px;}
.banner .left article { display: inline-flex; background: #fff; border-radius: 50px; padding: 0.4rem 2rem;}
.banner .left article span { margin: 0 0.5rem;}
.banner .wrapper { margin: 0 auto; justify-content:space-between; display:flex; align-items: center;}
/* .banner .rquest_form { background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); z-index: 9; position: relative; padding:2rem; border-radius: 12px;}
.banner .rquest_form button[type="submit"] { background: #ffd52c; border: none; width: 100%; padding: 12px 40px; color: #000; display: block; border-radius: 6px;}
.banner .rquest_form button[type="submit"]:hover{ text-decoration: none; background: #ffd52c;}
.banner .rquest_form .form-control { height: 42px; border: none; background: #ECECEC;}
.banner .rquest_form h2 { font-size: 20px; text-align: center; font-weight: 600; margin-bottom: 1rem; color: #000; }
.banner .rquest_form.f_form { margin: 0 10px 4rem 10px;} */
.banner h1 { font-size: 42px; font-weight: 700; line-height: 45px; margin:0 0 20px 0;}
.banner h1 strong { color: #f7a60e; font-weight: 700;}
/* .banner strong { margin-bottom: 0.5rem; font-weight: 600; display: block;} */
.banner p { font-size: 16px; font-weight: 300; line-height: 25px; margin-bottom: 2rem;}
.banner .btn_group { display: flex; justify-content: space-between;}
.banner .btn_group .btn {background: #ffd52c; font-size: 15px; border: none; width: 100%; padding: 10px 15px; color: #000; display: inline; border-radius: 6px;}
.banner .btn_group .btn:hover { background: #f5c919;}
.banner .btn_group .btn img {-webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;}
  .banner .btn_group .btn:hover img {-webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);}


.banner .btn_group .btn.dark { background: #000; color: #fff; margin-right: 1rem;}
.banner .btn_group .btn:focus { outline: none; border: none; box-shadow: none;}
.banner .btn_group .btn:hover {background: #fcd125;}
.banner .btn_group .btn.dark:hover{ background: #111111;}

.banner .video img { border-radius: 30px; cursor: pointer; border: solid 5px rgba(0, 0, 0, 0.02); box-shadow: 0 0 40px rgba(0,0,0,0.2);}

.services ul {display: flex; justify-content: space-between;position: relative;}
.services ul li { background: #fff; transition: 0.3s; width: 32%; display: flex;  border-radius: 15px; border: solid 1px #ddd; padding: 2rem;}
.services ul li img { width: 65px;}
.services ul li:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); margin-top: -10px; transform: translate(0, -10px);}
.services ul li article {  font-weight: 600; font-size: 18px; margin-left: 1.5rem;}
.services ul li article p { font-weight: 300; font-size: 14px; line-height: 20px; color: #333; margin-top: 0.5rem;}


.whyloveus {  margin: -7rem 0 1rem 0;background: #fff; border-radius: 15px; border: solid 1px #ddd; padding: 2rem 0;}
.whyloveus h2 { text-align: center; margin-bottom: 0.5rem;}
.whyloveus strong { text-align: center; display: block;}
.whyloveus .outer { display: flex; justify-content:space-between;}
.whyloveus .outer .box { width: 33%;  text-align: center; padding: 2rem;}
.whyloveus .outer .box img { width: 80px; display: inline-block;}
.whyloveus .outer .box span { display: block; margin: 1rem 0; font-size: 18px; font-weight: 600;}
.whyloveus .outer .box p { font-weight: 300; font-size: 14px; line-height: 20px; color: #333; margin-top: 0.5rem;}


#nidhi_video { padding-right: 0 !important;}
#nidhi_video .modal-dialog { max-width: 100%; width: 100%; margin: 0;}
#nidhi_video .modal-dialog .modal-content { height: 100%; margin-right: 0; border-radius: 0; border: none;}

.feaures_outer { background:#FFD363; position: relative; color: #000; margin-top: 4rem; padding: 4rem 0 10rem 0;}
.feaures_outer:before { content: ''; position:absolute; right: 0; top: 0; width: 100%; height: 100%;  background: url('../img/triangle-white.png') right top no-repeat;}
.feaures_outer:after { content: ''; position:absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url('../img/triangle-white-bttom.png') left bottom no-repeat;}
.feaures_outer h2 { font-size: 30px; font-weight: 600; margin-bottom: 2rem;}
.features { display: flex; justify-content: space-between; flex-wrap: wrap; z-index: 99; position: relative;}
.features .box {background: #fff;  transition: 0.3s; border: solid 1px #f1bf3e; width: 49%; padding: 3rem; margin-bottom: 1rem; position: relative;border-radius: 15px; padding-bottom: 3rem;}
.features .box:hover {}
.features .box h3 img { width: 50px; margin-right: 1rem;}
.features .box p { color: #333; line-height: 25px; margin-bottom: 0.8rem;}
.features .box p:last-child { margin-bottom: 0;}
.features .box h3 { font-size: 24px; display: flex; align-items: center; font-weight: 600; margin-bottom: 1rem;}
.features .box ul { padding: 0}


.features .box ul li { background: url('../img/arrow.svg') left 7px no-repeat; font-size: 15px; font-weight: normal; background-size: 12px 12px; color: #333; padding: 0.2rem 0 0.2rem 1.5rem;}


#request_demoform {}
#request_demoform .modal-dialog .modal-content h2 { font-size: 22px; margin-bottom: 20px; font-weight: 700;}
#request_demoform label { font-size: 14px; font-weight: 400; margin-bottom: 10px;}
#request_demoform .modal-dialog { max-width: 600px; margin: 20px auto;}
#request_demoform .modal-dialog .modal-content { border-radius: 8px; border: none; padding: 2rem 3rem;}
#request_demoform button[type=submit] { background: #333; margin-top: 10px; font-size: 18px; color: #fff; padding: 15px 50px; border-radius: 6px; box-shadow: none; border: none;}
#request_demoform .form-control { height: 50px; border-color: #bcbfc2; padding: 10px 20px; outline: none;}
#request_demoform .form-control:focus { outline: none;}
#request_demoform .close { position: absolute; top: 0; right: 0;}
#request_demoform .close img { width: 30px;}


@media(min-width:768px) {
  .product_services .services_tabs .nav-tabs {
      display: flex;
  }
  
  .product_services .services_tabs .card {
      border: none;
  }

  .product_services .services_tabs .card .card-header {
      display:none;
  }  

  .product_services .services_tabs .card .collapse{
      display:block;
  }
}



.call_expert { padding: 4rem 0;}
/* .support img { width:250px} */
.request_form { background:url('../img/triangle.png') right top no-repeat #292930; color: #fff; width: 1220px; margin: 0 auto; padding:3rem 4rem; border-radius: 15px;}
.request_form small { display: block; margin-bottom: 0.5rem;}
.request_form button[type="submit"] { background: #000; border: solid 1px #000; margin: 0 10px; padding: 14px 40px; color: #fff; border-radius: 6px;}
.request_form button[type="submit"]:hover{ text-decoration: none; background: #111;}
.request_form .form-control { height: 50px; border-color: #bbbfc2;}
.request_form h2 { font-size: 35px;  color: #fff; margin: 0 0 3rem 0;}
.request_form .btn {background: #ffd52c; font-size: 17px; border: none; width: 100%; padding: 14px 25px; color: #000; display: inline; border-radius: 6px;}
.request_form .row { align-items: center;}
.request_form .btn:nth-of-type(2) { background: #ddd; margin-left: 0.5rem;}
.request_form .btn:hover { background: #f5c919;}
.request_form .btn img {-webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;}
  .request_form .btn:hover img {-webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);}


footer { background: #f8f8f8;display: flex; text-align: center; justify-content:center; padding:3rem 1.5rem 2rem 1.5rem; font-size: 15px;}
footer .left { width: 100%; font-size: 13px; }
footer .fnav a { margin: 0 0.4rem; color: #333; text-decoration: none;}
footer .fnav a:hover { color: #000;}
footer .left .logo { margin-bottom: 1.5rem; }
footer .left span { color: #666; display: block; margin: 0.6rem 0;}
footer .left span strong { color: #000; line-height: normal; vertical-align: top;}
footer .left p { margin: 0.8rem 0; line-height: 20px; color: #666; font-weight: 300;}
footer .left p.copyright { color: #000; font-size: 12px; font-weight: 400;}
footer .left .contact_detail { margin-top: 2rem; line-height: 22px;}
footer .left .contact_detail span { display: flex; margin: 0.3rem 0; color: #000; align-items: flex-start;}
footer .left .contact_detail img { width: 15px; margin-right: 0.5rem;}
footer .left .contact_detail a { color: #000; text-decoration: none;}
footer .left .social_share {  margin: 2rem 0;}
footer .left .social_share a { margin: 0 0.3rem; text-decoration: none; opacity: 0.7;}
footer .left .social_share a img { width: 15px;}
footer .left .social_share a:hover { opacity: 1;}

/* footer .right .footer_nav {display: flex; flex-wrap: wrap; justify-content: space-between; }
footer .right .footer_nav ul { width: 23.5%; margin-bottom: 1rem; padding: 0;}
footer .right .footer_nav ul strong { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #000;}
footer .right .footer_nav ul li { margin: 0.3rem 0;}
footer .right .footer_nav ul li a  { font-size: 13px; font-weight: 400; color: #5c5c5c; }
footer .right .footer_nav ul li a:hover { color: #000; text-decoration: none;} */
.fbottom { background: #f2f2f2; padding: 1.5rem; font-size: 13px; color: #666; font-weight: 300; line-height: 20px;}
.fbottom p { margin-bottom: 10px;}
.fbottom p:last-child { color: #000; font-weight: 400; font-size: 14px;}
.fbottom p a { font-weight: 400; vertical-align: middle; line-height: normal;} 
.fbottom strong { color: #000; display: block; font-weight: 600; margin-bottom: 5px; font-size: 14px;}


.animated_txt{
  display: flex;
}
.animated_txt .text{ font-size: 50px; font-weight: 600; margin-right: 10px;background: #FFCE2B;
  background: linear-gradient(to right, #FFCE2B 0%, #FFAD42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.animated_txt .typed-cursor { display: none;}




.aboutus {  width: 85%; padding: 3rem; margin: 3rem auto 3rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.02); border: solid 1px #ebebeb; border-radius: 20px;}
.aboutus h2 { margin-bottom: 2rem;}
.aboutus p{ font-size: 16px; font-weight: 300; line-height: 25px; margin-bottom: 1rem;}
.aboutus p strong { font-weight: 600;}
.aboutus .box { background: #f9f3d8;font-size: 16px; line-height: 25px; font-weight: 300; padding: 1.5rem; border-radius: 8px; margin-bottom: 1rem;}

.aboutus .box strong { font-weight: 600;}
.aboutus .box strong a { color: #FFB800; line-height: normal; vertical-align: top;}


.contactus { display: flex; margin: 3rem 0;}
.contactus .container { box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); display: flex; flex-wrap: wrap; justify-content: space-between; padding: 3rem; border-radius: 25px;}
.contactus .container .left, .contactus .container .right { width: 48%;}
.contactus .container .left small { color: #666; font-size: 15px; padding-bottom: 1.5rem; display:block;}
.contactus .container .left small a { color: #FFB800; text-decoration: none; line-height: normal;}
.contactus .container .left small strong { color: #333; font-size: 16px; line-height: 25px; font-weight: 600; display: block; margin-top: 0.4rem;}
.contactus .container .left h1 { font-size: 30px; margin-bottom: 2rem;}
.contactus .container .left h1 small { padding-bottom: 0; font-size: 15px;}
.contactus .container .left .social_share  { margin-top: 1rem;}
.contactus .container .left .social_share small { padding-bottom: 0.3rem;}
.contactus .container .left .social_share a { margin-right: 0.3rem;}
.contactus .container .left .social_share a img  { width: 20px;}
.contactus .container .right { padding: 1.5rem; border-radius: 25px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
.contactus .container .right iframe { border-radius: 20px;}
.contactus .form { padding-top: 5rem;}
.contactus .form h2 { margin-bottom: 2rem;}
.contactus .form label { font-size: 14px; margin-bottom: 0.5rem;}
.contactus .form .form-control { height: 55px; border-color: #bcc2c7; box-shadow: none; border-radius: 4px;}
.contactus textarea.form-control { height: 100px !important; font-size: 16px;}
.contactus .form .btn_submit { background: #000; padding: 1rem 3rem; color: #fff; border-radius: 4px;}

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}


.logib_sigup_wrapper { display: flex; min-height: 100vh; align-items: center;margin:0px;}
    .logib_sigup_wrapper .left {
        width: 30%;
        justify-content: center;
        background-color: #f3f4f6;
        display: flex;
        padding: 3rem;
    }
/*.logib_sigup_wrapper .left article {}
.logib_sigup_wrapper .left h1 { font-size: 25px; font-weight: 600; margin-bottom: 1rem; margin-top: 3rem;}
.logib_sigup_wrapper .left ul { display: flex; flex-direction: column; flex-wrap: wrap; margin-bottom: 1rem;}
.logib_sigup_wrapper .left ul li { background: url('../img/list-icon.svg') left 8px no-repeat; background-size: 18px 18px; margin: 0.2rem 0.8rem 0.2rem 0; padding-left: 1.8rem; line-height: 25px;}
.logib_sigup_wrapper .left h1 mark { line-height: normal; vertical-align: middle; background: transparent; color: #f7a60e;}
*/
.logib_sigup_wrapper .right { width: 70%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.logib_sigup_wrapper .right .form_group { width: 45%;}
.logib_sigup_wrapper .right .dont_ac {  text-align: center; font-size: 15px; margin-top: 1rem;}
.logib_sigup_wrapper .right .dont_ac a{ line-height: normal; padding: 0; box-sizing: border-box; vertical-align: top;}
.logib_sigup_wrapper .right strong { display: block; margin-bottom: 0.5rem; color: #666; font-size: 14px;}
.logib_sigup_wrapper .right h2 { margin-bottom: 3rem;}
.logib_sigup_wrapper .right .form-group { margin-bottom: 1rem;}
.logib_sigup_wrapper .right .submit_btn {    background: #ffd52c;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  display: inline-flex;
  border: none;
  font-weight: 400;
  width: 100%;
  padding:15px;
  color: #000;
  border-radius: 5px;}
  .logib_sigup_wrapper .right .submit_btn:hover {
    background: #f5c919;
    text-decoration: none;
}

.logib_sigup_wrapper .right .flogo { position: absolute; right: 30px; top: 20px;}
.logib_sigup_wrapper .right .forgot_pass { text-align: center; font-size: 14px;}
.logib_sigup_wrapper .right .agree { display: flex; margin-bottom: 1rem; text-align: left; font-size: 13px; align-items: center; justify-content: flex-start;}
.logib_sigup_wrapper .right .agree p { margin-left: 10px;}
.logib_sigup_wrapper .right .agree p a { vertical-align: top;}
.animation.form-control {  height: auto; border-color: #d0d1d1; border-radius: 5px; background-color: transparent; padding:0.8rem 1rem;}

.animation ~ label{position: absolute; left: 35px; background: #fff; top: 16px; padding: 0 0.2rem; font-size: 14px; color: #aaa; transition: 0.3s; z-index: 0; letter-spacing: 0.5px;}
.animation:focus ~ label, .add_effct.animation ~ label{top: -10px; box-shadow: none; outline: none; border: none; font-size: 13px; color: #000; transition: 0.3s;}
.animation.form-control:focus { box-shadow: none; border-color: #666;} 




@media only screen and (min-device-width: 1601px) and (max-device-width: 1920px) {

  .page_wrapper { width: 90%; margin: 0 auto;}
}

@media only screen and (max-width:1024px){ 
  .logib_sigup_wrapper .left { width: 45%;}
  .logib_sigup_wrapper .right .form_group { width: 60%;}
}


@media only screen and (max-width:992px){
  h1 { font-size: 25px;}
  h2 { font-size: 22px !important; margin-bottom: 1rem;}
  .common_page h3 { font-size: 16px;}
  p { font-size: 14px !important;}
    ::-webkit-input-placeholder { /* Edge */
        color: #797979;
        font-size: 13px;
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #797979;
        font-size: 13px;
      }
      
      ::placeholder {
        color: #797979;
        font-size: 13px;
      }
   
      #nidhi_video iframe { width: auto; height: auto;}
      .container { width: auto; padding: 0 15px;}
      header { flex-direction:column; padding:0;}
      header.inner_header { position: relative; box-shadow: none;}
      header .top { text-align: center; border-bottom: none; flex-direction: column; padding-top: 0.3rem;}
      header .top .left a { display: inline-flex;}
      header .top .right { display: none;}
      header .bottom { display:block; padding: 0.7rem;}
      /* header .bottom .left, header .bottom .right { width: auto;} */
      header .bottom .left .logo img { width: 180px;}
      header .bottom .right { display: none;}
      header .bottom .mid { justify-content: flex-end; width: auto;}
      header .bottom .mid .navbar .navbar-nav a.nav-link { padding: 0.8rem 1rem;}
      header .bottom .mid .navbar { width: 100%;}
      .banner .btn_group { flex-direction: column;}
      header .bottom .mid .navbar .navbar-nav  { margin-top: 1rem; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);  background: #fff; border-radius: 6px;}
      header .bottom .mid .navbar .navbar-nav li { width: 100%;  text-align: center; border-bottom: solid 1px #f2f2f2;}
      header .bottom .mid .navbar .navbar-nav li:last-child { border-bottom: none;}
      header .bottom .mid .navbar-collapse { position: absolute; left: 0; right: 0; top: 0;}
      header .bottom .mid .navbar .navbar-toggler { position: absolute; right: 0; top: -26px;}
      header .bottom .mid .navbar .navbar-toggler[aria-expanded="true"] { width: 30px; height: 30px; background: url('../img/close.svg') left top no-repeat; background-size: 18px 18px;}
      .banner { padding:2rem 0 1rem 0;}
      .banner .wrapper { flex-direction: column;}
      .banner .left, .banner .right { width: auto;}
      .banner .left { text-align: center;}
      .banner.inner_banner { background-image: none; padding: 1.5rem 0;}
      .banner.inner_banner .left { width: auto;}
      .banner h1 { font-size: 25px; line-height: 28px; display: block; margin-bottom: 10px;}
      .banner h1 strong { margin: 0; vertical-align: top;}
      .banner.inner_banner h1 { font-size: 26px;}
      .banner .btn_group .btn { margin: 0.5rem 0;}
      
      .animated_txt .text { font-size: 28px;}
      .animated_txt { justify-content: center;}
      .banner p { font-size: 15px; line-height: 22px; margin-bottom: 1rem;}
      .banner .left article { padding: 0.5rem 1rem;}
      .banner .left article span { font-size: 13px;}
      .banner .left article span img { width: 15px;}
      .banner .right { margin-top: 1rem;}
      .banner .request_form h2 { text-align: center;}
      .banner .request_form { padding: 2rem;}
      .banner.inner_banner .wrapper { display: block;}
      .banner.inner_banner .request_form { padding: 2rem;}
      .services { padding-bottom: 0.5rem;}
      .services ul { margin: 1rem 0; flex-direction: column; padding: 0;}
      .services ul li { width: auto; margin: 0.5rem 0; display: flex; flex-direction: column; justify-content: flex-start;}
      .services ul li article { font-size: 16px; margin-left: 0;}
      .services ul li img { width: 40px; margin-bottom: 0.8rem;}
      .services ul li article p { font-size: 13px;}

      .feaures_outer { margin-top: 0; padding: 2rem 0;}
      .features { flex-direction: column;}
      .features .box { width: 100%; padding: 1.8rem;}
      .feaures_outer h2 { margin-bottom: 1rem;}
      .features .box h3 { font-size: 18px;}

      .whyloveus .outer { flex-direction: column;}
      .whyloveus { position: relative; margin-top: -2rem;}
      .whyloveus .outer .box {width: 100%;}
      .whyloveus .outer .box { border-bottom: solid 1px #f2f2f2;}
      .whyloveus .outer .box span { margin-top: 0;}
      .whyloveus .outer .box:last-child { padding-bottom: 0; border-bottom: none;}

      .call_expert { padding: 2rem 1rem;}
      .call_expert .request_form  { padding: 2rem; width: auto;}
      .call_expert .support { display: none;}
      .request_form .btn { display: block;}
      .request_form .btn:nth-of-type(2) { margin-left: 0; margin-top: 1rem;}
      .request_form h2 { margin: 0 0 2rem 0;}

      #request_demoform .modal-dialog .modal-content { padding: 2rem 1.5rem;}
      #request_demoform .modal-dialog { max-width: 94%;}
.aboutus { width: auto; margin: 1rem; padding:1.5rem 0 0.5rem 0; border-radius: 8px;}
.aboutus p { line-height: 22px;}
.aboutus h2 { margin-bottom: 1rem;}
.aboutus .box { font-size: 14px; line-height: 22px;}
.contactus { margin: 1rem 0;}
.contactus .container { width: auto; margin: 0 1rem; padding: 1.5rem;}
.contactus .container .left, .contactus .container .right { width: auto;}
.contactus .container .right { display: none;}
.contactus .container .left h1 { font-size: 25px;}
.contactus .container .left small strong { font-size: 16px;}

.contactus .form { border-top:  solid 1px #ddd; margin-top: 2rem; padding-top: 1rem;}
.contactus .form h2 { margin-bottom: 1rem;}
.contactus .form .form-control { height: 45px;}

.logib_sigup_wrapper { flex-direction: column;}
.logib_sigup_wrapper .left, .logib_sigup_wrapper .right { width: 100%;}
.logib_sigup_wrapper .left article figure img { width: 200px;}
.logib_sigup_wrapper .left h1 { display: none; margin-top: 0.5rem; font-size: 22px; text-align: left; margin-bottom: 0;}
.logib_sigup_wrapper .right strong { margin-bottom: 0;}
.logib_sigup_wrapper .right .form_group { width: auto;}
.logib_sigup_wrapper .right { padding: 2rem;}
.logib_sigup_wrapper .left article ul{ display: none;}
.logib_sigup_wrapper .left { height: auto; padding: 2rem;}
.logib_sigup_wrapper .right h2 { margin-bottom: 2rem;}
.logib_sigup_wrapper .left article { margin-top: 2rem;}

    }

@media(max-width:767px){
  .common_page .tab-content > .tab-pane {
      display: block !important;
      opacity: 1;
  }
}



@media(min-width:768px) {
  .common_page .nav-tabs {display: flex;}   
  .common_page .card { border: none;}
  .common_page .card .card-header { display:none;}  
  .common_page .card .collapse{ display:block;}
  .faqs .accordion .card .collapse { display: none;}
  .faqs .accordion .card .collapse.show { display: block;}
  .faqs .accordion .card .card-header { display: block;}
}
.common_page .nav-tabs {
  display:none;

}

.common_page .tab-content>.tab-pane { display: block;}
.common_page .fade:not(.show) { opacity: 1;}


@media(max-width:767px){
  .common_page .tab-content > .tab-pane {
       display: block !important;
       opacity: 1;
   }


}
/** 
          1. ttm-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/


/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row {
    padding: 90px 0;
}

    .ttm-row.padding_bottom_zero-section {
        padding: 90px 0 0;
    }

    .ttm-row.padding_top_zero-section {
        padding: 0 0 90px 0;
    }

    .ttm-row.padding_zero-section {
        padding: 0 0;
    }

    .ttm-row.broken-section {
        padding: 0 0;
    }

    .ttm-row.cta-section {
        padding: 45px 0;
    }

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .row-equal-height > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


/* ===============================================
    3.Bg-Layer 
------------------------*/
.ttm-bg {
    position: relative;
}

.ttm-col-bgimage-yes {
    z-index: 1;
}

.ttm-col-bgimage-yes, .ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}

.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-left-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.col-bg-img-five .layer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

.bg-layer {
    position: relative;
}

    .bg-layer > .container > .row {
        margin: 0;
    }

    .bg-layer > .container, .bg-layer > .container-fluid {
        padding: 0;
    }

.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .88;
}

.ttm-bgcolor-skincolor.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-skincolor .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .92;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-white .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .94;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-darkgrey .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-darkgrey.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .80;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-img/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    background-attachment: scroll;
}

.bg-img2 {
    background-image: url(../images/bg-img/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img3 {
    background-image: url(../images/bg-img/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img4 {
    background-image: url(../images/bg-img/row-bgimage-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img5 {
    background-image: url(../images/bg-img/row-bgimage-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img6 {
    background-image: url(../images/bg-img/row-bgimage-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -260px;
    background-attachment: scroll;
}

.bg-img7 {
    background-image: url(../images/bg-img/row-bgimage-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img8 {
    background-image: url(../images/bg-img/row-bgimage-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img9 {
    background-image: url(../images/bg-img/row-bgimage-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img10 {
    background-image: url(../images/bg-img/row-bgimage-10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bg-img11 {
    background-image: url(../images/bg-img/row-bgimage-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50px -120px;
    background-attachment: scroll;
}
/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image {
    display: none;
}

.col-bg-img-one.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-1.jpg);
    background-position: center;
    background-size: cover;
}

.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-2.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-five.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-5.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-six.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-seven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-eight.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-8.png);
    background-position: -100% 0%;
    background-repeat: repeat;
    background-size: contain;
}

.col-bg-img-eight.ttm-bgcolor-skincolor.ttm-bg .ttm-bg-layer .ttm-bg-layer-inner {
    opacity: 0.2 !important;
}


.col-bg-img-nine.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-9.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-ten {
    background-image: url(../images/bg-img/col-bgimage-10.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.col-bg-img-eleven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-11.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.col-bg-img-twelve.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-12.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

.col-bg-img-thirteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-13.jpg) !important;
    text-align: left;
    padding: 55px 30px 60px;
    z-index: 2;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.col-bg-img-fourteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.col-bg-img-fifteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-15.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-sixteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-16.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-seventeen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-img/col-bgimage-17.png);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
}


/* ===============================================
     image-overlay-content 
 ---------------------------------------------------------------*/
.image-overlay-content .circle-shape p {
    font-size: 16px;
    line-height: 20px;
}

.image-overlay-content .circle-shape {
    display: block;
    height: 133px;
    width: 133px;
    border-radius: 50%;
    padding: 20px 12px 12px;
    text-align: center;
}

    .image-overlay-content .circle-shape.ttm-top-view-overlay {
        position: absolute;
        top: 65px;
        left: 0px;
    }

.image-overlay-content .shakeimage.ttm-top-view-overlay {
    position: absolute;
    top: 260px;
    right: -60px;
}

.image-overlay-content .shakeimage {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

.image-overlay-content .rectangle-shape {
    padding: 20px 30px;
}

    .image-overlay-content .rectangle-shape span {
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: 600;
    }




.image-overlay-content span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.image-overlay-content {
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 30px 40px;
    width: 100%;
    bottom: 0px;
}


.ttm-bottom-view-overlay .highlight-line:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 0.7s ease-in-out;
    background-color: #8cbc43;
    left: 0;
    bottom: 0px;
    top: auto;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 20px;
}

    .section-title h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1.5px;
        display: inline-block;
        position: relative;
        padding-right: 60px;
        margin-bottom: 8px;
    }

    .section-title .title-header h3:after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        right: 0;
        top: 12px;
    }

    .section-title h2.title {
        font-family: 'Rajdhani', sans-serif;
        font-weight: 700;
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .section-title .title-desc p {
        width: 100%;
        padding-bottom: 15px;
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        color: #666666;
        letter-spacing: 0.1px;
    }

        .section-title .title-desc p a {
            font-family: 'Rajdhani', sans-serif;
        }

    .section-title h4.title {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
    }

    .section-title.title-style-center_text {
        text-align: center;
    }

        .section-title.title-style-center_text .title-desc p {
            margin-bottom: 15px;
            width: 55%;
            margin: 0 auto;
        }

        .section-title.title-style-center_text .title-header h3:before {
            display: block;
            content: "";
            position: absolute;
            width: 50px;
            height: 1px;
            left: 0;
            top: 12px;
        }

        .section-title.title-style-center_text .title-header h3 {
            padding-left: 60px;
        }

    /* style2 */
    .section-title.style2 {
        margin-bottom: 22px;
    }

        .section-title.style2 .title-header {
            width: 49.5%;
            padding-right: 30px;
            padding-bottom: 0;
            position: relative;
        }

        .section-title.style2 .title-desc {
            padding-right: 20px;
        }

            .section-title.style2 .title-desc p {
                margin-bottom: 0;
                padding-bottom: 10px;
            }

.ttm-bgcolor-darkgrey .section-title.style2 .title-desc p {
    color: rgba(255,255,255,.8);
}

.ttm-bgcolor-skincolor .section-title.style2 .title-desc p {
    color: rgba(255,255,255,.8);
}

.section-title.style2 .title-header,
.section-title.style2 .title-desc {
    display: table-cell;
    vertical-align: middle;
}

.row-title .section-title h2 {
    font-size: 60px;
    line-height: 70px;
}

.row-title .section-title {
    margin-bottom: 20px;
}

.ttm-bgcolor-skincolor .section-title.style2 .title-header:after {
    border-right-color: rgb(255 255 255 / 30%);
}

.ttm-bgcolor-grey .section-title.style2 .title-header:after,
.ttm-bgcolor-white .section-title.style2 .title-header:after {
    border-right-color: rgba(0,0,0,.08);
}

.section-title.style2 .title-header:after {
    content: "";
    right: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(255,255,255,.09);
    border-right-style: solid;
}

.ttm-bgcolor-skincolor .section-title .title-header.text-right h3:after {
    display: none;
    visibility: hidden;
}

.section-title.style2 .title-header.text-right {
    width: 30%;
    padding-left: 70px;
    padding-right: 5px;
}

    .section-title.style2 .title-header.text-right h3 {
        padding-right: 0px;
    }

    .section-title.style2 .title-header.text-right:after {
        right: -50px;
        height: 220px;
        border-right-color: #FFFFFF33;
    }

    .section-title.style2 .title-header.text-right h3:after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        left: -60px;
        top: 12px;
    }
/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid rgb(255 255 255 / 28%);
    display: block;
    position: relative;
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255,255,255,0.08);
}

.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #E3E3E3;
}

.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #ebf0f4 !important;
}

.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right {
    border-color: rgba(255,255,255,0.06) !important;
}

.ttm-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}

.ttm-vertical_sep {
    position: relative;
    content: "";
    top: -10px;
    height: 70px;
    right: 0px;
    width: 1px;
    background-color: #02010117;
}

.row.no-gutters.ttm-vertical_sep > [class*='col']:not(:last-child):before {
    right: 0;
}

.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col']:not(:last-child):before,
.ttm-bgcolor-skincolor .ttm-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}


/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 25px 11px 31px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

    .ttm-btn:not(.btn-inline)::before {
        content: '';
        position: absolute;
        background-color: inherit;
        width: 0%;
        height: 100%;
        right: 0;
        left: auto;
        top: 0;
        -webkit-transition: .4s all ease-in-out;
        -o-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;
        z-index: -1;
    }

    .ttm-btn:not(.btn-inline):hover::before {
        right: auto;
        left: 0;
        width: 100%;
    }

    .ttm-btn.ttm-icon-btn-left {
        padding-left: 22px;
        transition: unset;
    }

    .ttm-btn.ttm-icon-btn-right {
        padding-right: 22px;
        transition: unset;
    }

        .ttm-btn.ttm-icon-btn-right i {
            right: 3px;
        }

    .ttm-btn.ttm-icon-btn-left i {
        top: 2px;
    }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: #fff;
}

.rev-btn.ttm-btn.ttm-btn-style-fill:hover {
    background-color: transparent;
    border-color: currentColor;
}

.rev-btn.ttm-btn.ttm-btn-style-fill:before {
    position: unset;
    background-color: transparent;
}


/** btn-with-icon **/
.ttm-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
    top: 2px;
}

.ttm-btn.ttm-icon-btn-right i {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left i {
    text-align: left;
    margin-right: 10px;
    margin-left: 0;
}

.ttm-btn:hover i {
    transform: translateX(2px);
}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

    .ttm-btn.ttm-btn-size-xs i {
        font-size: 10px;
        line-height: 11px;
    }

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 11px 20px;
}

    .ttm-btn.ttm-btn-size-sm i {
        font-size: 13px;
        line-height: 14px;
    }

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 14px 30px 14px 30px;
}

    .ttm-btn.ttm-btn-size-md i {
        line-height: 15px;
        font-size: 16px;
    }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
}

    .ttm-btn.ttm-btn-size-lg i {
        font-size: 18px;
        line-height: 18px;
    }

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}

    .ttm-btn.btn-inline i {
        display: inline-block;
        vertical-align: middle;
        transition: 0s;
    }

    .ttm-btn.btn-inline.ttm-icon-btn-right i {
        top: 2px;
        margin-left: 12px;
        transition: ease-in-out .3s;
        position: relative;
    }

    .ttm-btn.btn-inline.ttm-icon-btn-left i {
        margin-right: 5px;
        transition: ease-in-out .3s;
    }

    .ttm-btn.btn-inline i.fa-minus:before {
        height: 1px;
        display: block;
    }

    .ttm-btn.btn-inline:hover {
        opacity: .9;
    }


/* play-btn / play-icon */
.ttm-play-icon {
    color: #fff;
    display: block;
    position: relative;
}

    .ttm-play-icon .ttm-icon.ttm-icon_element-size-md {
        height: 95px;
        width: 95px;
        line-height: 95px;
        margin: 0;
    }

    .ttm-play-icon .ttm-play-icon-animation {
        display: inline-block;
        position: relative;
    }

        .ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
            content: '';
            border: 1px solid;
            border-color: inherit;
            width: 150%;
            height: 150%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            left: -25%;
            top: -25%;
            opacity: 1;
            -webkit-animation: 1s videoplay-anim linear infinite;
            animation: 1s videoplay-anim linear infinite;
        }

        .ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
            -webkit-animation: videoplay-anim 1.05s infinite;
            -moz-animation: videoplay-anim 1.05s infinite;
            -ms-animation: videoplay-anim 1.05s infinite;
            -o-animation: videoplay-anim 1.05s infinite;
            animation: videoplay-anim 1.05s infinite;
        }

        .ttm-play-icon .ttm-play-icon-animation:after {
            border-color: #bfbfbf;
        }

        .ttm-play-icon .ttm-play-icon-animation:before {
            border-color: #e4e4e4;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    z-index: 2;
}

    .ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
        padding-left: 5px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
    }

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
    display: block;
    height: 67px;
    width: 67px;
    line-height: 67px;
    margin: 0;
    z-index: 2;
}

    .ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
        font-size: 28px;
    }

i.fa-play {
    padding-left: 5px;
}

.ttm-play-icon-btn .ttm-play-icon-animation {
    position: relative;
    display: inline-block;
}

    .ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
        margin-bottom: 0;
    }

    .ttm-play-icon-btn .ttm-play-icon-animation:after, .ttm-play-icon-btn .ttm-play-icon-animation:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }

    .ttm-play-icon-btn .ttm-play-icon-animation:after {
        z-index: 1;
        width: calc(100% * 1.3 );
        height: calc(100% * 1.3 );
        opacity: .3;
        background-color: #fff;
    }

    .ttm-play-icon-btn .ttm-play-icon-animation:before {
        width: calc(100% * 1.6 );
        height: calc(100% * 1.6 );
        opacity: .5;
        background-color: #fff;
    }

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after {
    opacity: .1;
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before {
    opacity: .3;
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/*style1 */
.ttm-play-icon-btn.style1 {
    padding: 40px;
    margin: 30px -30px 0 0;
}

/*style2*/
.ttm-play-icon-btn.style2 .ttm-play-icon-animation:after {
    z-index: 1;
    width: 60px;
    height: 60px;
    opacity: .8;
    border: 1px solid #fff;
    background-color: transparent;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-animation:before {
    width: 75px;
    height: 75px;
    opacity: .3;
    border: 1px solid #fff;
    background-color: transparent;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-btn-content {
    padding-left: 30px;
}

    .ttm-play-icon-btn.style2 .ttm-play-icon-btn-content h3 {
        font-size: 22px;
        line-height: 29px;
        position: relative;
        margin-bottom: 0;
        letter-spacing: 0;
        font-weight: 700;
    }

.ttm-play-icon-btn.style2 .ttm-play-icon-btn-content {
    position: absolute;
    left: 43%;
    right: auto;
    bottom: -15px;
}

.ttm-play-icon-btn.style2:hover .ttm-play-icon-animation:after {
    animation: unset;
}

/*style3*/
.ttm-play-icon-btn.style3 .ttm-play-icon-animation:after {
    z-index: 1;
    width: 60px;
    height: 60px;
    opacity: .8;
}

.ttm-play-icon-btn.style3 .ttm-play-icon-animation:before {
    width: 75px;
    height: 75px;
    opacity: .3;
}
/*style4*/

.ttm-play-icon-btn.style4 .ttm-play-icon-btn-content {
    top: -62px;
    position: relative;
    left: 85px;
}

    .ttm-play-icon-btn.style4 .ttm-play-icon-btn-content h3 {
        font-size: 22px;
        line-height: 29px;
        position: relative;
        margin-bottom: 0;
        letter-spacing: 0;
        font-weight: 700;
    }

/* ===============================================
    9.Icons
------------------------*/
.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
}

    .ttm-icon i {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    /** icon-size-xs **/
    .ttm-icon.ttm-icon_element-size-xs {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

        .ttm-icon.ttm-icon_element-size-xs i {
            font-size: 18px;
        }

    /** icon-size-sm **/
    .ttm-icon.ttm-icon_element-size-sm {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

        .ttm-icon.ttm-icon_element-size-sm i {
            font-size: 32px;
        }

    /** icon-size-md **/
    .ttm-icon.ttm-icon_element-size-md {
        height: 67px;
        width: 67px;
        line-height: 67px
    }

        .ttm-icon.ttm-icon_element-size-md i {
            font-size: 37px;
        }

    /** icon-size-lg **/
    .ttm-icon.ttm-icon_element-size-lg {
        height: 78px;
        width: 78px;
        line-height: 78px;
    }

        .ttm-icon.ttm-icon_element-size-lg i {
            font-size: 48px;
        }

    /** icon-size-xl **/
    .ttm-icon.ttm-icon_element-size-xl {
        height: 88px;
        width: 80px;
        line-height: 88px;
    }

        .ttm-icon.ttm-icon_element-size-xl i {
            font-size: 58px;
        }

    .ttm-icon.ttm-icon_element-onlytxt {
        height: auto;
        width: auto;
        line-height: 1;
    }

        .ttm-icon.ttm-icon_element-onlytxt i {
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
            transform: unset;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
            transform: translate(0,0);
        }

    /** icon-shape **/
    .ttm-icon.ttm-icon_element-style-round {
        border-radius: 5px;
    }

    .ttm-icon.ttm-icon_element-style-rounded {
        border-radius: 50%;
    }

    .ttm-icon.ttm-icon_element-style-square {
        border-radius: 0;
    }


/* ttm-list-style-icon */
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

    .ttm-list.ttm-list-style-icon.font-weight-normal li i,
    .ttm-list.ttm-list-style-icon.font-weight-normal .ttm-list-li-content {
        font-weight: normal;
        padding-bottom: 2px;
    }

    .ttm-list.ttm-list-style-icon li {
        position: relative;
        display: block;
        padding-bottom: 12px;
    }

        .ttm-list.ttm-list-style-icon li:last-child {
            padding-bottom: 0;
        }

        .ttm-list.ttm-list-style-icon li i {
            position: absolute;
            left: auto;
            top: 4px;
            font-weight: 500;
        }

            .ttm-list.ttm-list-style-icon li i.fa-minus:before {
                position: absolute;
                content: "";
                top: 6px;
                left: 0;
                height: 2px;
                width: 7px;
                background-color: currentcolor;
            }

    .ttm-list.ttm-list-style-icon .ttm-list-li-content {
        display: inline-block;
        padding-left: 25px;
        font-size: 15px;
    }

    .ttm-list.ttm-bordered-lists li {
        padding: 13px 0 13px 0;
        display: block;
    }

        .ttm-list.ttm-bordered-lists li + li {
            border-top: 1px solid #eee;
        }

.row > [class*='col']:nth-of-type(even) > .ttm-list.ttm-bordered-lists li:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ebebeb;
    width: 1px;
    height: 65%;
    top: 18%;
    left: -15px;
}

.ttm-list.ttm-bordered-lists.ttm-list-style-icon li i {
    top: 19px;
}

/* style2 */
.ttm-list.ttm-list-style-icon.style2 .ttm-list-li-content {
    font-size: 15px;
}

.ttm-list.ttm-list-style-icon.style2 li {
    padding-bottom: 13px;
}

    .ttm-list.ttm-list-style-icon.style2 li:last-child {
        padding-bottom: 0px;
    }


/* ttm-video-icon */
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

    .ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
        font-size: 40px;
    }

.ttm-right-video-icon, .ttm-left-video-icon, .ttm-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}


/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper,
.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper,
.ttm-fid-view-righticon .ttm-fid-contents {
    display: table-cell;
    vertical-align: top;
}

.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 20px;
    text-align: left;
}

.ttm-fid-view-topicon i {
    margin-bottom: 10px;
}

.ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
}

.inside h4, .inside h4 span {
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
}

.ttm-fid span:not(.numinate) {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: -8px;
}

.ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(0,0,0,.02);
    padding: 25px 30px 35px 35px;
    margin: 15px 0;
}

.ttm-bgcolor-darkgrey .ttm-fid.inside.ttm-fid-boxed-view,
.ttm-bgcolor-skincolor .ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(242,242,242,.1);
}
/* style1 */
.ttm-fid.ttm-fid-with-icon.style1 {
    padding: 37px 0px 13px 35px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

    .ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-icon-wrapper i {
        font-size: 50px;
    }

    .ttm-fid.ttm-fid-with-icon.style1 h4, .ttm-fid.ttm-fid-with-icon.style1 h4 span {
        font-size: 48px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .ttm-fid.ttm-fid-with-icon.style1 h3 {
        margin-bottom: 0;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        padding-top: 0;
        text-transform: capitalize;
        color: #9D9D9D;
    }

    .ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-icon-wrapper,
    .ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents {
        display: table-cell;
        vertical-align: middle;
    }

/*  ttm-fid-without-icon  */
.inside.ttm-fid-without-icon h4 span {
    font-size: 50px;
    line-height: 58px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    font-family: 'Rajdhani', sans-serif;
}

    .inside.ttm-fid-without-icon h4 span:first-child {
        font-weight: 700;
    }

    .inside.ttm-fid-without-icon h4 span:last-child {
        font-size: 40px;
        font-weight: 600;
        position: relative;
        top: -10px;
        left: 5px;
    }

.inside.ttm-fid-without-icon h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    padding-left: 95px;
}

.ttm-highlight-fid {
    position: relative;
    padding: 30px 25px 30px 35px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: left;
}


    /* style1  */
    .ttm-highlight-fid.style1 {
        position: relative;
        display: block;
        margin-bottom: 0px;
        padding: 22px 15px 0px;
        text-align: left;
    }

.inside.ttm-fid-without-icon.style1 h4 span {
    font-size: 48px;
    line-height: 58px;
    margin-right: 10px;
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

    .inside.ttm-fid-without-icon.style1 h4 span:last-child {
        top: 0;
    }

.inside.ttm-fid-without-icon.style1 h3 {
    display: inline-block;
    padding-left: 0;
}

/* style2  */
.top-15 {
    top: 15px !important;
}

.ttm-highlight-fid.style2 .ttm-fid-contents .ttm-fid-inner {
    display: inline;
    float: left;
}

.ttm-highlight-fid.style2 .ttm-fid-contents {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.ttm-highlight-fid.style2 {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding: 30px 15px 40px 30px;
    text-align: left;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.inside.ttm-fid-without-icon.style2 h4 span {
    line-height: 45px;
    margin-right: 0;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 50px;
    display: block;
    font-family: 'Rajdhani', sans-serif;
}

    .inside.ttm-fid-without-icon.style2 h4 span:last-child {
        top: -10px;
        left: 5px;
        font-size: 40px;
        font-weight: 600;
    }

.inside.ttm-fid-without-icon.style2 h3 {
    display: inline;
    padding-left: 0;
    position: relative;
    top: 0;
    left: 12px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

    .inside.ttm-fid-without-icon.style2 h3 span {
        position: relative;
        left: -70px;
        top: 7px;
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }

.inside.ttm-fid-without-icon.style2 .ttm_single_image-wrapper {
    top: 20px;
}

/* ttm-fid-view-circle-progress*/
.ttm-fid-view-circle-progress .ttm-circle-content {
    position: relative;
    text-align: left;
}

.ttm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.ttm-fid-view-circle-progress .ttm-fid-number,
.ttm-fid-view-circle-progress .ttm-fid-number sub,
.ttm-fid-view-circle-progress .ttm-fid-number sup {
    font-size: 34px;
    font-weight: 600;
    font-family: "Rajdhani",sans-serif;
}

.ttm-fid-view-circle-progress h3.ttm-fid-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
}

.ttm-fid-title-after-circle {
    padding-left: 20px;
}


/*  ttm-fid-view-circle-progress style2  */

.inside.ttm-fid-view-circle-progress.style2 {
    border: 1px solid #0000001F;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 0px;
    padding: 30px 32px 25px 32px;
    border-radius: 3px;
    background-color: #fff;
}

    .inside.ttm-fid-view-circle-progress.style2 .ttm-fid-title-after-circle,
    .inside.ttm-fid-view-circle-progress.style2 .ttm-circle-content,
    .inside.ttm-fid-view-circle-progress.style2 .ttm-fid-contents {
        display: table-cell;
        vertical-align: middle;
    }



/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

    .featured-icon-box .ttm-icon {
        margin-bottom: 0;
    }

.featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

    .featured-icon-box.icon-align-before-content .featured-icon i {
        display: inline-block;
        vertical-align: middle;
    }

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 4px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-content .featured-title h3 {
    margin-bottom: 13px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

.container-fluid, .container {
    counter-reset: featuredbox-number;
}

.featuredbox-number .ttm-num:before {
    counter-increment: featuredbox-number;
    content: counter(featuredbox-number, decimal-leading-zero) " ";
}



/*style1*/
.featured-icon-box.style1 {
    padding: 30px 0px 30px 35px;
    background-color: #F6F6F6;
    border-radius: 5px;
}

    .featured-icon-box.style1.icon-align-before-content .featured-title {
        padding-left: 25px;
    }

    .featured-icon-box.style1 .featured-title h2 {
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 0;
        font-weight: 700;
    }

    .featured-icon-box.style1 .featured-title h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .featured-icon-box.style1.icon-align-before-content .featured-icon {
        display: table-cell;
        vertical-align: top;
        padding-top: 5px;
    }


/* style2 */
.featured-icon-box.style2 {
    padding: 40px 27px 35px 27px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
}

    .featured-icon-box.style2 .featured-desc:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 14px solid;
        border-left: 14px solid transparent;
        right: 12px;
        bottom: 12px;
        transition: .7s all ease;
    }

    .featured-icon-box.style2:hover .featured-desc:after {
        border-bottom: 34px solid;
        border-left: 30px solid transparent;
        transition: .7s all ease;
    }

    .featured-icon-box.style2 .featured-icon .ttm-icon {
        position: relative;
        overflow: hidden;
    }

        .featured-icon-box.style2 .featured-icon .ttm-icon i {
            font-size: 33px;
            transition: all 600ms ease;
        }

    .featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md {
        margin-bottom: 10px;
    }

    .featured-icon-box.style2:hover .featured-icon .ttm-icon:before {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .featured-icon-box.style2:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .featured-icon-box.style2 .featured-icon .ttm-icon:before {
        content: "";
        width: 38px;
        height: 38px;
        position: absolute;
        right: -39px;
        bottom: -40px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/* style3 */
.featured-icon-box.icon-align-before-content.style3 {
    padding: 15px 0;
}

    .featured-icon-box.icon-align-before-content.style3

    .featured-icon-box.icon-align-before-content.style3:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .featured-icon-box.icon-align-before-content.style3 .featured-content {
        padding-left: 25px;
    }

    .featured-icon-box.icon-align-before-content.style3 .featured-icon .ttm-icon {
        height: 62px;
        width: 62px;
        line-height: 62px;
        text-align: center;
        font-size: 24px;
        border-radius: 3px;
        margin-top: 5px;
    }

.ttm-bgcolor-skincolor .featured-icon-box.icon-align-before-content.style3 .featured-icon .ttm-icon {
    background-color: rgba(255,255,255,.24);
}

.featured-icon-box.icon-align-before-content.style3 .featured-icon .ttm-icon i {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.ttm-bgcolor-skincolor .featured-icon-box.icon-align-before-content.style3 .featured-desc p {
    color: #FFFFFFE0;
}

.featured-icon-box.icon-align-before-content.style3 .featured-content h3 {
    margin-bottom: 5px;
}

/* style4 */
.featured-icon-box.style4 {
    z-index: 30;
}

.featured-icon-box.style4 {
    text-align: center;
    max-width: 405px;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    position: absolute;
    right: 0;
    top: -15px;
}

    .featured-icon-box.style4 .featured-content {
        padding: 25px 30px 23px;
        text-align: left;
    }

        .featured-icon-box.style4 .featured-content h3 {
            margin-bottom: 0;
        }

    .featured-icon-box.style4 .featured-icon .ttm-icon {
        width: 126px;
        height: 116px;
        line-height: 86px;
    }

        .featured-icon-box.style4 .featured-icon .ttm-icon i {
            font-size: 50px;
            font-weight: 500;
        }

/* style5 */
.featured-icon-box.style5 .featured-title h3 {
    line-height: 29px;
    margin-bottom: 0;
}

.featured-icon-box.style5 .featured-icon .ttm-icon i {
    font-size: 50px;
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

.featured-icon-box.style5 .featured-title span {
    font-size: 15px;
    line-height: 26px;
    color: inherit;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.featured-icon-box.style5 .featured-content:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 75px;
    top: -2px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.featured-icon-box.style5 .featured-content .ttm-btn i {
    font-size: 14px;
}

.featured-icon-box.style5 .featured-content {
    margin-top: 5px;
}

/* style6 */
.featured-icon-box.style6 {
    padding: 27px 15px 27px 23px;
    border-radius: 3px;
    border: 1px solid #0000001A;
    margin: 0;
}

    .featured-icon-box.style6 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .featured-icon-box.style6:after {
        display: block;
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        width: 0;
        height: 0;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #8cbc43;
        border-left: 12px solid transparent;
    }

/* style7*/
.ttm-bgcolor-darkgrey .featured-icon-box.style7 {
    background-color: #292929;
    padding: 35px 30px 30px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.ttm-bgcolor-white .featured-icon-box.style7 {
    padding: 35px 30px 30px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}

.featured-icon-box.style7 .featured-icon {
    padding-top: 30px;
}

    .featured-icon-box.style7 .featured-icon .ttm-icon i {
        font-size: 50px;
    }

.ttm-bgcolor-darkgrey .featured-icon-box.style7 .featured-desc {
    color: rgba(255,255,255,.7);
}

.featured-icon-box.style7 .featured-icon .ttm-btn {
    padding: 14px 35px 14px 32px;
}

.featured-icon-box.style7:hover {
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

/* style8*/
.featured-icon-box.style8 {
    padding: 35px 0px 35px 35px;
    background-color: rgba(255, 255, 255, 0.13);
    width: 470px;
    margin-bottom: 30px;
    margin-top: 0;
}

.banner_slider_2 .slide__content--headings .featured-icon-box.style8 .featured-title h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.featured-icon-box.style8 .featured-icon .ttm-icon {
    border-width: 3px;
    width: 60px;
    height: 60px;
}

.featured-icon-box.style8 .featured-content {
    padding-left: 25px;
}

    .featured-icon-box.style8 .featured-content span {
        color: rgb(232, 232, 232);
    }

/* style9 */

.featured-icon-box.style9 {
    padding: 35px 25px 15px 30px;
}

    .featured-icon-box.style9 h3 {
        line-height: 27px;
    }

    .featured-icon-box.style9 .bottom_icon {
        font-size: 12px;
        bottom: -30px;
        color: #fff;
        background-color: #111;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        line-height: 26px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .featured-icon-box.style9 .ttm-icon.ttm-icon_element-onlytxt i {
        font-size: 50px;
    }

    .featured-icon-box.style9:hover .featured-icon .ttm-icon {
        transform: rotateY(360deg);
        transition: 0.7s;
        transition: all 500ms ease;
    }

    .featured-icon-box.style9:hover .bottom_icon {
        transform: translateX(10px);
        transition: 0.3s;
        transition: all 500ms ease;
    }

/* style10 */
.featured-icon-box.style10 .featured-content h3 {
    margin-bottom: 0;
    margin-top: -10px;
}

.featured-icon-box.style10 .featured-icon .ttm-icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    border-radius: 3px;
}

    .featured-icon-box.style10 .featured-icon .ttm-icon i {
        font-size: 50px;
    }

.featured-icon-box.style10 .featured-content {
    padding-left: 25px;
}

/*style11*/
.featured-icon-box.style11 .featured-icon .ttm-icon {
    line-height: 110px;
    height: 110px;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    border: 0;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    margin-bottom: 0px;
    background-color: #292929;
    font-size: 45px;
    transition: .5s;
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
}

    .featured-icon-box.style11 .featured-icon .ttm-icon i {
        font-size: 45px;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        transition: all 600ms ease;
        display: block;
        transform: unset;
        text-align: center;
        position: unset;
        line-height: unset;
    }

.featured-icon-box.style11:hover .featured-icon .ttm-icon i {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}


.featured-icon-box.style11 .featured-icon .fea_num {
    display: block;
    position: absolute;
    top: 90px;
    right: 32%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-weight: 600;
    font-family: "Rajdhani",sans-serif;
    background-color: #8cbc43;
    border-radius: 50%;
    box-shadow: 0 0px 9px 0px rgb(0 0 0 / 12%);
    z-index: 1;
}

    .featured-icon-box.style11 .featured-icon .fea_num i {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
        transform: unset;
        position: unset;
        color: #fff;
        text-align: center;
        font-family: 'Rajdhani',sans-serif;
    }

.featured-icon-box.style11 .featured-content {
    padding: 40px 40px 0;
    text-align: center;
}

/*style12*/
.featured-icon-box.style12 {
    padding-top: 10px;
}

    .featured-icon-box.style12 .featured-icon .ttm-icon {
        position: relative;
        height: 85px;
        width: 85px;
        line-height: 90px;
        text-align: center;
        border-radius: 5px;
    }

        .featured-icon-box.style12 .featured-icon .ttm-icon i {
            font-size: 50px;
        }

    .featured-icon-box.style12 .featured-content {
        padding-left: 25px;
    }

        .featured-icon-box.style12 .featured-content h3 {
            font-size: 18px;
            margin-bottom: 0px;
        }

        .featured-icon-box.style12 .featured-content .featured-desc a {
            color: #8CBC43;
            font-family: "Rajdhani", Sans-serif;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 1.5px;
            font-weight: 700;
        }

/*style13*/

.featured-icon-box.icon-align-top-content.style13 {
    margin-bottom: 0;
}

.featured-icon-box.style13 .featured-icon .ttm-icon {
    line-height: 110px;
    height: 110px;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    border: 0;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 45px;
    transition: .5s;
    -webkit-box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgba(43,52,59,.05);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
}

.featured-icon-box.style13:hover .featured-icon .ttm-icon i {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.featured-icon-box.style13 .featured-icon .ttm-icon i {
    font-size: 45px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    display: block;
    transform: unset;
    text-align: center;
    position: unset;
    line-height: unset;
}



.featured-icon-box.style13 .featured-icon .fea_num {
    display: block;
    position: absolute;
    top: 90px;
    right: 32%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-weight: 600;
    font-family: "Rajdhani",sans-serif;
    background-color: #8cbc43;
    border-radius: 50%;
    box-shadow: 0 0px 9px 0px rgb(0 0 0 / 12%);
    z-index: 1;
}

    .featured-icon-box.style13 .featured-icon .fea_num i {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
        transform: unset;
        position: unset;
        color: #fff;
        text-align: center;
        font-family: 'Rajdhani',sans-serif;
    }

.featured-icon-box.style13 .featured-content {
    padding: 40px 40px 0;
    text-align: center;
}

.row > [class*='col-']:not(:last-child) .featured-icon-box.style13 .featured-content:before {
    display: block;
    content: '';
    position: absolute;
    right: -27%;
    top: 35px;
    height: 40px;
    width: 192px;
    background-image: url(../images/icon-bg-shape.png);
    background-repeat: no-repeat;
}

.featured-icon-box.style13 .featured-desc p {
    margin-bottom: 0;
}

/*style14*/
.featured-icon-box.style14 {
    margin: 20px 10px 20px;
}

.row > [class*='col-']:nth-child(1) > .featured-icon-box.style14:after,
.row > [class*='col-']:nth-child(2) > .featured-icon-box.style14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFFFFF29;
    left: -18px;
    right: auto;
    bottom: -23px;
}

.row > [class*='col-']:nth-child(1) > .featured-icon-box.style14:before,
.row > [class*='col-']:nth-child(3) > .featured-icon-box.style14:before {
    position: absolute;
    content: "";
    height: 120px;
    width: 1px;
    background-color: #FFFFFF29;
    right: -5px;
    left: auto;
    top: -10px;
}

.featured-icon-box.style14 .featured-icon {
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

    .featured-icon-box.style14 .featured-icon .ttm-icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

.featured-icon-box.style14 .featured-title h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.featured-icon-box.style14 .featured-desc p {
    padding-right: 20px;
}

/*style15*/
.featured-icon-box.style15 .featured-title h3 {
    font-weight: 600;
    margin-bottom: 0px;
}

.featured-icon-box.style15 .featured-icon i {
    font-size: 20px;
    font-weight: 600;
    font-family: "rajdhani",sans-serif;
}

.featured-icon-box.style15 .featured-desc {
    margin-bottom: 15px;
    padding-right: 10px;
}

.featured-icon-box.style15 .featured-content {
    padding-left: 25px;
}

/*style16*/
.featured-icon-box.style16 .featured-title h3 {
    margin-bottom: 10px;
}

.featured-icon-box.style16 .featured-icon i {
    font-size: 50px;
}

.featured-icon-box.style16 .featured-desc {
    margin-bottom: 15px;
    padding: 0 8px;
}


/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

    .featured-imagebox .featured-thumbnail img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }

    .featured-imagebox:hover .featured-thumbnail img {
        -moz-transform: scale(1.09);
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09);
    }

.featured-imagebox {
    margin: 15px 0;
}

    .featured-imagebox .featured-content .featured-title h3 {
        position: relative;
        overflow: hidden;
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 0;
        transition: all .3s;
        display: inline-block;
    }

.ttm-box-view-overlay, .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

    .ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before {
    opacity: .7;
}

.ttm-box-view-overlay, .ttm-box-view-content-inner {
    position: relative;
}

    .ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        opacity: 0;
        visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba( 35,39,51,0.80);
    }

div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before {
    opacity: 1;
    visibility: visible;
}

.featured-imagebox:hover .ttm-box-view-overlay:before,
.featured-imagebox:hover .ttm-box-view-content-inner:before {
    opacity: 0.80;
}

/* post */

.featured-imagebox-post {
    overflow: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

    .featured-imagebox-post .featured-content .post-meta span {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 12px;
    }

        .featured-imagebox-post .featured-content .post-meta span:last-child {
            margin-right: 0;
        }

        .featured-imagebox-post .featured-content .post-meta span:not(:last-child):after {
            content: '';
            position: absolute;
            display: inline-block;
            margin: -2px 10px 0;
            top: 0;
            height: 18px;
            width: 1px;
            border-radius: 50px;
            -webkit-transform: rotate(15deg);
            -moz-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            -o-transform: rotate(15deg);
            transform: rotate(15deg);
            opacity: .2;
            background-color: #06232d;
        }

        .featured-imagebox-post .featured-content .post-meta span i {
            padding-right: 8px;
            font-size: 14px;
            line-height: 0;
        }

            .featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
                font-size: 16px;
            }

    .featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
        color: #fff;
        display: inline-block;
        padding: 20px 8px;
        z-index: 2;
        font-size: 15px;
    }

.ttm-box-post-date .ttm-entry-date .entry-month,
.ttm-box-post-date .ttm-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 15px;
}

.post-bottom.ttm-post-link {
    display: flex;
}

.ttm-post-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 55.25%;
    padding-top: 25px;
    height: 0;
}

    .ttm-post-format-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }



/* post*/

/*  style1  */
.featured-imagebox-post.style1 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

    .featured-imagebox-post.style1 .featured-content {
        padding: 15px 30px 7px;
        text-align: left;
        position: relative;
        overflow: hidden;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff;
    }

        .featured-imagebox-post.style1 .post-category,
        .featured-imagebox-post.style1 .featured-content .post-meta span {
            margin-bottom: 0;
        }

    .featured-imagebox-post.style1:hover .featured-thumbnail img {
        transform: scale(1);
    }

    .featured-imagebox-post.style1 .ttm-box-view-overlay .ttm-media-link a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(0,0);
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        z-index: 1;
        transition: all 500ms ease;
    }

        .featured-imagebox-post.style1 .ttm-box-view-overlay .ttm-media-link a i {
            top: 54%;
        }

    .featured-imagebox-post.style1:hover .ttm-box-view-overlay .ttm-media-link a {
        transform: translate(-50%,-50%) scale(1,1);
    }

    .featured-imagebox-post.style1 .featured-thumbnail img {
        overflow: hidden;
    }

    .featured-imagebox-post.style1 .featured-content:before {
        content: " ";
        position: absolute;
        height: 3px;
        width: 0;
        transition: all 0.7s ease-in-out;
        background-color: #8cbc43;
        left: 0;
        bottom: 0;
    }

    .featured-imagebox-post.style1:hover .featured-content:before {
        width: 100%;
    }

    .featured-imagebox-post.style1 .featured-thumbnail {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }

/* services*/

/*  style1  */
.featured-imagebox-sevices.style1 {
    position: relative;
    margin: 0;
}

    .featured-imagebox-sevices.style1 .featured-content {
        padding: 84px 30px 40px 30px;
        margin: -50px 5px 25px 5px;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
        z-index: 0;
    }

    .featured-imagebox-sevices.style1:hover .featured-thumbnail img {
        transform: scale(1);
    }

    .featured-imagebox-sevices.style1 .featured-thumbnail {
        position: relative;
        margin: 0 20px;
        z-index: 3;
    }

    .featured-imagebox-sevices.style1 .featured-content:before {
        position: absolute;
        bottom: -30px;
        right: 25px;
        z-index: 2;
    }

    .featured-imagebox-sevices.style1 .ttm-media-link {
        position: absolute;
        bottom: 0;
        left: -60px;
        opacity: 0;
        visibility: hidden;
        transition: all 500ms ease;
    }

    .featured-imagebox-sevices.style1:hover .ttm-media-link {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .featured-imagebox-sevices.style1 .ttm-media-link a {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

        .featured-imagebox-sevices.style1 .ttm-media-link a i {
            font-size: 28px;
        }

    .featured-imagebox-sevices.style1 .ttm-details-link {
        position: absolute;
        bottom: -48px;
        right: 25px;
        z-index: 2;
    }

        .featured-imagebox-sevices.style1 .ttm-details-link a.ttm-icon {
            position: relative;
            display: inline-block;
            width: 44px;
            height: 44px;
            line-height: 44px;
            font-size: 21px;
            color: #fff;
            border-radius: 3px;
            text-align: center;
            transform: scale(0,0);
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
        }

        .featured-imagebox-sevices.style1 .ttm-details-link i {
            font-size: 15px;
        }

    .featured-imagebox-sevices.style1:hover .ttm-details-link a.ttm-icon {
        transform: scale(1,1);
    }

    .featured-imagebox-sevices.style1 .ttm-media-link a {
        margin-bottom: 0
    }

    .featured-imagebox-sevices.style1:hover .ttm-media-link a {
        opacity: 1;
    }

/*portfolio*/

/* style1 */
.featured-imagebox.featured-imagebox-portfolio.style1 {
    overflow: hidden;
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.featured-imagebox-portfolio.style1 .featured-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 22px 0 22px 27px;
    text-align: left;
}

    .featured-imagebox-portfolio.style1 .featured-content h3 {
        margin-bottom: 0;
        padding-right: 50px;
    }

.featured-imagebox-portfolio.style1 .featured-iconbox {
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 35px;
    left: auto;
    text-align: center;
}

    .featured-imagebox-portfolio.style1 .featured-iconbox a {
        background-color: transparent;
        border-radius: 3px;
        display: block;
        border: 1px solid #e5e5e5;
    }

    .featured-imagebox-portfolio.style1 .featured-iconbox i {
        font-size: 18px;
        top: 22px;
    }

.featured-imagebox.featured-imagebox-portfolio.style1 .ttm-icon {
    text-align: center;
    position: relative;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
}

/* team*/

/* style1 */
.featured-imagebox-team.style1 {
    border: 1px solid rgba(0,0,0,.11);
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

    .featured-imagebox-team.style1 .featured-content {
        text-align: center;
        position: relative;
        padding: 22px 15px 25px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        background-color: #fff;
    }

    .featured-imagebox-team.style1:hover .featured-content {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .featured-imagebox-team.style1 .featured-content .featured-title h3 {
        margin-bottom: 5px;
        line-height: 24px;
    }

    .featured-imagebox-team.style1 .ttm-box-view-overlay:before {
        background-color: transparent;
    }

    .featured-imagebox-team.style1 .media-block a.media-btn {
        border: none;
        display: block;
        text-align: center;
        height: 37px;
        width: 37px;
        line-height: 37px;
        background: #fff;
        border-radius: 3px;
        -webkit-transition: all 0.4s ease-out 0s;
        font-size: 13px;
        z-index: 2;
    }

        .featured-imagebox-team.style1 .media-block a.media-btn i.ti-plus {
            font-weight: 800;
        }

    .featured-imagebox-team.style1 .media-block a.media-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
    }

    .featured-imagebox-team.style1:hover .media-block a.media-btn {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .featured-imagebox-team.style1 .media-block .social-icons {
        position: absolute;
        top: 60px;
        right: 20px;
    }

        .featured-imagebox-team.style1 .media-block .social-icons li:first-child {
            margin-top: 15px;
        }

        .featured-imagebox-team.style1 .media-block .social-icons li {
            display: block;
            vertical-align: middle;
            position: relative;
            opacity: 0;
            margin-bottom: 9px;
            -webkit-transition: all .5s ease 0s;
            -moz-transition: all .5s ease 0s;
            -ms-transition: all .5s ease 0s;
            -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    .featured-imagebox-team.style1:hover .media-block .social-icons li {
        opacity: 1;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .featured-imagebox-team.style1 .media-block .social-icons li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 3px;
        font-size: 14px;
        border-radius: 3px;
        z-index: 11;
        border: 1px solid transparent;
        text-align: center;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    }

    .featured-imagebox-team.style1 .ttm-btn {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .featured-imagebox-team.style1:hover .ttm-btn {
        opacity: 1;
    }
/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar {
    position: relative;
}

    .ttm-progress-bar:not(:last-child) {
        margin-bottom: 30px;
    }

    .ttm-progress-bar .progressbar-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        font-weight: 500;
        padding-right: 50px;
        text-transform: capitalize;
    }

    .ttm-progress-bar .progress-bar-percent {
        position: absolute;
        right: 0;
        z-index: 3;
        text-shadow: none;
        font-size: 13px;
        line-height: 15px;
        border-radius: 0;
        top: 0px;
        padding: 4px 7px;
    }

    .ttm-progress-bar .progress-bar {
        display: block;
        height: 7px;
        position: relative;
        background-color: rgba(192, 192, 192, 0.34);
        border-radius: 2px;
    }

    .ttm-progress-bar .progress-bar-inner {
        box-shadow: none;
        height: 7px;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        border-radius: 4px;
    }

.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}

.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-inner, .ttm-bgcolor-grey .ttm-progress-bar .progress-bar-inner {
    background-color: #fff;
}

.ttm-bgcolor-white .ttm-progress-bar .progress-bar-inner {
    background-color: #202426;
}

/*style1*/
.ttm-progress-bar.style1 .progressbar-title {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.ttm-progress-bar.style1 .progress-bar-percent {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

/*style2*/
.ttm-progress-bar.style2 .progressbar-title {
    font-family: "Rajdhani", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #1b1b1b;
    margin-bottom: 7px;
}

.ttm-progress-bar.style2 .progress-bar-percent {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.ttm-progress-bar.style2:not(:last-child) {
    margin-bottom: 20px;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}

    .testimonials .testimonial-caption h4 {
        font-size: 22px;
        line-height: 25px;
        display: block;
        font-weight: 600;
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.testimonial-caption label {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

.star-ratings ul {
    padding: 0;
    margin: 0;
}

.star-ratings li {
    font-size: 13px;
    min-width: 13px;
    display: inline-block;
    color: #e0e8f0;
}

.star-ratings ul li.active, .star-ratings ul li.active i {
    color: #f1d121;
}

/*style1*/
.testimonials.style1 {
    padding-left: 83px;
}

    .testimonials.style1 .testimonial-content blockquote {
        border-left: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: white;
    }

        .testimonials.style1 .testimonial-content blockquote:before {
            content: '';
            background-color: #fff;
            -webkit-mask-box-image: url(../images/quote1.svg);
            mask: url(../images/quote1.svg);
            position: absolute;
            top: 10px;
            left: -68px;
            width: 49px;
            height: 35px;
            text-align: center;
            display: block;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            background-repeat: no-repeat;
        }






    .testimonials.style1 .testimonial-avatar:before {
        content: "";
        background-color: red;
        position: absolute;
        top: 10px;
        left: -83px;
        width: 30px;
        height: 30px;
        z-index: -1;
        border-radius: 3px;
    }

.ttm-bgcolor-skincolor .testimonials.style1 .testimonial-avatar:before,
.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-next,
.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-prev {
    background-color: rgba(255,255,255,.17);
}

.testimonials.style1 .testimonial-avatar .testimonial-img {
    width: 78px;
    height: 78px;
}

    .testimonials.style1 .testimonial-avatar .testimonial-img img {
        height: auto;
        width: 100%;
        border-radius: 5px;
        position: relative;
    }

.testimonials.style1 .testimonial-content {
    position: relative;
    padding: 15px 0px 50px 0;
}

.testimonials.style1 .ttm-author-box {
    display: block;
    width: 100%;
    padding-top: 25px;
}

    .testimonials.style1 .ttm-author-box .testimonial-avatar,
    .testimonials.style1 .ttm-author-box .testimonial-caption {
        display: inline-block;
        text-align: left;
        float: left;
    }

    .testimonials.style1 .ttm-author-box .testimonial-caption {
        padding-top: 18px;
        margin-left: 22px;
        padding-right: 150px;
        position: absolute;
    }



/*style2*/
.testimonials.style2 {
    position: relative;
}

    .testimonials.style2 .testimonial-avatar {
        text-align: center;
        padding-bottom: 0;
        width: 100%;
    }

        .testimonials.style2 .testimonial-avatar .testimonial-img {
            width: 50px;
            height: 50px;
        }

        .testimonials.style2 .testimonial-avatar .testimonial-img,
        .testimonials.style2 .testimonial-avatar .testimonial-caption {
            display: table-cell;
            vertical-align: middle;
        }

            .testimonials.style2 .testimonial-avatar .testimonial-img img {
                height: auto;
                width: 100%;
                border-radius: 3px;
                position: relative;
            }

    .testimonials.style2 .testimonial-content {
        text-align: left;
        position: relative;
        margin: 0;
        padding: 72px 25px 22px 30px;
        margin-bottom: 20px;
        background-color: #f6f6f6;
        margin-top: 25px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: 0.5s;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .testimonials.style2 .testimonial-caption {
        padding-left: 20px;
        position: relative;
        z-index: 1;
    }

        .testimonials.style2 .testimonial-caption h5 {
            margin-bottom: 0;
            font-weight: 700;
            margin-top: 10px;
        }

    .testimonials.style2 .testimonial-avatar {
        text-align: left;
        padding-bottom: 0;
    }

    .testimonials.style2 .testimonial-content blockquote {
        border: none;
        font-size: 15px;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }

    .testimonials.style2 .testimonial-content:before {
        content: '';
        -webkit-mask-box-image: url(../images/quote1.svg);
        mask: url(../images/quote1.svg);
        position: absolute;
        top: 10%;
        bottom: 0;
        left: 25px;
        width: 49px;
        height: 36px;
        text-align: center;
        display: block;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background-repeat: no-repeat;
    }


    .testimonials.style2.down-arrow:before {
        top: 68%;
        border: solid blue;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #f6f6f6;
        border-width: 16px;
        left: 25px;
        transition: all 0.3s ease-in-out;
    }

    .testimonials.style2.up-arrow:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 67%;
        left: 19px;
        width: 0;
        height: 0;
        border-bottom: 18px solid #f6f6f6;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }


    .testimonials.style2:hover::before, .testimonials.style2:hover::after,
    .testimonials.style2:hover .testimonial-content {
        transition: all 0.3s ease-in-out;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }



/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    position: relative;
    text-align: center;
}

    .client-box .ttm-client-logo-tooltip {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .client-box .ttm-client-logo-tooltip, .client-box .ttm-client-logo-inner
    .client-box .ttm-client-logo-tooltip-inner {
        position: relative;
        overflow: hidden;
    }

        .client-box .ttm-client-logo-tooltip img {
            text-align: center;
            display: block;
            margin: 0 auto;
        }

    .client-box:hover .ttm-client-logo-tooltip img {
        opacity: 1;
    }

    .client-box .ttm-client-logo-tooltip .client-thumbnail_hover {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        z-index: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
        bottom: 0;
    }


    .client-box .client-thumbnail img {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .client-box .ttm-client-logo {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .client-box .ttm-client-logo {
        padding: 0 5px;
    }

    /*style1*/

    .client-box.style1 .client-thumbnail img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        opacity: .6;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        transition: .6s;
    }

        .client-box.style1 .client-thumbnail img:hover {
            opacity: 1;
            filter: none;
        }

    /*style2*/
    .client-box.style2 {
        overflow: hidden;
    }

        .client-box.style2 .ttm-client-logo {
            padding: 0 15px;
            overflow: hidden;
            margin-bottom: 0;
        }

        .client-box.style2 .ttm-client-logo-inner {
            position: relative;
            padding: 0;
        }

        .client-box.style2 .client-thumbnail_hover {
            text-align: center;
            display: block;
            margin: 0 auto;
        }

        .client-box.style2 .client-thumbnail {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            opacity: .6;
            transition: transform .4s ease;
            transition: -webkit-transform .4s ease;
            -webkit-transition: -webkit-transform .4s ease;
            transition: -webkit-transform .4s ease;
            -o-transition: transform .4s ease;
            transition: transform .4s ease;
            transition: transform .4s ease,-webkit-transform .4s ease;
        }

        .client-box.style2:hover .client-thumbnail {
            transform: translateY(100%);
        }

        .client-box.style2 .client-thumbnail_hover {
            transform: translateY(-100%);
            position: absolute;
            z-index: 1;
            top: 0;
            -webkit-transition: -webkit-transform .4s ease;
            transition: -webkit-transform .4s ease;
            -o-transition: transform .4s ease;
            transition: transform .4s ease;
            transition: transform .4s ease,-webkit-transform .4s ease;
        }

        .client-box.style2:hover .client-thumbnail_hover {
            visibility: visible;
            transform: translateY(0%);
        }

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion {
    margin-top: 15px;
    padding: 0 20px;
}

.accordion .toggle:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.accordion .toggle-title a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    font-family: "Rajdhani", sans-serif;
}

    .accordion .toggle-title a i {
        margin-right: 15px;
    }

.accordion .toggle-content {
    margin-top: 15px;
}

    .accordion .toggle-content.show {
        display: block !important;
    }

    .accordion .toggle-content p:last-child {
        margin-bottom: 0;
    }

.accordion .toggle.ttm-style-classic .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f067";
}

.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
    font-family: "FontAwesome";
}


/* ttm-style-classic */
.accordion .toggle.ttm-style-classic {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
    position: relative;
}

    .accordion .toggle.ttm-style-classic:last-child {
        / margin-bottom: 0;
        /
    }

    .accordion .toggle.ttm-style-classic .toggle-content {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,.11) !important;
        display: none;
        margin-top: 0;
    }

    .accordion .toggle.ttm-style-classic .toggle-title a {
        text-transform: capitalize;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        display: block;
        padding: 20px 20px 21px 80px;
        border-bottom: 1px solid rgba(0,0,0,.11);
        background-color: #fff;
        position: relative;
        -webkit-transition: color 0s ease-in-out;
        -o-transition: color 0s ease-in-out;
        transition: color 0s ease-in-out;
    }

        .accordion .toggle.ttm-style-classic .toggle-title a:after {
            font-size: 14px;
            line-height: 62px;
            width: 62px;
            height: 101%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #202426;
            left: 0;
            border-right: 1px solid rgb(255,255,255,.3);
            top: 0;
        }

    .accordion .toggle.ttm-style-classic.active .toggle-content {
        display: block;
    }

    .accordion .toggle.ttm-style-classic.active .toggle-title a:after {
        content: "\f068";
        font-family: "FontAwesome";
    }

.accordion .toggle.ttm-toggle_style_border .toggle-title {
    border: 1px solid #f1f1f1;
}

    .accordion .toggle.ttm-toggle_style_border .toggle-title a {
        padding: 12px 20px;
    }

.accordion .toggle.ttm-toggle_style_border .toggle-content {
    padding: 14px 20px;
    border: 1px solid #f0f0f0;
}

.accordion .toggle.ttm-control-left-true .toggle-title a {
    padding-right: 20px;
    padding-left: 48px;
}

    .accordion .toggle.ttm-control-left-true .toggle-title a:after {
        left: 20px;
    }

.accordion .alignleft {
    margin: .375em 1.75em 0 0;
}

.accordion .toggle.ttm-style-classic .toggle-content p {
    color: #9D9D9D;
}

.accordion .toggle.ttm-style-classic:last-child .toggle-title a {
    border-bottom: 0
}



/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

    .wrap-form span.text-input > i {
        position: absolute;
        left: 10px;
        top: 21px;
        opacity: .9;
        font-size: 14px;
        z-index: 1;
    }

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: #f1f1f1;
    border-radius: 0;
    padding: 12px 15px;
}

.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
}

.wrap-form.contact_form button[type="submit"] {
    font-size: 13px;
    padding: 14px 28px;
    border-radius: 3px;
}

.ttm-bgcolor-grey .wrap-form.contact_form span.text-input input,
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}

    .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
    .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
    .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
        color: #fff;
    }

.wrap-form.request_qoute_form span.text-input {
    margin: 5px 0 25px;
}

.wrap-form.request_qoute_form label {
    width: auto;
}


/* ===============================================
    18.Tab
------------------------*/
.ttm-tabs ul.tabs {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .ttm-tabs ul.tabs li {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

        .ttm-tabs ul.tabs li:last-child {
            margin-bottom: 0;
        }

.ttm-tabs .content-tab .content-inner {
    display: none;
}

    .ttm-tabs .content-tab .content-inner.active {
        display: block;
    }

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

    .ttm-tabs.ttm-tab-style-vertical .content-tab {
        padding: 0;
        margin: 0;
        padding-left: 30px;
    }

    .ttm-tabs.ttm-tab-style-vertical ul.tabs li {
        margin-top: 1px;
        width: 100%;
        display: block;
    }

        .ttm-tabs.ttm-tab-style-vertical ul.tabs li a {
            color: #fff;
            display: block;
            padding: 14px 20px;
            font-size: 17px;
            line-height: 25px;
            margin: 0;
            border-radius: 0;
        }

/*Style1*/

.ttm-tabs.ttm-tab-style-01 ul.tabs {
    display: flex;
    overflow: hidden;
    padding-bottom: 25px;
}

    .ttm-tabs.ttm-tab-style-01 ul.tabs li {
        text-align: center;
        display: block;
        margin-bottom: 0;
        margin-right: 15px;
    }

        .ttm-tabs.ttm-tab-style-01 ul.tabs li a {
            padding: 12px 25px;
            font-size: 22px;
            line-height: 1;
            display: block;
            font-weight: 700;
            font-family: "Rajdhani", sans-serif;
        }

        .ttm-tabs.ttm-tab-style-01 ul.tabs li:hover a {
            color: #202426;
        }

        .ttm-tabs.ttm-tab-style-01 ul.tabs li:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            border-bottom: 3px solid;
        }

.ttm-bgcolor-darkgrey .ttm-tabs.ttm-tab-style-01 ul.tabs, .ttm-bgcolor-skincolor .ttm-tabs.ttm-tab-style-01 ul.tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}


/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-30px, .ttm-boxes-spacing-30px {
    margin: 0 -20px;
}

    .ttm-boxes-spacing-30px .ttm-box-col-wrapper {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

.row.ttm-boxes-spacing-20px, .ttm-boxes-spacing-20px {
    margin: 0 -15px;
}

    .ttm-boxes-spacing-20px .ttm-box-col-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

.row.ttm-boxes-spacing-15px, .ttm-boxes-spacing-15px {
    margin: 0 -10px;
}

    .ttm-boxes-spacing-15px .ttm-box-col-wrapper {
        padding-right: 7.5px;
        padding-left: 7.5px;
        padding-bottom: 15px;
    }

.row.ttm-boxes-spacing-10px, .ttm-boxes-spacing-10px {
    margin: 0 -5px;
}

    .ttm-boxes-spacing-10px .ttm-box-col-wrapper {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

.row.ttm-boxes-spacing-5px, .ttm-boxes-spacing-5px {
    margin: 0;
}

    .ttm-boxes-spacing-5px .ttm-box-col-wrapper {
        padding-right: 2.5px;
        padding-left: 2.5px;
        padding-bottom: 5px;
    }

.row.ttm-boxes-spacing-0px, .ttm-boxes-spacing-0px {
    margin: 0;
}

    .ttm-boxes-spacing-0px .ttm-box-col-wrapper {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
        outline: 0;
    }


/* ===============================================
    20.Pricing-Plan
------------------------*/

.pricing-plan {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
}

    .pricing-plan.pricing-recommended-plan {
        z-index: 999;
        position: relative;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        margin-top: -27px;
    }

.pricing-head {
    border: 0;
    padding-bottom: 28px;
    padding-top: 0;
}

.pricing-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 30px 10px 10px 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    position: relative;
}

.price-value {
    font-size: 48px;
    font-weight: 600;
    text-shadow: none;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.pricing-plan .pricing-head .price-value span {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 5px;
}

.pricing-plan .pricing-head .price-value sub {
    font-size: 20px;
    padding-right: 2px;
    bottom: 0;
}

.pricing-plan .price-content ul li {
    list-style: none;
}

.pricing-list {
    padding: 0 30px;
}

ul.features-list {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    ul.features-list li {
        padding: 18px 20px 18px 20px;
        border-bottom: 1px solid #e9e9e9;
        font-size: 18px;
        color: #9D9D9D;
        padding-left: 90px;
        padding-right: 40px;
        text-align: left;
        position: relative;
    }

        ul.features-list li:last-child {
            border-bottom: none;
        }

        ul.features-list li:before {
            font-family: "FontAwesome";
            content: '\f058';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            display: inline-block;
            position: absolute;
            margin-left: -20px;
        }

.pricing-footer .price_btn {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 16px 20px;
    margin-bottom: -75px !important;
}

    .pricing-footer .price_btn a.ttm-btn.ttm-btn-fill.ttm-btn-border-white {
        border: 1px solid #fff;
    }

.price_btn a {
    padding: 12px 40px;
    background-color: #fff;
    text-transform: uppercase;
}

.pricing-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.5s ease;
}

    .pricing-footer a {
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-transform: none;
        font-size: 18px !important;
        line-height: 18px;
        transition: all 0.5s ease;
        font-weight: 600;
        font-family: "rajdhani",sans-serif;
    }

        .pricing-footer a i {
            position: relative;
        }

/*style1*/
.pricing-plan.style1 {
    border: 1px solid #e2e7e5;
    box-shadow: unset;
    transition: 0.5s;
    margin: 0 15px;
    border-radius: 5px;
}

    .pricing-plan.style1:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .pricing-plan.style1 .pricing-title {
        border-bottom: 1px solid #e2e7e5;
        text-align: center;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        padding: 30px 10px 27px 10px;
        position: relative;
    }

        .pricing-plan.style1 .pricing-title h3 {
            font-size: 28px;
            font-weight: 600;
            line-height: 30px;
            margin-bottom: 0;
        }

    .pricing-plan.style1 .pricing-head {
        background-color: unset;
        padding-top: 35px;
        padding-bottom: 20px;
    }

        .pricing-plan.style1 .pricing-head .price-value {
            color: #1b1b1b;
            font-size: 52px;
            line-height: 60px;
            font-weight: 700;
            font-family: "rajdhani",sans-serif;
        }

            .pricing-plan.style1 .pricing-head .price-value span {
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                font-weight: normal;
                color: #9D9D9D;
            }

    .pricing-plan.style1 .price-content ul.features-list {
        border-bottom: 1px solid #e9e9e9;
    }

        .pricing-plan.style1 .price-content ul.features-list li:last-child {
            border-bottom: 0px solid #e9e9e9;
        }

        .pricing-plan.style1 .price-content ul.features-list li {
            padding: 14px 0px 11px 0px;
            border-bottom: 1px solid #e9e9e9;
            font-weight: 400;
            font-size: 15px;
            line-height: 27px;
            text-align: center;
            margin: 0 30px;
            padding-left: 20px;
            display: block;
            position: relative;
        }

    .pricing-plan.style1.active {
        padding-bottom: 17px;
        margin-top: -20px;
    }

        .pricing-plan.style1.active .pricing-title {
            padding-bottom: 35px;
            padding-top: 40px;
            background-color: #8cbc43;
            color: #202426;
        }


/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 40px;
}

    .sidebar .widget-area .widget .widget-title:after {
        display: block;
        height: 3px;
        content: '';
        position: absolute;
        width: auto;
        left: 0;
        right: 0;
        bottom: -10px;
    }

    .sidebar .widget-area .widget.with-title {
        padding: 26px 30px 15px 30px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
        -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
        box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    }

    .sidebar .widget-area .widget.tagcloud-widget.with-title {
        padding-bottom: 26px;
    }


    .sidebar .widget-area .widget:last-child {
        margin-bottom: 0px;
    }

.sidebar .widget a {
    font-weight: 400;
    font-size: 15px;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget > ul {
    background-color: #fff;
}

.sidebar .widget ul > li {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
}

    .sidebar .widget ul > li:first-child {
        border-top: none;
        padding-top: 0;
    }

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb;
}

.sidebar .widget-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}

.sidebar.ttm-sidebar-left .widget {
    position: relative;
    overflow: hidden;
    padding: 26px 30px 26px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}

/*widget-search*/
.sidebar .widget.widget-search,
.sidebar .widget-area.ttm-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

    .sidebar .widget.widget-search .search-form {
        border: 0;
        position: relative;
    }

        .sidebar .widget.widget-search .search-form label {
            display: block;
            margin: 0;
        }

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
    outline: 0;
    border: 0;
    opacity: .4;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #f0f0f0;
    padding: 17px 15px;
    background-color: #fff;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

.sidebar .widget.widget-nav-menu ul li a {
    display: block;
    padding: 13px 20px 13px 20px;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #e8ecef;
    font-family: "rajdhani",sans-serif;
}

.sidebar .widget.widget-nav-menu ul li:last-child a {
    border-bottom: 0;
}

/* contact-widget */
ul.contact-widget-wrapper li {
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

    ul.contact-widget-wrapper li:last-child {
        padding-bottom: 0 !important;
    }

    ul.contact-widget-wrapper li i {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 18px;
    }

ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    font-size: 15px;
    padding-bottom: 17px;
    line-height: 23px;
}


/* widget-banner */
.widget-banner .ttm-bgcolor-darkgrey > .ttm-bg-layer, .widget-banner .ttm-col-wrapper-bg-layer-inner {
    content: '';
    position: absolute;
    background-color: #1b1b1b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .80;
    z-index: -1;
}

.widget-banner .widget-banner-inner {
}

    .widget-banner .widget-banner-inner h3 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
    }

    .widget-banner .widget-banner-inner p {
        color: rgba(255,255,255,.8);
        margin-bottom: 25px;
    }

    .widget-banner .widget-banner-inner ul li {
        font-size: 24px;
        margin-top: 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .widget-banner .widget-banner-inner ul li i {
            margin-right: 12px;
            display: inline-block;
            vertical-align: middle;
            font-size: 22px;
        }

.sidebar.ttm-sidebar-left .widget.widget-banner {
    padding: 0 !important;
}

.widget-banner {
    border-radius: 5px;
    overflow: hidden;
}


/* widget-download */
.widget.widget-download .download li {
    margin-bottom: 10px;
    padding: 14px 15px !important;
    border: 0;
}

    .widget.widget-download .download li:last-child {
        margin-bottom: 20px;
    }

    .widget.widget-download .download li a {
        font-size: 17px;
        font-family: "Rajdhani",sans-serif;
        font-weight: 600;
    }

    .widget.widget-download .download li i {
        padding-right: 10px;
        font-size: 20px;
        position: relative;
        font-weight: 600;
        top: 2px;
    }
/* widget-categories */
.widget-Categories ul li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.widget-Categories ul li {
    padding: 15px 15px 15px 0;
    border-top: 1px solid #eee;
    position: relative;
}

.widget-Categories li span {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 35px;
    height: 25px;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 4px 4px;
    border-radius: 3px;
}

.widget-Categories li:first-child span {
    top: 4px;
}

.widget-Categories ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    height: 5px;
    width: 5px;
    background-color: #8cbc43;
}
/* widget-nav-menu */
.sidebar .widget-area .widget.widget.widget-nav-menu:after {
    content: unset;
}

.widget.widget-nav-menu ul li {
    padding: 15px;
    border-top: 1px solid #eee;
    position: relative;
}

    .widget.widget-nav-menu ul li a {
        display: block;
        padding: 17px 20px 17px 20px;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid #eee;
    }

        .widget.widget-nav-menu ul li a:before {
            content: "";
            width: 5px;
            left: 0;
            bottom: 50%;
            background: #eaeaea;
            height: 5px;
            position: absolute;
            transition: all .3s cubic-bezier(.645,.045,.355,1);
            z-index: 1;
        }

    .widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before {
        height: 100%;
        bottom: 0;
    }

    .widget.widget-nav-menu ul li a:after {
        content: '\f105';
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: 700;
        position: absolute;
        top: 15px;
        right: 5px;
        background-color: transparent;
    }

.sidebar .widget.widget-nav-menu ul li {
    padding: 0;
    border-top: 0;
    position: relative;
    border-top: 0;
    padding: 0;
    list-style: none;
}


/** ttm-recent-post-list **/
.widget-recent-post ul.ttm-recent-post-list > li {
    padding: 16px 0px 16px 10px;
}

    .widget-recent-post ul.ttm-recent-post-list > li > a,
    .widget-recent-post ul.ttm-recent-post-list > li > .post-detail {
        display: table-cell;
        vertical-align: middle;
    }

    .widget-recent-post ul.ttm-recent-post-list > li > a {
        padding-right: 10px;
        width: 95px;
    }

    .widget-recent-post ul.ttm-recent-post-list > li .post-detail a {
        line-height: 23px;
        font-size: 15px;
        display: block;
        padding-bottom: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .widget-recent-post ul.ttm-recent-post-list > li img {
        display: block;
        width: 75px;
        border-radius: 0;
    }

    .widget-recent-post ul.ttm-recent-post-list > li .post-date {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

.widget-recent-post ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}


/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px !important;
    background-color: #fff;
    font-weight: 500;
}

    .widget .tagcloud a:nth-last-child(-n+2) {
        margin-bottom: 5px;
    }


/* pagination */
.pagination-block {
    display: block;
    margin-top: 50px;
    text-align: center;
}

    .pagination-block .page-numbers {
        width: 43px;
        height: 43px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        color: #202426;
        font-size: 15px;
        font-weight: 600;
        border-radius: 3px;
        margin: 0 3px 10px;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 5px 0 rgb(43 52 59 / 10%);
    }

        .pagination-block .page-numbers i {
            font-size: 15px;
        }
