/* ===================================
    Scrollbar
====================================== */





::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 8px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #002450;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    background-position: center center;
    min-height: 100vh;





}



.background {
    /* background-image: url(Asserts/background.jpg) !important; */
    /* background-attachment: fixed;
    background-position:left top;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}



section {
    max-width: calc(100vw);
    min-height: calc(100vh);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;

}


.section-top {
    min-height: calc(100vh - 100px) !important;
}

.bg-light {
    background: #0e0f1055 !important;
    /* --bs-bg-opacity: 0.7; */
    opacity: 1;
}

.card-padding {
    padding: 4rem;
}

.events-card-padding {
    padding: 3rem;

}

.blog-card-padding {
    padding: 3.5rem;
}

.m-topics-padding {
    padding: 4rem;
}



.align-item {
    align-items: flex-start !important;
}

.text-left {
    text-align: left !important;
}




a,
input,
button,
.navbar {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}



a {
    color: inherit;
    text-decoration: none;
}



.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #002450;
}

li {
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

/*font-size 

(23.5/16)*1500*/

.f-s-1 {
    /* header and body header*/
    font-size: 3.5vw;
    text-shadow: 0 0 8px #fffdf9;
    font-weight: bold;
}

.f-s-2 {
    /*span*/
    font-size: 2.1vw;
    text-shadow: 0 0 8px #fffdf9;
    font-weight: bold;
}

.f-s-3 {
    /*c-heading*/
    font-size: 3.5vw;
    text-shadow: 0 0 1px #fffdf9;
    font-weight: bold;

}

.pre-1st,
.pre-2nd,
.pre-3rd {
    font-size: 2vw;
    text-shadow: 0 0 2px #fffdf9;
    color: #fffdf9;
    background: none;
    font-weight: normal;
}

.pre-2nd {
    margin-left: 25vw;
}

.pre-3rd {
    margin-left: 29vw;
}

.f-s-6 {
    /* for all content of the body*/
    font-size: 1.8vw;
    line-height: 1.1;
}

.f-s-9 {
    /* for founder-about*/
    font-size: 2.4vw;
    line-height: 1.1;
    font-weight: bold;
}

.f-s-7 {
    font-size: 1.4vw;
}

.italick {

    font-size: 2vw;
}

.f-s-5 {
    /* for about and about us word*/
    font-size: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

.f-s-4 {
    /* events heading*/
    font-size: 1.8vw;
    font-weight: bold;
    text-shadow: 0 0 2px #fffdf9;

}

.blog-heading {
    font-size: 2vw;
    font-weight: bold;
    text-shadow: 0 0 2px #fffdf9;

}



.header .navgroup .innernav .navbar-toggler {
    border: none;
    font-size: medium;
}

.img-thumbnail {
    width: 5.5vw;
    height: auto;
    border-radius: 25%;
    border: none !important;
    background: none;

}

.lan-rec-img {
    width: 5.2vw;
    height: auto;
    border-radius: 25%;
    border: none !important;
    background: none;
}


.row-index .card {
    border-radius: 3.204rem;
}



.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: transparent;
    border: none;
}

.navgroup .innernav .text-bg-light {
    background-color: #0f0f1094 !important;
    color: white !important;

}

.offcanvas-body .nav-link {
    color: #fffdf9 !important;
    font-weight: bold;
}

.row-index .img-thumbnail-1 {
    width: 16vw;
    border-radius: 100%;
}

.row-index .button .btn-secondary,
.row-index .arrow .btn-secondary {
    border: 1px solid white;
    background-color: rgba(83, 83, 81, 0.6);
    text-shadow: 0 0 5px #fffdf9;
    text-transform: lowercase;

}

.row-index .arrow .btn-secondary {
    padding: 0 15px;
}

.fa-arrow-right-long::before,
.fa-long-arrow-right::before {
    content: "";
    color: #fffdf9;
    text-shadow: 0 0 2px #fffdf9;

}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 1px solid white;
    box-shadow: none !important;
    font-weight: bold;
    z-index: 99999999999 !important;
}

.hr-class {
    border: 1px dashed #fffdf9;
    opacity: 75;
}

.offcanvas-body ul li a {
    font-size: 18px;
}

small {
    font-size: .6em;
}

.aboutus .fa-2xl {
    font-size: 3rem !important;
    line-height: 0;
}




@media (max-width:992px) {

    .founder .card .card-body .d-flex,
    .comparison .d-flex {
        display: block !important;
    }
}



.header h1 {
    line-height: 0.8;
}






/* ===================================
    Header
====================================== */



