/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    text-justify: inter-word;
}
:root {
    --p-color: #e6a390;
    --s-color: #e6a390;
}
button,
a {
    outline: none !important;
}
/* start editing from here */
* {
    margin: 0;
    padding: 0;
}
body {
    color: rgb(18, 29, 51);
    font-size: 15px;
    line-height: 1.5;
    font-family: "Axiforma", "Nunito Sans", sans-serif;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 15px;
}

header {
    width: 100%;
    z-index: 99;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0px;
    padding: 15px 0px;
    background: transparent;
}
.nav-up {
    top: -160px;
}
.nav-wrap {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.home-logo {
    width: 150px;
    margin-top: 10px;
    float: left;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.home-logo a {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
}
.home-logo img {
    display: block !important;
    width: 100%;
}
.nav-menu {
    float: right;
}
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
}
.nav-menu a {
    color: #fff;
    display: block;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 15px;
}
.nav-menu a:hover {
    color: #e6a390 !important;
}
.nav-menu li {
    display: inline-block;
    margin-left: 40px;
}
.drop-down {
    position: relative;
}
.drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    margin-top: 0px;
    width: 347px;
    margin-left: -67px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transition: all 0.4s ease-in-out;
    padding: 10px 0px;
}
.drop li {
    display: block;
    margin: 0px !important;
}
.drop li a {
    padding: 6px 0px 6px 30px !important;
    margin: 0px;
    display: block;
    width: 100%;
    border: 0px;
    font-size: 13px;
    color: #000 !important;
    border-left: 0px solid #fff;
    transition: all 0.2s ease-in-out;
    margin: 10px 0px;
}
.drop li a:hover {
    border-left: 4px solid var(--p-color);
}
.drop-down:hover .drop {
    visibility: visible;
    opacity: 1;
}
#md-show {
    display: none;
}
#md-hide {
    display: inline-block;
}
.link-left {
    display: block;
}

.on-mobile-show {
    display: none;
}

.link-right {
    float: right;
}

.wrap {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .wrap {
        width: 85%;
    }
}
/*------- T o g g l e -------
----------------------------------------------------------
------------------------------------------------*/
.toggle-menu {
    margin-top: 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: none;
    z-index: 2222;
}
.toggle-menu div {
    width: 20px;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2 ease-in-out;
}
.toggle-menu div:nth-child(1) {
    margin-top: 5px;
}
.toggle-menu div:nth-child(2) {
    width: 70%;
    margin-left: auto;
}
.switch div:nth-child(2) {
    display: none !important;
}
.switch div:first-child {
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    position: relative;
    bottom: -3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.switch div:nth-child(3) {
    bottom: 3px;
    position: relative;
}

.switch div {
    -webkit-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.side-menu {
    height: 100%;
    position: fixed;
    width: 250px;
    background: #000;
    left: -250px;
    top: 0;
    bottom: 0;
    z-index: 9;
    padding: 0px 20px;
    padding-top: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100vh;
    overflow-x: auto;
}
.mov-right {
    left: 0;
    width: 100%;
}
.side-menu li {
    padding: 0px;
    list-style: none;
}
.side-menu a {
    display: block;
    color: #fff;
    padding: 12px 0px;
    font-size: 14px;
    border-bottom: 1px solid rgba(244, 244, 244, 0.2);
}
.side-menu a .arr {
    font-size: 17px;
    position: absolute;
    right: 0px;
    top: 9px;
    color: #999;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.expand {
    display: block;
}
a {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .toggle-menu {
        display: inline-block;
        float: right;
        z-index: 99;
    }
    .drop-down:hover .drop {
        visibility: hidden;
        opacity: 0;
    }
    .drop li a {
        padding: 6px 0px !important;
        border-bottom: 1px solid rgba(244, 244, 244, 0.2);
        color: #ddd !important;
    }
    .drop {
        visibility: visible;
        opacity: 1;
        padding: 0px;
        height: 0px;
        overflow: hidden;
        position: relative;
        margin-top: 0px;
        border-top: 0px;
        width: auto;
        margin-left: 0;
        border-radius: 0;
        box-shadow: none;
        transition: all 0.4s ease-in-out;
        background: transparent;
    }
    .expand .drop {
        height: auto !important;
        padding: 10px;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    .expand .arr {
        transform: rotate(90deg) !important;
    }
}
/*///////////////////////////////////////////////////*/
/* End Navigation */
.wrap {
    width: 85%;
    margin: 0 auto;
}
/*--- END SLIDE ----*/

.main {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #000;
}
.main .inner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.main #myVideo {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}
@media (min-width: 768px) {
    .vidvid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-size: cover;
        background-position: 0 0;
    }
}

@media (max-width: 768px) {
    .vidvid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-size: cover;
        background-position: 0 0;
    }
}
.vidvid video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.main .wrap {
    position: relative;
}
.main #play-png {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 210px;
    z-index: 5;
    cursor: pointer;
    opacity: 0.7;
    width: 110px;
    display: none;
}
#play-png {
    cursor: pointer;
    animation-name: op;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
