:root {
    --mainFont: 'Poppins', sans-serif;
    --clrGreen: #43B02A;
    --clrGreen1: #77C364;
    --clrGreen2: #A5D796;
    --clrGreen3: #D2EAC9;
    --clrBlue: #003057;
    --clrBlue1: #3B5E7E;
    --clrBlue2: #7A8FA7;
    --clrBlue3: #BBC5D2;
    --clrRed: #ED1B34;
    --clrRed1: #F86359;
    --clrRed2: #FF9A8C;
    --clrRed3: #FFCDC4;
    --clrWhite: #fff;
    --alignDirection: Left;
    --alignDirectionNot: Right;
    --numClntTrackMoves: 1;
    --numVideosTrackMoves: 3;
    --ltrSpace: 0.2em;
    --ltrSpace2: 4px;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: var(--mainFont) !important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #686876;
}

section {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    margin-bottom: 15px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #686876;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #686876;
    margin-top: 0;
    margin-bottom: 15px;
}

h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #171721;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    color: #171721;
    font-size: 18px;
    font-display: swap;
}

a {
    color: var(--clrWhite);
    text-decoration: none;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

input,
textarea {
    outline: 0;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    background-color: transparent;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 10px 30px;
    box-shadow: none;
}

input[type=submit] {
    font-size: 14px;
    background-color: var(--clrGreen);
    ;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center !important;
    width: 210px;
    padding: 8px 40px;
    border-color: var(--clrGreen);
    ;
}

input[type=submit]:hover {
    background: #008f60;
    border-color: #008f60;
}

i {
    font-style: italic;
}


/* General div that repeats alot */

.ThemeDivWithAnchor {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    width: max-content;
    height: max-content;
    z-index: 0;
    background-color: var(--clrGreen);
    padding: 8px 0;
}

.ThemeDivWithAnchor::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--clrBlue);
    transition: 0.7s;
    z-index: 1;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.ThemeDivWithAnchor:hover::before {
    width: 100%;
}

.ThemeDivWithAnchor a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    min-width: 180px;
    padding: 8px 40px;
    position: relative;
    z-index: 2;
}

.ThemeDivWithAnchor button {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    min-width: 180px;
    padding: 8px 40px;
    position: relative;
    z-index: 2;
}


/******************************NavBar Section *********************************/

header {
    position: relative;
    top: 0;
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 89.6px;
}

nav .cntnr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0rem;
    left: 0;
    z-index: 9;
    padding-inline: 60px;
}

nav .nav-div-1flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 1175px;
    max-width: 1307px;
}

nav .nav-div-logo {
    width: 275px;
    height: 65px;
    min-width: 275px;
    transition: all 2.5s;
}

nav .nav-div-menu {
    width: 775px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 89.6px;
    min-width: 565px;
}

nav .nav-div-menu>div {
    min-width: max-content;
}

.lang {
    text-decoration: none;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
    color: #0d0817;
    z-index: 9;
    padding: 8px 6px;
    font-size: 14px;
    line-height: 14px;
    height: 100%;
    margin-block: auto;
    width: 30px;
    height: 30px;
}

nav .div-has-drop:hover>div {
    display: block;
}

nav .div-has-drop a:hover+div {
    display: block;
}

nav a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0rem;
    font-size: 19px;
    line-height: 90px;
    padding: 0 1vw;
    color: var(--clrBlue);
}

nav .nav-div-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 10%;
    min-width: max-content;
    display: none;
}

nav .nav-div-btn i {
    font-size: 30px;
}

.cls-displayNone {
    display: none;
}

#collapsMenu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-height: 300px;
    height: 0;
    width: 100%;
    padding-inline-start: 2rem;
    transition: 1s;
    opacity: 0;
}

.nav-div-menu2>div>div {
    width: 100%;
    /* padding: 0.5rem 2rem 0 0.5rem; */
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 30px;
}

.nav-div-menu2 a {
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0rem;
    color: black;
    padding-inline-start: 0;
}

.dropdown-details {
    width: 100px;
    height: 95px;
    display: none;
    padding-left: 0.7rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: fixed;
    z-index: 2;
    top: 3rem;
    left: 43.4rem;
    background: white;
    border-radius: 0.5rem;
}

.dropdown-details a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.375rem;
    letter-spacing: 0rem;
    color: black;
}

.div-has-drop {
    position: relative;
    top: 0;
    left: 0;
}

.div-drop {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: max-content;
    background-color: white;
    display: none;
}

