/**
* Template Name: Bocor - v4.6.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root {
    --color_11: 255, 255, 255;
    --color_15: 47, 46, 46;
    --lnw1: 2px;
    --brd: var(--color_11);
    --lnw2: 2px;
    --dst: 7px;
    --alpha-brd: 1;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,
body {
    /* width: 100%; */
    /* height: 100%; */
    /* margin: 0px; */
    /* padding: 0px; */
    /* max-width: 100vw; */
    overflow-x: clip;
    /* height: auto; */
}

body {
    /* font-family: "Open Sans", sans-serif; */
    color: #444444;
    margin-top: -1%;
    /* margin: 0;
  padding: 0; */
}

a {
    color: #FD6262;
    text-decoration: none;
}

a:hover {
    color: #fdd067;
    text-decoration: none;
}


/* h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
} */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #213b52;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #FD6262;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    z-index: 997;
    transition: all 0.5s;
    padding: 16px 0;
    /* background: #213b52; */
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0%;
    width: 100%;
}

#header .header-container {
    padding-left: 5%;
    padding-right: 5%;
}

#header .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header .logo h1 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
    color: #FD6262;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 28px;
    margin-bottom: 2px;
    margin-right: 8px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0 10px 30px; */
    font-size: 14px;
    color: #adc7de;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    /* color: #fff; */
    color: #FD6262;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #213b52;
    color: #fff;
    padding: 4px 25px 6px 25px;
    margin-left: 30px;
    border-radius: 50px;
    border: 2px solid #FD6262;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    background: #FD6262;
    color: #213b52;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #3e6f9b;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #FD6262;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.navbar .btn-border {
    /* color: #213b52; */
    color: #fff;
    border-radius: 6px;
    padding: 12px 20px 12px 20px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    /* background: #FD6262; */
    background: transparent;
    text-align: center;
    margin-left: 6%;
}

.navbar .btn-border:hover {
    /* background: transparent; */
    background: #889CE7;
    /* color: #fff; */
    color: #213b52;
    border: 1px solid #889CE7;
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #FD6262;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(18, 33, 46, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #213b52;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #FD6262;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
    display: block;
    border: 0;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #FD6262;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    padding: 0 0 0 0;
    /* background: #213b52;
  background: linear-gradient(180deg, #213b52 0%, #213c54 35%, #204564 100%); */
    /* background: url("../img/home-bg.webp") center center no-repeat; */
    /* background: url("../../../koodoo/business/landing-1.jpg") center center no-repeat; */
    /* background-size: 1000% 1000%; */
    /* transform: scale(2); */
}

#hero.hero-business {
    background: url("../../../koodoo/business/landing-1.jpg") no-repeat 0 0 fixed;
}

#hero.hero-solutions {
    background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat;
    background-size: 100% auto;
    /* width and height, can be %, px or whatever. */
}

#hero.hero-about-us {
    background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat;
    background-size: 100% auto;
    /* width and height, can be %, px or whatever. */
    /* padding-top: 30px !important; */
}

#main .get-started.get-started-content-1.section-bg {
    background: #141416 !important;
}

#hero.hero-get-started {
    background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat;
    background-size: 100% auto;
    /* width and height, can be %, px or whatever. */
    /* padding-top: 30px !important; */
}

#hero.hero-career {
    background: #141416;
    padding-top: 2%;
}

#hero .hero-container {
    padding-left: 4.8%;
}

#hero.hero-career .hero-container {
    padding-left: 4.8%;
    padding-right: 4%;
    position: relative;
}

#hero .hero-center {
    /* background: url("../img/home-bg.webp") center center no-repeat; */
    /* background-color: red; */
}

#hero.hero-career .hero-center {
    height: 800px;
}

#hero.hero-get-started .hero-center {
    height: 800px;
}

#hero h1 {
    margin: 0 0 30px 0;
    /* font-size: 48px; */
    font-size: 75px;
    /* font-weight: 700; */
    /* line-height: 56px; */
    line-height: 90px;
    color: #d2e0ed;
    /* font-family: "Poppins", sans-serif; */
    width: 100%;
}

#hero.hero-about-us h1 {
    width: 100%;
}

#hero.hero-get-started h1 {
    width: 100%;
}

#hero.hero-career h1 {
    font-size: 38px;
    /* font-weight: 700; */
    /* line-height: 56px; */
    line-height: 48px;
    width: 90%;
    margin: 0;
    /* margin-left: -5%; */
}

@media (max-width: 1622px) {
    #hero h1 {
        width: 100%;
    }
}

@media (max-width: 1453px) {
    #hero h1 {
        width: 130%;
    }
}

#hero.hero-career .hero-text-career {
    /* margin: 0 0 30px 0; */
    /* font-size: 48px; */
    font-size: 46px;
    /* font-weight: 700; */
    /* line-height: 56px; */
    line-height: 54px;
    color: #d2e0ed;
    /* font-family: "Poppins", sans-serif; */
    /* width: 80%; */
    position: absolute;
    bottom: 0%;
    align-self: center;
    text-align: center;
    width: 100%;
    padding-right: 8%;
}

#hero h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 40px;
    width: 50%;
}


/* ////////////// */


/* User */

#hero.hero-user h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    width: 50%;
    margin-top: 80px;
}


/* ////////////// */

#hero.hero-get-started h2 {
    width: 45%;
}

#hero.hero-get-started img {
    height: 600px;
}

#hero .btn-get-started {
    /* color: #213b52; */
    color: #fff;
    border-radius: 39px;
    padding: 9px 35px 9px 35px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #3C53F4;
    text-align: center;
    opacity: 0.7;
    white-space: nowrap;
}

#hero .btn-get-started:hover {
    background: #fff;
    color: #3C53F4;
    border: 1px solid #fff;
}

#hero .btn-get-started.button-1 {
    background: #fff;
    color: #3C53F4;
    border: 1px solid #fff;
    opacity: 0.7;
    border-radius: 39px;
    padding: 9px 35px 9px 35px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    text-align: center;
}

#hero .btn-get-started.button-1:hover {
    background: #3C53F4;
    color: #fff;
    border: 1px solid #fff;
}

#hero.hero-cashier .btn-get-started {
    width: 47%;
}

#hero .hero-img {
    opacity: 0;
}

#hero.hero-career .hero-img {
    opacity: 100;
    border-radius: 12px;
}

#hero.hero-career .hero-img img {
    border-radius: 12px;
}

@media (max-width: 1670px) {
    /* #hero h1 {
        width: 150%;
        font-size: 60px;
        line-height: 70px;
    }
    #hero h2 {
        font-size: 20px;
        line-height: 30px;
    } */
}

@media (max-width: 1300px) {
    /* #hero h1 {
        width: 135%;
        font-size: 60px;
        line-height: 70px;
    }
    #hero h2 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    } */
}

@media (max-width: 1100px) {
    /* #hero h1 {
        width: 130%;
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 10px 0;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    } */
}

@media (max-width: 991px) {
    /* #hero h1 {
        width: 78%;
    }
    #hero h2 {
        width: 36%;
    } */
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 991px) {
    #hero .hero-img {
        /* height: 100px; */
    }
}


/* @media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;    
  }
} */

@media (max-width: 1000px) {
    #hero.hero-solutions {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero.hero-about-us {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero.hero-get-started {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero h2 {
        width: 80%;
    }
    #hero .career-text-holder {
        margin-top: -50%;
    }
    #hero.hero-career h1 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    #hero .hero-text-career {
        font-size: 40px !important;
        line-height: 44px !important;
        bottom: 10% !important;
    }
}

@media (max-width: 830px) {
    #hero.hero-solutions {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero.hero-about-us {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero.hero-get-started {
        /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
        background-size: 100% 100%;
        /* width and height, can be %, px or whatever. */
    }
    #hero h2 {
        width: 80%;
    }
    #hero .career-text-holder {
        margin-top: -50%;
    }
    #hero.hero-career h1 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    #hero .hero-text-career {
        font-size: 40px !important;
        line-height: 44px !important;
        bottom: 10% !important;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    #hero.hero-career h1 {
        margin-top: -30%;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    /* overflow: hidden; */
}