#play-png:hover {
    opacity: 0.9;
}
@keyframes op {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 0.9;
    }
}
.main .text {
    width: 100%;
    max-width: 500px;
}
.main h1 {
    padding-top: 280px;
    font-size: 70px;
    font-weight: 800;
    line-height: 77px;
    color: #fff;
}
.main p {
    font-size: 20px;
    color: #e6e6e6;
    margin: 20px 0px;
}
.main #p-text {
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 0;
    right: 0;
}
@media (max-width: 768px) {
    .main h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .main p {
        font-size: 17px;
    }
}
.main .p-btn {
    background: var(--p-color);
    color: #fff;
    border-radius: 2px;
    border: 1px solid var(--p-color);
    margin-top: 0px;
    height: 45px;
    width: 150px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}
.main .p-btn:hover {
    background: #fff;
    color: var(--p-color);
}
.main .p-btn-1 {
    color: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    margin-top: 0px;
    height: 45px;
    width: 220px;
    font-size: 16px;
    background: transparent;
    transition: all 0.4s ease-in-out;
}
.main .p-btn-1:hover {
    background: #fff;
    color: var(--p-color);
}

@media (max-width: 768px) {
    .main #play-png {
        top: 200px;
        z-index: 5;
        cursor: pointer;
        opacity: 0.7;
        width: 80px;
        display: block;
    }
    .vidvid {
        z-index: 7;
    }
    .vidvid video {
        position: absolute;
        top: 150px;
        left: 0;
        min-width: auto;
        min-height: auto;
        width: 90%;
        height: auto;
        z-index: 2;
        margin: auto;
        padding: 0;
        pointer-events: none;
        right: 0;
    }
    .display {
        display: block;
    }
}

/*---- 	A B O U T    U S----*/
.about-us {
    padding: 20px 0px 80px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-us::after {
    content: "";
    width: 40%;
    height: 250px;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.about-us h2 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ee3158;
}
.about-us h1,
.products-wrap h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 15px 0px;
    font-weight: 900;
    text-align: center;
    line-height: 35px;
    padding-bottom: 30px;
}
.about-us p {
    color: #555;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}
.about-us p.big {
    color: #555;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.about-us lottie-player {
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.about-us .img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    position: absolute;
    bottom: -287px;
    z-index: 3;
    right: 0;
}
.cd-headline.clip .cd-words-wrapper::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 50%;
    background-color: #aebcb9;
}
.about {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 150px;
    padding-left: 50px;
    min-height: 270px;
}
.about h3 {
    margin: 10px 0px;
    font-weight: 800;
    margin-top: -10px;
    font-size: 23px;
}
.about img {
    width: 52px;
    margin-bottom: 20px;
}
.about p {
    width: 100%;
}
@media (max-width: 768px) {
    .about-us .img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
        position: absolute;
        bottom: -101px;
        z-index: 3;
        width: 350px;
    }

    .about-us lottie-player {
        width: 350px;
        height: 350px;
        margin: 0 auto;
    }
}