.div-drop a {
    font-size: 15px;
    line-height: 38px;
    font-weight: 500;
}

.div-drop2 {
    display: none;
    padding-left: 2rem;
    transition: 1s;
}

.div-drop2>div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

header hr {
    color: #a6a1a1d4;
    /* margin: 0.3rem 0; */
}


/********************************* Section  Slider ************************* */

#DESIGN8 {
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
}

#DESIGN8 .slider_track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* transition: 1s; */
}

#DESIGN8 .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#DESIGN8 .slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0405079c;
    opacity: 0.8;
    z-index: 4;
}

#DESIGN8 .slide1 {
    background-image: url(../images/nga15.jpg);
    background-position: top center;
    background-size: cover !important;
}

#DESIGN8 .slide2 {
    background-image: url(../images/nga24.jpg);
    background-position: top center;
    background-size: cover !important;
}

#DESIGN8 .slide3 {
    background-image: url(../images/clients\ slider\ Mob.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

#DESIGN8 .slide4 {
    background-image: url(../images/Slide4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

#DESIGN8 .overTitle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62vw;
    min-width: 700px;
}

#DESIGN8 .slide3 .overTitle {
    top: 15%;
}

#DESIGN8 .slide3::after {
    opacity: 0;
}

#DESIGN8 .slide3 span {
    color: var(--clrBlue);
}

#DESIGN8 .slide4 h5 {
    margin-bottom: 20px;
}

#DESIGN8 .slide4h5 span {
    font-size: 25px;
}

#DESIGN8 .slide1 h1>div,
#DESIGN8 .slide h2>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#DESIGN8 h5 {
    /* opacity: 0; */
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    visibility: visible;
}

#DESIGN8 h1 {
    text-align: center;
    margin: auto;
    font-size: 0px;
    margin-bottom: 25px;
}

#DESIGN8 h1 span {
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    visibility: visible;
    line-height: 55px;
    font-weight: 700;
    font-size: 55px;
}

#DESIGN8 .slide h2 {
    text-transform: uppercase;
    visibility: visible;
    text-align: inherit;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 0;
    margin: auto;
    margin-bottom: 25px;
}

#DESIGN8 h2 span {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    visibility: visible;
    border-color: rgb(255, 255, 255);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

#DESIGN8 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    border-color: rgb(104, 104, 118);
    border-style: none;
    margin: 0px !important;
    width: 750px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    padding: 0px;
    z-index: 8;
    visibility: visible;
    border-radius: 0px;
    min-height: 0px;
    max-height: none;
    /* opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px; */
}

.btncrslRead,
.btncrslReg {
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 1.5rem;
    padding: 1rem;
    opacity: 0;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 13px;
    border-style: solid;
    border-width: 2px;
    margin: 0px;
    border-radius: 0px;
    padding: 7px 32px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 140px;
    text-align: center;
    padding-block: 7px;
    margin-inline: 15px;
}

.btncrslRead {
    background-color: transparent;
    border-color: rgb(255, 255, 255);
}

.btncrslReg {
    background-color: rgb(0 194 130);
    border-color: rgb(0 194 130);
}

.crslDivBtn div::after {
    content: "";
    background-color: rgb(31, 10, 7);
    opacity: 0.5;
    width: 100%;
    height: 0px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.crslDivBtn div:hover::after {
    height: 100%;
}

#static {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.dots {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.dot {
    background-color: gainsboro;
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 50%;
    border: 4px #fff solid;
}

.current_dot {
    background-color: rgb(47, 23, 66);
}


/* ******************************************************** */


/* ******************* section DESIGN9  details *********************** */

#DESIGN9 {
    margin-top: 1.3em;
    background-image: url(../images/rfd9.jpg);
    background-color: #00499d;
    background-blend-mode: multiply;
    /* background-color: #313131; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    height: auto;
    padding: 6% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#DESIGN9 .cntnr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 100%;
    background-color: transparent;
}

#DESIGN9 .cntnr>div:nth-child(1),
#DESIGN9 .cntnr>div:nth-child(2) {
    width: 585px;
}

#DESIGN9 img {
    width: 100%;
    height: auto;
}

#DESIGN9 .cntnr>div:nth-child(2) {
    padding-inline-start: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
    max-width: 510px;
    min-width: 375px;
    color: #ffffff;
}

#DESIGN9 .cntnr>div:nth-child(2)>div {
    letter-spacing: var(--ltrSpace);
    color: #fff;
    text-transform: uppercase;
}

#DESIGN9 h3 {
    margin-top: 0;
    margin-block-end: 0;
    color: #fff;
}

#DESIGN9 p {
    color: #fff;
    font-weight: 500;
}

#DESIGN9 a {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    min-width: 180px;
    text-decoration: none !important;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}

#DESIGN9 a:hover {
    text-decoration: none !important;
    color: white !important;
}


/* *****xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx***************** */


