/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Aequity - Law Firm, Lawyer & Attorney WordPress Theme
Version:        2.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1    Theme Reset Style
#0.2    Global Elements
#0.3    header
#0.4    hero-slider
#0.5    footer
#0.6    cta-section
#0.7    about-section
#0.8    service-section
#0.9    testimonials-contact-section
#1.0    case-studies-section
#1.1    cta-s2-section
#1.2    team-section
#1.3    partners-section
#1.4    blog-section


----------------------------------------------------------------
    home style 2
----------------------------------------------------------------
#2.1    about-section-s2
#2.2    service-section-s2
#2.3    testimonials-contact-section-s2
#2.4    case-studies-section-s2


----------------------------------------------------------------
    about page
----------------------------------------------------------------
#3.1    mission-vision-faq
#3.2    pricing-section
#3.3    award-section


----------------------------------------------------------------
    service single page
----------------------------------------------------------------
#4.1    service-single-section


----------------------------------------------------------------
    attorny single page
----------------------------------------------------------------
#5.1    attorny-single-section


----------------------------------------------------------------
    contact page
----------------------------------------------------------------
#6.1    contact-pg-section


----------------------------------------------------------------
    blog page
----------------------------------------------------------------
#7.1    blog-pg-section


----------------------------------------------------------------
    blog single page
----------------------------------------------------------------
#8.1    blog-single-section


----------------------------------------------------------------
    404 page
----------------------------------------------------------------
#9.1    error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: "Lato", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #5d6d7a;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #5d6d7a;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prata', serif;
    color: #274054;
    line-height: 1.4em;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

img {
    max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #c83226;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/*** back to top **/
.back-to-top {
    background-color: rgba(200, 50, 38, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #c83226;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #c83226;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title,
.section-title-s2,
.section-title-s3 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -5px;
}

@media (max-width: 767px) {

    .section-title,
    .section-title-s2,
    .section-title-s3 {
        margin-bottom: 40px;
    }
}

.section-title>span,
.section-title-s2>span,
.section-title-s3>span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #c83226;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .section-title>span,
    .section-title-s2>span,
    .section-title-s3>span {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {

    .section-title>span,
    .section-title-s2>span,
    .section-title-s3>span {
        font-size: 16px;
        font-size: 1rem;
    }
}

.section-title>span:before,
.section-title-s2>span:before,
.section-title-s3>span:before,
.section-title>span:after,
.section-title-s2>span:after,
.section-title-s3>span:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #c83226;
    position: absolute;
    top: 13px;
}

.section-title>span:before,
.section-title-s2>span:before,
.section-title-s3>span:before {
    left: 0;
}

.section-title>span:after,
.section-title-s2>span:after,
.section-title-s3>span:after {
    right: 0;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    margin: 0.26em 0 0;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

@media (max-width: 767px) {

    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.section-title-s2 {
    text-align: left;
}

.section-title-s2>span:after {
    display: none;
}

.section-title-s3 h2 {
    margin-bottom: 0.4em;
}

.section-title-s3 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
}

@media (max-width: 991px) {
    .section-title-s3 p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s5,
.theme-btn-s3 {
    background-color: #fff;
    height: 50px;
    line-height: 48px;
    font-weight: bold;
    color: #c83226;
    padding: 0 20px;
    border: 2px solid #c83226;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s5:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s5:active,
.theme-btn-s3:active {
    background-color: #c83226;
    color: #fff;
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s5,
    .theme-btn-s3 {
        padding: 12px;
        font-size: 13px;
        font-size: 0.8125rem;
        height: 45px;
        line-height: 40px;
    }
}

.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s5 {
    background-color: #c83226;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 28px;
    color: #fff;
    border: 0;
    border-radius: 0;
}

@media (max-width: 991px) {

    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s5 {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 22px;
    }
}

.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s5:focus,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s5:active {
    background-color: #b32d22;
    color: #fff;
}

.theme-btn-s3 {
    background-color: #fff;
    color: #c83226;
    line-height: 50px;
    border: 0;
}

@media (max-width: 991px) {
    .theme-btn-s3 {
        line-height: 45px;
    }
}

.theme-btn-s4 {
    height: 45px;
    line-height: 44px;
    color: #fff;
    padding: 0 35px;
}

@media (max-width: 991px) {
    .theme-btn-s4 {
        padding: 0 22px;
    }
}

.theme-btn-s5 {
    background-color: #fff;
    color: #c83226;
    line-height: 50px;
    border: 0;
}

@media (max-width: 991px) {
    .theme-btn-s5 {
        line-height: 45px;
    }
}

.theme-btn-submit {
    background-color: #c83226;
    font-weight: 600;
    color: #fff;
    padding: 13px 20px;
    text-transform: capitalize;
    display: inline-block;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn-submit:hover,
.theme-btn-submit:focus,
.theme-btn-submit:active {
    background-color: #b32d22;
    color: #fff;
}

@media (max-width: 767px) {
    .theme-btn-submit {
        padding: 12px;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 13px 20px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #c83226;
    -webkit-box-shadow: 0 0 5px 0 #dc5045;
    -moz-box-shadow: 0 0 5px 0 #dc5045;
    -o-box-shadow: 0 0 5px 0 #dc5045;
    -ms-box-shadow: 0 0 5px 0 #dc5045;
    box-shadow: 0 0 5px 0 #dc5045;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/******************************
    #page title
******************************/
.page-title {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    width: 100%;
    height: 450px;
    text-align: center;
    position: relative;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .page-title-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.page-title .page-title-wrapper {
    text-align: center;
}

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 58px;
    font-size: 3.625rem;
    margin-bottom: 0.30em;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: #afabab;
}

.page-title .breadcrumb li a:hover {
    color: #c83226;
}

.page-title .breadcrumb>li+li {
    margin-left: 20px;
    padding-left: 15px;
}

.page-title .breadcrumb>li+li:before {
    font-family: Flaticon;
    content: "\f106";
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
    position: absolute;
    left: -12px;
    top: 3px;
    border-radius: 50%;
}

.preloader {
    background-color: #29395b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.preloader .vertical-centered-box .content img {
    max-width: 60px;
    position: relative;
    top: -5px;
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.tmx-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

@media (max-width: 767px) {
    .tmx-page-title {
        min-height: 250px;
    }
}

.tmx-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    opacity: 0.7;
}

.tmx-page-title .tmx-breadcumb-wrap {
    text-align: center;
    margin-top: 10px;
    justify-content: center;
}

.tmx-page-title .tmx-breadcumb-wrap h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 400;
    word-break: break-all;
    display: inline-block;
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .tmx-page-title .tmx-breadcumb-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

.tmx-page-title .tmx-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
}

.tmx-page-title .tmx-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #1E144F;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
}

@media (max-width: 767px) {
    .tmx-page-title .tmx-breadcumb-wrap ul li {
        font-size: 18px;
    }
}

.tmx-page-title .tmx-breadcumb-wrap ul li:last-child {
    padding-right: 0;
}

.tmx-page-title .tmx-breadcumb-wrap ul li:after {
    content: "//";
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FC0012;
}

.tmx-page-title .tmx-breadcumb-wrap ul li:last-child span {
    color: #fff;
}

.tmx-page-title .tmx-breadcumb-wrap ul li:last-child:after {
    display: none;
}

.tmx-page-title .tmx-breadcumb-wrap ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tmx-page-title .tmx-breadcumb-wrap ul li a:hover {
    color: #FC0012;
}


/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/

.topbar {
    background-color: #fff;
    color: #464748;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 991px) {

    .topbar {
        text-align: center;
        padding: 25px 0 0;
    }
}

.topbar>.container {
    position: relative;
}

.topbar .contact-info ul {
    overflow: hidden;
}

@media (max-width: 991px) {

    .topbar .contact-info ul {
        display: inline-block;
        margin-bottom: 15px;
    }
}

.topbar .contact-info ul li {
    float: left;
    padding: 18px 0;
    font-weight: normal;
}

@media (max-width: 991px) {

    .topbar .contact-info ul li {
        float: none;
        padding: 0;
    }
}

.topbar .contact-info ul li svg {
    width: 14px;
    height: 14px;
}

.topbar .contact-info ul i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.topbar .contact-info ul>li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #f1f1f1;
}

@media (max-width: 991px) {

    .topbar .contact-info ul>li+li {
        margin: 0;
        padding: 12px 0 0;
        border: 0;
    }
}

.topbar .social {
    float: right;
    margin-top: 18px;
}

@media (max-width: 991px) {

    .topbar .social {
        float: none;
        margin: 0 0 15px;
    }
}

.topbar .social ul {
    overflow: hidden;
}

@media (max-width: 991px) {

    .topbar .social ul {
        display: inline-block;
    }
}

.topbar .social ul li {
    float: left;
}

.topbar .social ul>li+li {
    margin-left: 10px;
}

.topbar .social ul a {
    color: #464748;
}

.topbar .social ul a:hover {
    color: #c83226;
}

.topbar .social ul a img {
    max-width: 14px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #1A284F;
}

.navbar-brand span {
    color: #FC0012;
}

.navbar-brand:hover {
    color: #1A284F;
}

/*-- 2.2 navigation --*/
.consult-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
    background-color: transparent;
    position: relative;
    z-index: 111;
    border-top: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
    .consult-site-header {
        margin-bottom: 0;
        border-radius: 0;
        background: none;
        border-top: 1px solid rgba(35, 35, 35, 0.09);
    }
}

@media (min-width: 991px) {
    .consult-site-header .col {
        padding-right: 0;
    }
}

.consult-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.consult-site-header .navigation>.container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 450px) {
    .consult-site-header .navigation>.container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.consult-site-header .row {
    width: 100%;
}

@media (max-width: 991px) {
    .consult-site-header .navigation {
        padding: 20px 0;
    }
}

.consult-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.consult-site-header #navbar>ul li a:hover,
.consult-site-header #navbar>ul li a.active,
.consult-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #FC0012;
}

@media screen and (min-width: 992px) {
    .consult-site-header #navbar {
        /*** hover effect ***/
    }

    .consult-site-header #navbar li {
        position: relative;
    }

    .consult-site-header #navbar li:first-child a {
        padding-left: 0;
    }

    .consult-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .consult-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .consult-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .consult-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.consult-site-header .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .consult-site-header {
        /* class for show hide navigation */
    }

    .consult-site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .consult-site-header .header-right {
        right: -18px;
    }

    .consult-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .consult-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}

.consult-site-header #navbar ul {
    list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
    .consult-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .consult-site-header #navbar>ul {
        z-index: 101;
    }

    .consult-site-header #navbar ul a {
        color: #000;
    }

    .consult-site-header #navbar ul a:hover,
    .consult-site-header #navbar ul li.current a {
        color: #FC0012;
    }

    .consult-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .consult-site-header .navbar-toggler .first-angle,
    .consult-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .consult-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .consult-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .consult-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .consult-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .consult-site-header .navbar-collapse.collapse {
        display: none;
    }

    .consult-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .consult-site-header .navbar-header .collapse,
    .consult-site-header .navbar-toggle {
        display: block;
    }

    .consult-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }

    .consult-site-header .navbar-header .navbar-brand {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }

    .consult-site-header .navbar-right {
        float: none;
    }

    .consult-site-header .navbar-nav {
        float: none;
    }

    .consult-site-header .navbar-nav>li {
        float: none;
    }
}

.consult-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.consult-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}

.consult-site-header .header-right>div {
    float: left;
    position: relative;
    margin-right: 8px;
}