.navbar-top-default {
    position: relative;
    z-index: 1032;
    overflow: hidden;
    height: 14%;
    width: 100%;
    /* background: url(Asserts/background.jpg); */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

.header-appear .navbar-top-default {
    height: 120px;
    position: fixed;
    z-index: 1032;
    top: 0;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    opacity: 1;
    background-color: #1b1c1dc2 !important;
}

#comparison .col-xxl-6,
#comparison .col-xl-6,
#comparison .col-lg-6 {
    max-width: 49.5%;
}

#events .col-xxl-6,
#events .col-xl-6,
#events .col-lg-6 {
    max-width: 49.3%;
}






/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-weight: bold;
    text-align: center;
    transition: .5s ease;
    text-transform: uppercase;
}

.navbar-simple .navbar-nav .nav-link .lan-rec-img:hover,
.navbar-simple .navbar-nav .nav-link .img-thumbnail:hover,
.navbar-simple .navbar-nav .nav-link.active .img-thumbnail,
.navbar-simple .navbar-nav .nav-link.active .lan-rec-img {
    box-shadow: 0 0 9px #fffdf9
}
.logo:hover{
    box-shadow: 0 0 12px #fffdf9 !important;
    border-radius: 50%;

}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 20%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1032;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
    background-color: #1d2125;
    opacity: 0.85;

}

.side-menu .inner-wrapper .navbar-nav {
    width: 100%;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    align-items: center;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 0;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    /* background: url(Asserts/background.jpg); */
    top: 5px;
    background-color: #000;
    font-weight: bold;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 3%;
    padding: 6px;
    right: 1.8%;
    top: 2.5vw;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 4px;
    width: 100%;
    display: block;
    margin-left: auto;
    transition: .5s ease;
    background-color: #fffdf9;
}

.header-appear .sidemenu_btn span {
    background: #fffdf9;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {

    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 1;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    z-index: 1032;
    padding: 2px 0 3px 0 !important;
    font-size: 150%;
    font-weight: bold;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    color: #ffffff;
}

