* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
    --theme-color: #812800;
    --white-color: #ffffff;
    --dark-color: #000000;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    z-index: 9;
    margin: 0px auto;
    /*overflow: hidden;*/
}

body {
    font-size: 16px;
    color: #6E6E6E;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Barlow', sans-serif;
}

.p-tb-60 {
    padding: 1px 60px;
}

a,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2B2D42;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: var(--theme-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ff_pr {
    font-family: 'Barlow', sans-serif;
}

.ff_sec {
    font-family: 'Roboto', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: var(--dark-color);
    font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1;
}

h2,
.h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 25px !important;
    font-weight: 500 !important;
}

h4,
.h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

h5,
.h5 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

h6,
.h6 {
    font-size: 16px !important;
    font-weight:500 !important;
}

p {
    font-size: 18px;
    color: #494949;
    line-height: 1.7;
    text-align: justify;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

section {
    position: relative;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.no-gutters {
    margin: 0;
}

.row-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row>* {
    padding: 0 15px;
}

.row.no-gutters>* {
    padding: 0;
}

.row-15>* {
    padding: 0 7.5px;
}

.row-20>* {
    padding: 0 10px;
}

.nav-tabs .nav-link {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.nav-tabs {
    border: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container.full-width {
    max-width: 100%;
}

.auto-container.alt {
    max-width: 1500px;
}

.auto-container.alt2 {
    max-width: 1430px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.gray-bg {
    background-color: #f1f4fb !important;
}

.light-bg {
    background-color: #fff !important;
}

.dark-bg {
    background-color: #0b1930 !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.nice-select {
    height: 60px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    line-height: 58px;
}

.nice-select:after {
    border-color: rgb(110 110 110 / 50%);
    height: 10px;
    width: 10px;
    right: 20px;
    margin-top: -6px;
}

.nice-select .list {
    width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    display: none !important;
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
}

.owl-nav {
    display: none;
}

.theme-color {
    color: var(--theme-color);
}

.theme-bg {
    background-color: var(--theme-color);
}

.h_340 {
    height: 340px;
}

.h_140 {
    height: 140px;
}

.b__75 {
    bottom: -75px;
}

.t__85 {
    top: -85px;
}

.section-padding {
    padding: 150px 0 120px;
}

/* btn 1 */
.btn-1 {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    color: var(--white-color);
    transition: .5s;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-weight: 400;
}

.btn-1:hover {
    color: var(--theme-color);
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
}

.btn-1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--white-color);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-1 i {
    margin-left: 15px;
    font-size: 18px;
    transition: .5s;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    line-height: 15px;
    top: 3px;
}

.btn-1 i:before {
    font-weight: bold;
}

.btn-1:hover i {
    color: #fff;
}

.btn-1:hover span {
    width: 225%;
    height: 562.5px;
}

.btn-1.text-center {
    display: inline-block;
}

.btn-1.text-center i {
    top: 0;
}

/* btn alt */

.btn-1.btn-alt {
    background-color: #2C2A49;
}

.btn-1.btn-alt span {
    background-color: var(--theme-color);
}

/* btn alt2 */
.btn-1.btn-alt2 {
    background: #fff;
    color: #242424;
}

.btn-1.btn-alt2:hover {
    color: #fff;
}

.btn-1.btn-alt2 span {
    background: var(--theme-color);
}

/* btn alt3 */
.btn-1.btn-alt3 {
    background: transparent;
    border: 2px solid var(--white-color);
}

.btn-1.btn-alt3:hover i,
.btn-1.btn-alt3:hover {
    color: var(--theme-color);
    background-color: #fff;
}

.btn-1.btn-alt3 span {
    background: #fff;
}

/* btn alt4 */
.btn-1.btn-alt4 {
    background: transparent;
    border: 1px solid var(--white-color);
}

.btn-1.btn-alt4:hover i,
.btn-1.btn-alt4:hover {
    color: var(--theme-color);
    background-color: #fff;
}

.btn-1.btn-alt4 span {
    background: #fff;
}


/* Header Style */
.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

/* Header Top */

.header-top-1 {
    background: #2C2A49;
}

@media (max-width:991px) {
    .header-top-1 {
        display: none;
    }
}

ul.header-top-1-contact-info i {
    color: var(--theme-color);
    margin-right: 10px;
}

ul.header-top-1-contact-info li {
    color: #fff;
    margin: 11.5px 0;
    margin-right: 60px;
    position: relative;
}

ul.header-top-1-contact-info li+li:before {
    position: absolute;
    content: '';
    top: -9px;
    left: -30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
}

ul.header-top-1-contact-info li span {
    color: #A5A4B3;
}

ul.header-top-1-contact-info li a {
    color: #fff;
}

ul.header-top-1-contact-info li a:hover {
    color: var(--theme-color);
}

.header-top-1-social-icon a {
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    font-size: 15px;
}

.header-top-1-social-icon {
    position: relative;
}

.header-top-1-social-icon a:hover {
    color: var(--theme-color);
}

.header-top-1-login a {
    color: #fff;
}

.header-top-1-login a:hover {
    color: var(--theme-color);
}

.language-switcher {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 29px;
}

.language-switcher>.nice-select {
    background: transparent;
    border: transparent;
    color: #fff;
    height: 50px;
    line-height: 48px;
    padding-left: 0;
}

.language-switcher .nice-select:after {
    right: 10px;
    width: 7px;
    height: 7px;
    border-color: #fff;
}

.language-switcher .nice-select .list {
    min-width: 80px;
}

.language-switcher .nice-select .list li {
    color: #222;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .inner-container {
    position: relative;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.main-header .header-upper .left-column {
    position: relative;
}

.main-header .nav-outer {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .inner-container .nav-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-menu .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 35px;
}

.main-menu .contact-info .icon {
    width: 75px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}

.main-menu .contact-info h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.main-menu .contact-info h4 {
    font-size: 22px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: inherit;
    padding: 37px 0px;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    width: 23px;
    height: 1px;
    opacity: 0;
}

.main-menu .navigation>li.current:before {
    opacity: 1;
}

.main-menu .navigation>li:last-child:before {
    display: none;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    padding: 3px 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li>a:hover {
    color: #61b3fb;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: inherit;
    top: 80%;
    /* right: 15%; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #161616;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border-top: 3px solid var(--theme-color);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 3px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--theme-color);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    content: '\f054';
    font-weight: 900;
    right: -10px;
    top: 5px;
    display: block;
    line-height: 20px;
    font-size: 17px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background-color: #161616;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 25px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 18px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color);
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: '\f107';
    right: 0;
    top: 6px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid var(--white-color);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    cursor: pointer;
    z-index: 5;
    display: none;
}

/** megamenu **/


.sidemenu-nav-toggler {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}

.sidemenu-nav-toggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: var(--white-color);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.sticky-header .main-menu .navigation {
    margin-left: 0;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .inner-container {
    margin-bottom: 0;
    box-shadow: none;
}

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 1.5px 0px;
}

.sticky-header .main-menu .navigation>li {
    padding: 17px 0px;
}

.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px;
}

.sticky-header .main-menu .navigation>li:before {
    bottom: 20px;
}

.header-style-eight .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
    border: 1px solid #fff;
    transition: .5s;
}

.header-style-eight .mobile-nav-toggler:hover,
.nav-outer .mobile-nav-toggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.header-style-eight .mobile-nav-toggler {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    pointer-events: auto;
    ;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: center;
    margin-top: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--theme-color);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--white-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

button.theme-btn.search-toggler {
    background: transparent;
    transition: .5s;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: 1px solid var(--white-color);
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 46px;
}



button.theme-btn.search-toggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

button.theme-btn.search-toggler.border_none {
    border: transparent;
    background: transparent;
    font-size: 18px;
    width: auto;
    height: auto;
}

button.theme-btn.search-toggler.border_none:hover {
    color: var(--theme-color);
}

.sidemenu-nav-toggler.border_none {
    width: 80px;
    height: auto;
    border: none;
    background: transparent;
    margin: 0;
    padding-left: 15px;
}

/** scroll-to-top **/
.scroll-to-top {
    position: fixed;
    left: 2%;
    bottom: 60px;
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text i {
    font-size: 22px;
    cursor: pointer;
    transition: all 500ms ease;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 2px;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}

header.main-header.header-style-one {
    position: absolute;
}


/* hover zoom 1 */
.hvr-zoom-1 {
    position: relative;
    z-index: 1;
}

.hvr-zoom-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;

}

.hvr-zoom-1-dark:before {
    background: #222;
}

.hvr-zoom-1-primary:before {
    background: var(--theme-color);
}

.hvr-zoom-1:hover:before {
    transform: scale(1, 1);
}



.w-100 {
    width: 100%;
}

.pt_355 {
    padding-top: 355px;
}

.pt_330 {
    padding-top: 330px;
}

.pt_240 {
    padding-top: 240px;
}

.pb_240 {
    padding-bottom: 240px;
}

.pb_320 {
    padding-bottom: 320px;
}

.pb_220 {
    padding-bottom: 220px;
}

@media (min-width:992px) {
    .ml_lg__30 {
        margin-left: -30px;
    }
}

.c_primary {
    color: var(--theme-color);
}

.c_primary2 {
    color: #ff863e;
}

.c_light {
    color: #fff;
}

.c_light a {
    color: #fff;
}

.c_light a:hover {
    color: var(--theme-color);
}

.c_dark {
    color: #161837;
}

.c_dark2 {
    color: #000;
}

.c_dark3 {
    color: #444;
}

.c_dark4 {
    color: #161837;
}

.c_dark5 {
    color: #242424;
}


.c_light_dark {
    color: #8a8a8a;
}

.bg_light {
    background-color: #fff;
}

.bg_dark {
    /*background-color: #161616;*/
    background-color: #531800
}

.bg_dark2 {
    background-color: #09376b;
}

.bg_dark3 {
    background-color: #0e112e;
}

.bg_dark4 {
    background-color: #08254f;
}

.bg_dark5 {
    background-color: #111720;
}

.bg_dark6 {
    background-color: #0d1330;
}

.bg_dark7 {
    background-color: #011b39;
}

.bg_dark8 {
    background-color: #0a1222;
}

.bg_dark9 {
    background-color: #141414;
}

.bg_dark10 {
    background-color: #1a1a1a;
}

.bg_sec {
    background-color: #136ab2;
}

.bg_gray {
    background-color: #f1f4fb;
}

.bg_gray2 {
    background-color: #f4f7f9;
}

.bg_gray3 {
    background-color: #d9d9d9;
}

.bg_gray4 {
    background-color: #eff1f4;
}

.bg_gray5 {
    background-color: #f5f7fa;
}

.bg_gray6 {
    background-color: #e1e6ee;
}

.bg_gray7 {
    background-color: #edf1f4;
}

.bg_gray8 {
    background-color: #d2d2d2;
}

.bg_gray9 {
    background-color: #f3f3f4;
}

.bg_gray10 {
    background-color: #f5f7fc;
}

.bg_gray11 {
    background-color: #f8f8fa;
}

.bg_light_dark {
    background-color: #b9b9c3;
}

.bg_primary {
    background-color: var(--theme-color);
}

.bg_primary2 {
    background-color: #ff3318;
}

.bg_primary3 {
    background-color: #ff863e;
}

.tt_u {
    text-transform: uppercase;
}

.bg_cover {
    background-size: cover;
}

.fw_black {
    font-weight: 300;
}

.banner-1-image-2 {
    position: absolute;
    left: 50%;
    bottom: -40px;
}

.text_stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 60%);
    color: transparent;
    z-index: 99;
}

@media (min-width: 1200px) {
    .ml_lg_130 {
        margin-left: 130px;
    }
}

.line-grid-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

span.line-grid-1 {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-2 {
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-3 {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-4 {
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-5 {
    position: absolute;
    left: 90%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}



.with_shadow {
    filter: drop-shadow(5.448px 10.692px 43.5px rgba(0, 32, 92, 0.12));
    background-color: var(--white-color);
}

.shadow-1 {
    filter: drop-shadow(0 0 31px rgba(0, 0, 0, 0.17));
    background-color: #736969;
}

.h_576 {
    height: 576px;
}


.h_435 {
    height: 435px;
}

.b__50 {
    bottom: -50px;
}

.t__50 {
    top: -50px;
}

.t__35 {
    top: -35px;
}

.p_33 {
    padding: 33px;
}

.pb_210 {
    padding-bottom: 210px;
}

.w_260 {
    width: 260px;
}

.fs_176 {
    font-size: 176px;
    position: relative;
    left: -9px;
}

.fs_130 {
    font-size: 130px;
    position: relative;
    left: -5px;
}

.fs_32 {
    font-size: 32px;
}

ul.list-1 i {
    margin-right: 15px;
    vertical-align: middle;
    color: var(--theme-color);
}

ul.list-1 li {
    margin-bottom: 12px;
}

ul.list-1.alt i {
    color: #bc9669;
}

ul.list-1.alt i:before {
    background: #fff;
    border-radius: 50%;
}


.project-1-image img {
    width: 100%;
}

.project-1-block {
    margin-bottom: 30px;
    position: relative;
}

.project-1-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: var(--white-color);
    text-align: center;
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 20px;
    padding-top: 20px;
}

.project-1-overlay:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    /*background: rgb(0, 128, 0, 0.5);*/
    background: rgb(217 175 175 / 44%);
}

.project-1-block:hover .project-1-overlay:before {
    opacity: .9;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.project-1-content {
    position: absolute;
    left: 15px;
    bottom: 10px;
    transition: .5s;
    transform: translateY(10px);
    opacity: 1;
    background-color: var(--dark-color);
    padding: 5px;
    transform: translateY(0);
}

h4.project-1-title {
    font-size: 22px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 400;
    transition: .5s;
    font-family: "Barlow";
}

.project-1-cat {
    font-size: 1rem;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 300;
    left: 30px;
    bottom: 30px;
    transition: .5s;
    margin-bottom: 5px;
}

.project-1-block:hover .project-1-cat {
    transform: translateY(0);
}

.project-1-image {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.project-1-overlay:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 70%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.project-1-overlay:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.project-1-overlay a {
    position: relative;
    font-size: 30px;
    color: #000;
    line-height: 67px;
    display: inline-block;
    opacity: 0;
    width: 58px;
    height: 58px;
    border-radius: 6px;
    background-color: var(--white-color);
    margin-bottom: 10px;
    transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
    transition-delay: 0s;
    transform: translateY(100px) translateX(-0px);
}

.project-1-block:hover a {
    opacity: 1;
    position: relative;
    z-index: 1;
    transform: translateY(0) translateX(0);
}

.project-1-overlay a:hover {
    color: var(--theme-color);
}

.project-1-overlay a img {
    width: auto;
}

.project-1-section a.btn-1 span {
    background: #fff;
}

.project-1-section a.btn-1:hover {
    color: var(--theme-color);
}

.project-1-row {
    column-count: 4;
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

@media (max-width: 991px) {
    .project-1-row {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .project-1-row {
        column-count: 1;
    }
}

.project-1-overlay a i.flaticon-link {
    font-size: 37px;
}

h1.project-1-bottom-title {
    -webkit-text-stroke-color: rgb(31 38 52 / 20%);
    font-size: 163px;
    text-align: center;
    width: max-content;
    position: relative;
    left: -25px;
    margin-bottom: 85px;
}


/* blog */


.blog-1-block:hover .blog-1-image:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.blog-1-lower-content {
    background: #fff;
    margin-top: -50px;
    margin-left: 25px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 50px;
    transition: .5s;
    z-index: 2;
}

[class*="block"]:hover .blog-1-lower-content {
    filter: drop-shadow(5.448px 10.692px 12.5px rgba(0, 0, 0, 0.04));
    background-color: var(--white-color);
}

.blog-1-lower-content-alt2,
.blog-1-lower-content-alt {
    padding-top: 25px;
    padding-bottom: 50px;
    transition: .5s;
    z-index: 1;
}

.blog-1-lower-content-alt2,
[class*="block"]:hover .blog-1-lower-content-alt {
    background-color: #fff;
}

.blog-1-top-content {
    position: relative;
    opacity: 0;
    transition: .5s;
}

[class*="block"]:hover .blog-1-top-content {
    opacity: 1;
}


.blog-1-date {
    transform: translateY(-50%);
}

.blog-1-read-more a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -11px;
    border-radius: 19px;
    background-color: #f7f4f2;
    width: 140px;
    height: 40px;
    z-index: -1;
    transition: .5s;
    display: inline-block;
    pointer-events: none;
}

.blog-1-read-more a:hover:before {
    left: calc(100% - 140px);
}

.blog-1-read-more.alt a:before {
    left: 0;
    right: 0;
}

.blog-1-read-more.alt a:hover:before {
    left: 0;
}

@media (min-width:1200px) {
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}


ul.footer-social-media {
    display: flex;
    flex-wrap: wrap;
}

ul.footer-social-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #a0a5b1;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 32px;
}

ul.footer-social-media a:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}


/* style two */
.slider-nav-style-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.slider-nav-style-2>* {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    cursor: pointer;
    z-index: 9;
    font-size: 23px;
    transition: .5s;
    border: 2px solid rgba(255, 255, 255, 0.7);
    margin-right: 20px;
    color: #fff;
    box-shadow: 0px 10px 80px rgb(0 0 0 / 20%);
}

.slider-nav-style-2>*:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

/* form */
form input[type=search],
form input[type=text],
form input[type=date],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    background: var(--white-color);
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid var(--theme-color);
    transition: .5s;
}

textarea.form-control {
    border: 1px solid var(--theme-color);
}

textarea.form-control:focus {
    border: 1px solid var(--theme-color);
    box-shadow: none;
    outline: none;
}

form .form-group {
    margin-bottom: 10px;
}

form textarea {
    padding-top: 20px;
    height: 150px;
}

form input[type=search]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    border-color: var(--theme-color);
    box-shadow: none;
    outline: none;
}

/* accordion */
.accordion-box .block {
    position: relative;
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    padding: 24px 40px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    left: -7px;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 6px 40px 40px;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}


.sidebar-page-container {
    position: relative;
    padding: 50px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #f7f7f7;
    height: 52px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    line-height: 38px;
    color: #444;
    font-weight: 400;
    background: #f7f7f7;
}

.sidebar .search-box .form-group input[type="search"]:focus {
    border-color: var(--theme-color);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #909090;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.sidebar .search-box .form-group button:hover {
    color: var(--theme-color);
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
    color: #242424;
    font-weight: 700;
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    right: -30px;
    bottom: 7px;
    width: 20px;
    height: 1px;
    background: #0e2a4e;
}

.sidebar-title.style-two h2 {
    padding-bottom: 18px;
}

.sidebar-title.style-two h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
}

/*Blog Category*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: var(--dark-color);
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list li a:hover {
    color: var(--theme-color);
}

.cat-list li:last-child a {
    border-bottom: 0px;
}

.cat-list li a:after {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    content: '\f054';
    font-weight: 900;
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
}

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 92px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    background-color: #000;
    overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .post-thumb:hover img {
    opacity: 0.5;
    transform: scale(1.05);
}

.sidebar .popular-posts .post .text {
    position: relative;
    margin: 0 0px 0px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 5px;
}

.sidebar .popular-posts .post .text a {
    color: #242424;
    display: inline-block;
    line-height: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 600;
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 25px 6px;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    background: none;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-size: 16px;
    color: #444;
    font-weight: 400;
    text-align: center;
}

.sidebar .popular-tags a:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}


.slider-nav-style-2.project-1-nav>* {
    margin: 0px 10px 0;
    font-size: 20px;
    line-height: 46px;
}

.slider-nav-style-2.service-1-nav>* {
    border: 2px solid #161616;
    box-shadow: none;
    color: #161616;
    margin: 0 10px;
    font-size: 20px;
    line-height: 46px;
}

.slider-nav-style-2.service-1-nav>*:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.slider-nav-style-2.service-1-nav {
    justify-content: center;
    margin-top: 20px;
}



.client-logo-1-image.dark_v {
    background: #0d112d;
    text-align: center;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #272b4f;
    padding: 15px 20px;
}

.client-logo-1-image img {
    /* transition: .5s; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .client-logo-1-image:hover img {
    transform: scale(1.2);
} */

iframe {
    margin-bottom: -7px;
}


/** concept-section **/

.concept-section {
    position: relative;
    background: #1a1a1a;
    padding: 121px 0px 138px 0px;
}

.concept-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 684px;
    height: 700px;
    background-repeat: no-repeat;
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff3f3;
    /*color: var(--theme-color);*/
    padding-left: 40px;
    margin-bottom: 6px;
}

.sub-title:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 0px;
    top: 12px;
    background: #fff3f3;
    /*background: var(--theme-color);*/
}

.text-center .sub-title {
    padding-right: 40px;
}

.text-center .sub-title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    right: 0px;
    top: 12px;
    background: var(--theme-color);
}