@media (max-width: 1400px) {
    .consult-site-header .header-right .close-form .consult-btn {
        padding: 10px 15px;
        font-size: 15px;
        padding-right: 45px;
    }

    .consult-site-header .header-right .close-form .consult-btn:after {
        top: 12px;
        right: 20px;
    }
}

@media (max-width: 450px) {
    .consult-site-header .header-right>div {
        margin-right: 10px;
    }

    .consult-site-header .header-right {
        right: -30px;
    }
}

.consult-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .consult-site-header .header-right>div:last-child {
        margin: 3px 0 0 10px;
    }
}

.consult-site-header .header-right .header-search-form-wrapper {
    position: relative;
}

.consult-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
}

@media (max-width: 450px) {
    .consult-site-header .header-right .search-toggle-btn {
        display: none;
    }
}

.consult-site-header .header-right .search-toggle-btn,
.consult-site-header .header-right .cart-toggle-btn {
    background-color: transparent;
    line-height: 0.66em;
    color: #232f4b;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    border: 1px solid rgba(35, 35, 35, 0.09);
}

@media (max-width: 1200px) {

    .consult-site-header .header-right .search-toggle-btn,
    .consult-site-header .header-right .cart-toggle-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {

    .consult-site-header .header-right .search-toggle-btn,
    .consult-site-header .header-right .cart-toggle-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {

    .consult-site-header .header-right .search-toggle-btn .fi:before,
    .consult-site-header .header-right .cart-toggle-btn .fi:before {
        font-size: 16px;
    }
}

.consult-site-header .header-right .search-toggle-btn .ti-close,
.consult-site-header .header-right .cart-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}

/*** cart-search-contact ***/

/*** cart-search-contact ***/
.cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.cart-search-contact .fi {
    font-size: 18px;
    color: #1E3446;
    top: 0px;
    position: relative;
}

.transparent-header .cart-search-contact {
    background-color: #232f4bd4;
    border-radius: 50%;
}

.transparent-header .cart-search-contact .fi {
    color: #fff;
}

.cart-search-contact .fi:before {
    font-size: 18px;
}

.cart-search-contact>div {
    float: left;
    position: relative;
}

.cart-search-contact>div+div {
    margin-left: 12px;
}

.cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .cart-search-contact .header-search-form {
        top: 65px;
    }
}

@media (max-width: 767px) {
    .cart-search-contact .header-search-form {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .cart-search-contact .header-search-form {
        width: 260px;
        padding: 15px;
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.2rem;
}

.cart-search-contact form div {
    position: relative;
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important;
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EFEFEF;
}

.cart-search-contact input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7838;
}

.tmx-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mini-cart .cart-count {
    background: #ff7838;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-size: 0.53333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.mini-cart-content {
    background: #fff;
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

.admin-bar .mini-cart-content {
    top: 32px;
}

@media (max-width: 575px) {
    .mini-cart-content {
        width: 290px;
    }
}

.mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: white;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 54px;
    border-radius: 3px;
    right: 10px;
    top: 12px;
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px;
}

.mini-cart .mini-cart-content p {
    font-size: 15px;
    font-weight: 500;
    color: #1E3446;
    margin: 0;
    text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1E3446;
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: #ff7838;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 3px;
    position: relative;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    color: #444;
    display: block;
    position: absolute;
    left: 25%;
    top: 2px;
}

.mini-cart-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: .02;
    z-index: -1;
}

.mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    margin-bottom: 30px;
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #1E3446;
    display: block;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #333;
    font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.mini-cart-content .mini-cart-empty p {
    text-transform: capitalize;
    color: #687693;
    margin-bottom: 0;
}

.mini-cart-content .mini-cart-empty {
    padding-top: 80px;
    text-align: center;
}

.mini-cart-content .mini-cart-empty .cart-emty-icon i:before {
    font-size: 120px;
    color: #eee;
}

.view-cart-btn {
    background: #c83226;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 20px 50px;
    border: 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 15px;
    border-radius: 0px;
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px;
}

.view-cart-btn.s1 {
    background: #b1b1b1;
}

.view-cart-btn:hover {
    background: #dd372a;
}

a.view-cart-btn.s2 {
    max-width: 70%;
    margin: auto;
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em;
}

.header-search-area form {
    position: relative;
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search-area input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7838;
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.header-search-area form button:focus {
    border: none;
    outline: none;
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99;
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
    padding: 0;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(255, 255, 255, 0.1);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: 25px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
    color: #b3b3b3;
}

.hero .slick-next {
    right: 25px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
    color: #b3b3b3;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background: #c83226;
    border-color: #c83226;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
    color: #fff;
}

.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #c83226;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption>div {
    overflow: hidden;
}

.hero .slide-caption>div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/*----------------------------------------------
  hero-style-1
------------------------------------------------*/
.hero-style-1 {
    position: relative;
    height: 800px;
    min-height: 800px;
}

@media (max-width: 991px) {

    .hero-style-1 {
        height: 500px;
        min-height: 500px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-1 .slide {
    height: 800px;
    min-height: 800px;
    position: relative;
}

@media (max-width: 991px) {

    .hero-style-1 .slide {
        height: 500px;
        min-height: 500px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-1 .slide:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-style-1 .slide-caption .slide-subtitle p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 2em;
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption .slide-subtitle p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.hero-style-1 .slide-caption h2 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 1.3em;
    color: #fff;
    margin: 0 0 0.56em;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide-caption h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.hero-style-1 .slide-caption .theme-btn-s5 {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

@media screen and (min-width: 992px) {

    .hero-style-1 .slide-caption,
    .hero-style-2 .slide-caption,
    .hero-style-3 .slide-caption {
        padding-top: 80px;
    }
}

/*----------------------------------------------
  hero-style-2
------------------------------------------------*/
.hero-style-2 {
    position: relative;
    height: 700px;
}

@media (max-width: 991px) {
    .hero-style-2 {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 {
        height: 450px;
    }
}

.hero-style-2 .slide {
    height: 700px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-2 .slide {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .slide {
        height: 450px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        padding-top: 0;
    }
}

/*----------------------------------------------
  hero-style-3
------------------------------------------------*/
.hero-style-3 {
    height: calc(100vh - 157px);
}

.hero-style-3 .slide {
    height: calc(100vh - 157px);
}

@media screen and (min-width: 992px) {
    .hero-style-3 .slide-caption {
        margin-top: 0;
        padding-top: 0;
    }
}


/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
    padding-top: 100px;
    border-top: 1px solid #E8E8E8;
}

@media (max-width: 991px) {
    .question-area {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .question-area {
        padding-top: 60px;
    }
}

.question-area .consult-section-title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.question-area .consult-section-title h2 {
    padding-right: 0;
}

.question-area .consult-section-title:before,
.question-area .consult-section-title:after {
    display: none;
}

.question-area .consult-section-title {
    text-align: center;
}

.question-area .consult-section-title h2 {
    display: inline-block;
}

@media (max-width: 590px) {
    .question-area .consult-section-title {
        text-align: left;
    }
}

.question-touch {
    max-width: 570px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    padding: 50px;
    text-align: center;
    padding-top: 60px;
    background: #fff;
}

@media (max-width: 590px) {
    .question-touch {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .faq-pb {
        margin-top: 15px;
    }
}

.question-touch h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}

.question-touch .half-col {
    width: 100%;
}

.question-touch input,
.question-touch textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px;
}

.question-touch input:focus,
.question-touch textarea:focus {
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-touch textarea {
    height: 160px;
}

.question-touch ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
    font-size: 14px;
}

.question-touch ::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    font-size: 14px;
}

.question-touch :-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
    font-size: 14px;
}

.question-touch :-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    font-size: 14px;
}


/*------------------------------------
    blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** instagram-widget ***/
    /*** tag-widget ***/
    /*** tmx-contact-widget ***/
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}

@media screen and (min-width: 992px) {
    .left-sidebar .blog-sidebar {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

.blog-sidebar .widget h3,
.blog-sidebar .widget h2 {
    font-size: 20px;
    color: #262626;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.blog-sidebar .widget h3:before,
.blog-sidebar .widget h2:before {
    content: "";
    background-color: #FC0012;
    width: 55px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.blog-sidebar .widget h3:after,
.blog-sidebar .widget h2:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 3px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px;
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #F3F6F6;
    height: 70px;
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(23, 114, 101, 0.1);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    background-color: #FC0012;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .about-widget {
    text-align: center;
    background-color: #F3F6F6;
    padding: 45px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding: 35px;
    }
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid #FC0012;
    display: inline-block;
    padding: 11px 25px;
    background: #FC0012;
    border-radius: 5px;
}

.blog-sidebar .about-widget a:hover {
    color: #FC0012;
    background-color: #fff;
    border: 2px solid #FC0012;
}

.blog-sidebar .category-widget ul {
    list-style: none;
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.26667rem;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 16px;
    padding: 20px;
    background: #F3F6F6;
    padding-left: 60px;
    position: relative;
    width: 100%;
}

@media (max-width: 1200px) {
    .blog-sidebar .category-widget ul a {
        padding: 10px;
        padding-left: 25px;
        font-size: 14px;
    }
}

.blog-sidebar .category-widget ul a:after {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e6af";
    font-family: "themify";
    transform: translateY(-50%);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .blog-sidebar .category-widget ul a:after {
        left: 5px;
    }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul a.active,
.blog-sidebar .category-widget ul li:hover:before {
    background: #02245B;
    color: #fff;
}

.blog-sidebar .category-widget ul li.current-menu-item a {
    background: #02245B;
    color: #fff;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 6px;
    height: 85px;
    width: 85px;
    object-fit: cover;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 0.3em;
    font-family: "Lato", sans-serif;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #4f6577;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #FC0012;
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    color: #6e6e6e;
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.blog-sidebar .tmx-instagram-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.blog-sidebar .tmx-instagram-widget ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.blog-sidebar .tmx-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding: 15px 25px;
    color: #1E3446;
    background: #F3F6F6;
    border-radius: 0px;
}

@media (max-width: 1399px) {
    .blog-sidebar .tag-widget ul li a {
        padding: 15px 20px;
    }
}

@media (max-width: 1199px) {
    .blog-sidebar .tag-widget ul li a {
        padding: 8px 10px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #FC0012;
    color: #fff;
}

.tmx-contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 70px 35px;
    text-align: center;
    overflow: hidden;
}

.tmx-contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 94, 20, 0.9);
    content: "";
    z-index: -1;
}

.tmx-contact-widget:after {
    position: absolute;
    left: -10%;
    bottom: -75%;
    width: 120%;
    height: 100%;
    background: rgba(255, 94, 20, 0.2);
    content: "";
    z-index: -1;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .tmx-contact-widget {
        padding: 20px;
    }
}

.blog-sidebar .tmx-contact-widget h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.tmx-contact-widget h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.tmx-contact-widget h2::before {
    left: 28px;
}

.tmx-contact-widget .theme-btn {
    background: #ffffff;
    color: #484848;
}

.tmx-contact-widget .theme-btn:hover {
    background: #02245B;
    color: #fff;
}

.blog-sidebar.service-sidebar .tmx-contact-widget h2::after,
.blog-sidebar.service-sidebar .tmx-contact-widget h2::before {
    background: none;
}

.blog-sidebar.service-sidebar .tmx-contact-widget h2 {
    margin-bottom: 0;
}

.blog-sidebar.service-sidebar .tmx-contact-widget h5 {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .tmx-contact-widget h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}

.tmx-contact-widget .call {
    margin-bottom: 40px;
}

.tmx-contact-widget .call span {
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
}

.tmx-contact-widget .call h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .tmx-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px;
    }
}

@media screen and (min-width: 992px) {
    .tmx-blog-single-section.tmx-blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px;
    }
}


