.tm-padding-section,
.tm-padding-section-top {
    padding-top: 100px
}

.tm-padding-section,
.tm-padding-section-bottom {
    padding-bottom: 100px
}

.main-content .tm-padding-section,
.main-content .tm-padding-section-top {
    padding-top: 70px
}

.main-content .tm-padding-section,
.main-content .tm-padding-section-bottom {
    padding-bottom: 70px
}

.tm-navigation ul li a,
body {
    font-family: 'Roboto', sans-serif
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow: hidden;
    overflow-y: auto
}

body {
    overflow: hidden !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #19181f;
    font-weight: 400
}

.custom-tabs .tabs_header ul li a.active,
.footer-copyright a:hover,
.footer-widgets .single-widget a:hover,
.footer-widgets .widget-recentpost-content h6 a:hover,
.tm-navigation ul li:hover>a,
.widget-contact a:hover,
.widget-info-social li a:hover,
a {
    color: #da2031
}

a {
    -webkit-transition: .3s ease-in-out 0;
    -o-transition: .3s ease-in-out 0;
    transition: .3s ease-in-out 0
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #da2031
}

button:focus {
    outline: 0
}

.tm-padding-section-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.tm-padding-section-sm-top {
    padding-top: 60px
}

.tm-padding-section-sm-bottom {
    padding-bottom: 60px
}

.tm-button,
a.tm-button,
button.tm-button {
    letter-spacing: 1px;
    background: #da2031;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    border: 1px solid #da2031;
    z-index: 1;
    vertical-align: middle
}

.tm-button b,
a.tm-button b,
button.tm-button b {
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    display: block;
    background: rgb(0 0 0 / .1);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out
}

.tm-navigation ul li,
.tm-navigation ul li a,
.widget-info-logo,
.widget-info-social li {
    display: inline-block
}

.tm-button:hover b,
a.tm-button:hover b,
button.tm-button:hover b {
    width: 500px;
    height: 500px
}

.tm-button.tm-button-dark,
a.tm-button.tm-button-dark,
button.tm-button.tm-button-dark {
    background: #333;
    border-color: #333
}

.tm-button.tm-button-dark b,
a.tm-button.tm-button-dark b,
button.tm-button.tm-button-dark b {
    background: rgb(255 255 255 / .1)
}

.tm-button.tm-button-white,
a.tm-button.tm-button-white,
button.tm-button.tm-button-white {
    background: #fff;
    border-color: #fff;
    color: #444
}

.tm-button.tm-button-white b,
a.tm-button.tm-button-white b,
button.tm-button.tm-button-white b {
    background: rgb(28 185 200 / .1)
}

.tm-button.tm-button-sm,
a.tm-button.tm-button-sm,
button.tm-button.tm-button-sm {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    padding: 0 25px
}

.tm-section-title {
    margin-bottom: 60px;
    margin-top: -4px
}

.tm-section-title h2,
.tm-section-title h3 {
    font-weight: 700;
    font-size: 40px
}

.tm-section-title h2::after,
.tm-section-title h2::before,
.tm-section-title h3::after,
.tm-section-title h3::before {
    color: #da2031;
    font-weight: 400
}

.tm-section-title h2::before,
.tm-section-title h3::before {
    content: '[';
    padding-right: 10px
}

.tm-section-title h2:after,
.tm-section-title h3:after {
    content: ']';
    padding-left: 10px
}

.tm-section-title h3 {
    font-size: 32px;
    line-height: 42px
}

.tm-section-title.text-center {
    padding-left: 90px;
    padding-right: 90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-section-title {
        margin-bottom: 50px
    }

    .tm-section-title.text-center {
        padding-left: 30px;
        padding-right: 30px
    }

    .widget-contact ul {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .tm-padding-section,
    .tm-padding-section-top {
        padding-top: 80px
    }

    .tm-padding-section,
    .tm-padding-section-bottom {
        padding-bottom: 80px
    }

    .tm-section-title {
        margin-bottom: 45px
    }

    .tm-section-title h2 {
        font-size: 34px
    }

    .tm-section-title.text-center {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:767px) {

    .tm-padding-section,
    .tm-padding-section-top {
        padding-top: 70px
    }

    .tm-padding-section,
    .tm-padding-section-bottom {
        padding-bottom: 70px
    }

    .tm-button,
    a.tm-button,
    button.tm-button {
        font-weight: 500;
        letter-spacing: 0;
        font-size: 16px;
        height: 44px;
        line-height: 42px;
        padding: 0 25px
    }

    .tm-section-title {
        margin-bottom: 40px
    }

    .tm-section-title h2 {
        font-size: 30px
    }

    .tm-section-title.text-center {
        padding-left: 30px;
        padding-right: 30px
    }
}

.about-content {
    margin-top: -7px;
    padding-right: 30px
}

.about-content h2 {
    font-size: 40px;
    font-weight: 700
}

.about-content h6 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px
}

.about-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    /*text-align: justify*/
}