.section-bg {
    /* background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%); */
    /* background: #141416; */
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #213b52;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #FD6262;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #f6f9fb;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# main-content-1
--------------------------------------------------------------*/

.main-content-1.section-bg {
    margin-top: -5%;
    padding-top: 20px;
}

.main-content-1 .main-content-1-row-1 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    height: 1100px;
}


/* //////////////// */


/* User */

.main-user .main-content-1.section-bg {
    margin-top: 0% !important;
}

.main-user .main-content-1 .main-content-1-row-1 {
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    height: unset;
}


/* //////////////// */

.main-content-1 .main-content-1-row-1-column-1 {
    /* border: 0.01rem solid #575757;
  border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/main-content-1-row-1-column-1.webp") center center no-repeat; */
}

.main-content-1 .main-content-1-row-1-column-2 {
    /* border: 0.01rem solid #575757;
  border-left: 0rem solid #575757; */
    justify-content: center !important;
    align-items: center !important;
}

.main-content-1 .main-content-1-row-1 .content {
    padding: 30px 0;
    width: 40%;
}

.main-content-1 .content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.main-content-1 .content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
}

.main-content-1 .content .icon-box {
    margin-top: 25px;
}

.main-content-1 .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #213b52;
}

.main-content-1 .content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.main-content-1 .content .icon-box h4 a:hover {
    color: #FD6262;
}

.main-content-1 .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
}

.main-content-1 .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.main-content-1 .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .main-content-1 .image img {
        max-width: 100%;
    }
}

.main-content-1 .main-content-1-row-1-column-2-content {
    padding: 30px 0;
    width: 50%;
}


/* /////////////////// */


/* User */

.main-user .main-content-1 .main-content-1-row-1-column-1 {
    /* border: 0.01rem solid #575757;
border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    background: url("../../../koodoo/user/user-top-1.jpg") center center no-repeat;
}

.main-user .main-content-1 .main-content-1-row-2-column-2 {
    /* border: 0.01rem solid #575757;
border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    background: url("../../../koodoo/user/user-top-2.jpg") center center no-repeat;
}

.main-user .main-content-1 .download-section .main-content-1-row-2-column-2 {
    /* border: 0.01rem solid #575757;
border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    background: unset;
}

.main-user .main-content-1 .content h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
}


/* /////////////////// */


/* Cashier */

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content {
    padding: 30px 0;
    width: 100%;
}


/* /////////////////// */

@media (max-width: 1450px) {
    .main-content-1 .main-content-1-row-1-column-2-content {
        width: 65%;
    }
}

@media (max-width: 1165px) {
    .main-content-1 .main-content-1-row-1-column-2-content {
        /* width: 90%; */
    }
}

.main-content-1-row-1-column-2-content-row {
    position: relative;
    padding-left: 12%;
}


/* //////////////// */


/* Cashier */

.main-cashier .main-content-1-row-1-column-2-content-row {
    position: relative;
    padding-left: 0%;
}


/* //////////////// */

.main-content-1 .main-content-1-row-1-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.main-content-1 .main-content-1-row-1-column-2-content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box {
    margin-top: 25px;
    /* background-color: #1E1E1E; */
    border-radius: 8px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    /* padding: 5% 5%;
  width: 48%;

  margin: 0% 1%;   */
    margin-bottom: -5%;
}


/* ///////////////////////// */


/* User */

.main-user .main-content-1 .main-content-1-row-1-column-2-content h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
    line-height: 1.4;
}

.main-user .main-content-1 .main-content-1-row-1-column-2-content p {
    margin-bottom: 1em;
    font-size: calc(var(--paragraph-max-font-size) * 1px);
    line-height: 1.8;
    color: var(--paragraph-color-dark);
}

.main-user .main-content-1 .main-content-1-row-2-column-1 .content h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
    line-height: 1.4;
}

.main-user .main-content-1 .main-content-1-row-2-column-1 .content p {
    margin-bottom: 1em;
    font-size: calc(var(--paragraph-max-font-size) * 1px);
    line-height: 1.8;
    color: var(--paragraph-color-dark);
}


/* ///////////////////////// */


/* Cashier */

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box {
    margin-top: 25px;
    background-color: #1E1E1E;
    border-radius: 12px;
    flex-direction: row;
    display: flex;
    /* align-items: flex-start; */
    /* padding: 5% 5%;
  width: 48%;

  margin: 0% 1%;   */
    /* margin-bottom: 5%; */
    /* width: 60%; */
    position: relative;
    /* height: 275px; */
    align-items: center;
    width: 950px;
    padding: 45px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 290px;
}


/* ///////////////////////// */

.main-content-1 .main-content-1-row-1-column-2-content .icon-box h3 {
    /* font-size: 20px; */
    /* font-weight: 700; */
    margin: 5px 0 10px 0px;
    /* color: #213b52; */
    color: #889CE7;
    /* line-height: 30px; */
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box h3 a {
    color: #213b52;
    transition: 0.3s;
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box h3 a:hover {
    color: #FD6262;
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
    margin-bottom: 30%;
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box p {
    /* font-size: 14px; */
    color: #848484;
    margin-left: 0px;
    line-height: 30px;
    width: 56%;
    margin-bottom: 12%;
}


/* /////////////// */


/* Cashier */

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box p {
    margin-bottom: 0;
    width: 80%;
    color: #181818;
}

.main-cashier .main-content-1 .main-content-1-row-2-column-2-content p {
    margin-bottom: 0;
    /* font-size: 16px; */
    line-height: 30px;
    /* color: #848484; */
    color: #ffffff;
    text-align: center;
    width: 67%;
    margin-bottom: 20px;
}

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box .btn-get-started {
    /* color: #213b52; */
    color: #fff;
    border-radius: 39px;
    padding: 9px 35px 9px 35px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #3C53F4;
    text-align: center;
    opacity: 0.7;
    /* margin-top: 16%; */
}

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .btn-get-started:hover {
    background: #fff;
    color: #3C53F4;
    border: 1px solid #fff;
}


/* /////////////// */


/* Kitchen */

#hero.hero-kitchen .hero-container .btn-get-started {
    color: #fff;
    border-radius: 39px;
    padding: 9px 35px 9px 35px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #8643FF;
    text-align: center;
    opacity: 0.7;
}

#hero.hero-kitchen .hero-container .btn-get-started:hover {
    background: #fff;
    color: #8643FF;
    border: 1px solid #fff;
}


/* /////////////// */

.main-content-1 .main-content-1-row-1-column-2-content .icon-box-1 {
    /* top: -110%;
  left: 0%; */
    /* position: absolute; */
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
    /* top: -50%;
  right: 0%;
  position: absolute; */
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box-3 {
    /* top: 0%;
  left: 0%;
  position: absolute; */
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box-4 {
    /* top: 55%;
  right: 0%;
  position: absolute; */
}

.main-content-1 .main-content-1-row-1-column-2-content .icon-box-invisible {
    opacity: 0;
}


/* ////////////////////////// */


/* Cashier */

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-1 {
    /* top: -110%;
  left: 0%; */
    /* position: absolute; */
    background-color: #FEBFCC;
}

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
    /* top: -50%;
  right: 0%;
  position: absolute; */
    margin-left: 40%;
    background-color: #007050;
}

.main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-3 {
    /* top: 0%;
  left: 0%;
  position: absolute; */
    background-color: #FEBFCC;
}


/* ////////////////////////// */

.main-content-1 .main-content-1-row-1-column-2-content .bottom-bar {
    background-color: #3F4349;
    height: 4px;
    width: 100%;
    border-radius: 8px;
}


/* ///////////////////////// */


/* Cashier specific */

#main-content-1 .cashier-content-holder {
    position: relative;
    z-index: 100;
}

#main-content-1 .cashier-content-holder-bottom {
    position: relative;
    z-index: 200;
    /* margin-top: -1%; */
    background-color: #fff;
}