/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #1E3446;
    background: #ebf4fc;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #FC0012;
    border-color: #FC0012;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}



/* 2.2 navigation */
.tmx-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
    background-color: transparent;
}

.tmx-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.admin-bar .sticky-on {
    top: 32px;
}

@media screen and (max-width: 782px) {

    .admin-bar .sticky-on {
        top: 46px;
    }
}

@media (max-width: 600px) {

    .admin-bar .sticky-on {
        top: 0px;
    }

}

.tmx-site-header .navigation>.container {
    position: relative;
}

@media (min-width: 991px) {
    .tmx-site-header {
        /*        padding: 0 100px;*/
    }
}

.tmx-site-header .row {
    width: 100%;
}

.tmx-site-header.tmx-site-header-s1 .row {
    width: 100%;
}

.tmx-site-header.tmx-site-header-s3 .row {
    width: 100%;
}

@media (max-width: 991px) {
    .tmx-site-header .navigation {
        padding: 20px 0;
    }
}

.tmx-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tmx-site-header #navbar>ul li a:hover,
.tmx-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #FC0012;
}

@media screen and (min-width: 992px) {
    .tmx-site-header #navbar {
        /*** hover effect ***/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tmx-site-header #navbar li {
        position: relative;
    }

    .tmx-site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 4px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: linear-gradient(90deg, #FC0012 11.32%, #dd5a1e 95.28%);
        content: "";
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 3px;
    }

    .tmx-site-header #navbar>ul>li>a:hover:before,
    .tmx-site-header #navbar>ul>li>a.active:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .tmx-site-header #navbar>ul>li>a.active {
        color: #EC180C;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tmx-site-header #navbar>ul>li:hover>.sub-menu {
        top: 98%;
        visibility: visible;
        opacity: 1;
    }

    .tmx-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 98%;
        visibility: visible;
        opacity: 1;
    }
}

.tmx-site-header .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .tmx-site-header {
        /* class for show hide navigation */
    }

    .tmx-site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .tmx-site-header .header-right {
        right: -10px;
    }

    .tmx-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .tmx-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}

.tmx-site-header #navbar ul {
    list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
    .tmx-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .tmx-site-header #navbar>ul {
        z-index: 101;
    }

    .tmx-site-header #navbar ul a {
        color: #000;
    }

    .tmx-site-header #navbar ul a:hover,
    .tmx-site-header #navbar ul li.current a {
        color: #EC180C;
    }

    .tmx-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .tmx-site-header .navbar-toggler .first-angle,
    .tmx-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tmx-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .tmx-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .tmx-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .tmx-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .tmx-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .tmx-site-header .navbar-collapse.collapse {
        display: none;
    }

    .tmx-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .tmx-site-header .navbar-header .collapse,
    .tmx-site-header .navbar-toggle {
        display: block;
    }

    .tmx-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }

    .tmx-site-header .navbar-right {
        float: none;
    }

    .tmx-site-header .navbar-nav {
        float: none;
    }

    .tmx-site-header .navbar-nav>li {
        float: none;
    }
}

.tmx-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tmx-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;

}

.tmx-site-header .header-right button.cart-toggle-btn {
    background: transparent;
}

.tmx-site-header .header-right>div {
    float: left;
    position: relative;
}

@media (max-width: 1400px) {

    .tmx-site-header .header-right .close-form .theme-btn,
    .tmx-site-header .header-right .close-form .view-cart-btn {
        padding: 15px 15px;
        font-size: 15px;
    }

    .tmx-site-header .header-right .close-form .theme-btn {
        line-height: 1;
    }
}

@media (max-width: 1110px) {

    .tmx-site-header .header-right .close-form .theme-btn,
    .tmx-site-header .header-right .close-form .view-cart-btn {
        font-size: 13px;
        height: 45px;
    }
}

@media (max-width: 991px) {

    .tmx-site-header .header-right .close-form .theme-btn,
    .tmx-site-header .header-right .close-form .view-cart-btn {
        /*        padding: 0;*/
    }
}

@media (max-width: 991px) {

    .tmx-site-header .header-right .close-form .theme-btn .text,
    .tmx-site-header .header-right .close-form .view-cart-btn .text {
        display: none;
    }
}

@media (min-width: 991px) {

    .tmx-site-header .header-right .close-form .theme-btn .mobile,
    .tmx-site-header .header-right .close-form .view-cart-btn .mobile {
        display: none;
    }
}



.tmx-site-header .header-right .close-form .theme-btn .mobile .fi,
.tmx-site-header .header-right .close-form .view-cart-btn .mobile .fi {
    font-size: 20px;
}

@media (max-width: 450px) {
    .tmx-site-header .header-right>div {
        margin-right: 10px;
    }

    .header-right {
        right: -10px;
    }
}

.tmx-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

.tmx-site-header-s1 .header-right>div:last-child {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .tmx-site-header .header-right>div:last-child {
        margin: 0;
    }

    .tmx-site-header-s1 .header-right>div:last-child {
        margin-left: 20px;
    }
}

.tmx-site-header .header-right .header-search-form-wrapper {
    position: relative;
    padding: 20px;
}

.tmx-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
}

@media (max-width: 450px) {
    .tmx-site-header .header-right .header-search-form-wrapper,
    .tmx-site-header .header-right .cart-toggle-btn {
        display: none;
    }
}

@media (max-width: 450px) {
    .tmx-site-header .header-right .search-toggle-btn {
        width: 18px;
        height: 30px;
        text-align: center;
    }
}

.tmx-site-header .header-right .search-toggle-btn .fi {
    margin-right: 0px;
    font-size: 18px;
}

.tmx-site-header.default-header .header-right .search-toggle-btn .fi {
    color: #16182F;
}

@media (max-width: 450px) {
    .tmx-site-header .header-right .search-toggle-btn .fi {
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .tmx-site-header .header-right .search-toggle-btn .fi:before {
        font-size: 16px;
    }
}

.tmx-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: 0;
}

.tmx-site-header.tmx-site-header-s1 .header-right .search-toggle-btn .ti-close {
    color: #fff;
}

.tmx-site-header .header-right>.theme-btn {}

.tmx-site-header .header-right .mobile-btn {
    display: none;
}

@media (max-width: 991px) {
    .tmx-site-header .header-right .mobile-btn {
        display: block;
    }

    .tmx-site-header .header-right .mobile-btn a {
        display: block;
        padding: 12px 13px;
        color: #fff;
        background: #FC0012;
        line-height: 1;
        border-radius: 5px;
    }

    .tmx-site-header .header-right .close-form .theme-btn {
        display: none;
    }
}



@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em;
}

.header-search-area form {
    position: relative;
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search-area input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ED6B37;
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.header-search-area form button:focus {
    border: none;
    outline: none;
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99;
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0;
}

.tmx-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.tmx-site-header .navigation {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.tmx-site-header .navigation>.container {
    position: relative;
}

@media (max-width: 991px) {
    .tmx-site-header .navigation {
        padding: 20px 0;
    }
}

.tmx-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tmx-site-header #navbar>ul li a:hover,
.tmx-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #FC0012;
}

@media screen and (min-width: 992px) {
    .tmx-site-header #navbar {
        /*** hover effect ***/
    }

    .tmx-site-header #navbar li {
        position: relative;
    }

    .tmx-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 25px;
        display: block;
        color: #16182F;
        font-weight: 600;
        position: relative;
        text-transform: capitalize;
    }

    .tmx-site-header-s3.tmx-site-header #navbar>ul>li>a {
        color: #fff;
    }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
    .tmx-site-header #navbar>ul>li>a {
        padding: 35px 18px;
    }
}

@media screen and (min-width: 992px) {
    .tmx-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 235px;
        position: absolute;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tmx-site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        display: block;
        padding: 12px 15px;
        color: #16182F;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        text-transform: capitalize;
        border-bottom: 1px solid #f1f1f1;
    }

    .tmx-site-header #navbar>ul>li .sub-menu a:hover {
        color: #c83226;
    }


    .tmx-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tmx-site-header #navbar>ul>li:hover>.sub-menu {
        top: 98%;
        visibility: visible;
        opacity: 1;
    }

    .tmx-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 98%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .tmx-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }

    .tmx-site-header #navbar>ul>li a:hover,
    .tmx-site-header #navbar>ul>li a.active {
        color: #fff;
    }

    .tmx-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .tmx-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .tmx-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd;
    }

    .tmx-site-header #navbar>ul .menu-item-has-children>a:hover,
    .tmx-site-header #navbar>ul .menu-item-has-children>a.active {
        color: #fff;
    }

    .tmx-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tmx-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
    }

    .tmx-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .tmx-site-header .navbar-header .open-btn {
        display: none;
    }

    .tmx-site-header #navbar .close-navbar {
        display: none;
    }
}

.tmx-site-header .menu-close {
    display: none;
}

@media (max-width: 991px) {
    .tmx-site-header {
        /* class for show hide navigation */
    }

    .tmx-site-header .container {
        width: 100%;
    }

    .tmx-site-header .mobail-menu button {
        background-color: #FC0012;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .tmx-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tmx-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .tmx-site-header .mobail-menu button span:last-child {
        margin: 0;
    }

    .tmx-site-header #navbar {
        background: #101010;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .admin-bar .tmx-site-header #navbar {
        top: 45px;
    }

    .tmx-site-header #navbar .navbar-nav {
        display: block;
    }

    .tmx-site-header #navbar>ul {
        position: relative;
        z-index: 101;
    }

    .tmx-site-header #navbar ul a {
        color: #000;
    }

    .tmx-site-header #navbar ul a:hover,
    .tmx-site-header #navbar ul li.current a {
        color: #ED6B37;
    }

    .tmx-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .tmx-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .tmx-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .tmx-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
    }

    .tmx-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .tmx-site-header .navbar-toggler .first-angle,
    .tmx-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tmx-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .tmx-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .tmx-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .tmx-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .tmx-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

.tmx-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
}

@media (max-width: 991px) {
    .tmx-site-header .navbar-collapse.collapse {
        display: none;
    }

    .tmx-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .tmx-site-header .navbar-header .collapse,
    .tmx-site-header .navbar-toggle {
        display: block;
    }

    .tmx-site-header .navbar-header {
        float: none;
    }

    .tmx-site-header .navbar-right {
        float: none;
    }

    .tmx-site-header .navbar-nav {
        float: none;
    }

    .tmx-site-header .navbar-nav>li {
        float: none;
    }

    .tmx-site-header .navbar-header .navbar-brand img {
        margin: auto;
    }
}


@media (max-width: 440px) {
    .tmx-site-header .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}

@media (max-width: 370px) {
    .tmx-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1700px) {
    .tmx-site-header {
        /*        padding: 0 30px;*/
    }
}

@media (max-width: 1500px) {
    .tmx-site-header #navbar>ul>li>a {
        padding: 30px 15px;
    }

    .tmx-site-header {
        padding: 0 10px;
    }
}

@media (max-width: 1400px) {
    .tmx-site-header #navbar>ul>li>a {
        padding: 30px 10px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .tmx-site-header #navbar>ul>li>a {
        padding: 30px 6px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .tmx-site-header #navbar>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px;
    }
}

