.owl-item, .owl-item img {
    height: 500px !important;
}

.footer-bottom .copyrights-nav li a, .footer-bottom .copyrights-text, .header-nav .nav > li .sub-menu li:hover > a, .text-black, .wt-breadcrumb li a:hover, h2 a, h5 {
    color: #000;
}

.btn-half, .site-button {
    cursor: pointer;
    background-color: #000;
    display: inline-block;
}

.owl-carousel .owl-item, .owl-carousel-filter .owl-item {
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.bg-cover, .bg-parallax, .wt-bnr-inr {
    background-size: cover;
}

a, a:focus, a:hover {
    text-decoration: none;
}

.client-logo, .logo-header, .logo-header-inner, .top-bar .fa, .wt-bnr-inr-entry, img {
    vertical-align: middle;
}

h2, h3, p, ul {
    margin-bottom: 24px;
}

body {
    font-family: Poppins, sans-serif !important;
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h2, h3, h5 {
    font-family: Poppins, sans-serif;
}

.footer-logo {
    max-width: 100px;
}

.nav-item a {
    padding: 20px 10px;
    color: #999;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-item img {
    object-fit: cover;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after, .owl-carousel-filter .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer, .owl-carousel-filter .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    float: left;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: inherit;
}

.btn-filter-wrap li:first-child:after, .cst-accordion-toggle, .footer-bottom .copyrights-nav li:last-child:after, .header-style-1 .navbar-toggler, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .share-icon-btn .dropdown-toggle::after, .wt-breadcrumb li:last-child:after, .wt-post-meta li:last-child:after {
    display: none;
}

.logo-header-inner a, .owl-carousel-filter.owl-loaded, .owl-carousel.owl-loaded, footer, header {
    display: block;
}

.btn-half, .overlay-icon a, .site-button {
    display: inline-block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.bg-black, .btn-half.site-button:hover, .overlay-icon a:hover, .wt-thum-bx {
    background-color: #000;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-bottom .copyrights-nav li a:active, .footer-bottom .copyrights-nav li a:focus, .footer-bottom .copyrights-nav li a:hover, a:active, a:focus, a:hover, h2 a:hover, p a {
    color: #333;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.text-lowercase {
    text-transform: lowercase;
}

.btn-half span, .header-nav .nav > li, .text-uppercase, .wt-post-meta li, .wt-post-title .post-title, button.scroltop {
    text-transform: uppercase;
}

.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-22 {
    font-size: 22px;
    line-height: 28px;
}

.font-28 {
    font-size: 28px;
    line-height: 34px;
}

.font-30 {
    font-size: 30px;
    line-height: 36px;
}

.font-32 {
    font-size: 32px;
    line-height: 38px;
}

.font-40 {
    font-size: 40px;
    line-height: 46px;
}

.font-50 {
    font-size: 50px;
    line-height: 56px;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.p-a10 {
    padding: 10px;
}

.p-a20 {
    padding: 20px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-t0 {
    padding-top: 0;
}

.p-t90 {
    padding-top: 90px;
}

.p-t140 {
    padding-top: 140px;
}

.p-l20 {
    padding-left: 20px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.footer-bottom ul, .header-style-1 .header-nav .nav > li, .m-a0, .owl-btn-vertical-center .owl-nav, .wt-post-text p:last-child {
    margin: 0;
}

.m-t0, .section-head h2 {
    margin-top: 0;
}

.m-b0, .site-header ul {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.cst-accordion-item, .m-b10, .wt-post-meta {
    margin-bottom: 10px;
}

.m-b15, .wt-post-title {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-l100 {
    margin-left: 100px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-gray {
    color: #f5f6f6;
}

.opacity-04 {
    opacity: .4;
}

.opacity-08 {
    opacity: .8;
}

.wt-left-part, .wt-left-part2, .wt-right-part2 {
    width: 562px;
}

.header-nav .nav, .pull-right, .wt-left-part, .wt-left-part2 {
    float: right;
}

.wt-left-part2 {
    padding-left: 0;
    padding-right: 30px;
}

.btn-filter-wrap li:last-child, .wt-right-part2 {
    padding-right: 0;
}

.wt-right-part2 {
    padding-left: 30px;
}

.team-outer {
    margin-top: 198px;
}

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.overlay-icon {
    list-style: none;
    width: 160px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px -75px;
    z-index: 1 !important;
}

.btn-half, .btn-half span, .carousel-line, .m-carousel-1, .m-carousel-2, .our-story .our-story-detail-wrap, .overlay-wraper, .overlay-wrapper, .page-content, .relative, .section-full, .wt-box, .wt-carousel-block, .wt-icon-box-wraper, .wt-team-six .wt-team-info, .wt-thum-bx {
    position: relative;
}

.overlay-icon a {
    padding: 0;
    margin: 0 2px;
    border: 1px solid #fff;
    color: #fff;
}

.overlay-icon a:hover {
    color: #fff;
    border: 1px solid transparent;
}

.overlay-bx:hover, .wt-thum-bx:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}

.bdr-gray {
    border-color: #ddd;
}

.icon-content, .wt-separator-outer {
    overflow: hidden;
}

.wt-thum-bx img {
    width: 100%;
    height: auto;
}

.gradi-black:after, .gradi-black:before, .wt-img-overlay1:after, .wt-img-overlay1:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.wt-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.wt-img-overlay1:hover:before {
    opacity: .5;
}

.gradi-black:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 90%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.site-button {
    padding: 10px 20px;
    font-size: 14px;
    outline: none;
    border: 0 solid transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    background-color: #000;
}

.site-button:active, .site-button:focus, .site-button:hover {
    background-color: #000;
    color: #fff;
}

.site-button:hover {
    background-color: #efefef;
    color: #000;
}

.button-lg {
    padding: 20px 35px;
    font-size: 16px;
}

.btn-half {
    z-index: 0;
    cursor: pointer;
    background-color: #000;
    display: inline-block;
    position: relative;
}

.btn-half span {
    color: #fff;
    display: block;
    padding-left: 0;
    padding-right: 25px;
    font-size: 12px;
    letter-spacing: 5px;
    transform: scaleX(.9);
    transform-origin: center left;
    transition: color .3s;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}

.btn-half em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 22%;
    right: 23px;
    top: 50%;
    transform: scaleX(.25);
    transform-origin: center right;
    transition: .3s;
    z-index: 1;
}

.btn-half:after, .btn-half:before {
    content: '';
    background-color: rgba(255, 255, 255, .2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}

.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-half:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-half:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-half:hover span, .our-story .row:nth-child(2n) .our-story-detail h2, .our-story .row:nth-child(2n) .our-story-detail h3, .our-story .row:nth-child(2n) .our-story-detail p, .text-white, .text-white h2, .text-white p, .wt-breadcrumb li a, .wt-breadcrumb li:last-child {
    color: #fff;
}

.btn-half:hover em {
    background: #fff;
    transform: scaleX(1);
}

.ow-client-logo {
    display: table;
    width: 100%;
}

.client-logo {
    display: table-cell;
    text-align: center;
    padding: 10px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-next, .owl-prev {
    padding: 8px 10px;
    height: 35px;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.owl-carousel .ow-client-logo img {
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 28px;
    text-align: center;
    opacity: .5;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel-filter .owl-item.active, .wt-team-six:hover .overlay-bx {
    opacity: 1;
}

.owl-carousel .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.middle-container, .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #1a1a1a;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #979797;
}

.our-story .row:nth-child(odd), .owl-btn-bottom-left .owl-nav, .text-left {
    text-align: left;
}

.owl-btn-vertical-center .owl-nav .owl-next, .owl-btn-vertical-center .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
    right: 0;
}

.owl-next, .owl-prev {
    width: 35px;
    text-align: center;
}

.owl-prev {
    margin-right: 5px;
}

.owl-next {
    margin-left: 5px;
}

.owl-next:active, .owl-next:focus, .owl-next:hover, .owl-prev:active, .owl-prev:focus, .owl-prev:hover {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
    opacity: .9;
}

.extra-nav, .header-nav .nav > li > a, .logo-header, .overlay-bx, a {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.clearfix::after, .wt-icon-box-wraper::after {
    content: "";
    display: table;
    clear: both;
}

.wt-team-six .wt-team-info:after, .wt-team-six .wt-team-info:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    background-color: #000;
}

.wt-team-six.large-pic .wt-team-info:after, .wt-team-six.large-pic .wt-team-info:before {
    visibility: hidden;
}

.wt-team-six .wt-team-info:after {
    width: 4px;
    height: 40px;
}

.wt-team-six .wt-team-info:before {
    width: 40px;
    height: 4px;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat, .bg-parallax {
    background-repeat: no-repeat;
}

.m-carousel-1:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, .1);
}

.m-carousel-1 .owl-carousel .owl-dots {
    position: absolute;
    right: 20px;
    margin-top: 0;
    top: 50%;
    width: 0;
    transform: translateX(-50%) translateY(-50%);
}

.latest-blog-dark .v-date, .line-amiation a.v-button {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 3px;
    border: none;
    float: right;
    clear: both;
    position: relative;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot.active span:after {
    width: 50px;
}

.hilite-title {
    border: 0;
}

.hilite-title strong {
    display: block;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    color: rgba(191, 191, 191, .3);
}

.font-18, .hilite-title span, p {
    line-height: 24px;
}

.font-weight-600, h2, h3, strong {
    font-weight: 600;
}

.hilite-title span {
    display: block;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.hilite-title.bdr-left {
    border-left: 10px;
    border-style: solid;
}

.hilite-title.bdr-right {
    border-right: 10px;
    border-style: solid;
}

.m-carousel-2 {
    margin-right: 130px;
    margin-bottom: 50px;
}

.m-carousel-2 .home-carousel-2 {
    border: 15px solid #fff;
    border-bottom: 0;
    border-left: 0;
}

.m-carousel-2 .home-carousel-2 .owl-nav {
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.m-carousel-2 .home-carousel-2 .owl-nav .owl-prev {
    left: -30px;
}

.m-carousel-2 .home-carousel-2 .owl-nav .owl-next {
    right: -44px;
}

.carousel-bg-img {
    position: absolute;
    right: -65px;
    top: -50px;
    width: 100%;
}

.wt-carousel-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.carousel-line:after, .carousel-line:before {
    position: absolute;
    content: "";
    background-color: #fff;
}

.carousel-line:after {
    width: 100px;
    height: 6px;
    left: -40px;
    bottom: -20px;
}

.carousel-line:before {
    width: 6px;
    height: 100px;
    left: -20px;
    bottom: -40px;
}

.carousel-hover .owl-item .gradi-black:before {
    opacity: 0;
}

.carousel-hover .owl-item.active .gradi-black:before {
    opacity: 1;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}

.carousel-hover .wt-carousel-info {
    bottom: -300px;
    opacity: 0;
}

.carousel-hover .owl-item.active .wt-carousel-info {
    bottom: 0;
    opacity: 1;
    -webkit-transition: 1.5s linear;
    -moz-transition: 1.5s linear;
    -ms-transition: 1.5s linear;
    -o-transition: 11.5s linear;
    transition: 1.5s linear;
}

.overlay-bx-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

.overlay-bx-2:hover {
    opacity: .9;
    bottom: 0;
}

.line-amiation {
    position: relative;
    width: 100%;
    height: 100%;
}

.line-amiation:after, .line-amiation:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 20px;
    top: 20px;
    -webkit-transition: .7s linear;
    -moz-transition: .7s linear;
    -ms-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    opacity: 0;
}

.line-amiation:after {
    width: 0%;
    height: 1px;
}

.line-amiation:before {
    width: 1px;
    height: 0;
}

.line-amiation:hover:after {
    width: 100%;
    opacity: 1;
    left: 0;
}

.line-amiation:hover:before {
    height: 100%;
    top: 0;
    opacity: 1;
}

.line-amiation a.v-button {
    color: #fff;
    border-left: 2px solid;
    display: block;
    position: absolute;
    bottom: 90px;
    right: -40px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.latest-blog-dark-outer {
    margin-left: 20px;
    height: 250px;
}

.latest-blog-dark {
    position: absolute;
    left: -20px;
    bottom: 20px;
    width: 260px;
    min-height: 120px;
    background-color: #000;
    padding-left: 40px;
    word-break: break-word;
}

.latest-blog-dark .v-date {
    position: absolute;
    left: -25px;
    top: 50px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.latest-blog-dark-outer2 {
    height: 530px;
    margin-right: 61px;
}

.latest-blog-square {
    position: absolute;
    right: -60px;
    bottom: 60px;
    width: 400px;
    min-height: 400px;
    padding: 25px 70px 25px 25px;
    border: 15px solid #000;
}

.latest-blog-square .v-date {
    position: absolute;
    left: -90px;
    top: 50px;
    font-size: 16px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.some-facts {
    position: relative;
    padding: 60px 30px 60px 50px;
    border: 15px solid #fff;
    border-right: 0px;
}

.some-facts:after, .some-facts:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: -15px;
    width: 15px;
    height: 140px;
}

.some-facts:after {
    bottom: -15px;
}

.some-facts:before {
    top: -15px;
}

.some-facts-counter {
    padding-top: 130px;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0;
    top: -10px;
    left: -80px;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-prev {
    left: 38px;
    position: relative;
    background-color: #1a1a1a;
    margin: 0;
}

.home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-next {
    left: 10px;
    position: relative;
    top: 40px;
    background-color: #1a1a1a;
    margin: 0;
}

.square_shape1, .square_shape2, .square_shape3, .square_shape4 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.square_shape1:after, .square_shape2:before, .square_shape3:before, .square_shape4:after {
    width: 800px;
    height: 800px;
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, .1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.square_shape2:before {
    right: -700px;
    bottom: -340px;
}

.square_shape4:after {
    left: -820px;
    top: -260px;
}

.owl-carousel-filter {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel-filter .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel-filter .owl-item {
    position: relative;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.owl-carousel-filter .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.btn-filter-wrap {
    list-style: none;
    margin: 64px 0 0;
    float: right;
}

.btn-filter-wrap li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0 20px;
    cursor: pointer;
}

.btn-filter-wrap li.btn-active {
    color: #d5dd02;
}

.btn-filter-wrap li:after {
    content: "/";
    position: absolute;
    left: -2px;
    top: 4px;
    font-size: 14px;
    opacity: .2;
    color: #000;
}

.hero-swiper .swiper-pagination {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    align-items: end;
    justify-content: center;
    z-index: 10;
    height: 100%;
    margin-left: auto;
}

.hero-swiper .swiper-pagination-bullet {
    margin-right: 0 !important;
    height: 4px !important;
    width: 20px !important;
    transition: .5s ease-in-out !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

.has-child .submenu-toogle, .header-nav .nav > li.active > a, .header-nav .nav > li > a:active, .header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover {
    background-color: transparent;
}

.hero-swiper .swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 0 !important;
}

.hero-swiper .swiper-slide .wt-carousel-info {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .5s ease-out, transform .5s ease-out;
}

.hero-swiper .swiper-slide-active .wt-carousel-info {
    opacity: 1;
    transform: translateY(0);
}

.hero-swiper .slider-item, .projects-swiper .slider-item {
    height: 400px;
    overflow: hidden;
}

.hero-swiper .slider-item img, .projects-swiper .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wt-bnr-inr {
    height: 400px !important;
    background-position: center center;
    display: table;
    width: 100%;
}

.wt-bnr-inr-entry .banner-title-outer:after, .wt-bnr-inr-entry .wt-bnr-inr-entry .banner-title-outer:after {
    top: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.font-18 {
    font-size: 18px;
}

.font-20, h3 {
    line-height: 26px;
}

.font-20 {
    font-size: 20px;
}

.font-weight-300 {
    font-weight: 300;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.bg-white {
    background-color: #fff;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center;
}

.opacity-07 {
    opacity: .7;
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -o-transition: .25s;
}

.wt-img-effect.zoom-slow img {
    transition: 10s;
    -moz-transition: 10s;
    -webkit-transition: 10s;
    -o-transition: 10s;
}

.wt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.wt-breadcrumb, .wt-post-meta ul {
    margin: 0;
    list-style: none;
}

.wt-breadcrumb li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.blog-post .grid-post li .portfolio-item, .blog-post .grid-post li img, .input-group {
    width: 100%;
}

.input-group-btn {
    display: table-cell;
}

.blog-post {
    position: relative;
    margin-bottom: 40px;
}

.wt-post-title .post-title {
    margin: 0;
    font-weight: 400;
}

.wt-post-meta li {
    padding: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.wt-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5;
}

.wt-post-text {
    margin-bottom: 15px;
    text-align: left;
}

.site-search-btn, .text-center, .top-bar .fa, button.scroltop {
    text-align: center;
}

.blog-post .grid-post li {
    float: left;
    width: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    list-style: none;
}

.portfolio-item {
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative;
}

.site-header {
    position: relative;
    z-index: 999;
}

.extra-nav, .logo-header {
    z-index: 9;
    position: relative;
}

.footer-wide .container, .nav-wide .container {
    width: 100%;
    padding: 0 80px;
    max-width: 100%;
}

.extra-nav {
    display: table;
    float: right;
    height: 70px;
}

.extra-nav .extra-cell {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.logo-header {
    display: table;
    float: left;
    max-width: 150px;
    padding: 0;
    font-size: 36px;
    color: #1bbce8;
    margin: 0;
}

.logo-header-inner {
    display: table-cell;
    height: 100%;
}

.logo-header-inner img {
    height: 50px !important;
}

.top-bar {
    color: #000;
    padding: 0;
}

.top-bar .fa {
    border: 1px solid rgba(0, 0, 0, .01);
    padding: 3px;
    width: 22px;
    height: 22px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

.social-bx {
    margin: 0 0 0 15px;
    float: right;
}

.social-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}

.social-bx li a {
    color: #000;
    font-size: 14px;
}

.share-icon-btn .dropdown-menu {
    padding: 0 20px;
    min-width: 60px;
    top: 53px;
    left: -10px;
}

.share-icon-btn .social-bx {
    clear: both;
    float: none;
    margin-left: 0;
}

.share-icon-btn .social-bx.list-inline > li {
    display: block;
    margin: 10px 0;
}

.main-bar {
    position: relative;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.main-bar::after {
    clear: both;
    content: "";
    display: table;
}

.site-search-btn {
    background: 0 0;
    border: none;
    outline: 0;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
}

.header-nav {
    position: relative;
    padding: 0;
}

.header-nav .nav > li {
    font-weight: 400;
    position: relative;
    margin: -10px 0;
    padding: 10px 0;
}

.header-nav .nav > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    font-size: 12px;
    padding: 35px 12px;
    cursor: pointer;
    letter-spacing: 2px;
}

.header-nav .nav > li > a:hover {
    color: #212427;
}

.header-nav .nav > li.active > a, .header-nav .nav > li:hover > a {
    color: #ababab;
}

.header-nav .nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-nav .nav > li .sub-menu {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-nav .nav > li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
}

.header-nav .nav > li .sub-menu li a:hover {
    background-color: #f2f2f2;
    color: #000;
    text-decoration: none;
}

.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0;
}

.header-nav .nav > li.submenu-direction .sub-menu {
    left: auto;
    right: 0;
}

.has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
}

.is-fixed.color-fill .header-nav .nav > li {
    margin: 0;
    padding: 0;
}

.is-fixed.color-fill .header-nav .nav > li > a {
    margin: 0;
    padding: 25px 12px;
}

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.wt-bnr-inr-entry {
    display: table-cell;
}

.wt-bnr-inr-entry .banner-title-outer {
    position: relative;
    padding: 70px 0 70px 30px;
    border: 10px solid #fff;
    border-right: 0px;
    width: 200px;
}

.wt-bnr-inr-entry .banner-title-outer:after, .wt-bnr-inr-entry .banner-title-outer:before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 50px;
    background-color: #fff;
}

.wt-bnr-inr-entry .banner-title-outer:before {
    bottom: 0;
    right: 0;
}

.wt-bnr-inr-entry .banner-title-name {
    width: 640px;
}

button.scroltop {
    height: 40px;
    width: 40px;
    background: #000;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    z-index: 999;
    color: #fff;
}

button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

#btn-vibrate {
    animation: 2s linear infinite vibrate;
    -moz-animation: 2s linear infinite vibrate;
    -webkit-animation: 2s linear infinite vibrate;
    -o-animation: 2s linear infinite vibrate;
}

.page-wraper {
    background: #fff;
}

.dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.bg-top-center {
    background-position: top center;
}

.square_shape3:before {
    right: -700px;
    bottom: -300px;
    width: 800px;
    height: 800px;
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, .1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.header-style-1 .container {
    display: flex;
}

.header-style-1 .container:after {
    display: table;
    clear: both;
    content: "";
}

.header-style-1 .header-nav {
    display: flex !important;
    justify-content: end;
    align-items: center;
}

.header-style-1 .header-nav .nav {
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

.header-style-1 .header-nav .nav > li .sub-menu {
    margin-top: 24px;
}

.header-style-1 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0;
    display: block;
    width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.header-style-1 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0;
    padding: 10px 0;
}

.header-style-1 .is-fixed.color-fill .header-nav .nav > li > a {
    margin: 0;
    padding: 34px 12px;
}

.wt-mid-page {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

@keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

@-moz-keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

@-webkit-keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

.breadcrumb-style-2 li:after {
    margin-left: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    content: "›";
}

a {
    color: #767676;
    outline: 0 none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
}

h2, h3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
}

a:focus, a:hover {
    outline: 0;
}

footer {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t30 {
    padding-top: 30px;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.overlay-wraper > .container {
    position: relative;
    z-index: 1;
}

.site-footer li {
    line-height: 20px;
}

.site-footer {
    background-position: center;
    background-size: cover;
    border-top: 1px solid #dadada;
}

.footer-bottom {
    padding: 50px 0;
    color: #787878;
    font-size: 13px;
}

.footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
}

.footer-bottom .copyrights-nav li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.footer-bottom .copyrights-nav li:first-child {
    margin-left: 0;
}

.footer-bottom .copyrights-nav li:last-child {
    margin-right: 0;
}

.footer-bottom .copyrights-nav li:after {
    content: "/";
    position: relative;
    right: -8px;
}

.bg-gray, .footer-light .footer-bottom {
    background-color: #f6f7f8;
}

.wt-footer-bot-left {
    padding-left: 0;
    padding-right: 15px;
    float: left;
}

.wt-footer-bot-right {
    padding-left: 15px;
    padding-right: 0;
    float: right;
}

.p-t80 {
    padding-top: 80px;
}

.latest-blog-dark h3 {
    font-size: 16px;
    line-height: normal;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 26px;
    color: #000;
}

.font-36 {
    font-size: 36px;
    line-height: 42px;
}

.p-b50 {
    padding-bottom: 50px;
}

.latest-blog-dark-outer, .latest-blog-dark-outer2, ul, ul li {
    padding: 0;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.cst-accordion-header, .custom-pagination, .grid-post, .horizontal-wrapper, .overlay, .panel, .wt-post-media-wrapper {
    display: flex;
}

.section-head {
    margin-bottom: 40px;
}

.square_shape1:after {
    width: 800px;
    height: 800px;
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, .1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    left: -700px;
    top: 50px;
}

.our-story .our-story-detail {
    padding: 15px 30px;
    margin: 62px 0;
}

.our-story .our-story-detail p {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.our-story {
    background-image: url(https://thewebmax.org/modern/images/background/ptn-1.png);
}

.our-story .row {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.our-story .row:nth-child(2n) {
    text-align: right;
    flex-direction: row-reverse;
}

.our-story .row:nth-child(odd) .our-story-detail {
    position: absolute;
    left: -50px;
    z-index: 5;
    background-color: #fff;
    right: 15px;
}

.our-story .row:nth-child(2n) .our-story-detail {
    position: absolute;
    right: -50px;
    z-index: 5;
    background-color: #000;
    left: 15px;
}

.project-swiper .swiper-slide img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

::selection {
    background: #484848;
    color: #fff;
}

ul {
    list-style-position: outside;
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
}

.list-angle-right {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.list-angle-right li {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.list-angle-right li:before {
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #000;
    content: "\F280";
}

.grid-post li, .skeleton, main {
    position: relative;
}

.skeleton {
    background-color: #333;
    overflow: hidden;
    position: relative;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: 1.5s infinite pulse;
}

@keyframes pulse{

    0% {
        left: -100%
    }
    100%, 50% {
        left: 100%
    }

}

.lazyloaded, .priority-load {
    background-image: none !important;
}

.latest-blog-dark-outer img, .latest-blog-dark-outer2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #555 #f0f0f0;
}

.custom-pagination {
    justify-content: start;
    gap: 4px;
    margin-top: -30px;
    display: flex;
}

.custom-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 0 !important;
    opacity: .3;
    cursor: pointer;
    transition: .3s;
}

.custom-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.3);
}

.google-map-gray iframe {
    filter: grayscale(100%) contrast(1.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: filter .3s ease-in-out, box-shadow .3s ease-in-out;
    display: block;
    vertical-align: top;
}

.cst-accordion-title {
    font-family: poppins;
}

.cst-accordion {
    font-family: sans-serif;
    color: #000;
}

.cst-accordion-header {
    justify-content: start;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 0;
    display: flex;
}

.cst-accordion-icon {
    margin-inline-start: 5%;
}

.cst-accordion-icon::after {
    content: "+";
}

.cst-accordion-toggle:checked + .cst-accordion-header .cst-accordion-icon::after {
    content: "-";
}

.cst-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
    padding: 0;
    font-weight: 400;
}

.cst-accordion-toggle:checked ~ .cst-accordion-body {
    max-height: 500px;
    padding: 5px 0;
}

.footer-links {
    list-style: none;
    text-align: end;
}

.nav-link {
    padding: 5px 0 !important;
    font-size: 18px !important;
    display: block;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.wt-post-media-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.grid-post {
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
}

.grid-post li {
    width: calc(25% - 10px);
}

.grid-post li .portfolio-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-post li img {
    width: 100%;
    display: block;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    cursor: pointer;
    z-index: 2;
}

.progress-dots {
    position: fixed;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
    height: 12px;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
}

.progress-dots .progress-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    transform: translateY(-50%);
}

.progress-dots .progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    transition: width .15s linear;
}

.progress-dots .dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #999;
    transition: background .3s, transform .3s;
}

.progress-dots .dot.active {
    background: #000;
    transform: translate(-50%, -50%) scale(1.4);
}

.horizontal-wrapper {
    height: 100vh;
    min-height: 100vh;
}

.horizontal-scroll {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.panel {
    flex: 0 0 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-img {
    width: 500px;
    height: auto;
    border-radius: 8px;
}

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 24px;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

label {
    display: inline-block;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[role=button] {
    cursor: pointer;
}

iframe {
    border: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    background-color: transparent;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.position-relative {
    position: relative !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-end{
    text-align: right !important;
}


.text-uppercase {
    text-transform: uppercase;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: #fff;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: #000;
}

.z-3 {
    z-index: 3 !important;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}

a:active, a:hover, a:focus {
    color: #333333;
}

footer, header {
    display: block;
}

p, ul {
    margin-bottom: 24px;
}

h2 a {
    color: #000;
}

h2 a:hover {
    color: #333333;
}

.text-left {
    text-align: left;
}

ul li {
    padding: 0;
}

.m-a0 {
    margin: 0;
}

.m-t0 {
    margin-top: 0;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

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

.overlay-wraper {
    position: relative;
}

.gradi-black:before, .gradi-black:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.site-button:active, .site-button:hover, .site-button:focus {
    background-color: #000;
    color: #fff;
}

.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-half.site-button:hover {
    background-color: #000;
}

.btn-half:hover span {
    color: #fff;
}

.wt-separator-outer {
    overflow: hidden;
}

.section-full {
    position: relative;
}

.section-head h2 {
    margin-top: 0;
}

.text-white h2 {
    color: #FFF;
}

.m-carousel-1 {
    position: relative;
}

.wt-carousel-block {
    position: relative;
}

.carousel-line {
    position: relative;
}

.square_shape3 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.pull-right {
    float: right;
}

.lazyloaded {
    background-image: none !important;
}

.priority-load {
    background-image: none !important;
}

.latest-blog-dark-outer, .latest-blog-dark-outer2 {
    padding: 0;
}

.cst-accordion-item {
    margin-bottom: 10px;
}

.cst-accordion-toggle {
    display: none;
}

.middle-container {
    display: inline-block;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: right .3s;
    padding: 4rem 1rem;
    z-index: 1000;
}

.offcanvas-menu .nav-item {
    margin: 1rem 0;
}

.nav-toggle:checked ~ .offcanvas-menu {
    right: 0;
}

.nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    padding: 10px;
    display: none;
}

.nav-item {
    margin: 0 !important;
}

.custom-toggler {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 3px;
    right: 2rem;
}

.toggler-bar {
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #000;
    transition: transform .3s, opacity .3s;
    z-index: 3000;
    width: 30px;
}

.toggler-bar:nth-child(1) {
    top: 5px !important;
}

.toggler-bar:nth-child(2) {
    top: 15px !important;
}

.toggler-bar:nth-child(3) {
    top: 25px !important;
}

.nav-toggle:checked + .custom-toggler .toggler-bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.nav-toggle:checked + .custom-toggler .toggler-bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle:checked + .custom-toggler .toggler-bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

#navbar {
    transition: .3s;
    background-color: transparent !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    backdrop-filter: blur(5px);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

@keyframes pulse{

    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }

}

.text-link {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.text-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width .3s;
}

.text-link:hover:after {
    width: 100%;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.hero-bg-video video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-bg-video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, .55) 100%);
}

.hero-section .container,
.hero-section .section-content {
    position: relative;
    z-index: 3;
}

.hero-pt {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.hero-section-container {
    position: relative;
}

.font-weight-500, h5 {
    font-weight: 500;
}

.owl-carousel, .owl-carousel .owl-item, .owl-carousel-filter, .owl-carousel-filter .owl-item, body {
    -webkit-tap-highlight-color: transparent;
}

.container, .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.site-button, a, a:focus, a:hover {
    outline: 0;
}

.btn-half, .middle-container, .overlay-icon a, .owl-carousel .owl-dots .owl-dot, .site-button, label {
    display: inline-block;
}

.btn-half span, .header-nav .nav > li, .nav-item a, .text-uppercase, .wt-post-meta li, .wt-post-title .post-title, button.scroltop {
    text-transform: uppercase;
}

.btn-half, .btn-half span, .carousel-line, .grid-post li, .hero-section-container, .m-carousel-1, .m-carousel-2, .our-story .our-story-detail-wrap, .overlay-wraper, .overlay-wrapper, .page-content, .relative, .section-full, .skeleton, .social-icons, .wt-box, .wt-carousel-block, .wt-icon-box-wraper, .wt-team-six .wt-team-info, .wt-thum-bx, main {
    position: relative;
}

.nav-toggle:checked ~ .offcanvas-menu, .owl-btn-vertical-center .owl-nav .owl-next {
    right: 0;
}

.hilite-title, iframe {
    border: 0;
}

.carousel-hover .owl-item .gradi-black:before, .nav-toggle:checked + .custom-toggler .toggler-bar:nth-child(2) {
    opacity: 0;
}

.blog-post, .extra-nav, .header-nav, .header-nav .nav > li, .logo-header, .main-bar, .portfolio-item, .site-header, .social-bx li, .wt-breadcrumb li {
    position: relative;
}

.blog-post .grid-post li .portfolio-item, .blog-post .grid-post li img, .input-group, .text-link:hover:after {
    width: 100%;
}

.input-group-btn, .wt-bnr-inr-entry {
    display: table-cell;
}

.btn-half em, .page-wraper {
    background: #fff;
}

@keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

@-moz-keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

@-webkit-keyframes vibrate{

    0%, 100%, 50% {
        top: 0
    }
    25% {
        top: -3px
    }
    75% {
        top: 3px
    }

}

.cst-accordion-header, .custom-pagination, .grid-post, .horizontal-wrapper, .overlay, .panel, .row, .wt-post-media-wrapper {
    display: flex;
}

.cst-accordion-header, .custom-pagination {
    justify-content: start;
}

.nav-item a, h2 {
    font-size: 24px;
}

.swiper-pagination-clickable .swiper-pagination-bullet, [role=button] {
    cursor: pointer;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container, .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: 100%;
}

.row > *, img {
    max-width: 100%;
}

.btn-half, .latest-blog-dark, .overlay-bx-2, .site-button {
    background-color: #000;
}

.text-link, a, a:focus, a:hover {
    text-decoration: none;
}

.overlay-main, .skeleton::after {
    top: 0;
    position: absolute;
    height: 100%;
}

.latest-blog-dark-outer, .latest-blog-dark-outer2, ul li {
    padding: 0;
}

.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.nav-item, .navbar-brand {
    margin: 0 !important;
}

@keyframes pulse{

    0% {
        left: -100%
    }
    100%, 50% {
        left: 100%
    }

}

.custom-toggler, .toggler-bar {
    position: absolute;
    width: 30px;
}

#navbar.navbar-shrink img {
    max-width: 100px;
    transition: .3s ease-in-out;
}

.toggler-bar:first-child {
    top: 5px !important;
}

.nav-toggle:checked + .custom-toggler .toggler-bar:first-child {
    transform: translateY(10px) rotate(45deg);
}

.navbar-brand img {
    transition: .3s;
    max-width: 175px;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .col-xs-100pc {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .wt-left-part {
        width: 100%;
        clear: both;
        float: none;
        padding-left: 30px;
    }

    .site-header .container {
        width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .wt-left-part2, .wt-right-part2 {
        width: 456px;
    }
}

@media only screen and (max-width: 991px) {
    .wt-left-part2, .wt-right-part2 {
        max-width: 694px;
        width: 100%;
        padding: 0;
        float: none;
    }

    .latest_project-outer, .wt-left-part {
        max-width: 694px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .wt-left-part2 {
        margin: 50px auto 0;
    }

    .wt-right-part2 {
        margin: 50px auto;
    }

    .m-carousel-1 {
        margin-bottom: 100px;
        margin-left: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .m-carousel-2 {
        max-width: 694px;
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }

    .m-carousel-2 .home-carousel-2 {
        border: none;
    }

    .carousel-bg-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .m-carousel-1 {
        margin-top: 0;
    }

    .m-carousel-1::after {
        top: 100px;
        left: -70px;
        border: 20px solid rgba(0, 0, 0, .1);
    }

    .m-carousel-2 {
        margin: 0 auto;
        max-width: 696px;
    }

    .m-carousel-2 .home-carousel-2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .latest_project-outer {
        max-width: 578px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tm-wo-we-r .wt-left-part, .wt-left-part2, .wt-right-part2 {
        max-width: 520px;
    }

    .m-carousel-2 {
        margin: 0 auto;
        max-width: 520px;
    }
}

@media only screen and (max-width: 620px) {
    .m-carousel-2 {
        margin-right: 0;
        margin-top: 0;
    }

    .hilite-title strong {
        font-size: 46px;
        line-height: 46px;
    }

    .hilite-title span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 460px) {
    .m-carousel-2 .carousel-hover .carousel-line h2 {
        font-size: 18px;
    }

    .m-carousel-2 .carousel-hover .carousel-line p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .m-carousel-2 .wt-carousel-info {
        width: 100%;
        padding: 25px;
    }

    .carousel-line::after {
        width: 80px;
        height: 4px;
        left: -17px;
        bottom: -10px;
    }

    .carousel-line::before {
        width: 4px;
        height: 80px;
        left: -12px;
        bottom: -16px;
    }
}

@media only screen and (max-width: 420px) {
    .m-carousel-1 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .m-carousel-1:after {
        display: none;
    }

    .line-amiation a.v-button {
        bottom: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-next {
        left: 5px;
        top: 0;
    }
}

@media only screen and (max-width: 360px) {
    .line-amiation a.v-button {
        bottom: 60px;
        right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .latest-blog-dark-outer {
        margin-left: 0;
    }

    .latest-blog-dark-outer2 {
        margin-right: 0;
    }

    .some-facts {
        margin-right: 15px;
    }

    .some-facts-counter, .tm-wo-we-r {
        padding-top: 40px;
    }

    .has-child .submenu-toogle {
        background: 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .latest-blog-square {
        padding: 15px;
    }

    .some-facts {
        padding: 20px;
    }

    .some-facts h2, .some-facts span {
        font-size: 24px;
        line-height: inherit;
    }

    .some-facts p {
        font-size: 14px;
        line-height: inherit;
    }

    .social-bx {
        margin-top: 5px;
        margin-bottom: 5px !important;
    }

    .main-bar {
        padding-left: 0;
        padding-right: 0;
    }

    button.scroltop {
        font-size: 7px;
        height: 30px;
        width: 30px;
        line-height: 16px;
    }

    button.scroltop span {
        font-size: 10px;
        line-height: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-filter-wrap {
        margin: 30px 0 0;
        float: none;
    }

    .btn-filter-wrap li:first-child {
        padding-left: 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-content {
        display: block !important;
        text-align: center;
    }

    .footer-bottom-content .wt-footer-bot-left {
        float: none;
        padding-right: 0;
    }

    .footer-bottom-content .wt-footer-bot-right {
        float: none;
        padding-left: 0;
    }

    .footer-bottom-content .wt-footer-bot-right .copyrights-nav.pull-right {
        float: none;
    }
}

@media only screen and (max-width: 1024px) {
    .latest-blog-square {
        right: 15px;
        width: 80%;
    }

    .latest-blog-dark {
        left: 20px;
    }

    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 768px) {
    .some-facts:after, .some-facts:before {
        height: 100px;
    }

    .bg-parallax {
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .is-fixed .extra-nav {
        padding: 13px 7px;
    }

    .wt-media > img {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .our-story .our-story-detail {
        padding: 15px 30px;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .latest_project-outer {
        padding-left: 12px;
        padding-right: 12px;
    }

    h2.font-40 {
        font-size: 30px;
        line-height: 36px;
    }

    span.font-30 {
        font-size: 18px;
        line-height: 24px;
    }

    h2.font-36 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important;
    }

    .footer-wide .container, .nav-wide .container {
        padding: 0 15px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #e9e9e9;
    }

    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
    }

    .header-nav .nav li {
        float: none;
    }

    .header-nav .nav > li .sub-menu > li {
        float: none;
        display: block;
        width: auto;
    }

    .header-nav .nav li .sub-menu > li a {
        padding-left: 30px;
    }

    .header-nav .nav > li > a {
        border-top: 1px solid #e9e9e9;
        color: #777;
        font-weight: 600;
    }

    .header-nav .nav > li.active > a {
        color: #000;
    }

    .header-nav .nav > li > a:active, .header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover {
        background-color: #f0f0f0;
        text-decoration: none;
    }

    .header-nav .nav > li .sub-menu, .header-nav .nav > li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }

    .header-nav .nav li.has-child {
        position: relative;
    }

    .header-nav .nav li .sub-menu {
        opacity: 1;
        margin: 0 !important;
    }

    .has-child .submenu-toogle {
        display: block;
        background: 0 0;
    }

    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 275px;
    }

    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }

    .header-nav .nav > li > a, .is-fixed.color-fill .header-nav .nav > li > a {
        margin: 0;
        padding: 10px 12px;
    }

    .header-nav .nav > li, .header-style-1 .is-fixed.color-fill .header-nav .nav > li, .is-fixed.color-fill .header-nav .nav > li {
        margin: 0;
        padding: 0;
    }

    .wt-bnr-inr {
        height: 330px;
        padding-top: 120px;
    }

    .header-style-1 .container {
        display: flex;
        justify-content: space-between;
    }

    .header-style-1 .container:after {
        content: inherit;
    }

    .header-style-1 .header-nav {
        margin: 0;
    }

    .header-style-1 .navbar-toggler {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }

    .header-style-1 .extra-nav {
        margin-right: 40px;
    }

    .header-style-1 .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
        height: 100%;
    }

    .header-style-1 .header-nav .nav > li > a {
        display: block;
    }

    .header-style-1 .header-nav .nav > .has-child .submenu-toogle {
        display: block;
        text-align: right;
        width: 100%;
        padding: 0 20px 0 0;
        top: 0;
        min-height: 44px;
    }

    .header-style-1 .header-nav .nav > .has-child .submenu-toogle:before {
        top: 15px;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0;
        transition: .5s linear;
        background-color: #fff;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
        transition: none;
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar {
        transition: .5s linear;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0;
    }

    .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }

    .header-style-1 .is-fixed .header-nav .nav > li > a, .header-style-1 .is-fixed.color-fill .header-nav .nav > li > a {
        margin: 0;
        padding: 12px;
    }

    .copyright-block {
        padding-top: 5px;
    }

    footer .container {
        width: 100%;
    }

    .wt-footer-bot-left, .wt-footer-bot-right {
        float: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wt-footer-bot-right .copyrights-nav {
        float: none !important;
    }

    .our-story .row:nth-child(odd) .our-story-detail {
        position: inherit;
        left: 0;
    }

    .our-story .row:nth-child(2n) .our-story-detail {
        position: inherit;
        right: 0;
        left: 0;
        text-align: left;
    }

    .section-full.p-t80 {
        padding-top: 40px;
    }

    .section-full.p-b50 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .main-bar, .is-fixed.color-fill .main-bar, .main-bar {
        padding: 0;
    }

    .is-fixed .extra-nav {
        padding: 13px 0;
    }

    .wt-bnr-inr-entry .banner-title-name {
        width: 258px;
    }


    footer img {
        margin: auto;
        display: block;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

@media (min-width: 768px) {
    .mt-md-2 {
        margin-top: .5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .text-md-end {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 991px) {
    .latest_project-outer {
        max-width: 694px;
        width: 100%;
        padding: 0px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 767px) {
    .latest_project-outer {
        max-width: 578px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .m-carousel-1 {
        margin-bottom: 100px;
        margin-left: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .m-carousel-1 {
        margin-top: 0px;
    }

    .m-carousel-1::after {
        top: 100px;
        left: -70px;
        border: 20px solid rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 420px) {
    .m-carousel-1 {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .m-carousel-1:after {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    .carousel-line::after {
        width: 80px;
        height: 4px;
        left: -17px;
        bottom: -10px;
    }

    .carousel-line::before {
        width: 4px;
        height: 80px;
        left: -12px;
        bottom: -16px;
    }
}

@media only screen and (max-width: 420px) {
    .line-amiation a.v-button {
        bottom: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .latest-blog-square {
        right: 15px;
        width: 80%;
    }

    .latest-blog-dark {
        left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .latest-blog-dark-outer {
        margin-left: 0px;
    }

    .latest-blog-dark-outer2 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .latest-blog-square {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .latest_project-outer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .latest_project-outer {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .line-amiation a.v-button {
        bottom: 60px;
        right: -50px;
    }
}

@media only screen and (max-width: 575px) {
    h2.font-40 {
        font-size: 30px;
        line-height: 36px;
    }

    h2.font-36 {
        font-size: 26px;
        line-height: 32px;
    }

    span.font-30 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .section-full.p-t80 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    footer .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .section-full.p-t80 {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 991px) {
    footer .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 575px) {
    h2.font-36 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .section-full.p-t80 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .col-xs-100pc {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .wt-left-part {
        width: 100%;
        clear: both;
        float: none;
        padding-left: 30px;
    }

    .site-header .container {
        width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .wt-left-part2, .wt-right-part2 {
        width: 456px;
    }
}

@media only screen and (max-width: 991px) {
    .wt-left-part2, .wt-right-part2 {
        max-width: 694px;
        width: 100%;
        padding: 0;
        float: none;
    }

    .latest_project-outer, .wt-left-part {
        max-width: 694px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .wt-left-part2 {
        margin: 50px auto 0;
    }

    .wt-right-part2 {
        margin: 50px auto;
    }

    .m-carousel-1 {
        margin-bottom: 100px;
        margin-left: 70px;
    }

    .m-carousel-2 {
        max-width: 694px;
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }

    .m-carousel-2 .home-carousel-2 {
        border: none;
    }

    .carousel-bg-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .m-carousel-1 {
        margin-top: 0;
    }

    .m-carousel-1::after {
        top: 100px;
        left: -70px;
        border: 20px solid rgba(0, 0, 0, .1);
    }

    .m-carousel-2 {
        margin: 0 auto;
        max-width: 696px;
    }

    .m-carousel-2 .home-carousel-2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .latest_project-outer {
        max-width: 578px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .m-carousel-2, .tm-wo-we-r .wt-left-part, .wt-left-part2, .wt-right-part2 {
        max-width: 520px;
    }

    .m-carousel-2 {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 620px) {
    .m-carousel-2 {
        margin-right: 0;
        margin-top: 0;
    }

    .hilite-title strong {
        font-size: 46px;
        line-height: 46px;
    }

    .hilite-title span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 420px) {
    .m-carousel-1 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .m-carousel-1:after {
        display: none;
    }

    .line-amiation a.v-button {
        bottom: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .home-client-carousel.owl-btn-center-v.owl-carousel .owl-nav .owl-next {
        left: 5px;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .latest-blog-dark-outer {
        margin-left: 0;
    }

    .latest-blog-dark-outer2 {
        margin-right: 0;
    }

    .some-facts {
        margin-right: 15px;
    }

    .some-facts-counter, .tm-wo-we-r {
        padding-top: 40px;
    }

    .has-child .submenu-toogle {
        background: 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .latest-blog-square {
        padding: 15px;
    }

    .some-facts {
        padding: 20px;
    }

    .some-facts h2, .some-facts span {
        font-size: 24px;
        line-height: inherit;
    }

    .some-facts p {
        font-size: 14px;
        line-height: inherit;
    }

    .social-bx {
        margin-top: 5px;
        margin-bottom: 5px !important;
    }

    .main-bar {
        padding-left: 0;
        padding-right: 0;
    }

    button.scroltop {
        font-size: 7px;
        height: 30px;
        width: 30px;
        line-height: 16px;
    }

    button.scroltop span {
        font-size: 10px;
        line-height: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-filter-wrap {
        margin: 30px 0 0;
        float: none;
    }

    .btn-filter-wrap li:first-child {
        padding-left: 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-content {
        display: block !important;
        text-align: center;
    }

    .footer-bottom-content .wt-footer-bot-left {
        float: none;
        padding-right: 0;
    }

    .footer-bottom-content .wt-footer-bot-right {
        float: none;
        padding-left: 0;
    }

    .footer-bottom-content .wt-footer-bot-right .copyrights-nav.pull-right {
        float: none;
    }
}

@media only screen and (max-width: 1200px) {
    .our-story .our-story-detail {
        padding: 15px 30px;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .latest_project-outer {
        padding-left: 12px;
        padding-right: 12px;
    }

    h2.font-40 {
        font-size: 30px;
        line-height: 36px;
    }

    span.font-30 {
        font-size: 18px;
        line-height: 24px;
    }

    h2.font-36 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

@media (min-width: 768px) {
    .mt-md-2 {
        margin-top: .5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .text-md-end {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .latest-blog-square {
        right: 15px;
        width: 80%;
    }

    .latest-blog-dark {
        left: 20px;
    }

    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav, .header-style-1 .header-nav .nav {
        background: #fff;
        margin: 0;
        float: none;
    }

    .sticky-wrapper {
        height: auto !important;
    }

    .footer-wide .container, .nav-wide .container {
        padding: 0 15px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #e9e9e9;
    }

    .header-nav .nav li {
        float: none;
    }

    .header-nav .nav > li .sub-menu > li {
        float: none;
        display: block;
        width: auto;
    }

    .header-nav .nav li .sub-menu > li a {
        padding-left: 30px;
    }

    .header-nav .nav > li > a {
        border-top: 1px solid #e9e9e9;
        color: #777;
        font-weight: 600;
    }

    .header-nav .nav > li.active > a {
        color: #000;
    }

    .header-nav .nav > li > a:active, .header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover {
        background-color: #f0f0f0;
        text-decoration: none;
    }

    .header-nav .nav > li .sub-menu, .header-nav .nav > li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }

    .header-nav .nav li.has-child {
        position: relative;
    }

    .header-nav .nav li .sub-menu {
        opacity: 1;
        margin: 0 !important;
    }

    .has-child .submenu-toogle {
        display: block;
        background: 0 0;
    }

    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 275px;
    }

    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }

    .header-nav .nav > li > a, .is-fixed.color-fill .header-nav .nav > li > a {
        margin: 0;
        padding: 10px 12px;
    }

    .header-nav .nav > li, .header-style-1 .is-fixed.color-fill .header-nav .nav > li, .is-fixed.color-fill .header-nav .nav > li {
        margin: 0;
        padding: 0;
    }

    .wt-bnr-inr {
        height: 330px;
        padding-top: 120px;
    }

    .header-style-1 .container {
        display: flex;
        justify-content: space-between;
    }

    .header-style-1 .container:after {
        content: inherit;
    }

    .header-style-1 .header-nav {
        margin: 0;
    }

    .header-style-1 .navbar-toggler {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }

    .header-style-1 .extra-nav {
        margin-right: 40px;
    }

    .header-style-1 .header-nav .nav {
        width: 100%;
        display: block;
        height: 100%;
    }

    .header-style-1 .header-nav .nav > li > a {
        display: block;
    }

    .header-style-1 .header-nav .nav > .has-child .submenu-toogle {
        display: block;
        text-align: right;
        width: 100%;
        padding: 0 20px 0 0;
        top: 0;
        min-height: 44px;
    }

    .header-style-1 .header-nav .nav > .has-child .submenu-toogle:before {
        top: 15px;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0;
        transition: .5s linear;
        background-color: #fff;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
        transition: none;
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar {
        transition: .5s linear;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0;
    }

    .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }

    .header-style-1 .is-fixed .header-nav .nav > li > a, .header-style-1 .is-fixed.color-fill .header-nav .nav > li > a {
        margin: 0;
        padding: 12px;
    }

    .copyright-block {
        padding-top: 5px;
    }

    footer .container {
        width: 100%;
    }

    .wt-footer-bot-left, .wt-footer-bot-right {
        float: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wt-footer-bot-right .copyrights-nav {
        float: none !important;
    }

    .our-story .row:nth-child(odd) .our-story-detail {
        position: inherit;
        left: 0;
    }

    .our-story .row:nth-child(2n) .our-story-detail {
        position: inherit;
        right: 0;
        left: 0;
        text-align: left;
    }

    .section-full.p-t80 {
        padding-top: 40px;
    }

    .section-full.p-b50 {
        padding-bottom: 10px;
    }

    .latest_project-outer {
        max-width: 694px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .m-carousel-1 {
        margin-bottom: 100px;
        margin-left: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .some-facts:after, .some-facts:before {
        height: 100px;
    }

    .bg-parallax {
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .is-fixed .extra-nav {
        padding: 13px 7px;
    }

    .wt-media > img {
        width: 100%;
    }

    .m-carousel-1 {
        margin-top: 0;
    }

    .m-carousel-1::after {
        top: 100px;
        left: -70px;
        border: 20px solid rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width: 460px) {
    .m-carousel-2 .carousel-hover .carousel-line h2 {
        font-size: 18px;
    }

    .m-carousel-2 .carousel-hover .carousel-line p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .m-carousel-2 .wt-carousel-info {
        width: 100%;
        padding: 25px;
    }

    .carousel-line::after {
        width: 80px;
        height: 4px;
        left: -17px;
        bottom: -10px;
    }

    .carousel-line::before {
        width: 4px;
        height: 80px;
        left: -12px;
        bottom: -16px;
    }
}

@media only screen and (max-width: 420px) {
    .m-carousel-1 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .m-carousel-1:after {
        display: none;
    }

    .line-amiation a.v-button {
        bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .latest-blog-square {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .main-bar, .is-fixed.color-fill .main-bar, .main-bar {
        padding: 0;
    }

    .is-fixed .extra-nav {
        padding: 13px 0;
    }

    .wt-bnr-inr-entry .banner-title-name {
        width: 258px;
    }


    footer img {
        margin: auto;
        display: block;
    }

    .latest_project-outer {
        max-width: 578px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .line-amiation a.v-button {
        bottom: 60px;
        right: -50px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1024px) {
    .latest-blog-square {
        right: 15px;
        width: 80%;
    }

    .latest-blog-dark {
        left: 20px;
    }

    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 575px) {
    .latest_project-outer {
        padding-left: 12px;
        padding-right: 12px;
    }

    h2.font-40 {
        font-size: 30px;
        line-height: 36px;
    }

    span.font-30 {
        font-size: 18px;
        line-height: 24px;
    }

    h2.font-36 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .latest-blog-dark-outer {
        margin-left: 0;
    }

    .latest-blog-dark-outer2 {
        margin-right: 0;
    }

    footer .container {
        width: 100%;
    }

    .section-full.p-t80 {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}