.side-footer p {
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover {
    background-color: #002450;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotates {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.loader-bg {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    /* background: url(Asserts/background.jpg); */
    ;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0176ff, #00b7ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0176ff, #00b7ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 175px;
    height: 100px;
}

.loader span {
    display: block;
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
    /* background: url(Asserts/background.jpg); */
}

.loader span:last-child {
    margin-right: 0;
}

.loader span:nth-child(1) {
    animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
    animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
    animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
    0% {
        background: #002450;
        margin-top: 25%;
        height: 10%;
    }

    50% {
        background: #002450;
        height: 100%;
        margin-top: 0;
    }

    100% {
        background: #002450;
        height: 10%;
        margin-top: 25%;
    }
}



/* ===================================
   Media Queries
====================================== */
@media(min-width:1599) {

    .f-s-1 {
        /* header and body header*/

        font-size: 4.9rem;
    }

    .card-padding {
        padding: 6rem;
    }

    .m-topics-padding {
        padding: 6rem;
    }

    .events-card-padding {
        padding: 4rem;
    }

    .pre-1st,
    .pre-2nd,
    .pre-3rd {
        font-size: 3.8rem;

    }

    .pre-2nd {
        margin-left: 28rem;
    }

    .pre-3rd {
        margin-left: 30rem;
    }


    .img-thumbnail {
        width: 5.9rem;
        height: auto;

    }

    .navbar-simple .navbar-nav .nav-link {
        padding: 0 0.76rem;
    }

    .f-s-2 {
        /*span*/
        font-size: 3.8rem;
    }

    .f-s-3 {
        /*c-heading*/
        font-size: 3.3rem;

    }



    .f-s-6 {
        /* for all content of the body*/
        font-size: 3.2rem;
    }

    .italick {
        font-size: 3.3rem;
    }

    .col-lg-7 {
        max-width: 80%;
    }



    .f-s-5 {
        /* for about and about us word*/
        font-size: 1.7rem;
    }

    .f-s-4 {
        /* events - podcast heading*/
        font-size: 2.6rem;
    }

    .blog-heading {
        font-size: 3rem;
    }

    .sidemenu_btn {
        right: 8px;
    }

    .navbar .container {
        max-width: 930px;
    }

    .side-menu {
        width: 30%;
    }
}

@media (max-width: 1600px) and (min-width: 1280px) {


    .side-menu {
        width: 20%;
    }


}



@media (max-width: 1279px) and (min-width: 992px) {


    .f-s-1 {
        /* header and body header*/
        font-size: 3.9vw;
    }

    .f-s-2 {
        /*span*/
        font-size: 2.5vw;
    }

    .f-s-3 {
        /*c-heading*/
        font-size: 3.8vw;

    }



    .pre-1st,
    .pre-2nd,
    .pre-3rd {
        font-size: 2vw;


    }

    .f-s-7 {
        font-size: 1.6vw;
    }




    .f-s-6 {
        /* for all content of the body*/
        font-size: 1.9vw;
    }

    .f-s-9 {
        /* for founder-about*/
        font-size: 2.5vw;

    }

    .italick {
        font-size: 2vw;
    }





    .f-s-5 {
        /* for about and about us word*/
        font-size: 1vw;
    }

    .f-s-4 {
        /* events - podcast heading*/
        font-size: 1.8vw;
    }

    .blog-heading {
        font-size: 2vw;
    }

    .sidemenu_btn {
        right: 1%;
        top: 30%;
    }


    .side-menu {
        width: 30%;
    }

    .card-padding {
        padding: 4rem;

    }

    .m-topics-padding {
        padding: 4rem;
    }

    .events-card-padding {
        padding: 1.5rem;
    }

    .blog-card-padding {
        padding: 1rem;
        flex-shrink: 0;
    }

    .lan-rec-img {
        width: 7vw;
        height: 6.5vw;
    }


    .img-thumbnail {
        width: 7.5vw;
        height: 6.5vw;


    }

    .row-index .img-thumbnail-1 {
        width: 16vw;
    }

    .navbar-simple .navbar-nav .nav-link {
        padding: 0 0.76rem;
    }

    .header-appear .navbar-top-default {
        height: 100px;
    }

    section {
        border: 2px solid red;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .f-s-1 {
        /* header and body header*/
        font-size: 4vw;
    }

    .f-s-2 {
        /*span*/
        font-size: 3vw;
    }

    .f-s-3 {
        /*c-heading*/
        font-size: 5vw;

    }



    .pre-1st,
    .pre-2nd,
    .pre-3rd {
        font-size: 3vw;


    }

    .pre-2nd {
        margin-left: 34vw;
    }

    .pre-3rd {
        margin-left: 38vw;
    }



    .f-s-6 {
        /* for all content of the body*/
        font-size: 2vw;
    }

    .f-s-9 {
        /* for founder-about*/
        font-size: 3vw;

    }

    .italick {
        font-size: 2vw;
    }

    .f-s-5 {
        /* for about and about us word*/
        font-size: 1.5vw;
    }

    .f-s-7 {
        font-size: 1.6vw;
    }

    .f-s-4 {
        /* events - podcast heading*/
        font-size: 2.5vw;
    }

    .blog-heading {
        font-size: 2.5vw;
    }

    .sidemenu_btn {
        width: 5%;
        right: 0%;
        top: 30%;
    }



    .events .mt-2 {
        margin-top: 3rem !important;
    }

    .row-index .img-content .text-center {
        padding-top: 3rem;

    }




    .heading-area .heading {
        font-size: 34px;
    }

    /* Nav */
    .navbar-top-default {
        /* background: url(Asserts/background.jpg); */
        top: 0;
    }

    .header-appear .navbar-top-default {
        height: 80px;
    }

    .navigation-toggle span {
        background-color: #fffdf9;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }





    .card-padding {
        padding: 2rem;


    }

    .events-card-padding {
        padding: 0rem;
    }

    .events {
        padding-top: 3.3rem;
    }

    .blog-card-padding {
        padding: 2rem;
    }

    .m-topics-padding {
        padding: 7rem;
    }



    .row-index .img-thumbnail-1 {
        width: 20vw;

    }

    .mt-n5 {
        margin-top: 0 !important;
    }

    #comparison .col-md-12
   {
        max-width: 100%;
    }

    #events .col-md-12
     {
        max-width: 100%;
    }
  





}

@media (max-width: 767px) and (min-width:576px) {
    .background {
        background-attachment: fixed;
        background-size: 100% 100%;
    }


    .f-s-1 {
        /* header and body header*/
        font-size: 7vw;
    }

    .f-s-2 {
        /*span*/
        font-size: 5vw;
    }

    .f-s-3 {
        /*c-heading*/
        font-size: 5vw;

    }



    .pre-1st,
    .pre-2nd,
    .pre-3rd {
        font-size: 4vw;


    }

    .pre-2nd {
        margin-left: 15vw;
    }

    .pre-3rd {
        margin-left: 18vw;
    }



    .f-s-6 {
        /* for all content of the body*/
        font-size: 3.5vw;
    }

    .f-s-9 {
        /* for founder-about*/
        font-size: 3vw;


    }

    .italick {
        font-size: 3.5vw;
    }

    .f-s-5 {
        /* for about and about us word*/
        font-size: 3vw;
    }

    .f-s-7 {
        font-size: 3vw;

    }

    .f-s-4 {
        /* events - podcast heading*/
        font-size: 4vw;
    }

    .blog-heading {
        font-size: 4vw;
    }





    .col-xs-12 {
        min-width: 90%;
    }

    .events .mt-2 {
        margin-top: 3rem !important;
    }

    .side-menu .inner-wrapper .navbar-nav {
        width: 100%;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu .btn-close {

        right: 70px;

    }

    .navbar-top-default {
        /* background: url(Asserts/background.jpg); */
        top: 0;
        height: 80px;
    }

    /* .header-appear .navbar-top-default {

        height: 80px;


    } */

    .card-padding {
        padding: 0rem;
    }

    .events-card-padding {
        padding: 0rem;
    }

    .m-topics-padding {
        padding: 1rem;
    }

    .blog-card-padding {
        padding: 1.4rem;
    }

    .mt-n5 {
        margin-top: 0 !important;
    }

    .arrow-sm {
        padding-top: 10px;
    }

    .sidemenu_btn {
        width: 8%;
        right: 4%;
        top: 30%;
    }
    #comparison .col-12,#events .col-12{
        max-width: 100%;
    }



}

@media (max-width:575px) {

    .background {
        background-attachment: fixed;
        background-size: 100% 100%;
    }


    .f-s-1 {
        /* header and body header*/
        font-size: 7vw;
    }

    .f-s-2 {
        /*span*/
        font-size: 5vw;
    }

    .f-s-3 {
        /*c-heading*/
        font-size: 5vw;

    }



    .pre-1st,
    .pre-2nd,
    .pre-3rd {
        font-size: 4.5vw;


    }

    .pre-2nd {
        margin-left: 15vw;
    }

    .pre-3rd {
        margin-left: 18vw;
    }



    .f-s-6 {
        /* for all content of the body*/
        font-size: 4.5vw;
    }

    .f-s-9 {
        /* for founder-about*/
        font-size: 4vw;


    }

    .italick {
        font-size: 4.5vw;
    }

    .f-s-5 {
        /* for about and about us word*/
        font-size: 4vw;
    }

    .f-s-7 {
        font-size: 4vw;

    }

    .f-s-4 {
        /* events - podcast heading*/
        font-size: 5vw;
    }

    .blog-heading {
        font-size: 5vw;
    }





    .col-xs-12 {
        min-width: 90%;
    }

    .events .mt-2 {
        margin-top: 3rem !important;
    }

    .side-menu .inner-wrapper .navbar-nav {
        width: 100%;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu .btn-close {

        right: 70px;

    }

    .navbar-top-default {
        /* background: url(Asserts/background.jpg); */
        top: 0;
        /* height: 80px; */
    }

    .header-appear .navbar-top-default {

        /* height: 80px; */


    }

    .card-padding {
        padding: 0rem;
    }

    .events-card-padding {
        padding: 0rem;
    }

    .m-topics-padding {
        padding: 1rem;
    }

    .blog-card-padding {
        padding: 1.4rem;
    }

    .mt-n5 {
        margin-top: 0 !important;
    }

    .arrow-sm {
        padding-top: 10px;
    }

    .sidemenu_btn {
        width: 13%;
        right: 4%;
        top: 30%;
    }
    #comparison .col-12,#events .col-12{
        max-width: 100%;
    }






}
.fade-in{
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}
.fade-out{
    animation: fadeOut ease 3s;
    -webkit-animation: fadeOut ease 3s;
    -moz-animation: fadeOut ease 3s;
    -o-animation: fadeOut ease 3s;
    -ms-animation: fadeOut ease 3s;
}



/* X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px */

/* X-Small: None (<576px) */
@media screen and (max-width: 575px) {
    /* CSS code for X-Small breakpoint */
    

    body::before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(Asserts/background.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    
    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
    }
}

/* Small: sm (≥576px) */
@media screen and (min-width: 576px) {
    /* CSS code for Small breakpoint */
   
    body::before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(Asserts/background.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    
    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
    }
    

    
}

/* Medium: md (≥768px) */
@media screen and (min-width: 768px) {
    /* CSS code for Medium breakpoint */
     /* CSS code for Extra large breakpoint */
     body::before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(Asserts/background.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    
    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
    }
}

/* Large: lg (≥992px) */
@media screen and (min-width: 992px) {
    /* CSS code for Large breakpoint */
    /* CSS code for Extra large breakpoint */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(Asserts/background.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    
    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
    }

}

/* Extra large: xl (≥1200px) */
@media screen and (min-width: 1200px) {
    /* CSS code for Extra large breakpoint */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(Asserts/background.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    
    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
    }
   

}

/* Extra extra large: xxl (≥1400px) */
@media screen and (min-width: 1400px) {
    /* CSS code for Extra extra large breakpoint */
    
}
 