@media (max-width: 991px) {
    .tmx-site-header #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {

    .tmx-site-header,
    .tmx-header-style-2 {
        z-index: 99999;
    }
}

.tmx-site-header .navigation.sticky-header {
    padding: 0 130px;
    background: #fff;
}

.tmx-site-header.tmx-site-header-s3 .navigation.sticky-header {
    background: #163668;
}

@media (max-width: 1700px) {
    .tmx-site-header .navigation.sticky-header {
        padding: 0 50px;
    }
}

@media (max-width: 1400px) {
    .tmx-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .tmx-site-header .navigation.sticky-header {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .tmx-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }
}




/*--------------------------------------------------------------
Transparent Header
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
     .tmx-site-header.tmx-site-header-s3 {
        background-color: rgba(0, 0, 0, 0.12);
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    } 
    .tmx-site-header.tmx-site-header-s3 .navigation {
        background-color: transparent;
    }

   .tmx-site-header.tmx-site-header-s3 .header-right .search-toggle-btn i:before {
        color: #fff;
    }

   .tmx-site-header.tmx-site-header-s3 .header-right .theme-btn {
        background-color: transparent;
        color: #fff;
    }

      .tmx-site-header.tmx-site-header-s3 .header-right .close-form .theme-btn:hover {
        color: #fff;
        background-color: #c83226;
    }

    .elementor-section.topbar-fixed-section {
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        min-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .topbar.s2 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .topbar.s2,
    .topbar.s2 .navigation {
        background-color: transparent;
    }

    .topbar.s2 .contact-info ul>li+li {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .topbar.s2 .navigation #navbar>ul>li>a,
    .topbar.s2 .navigation .search-quote .open-btn .fi:before {
        color: #fff;
    }

    .topbar.s2 .social ul a:hover {
        color: #c83226;
    }

     .topbar.s2 .contact-info {
        color: #fff;
    }

     .topbar.s2 .social ul a {
        color: #fff;
    }

}
@media (max-width: 991px) {
    .tmx-site-header-s3 {
        background-color: #333;
    }
    .tmx-site-header.tmx-site-header-s3 .header-right .search-toggle-btn i:before {
        color: #fff;
    }
}
/*--------------------------------------------------------------
#0.6  cta-section
--------------------------------------------------------------*/
.cta-section {
    padding: 100px 0;
    color: #274054;
    position: relative;
}

@media (max-width: 991px) {
    .cta-section {
        padding: 80px 0 70px;
    }
}

.cta-section .intro-text {
    width: 515px;
    float: left;
    border-right: 1px solid #ececec;
    padding-right: 65px;
}