/**************************** DESIGN11 section smartceos ************************ */

#DESIGN11 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5vw 0 0 0;
}

#DESIGN11 .cntnr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 1170px;
}

#DESIGN11 .subsection_cntnr {
    width: 1170px;
    height: 399.76px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#DESIGN11 .subsection_img {
    width: 585px;
    height: 399.76px;
    padding-bottom: 30px;
}

#DESIGN11 .subsection_txt {
    padding: 10px 20px 10px 15px;
    width: 585px;
    height: 343.6px;
    padding-inline-start: 15px;
}

#DESIGN11 .subsection_txt>div:first-child {
    font-weight: 500;
    color: var(--clrBlue);
}

#DESIGN11 .subsection_txt h3 {
    margin-block: 0;
    margin-bottom: 15px;
}

#DESIGN11 .subsection_txt h3+div {
    margin-bottom: 30px;
}

#DESIGN11 .subsection_txt p:first-of-type {
    margin-bottom: 15px;
}

#DESIGN11 .subsection_txt p {
    font-weight: 500;
    font-size: 15px;
}


/* ***********************xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*************************** */


/* ************************     section PNB ********************************************** */

.PNBimg {
    width: 24% !important;
    height: 150px !important;
}

.PNBimg img {
    width: 100%;
    height: 100%;
}


/***************************** section about ****************************/

.about {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aboutCntnr {
    /* margin-inline: auto;
        margin-block: auto; */
    width: 95%;
    min-width: 90%;
    max-width: 100%;
    padding-top: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.about-div-3item {
    width: 400px;
    min-width: 300px;
    padding-top: 1rem;
}

.about h3 {
    margin-top: 0;
}

.about-div-3item>* {
    margin-block-end: 15px;
}

.about .about-div-3item>div {
    margin-block-end: 15px;
}

.about-div-4item {
    width: 600px;
    min-width: 329px;
}

.about form {
    animation-duration: 1s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about input {
    font-family: var(--mainFont);
    font-size: 1rem;
    font-weight: 400;
    text-align: start;
    color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    height: 2.5em;
    display: block;
    width: 100%;
    padding: 0.43em 0.85em;
    line-height: 1.42857143;
    color: #555;
    margin-block: 5px;
}

input:focus {
    outline: none !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.about input::placeholder {
    color: #ccc;
}

.about textarea {
    font-family: var(--mainFont);
    font-size: 1rem;
    font-weight: 400;
    text-align: start;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: start;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-block: 5px;
}

.about textarea::placeholder {
    color: #ccc;
}

.half {
    width: 47% !important;
}

.about textarea:focus {
    color: #555;
    outline: none !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

#about a {
    background-color: transparent;
    color: white;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

#about button {
    background-color: transparent;
    color: white;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.af {
    position: relative;
    top: 0;
    left: 0;
    width: 13em !important;
    background-color: rgb(22, 228, 22);
    padding: 0.6em 1.2em;
}

.af::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: blue;
    z-index: 1;
    transition: all 1s;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.af:hover::before {
    width: 100%;
}

.trnsfrma {
    transform: scaleX(1.5);
    transition: 2s;
}

.trnsfrmb {
    transform: scaleX(1);
    transition: 2s;
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        width: 0%;
    }
    62.5% {
        opacity: 1;
        width: 100%;
    }
    75% {
        width: 80%;
    }
    87.5% {
        width: 100%;
    }
    93.75% {
        width: 90%;
    }
    100% {
        width: 100%;
    }
}


/***************************************** Clients Section DESIGN10  *****************************/

#DESIGN10 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 90px !important;
    padding-bottom: 60px !important;
    background-color: #f9f9f9 !important;
    padding-left: 30px;
    padding-right: 30px;
}

#DESIGN10 .cntnr {
    width: 1170px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#DESIGN10 .cntnr>div:first-child {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#DESIGN10 .cntnr>div:first-child>div:first-child {
    letter-spacing: 0.2em;
    font-weight: 500;
}

#DESIGN10 .cntnr>div:first-child h3 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 42px;
    font-weight: 600;
}

#DESIGN10 #Design10Item3 {
    margin-bottom: 30px;
}