/*---- P A C K A G E S ---*/
.package-wrap {
    background: #f6f5f9;
    position: relative;
    overflow: hidden;
}
.package-wrap .wrap {
    position: relative;
    padding: 150px 0px 130px 0px;
    width: 70%;
}
.package-wrap.colored {
    background: #fff7f3;
}
.package-wrap.colored2 {
    background: #925bbc10;
}
.package-wrap h1 {
    padding: 20px 0px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.package-wrap h3 {
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 900;
    padding-top: 40px;
    position: relative;
    top: -40px;
}
.package-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 27px;
}
.package-wrap ul {
    padding-top: 15px;
    padding-left: 20px;
}
.package-wrap ul li {
    list-style-type: disc;
}
.sided {
    position: absolute;
    height: 100%;
    top: 150px;
    right: 0;
    width: 400px;
    text-align: center;
}
.sided::after {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 20px;
    right: 0;
}
.sided .dots {
    position: absolute;
    top: -56px;
    left: -56px;
    width: 175px;
}
.package-wrap h2 {
    font-weight: 900;
    padding: 40px 10px;
    font-size: 20px;
}
.sided2 {
    top: 50px;
}
.sided2 .pk {
    margin-top: 0px !important;
    width: 200px !important;
}
@media (max-width: 768px) {
    .package-wrap .wrap {
        width: 85%;
        position: relative;
        padding: 80px 0px;
    }
    .sided {
        margin: 0 auto;
        width: 90%;
        right: 0;
        top: 0;
        padding-top: 0px;
        position: relative;
    }
    .sided .pk {
        margin: 20px 0px !important;
        width: 220px !important;
    }
    .sided .dots {
        position: absolute;
        top: 30px;
        left: -46px;
        width: 150px;
    }
}
.sided .pk {
    width: 300px;
    position: relative;
    z-index: 4;
    margin: 0 auto;
    margin-top: 100px;
    image-rendering: -webkit-optimize-contrast;
}
.diamond {
    color: #5fa2b3;
}
.gold {
    color: #cbae16;
}
.saphire {
    color: #1b367f;
}
.ruby {
    color: #ba1d2c;
}
.emerald {
    color: #388f42;
}
/*---- M I S S I O N   P A R A L L A X ---*/
#mission-parallax {
    color: #fff;
}
#mission-parallax h3 {
    font-size: 44px;
    font-weight: 800;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 25px;
}
#mission-parallax h4 {
    font-size: 17px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}
#mission-parallax img {
    filter: grayscale(80%);
}
#mission-parallax p {
    font-weight: 200;
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 50px;
}
#mission-parallax p span {
    display: block;
    font-weight: 900;
    color: #dc3545 !important;
    position: absolute;
    left: 0;
}
#mission-parallax .section {
    width: 100%;
    background: rgba(16, 22, 58, 0.94);
    height: auto;
    padding: 150px 0px;
}
.section-1 {
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
}
.section-1 h1 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}
.section-1 h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #ee3158;
    bottom: 0;
    left: 0;
    right: 0;
}
.buz {
    position: relative;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}
.buz img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    position: relative;
}
.buz-inner {
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.buz:hover {
    transform: scale(1.07);
    z-index: 100 !important;
    position: relative;
}
.buz:hover .buz-inner {
    background: rgba(0, 0, 0, 0.6);
}
.show-content {
    position: absolute;
    transition: all 0.6s ease-out;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 2;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}
.buz:hover .show-content {
    opacity: 1;
    visibility: visible;
}
.show-content h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}
.show-content p {
    font-size: 9px;
    line-height: 13px;
    color: #fff;
    margin-top: 10px;
}
.section-1 h3 {
    font-size: 15px;
    color: #222;
    margin-top: 30px;
    font-weight: 502;
    line-height: 20px;
    padding-bottom: 7px;
}
.buz:hover h3 {
    visibility: hidden;
}
.section-1 button {
    border: 1px solid #000;
    padding: 5px 30px;
    font-size: 12px;
    background: transparent;
    transition: all 0.6s ease-in-out;
    margin-top: 20px;
}
.section-1 button:hover {
    padding: 5px 35px;
}
.section-1 a {
    color: #000;
}
/*--PARALLAX---*/

.parallax-container {
    height: auto;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    left: -0.1px;
}
.parallax-container h1 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
#home-parallax .section {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: auto;
    padding: 150px 0px;
}
#home-parallax p {
    margin-bottom: 40px;
}
.parallax-container form {
    width: 385px;
    margin: 0 auto;
}
.parallax-container button {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    height: 40px;
    padding: 0px 15px;
    padding-left: 15px;
    color: #fff;
    cursor: pointer;
    width: 130px;
    float: right;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.6s ease-in-out;
    margin: 0 !important;
    display: inline-block;
}