@media (max-width: 991px) {
    .cta-section .intro-text {
        float: none;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .cta-section .intro-text {
        width: 100%;
    }
}

.cta-section .intro-text>span {
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    .cta-section .intro-text>span {
        font-size: 16px;
        font-size: 1rem;
    }
}

.cta-section .intro-text>h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5em;
    color: #274054;
    margin: 0.7em 0 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .cta-section .intro-text>h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.cta-section .details {
    width: calc(100% - 515px);
    float: right;
    padding-left: 65px;
    padding-top: 38px;
}

@media (max-width: 1199px) {
    .cta-section .details {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .cta-section .details {
        width: 100%;
        float: none;
        padding: 40px 0 0;
    }
}

.cta-section .details p {
    color: #5d6d7a;
    margin: 0;
}


/*--------------------------------------------------------------
#0.7  about-section
--------------------------------------------------------------*/
.about-section .content-area {
    position: relative;
}

.about-section .left-col {
    background-color: #f8f8f8;
    width: calc(50% + 150px);
    padding: 135px 0 140px;
    float: left;
}

@media (max-width: 1199px) {
    .about-section .left-col {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .about-section .left-col {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .about-section .left-col {
        padding: 80px 0;
    }
}

.about-section .about-text {
    max-width: 720px;
    margin-left: auto;
    padding-right: 80px;
}

@media (max-width: 1199px) {
    .about-section .about-text {
        max-width: 620px;
    }
}

@media (max-width: 991px) {
    .about-section .about-text {
        max-width: 750px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .about-section .about-text {
        max-width: auto;
        padding: 0 15px;
    }
}

.about-section .about-text>span {
    color: #c83226;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .about-section .about-text>span {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.about-section .about-text>h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4em;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {
    .about-section .about-text>h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.about-section .about-text>p {
    margin-bottom: 2.5em;
}

.about-section .about-text>p:last-child {
    margin-bottom: 0;
}

.about-section .right-col {
    width: calc(50% - 150px);
    height: 100%;
    float: right;
    background: url("../images/about-video.jpg") center center/cover no-repeat local;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .about-section .right-col {
        width: 100%;
        float: none;
        position: relative;
        height: 450px;
    }
}

@media (max-width: 767px) {
    .about-section .right-col {
        height: 350px;
    }
}

.about-section .video-holder a {
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@media (max-width: 767px) {
    .about-section .video-holder a {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

.about-section .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c83226;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section .video-holder a:after {
    content: "";
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spineer 2s 1.5s infinite;
    animation: spineer 2s 1.5s infinite;
}

@media (max-width: 767px) {
    .about-section .video-holder a:after {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

@-webkit-keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    }

    to {
        -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    }
}

@keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    }

    to {
        -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    }
}

.about-section-s3 .video-area {
    position: relative;
}

.about-section-s3 .video-area .successfull-case {
    width: 150px;
    height: 150px;
    background: rgba(246, 244, 240, 0.98);
    text-align: center;
    padding: 20px;
    position: absolute;
    left: -75px;
    bottom: -25px;
}

@media (max-width: 1199px) {
    .about-section-s3 .video-area .successfull-case {
        left: 15px;
    }
}

@media (max-width: 991px) {
    .about-section-s3 .video-area .successfull-case {
        display: none;
    }
}

.about-section-s3 .video-area .successfull-case:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid rgba(246, 244, 240, 0.98);
    border-left: 40px solid transparent;
    position: absolute;
    right: 25px;
    top: -25px;
}

.about-section-s3 .video-area .successfull-case span {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;
    display: block;
    color: #c83226;
    margin-bottom: 0.5em;
}

.about-section-s3 .video-area .successfull-case p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2em;
    color: #696565;
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .about-section-s3 .video-holder {
        margin-top: 70px;
    }
}

.about-section-s3 .video-holder a {
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

@media (max-width: 767px) {
    .about-section-s3 .video-holder a {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

.about-section-s3 .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c83226;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section-s3 .video-holder a:after {
    content: "";
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spineer 2s 1.5s infinite;
    animation: spineer 2s 1.5s infinite;
}

@media (max-width: 767px) {
    .about-section-s3 .video-holder a:after {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

.about-section-s3 .about-text h3+p {
    margin-bottom: 15px;
}

.about-section-s3 .about-text p {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    .about-section-s3 .about-text {
        padding-right: 50px;
    }
}

@-webkit-keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    }

    to {
        -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    }
}

@keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    }

    to {
        -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
        box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    }
}

/*--------------------------------------------------------------
#2.1  about-section-s2
--------------------------------------------------------------*/

.about-section-s2 .row,
.about-section-s3 .row,
.about-section-s2 .container,
.about-section-s3 .container {
    position: relative;
}

.about-section-s2 .about-pic,
.about-section-s3 .about-pic {
    position: absolute;
    right: 15px;
    bottom: -120px;
    width: auto;
    max-width: 450px;
}

@media (max-width: 991px) {

    .about-section-s2 .about-pic,
    .about-section-s3 .about-pic {
        display: none;
    }
}

.about-section-s2 .about-text>span,
.about-section-s3 .about-text>span {
    font-size: 16px;
    font-size: 1rem;
    color: #c83226;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .about-section-s2 .about-text>span,
    .about-section-s3 .about-text>span {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.about-section-s2 .about-text>h3,
.about-section-s3 .about-text>h3 {
    font-size: 28px;
    line-height: 1.5em;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {

    .about-section-s2 .about-text>h3,
    .about-section-s3 .about-text>h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.about-section-s2 .about-text>p,
.about-section-s3 .about-text>p {
    margin-bottom: 2.5em;
}

.about-section-s2 .info h4,
.about-section-s3 .info h4 {
    margin: 0 0 0.3em;
}

.about-section-s2 .info>span,
.about-section-s3 .info>span {
    font-size: 14px;
    font-size: 0.875rem;
}



/*--------------------------------------------------------------
#0.8  service-section
--------------------------------------------------------------*/

.service-section .service-grids {
    text-align: center;
}

.service-section .service-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 50px 50px;
}

@media (max-width: 1199px) {
    .service-section .service-grids .grid {
        padding: 0 20px 50px;
    }
}

@media (max-width: 991px) {
    .service-section .service-grids .grid {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .service-section .service-grids .grid {
        width: 100%;
        float: none;
    }
}

.service-section .grid .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 25px;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.service-section .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #c83226;
}

.service-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.6em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section .grid h3 a {
    color: #274054;
}

.service-section .grid h3 a:hover {
    color: #c83226;
}

.service-section .grid p {
    margin: 0;
}


/*--------------------------------------------------------------
#2.2  service-section-s2
--------------------------------------------------------------*/


.service-section-s2 .service-grids {
    margin: 0 -15px;
}

@media (max-width: 1366px) {
    .service-section-s2 .service-grids {
        padding: 0px 15px;
    }
}

.service-section-s2 .service-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    padding: 0 15px 0 85px;
    margin: 0 15px 60px;
    position: relative;
}

@media (max-width: 991px) {
    .service-section-s2 .service-grids .grid {
        width: calc(50% - 30px);
        margin: 0 15px 50px;
    }
}

@media (max-width: 550px) {
    .service-section-s2 .service-grids .grid {
        width: calc(100% - 30px);
        float: none;
        margin: 0 15px 40px;
    }
}

.service-section-s2 .grid .icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border: 1px solid #e8e4e4;
    border-radius: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .service-section-s2 .grid .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.service-section-s2 .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #c83226;
}

@media (max-width: 991px) {
    .service-section-s2 .fi:before {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.service-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.6em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-section-s2 .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section-s2 .grid h3 a {
    color: #274054;
}

.service-section-s2 .grid h3 a:hover {
    color: #c83226;
}

.service-section-s2 .grid p {
    margin: 0;
}

/*--------------------------------------------------------------
#0.9  testimonials-contact-section
--------------------------------------------------------------*/

.testimonials-contact-section .testimonial-grids,
.testimonials-contact-section-s2 .testimonial-grids,
.testimonials-section-page .testimonial-grids {
    margin: 0 -15px;
}

.testimonials-contact-section .testimonial-grids .grid,
.testimonials-contact-section-s2 .testimonial-grids .grid,
.testimonials-section-page .testimonial-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 991px) {

    .testimonials-contact-section .testimonial-grids .grid,
    .testimonials-contact-section-s2 .testimonial-grids .grid,
    .testimonials-section-page .testimonial-grids .grid {
        width: calc(100% - 30px);
        float: none;
        margin: 0 15px 70px;
    }
}

.testimonials-contact-section .testimonial-grids .quote,
.testimonials-contact-section-s2 .testimonial-grids .quote,
.testimonials-section-page .testimonial-grids .quote {
    background-color: #fff;
    padding: 35px 40px 43px;
}

@media (max-width: 991px) {

    .testimonials-contact-section .testimonial-grids .quote,
    .testimonials-contact-section-s2 .testimonial-grids .quote,
    .testimonials-section-page .testimonial-grids .quote {
        padding: 40px 35px;
    }
}

.testimonials-contact-section .testimonial-grids .quote p,
.testimonials-contact-section-s2 .testimonial-grids .quote p,
.testimonials-section-page .testimonial-grids .quote p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6em;
    margin: 0;
    font-style: italic;
}

@media (max-width: 991px) {

    .testimonials-contact-section .testimonial-grids .quote p,
    .testimonials-contact-section-s2 .testimonial-grids .quote p,
    .testimonials-section-page .testimonial-grids .quote p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.testimonials-contact-section .testimonial-grids .details,
.testimonials-contact-section-s2 .testimonial-grids .details,
.testimonials-section-page .testimonial-grids .details {
    background: url("../images/testimonials/quote.png") right center/auto no-repeat local;
    padding-left: 95px;
    margin-top: 30px;
    position: relative;
    border: 1px solid transparent;
}

@media (max-width: 991px) {

    .testimonials-contact-section .testimonial-grids .details,
    .testimonials-contact-section-s2 .testimonial-grids .details,
    .testimonials-section-page .testimonial-grids .details {
        background-image: none;
        padding-left: 90px;
        margin-top: 20px;
    }
}

.testimonials-contact-section .testimonial-grids .client-pic,
.testimonials-contact-section-s2 .testimonial-grids .client-pic,
.testimonials-section-page .testimonial-grids .client-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials-contact-section .testimonial-grids .client-pic img,
.testimonials-contact-section-s2 .testimonial-grids .client-pic img,
.testimonials-section-page .testimonial-grids .client-pic img {
    border-radius: 50%;
    border: 2px solid #c83226;
}

.testimonials-contact-section .testimonial-grids .details h4,
.testimonials-contact-section-s2 .testimonial-grids .details h4,
.testimonials-section-page .testimonial-grids .details h4 {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    margin: 0.8em 0 0;
}

.testimonials-contact-section .testimonial-grids .details h4+span,
.testimonials-contact-section-s2 .testimonial-grids .details h4+span,
.testimonials-section-page .testimonial-grids .details h4+span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #bfbfbf;
}

.testimonials-contact-section .contact-row,
.testimonials-contact-section-s2 .contact-row,
.testimonials-section-page .contact-row {
    position: relative;
    color: #fff;
}


.testimonials-contact-section .contact-row .separator,
.testimonials-contact-section-s2 .contact-row .separator,
.testimonials-section-page .contact-row .separator {
    background: #2f2f2f;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials-contact-section .contact-area h3,
.testimonials-contact-section-s2 .contact-area h3,
.testimonials-section-page .contact-area h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4em;
    color: #fff;
    margin: 0 0 1em;
    padding-right: 100px;
}

@media (max-width: 991px) {

    .testimonials-contact-section .contact-area h3,
    .testimonials-contact-section-s2 .contact-area h3,
    .testimonials-section-page .contact-area h3 {
        font-size: 25px;
        font-size: cacl-rem-value(25);
    }
}

.testimonials-contact-section .contact-area p,
.testimonials-contact-section-s2 .contact-area p,
.testimonials-section-page .contact-area p {
    margin-bottom: 2em;
    color: #fff;
}

@media (max-width: 991px) {

    .testimonials-contact-section .contact-area p,
    .testimonials-contact-section-s2 .contact-area p,
    .testimonials-section-page .contact-area p {
        font-size: 16px;
        font-size: cacl-rem-value(16);
    }
}

.testimonials-contact-section .contact-area ul {
    padding-left: 0;
    list-style: none;
}

.testimonials-contact-section .contact-area ul li,
.testimonials-contact-section-s2 .contact-area ul li,
.testimonials-section-page .contact-area ul li {
    padding-left: 68px;
    padding-top: 5px;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
}

.testimonials-contact-section .contact-area ul li span,
.testimonials-contact-section-s2 .contact-area ul li span,
.testimonials-section-page .contact-area ul li span {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    margin-top: -5px;
}

.testimonials-contact-section .contact-area ul>li+li,
.testimonials-contact-section-s2 .contact-area ul>li+li,
.testimonials-section-page .contact-area ul>li+li {
    margin-top: 40px;
}

.testimonials-contact-section .contact-area .icon,
.testimonials-contact-section-s2 .contact-area .icon,
.testimonials-section-page .contact-area .icon {
    background-color: #fff;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.testimonials-contact-section .contact-area .icon i,
.testimonials-contact-section-s2 .contact-area .icon i,
.testimonials-section-page .contact-area .icon i {
    color: #c83226;
}

.testimonials-contact-section .contact-area .icon img {
    max-width: 20px;
}

.testimonials-contact-section .contact-form,
.testimonials-contact-section-s2 .contact-form,
.testimonials-section-page .contact-form {
    margin-top: 40px;
}

@media (max-width: 991px) {

    .testimonials-contact-section .contact-form,
    .testimonials-contact-section-s2 .contact-form,
    .testimonials-section-page .contact-form {
        margin-top: 20px;
    }
}

.testimonials-contact-section .contact-form input,
.testimonials-contact-section-s2 .contact-form input,
.testimonials-section-page .contact-form input,
.testimonials-contact-section .contact-form textarea,
.testimonials-contact-section-s2 .contact-form textarea,
.testimonials-section-page .contact-form textarea {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
    border: 1px solid #545252;
    color: #fff;
    border-radius: 0;
    padding: 6px 18px;
}

.testimonials-contact-section .contact-form input:focus,
.testimonials-contact-section-s2 .contact-form input:focus,
.testimonials-section-page .contact-form input:focus,
.testimonials-contact-section .contact-form textarea:focus,
.testimonials-contact-section-s2 .contact-form textarea:focus,
.testimonials-section-page .contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c83226;
}

.testimonials-contact-section .contact-form form,
.testimonials-contact-section-s2 .contact-form form,
.testimonials-section-page .contact-form form {
    margin: 0 -15px;
}

.testimonials-contact-section .contact-form form ::-webkit-input-placeholder,
.testimonials-contact-section-s2 .contact-form form ::-webkit-input-placeholder,
.testimonials-section-page .contact-form form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #aba8a8;
}

.testimonials-contact-section .contact-form form :-moz-placeholder,
.testimonials-contact-section-s2 .contact-form form :-moz-placeholder,
.testimonials-section-page .contact-form form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #aba8a8;
}

.testimonials-contact-section .contact-form form ::-moz-placeholder,
.testimonials-contact-section-s2 .contact-form form ::-moz-placeholder,
.testimonials-section-page .contact-form form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #aba8a8;
}

.testimonials-contact-section .contact-form form :-ms-input-placeholder,
.testimonials-contact-section-s2 .contact-form form :-ms-input-placeholder,
.testimonials-section-page .contact-form form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #aba8a8;
}

.testimonials-contact-section .contact-form form>div,
.testimonials-contact-section-s2 .contact-form form>div,
.testimonials-section-page .contact-form form>div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    overflow: hidden;
}

@media (max-width: 550px) {

    .testimonials-contact-section .contact-form form>div,
    .testimonials-contact-section-s2 .contact-form form>div,
    .testimonials-section-page .contact-form form>div {
        width: calc(100% - 30px);
        float: none;
    }
}

.testimonials-contact-section .contact-form form>.submit-area,
.testimonials-contact-section-s2 .contact-form form>.submit-area,
.testimonials-section-page .contact-form form>.submit-area {
    margin-bottom: 0;
}

.testimonials-contact-section .contact-form form .comment-area,
.testimonials-contact-section-s2 .contact-form form .comment-area,
.testimonials-section-page .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
}

.testimonials-contact-section .contact-form form .comment-area textarea,
.testimonials-contact-section-s2 .contact-form form .comment-area textarea,
.testimonials-section-page .contact-form form .comment-area textarea {
    height: 170px;
}

.testimonials-contact-section .contact-form form .comment-area textarea:focus,
.testimonials-contact-section-s2 .contact-form form .comment-area textarea:focus,
.testimonials-section-page .contact-form form .comment-area textarea:focus {
    border-color: #c83226;
    outline: none;
}

/*--------------------------------------------------------------
#1.0  case-studies-section
--------------------------------------------------------------*/
@media (max-width: 767px) {

    .case-studies-section .section-title-s2,
    .case-studies-section-s2 .section-title-s2 {
        text-align: center;
    }
}

.case-studies-section .grid-filters,
.case-studies-section-s2 .grid-filters {
    margin-top: -10px;
    margin-bottom: 40px;
}

.case-studies-section .grid-filters ul {
    padding-left: 0;
    list-style: none;
}

@media (max-width: 767px) {

    .case-studies-section .grid-filters,
    .case-studies-section-s2 .grid-filters {
        text-align: center;
    }

    .case-studies-section .grid-filters ul,
    .case-studies-section-s2 .grid-filters ul {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {

    .case-studies-section .grid-filters li,
    .case-studies-section-s2 .grid-filters li {
        display: inline-block;
    }
}

.case-studies-section .grid-filters li a,
.case-studies-section-s2 .grid-filters li a {
    color: #274054;
    font-weight: 600;
    padding: 5px 20px 7px;
    display: block;
    border-radius: 45px;
    text-transform: capitalize;
    border: 1px solid transparent;
}

@media (max-width: 991px) {

    .case-studies-section .grid-filters li a,
    .case-studies-section-s2 .grid-filters li a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.case-studies-section .grid-filters li a.current,
.case-studies-section-s2 .grid-filters li a.current {
    border: 1px solid #c83226;
    color: #c83226;
}

.case-studies-section .grid-filters li a:active,
.case-studies-section-s2 .grid-filters li a:active,
.case-studies-section .grid-filters li a:focus,
.case-studies-section-s2 .grid-filters li a:focus {
    text-decoration: none;
}

.case-studies-section .grid-container,
.case-studies-section-s2 .grid-container {
    margin: 0 -2px;
}

.case-studies-section .grid-container .grid,
.case-studies-section-s2 .grid-container .grid {
    width: calc(33.33% - 2px);
    float: left;
    margin: 0 1px 2px;
    position: relative;
}

@media (max-width: 991px) {

    .case-studies-section .grid-container .grid,
    .case-studies-section-s2 .grid-container .grid {
        width: calc(50% - 4px);
    }
}

@media (max-width: 767px) {

    .case-studies-section .grid-container .grid,
    .case-studies-section-s2 .grid-container .grid {
        width: calc(50% - 4px);
    }
}

@media (max-width: 550px) {

    .case-studies-section .grid-container .grid,
    .case-studies-section-s2 .grid-container .grid {
        width: calc(100% - 4px);
        float: none;
    }
}

.case-studies-section .grid .hover-content,
.case-studies-section-s2 .grid .hover-content {
    background: rgba(200, 50, 38, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.case-studies-section .grid:hover .hover-content,
.case-studies-section-s2 .grid:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.case-studies-section .hover-content .text,
.case-studies-section-s2 .hover-content .text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.case-studies-section .hover-content h4,
.case-studies-section-s2 .hover-content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.3em;
}

@media (max-width: 767px) {

    .case-studies-section .hover-content h4,
    .case-studies-section-s2 .hover-content h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.case-studies-section .hover-content h4 a,
.case-studies-section-s2 .hover-content h4 a {
    color: #fff;
}

.case-studies-section .hover-content h4 a:hover,
.case-studies-section-s2 .hover-content h4 a:hover {
    color: #ffe8e8;
}

.case-studies-section .hover-content h4+span,
.case-studies-section-s2 .hover-content h4+span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #d5d5d5;
}

@media (max-width: 767px) {

    .case-title-wrap .section-title-s2 {
        text-align: center;
    }

}

/*--------------------------------------------------------------
#1.1  cta-s2-section
--------------------------------------------------------------*/

.cta-s2-section h3 {
    font-size: 36px;
    color: #fff;
    margin: -0.1em 0 0.8em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .cta-s2-section h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cta-s2-section h3 {
        font-size: 25px;
    }
}

.cta-s2-section p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .cta-s2-section p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cta-s2-section p {
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
#1.2  team-section
--------------------------------------------------------------*/


.team-section .team-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .team-section .team-grids {
        margin: 0 -7.5px;
    }
}

.team-section .team-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .team-section .team-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .team-section .team-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}

@media (max-width: 550px) {
    .team-section .team-grids .grid {
        width: calc(100% - 15px);
        float: none;
        margin: 0 7.5px 45px;
    }
}

.team-section .grid .info {
    background-color: #fff;
    width: 100%;
    padding: 25px;
    -webkit-box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .team-section .grid .info {
        padding: 20px;
    }
}

.team-section .grid .member-pic {
    overflow: hidden;
    position: relative;
}

.team-section .grid .member-pic:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-section .grid .member-pic img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-section .grid:hover .member-pic img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.team-section .grid:hover .member-pic:before {
    opacity: 0.7;
}

.team-section .info h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
}

@media (max-width: 767px) {
    .team-section .info h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.team-section .info h3 a {
    color: #274054;
}

.team-section .info h3 a:hover {
    color: #c83226;
}

.team-section .info h3+span {
    color: #c83226;
    font-size: 14px;
    font-size: 0.875rem;
}

.team-section .info ul {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.team-section .info ul li {
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    font-weight: normal;
}

.team-section .info ul i {
    position: absolute;
    left: 0;
    top: 5px;
}

.team-section .info ul>li:first-child i {
    left: -2px;
}

.team-section .info ul>li+li {
    margin-top: 2px;
}

/*--------------------------------------------------------------
#1.2    team-section-s2
--------------------------------------------------------------*/

.team-section-s2 .team-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .team-section-s2 .team-grids {
        margin: 0 -7.5px;
    }
}

.team-section-s2 .team-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .team-section-s2 .team-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .team-section-s2 .team-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}

@media (max-width: 550px) {
    .team-section-s2 .team-grids .grid {
        width: calc(100% - 15px);
        float: none;
        margin: 0 7.5px 45px;
    }
}

.team-section-s2 .grid .info {
    background-color: #fff;
    width: calc(100% - 60px);
    text-align: center;
    padding: 25px;
    margin: -25px auto 0;
    -webkit-box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .team-section-s2 .grid .info {
        width: calc(100% - 40px);
        padding: 20px;
        margin: -20px auto 0;
    }
}

.team-section-s2 .grid:hover .info {
    background: #c83226;
}

.team-section-s2 .grid:hover .info a,
.team-section-s2 .grid:hover .info span {
    color: #fff;
}

.team-section-s2 .info h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0.2em;
}

@media (max-width: 767px) {
    .team-section-s2 .info h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.team-section-s2 .info h3 a {
    color: #274054;
}

.team-section-s2 .info h3 a:hover {
    color: #c83226;
}

.team-section-s2 .info h3+span {
    color: #c83226;
}

.team-section-s2 .info ul {
    padding-left: 0;
    list-style: none;
}


/* 3.11 partners-section   */

.partners-section .partners-slider .grid img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 auto;
}

.partners-section .owl-carousel .owl-item img {
    width: auto;
    max-width: 150px;
    display: inline-block;
}

.partners-section .partners-slider .owl-nav {
    display: none;
}

/*--------------------------------------------------------------
#1.4  blog-section
--------------------------------------------------------------*/
.blog-section {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding-bottom: 60px;
    }
}

.blog-section .blog-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
}