#DESIGN10 .divSeemore {
    position: relative;
    margin-bottom: 30px;
    width: max-content;
    height: max-content;
    z-index: 0;
    background-color: #43B02A;
    padding: 8px 0;
}

#DESIGN10 .divSeemore::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #003057;
    transition: 0.7s;
    z-index: 1;
}

#DESIGN10 .divSeemore:hover::before {
    width: 100%;
}

#DESIGN10 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    min-width: 180px;
    padding: 8px 40px;
    position: relative;
    z-index: 2;
}

#DESIGN10 .itemsContainer {
    /* width=168.5*4;  to be enought to view 4 of the clients */
    width: 674px;
    height: 242.15px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#DESIGN10 .items-track {
    /* width=168.5*5; to contain the 5 of the client */
    width: 842.5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.7s;
    position: absolute;
    z-index: 1;
}

#DESIGN10 .items-track>div {
    width: 168.5px;
    height: 121.08px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#DESIGN10 .itemsContainer .clients-btn-left {
    left: 0px;
    opacity: 1;
}

#DESIGN10 .itemsContainer .clients-btn-right {
    right: 0px;
    opacity: 1;
}

#DESIGN10 .clients-btn-left,
#DESIGN10 .clients-btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background-color: transparent;
    border: none;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    padding: 1px;
    text-align: center;
    color: #003057;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex !important;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#DESIGN10 .clients-btn-left {
    left: -50px;
}

#DESIGN10 .clients-btn-right {
    right: -50px;
}

#DESIGN10 .clients-btn-left:hover,
#DESIGN10 .clients-btn-right:hover {
    color: #fff;
    background: 0 0;
    border-color: #003057;
}

#DESIGN10 i {
    transition: all .4s;
    display: inline-block;
    background-color: #003057;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #e5e5e5;
    width: 75%;
    height: 75%;
    font-size: 20px;
    line-height: 33px;
}

#DESIGN10 .items-track>div>img {
    transition: 0.5s;
    width: 50%;
    height: auto;
}

#DESIGN10 .items-track>div>img:hover {
    transform: scale(1.2);
}

#DESIGN10 .client-img-top {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
}

#DESIGN10 .client-img-bottom {
    border-right: 1px solid #dee2e6;
    overflow: hidden;
}


/* ***************** MsgCEO  Section ************************************ */

.MsgCEO {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(../images/bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 90px !important;
    padding-bottom: 0px !important;
    padding-inline: 15px;
    overflow: hidden;
}

.MsgCEO .crt {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    /* width:100%; */
    width: 1496px;
    height: auto;
}

.MsgCEO .cntnr {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-End;
    width: 90%;
    max-width: 100%;
    position: relative;
    top: 0;
    z-index: 3;
}

.MsgCEO .cntnr>div:nth-child(1) {
    width: 555px;
    min-width: 355px;
    color: #fff;
}


/* .MsgCEO .cntnr>div:nth-child(2) {
    width: 555px;
    min-width: 390px;
    height: auto;
} */

.MsgCEO .cntnr img {
    width: 350px;
    height: auto;
}

.MsgCEO h3 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    margin-top: 0;
    max-width: 430px;
}

.MsgCEO .contnr>div>div {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

.MsgCEO span {
    color: var(--clrRed)
}


/********************************** video section  ********************************/

.video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 90px 0 20px 0;
}

.video .cntnr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    min-height: 60vh;
}

.video .itemsContainer {
    height: 490px;
    width: 90vw;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.video .items-track {
    width: 225vw;
    height: 490px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.7s;
    position: absolute;
    z-index: 1;
}

.video .items-track>div {
    width: 45vw;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.video .items-track>div>div {
    width: 100%;
}

.video iframe {
    /* width: 560px; */
    width: 100%;
    height: 315px;
}

.video h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 337.2px;
    color: black;
    text-align: center;
    margin-bottom: 15px;
    margin-inline: auto;
}

.video .items-track:hover+.btn-left {
    left: 0px;
    opacity: 1;
}

.video .items-track:hover~.btn-right {
    right: 0px;
    opacity: 1;
}

.video .btn-left:hover {
    left: 0px;
    opacity: 1;
}

.video .btn-right:hover {
    right: 0px;
    opacity: 1;
}

.video .btn-left,
.video .btn-right {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    z-index: 4;
    background-color: transparent;
    border: none;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    padding: 1px;
    text-align: center;
    color: #003057;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex !important;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.video .btn-left {
    left: -50px;
}

.video .btn-right {
    right: -50px;
}

.video .btn-left:hover,
.video .btn-right:hover {
    color: #fff;
    background: 0 0;
    border-color: #003057;
}

.video i {
    transition: all .4s;
    display: inline-block;
    background-color: #003057;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #e5e5e5;
    width: 75%;
    height: 75%;
    font-size: 20px;
    line-height: 33px;
}


/* **************** Degrees Section ******************* */

#degree img {
    cursor: pointer;
}