.concept-section h2 {
    position: relative;
    display: block;
    max-width: 950px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;
    color: #fff;
    margin-bottom: 38px;
}

.concept-section p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 100;
    max-width: 585px;
    margin-bottom: 0px;
}


.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}


/** faq-section **/

.faq-section {
    position: relative;
    padding-top: 70px;
}

.faq-section .inner-container {
    position: relative;
    padding-bottom: 125px;
    border-bottom: 1px solid #cbccce;
}

.faq-section .big-text {
    display: block;
    font-size: 120px;
    line-height: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    -webkit-text-stroke-color: rgb(26 26 26 / 100%);
    text-align: center;
    width: max-content;
    position: relative;
    margin-bottom: 113px;
    -moz-animation: scroll-left 90s linear infinite;
    -webkit-animation: scroll-left 90s linear infinite;
    animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}


.faq-section .text-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Jost', sans-serif;
    color: #161837;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 16px;
}

.faq-section .accordion-box .block {
    border-bottom: 1px solid #a4a4a4;
}

.faq-section .accordion-box .block .acc-btn {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding: 14px 50px 17px 0px;
    color: var(--white-color);
}

.faq-section .accordion-box .block .content {
    margin-bottom: 19px;
}

.faq-section .accordion-box .block .content {
    padding-left: 0px;
    padding-top: 0px;
}

