@font-face {
    font-family: "din-bold";
    src: url(../fonts/din/din-bold.otf);
}

@font-face {
    font-family: "din-medium";
    src: url(../fonts/din/din-mid.otf);
}

@font-face {
    font-family: "din-light";
    src: url(../fonts/din/din-light.otf);
}

*,
* button:focus {
    outline: 0
}

body {
    font-family: "din-light";
    direction: rtl;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
}

body p {
    font-family: "din-light";
    font-size: 14px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "din-medium";
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.items-gray {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(-135deg, #183f78, #0073b6);
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container {
    position: relative;
    z-index: 20;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #000;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.text {
    font-size: 16px;
    color: #888;
    margin: 15px 0;
    line-height: 2;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 80px 0;
}

.light {
    color: #fff;
}

.light-bg {
    background-color: #fff !important;
}

.butn {
    padding: 10px 45px 15px;
    text-align: center;
    position: relative;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    border: solid 1px #b34e3d;
    font-weight: bold;
}

.butn span {
    color: #b34e3d;
    position: relative;
    z-index: 5;
}

.butn span i {
    position: relative;
    top: 3px;
    left: 5px;
}

.butn:hover,
.butn.color {
    background-color: #b34e3d;
}

.butn:hover span {
    color: #fff;
}

.butn.color span {
    color: #fff;
}

.butn.small {
    padding: 3px 35px 10px;
}

.butn.large {
    padding: 15px 75px 20px;
}

.butn.radius {
    border-radius: 10px;
}


/* ------ pagination ------- */

.pagination .active a {
    color: #b34e3d;
    background-color: transparent;
    font-weight: 600;
}

.pagination .active a:hover {
    background-color: transparent;
    color: #b34e3d;
    border: 0px;
}

.pagination .active a:focus {
    background-color: transparent;
    color: #b34e3d;
    outline: none;
}

.pagination li a {
    border: 1px;
    margin-left: 0px;
    color: #707070;
    padding: 7px 2px;
    margin: 0px 20px;
}

.pagination li a:hover {
    background-color: transparent;
    color: #b34e3d;
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

.pagination li a:focus {
    outline: none;
    background-color: transparent;
    /*color:#707070;*/
}

.pagination li:first-child a,
.pagination li:last-child a {
    font-size: 14px;
    color: #b34e3d;
}


/* ------------- */

.section-head {
    overflow: hidden;
}

.section-head h2 {
    color: #262525;
    font-size: 40px;
    font-weight: 500;
}

.section-head h6 {
    color: #d04045;
    font-size: 20px;
}

.section-head p {
    color: #b7b7b7;
    font-size: 20px;
}

.section-head.light h2,
.section-head.light h6,
.section-head.light p {
    color: #fff !important;
}

.section-head-color {
    background-image: url(../images/section-head-color.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    font-size: 17px;
    min-height: 65px;
    background-color: #f9f9f9;
    padding-right: 40px;
    color: #000;
    border-radius: 15px;
    border: 2px solid #9995;
}

.form-control:focus {
    border-color: #d04045;
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    font-size: 17px;
    min-height: 65px;
    background-color: #f9f9f9;
    padding-right: 40px;
    color: #000;
    border-radius: 15px;
    border: 2px solid #9995;
}

.form-control:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.form-group label {
    margin-bottom: 15px;
    color: #777;
    font-size: 17px;
    font-weight: bold;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #d04045;
    background-color: #d04045;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 20%;
    left: 50%;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    padding: 0 15px;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #23a6d5;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background-color: #309eed20;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #309eed;
}


/* ==================== navbar style ============================== */

.navbar {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99999;
}

.navbar:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF3D0;
    z-index: 99;
    pointer-events: none;
}

.navbar .container-fluid {
    padding: 0 5vw;
}

.navbar .custom-navbar.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    background-color: #fff;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.navbar .nav-toggle {
    display: none;
}

.nav-toggle span {
    width: 35px;
    background-color: #111;
    height: 4px;
    display: block;
    margin: 7px 0;
    transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
    transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:last-of-type {
    transform: rotate(-45deg) translateX(15px);
}

.navbar .custom-navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
}

.navbar .custom-navbar .nav-list {
    text-align: center;
    z-index: 100;
    margin-bottom: 0;
    padding: 0;
}

.navbar .custom-navbar .nav-list .nav-items {
    display: inline-block;
    padding: 40px 0;
}

.navbar .custom-navbar .nav-links {
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    color: #808080;
    font-family: "din-medium";
}

.navbar .custom-navbar .nav-links:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 15px;
    width: 0;
    height: 2px;
    background-color: #93241a;
    transition: all 0.3s ease;
}

.navbar .custom-navbar .l-side .butn {
    padding: 5px 15px 8px;
    font-size: 12px;
    background-color: #000;
    border-radius: 5px;
}

.navbar .custom-navbar .nav-list li:last-of-type .nav-links::before {
    display: none;
}

.navbar .custom-navbar .nav-links.active,
.navbar .custom-navbar .nav-links:hover {
    color: #93241a;
}

.navbar .custom-navbar .nav-links.active:after,
.navbar .custom-navbar .nav-links:hover:after {
    width: 40%;
}


/* .navbar .custom-navbar .drop-nav {
    position: relative;
} */

.navbar .custom-navbar .drop-nav .nav-links:after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 7px;
    top: 17px;
    font-size: 10px;
}

.navbar .custom-navbar .nav-list .mob-logo {
    display: none;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand img {
    width: 150px;
}


/* --------------- fullwidth-menu ---------------- */

.navbar .container {
    position: static;
}

.fullwidth-menu {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 150%;
    text-align: left;
    padding: 30px 6vw;
    box-shadow: 0 5px 20px rgba(254, 217, 50, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.drop-nav:hover .fullwidth-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.fullwidth-menu .links {
    text-align: center;
}

.fullwidth-menu .links h6 {
    color: #363536;
    border-bottom: 1px solid #9994;
    margin-bottom: 20px;
    padding: 15px 0;
}

.fullwidth-menu .links a {
    line-height: 2.5;
    color: #363536;
    font-weight: 600;
}

.fullwidth-menu .links a:hover {
    color: #FFF3D0;
}


/* -------------------- header ------------------------- */

header {
    height: 500px;
    min-height: calc(100vh - 120px);
    position: relative;
}

header::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF3D0;
    z-index: 2;
    pointer-events: none;
}

header .items {
    width: 100%;
    background-color: #fff;
    padding: 50px 6vw;
}

header .items .info p {
    color: #7b7373;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: bold;
}

header .items .info h2 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

header .swiper-head {
    position: relative;
    overflow: hidden;
    height: 85%;
    width: 90%;
    margin-right: 10%;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

header .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header .swiper-slide .info,
header .swiper-slide .img {
    transform: scale(0.8) translateY(-50px);
    opacity: 0;
    filter: blur(10px);
    transition: all 0.6s ease;
    transition-delay: 0.5s;
}

header .swiper-slide .img {
    transition-delay: 1s;
}

header .swiper-slide-active .info,
header .swiper-slide-active .img {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: blur(0);
}

header .swiper-head .swiper-pagination {
    width: 100px;
    right: 6vw;
    text-align: right;
    bottom: 30px;
}

.swiper-pagination-bullet {
    margin: 0 10px !important;
    position: relative;
}

.swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 1px solid #000;
    border-radius: 100%;
}

.swiper-pagination-bullet-active {
    background: #000;
}


/* -------------------- about ------------------------- */

.about p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    color: #7b7373;
}


/* -------------------- features ------------------------- */

.features .items {
    padding: 30px;
    border: 1px solid #9993;
    margin-bottom: 30px;
    min-height: 240px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.features .items:hover {
    background-color: #fff3d0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.features .items .icons {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #93241a;
    padding: 15px;
    text-align: center;
    line-height: 55px;
    margin: 10px auto;
}

.features .items p {
    color: #777;
    margin: 15px 0 20px;
    font-weight: bold;
}

.features .items ul {
    display: flex;
    flex-wrap: wrap;
}

.features .items ul li {
    width: 50%;
    padding-right: 20px;
    position: relative;
}

.features .items ul li::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #93241a;
}

.features .items ul li p {
    margin: 10px 0 0;
    line-height: 2;
}


/* -------------------- services ------------------------- */

.services {
    position: relative;
    overflow: hidden;
}

.services .ser-back {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
}

.services .logo-ser1 {
    position: absolute;
    top: 40%;
    left: 50px;
    max-width: 200px;
    -webkit-animation: slide-tr 15s linear infinite both;
    animation: slide-tr 15s linear infinite both;
    animation-delay: 5s;
}

@-webkit-keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-1000px) translateX(1000px);
        transform: translateY(-1000px) translateX(1000px);
        opacity: 1;
    }
}

@keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-1000px) translateX(1000px);
        transform: translateY(-1000px) translateX(1000px);
        opacity: 1;
    }
}

.services .logo-ser2 {
    position: absolute;
    top: -40%;
    right: 50px;
    max-width: 200px;
    -webkit-animation: slide-bl 15s linear infinite both;
    animation: slide-bl 15s linear infinite both;
}

@-webkit-keyframes slide-bl {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
    }
}

@keyframes slide-bl {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
    }
}

.services .items {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.services .items:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: #fff3d0;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    z-index: 0;
    opacity: 0;
}

.services .items:hover:after {
    width: 200%;
    height: 200%;
    opacity: 1;
}

.services .items .img img {
    margin-bottom: 30px;
    height: 200px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 10;
}

.services .items h3 {
    position: relative;
    z-index: 10;
}

.services .items h3 i {
    font-size: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background-color: #93241a;
    color: #fff;
    margin-left: 3px;
}


/* -------------------- contact ------------------------- */

.contact {
    background-color: #263238;
    position: relative;
    overflow: hidden;
}

.contact .contact-back {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.contact .container-fluid {
    padding: 0 5vw;
}

.contact .form-group {
    position: relative;
}

.contact .form-group .icon {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #999;
    font-size: 13px;
}

.contact .form-group .form-control {
    padding-right: 30px;
    border-width: 2px;
}


/* -------------------- footer ------------------------- */

footer {
    padding-top: 100px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

footer:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-shapes.png);
    pointer-events: none;
    z-index: 1;
}

