:root {
    --cl: #2d95c4;
    --cd: #59577e;
    --ced: #615db8;
    --cxd: #262549;
    --cp: var(--cl);
}

.cp {
    color: var(--cp);
}

.cd {
    color: var(--cd);
}

.ced {
    color: var(--ced);
}

.navbar {
    height: 80px;
    padding-top: 18px;
    /*font-weight: 600;*/
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    line-height: 200%;
    color: #4c4c4c;
    /*color: #47434d;*/
    font-size: 15px;
}

h2,
h6 {
    color: #202e39;
}

h1 {
    font-size: 2.2rem;
}

#landingPage>p {
    font-size: 10px;
}

p {
    font-family: 'Rubik', sans-serif;
}

.bhtm {
    padding-top: 1.67rem;
}

.bhtm>.col>h4 {
    font-weight: 600;
}

.container {
    font-family: 'ubuntu', sans-serif;
}

.btnDiv {
    border-right: 2px solid #dc3545;
    /*padding: 10px;*/
    border-radius: 0;
    margin: 0;
    /*padding: 5px 30px 0 0;*/
}

.loginBtn {
    height: 2.25rem;
    width: 6em;
    background-color: #615db8;
    /*background-color: #2d95c4;*/
    /*background-color: #f9690e;*/
    color: #fff;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.loginBtn:hover {
    color: white;
    background-color: #2d95c4;
}

.homeBtn {
    padding: 12px 30px;
    border: navajowhite;
    border-radius: 20px;
    color: white;
    background: linear-gradient(45deg, var(--cd), #4fc2eb);
    /* background: linear-gradient(45deg, var(--cp), var(--cl)); */
    box-shadow: -3px 3px 4px var(--cd);
}

.homeBtn:hover {
    color: white;
    background: linear-gradient(45deg, #4fc2eb, var(--cd));
    box-shadow: 3px -3px 4px var(--cd);
    /* background: linear-gradient(45deg , #4fc2eb, #2074e7); */
}

.btnOne {
    margin-top: 2rem;
    border-radius: 25px;
    background: linear-gradient(45deg, var(--cd), var(--cl));
    font-size: 14px;
    color: #ffffff;
    height: 42px;
    border: none;
}

.btnOne:hover {
    background: linear-gradient(45deg, var(--cl), var(--cd));
    color: #ffffff;
}

.homeBtnTwo {
    margin-left: 10px;
    border: navajowhite;
    border-radius: 20px;
    color: #303030;
    font-weight: 600;
    /*background: linear-gradient(45deg , #2074e7, #4fc2eb); */
    /*box-shadow: -1px 2px 2px #1a72e9;*/
}

.homeBtnTwo:hover {
    color: black;
}

.service {
    line-height: 200%;
    font-size: 14px;
    border: 1px solid #e1eeff;
    box-shadow: 3px grey;
}

.service:hover {
    border: 1px solid var(--cp);
    cursor: pointer;
}

.perlex {
    min-height: 100vh;
}

.perlexHead {
    padding: 3rem;
}

.icon:before,
.icon {
    font-size: 37px;
}

#sectionBOX {
    margin: 1rem auto;
}

.bg-shade {
    background-color: #f5f7fb;
}

.nav-link {
    font-weight: 600;
    /*color: rgba(0, 0, 0, .65) !important;*/
}

.nav-link:hover {
    font-weight: 600;
}


/* Login Section */

.input-icon i {
    position: absolute;
    color: var(--cp);
}

.input-icons {
    width: 100%;
    margin-bottom: 2.5rem;
    color: var(--cl);
}

.icons {
    padding-top: 11px;
    color: navajowhite;
}

a {
    text-decoration: none;
}

input {
    border: none;
}

.input-field-div {
    background-color: #f5f7fb;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
}

.input-field {
    font-size: 13.6px;
    width: 100%;
    padding: 4px 3px;
    background-color: #f5f7fb;
    outline: none;
    font-family: 'Rubik', sans-serif;
}

.col-5 {
    z-index: 1;
}

.custom-shape-divider-bottom-1641796025 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.custom-shape-divider-bottom-1641796025 svg {
    position: relative;
    display: block;
    width: calc(234% + 1.3px);
    height: 500px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1641796025 .shape-fill {
    fill: #f5f7fb;
}


/* Scroll Down */

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
}

.arrows path {
    stroke: #2994D1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow
/*Safari and Chrome*/

{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

/* footer-section */

.footer-section {
    background-color: #0088ad;
    /* background: linear-gradient(218deg, #29c5ef 20%, #0088ad 100%); */
    background-size: 100%;
    font-family: 'Rubik', sans-serif;
    color: white;
    transition: .5s ease-out;
}

.footer-section ul li a {
    color: white;
    font-weight: 300;
    cursor: pointer;
}

.footer-section .footer-icon i {
    padding: 3px 5px;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
    cursor: pointer;
}

.footer-section .footer-icon i:hover {
    filter: brightness(110%);
}

.footer-section span {
    font-weight: 100;
}