.faq-section .accordion-box .block .content p {
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn:before {
    position: absolute;
    content: '+';
    top: 15px;
    right: 20px;
    font-size: 24px;
}

.faq-section .accordion-box .block .acc-btn.active:before {
    content: '-';
}

.faq-section .accordion-box {
    margin-left: 50px;
}



/** header-style-12 **/

.header-style-12 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 70px;
}

.header-style-12 .header-upper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.header-style-12 .main-menu .navigation>li.dropdown>a {
    padding-right: 0px;
}

.header-style-12 .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.header-style-12 .main-menu .navigation>li {
    margin-right: 47px;
}

.header-style-12 .main-menu .navigation>li a {
    color: #fff;
}

.header-style-12 button.theme-btn.search-toggler {
    color: #fff;
    font-size: 20px;
    border: none;
}

.header-style-12 .sidemenu-nav-toggler {
    background: transparent;
    border: 1px solid #fff;
}

.header-style-12 .main-menu .navigation>li {
    padding-top: 27px;
    padding-bottom: 27px;
}

.header-style-12 .sticky-header {
    padding: 0px 70px;
}

.header-style-12 .sticky-header .header-upper {
    border-bottom: none;
}

.header-style-12 .sticky-header {
    background: #000;
}



/** banner-style-12 **/

.banner-style-12 {
    position: relative;
    padding: 192px 0px 428px 0px;
}

.banner-style-12 .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-12 .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.banner-style-12 .content-box {
    position: relative;
    display: block;
    padding-top: 40px;
}

.banner-style-12 .content-box .big-text {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    font-size: 120px;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-text-stroke-color: rgb(255 255 255 / 15%);
    color: transparent;
    -webkit-text-stroke-width: 1px;
}

.banner-style-12 .content-box h2 {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 80px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 23px;
}

.banner-style-12 .content-box h3 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 66px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 44px;
}

.banner-style-12 .content-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #f7c600;
    border-radius: 5px;
    padding: 18px 42px;
    letter-spacing: 2px;
}

.banner-style-12 .content-box a:hover {
    color: #fff;
    background: #fd4a36;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 55px;
    color: var(--dark-color);
    font-weight: 300;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 0px 70px;
}

.testimonial-section .outer-container {
    position: relative;
    padding: 120px 0px 115px 0px;
    background: #161616;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-one .inner-box .image-box {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 51px;
}

.testimonial-block-one .inner-box .image-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box .icon-box {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #fd4a36;
    left: 50%;
    margin-left: -22px;
    bottom: -28px;
}

.testimonial-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 31px;
}

.testimonial-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}

.testimonial-section .testimonial-slider-nav {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    width: 100%;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-section .testimonial-slider-control {
    position: absolute;
    display: inline-block;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #e9e9ea;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    transition: all 500ms ease;
}

.testimonial-section .testimonial-slider-control.slider-button-prev {
    left: 0px;
}

.testimonial-section .testimonial-slider-control.slider-button-next {
    right: 0px;
}

.faq-section.home-12 .inner-container {
    border-bottom: none;
}


/** clients-section **/

.clients-section {
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.clients-section .title-text {
    position: relative;
    display: block;
    margin-bottom: 57px;
}

.clients-section .title-text:before {
    position: absolute;
    content: '';
    background: #d5d4d3;
    width: 1233px;
    height: 1px;
    left: 242px;
    bottom: 13px;
}

.clients-section .title-text h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: var(--dark-color);
    font-weight: 900;
    margin-bottom: 0px;
}

.clients-section .clients-logo-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-section .clients-logo-list img {
    position: relative;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-section .clients-logo-list img:hover {
    transform: scale(1.02);
}




/** news-section **/

.news-section {
    position: relative;
    padding: 27px 0px 27px 0px;
}

.news-section .sec-title {
    position: relative;
    display: block;
}

.news-section .sec-title .link {
    position: absolute;
    top: 14px;
    right: 0px;
}

.news-section .sec-title h2 {
    font-size: 42px;
}

.news-section .sec-title .sub-title {
    margin-bottom: 11px;
}

.news-section .sec-title .link h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-right: 160px;
}

.news-section .sec-title .link h5:before {
    position: absolute;
    content: '';
    background: #011e45;
    width: 148px;
    height: 1px;
    right: 0px;
    bottom: 8px;
}

.news-section .sec-title .link h5 a {
    display: inline-block;
    color: #182158;
}

.news-section .sec-title .link h5 a:hover {
    color: #fd4a36;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0px;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .link-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-block-one .inner-box .image-box .link-box a {
    position: relative;
    display: inline-block;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .link-box a {
    transform: scale(1, 1);
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 32px;
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 31px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: var(--dark-color);
    font-weight: 700;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
    position: relative;
    display: inline-block;
    color: #fd4a36;
    padding-left: 40px;
}

.news-block-one .inner-box .lower-content .post-info li a:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 30px;
    height: 2px;
    left: 0px;
    top: 11px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #007aef;
    width: 1px;
    height: 15px;
    top: 5px;
    right: -16px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content .post-info {
    margin-bottom: 11px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--dark-color);
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color);
}



.footer-style-four {
    /*background: #161616;*/
    background: #531800;
}

.footer-style-four .widget-section {
    position: relative;
    padding: 27px 0px 27px 0px;
    border-bottom: 1px solid var(--white-color);
}

.footer-style-four .logo-widget {
    position: relative;
    display: block;
    margin-top: 2px;
}

.footer-style-four .logo-widget .footer-logo {
    margin-bottom: 25px;
}

.footer-style-four p,
.footer-style-four a {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 0px;
}

.footer-style-four a:hover {
    color: var(--theme-color);
}

.footer-style-four .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.footer-style-four .widget-title:before {
    position: absolute;
    content: '';
    /*background: #515b6a;*/
    background: #fa500a;
    width: 30px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer-style-four .widget-title span {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.footer-style-four .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.footer-style-four .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-four .contact-widget span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-bottom: 9px;
}

.footer-style-four .contact-widget h4 a {
    display: inline-block;
    color: #fff;
}

.footer-style-four .contact-widget h4 a:hover {
    color: var(--theme-color);
}

.footer-style-four .contact-widget p {
    position: relative;
    display: block;
    font-size: 17px;
}

.footer-style-four .contact-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.footer-style-four .contact-widget .social-links li {
    margin-right: 15px;
}

.footer-style-four .contact-widget .social-links li:last-child {
    margin: 0px !important;
}

.footer-style-four .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: var(--white-color);
}

.footer-style-four .contact-widget .social-links li a:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.footer-style-four .footer-bottom {
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.footer-style-four .footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}





/** working-section **/

.working-section {
    position: relative;
}

.working-section .inner-container {
    position: relative;
    padding: 27px 0px 27px 0px;
    border-bottom: 1px solid #dddddd;
}

.working-block-one .inner-box {
    position: relative;
    display: block;
}

.working-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 137px;
    height: 137px;
    line-height: 137px;
    background: #fff3f3;
    /*background: #f4f5f5;*/
    text-align: center;
    border-radius: 50%;
    margin-bottom: 33px;
}

.working-block-one .inner-box .icon-box span {
    position: absolute;
    display: inline-block;
    right: -3px;
    bottom: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 20px;
    color: #fff;
}

.working-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 8px;
}

.working-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 26px;
    color: var(--dark-color);
    margin-bottom: 0px;
}

.working-section .sub-title {
    margin-bottom: 17px;
}



/** header-style-16 **/

.header-style-16 {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 100%;
    padding-left: 175px;
}

.main-header .support-box {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 15px 40px 15px 85px;
    border-radius: 40px 0px 0px 40px;
}

ul.side-icons {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 20px !important;
}

ul.side-icons li a {
    line-height: 36px;
    color: #bababa;
}

ul.side-icons li a:hover {
    color: var(--white-color);
}

.main-header .support-box .icon-box {
    position: absolute;
    left: 38px;
    top: 24px;
}

.main-header .support-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-header .support-box a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #172b56;
}

.main-header .support-box a:hover {
    color: #e5441a;
}

.header-style-16 .main-menu .navigation>li.current>a,
.header-style-16 .main-menu .navigation>li>a:hover {
    color: #fff;
}

.header-style-16 .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.header-style-16 button.theme-btn.search-toggler {
    border-color: transparent;
    font-size: 18px;
}

.header-style-16 .sticky-header {
    background: #000;
    padding-left: 170px;
}

.header-style-16 .sticky-header .main-menu .navigation {
    margin-left: 50px;
}


.banner-style-18 {
    position: relative;
    background: #182332;
    padding-left: 90px;
}

.banner-style-18 .outer-container {
    position: relative;
}

.banner-style-18 .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-18 .content-box {
    position: relative;
    display: block;
    max-width: 620px;
    width: 100%;
    z-index: 5;
}

.banner-style-18 .content-box span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: #fd4a36;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 170px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

.banner-style-18 .content-box span:before {
    position: absolute;
    content: '';
    background: #fd4a36;
    width: 158px;
    height: 3px;
    right: 0px;
    bottom: 9px;
}

.banner-style-18 .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 6px;
}

.banner-style-18 .content-box h3 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 300;
    margin-bottom: 24px;
}

.banner-style-18 .content-box p {
    font-size: 22px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 43px;
}

.banner-style-18 .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-style-18 .content-box .btn-box .theme-btn-one {
    margin-right: 40px;
    padding: 14px 25px;
}

.banner-style-18 .content-box .btn-box .link-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Jost', sans-serif;
    color: #182332;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-style-18 .content-box .btn-box .link-btn:hover {
    color: #fd4a36;
}

.banner-style-18 .support-box {
    position: absolute;
    left: 30px;
    top: 45%;
    transform: translateY(-50%);
}

.banner-style-18 .support-box span {
    position: relative;
    display: inline-block;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    color: #fff;
}

.banner-style-18 .support-box span a {
    display: inline-block;
    color: #fff;
}

.banner-style-18 .support-box span a:hover {
    text-decoration: underline;
}

.banner-style-18 .scroll-btn-down {
    position: absolute;
    left: 25px;
    bottom: 28px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    padding-top: 85px;
    cursor: pointer;
}

.banner-style-18 .scroll-btn-down:before {
    position: absolute;
    content: '';
    background: #8c9199;
    width: 1px;
    height: 60px;
    left: 13px;
    top: 0px;
}


/** header-style-21 **/

.header-style-21 {
    position: relative;
    padding: 0px 70px;
}

.header-style-21 .header-upper {
    border-bottom: 1px solid #d7d7d7;
}