.about-content ul {
    margin-bottom: -8px
}

.about-content .tm-button {
    margin-top: 35px
}

.bg-cube {
    background-position: right;
    background-repeat: no-repeat;
    background-color: #fff;
}

.bg-gray {
    background-color: #f3f6fa;
}

.footer {
    background-color:#61112a;
}

.footer-bottomarea {
    border-top: 1px solid #636363;
	margin-top: 27px;
}

.footer-copyright {
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

.footer-copyright a {
    font-weight: 500;
    color: #fff
}

.footer-widgets {
    margin-top: -50px
}

.single-widget ul {
    padding-left: 0;
    margin-bottom: 0
}

.single-widget ul li {
    list-style: none
}

.widget-info-logo {
    margin-bottom: 28px
}

.widget-info-social {
    margin-top: 20px
}

.widget-info-social li:not(:last-child) {
    margin-right: 26px
}

.widget-info-social li a {
    font-size: 18px;
    color: #444
}

.footer-widgets .single-widget {
    color: #ebebeb;
    margin-top: 50px
}

.footer-widgets .single-widget a,
.footer-widgets .widget-recentpost-content span {
    color: #ebebeb
}

.footer-widgets .widget-title {
    color: #fff;
    margin-top: -5px
}

.widget-title {
    position: relative;
    padding-bottom: 15px;
    font-weight: 500
}

.footer-widgets .widget-title:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #636363;
    display: inline-block
}

.widget-recentpost ul {
    padding-left: 20px
}

.widget-recentpost ul li {
    list-style: disc
}

.footer-widgets .widget-recentpost ul li:not(:last-child) {
    margin-bottom: 10px
}

.footer-widgets .widget-recentpost-content h6 {
    color: #fff;
    font-size: 15px
}

.footer-widgets .widget-newsletter-form input:not([type=submit]),
.footer-widgets .widget-recentpost-content h6 a {
    color: #fff
}

.footer-widgets .widget-newsletter-form {
    padding-top: 10px
}

.footer-widgets .widget-newsletter-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #fff0;
    border: 1px solid #ddd
}

.tm-navigation .tm-navigation-megamenu>ul,
.tm-navigation ul li ul {
    text-align: left;
    background: rgb(255 255 255 / .98);
    border-bottom: 4px solid #aaa;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute
}

.footer-widgets .widget-newsletter-form input:focus-visible {
    outline: 0
}

.widget-newsletter-form [type=submit],
.widget-newsletter-form button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.footer-widgets .widget-newsletter-form input:not([type=submit])::-webkit-input-placeholder {
    color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit]):-moz-placeholder {
    color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit])::-moz-placeholder {
    color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit]):-ms-input-placeholder {
    color: #fff
}

#footer_subscribe form #mc_embed_signup {
    background: 0 0 !important
}

#footer_subscribe form #mc_embed_signup_scroll h3 {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important
}

#footer_subscribe form #mc_embed_signup_scroll input {
    background: 0 0 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    border-radius: 0 !important
}

#footer_subscribe form #mc_embed_signup_scroll #mc-embedded-subscribe.tm-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: 50px !important;
    line-height: 48px !important;
    background: #da2031 !important;
    border: 1px solid #da2031 !important;
    color: #fff !important
}

#footer_subscribe form #mc_embed_signup .clear {
    display: block !important
}

.widget-contact ul {
    padding-right: 0
}

.widget-contact ul li {
    position: relative;
    padding-left: 40px
}

.service-box h3,
.service-icon i,
.widget-contact ul li:not(:last-child) {
    margin-bottom: 20px
}

.widget-contact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #da2031;
    font-size: 18px
}

.custom-tabs .nav-tabs .nav-item,
.widget-contact p {
    margin-bottom: 0
}

.widget-contact a {
    color: #444
}

.tm-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0
}

.tm-navigation ul li {
    list-style: none;
    font-size: 16px;
    position: relative
}

.tm-navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 24px 15px;
    color: #444
}

.tm-navigation ul li ul {
    left: 100%;
    top: 0;
    width: 230px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .1);
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.tm-navigation ul li ul li {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tm-navigation ul li ul li a {
    padding: 10px 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .5px
}

.tm-navigation ul li ul li:hover {
    background: #da2031
}

.rtin-item .rtin-content h3 a,
.service-box:hover .inner-text h3 a,
.service-box:hover .inner-text p,
.service-box:hover .ser-list span,
.tm-navigation ul li ul li:hover>a {
    color: #fff
}

.heroslider.mobileitem .heroslider-content h1,
.heroslider.mobileitem .heroslider-content p,
.request-demo-menu {
    color: #fff !important
}

.tm-navigation ul li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.tm-navigation ul li>ul {
    left: 0;
    top: 100%
}

.tm-navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tm-navigation ul li.overflow-element ul {
    left: auto;
    right: 100%
}

.tm-navigation ul li.overflow-element>ul {
    left: auto;
    right: 0
}

.tm-navigation .tm-navigation-megamenu {
    position: inherit !important
}

.tm-navigation .tm-navigation-megamenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .1);
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    padding: 15px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out, z-index, -webkit-transform .2s ease-in-out 0;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out, z-index, -webkit-transform .2s ease-in-out 0;
    -o-transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out, z-index 0
}

