.glass {

    background-image: linear-gradient(to right, #1a95c7, #ffffff71);
    opacity: 0.6;
    border: none;
    border-radius: 2rem;

    /*background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1))*/
}

.glass1 {

    background-image: linear-gradient(to right top, #1a95c7, #ffffff71);
    opacity: 0.9;
    border: none;
    border-radius: 2rem;
    box-shadow: inset;
    display: flex;
    /*background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1))*/
}

.glass2 {

    background-image: linear-gradient(to right top, #1a95c7, #ffffff);
    opacity: 0.7;
    border: none;

    box-shadow: inset;


    /*background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1))*/
}

.sqare1,
.sqare2 {
    width: 30rem;
    height: 70rem;
    background-color: #1a95c7;
    background-image: linear-gradient(to right, #1a95c7, #ffffff71);
    border-radius: 2rem;

    position: absolute;
}

.sqare1 {
    left: 12%;
    top: 20%;
    opacity: .8;
}

.sqare2 {
    right: 10%;
    top: 100%;
    opacity: .6;
    backdrop-filter: blur(2rem);
}

.side-menu {
    display: flex;

    flex-direction: column;
    align-items: flex-start;




}

.side-menu h3 {
    padding-left: 1rem;
    margin-top: 1rem;
    font-size: 12px;
    font-weight: 100;
}

.content-are {
    flex: 3;
    padding-left: 2rem;
    margin-top: 2.5rem;
    font-size: 1vw;
    border-radius: 2rem;
}

.link {
    display: flex;
    align-items: left;
    justify-content: space-around;
    text-align: left;
}



.side-menu a {

    text-decoration: none;
    color: white;
}

.sidebar {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 1rem;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #3a3939;
    min-height: 80rem;
}

.footer-container {
    display: flex;
    line-height: 15px;
    color: white;
    margin-left: 10%;
    margin-right: 10%;
}

.footer-container div {
    flex: 1;
}

.link-footer {
    display: flex;

    line-height: 2.5rem;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
}

.link-footer a {
    color: white;
    text-decoration: none;
}

.link-footer :hover {
    color: #2196f3;
    text-decoration: underline;
}

.split-container {
    display: flex;
    width: 100%;

}

.cont-left {
    flex: 1;

    padding: 2%;
}

.cont-right {
    flex: 1;

    padding: 2%;

    vertical-align: middle;
}

.pict-left {
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 2%;


}

.pict-right {
    flex: 1;
    align-items: center;
    justify-content: center;

}

.yo-navbar {
    position: relative;
    background-color: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10%;

}

.yo-navbar-div {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    margin-left: 2px;
    width: 15vw;

    background-color:
        transparent;

}

.yo-navbar-div:hover {
    color: white;
    background-color: #3092c0;
    text-decoration: none;

}

.yo-navbar-div a:hover {
    color: white;
    background-color: #3092c0;
    text-decoration: none;
}


.yo-navbar-div a {

    color: white;
    font-size: 1vw;
    text-decoration: none;
}

.frm-group {
    margin-bottom: 5px;
}

.txt-shadow {
    text-shadow: #000000 2px 2px;
}

.txt-shadow h2 {
    text-shadow: #000000 3px 4px;
}

.txt-shadow-wt {
    text-shadow: #ffffff 2px 2px;
}

.txt-shadow-wt h2 {
    text-shadow: #ffffff 3px 4px;
}

.outline {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(0, 5, 5);
}

.yo-topbanner {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}


.yo-topbanner img {
    opacity: 1;
    max-width: 100%;
    max-height: 100vh;
    height: 100%;

}

.yo-overlay {
    left: 10vw;
    top: 20vw;
    position: absolute;
    color: white;
    width: 60%;
}

.yo-overlay h2 {
    font-size: 4vw;
    font-weight: 600;
}

.yo-overlay h3 {
    font-size: 3vw !important;
    font-weight: 300;
}

.yo-overlay p {
    font-style: italic;
    font-size: 2vw;

    font-weight: 300;
    width: 80%;
}

.soft-ind {

    background-size: auto;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
    margin-left: 25%;
}



.soft-ind-pd {
    padding: 5%;
}

.soft-inh :hover {
    background-color: #93b6c5;
    color: #ffffff;
}

.yo-cont-container1 {
    margin: 2% 10% 0% 10%;


}

.yo-page {
    background-color: #fafdff3a;
    padding: 2em 0% 2em 0%
}

.yo-soft-card {
    background-color: #aca6a6;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

}

.yo-soft-card p {
    padding: 0px 20px 0px 20px;
}

.yo-title h2 {
    color: #3a3939;
    padding: 5px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;


}

.yo-title h3 {
    color: rgb(54, 53, 53);
    padding: 5px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;


}

.yo-card-grp {
    display: flex;
    justify-content: space-around;
    vertical-align: top;
    text-align: justify;
}

.yo-cont-card {

    font-size: 1vw;
    border-style: solid;
    border-color: #807d7db4;
    border-width: 0px 1px 0px 1px;
    padding: 10px;

}

.yo-cont-card-nobord {



    padding: 10px;

}

.nav-pg {

    width: 80%;

    color: #ffffff;
    margin-top: 6%;
    margin-left: 10% !important;

}

#nav-pg-sect {

    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.yo-menu-style {
    font-size: 15px;
    cursor: pointer;
    color: #030303;
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 2.5%;
    right: 10%;

    padding: 5px;
}

.yo-menu-div {
    display: none;
}

.nav-pg-header {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40%;
}

.btn-close {
    position: absolute;

    top: 4%;
    right: 5%;
    font-size: 1vw;
    color: white;
    background-color: transparent;
}

.nav-pg-logo {
    margin-top: 2.5%;
    width: 40% !important;


}

.home-pg-header {

    background-image: linear-gradient(to right, black, black, #0c0303e7);
    position: fixed;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-opn {
    position: absolute;

    top: 4%;
    right: 5%;
    font-size: 1vw;
    color: white;
    background-color: transparent;
}

.sidebar-bg {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.904), #074b79e5);
    color: white;
    width: 100%;
    padding: 0.3em 0.5em;
    display: flex;
    align-items: left;
    font-weight: 700;
    justify-content: left;
    border-radius: 2px;
}

.sidebar-bg-l {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.904), #074b79e5);
    color: white;
    width: 100%;
    padding: 0.3em 0.5em;
    display: flex;
    font-weight: 700;
    align-items: left;
    justify-content: left;

    border-radius: 2px;
}

/* INTERNAL PAGE LOAD DETAILS */
.inner-pg-container {
    font-size: 20px;
}

.yo-footer {
    bottom: 0px;
    position: relative;
    line-height: 10px !important;
    width: 100%;
    z-index: 0;
    background-color: #034c6e;

}

.yo-footer h5 {
    font-size: 12px !important;

}

.yo-sub-head {
    text-align: left !important;
    font-weight: 700;
    font-size: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;

}

.count-box {
    position: relative;
    margin: 20px auto;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
}

.box-purple {
    position: relative;
    border-radius: 0 0 35px 20px;
    width: 107%;
    left: -10px;
    top: -23px;
    padding: 45px 0 25px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    background-color: #2279ca;
}

.box-purple img {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.box-wit {
    padding: 7px 0 25px;
}

.box-wit h4 {
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.box-wit p {
    font-size: 35px;
    font-weight: 700;
}

.col-equlizer {
    padding: 10px;

    text-align: justify;
    min-height: auto;
}

.images_1_of_4 h3 {
    text-align: center;
    font-weight: 600;
}

.images_1_of_4 img {
    width: 30%;
    margin-left: 35%;
}

.images_1_of_4 div {
    width: 25% !important;

}

.crd_img {
    min-height: 10vw;
    background: center;
}

@media only screen and (max-width: 990px) {
    .col-equlizer {
        padding: 10px;
        text-align: justify;
        min-height: 50%;
    }
}

@media only screen and (max-width: 848px) {
    .col-equlizer {
        padding: 10px;
        text-align: justify;
        min-height: 0;
    }
}

@media only screen and (min-width: 991px) {
    .col-equlizer {
        padding: 10px;
        text-align: justify;
        min-height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .catogory img {
        display: none !important;
    }

    .crd_img {
        min-height: 50vw !important;
        background: center;
    }


}

.header-image-btn {
    margin-left: 0%;
    background-color: black;
    color: rgb(247, 236, 236);
    padding: 5px;
    border-style: ridge;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    float: initial;
    width: 150px;
    height: 40px;

}

.header-image-btn a {
    text-decoration: none;
    color: rgb(218, 209, 209);
}

.header-image-btn a:hover {
    text-decoration: none;
    color: #e2e9f0;
}

.yo-overlay button:hover {
    transform: scale(1.1) !important;
    transition: ease-in-out .5s;
    ;
    background-color: rgb(59, 58, 58);
    border-color: white;
}


/* Share button area and cookie permission area*/