.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.blog-section .grid .details {
    padding: 35px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .blog-section .grid .details {
        padding: 20px;
    }
}

.blog-section .grid h3 {
    font-size: 18px;
    margin: 0 0 0.7em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.7em;
    line-height: 1.7em;
}

@media (max-width: 1199px) {
    .blog-section .grid h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-section .grid h3 a {
    color: #274054;
}

.blog-section .grid h3 a:hover {
    color: #c83226;
}

.blog-section .grid ul {
    overflow: hidden;
}

.blog-section .grid ul li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

.blog-section .grid li a {
    color: #5d6d7a;
}

.blog-section .grid li a:hover {
    color: #c83226;
}

.blog-section .grid ul>li+li {
    margin-left: 20px;
}

.blog-section .grid li i {
    display: inline-block;
    padding-right: 3px;
    color: #c83226;
}

.blog-section .grid ul>li:last-child i {
    position: relative;
    top: 2px;
}

.blog-section .entry-media {
    position: relative;
}

.blog-section .entry-media .date {
    background: rgba(200, 50, 38, 0.9);
    padding: 25px 25px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.blog-section .entry-media p {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 0.8em;
    color: #fff;
    margin: 0;
}

.blog-section .entry-media p span {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: capitalize;
}

/*------------------------------------
    service single sidebar
------------------------------------*/
.service-sidebar {
    max-width: 365px;
}

@media (max-width: 1199px) {
    .service-sidebar {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 70px;
    }
}

.service-sidebar>.widget+.widget {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .service-sidebar>.widget+.widget {
        margin-top: 70px;
    }
}

.service-sidebar .widget h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.6em;
}

.service-sidebar .service-list-widget ul li,
.service-sidebar .attorney-list-widget ul li {
    border-bottom: 1px solid #f1f1f1;
}

.service-sidebar .service-list-widget a,
.service-sidebar .attorney-list-widget a {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #5d6d7a;
    padding: 14px 0;
    font-weight: 500;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget li.current-item a,
.service-sidebar .attorney-list-widget a:hover,
.service-sidebar .attorney-list-widget li.current-item a {
    color: #c83226;
}

.service-sidebar .attorney-list-widget {
    border: 4px solid #f0f2f3;
    padding: 40px 30px 20px;
    overflow-wrap: break-word;
}

.service-sidebar .attorney-list-widget ul li:last-child {
    border: 0;
}

.attorney-list-widget h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.attorney-list-widget ul {
    padding-left: 0;
}

.attorney-list-widget ul li {
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
}

.attorney-list-widget a {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #5d6d7a;
    padding: 14px 0;
    font-weight: 500;
}

.attorney-list-widget a:hover,
.attorney-list-widget li.current-item a {
    color: #c83226;
}

.attorney-list-widget {
    border: 4px solid #f0f2f3;
    padding: 40px 30px 20px;
    overflow-wrap: break-word;
}

.attorney-list-widget ul li:last-child {
    border: 0;
}

.contact-widget {
    border: 4px solid #f0f2f3;
    padding: 40px 30px;
    overflow-wrap: break-word;
    padding-right: 4px;
}

.contact-widget h3 {
    margin-top: 0;
}

.contact-widget ul {
    padding-left: 0;
    list-style: none;
}

.contact-widget ul li {
    font-size: 18px;
    font-weight: 500;
}

.contact-widget li span {
    color: #c83226;
}

.contact-widget ul>li+li {
    margin-top: 12px;
}


/*Case Sidebar*/

.project-sidebar .link-widget ul li {
    border-bottom: 1px solid #f1f1f1;
}

.project-sidebar .link-widget a {
    font-size: 18px;
    display: block;
    color: #5d6d7a;
    padding: 14px 0;
    font-weight: 500;
}

.project-sidebar .link-widget a:hover,
.project-sidebar .link-widget li.current-item a color: #c83226;
}

.project-sidebar .link-widget {
    border: 4px solid #f0f2f3;
    padding: 40px 30px 20px;
    overflow-wrap: break-word;
}

.project-sidebar .link-widget ul li:last-child {
    border: 0;
}

.project-sidebar .contact-widget {
    border: 4px solid #f0f2f3;
    padding: 40px 30px;
    overflow-wrap: break-word;
}

.project-sidebar .contact-widget li span {
    color: #c83226;
}

.project-sidebar .contact-widget ul>li+li {
    margin-top: 15px;
}

/*Attorney Table*/


.info-table {
    margin-top: 20px;
}

.info-table td {
    border: 1px solid #e6e6e6;
    padding: 8px 12px;
}

.info-table .table tr>td:first-child {
    color: #274054;
}

.info-table .social {
    float: right;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .info-table .social {
        float: none;
        margin: 0 0 15px;
    }
}

.info-table ul {
    overflow: hidden;
}

@media (max-width: 991px) {
    .info-table ul {
        display: inline-block;
    }
}

.info-table ul li {
    float: left;
}

.info-table ul>li+li {
    margin-left: 10px;
}

.info-table ul a {
    color: #333;
    font-size: 14px;
}

.info-table ul a:hover {
    color: #c83226;
}

/*--------------------------------------------------------------
#11.1  shop-pg-section
--------------------------------------------------------------*/

.shop-pg-section .shop-grids {
    margin: 0 -15px;
}

.shop-pg-section .shop-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 991px) {
    .shop-pg-section .shop-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 550px) {
    .shop-pg-section .shop-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.shop-pg-section .grid:hover .cart-details li {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.shop-pg-section .img-cart {
    position: relative;
    overflow: hidden;
    /*    z-index: 1;*/
}

.shop-pg-section .img-cart:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: rgba(20, 33, 43, 0.4);
    transition: all 0.3s;
}

.shop-pg-section .img-cart:hover:before {
    height: 100%;
}

.shop-pg-section .cart-details {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.shop-pg-section .cart-details ul {
    overflow: hidden;
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
}

.shop-pg-section .cart-details li {
    float: left;
    margin: 7px;
    position: relative;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.shop-pg-section .cart-details li:last-child {
    transition: all 0.3s;
}

.shop-pg-section .details {
    text-align: center;
    padding: 30px 15px;
}

.shop-pg-section .details h4 {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .shop-pg-section .details h4 {
        font-size: 20px;
    }
}

.shop-pg-section .details h4 a {
    color: #262b3e;
}

.shop-pg-section .details h4 a:hover {
    color: #EC180C;
}

.shop-pg-section .details del {
    color: #aaa;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .shop-pg-section .details del {
        font-size: 14px;
    }
}

.shop-pg-section .details .price {
    color: #262b3e;
    font-weight: 500;
}

@media (max-width: 991px) {
    .shop-pg-section .details .price {
        font-size: 14px;
    }
}

.shop-pg-section .pagination-wrapper {
    text-align: center;
    clear: both;
}

.shop-pg-section .details ins {
    text-decoration: none;
    font-weight: 600;
}

.shop-pg-section .cart-details .theme-btn {
    background: #FC0012;
    color: #fff;
}

.shop-pg-section .cart-details .theme-btn:hover {
    background: #fff;
    color: #333;
}

/*--------------------------------------------------------------
  contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1  contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section .submit-btn-wrapper {
    text-align: center;
}

.contact-pg-section form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .contact-pg-section form {
        margin: 0 0 0 -15px;
    }
}

.contact-pg-section form .one-third-col {
    width: 33.33%;
    float: left;
}

@media (max-width: 600px) {
    .contact-pg-section form .one-third-col {
        width: 100%;
        float: left;
    }
}

.contact-pg-section form div {
    padding: 0 15px 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contact-pg-section form div {
        padding: 0 0 15px 15px;
    }
}

.contact-pg-section form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-pg-section form input,
.contact-pg-section form textarea {
    background-color: #f9f9f9;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {

    .contact-pg-section form input,
    .contact-pg-section form textarea {
        height: 45px;
    }
}

.contact-pg-section form input:focus,
.contact-pg-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c83226;
}

.contact-pg-section form textarea {
    height: 200px;
    padding: 15px;
}


.contact-pg-section .contact-info>div {
    width: calc(33.33% - 30px);
    float: left;
    position: relative;
    text-align: center;
    margin: 0 15px 80px;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    padding: 70px 45px 45px;
}

@media (max-width: 991px) {
    .contact-pg-section .contact-info>div {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info>div {
        width: calc(100% - 30px);
        float: none;
    }
}

.contact-pg-section .contact-info .icon {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
    display: table;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    position: absolute;
    left: calc(50% - 40px);
    top: -40px;
}

.contact-pg-section .contact-info .icon img {
    max-width: 30px;
}

.contact-pg-section .contact-info .icon i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #c83226;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info .icon i {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.contact-pg-section .contact-info h5 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.09em;
}

.contact-pg-section .contact-info p {
    line-height: 1.5em;
    margin-bottom: 0.2em;
}

.aequity-section-title.section-title p {
    max-width: 740px;
    margin: auto;
}

/*--------------------------------------------------------------
#3.2  pricing-section
--------------------------------------------------------------*/


.pricing-section .pricing-grids {
    margin-top: 25px;
}

.pricing-section .pricing-grids .grid {
    background-color: #fff;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 30px 55px 40px;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1199px) {
    .pricing-section .pricing-grids .grid {
        padding: 30px 45px 40px;
    }
}

@media (max-width: 991px) {
    .pricing-section .pricing-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .pricing-section .pricing-grids .grid {
        padding: 35px 25px;
    }
}

@media (max-width: 600px) {
    .pricing-section .pricing-grids .grid {
        width: 100%;
        float: none;
    }
}

.pricing-section .pricing-grids>.grid:nth-child(2) {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .pricing-section .pricing-grids>.grid:nth-child(2) {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

.pricing-section .pricing-grids>.grid:nth-child(2) .pricing-footer a {
    opacity: 1;
}

.pricing-section .pricing-header .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
    color: #c83226;
}

.pricing-section .pricing-header h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.pricing-section .pricing-header h3+p {
    font-size: 15px;
    margin-bottom: 15px;
}

.pricing-section .pricing-header .price {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
}

@media (max-width: 991px) {
    .pricing-section .pricing-header .price {
        font-size: 35px;
    }
}
.pricing-section .pricing-header .price p {
    margin-bottom: 0;
}
.pricing-section .pricing-header .price span {
    font-size: 18px;
}
.pricing-section .pricing-body ul {
    padding-left: 0;
    list-style: none;
}

.pricing-section .pricing-body ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

@media (max-width: 991px) {
    .pricing-section .pricing-body ul li {
        font-size: 14px;
    }
}

.pricing-section .pricing-body ul li i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.pricing-section .pricing-body ul>li+li {
    margin-top: 10px;
}

.pricing-section .pricing-footer {
    margin-top: 40px;
}

.pricing-section .pricing-footer a {
    opacity: 0.7;
}

.pricing-section .pricing-footer a:hover {
    opacity: 1;
}

.pricing-section .pricing-body ul li:before {
    position: relative;
    left: -5px;
    top: 1px;
    content: "\e64d";
    font-family: 'themify';
}

/*--------------------------------------------------------------
#3.3  award-section
--------------------------------------------------------------*/
.award-section {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .award-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .award-section {
        padding-bottom: 50px;
    }
}

.award-section .award-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .award-section .award-grids {
        margin: 0 -7.5px;
    }
}

.award-section .award-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    border: 2px solid #f8f8f8;
}

@media (max-width: 767px) {
    .award-section .award-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 450px) {
    .award-section .award-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

/*--------------------------------------------------------------
4. tmx-footer
--------------------------------------------------------------*/
.tmx-site-footer {
    background: #191c21;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
}


@media (max-width: 991px) {

    .tmx-site-footer {
        padding-top: 0;
        margin-top: 0;
    }

}

.tmx-site-footer ul {
    list-style: none;
}

.tmx-site-footer .tmx-lower-footer p,
.tmx-site-footer .tmx-lower-footer a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.tmx-site-footer li {
    color: #fff;
}

.tmx-site-footer .container {
    position: relative;
}

.tmx-site-footer .tmx-upper-footer {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .tmx-site-footer .tmx-upper-footer {
        padding: 50px 0 0;
    }
}

@media (max-width: 767px) {
    .tmx-site-footer .tmx-upper-footer {
        padding: 60px 0 0;
    }
}

@media (max-width: 991px) {
    .tmx-site-footer .tmx-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .tmx-site-footer .tmx-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.tmx-site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .tmx-site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.tmx-site-footer .widget-title h3 {
    color: #fff;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 22px;
}

@media (max-width: 1399px) {
    .tmx-site-footer .widget-title h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .tmx-site-footer .widget-title h3 {
        font-size: 17px;
    }
}

.tmx-site-footer .about-widget .logo {
    max-width: 180px;
    padding-bottom: 30px;
}

.tmx-site-footer .about-widget .widget-title {
    margin-bottom: 0;
}

.tmx-site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
    max-width: 350px;
    color: #d2d2d2;
    font-size: 16px;
}

.tmx-site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

.tmx-site-footer .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
}

.tmx-site-footer .about-widget ul li {
    font-size: 22px;
    float: left;
}

.tmx-site-footer .about-widget ul li a {
    color: #d2d2d2;
    background: transparent;
    display: block;
    text-align: center;
    font-size: 18px;
}

.tmx-site-footer .about-widget ul li a:hover {
    color: #fff;
    background: #FC0012;
}

.tmx-site-footer .about-widget ul li a i::before {
    font-size: 14px;
}

.tmx-site-footer .about-widget ul li+li {
    margin-left: 25px;
}

@media (max-width: 1200px) {
    .tmx-site-footer .about-widget ul li+li {
        margin-left: 15px;
    }
}

.tmx-site-footer .tmx-service-link-widget {
    padding-left: 70px;
}

.tmx-site-footer .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .tmx-site-footer .link-widget {
        padding-left: 0px;
    }

    .tmx-site-footer .text-widget {
        padding-left: 20px;
    }

}