.parallax-container button span {
    width: 0px;
    transition: all 0.6s ease-in-out;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 20px;
}
.parallax-container button:hover {
    padding-left: 35px;
}
.parallax-container button:hover span {
    width: 20px;
}
.parallax-container input {
    margin: 0;
    color: #fff;
    height: 40px;
    width: 250px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding-left: 10px;
    font-size: 13px;
    background: transparent;
    display: inline-block;
    float: left;
}

/*--------------- Featured causes ---------
--------------------------------------
--------------------------------------*/
.featured-news {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px;
}
.featured-news h1 {
    color: #000;
    font-size: 26px;
    text-align: left;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
}
.featured-news h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #ee3158;
    bottom: 0;
    left: 0;
    right: 0;
}
.featured-news .owl-carousel {
    padding: 20px 0px;
}
.featured-news .item {
    border-radius: 4px;
    padding: 10px 5px;
    height: 450px;
}
.featured-news h2 {
    font-weight: 800;
    margin-bottom: 5px;
}
.featured-news .owl-prev {
    font-size: 80px;
    position: absolute;
    left: -5%;
    top: 45%;
}
.featured-news .owl-prev span {
    font-size: 20px;
}
.featured-news .owl-next span {
    font-size: 20px;
}
.featured-news .owl-next {
    font-size: 80px;
    position: absolute;
    right: -5%;
    top: 45%;
}
.featured-news .owl-dots {
    display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #000;
}
.owl-carousel .owl-stage-outer {
    height: 500px;
}
.news {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 460px;
}
.news p {
    width: 100%;
    text-align: left;
}
.news .img-hold {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
.news .text {
    padding: 15px;
}
.news h2 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #0059b3;
}
.news h3 {
    color: #000;
    font-weight: 900;
    font-size: 13px;
}
.news h3 i {
    color: #888;
}
.news p {
    font-size: 14px;
    color: #999;
}
.news-notif p {
    color: #999;
    padding-top: 30px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
}
.featured-news .bottom button {
    display: inline-block;
}
.featured-news .bottom p {
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin: 0px 8px;
}
/*---------------featured content ---------
--------------------------------------
--------------------------------------*/
/*---PARTNERS --*/
.partners {
    background: #fff;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
}
.partners h1 {
    font-size: 20px;
    letter-spacing: 8px;
    margin-bottom: 40px;
    color: #374248;
    text-transform: uppercase;
}
.partners .partner {
    width: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    height: 120px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f3f4;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.partners .partner:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.partners img {
    height: auto;
}

.main-hold {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 500px;
}

/*---- P  A  G  E  ------*/

#page-parallax .inner {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: auto;
    padding: 170px 0px;
}
#page-parallax h1 {
    margin: 30px 0px 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