#degree {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0 60px 0;
}

#degree .cntnr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%
}

#degree .cntnr>div {
    width: 33.333333%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

#degree .cntnr>div * {
    width: 30%;
    height: auto;
    margin-bottom: 15px;
}

img {
    width: 100%;
    height: 100%;
}


/* **************** overLay part ******************* */

.animation-1s {
    animation-duration: 1s;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    cursor: zoom-out;
    /* padding: 3rem; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
}

.popup-img .items {
    width: 32%;
    height: 94vh;
}

.popup-img .test {
    width: 60%;
    height: 84vh;
}


/* .popup-img img {
    width: 70%;
    height: 100%;
    max-height: 100%;
} */

.popup-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* ************   section contact ************* */

#ftr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #171721;
    border-top: 0.2rem white solid;
    width: 100%;
}

#ftr .cntnr {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-bottom: 0.2rem white solid;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#ftr .cntnr>div {
    margin-bottom: 30px;
}

#ftr .ftrImg {
    width: 33%;
}

#ftr i {
    font-size: 12px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: #fff;
}

#ftr i:hover {
    color: #003057;
    ;
}

#ftr .ftrIcns {
    width: 260px;
    min-width: 260px;
    text-align: center;
    color: white;
}

#ftr .ftrIcns i {
    font-size: 24px;
}

#ftr .ftrIcns h3 {
    font-weight: 300;
    color: white !important;
    margin: 0 0 20px 0;
    min-width: 120px;
}

#ftr .ftrIcns a {
    padding: 0 0.5rem;
}

#ftr .ftrInfo {
    width: 310px;
    min-width: 310px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#ftr .ftrInfo i {
    color: #43B02A;
}

#ftr .ftrBtm {
    background-color: #171721;
    width: 80%;
    text-align: center;
    padding: 30px 0;
}


/*************************** up Button *********************/

#UpBtn {
    position: fixed;
    bottom: 10%;
    right: 5%;
    padding: 0.5rem 0.6rem;
    color: #003057;
    background: #ffffff;
    font-size: 1rem;
    border: 1px solid #1c1c1c;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}

#UpBtn:hover {
    background: #003057;
    border-color: #003057;
    color: white;
}

#callToAction {
    position: fixed;
    bottom: 20%;
    right: 5%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}


/*#callToAction i::before {*/


/*    width: 0;*/


/*    height: 0;*/


/*    overflow: hidden;*/


/*    content: '';*/


/*}*/


/*#callToAction i {*/


/* padding: 0.5rem 0.6rem; */


/*    color: #43B02A;*/


/*    background: #ffffff00;*/


/*    font-size: 1rem;*/


/*    transition: all 0.4s ease 0s;*/


/*    font-weight: 300;*/


/*    line-height: 1.5rem;*/


/*    text-align: center;*/


/*}*/

#callToAction #R {
    color: var(--clrBlue);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

#callToAction {
    width: 40px !important;
    height: 40px !important;
    right: 40px !important;
    transform: translateX(0) !important;
}

#callToAction i,
#UpBtn i {
    font-size: 20px !important;
}

#UpBtn {
    width: 40px !important;
    height: 40px !important;
    right: 40px !important;
}

.haderText1 {
    font-family: Poppins, sans-serif;
    Font-size: .875rem;
    Font-weight: 400;
    Line-height: 1.5rem;
    color: rgb(104, 104, 118);
}

.lastHader12 {
    font-family: "Poppins SemiBold", sans-serif;
    Font-size: 2rem;
    Font-weight: 400;
    color: rgb(23, 23, 33);
    margin-block-start: 0;
}

.sacondText {
    Font-size: 14px;
    Font-weight: 400;
    Line-height: 24px;
    color: rgb(104, 104, 118);
    margin-block-start: 0;
}

.dispalynone {
    opacity: 0;
}

.animat1 i {
    transition: transform 3s;
    font-size: 50px;
}

.card-body,
.card,
.colorcard {
    background-color: rgb(255, 255, 255) !important;
}

.animate__animated {
    animation-duration: 1s;
}