#main-content-1 .cashier-oval {
    width: 150%;
    height: 200%;
    background: #012241;
    border-radius: 50%;
    position: absolute;
    top: -21%;
    left: -26%;
    z-index: 100;
}


/* ///////////////////////// */

@media (max-width: 1720px) {
    .main-content-1.section-bg {
        margin-top: 6% !important;
    }
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -510% !important;
    }
    .main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-1 {}
    .main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
        margin-left: 30%;
    }
    .main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-3 {}
    #hero.hero-business .logo-holder {
        top: 14% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 20% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1630px) {
    .main-content-1.section-bg {
        margin-top: 9% !important;
    }
    .main-business .main-content-1.section-bg {
        padding-top: 35% !important;
    }
    #hero.hero-cashier .hero-container .main-dashboard-holder {
        transform: scale(0.8);
        /* top: 7.5% !important; */
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-1 {
        left: 21% !important;
        top: 14% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-2 {
        left: 32% !important;
        top: 17% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-3 {
        left: 43% !important;
        top: 20% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
    #hero.hero-business .logo-holder {
        top: 12% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 18% !important;
    }
}

@media (max-width: 1530px) {
    .main-content-1.section-bg {
        margin-top: 13% !important;
    }
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -555% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1530px) {
    #hero .btn-get-started {
        white-space: nowrap;
    }
    #main-content-1 .main-content-1-row-1 .main-content-1-row-1-column-1 .main-phone-holder {
        right: 44% !important;
    }
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 10% !important;
  } */
    .main-business .main-content-1.section-bg {
        padding-top: 35% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1480px) {
    .main-content-1.section-bg {
        margin-top: 10% !important;
    }
    .main-business .main-content-1.section-bg {
        padding-top: 30% !important;
    }
    #hero.hero-business .hero-container .main-dashboard-holder {
        transform: scale(0.8);
        top: 7.5% !important;
    }
    .hero-business .logo-button-holder {
        /* width: 50%; */
        margin-top: 5%;
    }
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 7.5% !important;
  } */
    #main-content-1 .cashier-content-holder-bottom {
        padding-top: 28% !important;
    }
    #hero.hero-business .logo-holder {
        top: 11% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 15% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1450px) {
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -500% !important;
    }
    #hero.hero-cashier .hero-container .main-dashboard-holder {
        transform: scale(0.7);
        /* top: 7.5% !important; */
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-1 {
        left: 19% !important;
        top: 14% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-2 {
        left: 30% !important;
        top: 17% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-3 {
        left: 41% !important;
        top: 20% !important;
    }
    .main-business .main-content-1.section-bg {
        padding-top: 30% !important;
    }
}

@media (max-width: 1430px) {
    .main-content-1.section-bg {
        margin-top: 11% !important;
    }
    .main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
        margin-left: 20%;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1380px) {
    .main-content-1.section-bg {
        margin-top: 12% !important;
    }
    #hero.hero-business .hero-container .main-dashboard-holder {
        transform: scale(0.8);
        top: 7.5% !important;
    }
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 7.5% !important;
  } */
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1340px) {
    .main-content-1.section-bg {
        margin-top: 13% !important;
    }
    .hero-business .logo-button-holder {
        /* width: 56%; */
    }
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -555% !important;
    }
    /* .aos-init.aos-animate div div img {
        width: 40% !important;
    } */
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1300px) {
    .main-content-1.section-bg {
        margin-top: 22% !important;
    }
    .main-business .main-content-1.section-bg {
        padding-top: 20% !important;
    }
    #hero.hero-business .hero-container .main-dashboard-holder {
        left: 20% !important;
    }
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 7.5%;
  } */
    #main-content-1 .main-content-1-row-1 .main-content-1-row-1-column-1 .main-phone-holder {
        /* right: 33% !important; */
        right: 27% !important;
        margin-right: 10%;
    }
    #main-content-1 .main-content-1-row-1 .main-content-1-row-1-column-2 {
        /* width: 70% !important; */
    }
    #hero.hero-business .logo-holder {
        top: 9% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 13% !important;
    }
    /* //////////// */
    /* User */
    .main-user .main-content-1 .main-content-1-row-1 .main-content-1-row-1-column-2 {
        width: 50% !important;
    }
    /* //////////// */
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -575% !important;
    }
    .main-cashier .main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
        margin-left: 0%;
    }
    #main-content-1 .cashier-content-holder-bottom {
        padding-top: 36% !important;
    }
    #hero.hero-cashier .hero-container .main-dashboard-holder {
        transform: scale(0.7);
        /* top: 7.5% !important; */
    }
    #hero.hero-cashier .aos-init.aos-animate {
        top: 1.5% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-1 {
        left: 8% !important;
        top: 11.5% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-2 {
        left: 24% !important;
        top: 13.5% !important;
    }
    #hero.hero-cashier .hero-container .cashier-dashboard-holder-3 {
        left: 40% !important;
        top: 15.5% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
    /* Kitchen */
    #hero.hero-kitchen .aos-init.aos-animate {
        top: 3.5% !important;
    }
    #hero.hero-kitchen .tablet-holder {
        top: 20% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1250px) {
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -600% !important;
    }
}

@media (max-width: 1200px) {
    .main-content-1.section-bg {
        margin-top: 32% !important;
    }
    .main-business .main-content-1.section-bg {
        padding-top: 25% !important;
    }
    .hero-business .logo-button-holder {
        /* width: 60%; */
    }
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -625% !important;
    }
    #hero.hero-business .logo-holder {
        top: 7% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 11% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
}

@media (max-width: 1050px) {
    .main-content-1.section-bg {
        margin-top: 33% !important;
    }
    #hero.hero-business .hero-container .main-dashboard-holder {
        left: 20% !important;
    }
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 7.5% !important;
  } */
    /* .aos-init.aos-animate div div img {
        width: 50% !important;
    } */
    .main-content-1 .main-content-1-row-1-column-1 .main-phone-holder {
        top: -570% !important;
    }
    #hero.hero-business .logo-holder {
        top: 8% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 12% !important;
    }
    /* ///////////////// */
    /* User */
    .main-user .main-content-1.section-bg {
        margin-top: 0% !important;
    }
    /* ///////////////// */
    /* Kitchen */
    .main-kitchen .main-content-1 .kitchen-content-holder {
        padding-bottom: 8%;
    }
    /* ///////////////// */
}


/* Phone version */