footer .items {
    position: relative;
    z-index: 10;
}

footer .items h4 {
    font-size: 20px;
    color: #353131;
    padding: 15px 0;
    position: relative;
}

footer .items p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #7b7373;
}

footer .items a,
footer .items.subscribe p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #7b7373;
}

footer .items a:hover {
    color: #93241a;
}

footer .items.subscribe .form-control {
    padding-right: 60px;
}

footer .items.subscribe button {
    background-color: #93241a;
    color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 7px;
    padding: 5px 15px;
    height: 50px;
    border-radius: 10px;
}

footer .items.social span a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #93241a;
    color: #fff;
    margin-left: 5px;
}

footer .items.info a {
    background-color: #fff3d0;
    padding: 5px 15px;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    margin-top: 15px;
}

footer .foot {
    padding: 30px;
    margin-top: 60px;
    position: relative;
    background-color: #273238;
}

footer .foot:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    width: 100px;
    height: 100%;
    background-image: url(../images/ff-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
}

footer .foot:before {
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    width: 100px;
    height: 100%;
    background-image: url(../images/ff-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
}

footer .foot a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 1px solid #fff;
}

footer .foot a:hover {
    color: #fff;
}


/* -------------------- pages ------------------------- */

.story-head {
    position: relative;
    padding-bottom: 100px;
}

.story-head::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF3D0;
    z-index: 2;
    pointer-events: none;
}


/* -------------------- story-head ------------------------- */

.story-head .content {
    background-color: #fff;
    padding: 50px 30px;
    text-align: center;
}

.story-head .content .title {
    font-family: "din-light";
}

.story-head .content .items {
    padding: 30px;
    opacity: 0.7;
}