.animat1:hover i {
    /* transform: scale(1.7,1.7);  */
    color: #43B02A;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* animation-iteration-count: infinite; */
}

.baImg {
    background-color: #FFFFFF;
}

.baImg .card {
    overflow: hidden;
}

.baImg .card img {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.baImg .card:hover .ImgScles {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.baImg .card-title {
    font-family: "Poppins SemiBold", sans-serif;
    Font-size: 20px;
    Font-weight: 400;
    Line-height: 30px;
    color: black;
}

.baImg .card-title:hover {
    color: rgb(10, 110, 221);
}

.baImg .btnHover:hover {
    background-color: rgb(0, 194, 130);
}

.baImg .btnHover {
    font-family: Poppins, sans-serif;
    Font-size: 14px;
    Font-weight: 600;
    Line-height: 24px;
    color: rgb(255, 255, 255);
}


/* section How it Works */

.bgSectionWork {
    background-image: url(../images/bg_section3.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100vh
}

.bgSectionWork .imgLiftMan {
    transform: translate(40%, 10px);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.imggg {
    width: 100%;
    height: 237.338;
}

.TextCenterImages {
    position: absolute;
    top: 105%;
    left: 0%;
}

.TextCenterImages h5 {
    color: rgb(0, 194, 130);
    margin: 0 !important;
    padding: 0 !important;
}

.TextCenterImages h3 {
    font-family: "Poppins SemiBold", sans-serif;
    Font-size: 24px;
    Font-weight: 600;
    Line-height: 28px;
    margin: 0 !important;
    padding: 0 !important;
}

.TextCenterImages h3:hover,
.TextCenterImages h5:hover {
    color: rgb(10, 111, 221);
}

.TextCenterImages h3,
.TextCenterImages p {
    color: white;
}

.card {
    background-color: rgb(222, 224, 236);
}

.card img,
.TextCenterImages {
    transition: all 1.5s;
}

.crads:hover .TextCenterImages {
    top: 8%;
    left: 2%;
}

.crads:hover .overlay {
    top: 0%;
    left: 0%;
}

.crads:hover img {
    transform: scale(.89, .89)
}

.crads .overlay {
    transition: 1.5s;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.divSeemore {
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    width: max-content;
    height: max-content;
    z-index: 0;
    background-color: #43B02A;
    padding: 8px 0;
}

.divSeemore::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #003057;
    transition: 0.7s;
    z-index: 1;
}

.divSeemore:hover::before {
    width: 100%;
    color: white !important;
}

@media (max-width: 588px) {
    #GoodWith .textcen1 {
        font-size: 2.5rem;
        padding-bottom: 10px;
    }
    #GoodWith .container {
        padding-left: 10px;
    }
    #GoodWith .textcen2 {
        font-size: 1.4rem;
    }
    #ftr .ftrImg {
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    #ftr .ftrImg {
        width: 70%;
    }
}


/* 
.RIcons{
    
    position: fixed;
    bottom: 24%;
    right: 6.2%;
    z-index: 77;
    background-color: white;
    color: #003057;
}


.RAction{
    position: fixed;
    bottom: 24%;
    right: 20%;
    width: 100px;

}
.RAction a{
    text-decoration: none;
    padding:3px 25px;
    background-color: var(--clrGreen);
    color: #fff;
} */


/* CALL TO ACTION */

#callToAction1 {
    position: fixed;
    bottom: 23%;
    right: 6.9%;
    transform: translateX(50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#callToAction1 #R {
    color: var(--clrBlue);
    background: #ffffff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#divAction1 {
    position: relative;
}

#action1 {
    background-color: #eaeaea;
    position: absolute;
    right: 120%;
    bottom: 0;
    border-right: 2px var(--clrGreen) solid;
    color: var(--clrBlue);
    width: 320px;
    height: 140px;
    padding: 18px 30px;
    text-align: center;
    text-align: var(--alignDirection);
    display: none;
}

.floatr {
    float: right;
    cursor: pointer;
}

.clr {
    clear: both;
}

#action1 h2 {
    margin-block-end: 15px;
}

#action1 a {
    text-decoration: none;
    padding: 3px 25px;
    background-color: var(--clrGreen);
    color: #fff;
}

i {
    cursor: pointer;
}

.faaa {
    font-size: 20px !important;
}

#Design10Item2 {
    font-size: 25px;
}

.classImgIndexX {
    width: 60% !important;
    height: 84vh !important;
}

.classImgIndexy {
    width: 32% !important;
    height: 94vh !important;
}