@media (max-width: 830px) {
    /* .main-content-1 .main-content-1-row-1 {
    margin-top: 7.5% !important;
  }

  .main-content-1 .main-content-1-row-1 {
    margin-top: 3.5% !important;
  } */
    /* .aos-init.aos-animate div div img {
        width: 64% !important;
    } */
    #hero.hero-business .logo-holder {
        top: 2% !important;
    }
    #hero.hero-business .tablet-holder {
        top: 6% !important;
    }
    .main-content-1 .main-content-1-row-1 .content {
        width: 85%;
    }
    .main-content-1 .content h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .main-content-1 .main-content-1-row-1 {
        /* height: 100%; */
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box {
        width: 99%;
        margin-bottom: 20px;
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box-1 {
        /* top: -110%;
    left: 0%;
    position: absolute; */
        top: 0%;
        /* position: unset; */
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box-2 {
        /* top: -5%;
    right: 0%;
    position: absolute; */
        top: 0%;
        /* position: unset; */
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box-3 {
        /* top: 94%;
    left: 0%;
    position: absolute; */
        top: 0%;
        /* position: unset; */
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box-4 {
        /* top: 228%;
    right: 0%;
    position: absolute; */
        top: 0%;
        /* position: unset; */
    }
    .main-content-1 .main-content-1-row-1-column-2-content .icon-box-invisible {
        opacity: 0;
        display: none;
    }
    .main-content-1 .main-content-1-row-2 .content {
        width: 100% !important;
        /* align-items: flex-start !important; */
    }
    .main-content-1 .content h3 {
        font-size: 22px;
        line-height: 28px;
    }
}


/* ///////////////////////////////////////////////////// */


/* main content 1 row 2 */

.main-content-1 .main-content-1-row-2 {
    justify-content: center;
    /* padding-left: 5.5%;
  padding-right: 5.5%; */
    /* height: 1100px; */
    height: 700px;
    /* background: url("../../../koodoo/business/landing-2.jpg") no-repeat 0 0 fixed; */
    background: url("../../../koodoo/business/landing-2.jpg") center center no-repeat;
    margin-top: 0%;
}


/* /////////////// */


/* Kitchen */

.main-kitchen .main-content-1 .main-content-1-row-2 {
    justify-content: center;
    /* padding-left: 5.5%;
padding-right: 5.5%; */
    /* height: 1100px; */
    height: 460px;
    /* background: url("../../../koodoo/kitchen/kitchen-bottom-1.png") no-repeat 0 0 fixed; */
    margin-top: 6%;
    background: url("../../../koodoo/kitchen/kitchen-bottom-1.png") center center no-repeat;
}


/* /////////////// */


/* User */

.main-user .main-content-1 .main-content-1-row-2 {
    background: unset;
}


/* /////////////// */

.main-content-1 .main-content-1-row-2-column-1 {
    /* border: 0.01rem solid #575757;
  border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat; */
}

.main-content-1 .main-content-1-row-2-column-2 {
    /* border: 0.01rem solid #575757;
  border-left: 0rem solid #575757; */
    justify-content: center !important;
    align-items: center !important;
}

.main-content-1 .main-content-1-row-2 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.main-content-1 .main-content-1-row-2-column-2-content {
    padding: 120px 0px !important;
    width: 42% !important;
    align-items: center !important;
    padding-top: 150px !important;
}

.main-content-1-row-2-column-2-content-row {
    position: relative;
}

.main-content-1 .main-content-1-row-2-column-2-content h2 {
    /* font-weight: 700; */
    /* font-size: 30px; */
    /* color: #213b52; */
    /* line-height: 42px; */
    margin-bottom: 20px;
    color: #ffffff;
    margin-bottom: 48px;
}

.main-content-1 .main-content-1-row-2-column-2-content p {
    margin-bottom: 0;
    /* font-size: 16px; */
    line-height: 30px;
    /* color: #848484; */
    color: #ffffff;
    text-align: center;
    width: 67%;
    margin-bottom: 20px;
}

.main-content-1 .main-content-1-row-2-column-2-content .btn-get-started {
    /* color: #213b52; */
    color: #fff;
    border-radius: 39px;
    padding: 9px 35px 9px 35px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #3C53F4;
    text-align: center;
    opacity: 0.7;
    /* margin-top: 16%; */
}

.main-content-1 .main-content-1-row-2-column-2-content .btn-get-started:hover {
    background: #fff;
    color: #3C53F4;
    border: 1px solid #fff;
}


/* ///////////////////////////////////////////////////// */


/* main content 1 row 3 */

.main-content-1 .main-content-1-row-3 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.main-content-1 .main-content-1-row-3-column-1 {
    /* border: 0.01rem solid #575757;
  border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat;
}

.main-content-1 .main-content-1-row-3-column-2 {
    /* border: 0.01rem solid #575757; */
    /* border-left: 0rem solid #575757; */
    justify-content: center !important;
    align-items: center !important;
}

.main-content-1 .main-content-1-row-3 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.main-content-1 .main-content-1-row-3-column-2-content {
    padding: 34px 0px !important;
    padding-bottom: 0px !important;
    width: 90% !important;
    align-items: flex-start !important;
}

.main-content-1-row-3-column-2-content-row {
    justify-content: center;
    width: 100%;
}

.main-content-1 .main-content-1-row-3-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.main-content-1 .main-content-1-row-3-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin-bottom: 16%;
}

.main-content-1 .main-content-1-row-3-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
}

.main-content-1 .main-content-1-row-3-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box {
    margin-top: 25px;
    /* background-color: #1E1E1E; */
    border-radius: 8px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    /* padding: 5% 5%; */
    /* width: 48%; */
    margin: 0% 1%;
    justify-content: center;
    align-items: center;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box h4 {
    font-size: 60px;
    /* font-weight: 700; */
    margin: 5px 0 15px 0px;
    /* color: #213b52; */
    color: #FD6262;
    line-height: 60px;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: sans-serif; */
    text-align: center;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box h4 a:hover {
    color: #FD6262;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
    margin-bottom: 30%;
}

.main-content-1 .main-content-1-row-3-column-2-content .icon-box p {
    font-size: 14px;
    color: #848484;
    margin-left: 0px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 22%;
    text-align: center;
    /* font-family: sans-serif; */
}

.main-content-1 .main-content-1-row-3-column-2-content .bottom-bar {
    background-color: #3F4349;
    height: 4px;
    width: 60%;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .main-content-1 .main-content-1-row-3-column-2-content {
        /* padding: 34px 0px !important;   */
        /* padding-bottom: 0px !important; */
        width: 100% !important;
        /* align-items: flex-start !important; */
    }
}

@media (max-width: 1030px) {
    .main-content-1 .main-content-1-row-3-column-2-content .icon-box {
        margin: 0% 0%;
        padding: 0 !important;
    }
    .main-content-1 .main-content-1-row-3-column-2-content .icon-box h4 {
        font-size: 40px;
        /* font-weight: 700; */
        margin: 5px 0 15px 0px;
        /* color: #213b52; */
        color: #FD6262;
        line-height: 40px;
        /* font-family: "Poppins", sans-serif; */
        /* font-family: sans-serif; */
        text-align: center;
    }
    .main-content-1 .main-content-1-row-3-column-2-content .icon-box p {
        font-size: 12px;
        color: #848484;
        margin-left: 0px;
        line-height: 18px;
        width: 100%;
        margin-bottom: 22%;
        text-align: center;
        /* font-family: sans-serif; */
    }
}

@media (max-width: 830px) {
    .main-content-1 .main-content-1-row-3-column-2-content .icon-box {
        margin-bottom: 20px;
    }
}


/* ///////////////////////////////////////////////////// */


/* main content 1 row 4 */

.main-content-1 .main-content-1-row-4 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.main-content-1 .main-content-1-row-4-column-1 {
    /* border: 0.01rem solid #575757;
  border-right: 0.01rem solid #575757;   */
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/main-content-1-row-2-column-1.webp") center center no-repeat;
}

.main-content-1 .main-content-1-row-4-column-2 {
    /* border: 0.01rem solid #575757; */
    /* border-left: 0rem solid #575757; */
    justify-content: center !important;
    align-items: center !important;
    padding: 0;
}

.main-content-1 .main-content-1-row-4 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.main-content-1 .main-content-1-row-4-column-2-content {
    padding: 34px 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
    align-items: center !important;
}

.main-content-1-row-4-column-2-content-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.main-content-1 .main-content-1-row-4-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.main-content-1 .main-content-1-row-4-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin-bottom: 16%;
}

.main-content-1 .main-content-1-row-4-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
}

.main-content-1 .main-content-1-row-4-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box {
    margin-top: 25px;
    /* background-color: #1E1E1E; */
    /* border-radius: 8px; */
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    /* padding: 5% 5%; */
    width: 20%;
    /* margin: 0% 1%;   */
    justify-content: center;
    align-items: center;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box h4 {
    font-size: 30px;
    /* font-weight: 700; */
    margin: 5px 0 15px 0px;
    /* color: #213b52; */
    color: #FD6262;
    line-height: 60px;
    /* font-family: "Poppins", sans-serif; */
    text-align: center;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box h4 a:hover {
    color: #FD6262;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
    margin-bottom: 30%;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box p {
    font-size: 30px;
    color: #ffffff;
    margin-left: 0px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 0% !important;
    /* width: 50%; */
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 18% 0px;
}


/* .main-content-1 .main-content-1-row-4-column-2-content .client-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 18% 0px;
} */

.main-content-1 .main-content-1-row-4-column-2-content .icon-box-1 {
    border: 0.01rem solid #575757;
    border-right: 0rem solid #575757;
    /* margin-left: 0%; */
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box-2 {
    border: 0.01rem solid #575757;
    border-right: 0rem solid #575757;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box-3 {
    border: 0.01rem solid #575757;
    border-right: 0rem solid #575757;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box-4 {
    border: 0.01rem solid #575757;
    border-right: 0rem solid #575757;
}

.main-content-1 .main-content-1-row-4-column-2-content .icon-box-5 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    margin-right: 0%;
}

.main-content-1 .main-content-1-row-4-column-2-content .bottom-bar {
    background-color: #3F4349;
    height: 4px;
    width: 60%;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .main-content-1 .main-content-1-row-4-column-2-content .icon-box p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 830px) {
    .main-content-1 .main-content-1-row-4-column-2-content .icon-box p {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
        text-align: center;
    }
}


/* ///////////////////////////////////////////////////// */


/* main content 1 row 5 */

.main-content-1 .main-content-1-row-5 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.main-content-1 .main-content-1-row-5-column-1 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/main-content-1-row-5-column-1.webp") center center no-repeat;
    width: 60%;
}

.main-content-1 .main-content-1-row-5-column-1 .content {
    position: relative;
}

.main-content-1 .main-content-1-row-5-column-1 .content .sphere-container {
    position: absolute;
    opacity: 0.2;
}

.main-content-1 .main-content-1-row-5-column-1 .content .sphere-container .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
}

.main-content-1 .main-content-1-row-5-column-1 .content .sphere-container .dribble img {
    display: block;
    height: 28px;
}

.main-content-1 .main-content-1-row-5-column-1 .content .sphere-container .twitter {
    position: fixed;
    display: block;
    right: 64px;
    bottom: 14px;
}

.main-content-1 .main-content-1-row-5-column-1 .content .sphere-container .twitter svg {
    width: 32px;
    height: 32px;
    fill: #1da1f2;
}

.main-content-1 .main-content-1-row-5-column-1 h3 {
    text-align: center;
}

.main-content-1 .main-content-1-row-5-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    width: 40%;
}

.main-content-1 .main-content-1-row-5 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.main-content-1 .main-content-1-row-5-column-2-content {
    padding: 220px 0px !important;
    width: 42% !important;
    align-items: flex-start !important;
}

.main-content-1-row-2-column-5-content-row {
    position: relative;
}

.main-content-1 .main-content-1-row-5-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.main-content-1 .main-content-1-row-5-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin-bottom: 16%;
}

.main-content-1 .main-content-1-row-5-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
    /* margin-top: 16%; */
}