.play-text:hover:after,
.rtin-item:hover .rtin-figure .rtin-content p {
    visibility: visible;
    opacity: 1
}

.tm-navigation .tm-navigation-megamenu>ul>li {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 0 20px
}

.tm-navigation .tm-navigation-megamenu>ul>li:not(:last-child) {
    border-right: 1px solid #ddd
}

.tm-navigation .tm-navigation-megamenu>ul>li>a {
    display: block;
    color: #da2031;
    border-bottom: 1px solid #da2031;
    padding: 0 0 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

.tm-navigation .tm-navigation-megamenu>ul ul li {
    display: block
}

.tm-navigation .tm-navigation-megamenu>ul ul li a {
    padding: 5px 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    font-size: 14px
}

.tm-navigation .tm-navigation-megamenu>ul ul li a:hover {
    padding-left: 10px
}

.tm-navigation .tm-navigation-megamenu:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.header-mobilemenu {
    position: absolute;
    top: 18px;
    right: 20px;
    display: none
}

.header-mobilemenu a i,
.video-play-icon i {
    font-size: 20px
}

@media (max-width:480px) {
    .header-mobilemenu {
        top: 15px !important
    }
}

@media (max-width:1199px) {
    .header-mobilemenu {
        display: block;
        top: 8px
    }

    .hide-mobilemenu {
        display: none
    }

    .hide-mobilemenu i {
        color: #444
    }

    .btn-cta svg {
        display: none;
    }

    .btn-cta {
        text-align: center;
    }

    .header-bottomarea {
        height: 55px;
        align-items: center;
        display: flex;
    }

    .tm-navigation {
        text-align: left !important;
        background: #da2031;
        position: absolute;
        left: 0;
        top: 55px;
        right: 0;
        width: 100%;
        display: none;
        max-height: 345px;
        overflow-y: auto
    }

    .tm-navigation ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        overflow-y: hidden
    }

    .tm-navigation ul li {
        position: relative;
        float: left;
        width: 100%
    }

    .tm-navigation>ul li a {
        padding: 7px 5%;
        border-top: 1px solid;
        display: block;
        float: left;
        width: 100%;
        margin: 0;
        text-align: left;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase
    }

    .tm-navigation ul li:hover>a {
        color: #fff
    }

    .tm-navigation ul li:hover>ul {
        position: relative;
        width: 100%;
        background: #b9202e;
        border-bottom: 0;
        box-shadow: none
    }

    .tm-navigation ul li:hover>ul li {
        padding: 0
    }

    .tm-navigation ul li:hover>ul li a {
        padding-left: 35px;
        text-transform: none
    }

    .request-demo-menu {
        border-radius: 0
    }

    .heroslider-area {
        top: 55px !important;
    }

    .heroslider.owl-carousel .item {
        background-repeat: no-repeat;
        background-size: cover !important;
        min-height: 420px;
        background-position: left !important
    }

    .custom-tabs .tab_contentbox .content_image {
        margin-left: 0 !important;
        padding: 455px 50px 40px !important;
        z-index: 1 !important
    }
}

.top-webinar {
    top: 70px;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.top-webinar a {
    padding: 12px;
    text-align: center;
    background: #c2c0ff;
    width: 100%;
    display: block;
    color: #000;
}

.top-webinar span {
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 10px;
    color: #48477a;
    font-weight: bold;
    display: inline-block;
}

@media (max-width: 1199px) {
    .top-webinar {
        top: 55px;
    }

   /* .heroslider-area {
        top: 85px !important;
    }*/
}

.header {
    position: fixed;
    z-index: 4;
    width: 100%
}

.content-middle {
    min-height: 500px;
    align-items: center;
    display: flex
}

.heroslider-content {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    text-align: left;
    -webkit-transition: .1s ease-in-out 0;
    -o-transition: .1s ease-in-out 0;
    transition: .1s ease-in-out 0
	margin-left: -45px;
}

.heroslider-area {
    top: 70px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden
}

.heroslider.mobileitem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative
}

.heroslider.mobileitem::before {
    content: '';
    background-color: #051127;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.heroslider.mobileitem .btn-cta:hover {
    border: 1px solid #fff
}

.heroslider.owl-carousel .item {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 530px;
    background-position: center;
}

.heroslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    bottom: 18px;
    left: 19%;
    max-width: 1170px;
    width: 100%;
    text-align: left;
}

.heroslider.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 3px solid #da2031
}

.heroslider.owl-theme .owl-dots .owl-dot.active span,
.heroslider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #da2031;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / .3)
}