#page-parallax p {
    font-size: 16px;
    max-width: 650px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.top-link a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    font-size: 13px;
}
.top-link i {
    margin: 0 5px;
}
.about-page {
    margin-top: 50px;
}
p i {
    font-style: italic;
}
.abtt {
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin-bottom: 40px;
    min-height: 230px;
}
.abtt1 {
    background-color: #ee3157;
    box-shadow: 0px 0px 15px 10px rgb(203 38 38 / 18%);
}
.abtt1 b {
    color: #fff;
}
.abtt1 p {
    color: #fff;
}
.abtt span {
    display: block;
    font-size: 35px;
    padding-bottom: 13px;
    font-weight: 900;
    position: absolute;
    left: 30px;
    top: 25px;
    border-bottom: 4px solid;
}
.abtt b {
    display: block;
    font-size: 17px;
    padding: 10px 0px;
    padding-left: 65px;
    margin-bottom: 10px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .pc {
        text-align: left;
        font-size: 14px !important;
    }
    .abtt {
        padding-bottom: 30px;
        position: relative;
        padding-top: 30px;
    }
    .abtt span {
        display: inline-block;
        font-size: 30px;
        padding-bottom: 10px;
        font-weight: 900;
        border-bottom: 3px solid;
    }
    .abtt span.right {
        text-align: right;
        float: none !important;
        right: 20px;
        left: auto;
    }
    .abtt b {
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .abtt1 b {
        padding-left: 0px;
    }
}
.wrap-small {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.wrap-small img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    margin-top: 30px;
}
.wrap-small .pp {
    font-size: 13px;
}
.abtt-bottom {
    text-align: center;
}
.abtt-bottom b {
    display: block;
    text-transform: uppercase;
}
.abtt-bottom b {
    color: #444;
    font-size: 12px;
}
.sm-no {
    display: block;
}
@media (max-width: 768px) {
    .sm-no {
        display: none;
    }
    .wrap-small {
        padding-bottom: 90px;
    }
    .wrap-small .pp {
        font-size: 13px;
        padding-top: 30px;
    }
}
.about-page img {
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}
.about-page h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #ed3237;
}
.about-page p {
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.about-page-parallax .col {
    width: 500px;
    margin: 0 auto;
}
.team-wrap {
    width: 100%;
    overflow: hidden;
    padding: 70px 0px;
    text-align: center;
}
.team-wrap h1 {
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 100px;
    position: relative;
}
@media (max-width: 768px) {
    .team-wrap h1 {
        padding-bottom: 0px;
        position: relative;
    }
}
.team-wrap h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #ee3158;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.team {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 180px;
    margin-bottom: 30px;
}
.team h2 {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px !important;
}
.team h3 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #333;
    padding: 10px 0px;
}
.team p {
    font-size: 13px;
    color: #888;
}
.team img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
}
.contact-wrap {
    width: 100%;
    overflow: hidden;
}
.cont {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    height: 250px;
}
.cont:nth-child(2) {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.cont i {
    color: #ed3237;
    font-size: 30px;
    margin-bottom: 15px;
}
.cont h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cont p {
    color: #888;
}
.contact-form {
    overflow: hidden;
    padding-bottom: 130px;
}
#contact-form {
    width: 700px;
    margin: 0 auto;
}
#contact-form h2 {
    text-align: center;
    margin-bottom: 40px;
}
#contact-form input,
#contact-form textarea {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    outline: none !important;
}
#contact-form input:focus,
#contact-form textarea:focus,
#contact-form input:hover,
#contact-form textarea:hover {
    border-color: #ddd;
}
#contact-form .errors {
    position: absolute;
    color: red;
    font-size: 12px;
    top: 15px;
    right: 30px;
}
#contact-form button {
    background: #ee3158;
    border: 1px solid;
    border-color: #ee3158;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 30px;
    cursor: pointer;
    height: 45px;
    width: 170px;
}
#contact-form button:hover {
    background: #fff;
    color: #ee3158;
}
.contact-wrap h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 15px 0px;
    font-weight: 900;
    text-align: center;
    line-height: 35px;
    padding: 30px 0px 0px;
}
.contact-wrap h6 {
    text-align: center;
    padding-bottom: 40px;
}
#our-services {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
}
#our-services h1 {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
#our-services h1 b {
    font-weight: 800;
}
#our-services h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #ee3158;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
#our-services h3 {
    letter-spacing: 0px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 20px;
}
#our-services a {
    font-size: 13px;
    color: #fff;
    background: #ee3158;
    border-radius: 25px;
    border: 0px;
    padding: 15px 25px;
    position: relative;
    top: -3px;
}
#our-services p {
    margin-bottom: 10px;
}
.services-wrap {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
}
.service {
    overflow: hidden;
    position: relative;
    height: 150px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 40px;
    text-align: center;
}
.service img {
    width: 100%;
    min-height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}