.main-content-1 .main-content-1-row-5-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .main-content-1 .main-content-1-row-5-column-2-content {
        width: 90% !important;
    }
    .main-content-1 .main-content-1-row-5-column-2-content .btn-get-started {
        padding: 14px 5px 14px 5px;
    }
}


/* ///////////////////////////////////////////////////// */


/*--------------------------------------------------------------
# PS Client
--------------------------------------------------------------*/

.psclient.section-bg {
    background: #242323;
}

.psclient-title {
    text-align: center;
    padding-bottom: 00px;
}

.psclient-title h2 {
    font-size: 30px;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
}


/* .psclient row col {
  width: 40%;
} */

.psclient .member {
    text-align: center;
    margin-bottom: 20px;
}

.psclient .member .pic {
    margin-bottom: 18px;
    overflow: hidden;
    /* min-height: 260px; */
}

.psclient .member .pic img {
    max-width: 100%;
}

.psclient .member h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    /* color: #213b52; */
    color: #ffffff;
}

.psclient .member span {
    /* font-style: italic; */
    display: block;
    font-size: 13px;
    color: #848484;
}

.psclient .member .social {
    margin-top: 15px;
}

.psclient .member .social a {
    color: #5289ba;
    transition: 0.3s;
}

.psclient .member .social a:hover {
    color: #FD6262;
}

.psclient .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# PS Footer
--------------------------------------------------------------*/

.psfooter .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.psfooter .info-box i {
    font-size: 32px;
    color: #FD6262;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fff7e5;
}

.psfooter .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.psfooter .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.psfooter row {
    display: flex;
    justify-content: space-around;
}

.psfooter .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.psfooter .logo h1 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
}

.psfooter .logo h1 a,
.psfooter .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.psfooter .logo h1 a span,
.psfooter .logo h1 a:hover span {
    color: #FD6262;
}

.psfooter .logo img {
    padding: 0;
    margin: 0;
    max-height: 28px;
    margin-bottom: 2px;
    margin-right: 8px;
}

.psfooter .countries {
    margin-top: 30px;
    margin-bottom: 55px;
}

.psfooter .countries p {
    font-size: 18px;
    line-height: 18px;
    color: #848484;
}

.psfooter .copyright {
    text-align: center;
    float: left;
    color: #848484;
    font-size: 14px;
}

@media (max-width: 830px) {
    .psfooter .logo .img-fluid {
        display: none;
    }
    .psfooter .copyright {
        text-align: left;
    }
    .psfooter .copyright strong {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .psfooter .copyright {
        padding: 5px;
        float: none;
        /* text-align: center; */
    }
}

.psfooter .footer-middle .footer-middle-title {
    font-size: 18px;
    /* line-height: 18px; */
    color: #848484;
    padding: 10px 0px;
}

.psfooter .footer-links {
    margin-top: 30px;
    margin-bottom: 55px;
}

.psfooter .footer-links p {
    font-size: 14px;
    line-height: 10px;
    color: #848484;
}

.psfooter .footer-right .footer-right-title {
    font-size: 18px;
    /* line-height: 18px; */
    color: #848484;
    padding: 10px 0px;
}

.psfooter .php-email-form {
    margin-top: 25px;
    /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
    /* padding: 30px; */
    /* background: #fff; */
}

.psfooter .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.psfooter .php-email-form .error-message br+br {
    margin-top: 25px;
}

.psfooter .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.psfooter .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.psfooter .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.psfooter .php-email-form input,
.psfooter .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.psfooter .php-email-form input::focus,
.psfooter .php-email-form textarea::focus {
    background-color: #FD6262;
}

.psfooter .php-email-form input {
    padding: 10px 15px;
}

.psfooter .php-email-form textarea {
    padding: 12px 15px;
}

.psfooter .php-email-form button[type=submit] {
    background: #FD6262;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.psfooter .php-email-form button[type=submit]:hover {
    background: #fdd067;
}

.psfooter .footer-message-container {
    border: 0.01rem solid #848484;
    /* border-radius: 8px; */
}

.psfooter .footer-message {
    background: #141416;
    /* border-radius: 8px; */
}

.psfooter .btn-border {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #848484 !important;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: rgba(0, 0, 0, 0.0) !important;
    /* background: red; */
    text-align: center;
}

.psfooter .btn-border:hover {
    background: transparent;
    color: #fff;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    padding: 0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
}

.clients .client-logo img {
    height: 40px;
}

.clients .client-logo:hover img {
    transform: scale(1.2);
}

.clients img {
    transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content {
    padding: 30px 0;
}

.about .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #213b52;
}

.about .content p {
    margin-bottom: 0;
}

.about .content .icon-box {
    margin-top: 25px;
}

.about .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #213b52;
}

.about .content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
    color: #FD6262;
}

.about .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
}

.about .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.about .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
    padding-bottom: 40px;
}

.services .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
    background: transparent;
}

.services .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.services .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.services .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.services .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.services .card-title a {
    color: #213b52;
    transition: 0.3s;
}

.services .card-text {
    color: #5e5e5e;
}

.services .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.services .read-more a:hover {
    color: #FD6262;
}