@media (max-width:480px) {
    .heroslider-area {
        top: 56px
    }

    .heroslider-content {
        padding: 50px 0
    }

    .heroslider.owl-carousel .item {
        background-size: cover !important;
    }

    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 40px
    }

    a.play-btn {
        margin-left: 0;
        display: inline-block;
        margin-top: 20px
    }

    .team-expert>img {
        left: 25% !important;
        top: 4px;
        margin: 0 auto
    }

    .team-expert {
        padding: 50% 19px 20px !important;
        left: -6% !important
    }

    .team-slider .team-expert {
        width: 90% !important;
        margin-left: 40px !important
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .heroslider-content h1 {
        color: #19181f !important;
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .heroslider.mobileitem .heroslider-content h1 {
        color: #fff !important
    }
}

@media (max-width:992px) {
    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        left: 0;
        text-align: center
    }
}

@media only screen and (min-width:1020px) and (max-width:1366px) {
    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        left: 0;
        text-align: center
    }
}

@media only screen and (min-width:1367px) and (max-width:1500px) {
    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        left: 10%
    }
}

@media only screen and (min-width:1500px) and (max-width:1600px) {
    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        left: 13%
    }
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .heroslider.owl-theme .owl-nav.disabled+.owl-dots {
        left: 17%
    }
}

.header .container {
    position: relative;
    z-index: 2;
	padding:0;
}

.header-bottominner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header-bottomarea {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 3;
    position: relative;
}

.header.sticky-active .header-bottomarea {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.custom-tabs,
.latest-news-v1 .latest-news-box .post-thumbnail,
.request-demo-menu,
.rtin-item,
.rtin-item .rtin-figure,
.service-box,
.team-expert,
.title-text .subtitle {
    position: relative
}

.header-logo>a>img,
.widget-info-logo img {
    height: 38px
}

.header-bottominner .tm-navigation {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.svg-content-set,
.team-slider .owl-dots,
.video-play-icon {
    text-align: center
}

.tm-navigation .tm-navigation-dropdown ul li a {
    letter-spacing: .5px;
    font-size: 13px
}

.request-demo-menu {
    background:#007bff;
    padding: 6px 20px !important;
    display: inline-block;
    overflow: hidden;
    
    z-index: 1;
    vertical-align: middle;
    border-radius: 10px;
}

.request-demo-menu:hover {
    background-color: #161c2d;
    border: 1px solid #161c2d;
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .request-demo-menu {
        background: #000 !important;
        border-color: #000 !important;
        border-radius: 0
    }
}

.tm-button,
a.tm-button,
button.tm-button {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 15px;
    height: 45px;
    line-height: 43px;
    border-radius: 20px
}

.footer-bottomarea {
    padding: 15px 0
}

.footer-toparea.tm-padding-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.footer-widgets .widget-recentpost ul {
    padding-top: 0
}

@media only screen and (max-width:480px) {
    .tm-section-title h2 {
        font-size: 28px
    }

    .tm-section-title.text-center {
        padding-left: 0;
        padding-right: 0
    }

    .header-logo {
        max-width: 100%;
        padding: 10px 0
    }

    .header-logo>a>img {
        height: 36px
    }

    .header-mobilemenu .mean-container a.meanmenu-reveal {
        margin-top: -39px
    }

    .header-mobilemenu .mean-container .mean-nav>ul {
        max-height: 450px;
        overflow-y: auto
    }
}

.title-text .subtitle {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #da2031;
    margin: 0 0 15px;
    text-transform: capitalize
}

.team-expert h4,
.title-text .section-title {
    color: #19181f;
    font-weight: 700;
    text-transform: capitalize
}

.title-text p {
    font-size: 15px
}

.barshow .title-bar1 {
    width: 15px;
    height: 4px;
    background-color: #ffa996;
    display: inline-block;
    margin-right: 5px;
    margin-left: 12px;
    border-radius: 10px
}

.barshow .title-bar2 {
    width: 34px;
    height: 4px;
    background-color: #fa360a;
    display: inline-block;
    border-radius: 10px
}

.service.barshow .title-bar1 {
    width: 15px;
    height: 4px;
    background-color: #ffa996;
    display: inline-block;
    margin-right: 5px;
    margin-left: 0px;
    border-radius: 10px;
}

.service.barshow .title-bar2 {
    width: 34px;
    height: 4px;
    background-color: #fa360a;
    display: inline-block;
    border-radius: 10px;
}

.team-slider .owl-dots,
.team-slider.owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    margin-top: 30px
}

.title-text .section-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
}

.section-title {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: .25rem;
    text-transform: capitalize;
}

.latest-news-v1 .latest-news-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .4);
    -webkit-box-shadow: 0 10px 60px 0 rgb(189 189 189 / .4)
}

.latest-news-v1 .latest-news-box:hover {
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6);
    -webkit-box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6)
}

.latest-news-v1 .latest-news-box .post-thumbnail img {
    border-radius: 10px;
    width: 100%
}