@media (max-width: 600px) {
    .classImgIndexy {
        width: 55% !important;
        height: 84vh !important;
    }
}

#callToAction1 #R {
    color: var(--clrBlue);
    background: #ffffff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    width: 34px;
    padding: 4px 8px;
    margin-bottom: 20px;
}

.row p {
    font-size: 16px;
    color: black;
}

.row li {
    color: black;
}

.imgNetWork {
    height: 25vh;
    overflow: hidden;
}

.row h1,
.row h2,
.row h3,
.row h4,
.row h5,
.row h6 {
    line-height: 1.2;
    color: #000;
}

.row h1 {
    font-size: 2em;
}

.row h2 {
    font-size: 1.5em;
}

.row h3 {
    font-size: 1.17em;
}

.row h4 {
    font-size: 1em;
}

.row h5 {
    font-size: .83em;
}

.row h6 {
    font-size: .67em;
}

.clr {
    clear: both;
}

.borderJobSerch {
    border: 5px solid rgb(207, 207, 207);
    width: 140px !important;
    height: 140px;
    position: relative;
}

.prnt {
    position: relative;
    top: 0;
}

.prnt::before {
    content: "01";
    font-size: 20px;
    font-weight: 600;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 6;
    background: var(--clrGreen);
    border-radius: 50%;
    color: var(--clrWhite);
    padding: 5px;
}

.prnt1::before {
    content: "01";
}

.prnt2::before {
    content: "02";
}

.prnt3::before {
    content: "03";
}

.prnt4::before {
    content: "04";
}

.prnt5::before {
    content: "05";
}

.JobSerch h3,
.JobSerch p {
    padding-left: 10px;
}

.width50 {
    width: 50%;
}

@media (max-width: 588px) {
    .width50 {
        width: 100%;
    }
    .imgNetWork {
        /* height: 50vh; */
    }
}

.prntAR {
    position: relative;
    top: 0;
    justify-content: center;
}

.prntAR::before {
    content: "01";
    font-size: 20px;
    font-weight: 600;
    top: 0;
    right: 5%;
    position: absolute;
    z-index: 6;
    background: var(--clrGreen);
    border-radius: 50%;
    color: var(--clrWhite);
    padding: 5px;
}

.prntAR1::before {
    content: "01";
}

.prntAR2::before {
    content: "02";
}

.prntAR3::before {
    content: "03";
}

.prntAR4::before {
    content: "04";
}

.prntAR5::before {
    content: "05";
}

#UpBtn {
    position: fixed;
    bottom: 10%;
    right: 5%;
    padding: 0.5rem 0.6rem;
    color: #333;
    background: #ffffff;
    font-size: 1rem;
    /* border: 1px solid #1c1c1c; */
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}


/* 
#UpBtn:hover {
    background: #0a6edd;
    border-color: #0a6edd;
    color: white;
} */

#callToAction {
    position: fixed;
    bottom: 18%;
    right: 6.2%;
    transform: translateX(50%);
    width: 40px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}

#callToAction #R {
    color: var(--clrBlue);
    background: #ffffff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

#divAction {
    position: relative;
}

#action {
    background-color: #eaeaea;
    position: absolute;
    right: 120%;
    bottom: 0;
    /* border-right: 2px var(--clrGreen) solid; */
    color: var(--clrBlue);
    width: 360px;
    /* height: 140px; */
    /* padding: 18px 10px; */
    text-align: center;
    text-align: var(--alignDirection);
    display: none;
}

#callToAction {
    width: 40px;
    height: 40px;
    right: 40px;
    transform: translateX(0) !important;
}

#callToAction i,
#UpBtn i {
    font-size: 20px;
}

#UpBtn {
    width: 38px;
    height: 38px;
    right: 40px;
}

.floatr {
    float: right;
    cursor: pointer;
}

.clr {
    clear: both;
}

#action h2 {
    margin-block-end: 15px;
}

#action a {
    text-decoration: none;
    padding: 3px 25px;
    /* background-color: var(--clrGreen); */
    color: #fff;
}

@media (max-width: 588px) {
    #ftr .ftrImg {
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    #ftr .ftrImg {
        width: 70%;
    }
}

i {
    cursor: pointer;
}

@media (max-width: 600px) {
    .classImgIndexy {
        width: 60% !important;
        height: 84vh !important;
    }
    .classImgIndexX {
        width: 75% !important;
    }
}