.header-style-21 .main-menu .navigation>li>a {
    color: var(--dark-color);
}

.header-style-21 .main-menu .navigation>li>a:before {
    display: none;
}

.header-style-21 .main-menu .navigation>li {
    padding-top: 27px;
    padding-bottom: 27px;
}

.header-style-21 button.theme-btn.search-toggler {
    border-color: transparent;
    font-size: 18px;
    color: #020202;
}

.header-style-21 button.theme-btn.search-toggler:hover {
    color: #fff;
}

.header-style-21 .sidemenu-nav-toggler {
    border-color: #333333;
    background: transparent;
}

.header-style-21 .sticky-header .header-upper {
    border-bottom: none;
    padding: 0px 70px;
}


/** banner-style-21 **/

.banner-style-21 {
    position: relative;
    padding-top: 150px;
    padding-right: 50px;
}

.banner-style-21 .outer-container {
    position: relative;
    padding: 0px 100px 0px 150px;
}

.banner-style-21 h2 {
    position: relative;
    display: block;
    max-width: 880px;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: var(--dark-color);
    margin-bottom: 0px;
}

.banner-style-21 h2 span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-style: italic;
    color: #fd4a36;
    border-bottom: 2px solid #fd4a36;
    line-height: 50px;
}

.banner-style-21 .content-box {
    position: relative;
    display: block;
    padding-bottom: 121px;
}

.banner-style-21 .text-box {
    position: absolute;
    right: 0px;
    bottom: -45px;
    background: #dd3d2b;
    width: 530px;
    padding: 67px 50px 56px 70px;
    z-index: 1;
}

.banner-style-21 .text-box h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
}

.banner-style-21 .text-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.banner-style-21 .image-box {
    position: relative;
    display: block;
}

.banner-style-21 .image-box .image {
    position: relative;
    display: block;
}

.banner-style-21 .image-box .image img {
    width: 100%;
}


/** welcome-section **/

.welcome-section {
    position: relative;
}

.welcome-section .inner-container {
    position: relative;
    padding: 142px 0px 117px 0px;
    border-bottom: 1px solid #c6c6c6;
}

.welcome-section .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

.welcome-section .sec-title h2 span {
    font-style: italic;
}

.welcome-section .text-box {
    position: relative;
    display: block;
}

.welcome-section .text-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

.welcome-section .sub-title {
    margin-bottom: 22px;
}


/** about-style-eight **/

.about-style-eight {
    position: relative;
    padding: 10px 0px;
}

.about-style-eight .image-box {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.about-style-eight .image-box img {
    width: 100%;
}

.about-style-eight .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about-style-eight .image-box .text-box {
    position: absolute;
    left: 83px;
    bottom: 40px;
    width: 350px;
    background: #fd4a36;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 13px 15px 12px 15px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.about-style-eight .faq-section .accordion-box {
    margin-left: 0px;
}

.about-style-eight .faq-section .accordion-box .block .acc-btn {
    padding-right: 0px;
    padding-left: 30px;
}

.about-style-eight .faq-section .accordion-box .block .acc-btn:before {
    right: inherit;
    left: 0px;
}

.about-style-eight .faq-section {
    padding-top: 0px;
}

.about-style-eight .faq-section .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
}

.about-style-eight .faq-section .accordion-box .block .acc-btn {
    border-bottom: none;
}

.about-style-eight .faq-section .accordion-box .block .acc-content {
    padding-left: 20px;
}

.about-style-eight .faq-section .accordion-box .block:last-child {
    border-bottom: none;
}


/** service-style-six **/

.service-style-six {
    position: relative;
    background: #f4f4f5;
    padding: 118px 0px 32px 0px;
}

.service-block-five .inner-box {
    position: relative;
    display: block;
}

.service-block-five .inner-box .icon-box {
    position: relative;
    display: block;
    min-height: 101px;
    margin-bottom: 24px;
}

.service-block-five .inner-box h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 9px;
}

.service-block-five .inner-box p {
    position: relative;
    display: block;
    line-height: 26px;
    color: #444;
    margin-bottom: 0px;
}


.faq-section.home-21 {
    background: #f4f4f5;
}

.faq-section.home-21 .accordion-box .block {
    background: transparent;
}

.faq-section.home-21 .inner-container {
    border-bottom: none;
}


.project-style-two.home-21:before {
    position: absolute;
    content: '';
    background: #232932;
    width: 100%;
    height: 324px;
    left: 0px;
    bottom: 0px;
}

.testimonial-section.home-21 {
    background: #232932;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box {
    padding-left: 185px;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 20px;
}

.testimonial-section.home-21 .testimonial-block-one {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-style: italic;
    margin-bottom: 12px;
    font-weight: 400;
}

.testimonial-section .testimonial-slider-nav-2 {
    position: absolute;
    right: 118px;
    bottom: 0px;
    min-height: 50px;
}

.testimonial-slider-nav-2 .testimonial-slider-control.slider-button-prev {
    left: -140px;
}

.testimonial-section .testimonial-slider-nav-2 .testimonial-slider-control {
    opacity: 0.3;
}

.testimonial-section .testimonial-slider-nav-2 .testimonial-slider-control:hover {
    opacity: 1;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box h3 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 700;
}

.testimonial-section.home-21 .swiper-container {
    padding-bottom: 70px;
}

.testimonial-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: -18px;
    width: 433px;
    height: 245px;
    background-repeat: no-repeat;
}

.testimonial-section.home-21 .outer-container {
    background: transparent;
}

.brand-home-21 {
    background: #232932;
}

.brand-home-21 h5 {
    background: #232932;
    color: #fff;
}

.brand-home-21 .brand-logo-sec-border {
    border-color: rgba(255, 255, 255, 0.12);
}

.contact-section.home-21 {
    background: transparent;
}

.contact-section.home-21 .content-box span {
    color: var(--dark-color);
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

.contact-section.home-21 .content-box span:before {
    display: none;
}

.contact-section.home-21 .content-box .inner-box .single-item p {
    color: #444444;
}

.news-section.home-21 .news-block-one .inner-box .lower-content .post-info li:before {
    background: #fd4a36;
}

.news-section.home-21 {
    background: #f2f5f8;
}


/** header-style-25 **/

.header-style-25 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 60px;
}

.header-style-25 button.theme-btn.search-toggler {
    border-color: transparent;
}

.header-style-25 .main-menu .navigation>li.current>a,
.header-style-25 .main-menu .navigation>li>a:hover {
    color: #fff;
}

.header-style-25 .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.header-style-25 .sticky-header {
    padding: 0px 60px;
    /*background: #161616;*/
    background: #531800;
}

.header-style-25:before {
    /*position: absolute;*/
    /*content: '';*/
    /*background: #161616;*/
    /*width: 270px;*/
    /*height: 100px;*/
    /*left: 0px;*/
    /*top: 0px;*/
    position: absolute;
    content: '';
    background: #fff3f3;
    width: 100px;
    height: 100px;
    left: 61px;
    top: 10px;
}

.header-style-25 .main-menu .navigation>li {
    padding: 28px 0px;
}



.banner-style-25 {
    background: #161616;
}

.banner-style-25 .content-box {
    margin-left: 270px;
}

.banner-style-25 .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    font-weight: 500;
    margin-bottom: 7px;
}

.banner-style-25 .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 17px;
}

.banner-style-25 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #e7a567;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 100px;
}

.banner-style-25 .content-box .btn-box a:before {
    position: absolute;
    content: '';
    background: #e7a567;
    width: 73px;
    height: 1px;
    top: 13px;
    right: 0px;
    transition: all 500ms ease;
}

.banner-style-25 .content-box .btn-box a:hover {
    color: #fff;
}

.banner-style-25 .content-box .btn-box a:hover:before {
    background: #fff;
}


/** about-style-11 **/

.about-style-11 {
    position: relative;
    padding: 50px 0px;
    background: #161616;
}

.about-style-11 .content-box {
    position: relative;
    display: block;
}

.about-style-11 .content-box h2 {
    position: relative;
    display: block;
    font-size: 33px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 27px;
    padding-top: 8px;
}

.about-style-11 .content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 39px;
}

.about-style-11 .content-box .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
    padding-top: 10px;
}

.about-style-11 .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 43px;
}

.about-style-11 .content-box .list-item li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 18px;
    left: 0px;
    top: 9px;
    background-repeat: no-repeat;
}

.about-style-11 .content-box .theme-btn-one {
    background: #e7a567;
}

.about-style-11 .content-box .theme-btn-one:hover {
    background: #fff;
    color: #e7a567 !important;
}

.about-style-11 .image-box {
    position: relative;
    display: block;
    margin-left: 53px;
}

.about-style-11 .image-box img {
    width: 100%;
}

.about-style-11 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style-11 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -90%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-style-11 .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}


/** service-style-seven **/

.service-style-seven {
    position: relative;
    padding: 115px 0px 27px 0px;
    background: #f6f6f7;
}

.service-style-seven .sec-title p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-top: 14px;
}

.service-block-six .inner-box {
    position: relative;
    display: block;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 5px 0px 0px #e9e9ea;
}

.service-block-six .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-six .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-six .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-six .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 12px;
    border: 1px solid #ddddd5;
    border-radius: 0px 0px 7px 7px;
    border-top: none;
}

.service-block-six .inner-box .lower-content .icon-box {
    position: absolute;
    right: 23px;
    bottom: 50px;
}

.service-block-six .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px !important;
    /*line-height: 18px;*/
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-block-six .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--dark-color);
}


.service-block-six p {
    line-height: normal;
    color: var(--dark-color);
    letter-spacing: normal;
    text-align: justify;
}

.service-block-six .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
}

.service-block-six .inner-box .lower-content .link a span {
    position: relative;
    display: inline-block;
    margin-left: 2px;
    top: -1px;
}


.service-style-seven .slider-nav-style-2 {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 53px;
}

.service-style-seven .slider-nav-style-2 .slider-control {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 39px;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    z-index: 9;
}


.service-style-three.home-25 {
    background: #f6f6f7;
    padding-top: 0px;
}


/** project-style-eight **/

.project-style-eight {
    background: #161616;
}

.project-style-eight .outer-container {
    position: relative;
    padding: 0px 75px;
}

.project-style-eight .project-block-two .inner-box {
    margin-bottom: 30px;
}


/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    /*background: #161616;*/
    background: #531800;
    padding: 86px 0px 60px 0px;
}

.chooseus-style-two .sec-title h2 {
    font-weight: 400;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 58px;
}

.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 26px;
    font-weight: 100;
    margin-bottom: 19px;
    padding-left: 77px;
    color: #fff;
}

.chooseus-block-one .inner-box h3 img {
    position: absolute;
    left: 0px;
    top: 1px;
}

.chooseus-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 0px;
    max-width: 270px;
}

.chooseus-style-two .image-layer {
    position: absolute;
    left: 270px;
    top: 25px;
}

.chooseus-style-two .image-layer .image {
    position: relative;
}