.latest-news-v1 .latest-news-box .post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.latest-news-v1 .latest-news-box .post-content {
    padding: 20px 15px 0
}

.latest-news-v1 .latest-news-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1
}

.latest-news-v1 .latest-news-box .post-meta a i {
    margin-right: 8px
}

.latest-news-v1 .latest-news-box .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
    min-height: 50px;
    align-items: center;
    display: flex
}

.latest-news-v1 .latest-news-box .title a {
    color: #161c2d
}

.post-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    line-height: 20px
}

.read-more-btn {
    font-size: 14px;
    font-weight: 600;
    color: #161c2d;
    line-height: 1.4
}

.read-more-btn svg {
    margin-left: 4px;
    width: 14px;
    height: 14px;
    transition: .4s
}

.read-more-btn:hover svg {
    margin-left: 10px
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.team-slider .team-expert {
    width: 88%;
    margin-left: 54px;
    box-shadow: none
}

.team-slider button.owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 21px;
    border: 5px solid #e81a65;
    background-color: #fff0
}

.team-slider button.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 21px;
    border: 5px solid #c5c5c5;
    background-color: #c5c5c5;
    margin: 5px
}

.owl-theme .owl-dots .owl-dot:hover span,
.team-slider.owl-theme .owl-dots .owl-dot span,
.team-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #fff0
}

.team-slider.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 7px;
    margin: 5px 7px
}

.team-expert {
    /*display: flex;
    align-items: flex-start;*/
    background-color: #fff;
    padding: 40px 40px 40px 100px;
    border-radius: 40px;
    width: 90%;
    margin-left: auto;
    box-shadow: -1px 0 44px 15px rgb(0 0 0 / 6%);
    -webkit-box-shadow: -1px 0 44px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: -1px 0 44px 15px rgb(0 0 0 / .6);
    left: 4%
}

.inner-text p,
.team-expert i {
    align-items: center;
    display: flex
}

.team-expert>img {
    position: absolute;
    width: 160px !important;
    height: 160px !important;
    background-color: #fff;
    object-fit: cover;
    border-radius: 50%;
    left: -8%;
    border: 5px solid #dde0e7
}

.team-expert h4 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0
}

.inner-text h3,
.inner-text p {
    margin-bottom: 20px !important
}

.team-expert p {
    font-size: 14px;
    line-height: 26px;
    font-style: italic
}

.team-expert span {
    font-weight: 700;
    color: #e81a65
}

.team-expert i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #4e41ff;
    margin-right: 10px
}

.service-box img,
.service-box:after {
    width: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.team-expert a {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 34px
}

.service-box {
    padding: 50px 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    color: #111;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .4);
    -webkit-box-shadow: 0 10px 60px 0 rgb(189 189 189 / .4)
}

.service-box:focus-within,
.service-box:hover {
    color: #fff;
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6);
    -webkit-box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6)
}

.service-box:after {
    content: '';
    height: 100%;
    background-image: linear-gradient(to right, #181e29 3%, rgb(0 0 0 / .3) 120%);
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.service-box:focus-within:after,
.service-box:hover:after {
    opacity: .95;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.service-box img {
    object-fit: cover;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.service-box:focus-within img,
.service-box:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.rtin-item .rtin-figure .rtin-content .cat-list,
.ser-list {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 7px;
    padding-right: 30px;
    display: inline-block
}

.rtin-item .rtin-figure .rtin-content .cat-list::before,
.ser-list::before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #ffa996;
    position: absolute;
    bottom: 10px;
    right: 0;
    border-radius: 10px;
    border: none
}

.rtin-item .rtin-figure .rtin-content .cat-list::after,
.ser-list::after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 10px;
    right: -40px;
    border-radius: 10px;
    border: none
}

.ser-list span {
    color: rgb(22 35 58 / 72%)
}

.inner-text h3 {
    font-size: 22px;
    font-weight: 600;
    transition: .3s ease-in-out
}

.inner-text h3 a {
    color: #19181f
}

.inner-text p {
    color: #444;
    font-size: 14.5px;
    line-height: 1.4;
    letter-spacing: .5px;
    min-height: 105px;
    transition: .3s ease-in-out
}

.rtin-item,
.service-box p {
    margin-bottom: 30px
}

.portfolio-btn .read-more-btn,
.portfolio-btn .read-more-btn svg path {
    color: #19181f;
    fill: #fa350c
}

.portfolio-btn .read-more-btn:hover,
.portfolio-btn .read-more-btn:hover svg path,
.rtin-item .rtin-figure .read-more-btn:hover,
.rtin-item .rtin-figure .read-more-btn:hover svg path {
    color: #fa360a;
    fill: #fa360a
}

.btn-cta svg path,
.btn-cta:hover svg path,
.svg-content-set:hover .svg-icon svg path {
    fill: #fff !important;
}

.rtin-item .rtin-figure .read-more-btn,
.rtin-item .rtin-figure .read-more-btn svg path,
.service-box:hover .portfolio-btn .read-more-btn,
.service-box:hover .portfolio-btn .read-more-btn svg path {
    color: #fff;
    fill: #fff
}

.service-box .devider {
    width: 60px;
    height: 3px;
    margin-bottom: 20px
}

#service-contents .single_serv {
    margin-bottom: 30px !important
}

#service-contents .single_serv:last-child {
    margin-bottom: 0 !important
}