.services .card:hover img {
    transform: scale(1.1);
}

.services .card:hover .card-body {
    border-color: #FD6262;
}

.services .card:hover .card-body .card-title a {
    color: #FD6262;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .content+.content {
    margin-top: 100px;
}

.features .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #213b52;
}

.features .content ul {
    list-style: none;
    padding: 0;
}

.features .content ul li {
    padding-bottom: 10px;
}

.features .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #FD6262;
}

.features .content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #FD6262;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(33, 59, 82, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 36px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #FD6262;
    line-height: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 32px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
    left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 18px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #FD6262;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FD6262;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(33, 59, 82, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/

.team .member {
    text-align: center;
    margin-bottom: 20px;
}

.team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    min-height: 260px;
}

.team .member .pic img {
    max-width: 100%;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #213b52;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #5289ba;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #FD6262;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
    position: relative;
}

.pricing .featured-badge {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: calc(50% - 49px);
    background: #FD6262;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 50px;
    padding: 4px 20px 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #FD6262;
    font-weight: 400;
    /* font-family: "Open Sans", sans-serif; */
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #FD6262;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .get-started-btn {
    background: #213b52;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    /* font-family: "Raleway", sans-serif; */
    transition: 0.3s;
}

.pricing .get-started-btn:hover {
    background: #FD6262;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
    border: 1px solid #FD6262;
}

.pricing .featured .get-started-btn {
    background: #FD6262;
}

.pricing .featured .get-started-btn:hover {
    background: #fdcd5c;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #dde8f1;
}

.faq .faq-item i {
    color: #9bbbd7;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
    /* font-family: "Poppins", sans-serif; */
}

.faq .faq-item p {
    font-size: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.contact .info-box i {
    font-size: 32px;
    color: #FD6262;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #FD6262;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #FD6262;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: #fdd067;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: url("../img/footer-bg.jpg") center center no-repeat;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 46, 64, 0.85);
    z-index: 1;
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .footer-top p {
    font-size: 15;
    font-style: italic;
    margin: 30px 0 0 0;
    padding: 0;
}

#footer .footer-top .footer-newsletter {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #FD6262;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #fcb102;
}

#footer .footer-top .social-links {
    margin-top: 30px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #284864;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #fcb102;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    border-top: 1px solid #1a2e40;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        padding: 5px;
        float: none;
        text-align: center;
    }
}


/* ///////////////////////////////////////////////// */


/*--------------------------------------------------------------
# solutions-content-1-row-1
--------------------------------------------------------------*/

.solutions-content-1.section-bg {
    margin-top: -1%;
    padding-top: 20px;
}

.solutions-content-1 .solutions-content-1-row-2 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.solutions-content-1 .solutions-content-1-row-2-column-1 {
    border: 0.01rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/main-content-1-row-1-column-1.webp") center center no-repeat; */
    /* width: 30%; */
}

.solutions-content-1 .solutions-content-1-row-2-column-1-last-child {
    border-bottom: 0.01rem solid #575757;
}

.solutions-content-1 .solutions-content-1-row-2-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: flex-start !important;
    align-items: center !important;
    /* width: 70%; */
    padding: 4% 0% 4% 4%;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-last-child {
    border-bottom: 0.01rem solid #575757;
}

.solutions-content-1 .solutions-content-1-row-2 .content {
    padding: 30px 0;
    width: 40%;
}

.solutions-content-1 .content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.solutions-content-1 .content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
}

.solutions-content-1 .content .icon-box {
    margin-top: 25px;
}

.solutions-content-1 .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #213b52;
}

.solutions-content-1 .content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.solutions-content-1 .content .icon-box h4 a:hover {
    color: #FD6262;
}

.solutions-content-1 .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
}

.solutions-content-1 .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.solutions-content-1 .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 830px) {
    .solutions-content-1 .solutions-content-1-row-2-column-1 {
        border: 0.01rem solid #575757 !important;
        border-left: 0.01rem solid #575757;
        /* border-bottom: 0.0rem solid #575757;
  
    justify-content: center !important;
    align-items: center !important; */
    }
    .solutions-content-1 .solutions-content-1-row-2-column-1-last-child {
        border: 0.01rem solid #575757;
    }
    .solutions-content-1 .solutions-content-1-row-2-column-2 {
        border: 0.01rem solid #575757 !important;
        border-left: 0.01rem solid #575757;
        /* border-bottom: 0.0rem solid #575757;
  
    justify-content: flex-start !important;
    align-items: center !important; 
    
  
    padding: 4% 0% 4% 4%; */
    }
    .solutions-content-1 .solutions-content-1-row-2-column-2-last-child {
        border: 0.01rem solid #575757;
    }
}