#callToAction #R {
    color: var(--clrBlue);
    background: #ffffff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    width: 34px;
    padding: 4px 6px;
    margin-bottom: 20px;
}

.colorWite {
    color: white !important;
}

#Design10Item2 {
    font-size: 25px;
}


/* nga */


/* *************************** section DESIGN12 ************************ */

#DESIGN12 {
    padding-bottom: 90px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

#DESIGN12 .cntnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#DESIGN12 .cntnr>div:first-child div {
    font-size: 20px;
    text-align: center;
    letter-spacing: var(--ltrSpace);
    margin-bottom: 15px;
    color: #171721;
}

#DESIGN12 .cntnr>div:first-child h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    color: #171721;
    margin-bottom: 15px;
}

#DESIGN12 .cntnr>div:first-child h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    color: #171721;
    margin-block: 0 15px;
}

#DESIGN12 .hoverBoxsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1170px;
    padding-inline: 15px;
}

#DESIGN12 .hoverBox {
    width: 33.33333333%;
    height: 257.2px;
    padding-inline: 15px;
    position: relative;
    margin-block: 15px;
}

#DESIGN12 .hoverBox>div {
    width: 100%;
    height: 100%;
    position: relative;
}

#DESIGN12 .front {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transform: perspective(879.952px) rotateY(0deg);
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    color: #fff;
}

#DESIGN12 .front>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00305765;
}

#DESIGN12 .back {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transform: perspective(879.952px) rotateY(-180deg);
    padding-inline: 15px;
    color: #fff;
}

#DESIGN12 .back h2 {
    text-align: center;
    margin-bottom: 15px;
}

.TextAMom #Design12Item6 h2 {
    font-size: 23px !important;
}

#DESIGN12 .advantageText {
    text-align: center;
}

#DESIGN12 .hoverBox:hover .front {
    transform: perspective(879.952px) rotateY(180deg);
    z-index: 0;
    opacity: 0;
}

#DESIGN12 .hoverBox:hover .back {
    transform: perspective(879.952px) rotateY(0deg);
    z-index: 1;
    opacity: 1;
}


/* CALL TO ACTION */

.closeCol {
    position: absolute;
    top: 13%;
    right: 10%;
}

#callToAction {
    width: 40px !important;
    height: 40px !important;
    right: 40px !important;
    transform: translateX(0) !important;
}

#callToAction i,
#UpBtn i {
    font-size: 26px !important;
}

#UpBtn {
    width: 40px !important;
    height: 40px !important;
    right: 40px !important;
}

.floatr {
    cursor: pointer;
}

.clr {
    clear: both;
}

#action h2 {
    margin-block-end: 15px;
}

#action a {
    text-decoration: none;
    padding: 3px 25px;
    color: #fff;
}

i {
    cursor: pointer;
}

@media (max-width: 588px) {
    #ftr .ftrImg {
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    #ftr .ftrImg {
        width: 70%;
    }
}

#callToAction #R {
    color: var(--clrBlue);
    background: #ffffff;
    font-size: 24px;
    transition: all 0.4s ease 0s;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    width: 34px;
    padding: 4px 6px;
    margin-bottom: 20px;
}

#Design10Item2 {
    font-size: 25px;
}

::placeholder {
    color: #fff;
}

.colToActoAction {
    direction: ltr;
    display: flex;
}

.colltoaction .imageMask img {
    width: 90%;
    height: 100%;
    margin: auto;
}

.line {
    width: 100%;
    height: 2.5px;
    background-color: var(--clrGreen);
}

.colToActoAction a h4,
.text p,
.colToActoAction h4 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0px !important;
}

.text .imageMask {
    display: flex;
}

.imageMask img {
    width: 32px;
    height: 32px;
    margin: 15px 5px 5px 5px;
}

.closss {
    margin: 15px;
    width: 30px;
    height: 30px;
}

.colToActoAction .text .wel {
    font-size: 25px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 9px;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    margin-block-start: 1em;
    margin-block-end: 9px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #171721;
    margin-bottom: 20px;
}

.btnCol {
    border-radius: 0px 0px 20px 0;
    background-color: #43B02A !important;
    border: #43B02A;
}

.btnCol:hover {
    background-color: #003057;
}

.btnVis {
    background-color: #C5C5C5;
    color: rgb(0, 0, 0) !important;
    border: #C5C5C5;
    border-radius: 0 0 0 20px !important;
}

.btnVis:hover {
    background-color: #003057;
    color: white !important;
}

.textBoldAr h3,
.textBoldAr h4 {
    font-weight: bold !important;
}