html{
    scroll-behavior: smooth;
}

a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: currentColor;
    outline: none;
}

a:hover{
    color: currentColor;
    text-decoration: none;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.pr{position: relative;}
.ofh{overflow: hidden;}


.commun-heading{
    color: #8c8c8c;
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* ------------------------
    loader css 
--------------------------- */
.web-loader{
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.web-loader span{
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.web-loader span:before{
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 70px;
    height: 100%;
    background: #f0f0f000;
    -webkit-animation: slide 1s ease-in-out infinite;
            animation: slide 1s ease-in-out infinite;
    background: -o-linear-gradient(left,rgb(255 0 0 / 0%) 0%,rgb(255 0 0 / 0%) 25%,rgba(245, 245, 245, 0.8),rgb(255 0 0 / 0%) 75%,rgb(255 0 0 / 0%) 100%);
    background: -webkit-gradient(linear,left top, right top,from(rgb(255 0 0 / 0%)),color-stop(25%, rgb(255 0 0 / 0%)),color-stop(rgba(245, 245, 245, 0.8)),color-stop(75%, rgb(255 0 0 / 0%)),to(rgb(255 0 0 / 0%)));
    background: linear-gradient(to right,rgb(255 0 0 / 0%) 0%,rgb(255 0 0 / 0%) 25%,rgba(245, 245, 245, 0.8),rgb(255 0 0 / 0%) 75%,rgb(255 0 0 / 0%) 100%);
}

@-webkit-keyframes slide{
    0% {left: -80px; top: 0;}
    100% {left: 80px;top: 0;}
}

@keyframes slide{
    0% {left: -80px; top: 0;}
    100% {left: 80px;top: 0;}
}

.web-loader span img{
    width: 70px;
    border-radius: 50%;
}

.deactivate{
    opacity: 0;
    visibility: hidden;
}



/* ------------------------
    header css 
------------------------ */
.main-header{
    height: 80px;
    padding: 0px 40px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
}

.logo-link{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-link span{
    margin-left: 10px;
    font-weight: 500;
    color: white;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
}

.logo-link svg.svg-img{
    width: 24px;
    height: auto;
}


.header-right{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-menu-bx{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.site-menu-bx span.menu-link,
.site-menu-bx a.menu-link{
    display: inline-flex;
    padding: 5px 15px;
    margin: 0px 3px;
    color: white;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.site-menu-bx span.menu-link .custom-dropdown{
    position: absolute;
    top: 80px;
    right: 0;
    padding: 10px 10px;
    background: #0000005e;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.site-menu-bx span.menu-link .custom-dropdown a.dropmenu-link{
    display: block;
    text-align: right;
    white-space: nowrap;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    margin: 8px 10px;
}

.site-menu-bx span.menu-link:hover .custom-dropdown{
    opacity: 1;
    visibility: visible;
}

.site-menu-bx span.menu-link:hover,
.site-menu-bx span.menu-link .custom-dropdown a.dropmenu-link:hover,
.site-menu-bx a.menu-link:hover{
    color: #89EFFC;
}

.header-right .donate-btn{
    border: 1px solid #89EFFC;
    padding: 5px 12px;
    color: #89EFFC;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.header-right .donate-btn:hover{
    background-color: #89EFFC;
    border-color: #89EFFC;
    color: black;
}

.home-section{
    background-image: url("/img/banner/banner1.jpg?v=1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: calc(100vh - 80px);
}

.home-section .home-overlay{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-section .home-overlay h3.home-heding{
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: 25%;
}

.page-down-link{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in-out;
	-webkit-animation: page-down-link 2s ease-in-out infinite;
	    -moz-animation: page-down-link 2s ease-in-out infinite;
	        animation: page-down-link 2s ease-in-out infinite;
}

.page-down-link:hover{
    color: #89EFFC;
}

@-webkit-keyframes page-down-link {
    0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,10px); opacity: 0; }
}

  @-moz-keyframes page-down-link {
    0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,10px); opacity: 0; }
}

  @keyframes page-down-link {
    0%   { transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,10px); opacity: 0; }
}

/* ------------------------
    About css 
------------------------ */

.about-img img{
    width: 90%;    
}

.about-text{
    position: relative;
}

.about-text .svg-img{
    position: absolute;
    top: 0px;
    left: -4%;
    z-index: -1;
    opacity: 0.2;
    height: auto;
    width: 200px;
}

.about-text p.about-p{
    font-size: 20px;
    color: #393939;
    font-weight: 300;
}

.about-text h3.about-name{
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
}

.about-text span.about-tag{
    color: #2c285f;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.about-text .link-btn{
    background: transparent;
    border: 1px solid #2c285f;
    height: 40px;
    width: 150px;
    color: #2c285f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 0px;
    margin-top: 20px;
}

.about-text .link-btn .fa{
    margin-left: 5px;
}

.about-text .link-btn:hover{
    color: white;
    background-color: #2c285f;
}



.banner-section{
    background-image: url(/img/btdh.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 380px;
    position: relative;
}



.PUBLICATIONS-section{
    background-color: black;  
}


.PUBLICATIONS-text h3{
    color: white;
    margin: 100px 0;
    font-size: 30px;
    text-transform: capitalize;
}

.PUBLICATIONS-btn{
    border: 1px solid #89EFFC;
    color: #89EFFC;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 250px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.vhsdbvu-btn{
    border: 1px solid #15e0fb;
    color: white;
    background-color: #15e0fb;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 250px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.PUBLICATIONS-btn:hover{
    background-color: #89EFFC;
    border-color: #89EFFC;
    color: black;
}



/* -----------------------------
    owl buttons css
----------------------------- */

.owl-prev,
.owl-next{
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(51 51 51 / 0%) !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #828282 !important;
    opacity: 0.7;
}

.owl-nav{
    margin: 0 !important;
}

.owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-hover .owl-nav .owl-prev{
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-hover .owl-nav .owl-next{
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.owl-next svg{
    width: 25px;
    height: 25px;
    position: relative;
    right: -1px;
}

.owl-prev svg{
    width: 25px;
    height: 25px;
    position: relative;
    left: -1px;
}


.owl-hover:hover .owl-prev,
.owl-hover:hover .owl-next{
    visibility: visible;
    opacity: 1;
}

.owl-hover:hover .owl-prev{
    left: 5px;
}

.owl-hover:hover .owl-next{
    right: 5px;
}

.owl-prev:hover,
.owl-next:hover{
    color: white !important;
    opacity: 1;
}

.blog-slider .owl-prev:hover,
.blog-slider .owl-next:hover{
    color: rgb(0, 0, 0) !important;
    opacity: 1;
}

.owl-dots{
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    /* background-color: white; */
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* padding: 4px; */
}

.owl-dots .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 4px 4px !important;
    background-color: #8a8a8a !important;
}

.owl-dots .owl-dot.active span{
    background: #000000 !important;
}

.vhsdbvu{
    max-width: 956px;
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    height: 500px;
}

.iuybwsrf{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.iuybwsrf svg{
    width: 50px;
    height: auto;
}

.iuybwsrf h3{
    color: white;
    font-size: 40px;
}


.vsdfvunhsdvnis p{
    color: white;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
}


.copyright{
    color: #858585;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.mede-with{
    color: #858585;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    width: fit-content;
    margin-left: auto;
}

.mede-with a{
    color: #858585;
}

.mede-with a:hover{
    color: #dd1627;
}

.icons-box-made{
    /* border: 1px solid red; */
    width: 12px;
    height: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 2px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o{
    position: absolute;
}

.mede-with .fa-heart-o{
    color: #999;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart{
    color: #999;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.mede-with:hover .fa-heart-o{
    opacity: 0;
}

.mede-with:hover .fa-heart{
    opacity: 1;
    color: #dd1627;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}




/* ===========================
    blog - section css start
=========================== */

.blog-item{
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    min-height: 262px;
}

.blog-item .blog-img{
    width: 100%;
    height: 220px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    object-position: center;
}

.blog-item:hover .blog-img{
    transform: scale(1.15) rotate(5deg);
}

.blog-item .blog-text{
    background-color: #f7f8fd;
    padding: 10px;
    margin: -25px 5px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-text{
    margin: -35px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.blog-item .blog-text h4{
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #112c44;
    transition: all 0.3s ease-in-out;
    height: 20px;
    overflow: hidden;
}

.blog-item:hover .blog-text h4{
    color: #c32d2f;
}

.blog-item .blog-text p{
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
    line-height: 20px;
    color: #525252;
    height: 43px;
    overflow: hidden;
}

.blog-item .blog-text span{
    font-size: 12px;
    color: #b0b0b0;
    padding-top: 8px;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog-item .blog-text span .fa{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 1px;
}

.blog-item:hover .blog-text span{
    color: #c32d2f;
}

.blog-item:hover .blog-text span .fa{
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}



.bsbvdvsfdvbgdf{
    padding: 0 0 100px 0;
    background-color: #293146;
}

.scrolling-section{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 10px;
}

.scrolling-section img{
    width: 60px;
    margin-right: 15px;
}

.scrolling-section h3{
    color: #ffffff;
    font-weight: 500;
    font-size: 76px;
    margin: 0;
}

.scrolling-section p{
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding: 0;
}

.vjcjsb{
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 120px 0px 90px;
    text-align: center;
}


.scroll-two .scrolling-section{
    margin: 0 0px;
    padding: 10px 11px;
}

.scroll-two .scrolling-section img{
    margin: 0 0px;
}



.scroll-two .scrolling-section h3{
    color: #dcdcdc;
    font-weight: 500;
    font-size: 70px;
    margin: 0;
    margin-right: 15px;
}

.scroll-two .scrolling-section p{
    width: 280px;
    text-align: left;
}




/* ===========================
        wave css start
=========================== */
.waves {
    position:relative;
    width: 100%;
    /* height:10vh;
    margin-bottom:-7px;
    min-height:100px; */
    max-height:80px;
}
   
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
}
/* ===========================
        wave css end
=========================== */


.modal-heading .modal-h4{
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}





/* --------------------------------------
    Form css
-------------------------------------- */

.custom-form__group {
    position: relative;
    margin: 10px 0 10px;
}

.custom-form__group textarea,
.custom-form__group input {
    font-weight: 400;
    display: block;
    color: #000000;
    border: 0;
    background-color: rgb(255 255 255);
    border: 1.8px solid rgb(233 233 233);
    padding: 0px 20px 0px 15px;
    height: 40px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.custom-form__group textarea{
    padding: 6px 15px 6px 15px;
    height: auto;
}

.custom-form__group input[type="password"]{
    padding:0px 35px 0px 15px;
}

.custom-form__group .group__label{
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 1;
    font-size: 16px;
    color: #B2B3B3;
    font-weight: 400;
    margin: 0;
    padding: 0px 5px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-form__group select::-webkit-input-placeholder, .custom-form__group input::-webkit-input-placeholder, .custom-form__group textarea::-webkit-input-placeholder{
    color: #B2B3B3;
    font-weight: 400;
}

.custom-form__group select::-moz-placeholder, .custom-form__group input::-moz-placeholder, .custom-form__group textarea::-moz-placeholder{
    color: #B2B3B3;
    font-weight: 400;
}

.custom-form__group select:-ms-input-placeholder, .custom-form__group input:-ms-input-placeholder, .custom-form__group textarea:-ms-input-placeholder{
    color: #B2B3B3;
    font-weight: 400;
}

.custom-form__group select::-ms-input-placeholder, .custom-form__group input::-ms-input-placeholder, .custom-form__group textarea::-ms-input-placeholder{
    color: #B2B3B3;
    font-weight: 400;
}

.custom-form__group select::placeholder,
.custom-form__group input::placeholder,
.custom-form__group textarea::placeholder{
    color: #B2B3B3;
    font-weight: 400;
}

.custom-form__group textarea:focus + .group__label,
.custom-form__group textarea:hover + .group__label,
.custom-form__group input:focus + .group__label,
.custom-form__group input:hover + .group__label{
    color: #B2B3B3;
}

.custom-form__group textarea:focus,
.custom-form__group textarea:hover,
.custom-form__group input:focus,
.custom-form__group input:hover{
    border-color: #124CA0;
    outline: none;
}

.custom-form__group textarea:not(:-moz-placeholder-shown), .custom-form__group input:not(:-moz-placeholder-shown){
    border-color: #124CA0;
}

.custom-form__group textarea:not(:-ms-input-placeholder), .custom-form__group input:not(:-ms-input-placeholder){
    border-color: #124CA0;
}

.custom-form__group textarea:not(:placeholder-shown),
.custom-form__group input:not(:placeholder-shown){
    border-color: #124CA0;
}

.custom-form__group textarea:not(:-moz-placeholder-shown) + .group__label, .custom-form__group input:not(:-moz-placeholder-shown) + .group__label{
    transform: translateY(-7px);
    color: #124CA0;
    font-size: 11px;
}

.custom-form__group textarea:not(:-ms-input-placeholder) + .group__label, .custom-form__group input:not(:-ms-input-placeholder) + .group__label{
    -ms-transform: translateY(-7px);
        transform: translateY(-7px);
    color: #124CA0;
    font-size: 11px;
}

.custom-form__group textarea:not(:placeholder-shown) + .group__label,
.custom-form__group textarea:focus + .group__label,
.custom-form__group input:not(:placeholder-shown) + .group__label,
.custom-form__group input:focus + .group__label{
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    color: #124CA0;
    font-size: 12px;
}

.custom-form__group input:-webkit-autofill,
.custom-form__group input:-webkit-autofill:hover,
.custom-form__group input:-webkit-autofill:focus,
.custom-form__group input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
}


.custom-form__group .view-pass {
    position: absolute;
    top: 3px;
    right: 17px;
    color: gray;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-form__group .view-pass:hover {
    color: #124CA0;
}


.diuvgweiuvhbeu{
    background: transparent;
    border: 1px solid #2c285f;
    height: 40px;
    /* width: 150px; */
    padding: 0 20px;
    color: #2c285f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 0px;
    margin: auto;
    width: fit-content;
}

.diuvgweiuvhbeu:hover{
    background: #2c285f;
    color: #ffffff;
}

.magazine-section{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px;
    background-color: hsla(0, 0%, 0%, 0.4);
}

.magazine-section img{
    width: 100%;
}

.magazine-section svg{
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    stroke: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.magazine-section svg:hover{
    stroke: rgb(228, 0, 0);
}