.story-head .content .items.active,
.story-head .content .items:hover {
    opacity: 1;
}


/* -------------------- story-title-info ------------------------- */

.story-title-info h2 {
    margin-bottom: 15px;
}

.story-title-info h6 {
    margin: 10px 0;
    color: #d04045;
}


/* -------------------- subscriber-info ------------------------- */

.subscriber-info .content {
    border: 1px solid #9997;
    border-radius: 10px;
    margin-bottom: 50px;
}

.subscriber-info .content .head {
    margin-bottom: 50px;
}

.subscriber-info .content .head h2 {
    position: relative;
    font-size: 40px;
    line-height: 2;
    color: #000000;
    display: inline-block;
    padding: 0 25px;
}

.subscriber-info .content .head h2::before,
.subscriber-info .content .head h2::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    left: 0;
    top: 15px;
    background-image: url(../images/title-lline.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.subscriber-info .content .head h2::after {
    left: unset;
    right: 0;
    top: 15px;
    background-image: url(../images/title-rline.png);
}

.subscriber-info .content .head p {
    font-size: 28px;
    line-height: 2.5;
    color: #706d6d;
}

.subscriber-info .content .icon {
    font-size: 21px;
    color: #999;
    position: absolute;
    right: 15px;
    bottom: 18px;
}

.subscriber-info .custom-control-label::before,
.subscriber-info .custom-control-label::after {
    top: 0.5rem;
}

.subscriber-info .butn {
    padding: 20px;
    border-radius: 5px;
}


/* -------------------- story-info ------------------------- */

.story-info {
    border: 1px solid #9997;
    border-radius: 10px;
    padding: 50px;
}

.story-info p {
    color: #222;
    line-height: 2;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}

.story-info p:before {
    position: absolute;
    content: "";
    right: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #d04045;
}

.story-info p a {
    color: #d04045;
}


/* -------------------- contact-pg ------------------------- */

.contact-pg {
    position: relative;
    padding-bottom: 100px;
}

.half-back {
    position: relative;
}

.half-back::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF3D0;
    z-index: 2;
    pointer-events: none;
}

.contact-pg .content {
    padding: 50px;
    background-color: #fff;
    position: relative;
}

.contact-pg .content .title {
    color: #706d6d;
}

.contact-pg .content .info .items {
    border-bottom: 1px solid #999;
    padding: 20px 0;
}

.contact-pg .content .info .items:last-of-type {
    border: 0;
}

.contact-pg .content .info p {
    color: #706d6d;
    font-family: "din-medium";
    font-size: 17px;
    line-height: 2;
    margin-bottom: 15px;
}

.contact-pg .content .info a {
    font-size: 16px;
    color: #b34e3d;
    font-family: "din-medium";
    display: block;
    line-height: 2;
}

.contact-pg .content .light-logo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-pg .content .icon {
    width: 180px;
    height: 180px;
    position: absolute;
    border-radius: 50%;
    background-color: #b34e3d;
    border: 10px solid #fff;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 150px;
    color: #fff;
    font-size: 25px;
}


/* -------------------- story-stages ------------------------- */

.story-stages .content,
.story-modals .content,
.story-preview .content,
.stage .content,
.scenario-outline .content {
    border: 1px solid #9995;
    border-radius: 10px;
    padding: 60px 5vw;
}

.stage .container {
    background-color: #fff;
    padding: 15px;
}

.title-color {
    color: #b34e3d;
    margin-bottom: 50px;
}

.story-stages .items {
    text-align: center;
    margin: 30px;
    display: block;
}

.story-stages .items .icons {
    padding: 30px;
    background-color: #E6E6E6;
    position: relative;
    border-radius: 7px;
    height: 140px;
    box-shadow: -10px 10px #b34e3d;
    transition: all 0.3s ease;
}

.story-stages .items:hover .icons {
    box-shadow: 10px -10px #b34e3d;
}

.story-stages .items .icons::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: 30%;
    width: 1px;
    background-color: #9994;
}

.story-stages .items .icons::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 30%;
    width: 1px;
    background-color: #9994;
}