.rtin-item {
    display: inline-block;
    overflow: hidden
}

.rtin-item::after {
    content: "";
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to top, #000, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: .3s ease-in-out
}

.rtin-item:hover::after {
    height: 100%
}

.rtin-item .rtin-figure .rtin-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 33px;
    transform: translateY(116px);
    z-index: 2;
    transition: .3s ease-in-out
}

.rtin-item .rtin-figure .rtin-content .cat-list a {
    color: rgb(255 255 255 / .8)
}

.rtin-item .rtin-figure .rtin-content h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    transition: .3s ease-in-out
}

.rtin-item .rtin-figure .rtin-content p {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    line-height: 1.4;
    letter-spacing: .5px;
    margin-bottom: 15px;
    min-height: 78px;
    align-items: center;
    display: flex;
    transition: .3s ease-in-out
}

.rtin-item:hover .rtin-figure .rtin-content {
    transform: translateX(0)
}

.tab-sec-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.custom-tabs .nav-tabs .nav-link {
    border: 0
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
    border-color: #fff
}

.custom-tabs .tabs_header {
    position: absolute;
    left: 50px;
    width: 270px;
    height: auto;
    background: #fff;
    padding: 10px 0 0;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / .09);
    border-radius: 10px;
    z-index: 2;
    top: -20px
}

.custom-tabs .tabs_header ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px
}

.custom-tabs .tabs_header ul li {
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.custom-tabs .tabs_header ul li a {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    color: #19181f;
    line-height: 28px;
    padding: 15px 0;
    border-bottom: 1px solid #e4e7ee !important;
    background: #fff0;
    border-radius: 0;
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.custom-tabs .tabs_header ul li:hover a {
    color: #da2031;
    padding-left: 5px
}

.custom-tabs .tabs_header .toll_free {
    position: relative;
    padding: 20px;
    background: #078586;
    border-radius: 10px
}

.custom-tabs .tabs_header .toll_free a {
    position: relative;
    display: block;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px
}

.custom-tabs .tabs_header .toll_free a i {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    color: #078586;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.custom-tabs .tab-content .tab-pane.active.show {
    animation: .9s fadeIn;
    -webkit-animation: .9s fadeIn;
    -moz-animation: .9s fadeIn;
    -o-animation: .9s fadeIn;
    -ms-animation: fadeIn ease 0.9s
}

.custom-tabs .tab_contentbox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.custom-tabs .tab_contentbox .content_image {
    position: relative;
    margin-left: 320px;
    padding: 235px 50px 40px;
    z-index: 2;
    color: #fff
}

.svg-icon svg,
.svg-iconset img,
.video-play-icon::after {
    z-index: 1;
    position: absolute
}

.content_image h2 {
    color: #fff;
    font-weight: 600
}

.content_image p {
    font-size: 15.5px;
    letter-spacing: .5px;
    text-shadow: 0 2px #000
}

.custom-tabs .tab_contentbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #16233a 3%, #fff0 129%);
    z-index: 1;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.btn-cta,
.btn-cta svg path,
.svg-content-set {
    transition: .3s ease-in-out
}

.btn-cta svg,
.svg-icon svg,
.svg-iconset img {
    transition: .4s ease-in-out
}

.custom-tabs .nav-tabs {
    border: none
}

.btn-cta {
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #fff0;
    background-color: #da2031;
    padding: 12px 35px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    text-transform: uppercase
}

.btn-cta svg {
    margin-left: 7px;
    height: 17px;
    width: 17px;
    position: relative;
    top: -1px
}

.svg-iconset,
.svg-iconset svg {
    width: 100px;
    position: relative
}

.btn-cta:hover svg {
    -webkit-animation: .3s linear forwards toRightFromLeft;
    animation: .4s linear forwards toRightFromLeft
}

.btn-cta:hover {
    opacity: 100%;
    color: #fff;
/*     background-color: #161c2d;
    border: 1px solid #161c2d; */
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / .3);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .3)
}

.btn-cta.dark-cta:hover {
    color: #da2031 !important;
    background-color: #fff;
    border: 1px solid #fff
}