@media (max-width: 667px) {
    .solutions-content-1 .image img {
        max-width: 100%;
    }
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content {
    padding: 30px 0;
    width: 50%;
}

.solutions-content-1-row-1-column-2-content {
    width: 55%;
}

.solutions-content-1-row-1-column-2-content-row {
    position: relative;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box {
    margin-top: 25px;
    background-color: #1E1E1E;
    border-radius: 8px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding: 5% 5%;
    width: 48%;
    margin: 0% 1%;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box h4 {
    font-size: 20px;
    /* font-weight: 700; */
    margin: 5px 0 10px 0px;
    /* color: #213b52; */
    color: #889CE7;
    line-height: 30px;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box h4 a:hover {
    color: #FD6262;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
    margin-bottom: 30%;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box p {
    font-size: 14px;
    color: #848484;
    margin-left: 0px;
    line-height: 22px;
    width: 90%;
    margin-bottom: 12%;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box-1 {
    top: -110%;
    left: 0%;
    position: absolute;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box-2 {
    top: -50%;
    right: 0%;
    position: absolute;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box-3 {
    top: 0%;
    left: 0%;
    position: absolute;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box-4 {
    top: 55%;
    right: 0%;
    position: absolute;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .icon-box-invisible {
    opacity: 0;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-content .bottom-bar {
    background-color: #3F4349;
    height: 4px;
    width: 100%;
    border-radius: 8px;
}

.solutions-content-1 .solutions-content-1-row-2-column-1 .content .icon-container {
    background: #889CE7;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    /* padding: 10%; */
    width: 128px;
    height: 128px;
    align-self: center;
}

.solutions-content-1 .solutions-content-1-row-2-column-1 .content .icon-container.even-child {
    background: #FD6262;
}

.solutions-content-1 .solutions-content-1-row-2-column-1 .content i {
    font-size: 64px;
    /* float: left; */
    /* color: #FD6262; */
    color: #1B1C1E;
}

.solutions-content-1 .solutions-content-1-row-2-column-2 .solutions-content-1-row-1-column-2-content h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.solutions-content-1 .solutions-content-1-row-2-column-2 .solutions-content-1-row-1-column-2-content p {
    color: #848484;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 830px) {
    .solutions-content-1-row-1-column-2-content {
        width: 90%;
    }
}


/* ///////////////////////////////////////////////////// */


/* solutions content 1 row 3 */

.solutions-content-1 .solutions-content-1-row-3 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.solutions-content-1 .solutions-content-1-row-3-column-1 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/solutions-content-1-row-3-column-1.webp") center center no-repeat;
    background-size: 100% auto;
}

.solutions-content-1 .solutions-content-1-row-3-column-1 h3 {
    text-align: center;
}

.solutions-content-1 .solutions-content-1-row-3-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
}

.solutions-content-1 .solutions-content-1-row-3 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.solutions-content-1 .solutions-content-1-row-3-column-2-content {
    padding: 110px 0px !important;
    width: 50% !important;
    align-items: flex-start !important;
}

.solutions-content-1-row-2-column-2-content-row {
    position: relative;
}

.solutions-content-1 .solutions-content-1-row-3-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.solutions-content-1 .solutions-content-1-row-3-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 16%; */
}

.solutions-content-1 .solutions-content-1-row-3-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
    /* margin-top: 16%; */
}

.solutions-content-1 .solutions-content-1-row-3-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .solutions-content-1 .solutions-content-1-row-3-column-1 {
        background-size: 100% 100%;
    }
    .solutions-content-1 .solutions-content-1-row-3-column-2 {
        border: 0.01rem solid #575757 !important;
        /* border-left: 0rem solid #575757; */
    }
}


/* ///////////////////////////////////////////////////// */


/*--------------------------------------------------------------
# PS Saas
--------------------------------------------------------------*/

.pssaas.section-bg {
    background: #242323;
}

.pssaas-title {
    text-align: center;
    padding-bottom: 00px;
}

.pssaas-title h2 {
    font-size: 30px;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
}


/* .psclient row col {
  width: 40%;
} */

.pssaas .pssaas-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.pssaas .col-first {
    width: 70%;
}

.pssaas .col-second {
    width: 30%;
}

.pssaas .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.pssaas .col-second .member {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-left: -40%;
}

.pssaas .member .pic {
    margin-bottom: 18px;
    overflow: hidden;
    /* min-height: 260px; */
    border-radius: 12px;
}

.pssaas .member .pic img {
    max-width: 100%;
    border-radius: 12px;
}

.pssaas .member .pic-middle {}

.pssaas .member .pic-left {
    position: absolute;
    left: 20%;
    bottom: -20%;
    background: #ffffff;
    padding: 2.5% 3%;
}

.pssaas .member .pic-right {
    position: absolute;
    right: 15%;
    bottom: 8%;
    background: #ffffff;
    padding: 3% 2.5%;
}

.pssaas .member h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 34px;
    line-height: 44px;
    /* color: #213b52; */
    color: #ffffff;
    width: 60%;
    /* font-family: "Poppins", sans-serif; */
    margin-bottom: 20px;
}

.pssaas .member span {
    /* font-style: italic; */
    display: block;
    font-size: 13px;
    color: #ffffff;
}

.pssaas .member .social {
    margin-top: 15px;
}

.pssaas .member .social a {
    color: #5289ba;
    transition: 0.3s;
}

.pssaas .member .social a:hover {
    color: #FD6262;
}

.pssaas .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.pssaas .member .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
}

.pssaas .member .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .pssaas .pssaas-row {
        flex-direction: column;
    }
    .pssaas .col-second {
        width: 100%;
    }
    .pssaas .col-second .member {
        margin-left: 0%;
        margin-top: 20px;
    }
    .pssaas .member .pic-left {
        left: -13%;
    }
    .pssaas .member .pic-right {
        right: -21%;
        bottom: -1%;
    }
}


/* ///////////////////////////////////////////////// */


/*--------------------------------------------------------------
# solutions-content-1-row-2
--------------------------------------------------------------*/

.solutions-content-1.section-bg {
    margin-top: -1%;
    padding-top: 20px;
}

.solutions-content-1 .solutions-content-1-row-2 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.solutions-content-1 .solutions-content-1-row-2-column-1 {
    border: 0.01rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/main-content-1-row-1-column-1.webp") center center no-repeat; */
    /* width: 30%; */
}

.solutions-content-1 .solutions-content-1-row-2-column-1-last-child {
    border-bottom: 0.01rem solid #575757;
}

.solutions-content-1 .solutions-content-1-row-2-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: flex-start !important;
    align-items: center !important;
    /* width: 70%; */
    padding: 4% 0% 4% 4%;
}

.solutions-content-1 .solutions-content-1-row-2-column-2-last-child {
    border-bottom: 0.01rem solid #575757;
}

.solutions-content-1 .solutions-content-1-row-2 .content {
    padding: 30px 0;
    width: 40%;
}

.solutions-content-1 .content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.solutions-content-1 .content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
}

.solutions-content-1 .content .icon-box {
    margin-top: 25px;
}

.solutions-content-1 .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #213b52;
}

.solutions-content-1 .content .icon-box h4 a {
    color: #213b52;
    transition: 0.3s;
}

.solutions-content-1 .content .icon-box h4 a:hover {
    color: #FD6262;
}

.solutions-content-1 .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FD6262;
}

.solutions-content-1 .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.solutions-content-1 .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .solutions-content-1 .image img {
        max-width: 100%;
    }
}


/* ///////////////////////////////////////////////////// */


/* about-us content 1 row 2 */

.about-us-content-1 .about-us-content-1-row-2 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.about-us-content-1 .about-us-content-1-row-2-column-1 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/about-us-content-1-row2-column1.webp") center center no-repeat;
    /* background-size: 100% auto; */
}

.about-us-content-1 .about-us-content-1-row-2-column-1 h3 {
    text-align: center;
    color: #ffffff;
    width: 40%;
    line-height: 44px;
    font-size: 30px;
}

.about-us-content-1 .about-us-content-1-row-2-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    border-bottom: 0.0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
}

.about-us-content-1 .about-us-content-1-row-2 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.about-us-content-1 .about-us-content-1-row-2-column-2-content {
    padding: 60px 0px !important;
    width: 36% !important;
    align-items: flex-start !important;
}

.about-us-content-1-row-2-column-2-content-row {
    position: relative;
}

.about-us-content-1 .about-us-content-1-row-2-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    /* color: #213b52; */
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.about-us-content-1 .about-us-content-1-row-2-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 16%; */
}

.about-us-content-1 .about-us-content-1-row-2-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
    /* margin-top: 16%; */
}

.about-us-content-1 .about-us-content-1-row-2-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

.about-us-content-1-row-2-column-2-content-images-holder {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.about-us-content-1-row-2-column-2-content-images-holder .pic {
    /* margin-bottom: 18px; */
    overflow: hidden;
    /* min-height: 260px; */
    /* border-radius: 12px; */
    width: 48%;
}

.about-us-content-1-row-2-column-2-content-images-holder .pic img {
    max-width: 100%;
    /* border-radius: 12px; */
}


/* ///////////////////////////////////////////////////// */


/* about-us content 1 row 3 */

.about-us-content-1 .about-us-content-1-row-3 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.about-us-content-1 .about-us-content-1-row-3-column-1 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/about-us-content-1-row3-column2.webp") center center no-repeat; */
    /* background-size: 100% auto; */
}

.about-us-content-1 .about-us-content-1-row-3-column-1 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    margin-bottom: 25px;
}

.about-us-content-1 .about-us-content-1-row-3-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    background: url("../img/about-us-content-1-row3-column2.webp") center center no-repeat;
}

.about-us-content-1 .about-us-content-1-row-3 .content {
    padding: 80px 0;
    width: 36%;
    align-items: center;
}

.about-us-content-1 .about-us-content-1-row-3-column-2-content {
    padding: 60px 0px !important;
    width: 36% !important;
    align-items: center !important;
}

.about-us-content-1-row-2-column-2-content-row {
    position: relative;
}

.about-us-content-1 .about-us-content-1-row-3-column-2-content h3 {
    /* font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #ffffff; */
    text-align: center;
    color: #ffffff;
    width: 60%;
    line-height: 44px;
    font-size: 30px;
    text-align: center;
}


/* .about-us-content-1 .about-us-content-1-row-3-column-2-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #848484;
} */

.about-us-content-1 .about-us-content-1-row-3-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
    /* margin-top: 16%; */
}

.about-us-content-1 .about-us-content-1-row-3-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .about-us-content-1 .about-us-content-1-row-2-column-1 h3 {
        width: 80%;
    }
    .about-us-content-1 .about-us-content-1-row-2-column-2 {
        border: 0.01rem solid #575757 !important;
    }
    .about-us-content-1 .about-us-content-1-row-2-column-2-content {
        width: 90% !important;
    }
    .about-us-content-1 .about-us-content-1-row-3 .content {
        width: 90% !important;
    }
    .about-us-content-1 .about-us-content-1-row-3-column-2 {
        border: 0.01rem solid #575757 !important;
    }
}


/* ///////////////////////////////////////////////////// */