.chooseus-style-two .image-layer .shape-1 {
    position: absolute;
    right: -5px;
    bottom: 100px;
    width: 463px;
    height: 463px;
    /*background: #232323;*/
    background: #601c00;
    border-radius: 50%;
}

.chooseus-style-two .image-layer .shape-2 {
    position: absolute;
    right: -18px;
    bottom: 75px;
    width: 491px;
    height: 510px;
    border: 2px solid #812800;
    border-radius: 50%;
}


/** working-style-two **/

.working-style-two {
    position: relative;
    padding: 117px 0px 119px 0px;
}

.working-block-two .inner-box {
    position: relative;
    display: block;
}

.working-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 137px;
    height: 137px;
    line-height: 137px;
    border: 2px solid #e7a567;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 33px;
}

.working-block-two .inner-box .icon-box span {
    position: absolute;
    display: inline-block;
    right: -3px;
    bottom: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    background: #e7a567;
    box-shadow: 0px 0px 0px 5px #fff;
}

.working-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 9px;
}

.working-block-two .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    margin-bottom: 0px;
}

.testimonial-section.home-25 {
    background: #161616;
}

.testimonial-section.home-25 .testimonial-block-one .inner-box .image-box .icon-box {
    background: var(--theme-color);
}

.testimonial-section.home-25 .testimonial-block-one .inner-box h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: var(--theme-color);
}

.news-section.home-25 .news-block-one .inner-box .lower-content .post-info li a {
    color: var(--theme-color);
}

.news-section.home-25 .news-block-one .inner-box .lower-content .post-info li:before {
    background: var(--theme-color);
    width: 2px;
}

.brand-home-25 h5 {
    color: #e7a567;
}

.about-style-15 {
    position: relative;
    padding: 27px 0px 27px 0px;
}

.about-style-15 .image-box {
    position: relative;
    display: block;
    margin-right: 46px;
}

.about-style-15 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style-15 .image-box .image img {
    width: 100%;
}

.about-style-15 .image-box .experience-box {
    position: absolute;
    left: -67px;
    width: 160px;
    background: var(--theme-color);
    bottom: 0px;
    padding: 23px 15px 34px 15px;
    text-align: center;
}

.about-style-15 .image-box .experience-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
}

.about-style-15 .image-box .experience-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}



.about-style-15 .image-box .rotate-text {
    position: absolute;
    left: -38px;
    top: 17px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    color: #a59a8d;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    letter-spacing: 1px;
}

.about-style-15 .content-box {
    position: relative;
    display: block;
}

.about-style-15 .content-box .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.about-style-15 .content-box .text-box p {
    color: #19192d;
    line-height: 28px;
}

.about-style-15 .content-box .lower-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 35px 30px 33px 233px;
}

.about-style-15 .content-box .lower-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.about-style-15 .content-box .lower-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #19192d;
    font-weight: 400;
    margin-bottom: 16px;
}

.about-style-15 .content-box .lower-box span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 107px;
    color: var(--theme-color);
}

.about-style-15 .content-box .lower-box span:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 90px;
    height: 2px;
    top: 13px;
    right: 0px;
}

.feature-style-four.home-30 {
    background: #f7f3ee;
}

.funfact-style-two {
    position: relative;
    padding: 0px 95px;
    background: #f6f6f7;
}

.funfact-style-two .outer-container {
    position: relative;
    padding: 27px 0px 27px 0px;

}

.funfact-style-two .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.funfact-block-two .inner-box {
    position: relative;
    display: block;
}

.funfact-block-two .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--dark-color);
    letter-spacing: 1px;
    text-align: center;
}

.funfact-block-two .inner-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #444444;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0px;
}


.faq-home-23.home-30 {
    background: #f7f3ee;
}



.welcome-style-two {
    position: relative;
    padding: 27px 0px 27px 0px;
    background-color: #f6f6f7;
}

.welcome-style-two .title-text {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.welcome-style-two .title-text h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 55px;
    color: var(--dark-color);
    font-weight: 300;
    margin-bottom: 0px;
}

.welcome-style-two .title-text h2 span {
    position: relative;
    display: block;
    font-style: italic;
    font-size: 40px;
}

.welcome-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 100px;
    overflow: hidden;
}

.welcome-style-two .image-box:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-style-two .image-box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.welcome-style-two .image-box img {
    width: 100%;
}

.welcome-style-two .tabs-box {
    position: relative;
    display: block;
}

.welcome-style-two .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 23px;
    line-height: 30px;
    color: var(--dark-color);
    margin-right: 65px;
    cursor: pointer;
    padding-bottom: 12px;
    transition: all 500ms ease;
}

.welcome-style-two .tab-btns li:last-child {
    margin: 0px !important;
}

.welcome-style-two .tab-btns {
    margin-bottom: 43px;
}

.welcome-style-two .tab-btns li:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.welcome-style-two .tab-btns li.active-btn:before {
    width: 100%;
}

.welcome-style-two .tab-btns li.active-btn {
    color: var(--theme-color);
}

.welcome-style-two .tabs-box .text-box p {
    position: relative;
    display: block;
    line-height: 28px;
    color: var(--dark-color);
    margin-bottom: 28px;
}

.welcome-style-two .tabs-box .text-box p:last-child {
    margin-bottom: 0px;
}

.welcome-style-two .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 523px;
    height: 518px;
    background-repeat: no-repeat;
}


.about-style-16 {
    position: relative;
    /*background: #161616;*/
    background: #531800;
    padding: 27px 0px 27px 0px;
}

.about-style-16 .title-text {
    position: relative;
    display: block;
    max-width: 370px;
    text-align: center;
    margin-top: -24px;
}

.about-style-16 .title-text h1 {
    position: relative;
    display: block;
    font-size: 310px;
    line-height: 260px;
    font-family: 'Barlow', sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 23px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -30px;
}

/*.about-style-16 .title-text h4{*/
/*	position: relative;*/
/*	display: block;*/
/*	font-size: 20px;*/
/*	line-height: 30px;*/
/*	color: var(--white-color);*/
/*	font-weight: 500;*/
/*	text-transform: uppercase;*/
/*	letter-spacing: 5px;*/
/*}*/
.about-style-16 .title-text .experience {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.about-style-16 .content-box {
    position: relative;
    display: block;
}

.about-style-16 .content-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.about-style-16 .content-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 500;
    max-width: 250px;
    margin-bottom: 20px;
}

.about-style-16 .content-box .count {
    position: relative;
    display: block;
    line-height: 90px;
    font-size: 4em;
    color: var(--white-color);
}

.about-style-16 .content-box .long-content {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-style-16 .text-box {
    position: relative;
    display: block;
    margin-top: 10px;
}

.about-style-16 .text-box p {
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 27px;
}

.about-style-16 .text-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.about-style-16 .text-box .list-item li:last-child {
    margin-bottom: 0px;
}


/** creative-style-two **/

.creative-style-two {
    position: relative;
    padding: 28px 0px 100px 0px;
}

.creative-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    padding-left: 124px;
    padding-top: 157px;
}

.creative-style-two .image-box img {
    width: 100%;
}

.creative-style-two .image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.creative-style-two .image-box .image-1 {
    position: relative;
    display: block;
    z-index: 1;
}

.creative-style-two .content-box {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: 45px;
}

.creative-style-two .content-box .title-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 14px 0px 13px 0px;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 53px;
}

.creative-style-two .content-box .single-item {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 37px;
}

.creative-style-two .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.creative-style-two .content-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

.creative-style-two .content-box .single-item p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 0px;
}

.page-title {
    position: relative;
    padding: 0px 70px;
}

.page-title .outer-container {
    padding: 142px 0px 50px 0px;
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bg-layer:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.0) 100%);
    left: 0px;
    bottom: 0px;
    width: 80%;
    height: 100%;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 7px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding-right: 18px;
    margin-right: 8px;
    color: #fff;
}

.page-title .bread-crumb li:last-child {
    margin: 0px;
    padding: 0px;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '\0bb';
    top: 0px;
    right: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.feature-section.about-3 {
    padding-top: 0px;
}

.feature-section.about-3 .tabs-content {
    border-top: 1px solid #cbcbcb;
    margin-top: 0px;
    padding-top: 107px;
}

.feature-section.about-3 .tabs-content .link-box {
    top: 111px;
    z-index: 1;
}

.faq-section.about-3 {
    padding-top: 0px;
}

.page-title.style-two {
    padding: 0px;
    background-color: #1c1d21;
}

.page-title.style-two .bg-layer:before {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.0) 100%);
}

.funfact-style-two.about-4 .outer-container {
    border: none;
    padding: 0px;
}

.funfact-style-two.about-4 .outer-container .inner-container {
    padding: 89px 0px 100px 0px;
    border-top: 1px solid #cec6bd;
}

.about-page-four-section {
    border-bottom: 1px solid #cbcbcb;
}


.team-style-two {
    position: relative;
    padding: 113px 0px 120px 0px;
}

.team-style-two .team-block-one .inner-box .lower-content h3 a {
    color: #161837;
}

.team-style-two .team-block-one .inner-box .lower-content h3 a:hover {
    color: var(--theme-color);
}

.team-style-two .team-block-one .inner-box .lower-content .designation {
    color: #444444;
}

.team-style-two .sec-title p {
    line-height: 28px;
    color: #444;
    margin-top: 20px;
}

.team-style-two .sec-title h2 {
    color: var(--dark-color);
}

.feature-style-four.about-4 {
    padding: 111px 0px 120px 0px;
}

.brand-section.about-4 {
    padding: 0px;
}

.brand-section.about-4 .inner-container {
    padding: 100px 0px 100px 0px;
    border-top: 1px solid #cbccce;
}



.challenging-project {
    position: relative;
}

.challenging-project .image-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.challenging-project .image-box img {
    width: 100%;
    border-radius: 4px;
}

.challenging-project .text-box h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 38px;
    color: #000;
    font-weight: 400;
    /*margin-bottom: 15px;*/
}

.challenging-project .text-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-color);
    /*margin-bottom: 28px;*/
}

.challenging-project .text-box p:last-child {
    margin-bottom: 0px;
}



/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


@media only screen and (max-width: 1699px) {
    .banner-style-21 .text-box {
        position: relative;
    }

    .banner-style-21 {
        padding-right: 0px;
    }
}