.btn-cta.dark-cta:hover svg path {
    fill: #fa360a !important;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

.svg-content-set {
    margin: 25px 0 0
}

.svg-iconset {
    margin: 0 auto
}

.svg-iconset svg path {
    fill: #e4e7f4
}

.svg-icon svg {
    position: absolute;
    top: 28px;
    left: 23px;
    width: 55px;
    height: 55px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.svg-icon svg path {
    fill: #19181f
}

.svg-iconset img {
    top: 15px;
    left: 10px;
    width: 80px
}

.svg-content-set h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #19181f;
    margin-bottom: 0;
    margin-top: 12px
}

.svg-content-set:hover .svg-iconset svg path {
    fill: #211f3f;
    transition: .6s ease-in-out
}

.svg-content-set:hover .svg-icon svg,
.svg-content-set:hover .svg-iconset img {
    transform: scale(1.1);
    transition: .4s ease-in-out
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.heroslider-overlay2 {
    opacity: 1
}

.heroslider-content h1 {
    color: #19181f;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 25px
}

.heroslider-content p {
    font-size: 14px;
    font-weight: 500;
    color: #19181f;
    letter-spacing: .4px;
    padding-bottom: 10px
}

.play-text {
    margin-left: 15px;
    color: #19181f;
    display: inline-block;
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #444
}

.play-text:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -5px;
    visibility: hidden;
    background-color: #444;
    opacity: 0;
    transition: .8s
}

.play-text:hover:after {
    width: 100%
}

a.play-btn {
    margin-left: 40px
}

.video-play-icon {
    display: inline-block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #fa360a;
    line-height: 54px;
    position: relative;
    transition: .3s;
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6);
    -webkit-box-shadow: 0 10px 60px 0 rgb(189 189 189 / .6)
}

.video-play-icon::after {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #ffa996;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0
    }
}

/*-----------------Modal Form---------------------*/
.get-a-quote i svg {
    fill: #e11962;
}

.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9e5e9;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
}

.get-a-quote h2 {
    font-size: 25px;
    font-weight: 700;
}

.get-a-quote span {
    font-size: 14px;
    font-weight: bold;
    color: #858585;
}

.get-a-quote {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 50px;
}

.get-a-quote:before {
    background-color: #fa350c;
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.get-a-quote input[type="text"],
.get-a-quote input[type="email"],
.get-a-quote input[type="number"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #04004d;
    font-size: 15px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}

.get-a-quote textarea {
    width: 100%;
    height: 90px;
    resize: none;
    border: 0;
    padding-top: 20px;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 0px;
    padding-left: 30px;
    color: #444;
    font-size: 15px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}

.group-img:before {
    content: "";
    background-color: #d9d9d9;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 17px;
}

.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

.radio-button label {
    padding-left: 10px;
}

.radio-button input {
    width: 22px;
    height: 22px;
}

.group-img {
    position: relative;
}

.group-img svg,
.group-img img {
    position: absolute;
    right: 30px;
    width: 22px;
    height: auto;
    top: 22px;
}

.btn-close.popup-close {
    position: absolute;
    padding: .10em .25em;
    top: 10px;
    right: 25px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    line-height: 17px;
    font-weight: bold;
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 22%);
    width: 22px;
    height: 22px;
    border: 0px;
}

/*-------------carousel------------*/
#herocarousel .carousel-indicators {
    bottom: 0;
}

.carousel-indicators {
    bottom: -80px;
    z-index: 1;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c5c5c5;
}

.carousel-indicators li.active {
    margin-top: 10px;
    width: 10px;
    height: 10px;
    border: 5px solid #e81a65;
    background-color: #fff0;
}

.show-mobilemenu img,
.hide-mobilemenu img {
    width: 24px;
    height: 24px;
    ;
}

.carousel-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

@media only screen and (max-width:768px) {
    .carousel-image {
        background-color: #f5f4f8;
       
    }
}

@media only screen and (min-width:768px) and (max-width: 1199px) {}

/*-------------Blog------------*/
.sidebar-widgets2 .single-widget {
    padding: 30px;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.widgettitle {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 8px !important;
    font-weight: 500;
    margin-bottom: 30px;
}

.widgettitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #DA2031;
}

.widget-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-search-form input[type='text'],
.widget-search-form input[type='search'] {
    border-right: 0;
}

input,
select,
textarea {
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease-out 0;
    -o-transition: all 0.4s ease-out 0;
    transition: all 0.4s ease-out 0;
    color: #444;
    background: transparent;
}

.widget-search-form button,
.widget-search-form input[type='submit'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ddd;
}

.single-widget ul {
    /*padding-left: 0;*/
    margin-bottom: 0;
}

.single-widget ul li {
    /*list-style: none;*/
}