.service-text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.97);
    display: inline-block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.service-text h1 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.services-wrap a {
    color: #000;
}
.service-text p {
    font-size: 14px;
}
.articles-wrap .news {
    margin-bottom: 40px;
    height: 460px;
    position: relative;
}
.articles-wrap img {
    width: 100%;
}
/* F O O T E R -----*/
.footer {
    width: 100%;
    padding: 50px 0px;
    height: 500px;
    overflow: hidden;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px inset;
    color: #999;
    background: #000;
    position: fixed;
    bottom: 0px;
    font-size: 13px;
}
.footer h3 {
    color: #e6e6e6;
    padding-bottom: 15px;
    padding-top: 30px;
    font-weight: 800;
    font-size: 13px;
}
.footer li {
    display: inline-block;
}
.foot {
    margin-top: 40px;
}
.foot-abt {
    padding-right: 80px;
}
@media (max-width: 768px) {
    .foot-abt {
        padding-right: 15px;
    }
}
.foot-links li {
    width: 100%;
    display: block;
}
.foot-links li a {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.foot-links li a:hover {
    color: #ccc;
}
.footer a {
    color: #999;
    text-decoration: none !important;
}
.footer a:hover {
    color: #ccc;
}
.faico li {
    margin-right: 10px;
}
.footer p {
    margin-top: 5px;
}
.footer p i {
    margin-right: 14px;
    width: 10px;
}
.career {
    position: relative;
}
.career i {
    font-size: 12px;
    color: #ed3237;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 45px;
}
.final-foot {
    width: 100%;
    padding: 40px 0px 0px 0px;
    overflow: hidden;
    margin-top: 120px;
    background: #000;
    text-align: left;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #ccc;
}
.final-foot p {
    float: left;
}
.final-foot ul {
    float: right;
}
.final-foot ul li {
    margin-left: 10px;
    font-size: 17px;
}
.career {
    position: relative;
}
.error {
    color: rgb(235, 62, 62);
    font-size: 12px;
}
button {
    outline: none !important;
}
.success {
    color: greenyellow;
}
/*-------------------------*/

.p {
    font-size: 13px !important;
    color: #444 !important;
}
.share {
    display: block;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.share li {
    list-style-type: none !important;
}
.share li a {
    text-decoration: none;
}
.img-hold img {
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/*--- SECT ----*/
.sect-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 70px;
}
.sect {
    width: 100%;
    height: 270px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0px;
}
.sect .inner {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 30px;
    color: #fff;
}
.sect div {
    width: 100%;
    height: 100%;
}
.sect1 {
    background: url("../img/new/01.jpg");
    background-size: cover;
    background-position: center center;
}
.sect2 {
    background: url("../img/new/02-min.png");
    background-size: cover;
    background-position: center center;
}
.sect3 {
    background: url("../img/new/03-min.png");
    background-size: cover;
    background-position: center center;
}
.sect4 {
    background: url("../img/new/04-min.jpg");
    background-size: cover;
    background-position: center center;
}
.sect5 {
    background: url("../img/new/05-min.png");
    background-size: cover;
    background-position: center center;
}
.sect1 .inner {
    background: rgb(75 85 150 / 77%);
}
.sect2 .inner {
    background: rgb(23 99 44 / 80%);
}
.sect3 .inner {
    background: rgb(145 3 72 / 80%);
}
.sect4 .inner {
    background: rgba(57, 85, 158, 0.8);
}
.sect5 .inner {
    background: rgba(111, 61, 141, 0.8);
}
.sect span {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 4rem;
    line-height: normal;
    font-weight: 600;
    opacity: 0.55 !important;
}
.sect h2 {
    font-size: 23px;
    font-weight: 900;
    padding-top: 20px;
    line-height: 26px;
}
.sect p {
    font-size: 15px;
    max-width: 300px;
    font-weight: 500;
    padding-top: 10px;
}
.sect3 p,
.sect4 p,
.sect5 p {
    max-width: 285px;
}
.sect a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
}
.sect-wrap .sect-top {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.sect-wrap h1 {
    font-size: 30px;
    font-weight: 900;
    width: 300px;
}
@media (max-width: 768px) {
    .sect-wrap h1,
    .sect-wrap h2 {
        float: none;
        width: 100%;
    }
    .sect-wrap h1 {
        text-align: left;
        font-size: 26px;
    }
    .sect-wrap h2 {
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        line-height: 20px;
        padding-top: 40px;
    }
    .sect p {
        font-size: 14px;
        width: 230px;
    }
}
.pre-line {
    white-space: pre-line;
}
.pre-line b {
    font-weight: 900;
    font-size: 18px;
    padding-right: 6px;
}
.ppp {
    position: relative;
    padding: 15px 0px !important;
    padding-left: 60px !important;
}
.ppp b {
    font-size: 30px;
    position: absolute;
    left: 0;
    font-weight: 900;
    opacity: 0.3;
    top: 23px;
}
.pre-p {
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 5%);
    padding: 30px 20px;
    min-height: 320px;
    margin-top: 40px;
    border-radius: 5px;
}

.pre-p b {
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    position: relative;
}
.pre-p b span {
    opacity: 0.3;
    position:absolute;
    left: 0;
    font-size: 34px;
}
.sm-c-img {
    display: block;
    margin: 0 auto;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    transition: all 0.4s ease-in-out !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #c0d5ec !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d6d6d6;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.3 !important;
}
.owl-nav button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 20px hsl(0deg 3% 74% / 25%) !important;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: auto;
    right: auto;
    top: 150px;
}
.owl-next {
    right: -90px !important;
}
.owl-prev {
    left: -90px !important;
}
.product {
    padding: 20px;
    margin: 20px 0px;
}
.product .img-hold {
    height: 400px;
    box-shadow: 0px 0px 10px 1px #eed6ee60;
}
.product .img-hold img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.products-wrap {
    padding: 60px 0px;
}
.m-btn {
    padding: 6px 20px;
    display: inline-block;
    color: #ed3258;
    border: 1px solid #ed325838;
    font-size: 11px;
    margin: 20px 0px;
    text-transform: uppercase;
}