@media only screen and (max-width: 1200px) {

    .header-style-11 .mobile-nav-toggler,
    .header-style-13 .nav-outer .mobile-nav-toggler {
        background: #000;
    }

    .service-section {
        padding: 0px;
    }

    .project-style-two .outer-container,
    .testimonial-section {
        padding: 0px;
    }

    .service-block-two .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-style-three .bg-layer {
        display: none;
    }

    .contact-style-three .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-style-15 .form-inner {
        margin-left: 0px;
    }

    .about-style-three .content-box {
        margin: 0px;
    }

    .service-style-three .lower-box .list-item {
        margin: 0px;
    }

    .header-style-16 {
        padding-left: 30px;
    }

    .header-style-16 .header-upper .logo-box {
        margin-right: 20px;
    }

    .about-style-seven .image-layer {
        right: 0px;
    }

    .banner-style-19 .text-box {
        display: none;
    }

    .header-style-20 .btn-box {
        margin-right: 0px;
        margin-left: 20px;
    }

    .creative-section .left-column {
        margin-left: 0px;
    }

    .creative-section .right-content .image-box {
        min-width: 100%;
    }

    .header-style-21 .nav-outer .mobile-nav-toggler {
        background: #000;
    }

    .banner-style-21 .outer-container,
    .banner-style-22 .outer-container {
        padding: 0px 30px;
    }

    .project-style-seven .content-box .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-style-seven .outer-container {
        padding: 0 30px;
    }

    .chooseus-style-two .image-layer {
        right: 0px;
    }

    .banner-style-26 .image-layer .image-1 {
        display: none;
    }

    .service-style-two.home-27 .service-block-two .content-box {
        padding-left: 30px;
        padding-right: 27px;
    }

    .funfact-style-two {
        padding: 0px 30px;
    }

    .banner-style-31 .bg-layer {
        width: 100%;
    }

    .banner-style-31 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-style-31 .outer-container {
        padding-left: 30px;
    }

    .feature-style-five .title-text {
        padding-left: 0px;
    }

    .welcome-style-three h2 br {
        display: none;
    }

    .header-style-33 .nav-outer .mobile-nav-toggler {
        background: #000;
    }

    .about-style-16 .title-text h1 {
        font-size: 270px;
    }

    .feature-section.home-34 .pattern-layer {
        display: none;
    }

    .project-style-two .upper-box {
        margin-right: 0px;
    }

    .transforming-section .image-box .text-box {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .banner-bottom-text:before {
        display: none;
    }

    .banner-style-35:before {
        display: none;
    }

    .banner-bottom-text .title-text {
        padding: 0px;
    }

    .feature-section.home-29 .tabs-content .link-box {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 15px;
    }

    .project-style-12 .upper-box {
        display: block;
    }

    .project-style-12 .upper-box .sec-title p {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .banner-style-36:before,
    .banner-style-36:after {
        display: none;
    }

    .banner-style-37 .outer-container {
        padding: 0px 30px;
    }

    .banner-style-37 .bg-layer {
        width: 100%;
    }

    .about-me-section .content-box {
        margin-left: 0px;
    }

    .service-block-seven .image-box img {
        max-width: 100%;
        width: 100%;
    }

    .project-page-five-section .outer-container {
        padding: 0px 45px;
    }

    .project-page-five-section .project-column {
        padding: 0px 15px;
    }
}


@media only screen and (max-width: 991px) {
    .feature-section .tabs-content .link-box {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 15px;
    }

    .feature-section .content-box .feature-list {
        padding-left: 0px;
    }

    .creative-section .left-content {
        margin-bottom: 50px;
    }

    .faq-section .accordion-box {
        margin-left: 0px;
    }

    .brand-section .text-box {
        margin-bottom: 20px;
    }

    .footer-style-two .links-widget {
        padding-left: 0px;
    }

    .footer-style-two .about-widget {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .feature-block-two .inner-box {
        margin-bottom: 30px;
    }

    .service-block-one .inner-box {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .project-style-two .upper-box {
        display: block;
    }

    .contact-section .form-inner {
        margin-left: 0px;
        margin-top: 20px;
    }

    .header-top-two .top-inner {
        display: block;
        text-align: center;
    }

    .header-top-two .right-column {
        justify-content: center;
    }

    .service-block-two {
        width: 100%;
    }

    .core-section .upper-box .single-item {
        margin-bottom: 30px;
    }

    .funfact-section .sec-title p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .news-section .sec-title .link {
        position: relative;
        top: 0px;
    }

    .news-block-one .inner-box {
        margin-bottom: 30px;
    }

    .footer-style-four .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .header-top-three .top-inner {
        display: block;
        text-align: center;
    }

    .header-top-three .right-column {
        justify-content: center;
    }

    .about-style-two .content-box {
        margin-bottom: 40px;
    }

    .project-style-four .sec-title h2 br {
        display: none;
    }

    .project-block-three .inner-box {
        margin-bottom: 30px;
    }

    .service-block-three .inner-box {
        margin-bottom: 30px;
    }

    .service-style-three .lower-box h3 {
        margin-bottom: 25px;
    }

    .working-block-one .inner-box {
        margin-bottom: 30px;
    }

    .about-style-four .video-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .about-style-five .content-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    .banner-carousel .content-box {
        padding-left: 30px;
    }

    .about-style-six .image-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    .feature-style-two .lower-box h3 {
        margin-bottom: 20px;
    }

    .project-style-five .theme-btn-one {
        position: relative;
        top: 0px;
        margin-top: 15px;
    }

    .working-section .pattern-layer {
        display: none;
    }

    .testimonial-style-two .sec-title {
        margin-bottom: 30px;
    }

    .video-section .content-box {
        margin-bottom: 30px;
    }

    .about-style-seven .image-layer,
    .service-style-five .bg-layer {
        display: none;
    }

    .service-style-five .content-box .text-box {
        padding-left: 0px;
    }

    .vision-section .image-box {
        padding-left: 0px;
        margin-top: 30px;
    }

    .client-style-two .clients-logo-list {
        display: block;
    }

    .client-style-two .clients-logo-list li {
        margin-bottom: 20px;
    }

    .client-style-two .clients-logo-list li:last-child {
        margin-bottom: 0px;
    }

    .feature-style-three .image-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    .banner-style-19 .location-box {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 20px;
    }

    .story-section .progress-inner {
        margin-left: 0px;
        margin-top: 30px;
    }

    .project-style-four .outer-container {
        padding: 0px 30px;
    }

    .faq-section .text-box h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .banner-style-20 .bg-layer {
        display: none;
    }

    .concept-style-two .upper-box h2 br {
        display: none;
    }

    .concept-style-two .lower-box {
        padding-left: 0px;
        margin-left: 0px;
    }

    .concept-style-two .lower-box:before {
        display: none;
    }

    .concept-style-two .lower-box .feature-list {
        padding-left: 0px;
    }

    .about-style-eight .image-box {
        margin-bottom: 30px;
    }

    .about-style-eight .faq-section {
        margin-left: 0px;
    }

    .service-block-five .inner-box {
        margin-bottom: 30px;
    }

    .about-style-nine .content-box {
        padding-left: 0px;
    }

    .header-style-23 {
        padding: 0px 30px;
    }

    .header-style-23 .phone-box {
        display: none;
    }

    .banner-style-23 {
        padding-top: 100px;
    }

    .banner-style-23 .content-box {
        padding-left: 0px;
    }

    .banner-style-23 .image-box,
    .about-style-ten .info-inner {
        display: none;
    }

    .banner-style-23 .pattern-layer {
        height: 100%;
    }

    .banner-style-23 {
        padding-bottom: 160px;
    }

    .faq-home-23 h2 br {
        display: none;
    }

    .project-style-two .sec-title a {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .banner-style-25 .content-box {
        margin-left: 15px;
    }

    .about-style-11 .image-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    br {
        display: none !important;
    }

    .chooseus-style-two .image-layer,
    .about-style-12:before {
        display: none;
    }

    .project-block-four .inner-box {
        margin-bottom: 30px !important;
    }

    .feature-section.home-26 .tabs-content .link-box {
        top: 0px;
        right: 0px;
    }

    .about-style-13 .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .service-style-two.home-27 .service-block-two:nth-child(2),
    .service-style-two.home-27 .service-block-two:nth-child(3) {
        width: 100%;
    }

    .clients-style-two .clients-list li {
        width: 33.333%;
    }

    .team-block-one .inner-box {
        margin-bottom: 30px;
    }

    .service-home-27 .bnox_75 {
        padding-left: 30px;
    }

    .banner-style-28 .banner-carousel .swiper-slide .bg-layer {
        display: none;
    }

    .about-style-14 .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .team-section.home-28 .inner-container {
        padding-left: 0px;
        margin-top: 30px;
    }

    .clients-section .clients-logo-list {
        display: block;
    }

    .clients-section .clients-logo-list li {
        margin-bottom: 30px;
    }

    .clients-section .clients-logo-list:last-child {
        margin-bottom: 0px;
    }

    .banner-style-29 {
        padding: 0px;
    }

    .header-style-29 .shape {
        display: none;
    }

    .project-style-nine .outer-container {
        padding: 0px 30px;
    }

    .project-style-nine .project-block-two .inner-box {
        margin-bottom: 30px;
    }

    .feature-block-three .inner-box {
        margin-bottom: 30px;
    }

    .banner-style-30 {
        padding-right: 0px;
    }

    .banner-style-30:after {
        display: none;
    }

    .about-style-15 .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .project-block-five .inner-box {
        margin-bottom: 30px;
    }

    .video-style-two .content-box {
        margin-bottom: 30px;
    }

    .header-style-30 {
        padding: 0px 30px;
    }

    .feature-style-five .content-box {
        margin-left: 0px;
    }

    .feature-style-five .lower-box .image-box {
        margin-bottom: 30px;
    }

    .welcome-style-two .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .welcome-style-two .tabs-box {
        margin-left: 0px;
    }

    .project-block-six .content-box {
        margin: 30px 0px;
    }

    .project-block-six .content-box p {
        max-width: 100%;
    }

    .banner-style-33 .lower-box:before {
        display: none;
    }

    .about-style-two .image-box-two {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .header-style-34 {
        padding: 0px 30px;
    }

    .transforming-section .image-box .text-box p {
        padding-left: 30px;
        margin-bottom: 0px;
    }

    .banner-style-35 .outer-container {
        padding: 0px 30px;
    }

    .impactful-section .content-box {
        padding: 0px;
    }

    .creative-style-two .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .news-style-two .sec-title a {
        position: relative;
        top: 0px;
    }

    .news-block-two .inner-box {
        margin-bottom: 30px;
    }

    .feature-section.home-36 .feature-content {
        padding-left: 0px;
    }

    .banner-style-37 .content-box .btn-box {
        margin-bottom: 40px;
    }

    .banner-style-37 {
        padding-bottom: 130px;
    }

    .feature-style-seven .image-box img {
        max-width: 100%;
        width: 100%;
    }

    .feature-style-seven .content-box {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .feature-style-seven .image-box {
        margin-bottom: 30px;
    }

    .about-style-17 .image-box {
        margin-top: 40px;
    }

    .about-me-section .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .professional-section .keynotes-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .feature-section.about-3 .tabs-content .link-box {
        top: 0px;
    }

    .creative-section .left-column {
        padding-right: 15px;
    }

    .service-block-seven .content-box {
        margin: 30px 0px;
    }

    .service-block-seven {
        margin-bottom: 30px;
    }

    .project-discription .content-box,
    .project-result .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .project-result .content-box,
    .project-sidebar {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .project-details-content .content-box {
        margin-right: 0px;
    }

    .contact-style-four .info-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .contact-style-four .pattern-layer {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .p-tb-60 {padding: 20px;}
        .page-title h1 {
        font-size: 22px !important;
        line-height: 10px;
    }

    .project-section .title-box h2,
    .feature-section .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .concept-section h2,
    .creative-section .right-content h2,
    .footer-style-two .about-widget h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .feature-section .tab-btn-box .tab-btns li {
        font-size: 40px;
        line-height: 50px;
    }

    .faq-section .big-text {
        font-size: 80px;
        line-height: 80px;
    }

    .footer-style-two .links-widget {
        margin-bottom: 30px;
    }

    .header-style-11,
    .header-style-12 {
        padding: 0px 30px;
    }

    .banner-style-12 .content-box h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .sec-title h2,
    .funfact-section .sec-title h2,
    .about-style-four .content-box h2 {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .contact-section .content-box h2,
    .contact-section .content-box h3,
    .contact-style-three .sec-title h2,
    .about-style-three .content-box .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .footer-style-three .links-widget {
        text-align: left;
    }

    .banner-style-13 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .funfact-section .funfact-inner .line-shape {
        display: none;
    }

    .funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box,
    .funfact-section .funfact-block:nth-child(4) .funfact-block-one .inner-box,
    .funfact-section .funfact-block:nth-child(3) .funfact-block-one .inner-box,
    .funfact-block-one .inner-box {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .project-style-three .project-block-two {
        width: 50%;
    }

    .banner-style-15 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-style-three .content-box .inner-box .single-item {
        margin-bottom: 30px;
    }

    .header-style-15 .header-upper {
        padding: 0px 30px;
    }

    .main-header .support-box {
        display: none;
    }

    .header-style-16 .header-upper .inner-container {
        display: block !important;
    }

    .header-style-16 .header-upper .left-column {
        justify-content: space-between;
    }

    .header-style-16 {
        padding-right: 30px;
    }

    .banner-carousel .swiper-slide {
        padding: 230px 0px 150px 0px;
    }

    .banner-style-16 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-style-five .content-box h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .testimonial-section .slider__pagination {
        display: none;
    }

    .banner-style-17 {
        padding-left: 0px;
    }

    .banner-style-17 .support-box,
    .banner-style-17 .social-links {
        display: none;
    }

    .project-style-five .outer-container {
        padding: 0px;
    }

    .project-style-five .outer-container {
        min-width: 100%;
    }

    .project-style-five .project-block-two {
        float: none;
    }

    .project-style-five .project-block-two .inner-box {
        padding-right: 0px;
    }

    .video-section .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .header-style-17 {
        padding: 0px 30px;
    }

    .banner-style-18 {
        padding-left: 0px;
    }

    .banner-style-18 .support-box,
    .banner-style-18 .scroll-btn-down {
        display: none;
    }

    .banner-style-18 .content-box h2,
    .service-style-five .sec-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .service-style-five .outer-container {
        padding: 0px;
    }

    .feature-style-three .content-box .lower-box {
        display: block;
    }

    .feature-style-three .content-box .lower-box .theme-btn-one {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .header-style-18 {
        padding: 0px 30px;
    }

    .story-section .title-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .faq-section.home-19 {
        padding-top: 30px;
    }

    .header-style-19 {
        padding: 0px 30px;
    }

    .banner-style-20 {
        padding-left: 30px;
    }

    .header-style-20 {
        padding: 0px 30px;
    }

    .concept-style-two .upper-box h2,
    .banner-style-21 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .concept-style-two .lower-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .core-section.home-20 .lower-box {
        padding-left: 0px;
    }

    .header-style-21,
    .header-style-22 {
        padding: 0px 30px;
    }

    .banner-style-22 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-22 {
        padding: 200px 0px 150px 0px;
    }

    .banner-style-22 .intro-box {
        display: none;
    }

    .about-style-nine .image-box {
        margin: 0px;
    }

    .about-style-nine .content-box h2,
    .banner-style-23 .content-box h2,
    .about-style-ten .text-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .concept-style-two.home-22 .pattern-layer {
        display: none;
    }

    .concept-section .pattern-layer {
        display: none;
    }

    .testimonial-style-three .upper-box {
        display: block !important;
    }

    .testimonial-style-three .upper-box .text-box p {
        margin-top: 15px;
    }

    .header-style-23 .theme-btn-one {
        display: none;
    }

    .header-style-23 .header-upper .inner-container {
        display: block !important;
    }

    .header-style-23 .header-upper .left-column {
        justify-content: space-between;
    }

    .footer-style-two.home-24 .about-widget {
        margin-left: 0px;
    }

    .project-style-eight .outer-container {
        padding: 10px;
    }

    .chooseus-block-one .inner-box h3 {
        min-height: 52px;
    }

    .about-style-12 .content-box .inner-box .single-item {
        margin-bottom: 30px;
    }

    .about-style-12 .content-box .lower-box {
        display: block;
    }

    .about-style-12 .content-box .lower-box h3 {
        margin-bottom: 10px;
    }

    .about-style-12 .image-box img {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .about-style-12 .image-box {
        margin-left: 0px;
    }

    .banner-style-26 .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-26 {
        padding: 250px 0px 150px 0px;
    }

    .header-style-27,
    .header-style-29 {
        padding: 0px 30px;
    }

    .banner-style-27 .content-box {
        max-width: 100%;
    }

    .banner-style-29 .outer-container {
        padding-bottom: 200px;
    }

    .banner-style-30 .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-style-15 .image-box .experience-box {
        left: 0px;
    }

    .project-style-ten .outer-container {
        padding: 0px;
    }

    .funfact-block-two .inner-box .count-outer {
        font-size: 60px;
        line-height: 60px;
    }

    .funfact-style-two .inner-container {
        display: block;
        text-align: center;
    }

    .funfact-block-two .inner-box p {
        text-align: center;
    }

    .service-home-31 .bnox_75 {
        padding-left: 30px;
    }

    .banner-style-32 .outer-container {
        padding: 0px 30px;
    }

    .header-style-33 {
        padding: 0px 30px;
    }

    .banner-style-33 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-33 .lower-box .lower-inner {
        padding-left: 0px;
    }

    .banner-style-34 {
        padding-left: 0px;
    }

    .banner-style-34 .outer-container {
        padding-left: 30px;
    }

    .banner-style-34 .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-34 .outer-container {
        padding-bottom: 150px;
    }

    .creative-section.home-34 {
        padding-top: 100px;
    }

    .feature-section.home-34 {
        padding-bottom: 0px;
    }

    .creative-section.home-34 {
        padding-bottom: 100px;
    }

    .transforming-section .image-box {
        margin: 0px;
        padding: 0px;
    }

    .transforming-section .image-box .text-box p {
        padding-left: 0px;
    }

    .header-style-35 {
        padding: 0px 30px;
    }

    .banner-style-35 .content-box h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-style-35 {
        padding-bottom: 200px;
    }

    .feature-section.home-29 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .funfact-block-three .inner-box {
        padding: 0px;
    }

    .banner-style-36 .bg-layer {
        display: none;
    }

    .banner-style-36 .content-box {
        margin-right: 0px;
    }

    .feature-section .title-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .team-section.home-36 {
        padding-bottom: 50px;
    }

    .banner-style-37 .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-style-37 {
        padding: 0px 30px;
    }

    .page-title {
        padding: 0px;
    }

    .project-page-four-section .title-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .project-details .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-result .image-box {
        margin-top: 30px;
    }

    .project-details-two .upper-box .list-inner .list-item {
        margin-right: 20px;
    }

    .contact-style-four {
        padding-bottom: 60px;
    }

    .map-contact-two {
        padding: 0px;
    }

    .banner-style-12 {
        padding-bottom: 150px;
    }

    .about-section h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .header-style-14 .header-upper {
        padding: 0px 30px;
    }

    .feature-style-two.home-29 .feature-block-two .inner-box h3 a {
        color: #fff;
    }
}


@media only screen and (max-width: 599px) {
    .project-section .outer-container {
        padding: 0px;
    }

    .banner-style-13 .content-box .btn-box {
        display: block;
    }

    .banner-style-13 .content-box .btn-box .btn-one {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .service-block-two .content-box {
        width: 100%;
    }

    .service-block-two .image-inner {
        position: relative;
        width: 100%;
    }

    .service-block-two .image-inner .bg-layer {
        display: none;
    }

    .service-block-two .image-inner .image-box {
        display: block;
        overflow: visible;
    }

    .contact-style-two .image-box {
        margin: 0px;
    }

    .contact-style-two .image-box img {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .contact-style-two .form-inner {
        margin-left: 0px;
    }

    .project-style-three .project-block-two {
        width: 100%;
    }

    .header-top-three .right-column {
        display: none;
    }

    .about-style-two .content-box .list-style-one li {
        width: 100%;
    }

    .about-style-five .content-box .list-inner {
        display: block;
    }

    .about-style-five .content-box .list-inner .list-item:first-child {
        margin-right: 0px;
    }

    .about-style-five .content-box .lower-box {
        position: relative;
        display: block;
    }

    .about-style-five .content-box .lower-box .signature {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .banner-style-19 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-20 {
        padding-bottom: 0px;
    }

    .banner-style-20 .outer-container {
        padding: 0px;
    }

    .banner-style-20 .text-box {
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    .banner-style-20 .support-box {
        display: none;
    }

    .header-style-20 .image-layer {
        display: none;
    }

    .creative-section {
        padding-bottom: 80px;
    }

    .concept-style-two .upper-box .icon-box {
        display: none;
    }

    .concept-style-two {
        padding-bottom: 120px;
    }

    .banner-style-21 .text-box {
        padding-left: 30px;
        width: 100%;
    }

    .testimonial-section.home-21 .testimonial-block-one .inner-box {
        padding-left: 0px;
    }

    .testimonial-section.home-21 .testimonial-block-one .inner-box .image-box {
        position: relative;
        top: 0px;
        margin-bottom: 30px;
    }

    .header-style-25,
    .header-style-26,
    .header-style-28 {
        padding: 0px 30px;
    }

    .about-style-11 .content-box .list-inner {
        display: block;
    }

    .banner-style-27 .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-section.home-27 .sub-title {
        display: block;
    }

    .banner-style-28 {
        padding: 0px;
    }

    .banner-carousel .content-box {
        border: none;
        padding: 100px 30px;
    }

    .feature-style-two.home-29 {
        padding-top: 100px;
    }

    .project-style-nine .outer-container {
        padding: 0px 15px;
    }

    .about-style-15 .content-box .lower-box {
        padding-left: 30px;
    }

    .about-style-15 .content-box .lower-box .image {
        position: relative;
        margin-bottom: 20px;
    }

    .welcome-style-two {
        padding-top: 100px;
    }

    .header-style-31 {
        padding: 0px 30px;
    }

    .header-style-32 {
        padding-right: 30px;
    }

    .banner-style-33 .banner-carousel .swiper-slide {
        padding: 100px 0px;
    }

    .banner-style-33 .lower-box .lower-inner {
        display: block;
        text-align: center;
    }

    .welcome-style-three .support-list {
        display: block;
    }

    .welcome-style-three .support-list li {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .about-style-two.home-33 {
        padding-bottom: 50px;
    }

    .header-style-34 .right-column {
        display: none !important;
    }

    .header-style-34 .header-upper .inner-container {
        display: block !important;
    }

    .header-style-34 .header-upper .left-column {
        justify-content: space-between;
    }

    .banner-style-34 .social-links,
    .banner-style-34 .scroll-btn-down {
        display: none;
    }

    .banner-bottom-text .text-box {
        padding: 0px;
        margin-top: 15px;
    }

    .banner-bottom-text .text-box:before {
        display: none;
    }

    .banner-style-37 {
        padding-top: 200px;
    }

    .banner-style-37 .bg-layer:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0.7;
    }

    .welcome-style-four .lower-box .single-item {
        margin-bottom: 30px;
    }

    .welcome-style-four .lower-box .single-item h3 {
        min-height: 64px;
    }

    .welcome-style-four {
        padding-bottom: 80px;
    }

    .feature-style-seven {
        padding-bottom: 60px;
    }

    .about-style-17 .content-box .lower-box {
        display: block;
    }

    .about-style-17 .content-box .lower-box .btn-box {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .header-top-two .right-column {
        display: none;
    }

    .contact-style-three .content-box {
        padding-right: 0px;
    }

    .about-style-six .content-box {
        padding-right: 0px;
    }

    .feature-style-three .content-box {
        margin-right: 0px;
    }

    .banner-style-28 .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .header-style-36 {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 499px) {
.page-title .bread-crumb li {font-size: 14px;}
    .creative-section .left-column a,
    .creative-section .right-content span {
        padding: 0px;
    }

    .creative-section .left-column a:before,
    .creative-section .right-content span:before {
        display: none;
    }

    .brand-section .brand-logo-list {
        display: block;
        text-align: center;
    }

    .brand-section .brand-logo-list li {
        margin-bottom: 15px;
    }

    .brand-section .brand-logo-list li:last-child {
        margin-bottom: 0px;
    }

    .footer-style-three .footer-menu {
        display: block;
    }

    .footer-style-three .footer-menu li {
        margin-right: 15px;
    }

    .banner-style-13 .banner-carousel .content-box {
        padding: 0px;
    }

    .banner-carousel .content-box {
        padding: 0px 15px;
    }

    .footer-style-two .about-widget .inner-box {
        display: block;
    }

    .mobile-menu {
        width: 100%;
    }

    .banner-style-18 .content-box span {
        padding-right: 0px;
    }

    .banner-style-18 .content-box span:before {
        display: none;
    }

    .banner-style-18 .content-box .btn-box {
        display: block;
    }

    .banner-style-18 .content-box .btn-box .theme-btn-one {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .banner-style-19 .content-box a {
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .banner-style-19 .content-box a:before {
        display: none;
    }

    .feature-block-one .inner-box {
        max-width: 100%;
    }

    .header-style-20 .btn-box {
        display: none;
    }

    .contact-section .content-box .inner-box {
        display: block;
    }

    .banner-style-22 .content-box .list-item {
        display: block;
    }

    .header-style-23 .header-upper .logo-box .logo {
        padding-right: 0px;
    }

    .header-style-23 .header-upper .logo-box .logo:before {
        display: none;
    }

    .testimonial-block-two .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-block-two .inner-box .thumb-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px;
    }

    .testimonial-block-two .inner-box .thumb-box:before {
        display: none;
    }

    .testimonial-block-two .inner-box:before {
        display: none;
    }

    .project-style-seven .contact-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .working-block-two .inner-box {
        margin-bottom: 30px;
    }

    .working-style-two {
        padding-bottom: 70px;
    }

    .about-style-11 .content-box {
        margin-right: 0px;
    }

    .about-style-13 .content-box .lower-box {
        display: block;
    }

    .about-style-13 .content-box .lower-box .author-box {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .clients-style-two .clients-list li {
        width: 50%;
    }

    .banner-style-28 .content-box h6 {
        padding-right: 0px;
    }

    .banner-style-28 .content-box h6:before {
        display: none;
    }

    .about-style-14 .content-box .list-item li {
        width: 50%;
        margin-bottom: 30px;
    }

    .about-style-14 .content-box .list-item li:before {
        display: none;
    }

    .about-style-14 {
        padding-bottom: 30px;
    }

    .clients-section {
        padding-bottom: 60px;
    }

    .banner-style-31 .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .service-home-31 .bnox_75 ul li i {
        margin-right: 30px;
    }

    .feature-style-six .experience-box {
        left: 60%;
    }

    .project-style-11 {
        padding-bottom: 0px;
    }

    .banner-style-33 .content-box h6 {
        padding-left: 0px;
    }

    .banner-style-33 .content-box h6:before {
        display: none;
    }

    .project-style-four.home-33 {
        padding-bottom: 50px;
    }

    .banner-style-34 .content-box h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-style-16 .title-text h1 {
        font-size: 150px;
        line-height: 120px;
    }

    .about-style-16 {
        padding-bottom: 100px;
    }

    .transforming-section .title-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .transforming-section .title-text {
        margin-right: 0px;
    }

    .creative-style-two .content-box {
        margin: 0px;
    }

    .funfact-style-three {
        padding-bottom: 0px;
    }

    .footer-style-three .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .banner-style-36 .title-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-style-17 .image-box {
        padding-left: 0px;
    }

    .professional-section .education-content {
        margin-right: 0px;
    }

    .about-style-eight .image-box .text-box {
        left: 0px;
    }

    .page-title.style-two {
        padding-right: 0px;
    }

    .project-details .title-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .project-details-two .upper-box .list-inner {
        display: block;
    }

    .project-details-two {
        padding-bottom: 50px;
    }
}


/* #updated css  */
@media (max-width:1024px) {
    .banner-style-18 .support-box {
        top: 60%;
    }

    .header-style-25 {
        background-color: #161616;
        position: fixed;
    }

    .banner-style-18 {
        padding-top: 120px;
    }

    .header-style-25:before {
        position: absolute;
        content: '';
        background: transparent;
        width: 270px;
        height: 100px;
        left: 0px;
        top: 0px;
    }
}

.mission-class {
    padding-left: 15px;
}

.mission-class li {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
    color: var(--dark-color);
    list-style: disc;
}

.about-style-15 .content-box ul {
    padding-left: 15px;
}

.about-style-15 .content-box ul li {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
    color: var(--dark-color);
    list-style: disc;
}

.about-style-eight .accordian-box li {
    list-style: none !important;
}

.compliance a {
    color: #0d6efd;
}

.delhi-compliance a {
    color: #0d6efd;
}

.categpry-form {
    border: 1px solid var(--dark-color);
    padding: 13px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.challenging-project ul {
    padding-left: 15px;
    margin-bottom:10px;
}

.challenging-project ul li {
    color: var(--dark-color);
    list-style: disc;
}
.challenging-project ul li h3{
   font-size: 18px !important;
    font-weight: 300 !important;
}


.fixed-contact.show {
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fixed-contact {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 40%;
    width: 60px;
    margin-top: -90px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.fixed-contact li {
    position: relative;
    height: 50px;
    overflow: hidden;
    transition: all 0.4s;
    list-style: none;
    background: #000;
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-contact li>.column>img {
    padding: 10px 15px;
    position: relative;
    left: -4px;
    max-width: none;
}

.fixed-contact li a {
    z-index: 1000;
    display: block;
}

.fixed-contact li a {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 210px;
    line-height: 110%;
    padding: 18px 0 0 15px;
    color: #fff;
    white-space: nowrap;
    transition: all 0.4s;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    opacity: 0;
}

.fixed-contact:hover {
    width: 260px;
}

.fixed-contact .column:hover i,
.fixed-contact .column:hover a {
    color: #009cde;
}

.fixed-contact:hover a {
    opacity: 1;
    right: 0;
}

/* side icons css ends here  */

/* bottom icons in small screens css starts here  */
.social-buttons {
    display: none;
}

@media (max-width: 767px) {
    .social-buttons {
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        z-index: 999;
    }

    .fixed-contact.show {
        display: none;
    }

    .social-buttons .social_icon {
        width: 33.333%;
        text-align: center;
    }

    .social-buttons .social_icon:first-child {
        background-color: #c9262d;
    }

    .social-buttons .social_icon {
        padding: 10px;
        display: block;
    }

    .social-buttons .social_icon:last-child {
        background-color: #4caf50;
    }

    .social-buttons .social_icon:nth-child(2) {
        background-color: #999;
    }

    .social-buttons .social_icon>a {
        color: #fff;
        font-size: 16px;
    }

    .footer-bottom {
        margin-bottom: 23px !important;
    }

}

@media (max-width:1024px) {
    .page-title .outer-container {
        padding: 142px 0px 10px 0px;
    }
}

.small-contact {
    display: none;
}

.arrow-sec {
    padding-left: 16px;
    position: absolute;
}

.arrow-sec-0 {
    padding-left: 0px;
    position: absolute;
}

.pl-13 {
    padding-left: 13px;
}

.pl-28 {
    padding-left: 28px;
}

.tata .tata-title,
.tata .tata-text {
    font-weight: normal !important;
    color: white !important;
    /* line-height: 1.2; */
}

.border-1p-red {
    border: 1px solid red !important;
}

.presence-tabs a {
    background: #812800;
    padding: 10px !important;
}

.presence-tabs a:hover {
   background: #531800 !important;
    color: white !important;
    box-shadow: 3px 5px 4px #812800;
}

.category-list-li ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.category-list-li ul li {
    list-style: disc;
    color: var(--dark-color);
    font-size: 18px;
}

.text-black-justify-interlink {
    color: black !important;
}

.text-black-justify-interlink p {
    text-align: justify !important;
}

.text-black-justify-interlink b,
strong {
    font-weight: bold !important;
}

.text-black-justify-interlink a,
a>b,
a>strong {
    color: #0d6efd !important;
}

.title-text span {
    position: relative;
    display: block;
    font-size: 310px;
    line-height: 260px;
    font-family: 'Barlow', sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 23px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -30px;
    background-image: url(https://www.unostructures.co/assets/img/category/uno-structures-about-section--b42.webp);
}

.cdp {
    font-size: 21px !important;
    font-weight: 600 !important;
}

.scrollable-dropdown {
    max-height: 350px;
    overflow-y: auto;
}

.scrollable-dropdown::-webkit-scrollbar {
    width: 5px;
}

.scrollable-dropdown::-webkit-scrollbar-thumb {
    background-color: #531800;
    border-radius: 3px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
         left: 0px !important; 
     right: 0px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {display:none;}

.tata .tata-title,
.tata .tata-text {
  font-weight: normal !important;
  font-size:16px !important;
}