.widget-categories ul li:first-child,
.widget-archives ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li,
.widget-archives ul li {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.widget-categories ul li a,
.widget-archives ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.widget-categories ul li a:hover,
.widget-archives ul li a:hover {
    color: #da2031;
}

.widget-categories ul li a::after,
.widget-archives ul li a::after {
    content: '';
    clear: both;
    display: table;
}

.products-widget {
    background: #333;
    border-radius: 5px;
}

.products-widget h5,
.products-widget p {
    color: #fff !important;
}

.widget-title {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #DA2031;
}

.tm-button,
a.tm-button,
button.tm-button {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    height: 45px;
    line-height: 43px;
    border-radius: 20px;
    background: #da2031;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    border: 1px solid #da2031;
    z-index: 1;
    vertical-align: middle;
}

.tm-button b,
a.tm-button b,
button.tm-button b {
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

.tm-button:hover b,
a.tm-button:hover b,
button.tm-button:hover b {
    width: 500px;
    height: 500px;
}

.mt-50-reverse {
    margin-top: -50px;
}

.blogitem-image,
.blogitem-video,
.blogitem-audio {
    position: relative;
}

.blogitem-image a,
.blogitem-video a,
.blogitem-audio a {
    display: block;
}

.blogitem-image img,
.blogitem-video img,
.blogitem-audio img {
    width: 100%;
}

.blogitem-contentheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blogitem-meta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
}

.blogitem-meta span {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}

.blogitem-meta span i {
    margin-right: 5px;
    color: #da2031;
}

.blogitem-meta span::after {
    content: '|';
    padding: 0 10px;
}

.blogitem-meta span:last-child::after {
    display: none;
}

.blogitem-content .tm-button {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0;
}

.tm-button.tm-button-dark,
a.tm-button.tm-button-dark,
button.tm-button.tm-button-dark {
    background: #333;
    border-color: #333;
}

.tm-button.tm-button-dark b,
a.tm-button.tm-button-dark b,
button.tm-button.tm-button-dark b {
    background: rgba(255, 255, 255, 0.1);
}

.tm-pagination .nav-links .current {
    padding: 10px 15px;
    background: #DA2031;
    color: #fff;
}

.tm-pagination .nav-links a {
    padding: 10px 15px;
    border: #eee 1px solid;
}

.tm-breadcrumb-area {
    position: relative;
    background: #f3f6fa !important;
}

.tm-breadcrumb-area.py-5 {
    padding-bottom: 2rem !important;
    /*padding-top: 9rem !important;*/
	padding-top: 6rem !important;
}

.tm-breadcrumb-area.heroslider-area {
    top: 0px;
    margin-bottom: 0px;
}

.tm-breadcrumb-area h2,
.tm-breadcrumb-area h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 0px;
}

.blogitem-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    margin-top: -10px;
}

.tm-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 10px;
}

.tm-pagination ul li a {
    display: inline-block;
    color: #444;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 10px;
}

.tm-pagination ul li a:hover {
    background: #da2031;
    border-color: #da2031;
    color: #fff;
}

blockquote {
    border-left: 5px solid #da2031;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    padding: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

blockquote p {
    margin-bottom: 0px;
}

.mt-50 {
    margin-top: 50px;
}

@media only screen and (max-width:767px) {
    .tm-breadcrumb-area.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/*-------------Contact------------*/

.tm-contact-formwrapper.bg-white {
    background: #fff;
    box-shadow: 0 10px 60px 0 rgb(189 189 189 / .4);
    margin-top: 50px;
    border-radius: 10px 0px 0px 10px;
}

.tm-contact-formwrapper {
    padding: 35px 35px 10px 35px;
}

.tm-contact-formfield p {
    margin-bottom: 0px;
}

.wpcf7-submit {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    background: #DA2031;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: 1px solid #DA2031;
    z-index: 1;
    vertical-align: middle;
    border-radius: 35px;
}

.wpcf7-submit:hover {
    color: #fff;
    background-color: #161c2d;
    border: 1px solid #161c2d;
}

.contacttitle {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 8px;
}

.contacttitle:after {
    display: inline-block;
    height: 2px;
    width: 50px;
    background-color: #da2031;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_text .color_secondery i {
    margin-right: 10px;
}

/*-----------------------Case Study---------------------------*/
.small-title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
}

.small-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #da2031;
}

.tm-feature2-icon {
    display: inline-block;
    height: 92px;
    width: 92px;
    text-align: center;
    line-height: 90px;
    border-radius: 999px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    font-size: 40px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.tm-feature2-icon img,
.tm-feature3-icon img {
    width: 50%;
}

.blogitem-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}

.blogitem-content h4 {
    font-weight: 600;
    font-size: 20px;
}

.blogitem-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

blockquote {
    font-size: 14px;
    line-height: 25px;
}

/*-----------------------Case Study Form---------------------------*/
.tm-contact-formfield input,
.tm-contact-formfield textarea {
    padding: 0 !important;
    border: 0;
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 1rem;
}

.submit-btn {
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    border: 1px solid #fff0;
    background-color: #da2031;
    padding: 12px 35px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

/*-----------------------Our Clients---------------------------*/
.about-content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
}

.rs-testimonial .testi-item .item-content .desc {
    font-size: 14px;
    color: #19181f;
}

.wrap img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
    max-height: 85px;
}

.main-content .features-area {
    position: relative;
}

.main-content .features-area[data-black-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #000;
    opacity: 0.7;
}

/*----------------------------------------*/
.bg-cube-left {
    padding-top: 120px !important;
}

@media only screen and (max-width:1199px) {
    .bg-cube-left {
        padding-top: 100px !important;
    }
}