.story-stages .items .icons img {
    width: 70px;
}

.story-stages .items .title {
    margin-top: 25px;
}


/* -------------------- story-modals ------------------------- */

.story-modals .items {
    border: 1px solid #9995;
    border-radius: 10px;
    padding: 60px 30px;
    text-align: center;
    margin: 50px 30px 0;
}

.story-modals .items .img {
    position: relative;
    width: 200px;
    height: 175px;
    margin: auto;
}

.story-modals .items .img img {
    width: 200px;
    height: 175px;
}

.story-modals .items .img .story-title {
    position: absolute;
    font-size: 23px;
    width: 80px;
    font-family: "din-medium";
    color: #676767;
    top: 25px;
    right: 5%;
}


/* -------------------- story-preview ------------------------- */

.story-preview .story-content {
    border: 1px solid #9995;
    border-radius: 10px;
    padding: 60px 2vw;
    position: relative;
}

.story-preview .story-content::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 15px;
    width: 100px;
    height: 175px;
    background-image: url(../images/light-logo.png);
    z-index: 1;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.story-preview .story-content::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
    width: 100px;
    height: 175px;
    background-image: url(../images/light-logo.png);
    z-index: 1;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.story-preview .story-content .story-title {
    font-size: 18px;
    font-family: "din-medium";
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
}

.story-preview .story-content .story-title::after {
    position: absolute;
    content: "";
    left: calc(50% - 30px);
    bottom: 6px;
    width: 60px;
    height: 1px;
    background-color: #b34e3d;
}

.story-preview .story-content .story-title::before {
    position: absolute;
    content: "";
    left: calc(50% - 20px);
    bottom: 1px;
    width: 40px;
    height: 1px;
    background-color: #b34e3d;
}

.story-preview .story-content p {
    color: #7b7373;
    margin-bottom: 30px;
    line-height: 2.2;
    position: relative;
    z-index: 5;
}


/* -------------------- stage-pg ------------------------- */

.stage p {
    color: #7B7373;
    position: relative;
    padding-right: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

.stage p span {
    color: #b34e3d;
}

.stage p::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #b34e3d;
    right: 0;
    top: 10px;
}

.stage textarea.form-control {
    margin: 30px 0;
    border-radius: 20px;
    border: 2px solid #9994;
    box-shadow: unset;
}

.stage .butn {
    min-width: 35%;
    margin-bottom: 15px;
    margin-left: 10px;
}

.stage .butn i {
    font-size: 20px;
}


/* -------------------- scene-pg ------------------------- */