@media (max-width: 1199px) {
    .tmx-site-footer .link-widget {
        padding-left: 0;
    }

    .tmx-site-footer .text-widget {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .tmx-site-footer .link-widget {
        max-width: 350px;
    }
}

.tmx-site-footer .link-widget ul {
    padding-left: 25px;
}

.tmx-site-footer .link-widget ul li {
    position: relative;
    padding-bottom: 8px;
}

.tmx-site-footer .link-widget ul li:before {
    font-family: Flaticon;
    content: "\f106";
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    left: -20px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.tmx-site-footer .link-widget ul li a {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.tmx-site-footer .link-widget ul li a:hover {
    color: #998269;
}

.tmx-site-footer .contact-ft {
    margin-top: 20px;
}

.tmx-site-footer .contact-ft p {
    margin-bottom: 15px;
    color: #687693;
    font-size: 16px;
}

.tmx-site-footer .contact-ft ul {
    padding-left: 0;
}

.tmx-site-footer .contact-ft ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 35px;
    color: #687693;
    font-size: 16px;
    font-weight: 400;
}

.tmx-site-footer .contact-ft ul li:nth-child(2) {
    max-width: 250px;
}

.tmx-site-footer .contact-ft ul li:nth-child(3) {
    max-width: 290px;
}

.tmx-site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.tmx-site-footer .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.tmx-site-footer .social-widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.tmx-site-footer .social-widget ul li a:hover {
    color: #CDB091;
}

.tmx-site-footer .social-widget ul li a i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .tmx-site-footer .newsletter-widget {
        max-width: 350px;
    }
}

.tmx-site-footer .newsletter-widget p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #d2d2d2;
}

.tmx-site-footer .newsletter-widget form {
    margin-top: 30px;
    position: relative;
}

.tmx-site-footer .newsletter-widget form input {
    background-color: transparent;
    height: 55px;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
}

.tmx-site-footer .newsletter-widget form .submit {
    margin-top: 20px;
}

.tmx-site-footer .newsletter-widget form .submit button {
    background: #CDB091;
    border: 1px solid transparent;
    outline: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 45px;
}

.tmx-site-footer .tmx-lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tmx-site-footer .tmx-lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.tmx-site-footer .tmx-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}

.tmx-site-footer .tmx-lower-footer .copyright a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .tmx-site-footer .tmx-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.tmx-site-footer .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.tmx-site-footer .instagram ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.tmx-site-footer .instagram ul li img {
    width: 100%;
}

/*--------------------------------------------------------------
10. tmx-blog-pg-section
--------------------------------------------------------------*/
.tmx-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

.tmx-blog-pg-section .tmx-blog-content .post {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .tmx-blog-pg-section .tmx-blog-content .post {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tmx-blog-pg-section .tmx-blog-content .post {
        margin-bottom: 40px;
    }
}

.tmx-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .tmx-blog-pg-section .entry-meta {
        margin-bottom: 30px;
    }
}

.tmx-blog-pg-section .entry-meta ul {
    list-style: none;
    padding-left: 0;
}

.tmx-blog-pg-section .entry-meta ul li {
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    color: #636893;
}

.tmx-blog-pg-section .entry-meta ul li a {
    color: #636893;
    font-weight: 600;
}


.tmx-blog-pg-section .entry-meta ul li a:hover {
    color: #FC0012;
}

.tmx-blog-pg-section .entry-meta ul li i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.tmx-blog-pg-section .entry-meta ul li i:before {
    font-size: 14px;
}

.tmx-blog-pg-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
}

.tmx-blog-pg-section .entry-meta ul li+li i {
    padding-right: 3px;
}

.tmx-blog-pg-section .entry-meta ul li+li+li i {
    top: 1px;
}

.tmx-blog-pg-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    /*content: "";*/
    background: #FC0012;
    border-radius: 50%;
}

@media (max-width: 440px) {
    .tmx-blog-pg-section .entry-meta ul li+li:before {
        display: none;
    }
}

@media (max-width: 440px) {
    .tmx-blog-pg-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .tmx-blog-pg-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 440px) {
    .tmx-blog-pg-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.tmx-blog-pg-section .post h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
    .tmx-blog-pg-section .post h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .tmx-blog-pg-section .post h3 {
        font-size: 20px;
    }
}

.tmx-blog-pg-section .post h3 a {
    color: #232f4b;
}

.tmx-blog-pg-section .post h3 a:hover {
    color: #FC0012;
}

.tmx-blog-pg-section .post p {
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .tmx-blog-pg-section .post p {
        font-size: 16px;
    }
}

.tmx-blog-pg-section .post a.read-more {
    color: #232f4b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #FC0012;
}

.tmx-blog-pg-section .post a.read-more:hover {
    color: #c83226;
}

@media (max-width: 767px) {

    .tmx-blog-pg-section .format-standard,
    .tmx-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.tmx-blog-pg-section .format-standard {
    position: relative;
}

.tmx-blog-pg-section .format-gallery {
    position: relative;
}

.tmx-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tmx-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
    background: #FC0012;
    color: #fff;
}