/*--------------------------------------------------------------
# PS Vacancies
--------------------------------------------------------------*/

.psvacancies.section-bg {
    background: #242323;
}

.psvacancies-title {
    text-align: center;
    padding-bottom: 00px;
}

.psvacancies-title h2 {
    font-size: 30px;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
}


/* .psvacancies row col {
  width: 40%;
} */

.psvacancies .member-container-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64%;
}

.psvacancies .member-container-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.psvacancies .member-container {
    display: flex;
    justify-content: center;
    width: 49%;
}

.psvacancies .member {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #1B1C1E;
    width: 100%;
    padding: 10% 0;
}

.psvacancies .member div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 180px; */
}

.psvacancies .member .pic {
    margin-bottom: 18px;
    overflow: hidden;
    /* min-height: 260px; */
}

.psvacancies .member .pic img {
    max-width: 100%;
}

.psvacancies .member h4 {
    /* font-weight: 700; */
    /* margin-bottom: 6px; */
    /* font-size: 18px; */
    /* color: #213b52; */
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

.psvacancies .member span {
    /* font-style: italic; */
    /* display: block;
  font-size: 13px;
  color: #ffffff; */
    font-size: 14px;
    color: #848484;
    line-height: 22px;
    width: 46%;
    margin-bottom: 4%;
}

.psvacancies .member .social {
    margin-top: 15px;
}

.psvacancies .member .social a {
    color: #5289ba;
    transition: 0.3s;
}

.psvacancies .member .social a:hover {
    color: #FD6262;
}

.psvacancies .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.psvacancies .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 8px 25px 8px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
}

.psvacancies .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .psvacancies .member-container-table {
        width: 100%;
    }
    .psvacancies .member {
        padding: 10% 5%;
    }
    .psvacancies .member span {
        width: 100%;
    }
}


/* ///////////////////////////////////////////////////// */


/*--------------------------------------------------------------
# Manifesto
--------------------------------------------------------------*/

.manifesto.section-bg {
    background: #242323;
}

.manifesto-title {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 2%;
    width: 50%;
}

.manifesto-title h1 {
    font-size: 52px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    margin-bottom: 24px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
    width: 100%;
    text-align: center;
    align-content: center;
    line-height: 42px;
}

.manifesto-title h2 {
    font-size: 30px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
    width: 100%;
    text-align: center;
    align-content: center;
    line-height: 42px;
}


/* .psvacancies row col {
  width: 40%;
} */

.manifesto .member-container-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64%;
}

.manifesto .member-container {
    display: flex;
    flex-direction: column;
}

.manifesto .member {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    /* background: #1B1C1E; */
    /* width: 100%; */
    /* padding: 10% 0; */
}

.manifesto .member div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 180px; */
}

.manifesto .member .pic {
    margin-bottom: 18px;
    overflow: hidden;
    /* min-height: 260px; */
}

.manifesto .member .pic img {
    max-width: 100%;
}

.manifesto .member h2 {
    /* font-weight: 700; */
    /* margin-bottom: 6px; */
    /* font-size: 18px; */
    /* color: #213b52; */
    font-size: 32px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    color: #ffffff;
    /* width: 100%; */
    /* text-align: center;
  align-content: center; */
    line-height: 42px;
}

.manifesto .member span {
    /* font-style: italic; */
    /* display: block;
  font-size: 13px;
  color: #ffffff; */
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    width: 82%;
    text-align: left;
    /* margin-bottom: 4%; */
}

.manifesto .member .social {
    margin-top: 15px;
}

.manifesto .member .social a {
    color: #5289ba;
    transition: 0.3s;
}

.manifesto .member .social a:hover {
    color: #FD6262;
}

.manifesto .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.manifesto .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 8px 25px 8px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
}

.manifesto .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 830px) {
    .manifesto .member-container-table {
        width: 100%;
    }
    .manifesto-title {
        width: 100%;
    }
}


/* ///////////////////////////////////////////////////// */


/* get-started content 1 row 2 */

.get-started-content-1 .get-started-content-1-row-2 {
    justify-content: center;
    padding-left: 5.5%;
    padding-right: 5.5%;
    /* height: 1100px; */
}

.get-started-content-1 .get-started-content-1-row-2-column-1 {
    border: 0.01rem solid #575757;
    border-right: 0.01rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
    /* background: url("../img/about-us-content-1-row2-column1.webp") center center no-repeat; */
    /* background-size: 100% auto; */
}

.get-started-content-1 .get-started-content-1-row-2-column-1 h3 {
    /* text-align: center;
  color: #ffffff;
  width: 40%;
  line-height: 44px;
  font-size: 30px; */
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
    color: #848484;
    width: 60%;
}

.get-started-content-1 .get-started-content-1-row-2-column-2 {
    border: 0.01rem solid #575757;
    border-left: 0rem solid #575757;
    justify-content: center !important;
    align-items: center !important;
}

.get-started-content-1 .get-started-content-1-row-2 .content {
    padding: 30px 0;
    width: 50%;
    align-items: center;
}

.get-started-content-1 .get-started-content-1-row-2-column-2-content {
    padding: 60px 0px !important;
    width: 100% !important;
    align-items: center !important;
}

.get-started-content-1-row-2-column-2-content-row {
    position: relative;
}

.get-started-content-1 .get-started-content-1-row-2-column-2-content h3 {
    /* font-weight: 700; */
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #ffffff;
    /* margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #848484; */
}

.get-started-content-1 .get-started-content-1-row-2-column-2-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 16%; */
}

.get-started-content-1 .get-started-content-1-row-2-column-2-content .btn-get-started {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    border: 2px solid #FD6262;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #FD6262;
    text-align: center;
    /* margin-top: 16%; */
}

.get-started-content-1 .get-started-content-1-row-2-column-2-content .btn-get-started:hover {
    background: transparent;
    color: #fff;
}

.get-started-content-1-row-2-column-2-content-images-holder {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.get-started-content-1-row-2-column-2-content-images-holder .pic {
    /* margin-bottom: 18px; */
    overflow: hidden;
    /* min-height: 260px; */
    /* border-radius: 12px; */
    width: 48%;
}

.get-started-content-1-row-2-column-2-content-images-holder .pic img {
    max-width: 100%;
    /* border-radius: 12px; */
}

.get-started .php-email-form {
    margin-top: 25px;
    /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
    /* padding: 30px; */
    /* background: #fff; */
}

.get-started .php-email-form .form-row {
    margin-bottom: 30px;
}

.get-started .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.get-started .php-email-form .error-message br+br {
    margin-top: 25px;
}

.get-started .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.get-started .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.get-started .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input,
.psfooter .php-email-form textarea {
    /* border-radius: 0;
  box-shadow: none; */
    font-size: 14px;
}

.get-started .php-email-form input::focus,
.get-started .php-email-form textarea::focus {
    background-color: #FD6262;
}

.get-started .php-email-form input {
    padding: 10px 15px;
}

.get-started .php-email-form textarea {
    padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
    background: #FD6262;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.get-started .php-email-form button[type=submit]:hover {
    background: #fdd067;
}

.get-started .footer-message-container {
    border: 0.01rem solid #848484;
    /* border-radius: 8px; */
}

.get-started .footer-message {
    background: #141416;
    /* border-radius: 8px; */
}

.get-started .btn-border {
    color: #213b52;
    border-radius: 6px;
    padding: 14px 25px 14px 25px;
    /* border: 2px solid #848484 !important; */
    transition: all ease-in-out 0.3s;
    display: inline-block;
    /* background: rgba(0, 0, 0, 0.0) !important; */
    background: #FD6262 !important;
    text-align: center;
    width: 100%;
}

.get-started .btn-border:hover {
    background: transparent;
    color: #fff;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 830px) {
    .get-started-content-1 .get-started-content-1-row-2 .content {
        width: 100%;
    }
    .get-started-content-1 .get-started-content-1-row-2-column-2 {
        border: 0.01rem solid #575757;
    }
}