.stage .description-scene {
    display: flex;
    background-color: #F4E7E5;
    border-radius: 15px;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.stage .description-scene h3 {
    padding: 40px 30px;
    margin-left: 15px;
    border-radius: 15px;
    text-align: center;
    background-image: url(../images/section-head-color.png);
    background-size: cover;
    background-position: right;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
}

.stage .description-scene span {
    color: #7b7373;
    display: block;
    padding: 45px;
}


/* -------------------- stage-steps ------------------------- */

.stage-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stage-steps .img {
    position: relative;
    margin-right: -15px;
}

.stage-steps .img:first-of-type {
    z-index: 20;
}

.stage-steps .img:nth-of-type(2) {
    z-index: 19;
}

.stage-steps .img:nth-of-type(3) {
    z-index: 18;
}

.stage-steps .img:nth-of-type(4) {
    z-index: 17;
}

.stage-steps .img:nth-of-type(5) {
    z-index: 16;
}

.stage-steps .img:nth-of-type(6) {
    z-index: 15;
}

.stage-steps .img:last-of-type {
    z-index: 10;
    top: -5px;
}

.stage-steps .img img {
    animation-fill-mode: backwards;
}

.stage-steps .img .step-title {
    position: absolute;
    top: 50%;
    right: 12px;
    text-align: center;
    transform: translate(0, -75%);
    font-size: 13px;
    width: 65%;
}

.stage-steps .img:last-of-type .step-title {
    right: 20%;
}

.stage-steps .img .num {
    position: absolute;
    top: -12px;
    right: 29%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.stage-steps .img:first-of-type .num {
    background-color: #B34E3D;
}

.stage-steps .img:nth-of-type(2) .num {
    background-color: #cbb880;
}

.stage-steps .img:nth-of-type(3) .num {
    background-color: #855AED;
}

.stage-steps .img:nth-of-type(4) .num {
    background-color: #30CEF9;
}

.stage-steps .img:nth-of-type(5) .num {
    background-color: #07DBB8;
}

.stage-steps .img:nth-of-type(6) .num {
    background-color: #80F7FF;
}

.stage-steps .img:last-of-type .num {
    background-color: #80FFAF;
}


/* ----------------- */

.stage-steps-large .img {
    width: 15%;
}

.stage-steps-large .img:last-of-type {
    width: 12%;
}


/* .stage-steps-large .img .step-title {
    top: 46%;
    width: 110px;
}

.stage-steps-large .img:last-of-type .step-title {
    width: 30%;
}
 */


/* -------------------- stage-partitions ------------------------- */

.stage-partitions .partition-content .items {
    padding: 15px 42px;
    text-align: center;
    margin-left: 12%;
}

.stage-partitions .partition-content .items:last-of-type,
.stage-partitions .partition-content .items:first-of-type {
    margin-left: 0;
}

.stage-partitions .partition-content .items h2 {
    width: 75px;
    height: 75px;
    line-height: 70px;
    border: 2px solid #FCE130;
    border-radius: 100%;
    margin-bottom: 15px;
    position: relative;
    font-size: 25px;
}

.stage-partitions .partition-content .items h2:after {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    border-radius: 100%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #b34e3d;
}

.stage-partitions .partition-content .items .info h6 {
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
    position: relative;
}

.stage-partitions .partition-content .items .info h6:after {
    position: absolute;
    content: "";
    right: 120px;
    bottom: 12px;
    width: 120px;
    height: 2px;
    background-color: #FCE130;
    border-radius: 5px;
}

.stage-partitions .partition-content .items:last-of-type .info h6:after {
    display: none;
}

.stage-partitions {
    position: relative;
    padding-top: 90px;
}

.stage-partitions .partition-line {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
}

.stage-partitions .partition-content .items:first-of-type h6 {
    margin-right: 10px;
    margin-top: 20px;
}


/* -------------------- partition-items ------------------------- */

.partition-items .items-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partition-items .items {
    border: 1px solid #222;
    padding: 30px;
    position: relative;
    padding-top: 100px;
    width: 24%;
    margin-bottom: 50px;
}

.partition-items .items .numb {
    position: absolute;
    top: 20px;
    right: -30px;
    width: 80%;
    padding: 5px 40px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.partition-items .items .numb::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 15px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.partition-items .items .numb::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.partition-items .items-section .items:first-of-type .numb {
    background-color: #B24E3C;
}

.partition-items .items-section .items:first-of-type .numb::after {
    border-right: 15px solid #B24E3C;
}

.partition-items .items-section .items:nth-of-type(2) .numb {
    background-color: #FFF3D0;
}

.partition-items .items-section .items:nth-of-type(2) .numb::after {
    border-right: 15px solid #FFF3D0;
}

.partition-items .items-section .items:nth-of-type(3) .numb {
    background-color: #855aed;
}

.partition-items .items-section .items:nth-of-type(3) .numb::after {
    border-right: 15px solid #855aed;
}

.partition-items .items-section .items:last-of-type .numb {
    background-color: #30CEF9;
}

.partition-items .items-section .items:last-of-type .numb::after {
    border-right: 15px solid #30CEF9;
}

.title-circle h3 {
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

.title-circle h3::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d04045;
}


/* -------------------- scenario-outline ------------------------- */

.scenario-outline h5 {
    font-family: "din-light";
    font-size: 22px;
    color: #777;
}

.scenario-outline ul {
    display: flex;
    flex-wrap: wrap;
}

.scenario-outline ul li {
    display: flex;
    width: 33%;
    color: #5e5453;
    margin-top: 50px;
}

.color-number {
    font-size: 35px;
    font-family: "din-bold";
    position: relative;
    padding: 0 30px;
    color: #d04045;
    line-height: 0.5;
    text-shadow: 1px 1.5px 2px rgba(0, 0, 0, 1);
    top: -5px;
}

.color-number::before {
    position: absolute;
    content: "";
    right: -25px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images//icons/color-number.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}





/* -------------------- partition-items ------------------------- */


/* -------------------- partition-items ------------------------- */


/* -------------------- partition-items ------------------------- */


/* -------------------- partition-items ------------------------- */


/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 1300px) {
    .stage-steps .img {
        max-width: 18%;
    }
    .stage-steps .img:last-of-type {
        padding: 0 15px;
    }
    .stage-partitions .partition-content .items {
        margin-left: 11.5%;
        padding: 15px 30px;
    }
    
    .navbar .custom-navbar .nav-links{
        padding: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #9993;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: #fff;
        border-right: 1px solid #9995;
        background-size: cover;
        background-position: center;
        width: 275px;
        height: 100vh;
        opacity: 0;
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 15px;
        display: inherit;
        text-align: center;
        background-color: #fff3d0;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
    }
    .navbar .custom-navbar .nav-links {
        line-height: 3.5;
        margin: 0 !important;
        padding: 0 15px;
    }
    .navbar .custom-navbar .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 50px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar.fixed .logo {
        display: none;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    /* ---------------- */
    .navbar .custom-navbar .drop-nav:hover>.drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        width: 100%;
    }
    .navbar .custom-navbar .nav-links {
        width: 100%;
    }
    /* -------------- navbar overlay --------------- */
    .navbar .custom-navbar .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navbar .custom-navbar .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }
    .logo {
        text-align: right;
    }
    .navbar-brand {
        width: 200px;
    }
    .logo {
        display: block;
    }
    .navbar,
    .navbar .custom-navbar {
        padding-bottom: 15px;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .section-head h2 {
        font-size: 25px;
    }
    .butn {
        padding: 10px 25px;
        font-size: 14px;
    }
    footer .items .btn-link,
    footer .items .card-header,
    footer .items .card-body {
        padding: 3px 0;
    }
    .product-details .info .items .prod-name {
        font-size: 30px;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav {
        position: relative;
    }
    .features .items {
        text-align: center;
    }
    .services .ser-back {
        height: 30%;
    }
    .contact .contact-back,
    .navbar .custom-navbar .nav-links:after {
        display: none;
    }
    .foot-logo {
        width: 75px;
    }
    .text-left,
    .text-right {
        text-align: center !important;
    }
    footer .foot {
        line-height: 2.2;
    }
    header::before,
    .navbar:after {
        width: 75%;
    }
    header .swiper-slide .info {
        margin-bottom: 30px;
    }
    header {
        height: 700px;
    }
    .stage-steps .img {
        max-width: 33%;
        margin-bottom: 40px;
    }
    .stage-steps {
        justify-content: center;
    }
    .stage-steps .img .step-title {
        font-size: 12px;
    }
    .stage-partitions .partition-content .items {
        width: 100%;
        margin-left: 0;
    }
    .stage-partitions .partition-content .items h2 {
        margin: auto;
        margin-bottom: 15px;
    }
    .stage-partitions .partition-content .items .info h6:after,
    .stage-partitions .partition-line {
        display: none;
    }
    .scenario-outline ul li {
        width: 48%;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        padding: 0;
    }
    .login .forms {
        overflow: hidden;
    }
    .stage-steps .img {
        max-width: 50%;
        margin-bottom: 40px;
    }
    .partition-items .items {
        width: 49%;
    }
    .partition-items .items .numb {
        right: -15px;
    }
    .scenario-outline ul li {
        width: 100%;
    }
    .story-info{
        padding: 20px;
    }
    
    .contact-pg .content .light-logo{
        z-index: -1;
    }
    
    .contact-pg .content .icon{
        display: none;
    }
}


/* ======= */

@media screen and (max-width: 480px) {}