.tmx-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    color: #FC0012;
    transition: all 0.3s;
    border: 0;
}

.tmx-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
    font-size: 20px;
}

.tmx-blog-pg-section .format-gallery .owl-nav .owl-prev,
.tmx-blog-pg-section .format-gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tmx-blog-pg-section .format-gallery .owl-nav .owl-prev {
    left: 15px;
}

.tmx-blog-pg-section .format-gallery .owl-nav .owl-next {
    right: 15px;
}

.tmx-blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative;
}

@media (max-width: 767px) {
    .tmx-blog-pg-section .format-quote {
        padding: 40px 20px;
    }
}

.tmx-blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.tmx-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "";
    font-size: 250px;
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tmx-blog-pg-section .format-quote h3,
.tmx-blog-pg-section .format-quote p {
    position: relative;
}

.tmx-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.tmx-blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: #FC0012;
    background: linear-gradient(left, #1835c7, #FC0012);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    opacity: 0.5;
}

.tmx-blog-pg-section .format-video .video-holder:hover:before {
    opacity: 0.7;
}

.tmx-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.tmx-blog-pg-section .format-video .video-holder a:before {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 140%;
    height: 140%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-animation: save-the-date-pulse 1s infinite;
    animation: save-the-date-pulse 1s infinite;
    border-radius: 50%;
    z-index: -1;
}

.tmx-blog-pg-section .format-video .video-holder .fi:before {
    font-size: 20px;
    color: #FC0012;
}

@media screen and (min-width: 1200px) {
    .blog-pg-left-sidebar .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .blog-pg-fullwidth .tmx-blog-content {
        padding: 0;
    }
}

@-webkit-keyframes save-the-date-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(0.95, 0.95, 0.95);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes save-the-date-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(0.95, 0.95, 0.95);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

/*--------------------------------------------------------------
11. tmx-blog-single-section
--------------------------------------------------------------*/
.tmx-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.tmx-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
}

.tmx-blog-single-section .entry-meta ul {
    list-style: none;
    padding-left: 0;
}

.tmx-blog-single-section .entry-meta ul li {
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    color: #636893;
}

.tmx-blog-single-section .entry-meta ul li a {
    color: #636893;
    font-weight: 600;
}

.tmx-blog-single-section .entry-meta ul li a:hover {
    color: #FC0012;
}

.tmx-blog-single-section .entry-meta ul li i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.tmx-blog-single-section .entry-meta ul li i:before {
    font-size: 14px;
}

.tmx-blog-single-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
}

.tmx-blog-single-section .entry-meta ul li+li i {
    padding-right: 4px;
}

.tmx-blog-single-section .entry-meta ul li+li+li i {
    position: relative;
    top: 0px;
}

.tmx-blog-single-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    /*content: "";*/
    background: #FC0012;
    border-radius: 50%;
}

@media (max-width: 440px) {
    .tmx-blog-single-section .entry-meta ul li+li:before {
        display: none;
    }
}

@media (max-width: 440px) {
    .tmx-blog-single-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .tmx-blog-single-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 440px) {
    .tmx-blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.tmx-blog-single-section .entry-media img {
    width: 100%;
}

.tmx-blog-single-section .post h2 {
    font-size: 35px;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .post h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .tmx-blog-single-section .post h2 {
        font-size: 25px;
    }
}

.tmx-blog-single-section .post p {
    margin-bottom: 1.5em;
}

.tmx-blog-single-section .post h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .post h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .tmx-blog-single-section .post h3 {
        font-size: 20px;
    }
}


@media (max-width: 767px) {
    .tmx-blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}


.tmx-blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0;
}

.tmx-blog-single-section .post .gallery>div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px;
}

.tmx-blog-single-section .post .gallery img {
    width: 100%;
}

.tmx-blog-single-section .tag-share,
.tmx-blog-single-section .tag-share-s2 {
    margin: 75px 0 0;
    color: #232f4b;
}

@media (max-width: 767px) {

    .tmx-blog-single-section .tag-share,
    .tmx-blog-single-section .tag-share-s2 {
        margin-top: 40px;
    }
}

.tmx-blog-single-section .tag-share ul,
.tmx-blog-single-section .tag-share-s2 ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.tmx-blog-single-section .tag-share ul li,
.tmx-blog-single-section .tag-share-s2 ul li {
    float: left;
}

@media (max-width: 767px) {

    .tmx-blog-single-section .tag-share ul li,
    .tmx-blog-single-section .tag-share-s2 ul li {
        margin: 2px;
    }
}

.tmx-blog-single-section .tag-share ul>li+li,
.tmx-blog-single-section .tag-share-s2 ul>li+li {
    margin-left: 10px;
}

@media (max-width: 767px) {

    .tmx-blog-single-section .tag-share ul>li+li,
    .tmx-blog-single-section .tag-share-s2 ul>li+li {
        margin: 2px;
    }
}

.tmx-blog-single-section .tag-share .tag,
.tmx-blog-single-section .tag-share-s2 .tag {
    display: flex;
    align-items: center;
}

.tmx-blog-single-section .tag-share .tag>span,
.tmx-blog-single-section .tag-share-s2 .tag>span {
    color: #232f4b;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
}

.tmx-blog-single-section .tag-share .tag ul,
.tmx-blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative;
    padding-left: 0;
}

.tmx-blog-single-section .tag-share .tag li,
.tmx-blog-single-section .tag-share-s2 .tag li {
    position: relative;
}

.tmx-blog-single-section .tag-share .tag a,
.tmx-blog-single-section .tag-share-s2 .tag a {
    font-size: 12px;
    font-size: 0.8rem;
    display: inline-block;
    padding: 5px 18px;
    color: #1d2327;
    background: #f5f5f5;
    border-radius: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .tmx-blog-single-section .tag-share .tag a,
    .tmx-blog-single-section .tag-share-s2 .tag a {
        font-size: 14px;
    }
}


.tmx-blog-single-section .tag-share-s2 {
    margin: 0;
    border-bottom: 0;
}

.tmx-blog-single-section .tag-share-s2 .tag a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #627381;
    padding: 0;
}

.tmx-blog-single-section .tag-share-s2 .tag ul>li:first-child a {
    color: #3c5ba4;
}

.tmx-blog-single-section .tag-share-s2 .tag ul>li:nth-child(2) a {
    color: #47a0d9;
}

.tmx-blog-single-section .tag-share-s2 .tag ul>li:nth-child(3) a {
    color: #0073b1;
}

.tmx-blog-single-section .tag-share-s2 .tag ul>li:nth-child(4) a {
    color: #9c0343;
}


.tmx-blog-single-section .has-tag-share .tag a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #627381;
    padding: 0;
}

.tmx-blog-single-section .has-tag-share .tag ul>li:first-child a {
    color: #3c5ba4;
}

.tmx-blog-single-section .has-tag-share .tag ul>li:nth-child(2) a {
    color: #47a0d9;
}

.tmx-blog-single-section .has-tag-share .tag ul>li:nth-child(3) a {
    color: #0073b1;
}

.tmx-blog-single-section .has-tag-share .tag ul>li:nth-child(4) a {
    color: #9c0343;
}

.tmx-blog-single-section .tag-share .tag ul li a:hover,
.tmx-blog-single-section .tag-share-s2 .tag ul li a:hover {
    color: #fff;
    background: #FC0012;
}

.tmx-blog-single-section .author-box {
    margin: 50px 0 60px;
}

.tmx-blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.tmx-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.tmx-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.tmx-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.tmx-blog-single-section .author-box .author-name {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #232f4b;
}

.tmx-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.tmx-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px;
}

.tmx-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 13px;
    color: #232f4b;
}

.tmx-blog-single-section .author-box .social-link a:hover {
    color: #FC0012;
}

.tmx-blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #d8e0f1;
    padding: 0 25px;
}

.tmx-blog-single-section .more-posts>div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts>div {
        width: 100%;
        float: none;
    }
}

.tmx-blog-single-section .more-posts>div>a {
    display: inline-block;
}

.tmx-blog-single-section .more-posts .previous-post,
.tmx-blog-single-section .more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {

    .tmx-blog-single-section .more-posts .previous-post,
    .tmx-blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.tmx-blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #d8e0f1;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #d8e0f1;
    }
}

.tmx-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
}

.tmx-blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "themify";
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts .next-post .post-control-link:before {
        display: none;
    }
}

.tmx-blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.tmx-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
}

.tmx-blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "themify";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none;
    }
}

.tmx-blog-single-section .more-posts .previous-post>a>span,
.tmx-blog-single-section .more-posts .next-post>a>span {
    display: block;
}

.tmx-blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.tmx-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
    color: #232f4b;
    margin: 0.7em 0 0;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.tmx-blog-single-section .more-posts a:hover .post-control-link {
    color: #FC0012;
}

.tmx-blog-single-section .comments-area {
    margin-top: 70px;
}

.tmx-blog-single-section .comments-area li>div {
    border-bottom: 1px solid #e4effb;
    padding: 35px;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .comments-area li>div {
        padding: 35px 25px;
    }
}

.tmx-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.tmx-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}

.tmx-blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.tmx-blog-single-section .comments-area .comments-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 1em;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .comments-area .comments-title {
        font-size: 20px;
    }
}

.tmx-blog-single-section .comments-area li>div {
    position: relative;
}

.tmx-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.tmx-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.tmx-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.tmx-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
    font-weight: 500;
}

.tmx-blog-single-section .comments-area .comments-meta h4 {
    font-size: 18px;
    color: #232f4b;
    font-weight: 400;
    margin: 0 0 1em;
}

.tmx-blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    font-size: 1rem;
    color: #6e6e6e;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}

.tmx-blog-single-section .comments-area .comment-reply-link {
    font-size: 14px;
    font-weight: 600;
    color: #232f4b;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tmx-blog-single-section .comments-area .comment-reply-link:hover {
    color: #fb505c;
}


.tmx-blog-single-section .comment-respond .comment-reply-title {
    font-size: 24px;
    margin: 0 0 1.1em;
    font-weight: 400;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
    }
}

.tmx-blog-single-section .comment-respond form input,
.tmx-blog-single-section .comment-respond form textarea {
    background-color: #f9f9f9;
    width: 100%;
    height: 55px;
    border: 1px solid #E3E3E3;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.3s;
}

.tmx-blog-single-section .comment-respond form input:focus,
.tmx-blog-single-section .comment-respond form textarea:focus {
    box-shadow: none;
    border-color: #FC0012;
}

@media (max-width: 991px) {

    .tmx-blog-single-section .comment-respond form input,
    .tmx-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.tmx-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .tmx-blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.tmx-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.tmx-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
        width: 100%;
        float: none;
    }
}

.tmx-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .tmx-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.tmx-blog-single-section .comment-respond .form-submit input {
    max-width: 185px;
    background-color: #FC0012;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 18px;
    border-radius: 0px;
    height: 55px;
    font-weight: 500;
}

.tmx-blog-single-section .comment-respond .form-submit input:hover {
    background-color: #333;
}

@media screen and (min-width: 1200px) {
    .tmx-blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}



/*--------------------------------------------------------------
21. error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error h2 {
    font-size: 150px;
    margin: 0;
}

@media (max-width: 991px) {
    .error-404-section .error h2 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error h2 {
        font-size: 100px;
    }
}


.error-404-section .error-message {
    margin-top: 0px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 0px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    max-width: 750px;
    margin: auto;
    margin-bottom: 1.8em;
}