#home-products .product {
    padding: 0px;
    margin: 10px 0px;
}
#home-products .product .img-hold {
    height: 350px;
    box-shadow: 0px 0px 10px 1px #eed6ee50;
}
#home-products .product .img-hold img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}
#home-products .products-wrap {
    padding: 30px 0px;
}
#home-products {
    padding: 30px 0px;
}
#home-products .owl-carousel .owl-stage-outer {
    height: 400px;
}
#home-products .owl-nav button {
    top: 140px;
}
#home-products .owl-next {
    right: -40px !important;
}
#home-products .owl-prev {
    left: -40px !important;
}

.stage-wrap {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin: 40px auto;
}
.stage {
    width: 48%;
}
.stage-wrap h2 {
    color: #000;
    letter-spacing: 1px;
}
.stage-wrap .num {
    display: flex;
    align-items: center;
    font-size: 2rem;
}
.stage-wrap .num_1 .step_line {
    margin-left: 14px;
}
.stage-wrap p {
    font-size: 13px;
}
.stage-wrap .step_line {
    position: relative;
    height: 25px;
}
.stage-wrap .num_2 .step_line {
    left: -32px;
}
.stage-wrap .svgline_1 {
    left: 35px;
    top: 12px;
    width: 230px;
    height: 1px;
}
.stage-wrap .svgline_1,
.stage-wrap .svgline_3,
.stage-wrap .svgline_2 {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    transition: 1.2s all;
}
.stage-wrap .step_outline_circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #724dc1;
    border-radius: 50%;
}
.stage-wrap .step_inner_circle {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #724dc1;
}
@media (max-width: 1005px) {
    .stage-wrap {
        width: 90%;
        position: relative;
        display: block;
    }
    .stage {
        width: 100%;
        padding-left: 60px;
        margin-bottom: 40px;
    }
    .stage-wrap h2 {
        text-align: left !important;
    }
    .stage-wrap .step_line {
        position: absolute;
        left: 0px;
        margin: 0px !important;
    }
    .stage-wrap .num {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
    }
    .stage-wrap .num_2 .step_line {
        left: 0px;
    }
    .stage-wrap .svgline_1,
    .stage-wrap .svgline_2 {
        left: 12px;
        top: 33px;
        width: 1px;
        height: 292px;
    }
    .l11 {
        height: 220px !important;
    }
}
.break {
    width: 100%;
    display: block;
    height: 100px;
}
.hold {
    width: 700px;
    margin: 0 auto;
}
.hold h2 {
    letter-spacing: 0px !important;
    padding-bottom: 10px;
    text-align: left;
}

@media (max-width: 768px) {
    .hold {
        width: 100%;
        margin: 0 auto;
    }
}
.red-bg {
    background-color: #ed3237;
}
.red-bg h2 {
    color: #fff !important;
    padding-bottom: 15px !important;
}
.red-bg p {
    color: #fff !important;
}
.red-bg .wrap {
    padding: 60px 0px !important;
}
