@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

body{
    font-family: 'Zilla Slab', serif;
    --primary-color:rgb(1,40,79);
    --secondary-color:rgb(121,108,131);
    --third-color:rgb(172,34,38);
    scrollbar-width: 0;
}
:root {
    --bottom-0: 785%;
    --bottom-1: 785%;
    --bottom-2: 785%;
    --bottom-3: 785%;
    --bottom-4: 785%;
}
body::-webkit-scrollbar{
    display: none;
}

.text-theme{
    color: var(--secondary-color) !important;
}

.text-theme{
    color: var(--secondary-color) !important;
}


.text-theme-2
{
    color: var(--primary-color) !important;

}
.bg-theme-3{
    background-color: var(--third-color) !important;
}



.op-1{
    opacity: 1;
}

header{
    background-color: var(--primary-color);
    color: white;
}

.ls-12{
    letter-spacing: 1.2px;
}

.fs-logo{
    font-size: 4rem;
}

.oorja-nav .nav-link{
    color: rgb(65, 65, 65) !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    transition: all .4s;
   border-bottom: 1px solid #5f4d6d00;
   font-weight: 500;

}

.oorja-nav .nav-link:hover{
   border-bottom: 1px solid #5f4d6d70;
   opacity: 1;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    opacity: 0;
    transition: ease-out 0.3s;
    background-color: var(--secondary-color);
    border: none;
    box-shadow: 0rem 0rem .125rem  rgba(0, 0, 0, 0.496);
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown .nav-link:hover+.dropdown-menu {
    opacity:1 !important;
    display: block;
}

.navbar-nav > li > .dropdown-menu:hover{
    display: block;
    opacity:1 !important;

}

.dropdown .nav-link:hover i{
    transform: rotate(180deg);
} 

.dropdown:hover 
{
	display: block;
	top: 100%;
	height: inherit;
}

.dropdown-toggle::after{
    display: none;
    border: none;
    position: absolute ;
    top: 32%;
    left: 67%;
    right: 0;
    bottom: 0;
    background-size:1rem;
    opacity: .7;
    background-repeat: no-repeat;
}

.dropdown-toggle i{
    font-size: .7rem;
    margin-left: .35rem;
    transform-origin: center;
}

.dropdown-toggle {
    position: relative;
    
    
}

.dropdown:hover .dropdown-toggle{
    background-color: var(--secondary-color);
    color: white !important;
    border-bottom-color: transparent !important;
    text-decoration: underline;
}

.dropdown-item:focus{
    background-color: var(--secondary-color);
    color: white !important;
    border-bottom-color: transparent !important;
}

.dropdown-menu a{
    color: white;
}

.dropdown-item{
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.dropdown-item:hover{
    background-color:#5f4d6d ;
    color: white !important;
    text-decoration: underline;
}

.oorja-nav .submit-btn{
    background: var(--third-color);
    color: rgb(255, 255, 255) !important;
    border-color: transparent;
    font-weight: bold;
    border-radius: .2rem;
}

.abs-logo{
    height: 1.7rem;
    width: 1.7rem;
    border: 1px solid rgba(0, 0, 0, 0.128);
    border-radius: 50%;
    object-fit: cover;
    display: flex ;
    justify-content: center;
    align-items: center;
    padding: .25rem;
    /* flex-basis: 50%; */
  
}

.abs-logo+div{
    flex-basis: 100%;
}

.object-fit{
    object-fit: cover;
}

.carousel-inner{
    border: 1px solid rgba(0, 0, 0, 0.128);
    min-height: 24vw;
    height: auto;


}
.carousel-item{
    height: 100%;
    transition: none;
   
}

.fw-600{
    font-weight: 600;
}

.btn-main{
    padding: .5rem 3rem;
    display: inline-block;
    border-radius: .4rem;
    color: rgba(255, 255, 255, 0.873);
    text-decoration: none;
    font-weight: 600;
    background-color: var(--secondary-color);
    transition: all .4s;
    opacity: 1;
}

.btn-main:hover{
    color: rgb(255, 255, 255);
    text-decoration: underline;
    background-color: rgb(85 76 92);
}
.car-btn{
transition: all .5s;
}
.car-btn:hover,.car-btn:focus{
    color: var(--primary-color) !important;
}

.carousel-indicators button{
    background-color: gray !important;
    height: 10px !important;
    width: 10px !important;
    margin-left: .8rem !important;
    border-radius: 50%;
}
.carousel-indicators button.active{
    background-color: var(--third-color) !important;

}
.carousel-indicators button:first-child{
}

.book-info-side>*{
    margin-top: .7rem;
}

.book-info-side a{

    background: var(--secondary-color);
    display: block;
    width: 100%;
    padding: .3rem ;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    border-radius: .4rem;
    text-transform: capitalize;
    transition: all .4s;


}
.book-info-side .bookurl{
    background: rgb(253 253 253);
}
.book-info-side>a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(85 76 92);
}



.book-info-side>*:last-child{
    margin-bottom:.7rem ;
}
.issue-btn
{
    background-color: var(--third-color) !important;
}


.w-35{
    width: 45%;
}

.bg-sec-50{
    background-color: #5c5c5c28;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    
    height: 40%;
    color: white;
    background-color: rgba(0, 0, 0, 0.505);
}
.overlay a{
    border: 1px solid white;
    color: white;
    text-decoration: none;
    padding: .5rem 3rem;
    border-radius: .4rem;
    opacity: .8;
    transition: all .4s;
}

.carousel-home p{
    line-height: 1.6;
} 

.overlay a:hover{
    opacity: 1;

   
}

.article-tab .nav-link{
    font-size: 1.1rem;
    font-weight: 500;
text-align: center;
background-color: rgb(222, 222, 222);
color: rgb(88, 88, 88);
}

.article-tab .nav-link:hover{
    text-decoration: underline;

}

.article-tab .nav-link.active{
    position: relative;
    background-color: var(--secondary-color);
    color: white;
    text-decoration: underline;
}

.article-tab .nav-link.active::after{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 1.3rem solid var(--secondary-color);
    transform: translate(-50%,0%);
    border-left-color: transparent;
    border-bottom-color:transparent ;
    border-right-color: transparent;
    /* border-bottom-color:transparent ; */
}

.articles-block>.col-lg-35{
    border: 1px solid rgba(0, 0, 0, 0.185);
    padding: .9rem;
    border-radius: .4rem;
    min-height: 15rem;
    transition: all .2s;
}

.articles-block>.col-lg-35:hover{
    box-shadow: 0rem 0rem .6rem  rgba(146, 146, 146, 0.447);
}

.articles-block>.col-lg-35 span{
    font-size:.8rem;
}

.articles-block>.col-lg-35>div:first-child{
    height: 70%;
    border-bottom:1px solid rgba(0, 0, 0, 0.185);
}


.articles-block>.col-lg-35>div:first-child *{
    text-transform: capitalize;
}

.articles-block>.col-lg-35>div:first-child>a{
    flex-basis: 55%;
}

.articles-block a{
    text-decoration: none;
}
.articles-block a:hover{
    text-decoration: underline;
    color: #0d6efd;
}

.view-more-div>a{
    background-color: var(--third-color);
    color: white;
    font-weight: 600;
    padding: .6rem 2.7rem;
    border-radius: .3rem;
    font-size: .95rem;
    transition: all .3s;
    text-decoration: none;

}

.view-more-div>a:hover{
    text-decoration: underline;

}

.our-info h6{
    color: rgb(101, 101, 101);
    font-size: 1.3rem;
    font-weight: 500;
}

.feedback .img-div+div{
    flex-basis: 75%;
    font-size: 1rem;

}

.feedback .img-div{
    flex-basis: 25%;
}

.our-info h5,.our-info li{
    font-size: 1.1rem;
    font-weight: 400;
}

.our-info li{
    line-height: 1.2;
    margin-bottom: .5rem;
   
}

.our-info ul {
    list-style: none; /* Remove default bullets */
  }
  
  .our-info  ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

.our-info a{
    font-size: .95rem;
    background-color: rgba(128, 128, 128, 0.142);
    color: black;
    text-decoration: none;
    padding: .3rem 2rem;
    letter-spacing: .6px;
    border-radius: .2rem;
    border: 1px solid rgba(0, 0, 0, 0.102);
    margin-top: .8rem;
    transition: all .3s;
}

.our-info a:hover{
    text-decoration: underline;
    background-color:rgba(128, 128, 128, 0.362);
}
.index-sec h5{
    color: rgb(101, 101, 101);
    padding-top: .4rem;
    padding-bottom: .4rem;

}

.index-sec li{
    margin-top: .4rem;
}

.index-sec li:last-child{
    margin-bottom: .4rem;
}

.why-us h6{
    font-size: 1.4rem;
    color: rgb(101, 101, 101);

}
.heading h5{
    font-size:1.1rem;
}
.provide-block{
    margin-top: 1rem;
    /* border: 1px solid rgba(0, 0, 0, 0.213); */
    box-shadow: 0rem 0rem .4rem  rgba(0, 0, 0, 0.12);
    border-radius: .3rem;
    width: 48%;
    padding: 1rem;
    position: relative;
}

.provide-content h6{
    margin-top: .5rem;
    font-size: .85rem;
    line-height: 1.5;
}

.provide-img{
    height: 1.7rem;
    width: 1.7rem;
}

.provide-block::after{
position: absolute;
height: 0;
top: 0%;
left: 50%;
transform: translate(-50%,-100%);
width: 0;
border: 4rem solid transparent;
border-bottom-color:rgba(0, 174, 255, 0.1);

content: "";
}

.provide-block::before{
position: absolute;

border-bottom-color:rgb(255, 255, 255) ;
content:"";
background: url("../images/earth.png");
right: 0;
bottom: 0;
top: -2%;
    left: 50%;
    height: 2rem;
    width: 2rem;
    transform: translate(-50%,-115%);
z-index: 2;
background-repeat: no-repeat;
}


.provide-block:nth-child(2)::before{
    
    background: url("../images/unlock.png");
   
    }

    footer a,footer span{
        text-decoration: none;
        color: rgba(0, 0, 0, 0.714);
        font-weight: 500;
        margin-top: .3rem;
        transition: all .3s;

    }

    footer a:hover{
        color: rgb(0, 0, 0);

        
    }

    .copyright span{
        font-size: .8rem;
        color: rgba(0, 0, 0, 0.514);

        font-weight: 600 !important;
    }

   .dir-img{
       width: 5rem;
       height: 5rem;
       border-radius: 50%;
       border: 1px solid rgba(0, 0, 0, 0.212);
       overflow: hidden;
   }

   .dir-img img{
       object-position: center 15%;
   }

   .dir-info h6{
       font-size: 1.3rem;
       font-weight: 600;
   }

   .dir-info blockquote{
       font-style: italic;
   }

   .dir-info{
       flex-basis: 80%;
   }



   .dir-info h5{
       font-size: .9rem;
       font-weight: 600;
   }

   .dir-info p{
    font-size: .9rem;

   }

   .lh-13{
       line-height: 1.3;
   }

   .fw-500{
       font-weight: 500 !important;
   }

   .editor-box i{
       font-size: .9rem;
   }

   .editor-box  h4{
       font-size: 1.1rem;
       margin-left: .6rem;
   }

   .fw-400{
       font-weight: 400 !important;
   }

   .editor-box{
       background-color: rgba(202, 202, 202, 0.13);
       border-radius: .4rem;
       box-shadow: 0rem 0rem .5rem rgba(0, 0, 0, 0.1);
       margin-top: 1rem;
   }

   .editor-box:last-child{
       margin-bottom: 1rem;
   }

   .sub-header{
       /* position: sticky; */
       /* box-shadow: none !important; */
      /* border: 1px solid rgb(238, 238, 238); */
       top: 0;
   }

   .header-z-index{
    z-index: 99999999;

   }

   .guide p{
       font-size: .85rem;
       margin-top: .6rem;
   }

   .guide li{
    font-size: .85rem;

   }

   .guide a{
       text-decoration: none;
   }

   .guide a:hover{
    text-decoration: underline;

   }

   .ethics li{
       margin-top: .6rem;
   }

   .ethics ul{
       list-style-type: number;
   }

   .fs-7{
       font-size: .95rem !important;
   }

   table *{
       text-align: center;
   }
   table td,th{
       font-size: .8rem;
       font-weight: 500;
       vertical-align: middle;
       word-wrap: break-word;
   }
   

   .cont-info{
       display: flex;
       align-items: center;
       margin-top: 1rem;
   }

   .cont-info *{
       font-size: .9rem;
   }

   .cont-info h6{
       margin-bottom: 0;
       margin-left: .7rem;
   }

   .cont-info:last-child{
       margin-bottom: 1rem;
   }

   .address-info{
    box-shadow: 0rem 0rem .5rem  rgb(168, 168, 168);
    border-radius: .2rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.233);
   }

   .uni-img{
       height: 100%;
   }

   .uni-img img{
       object-fit: cover;
   }

   .fb-head{
       background-color: var(--primary-color);
       color: white;
       font-weight: 600;
       font-size: 1.3rem;
       text-align: center;
       padding: .8rem;
   }

   .form-feed>div{
       padding: .9rem;
       padding-bottom:0rem ;
   }

   .form-feed{
       box-shadow: 0rem 0rem .3rem rgb(204, 204, 204);
       /* border-radius: .3rem; */
       overflow: hidden;
   }

   .form-feed>*:last-child{
       padding: 0.9rem;
   }

   .btn-theme{
       background-color: var(--primary-color);
   }

   .btn-theme:hover{
       background-color: rgb(1 40 79 / 90%);
   }

   .issue-img{
       height: 2.5rem;
       width: 2.5rem;
       border-radius: 50%;
       box-shadow: 0rem 0rem .1rem black;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .issue-img img{
      width: 70%;
      height: 70%;
   }

   .issue-book-name a{
       color: var(--primary-color);
       font-weight: 600;
       font-size: 1.1rem;
   }

   .issue-book-name{
       margin-left: .8rem;
       display: flex;
       flex-direction: column;
       justify-content: center;
       flex-basis: 85%;
   }

   .issue-book-name>span{
       font-size: .9rem;
   }

   .curr_issue_item,.all_issue_item,.table-content_item{
       border-bottom: 1px solid rgba(0, 0, 0, 0.11);
       padding-top: 1.2rem;
       padding-bottom: 1.2rem;
   }

   .year_item .accordion-button
   {
       width: auto;
       padding: .2rem;
   }

   .year_item .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

    .year_item .accordion-button::before{
       /* display: none; */
       
       background-image: url("../images/plus.png");
   }
   .year_item .accordion-button:not(.collapsed)::before{
       /* display: none; */
       background-image: url("../images/minus.png");
   }

   .year_item .accordion-button::after{

    display: none;
}

.year_item  .accordion-button:focus{
       box-shadow: none;
      
   }

   .year_item .accordion-button:not(.collapsed)
   {
       background: none;
       color: black;
       box-shadow: none;

   }
   .year_item{
       border:none;
       margin-top: .9rem;
   }


   .table-content_item a{
       font-size: .9rem;
   }
   .table-content_item span{
       margin-top: .4rem;
       font-style: italic;
   }

    .issue-img{
       width: 2rem !important;
       height: 2rem !important;
   }

   .artcile-menu .accordion-button{
       background: var(--secondary-color);
       color: white;
       text-align: left;
       display: flex;
   }

   .artcile-menu .accordion-button::after{
       filter: invert(1) brightness(100);
   }

   .artcile-menu .accordion-button:focus{
       box-shadow: none;
       border: none;
   }

   .artcile-menu h6{
       font-size: .9rem;
       font-weight: 600;
       margin-bottom: 0;
       padding-left: .6rem;
       padding-right: .6rem;
   }

   .artcile-menu .accordion-body a{
       margin-left:.7rem;
       margin-top: .5rem;
       font-size: .9rem;
       display: inline-block;
       text-decoration: none;
       color: var(--secondary-color);
       font-weight: 500;
       transition: all .4s;
       padding-left: .6rem;
       padding-right: .6rem;
   }

   .artcile-menu .accordion-body a:hover{
       color: black;
   }
   .artcile-menu .accordion-body a:nth-child(7), .artcile-menu .accordion-body a:nth-child(2){
    margin-bottom: .5rem !important;

   }

   .cite-block a{
       width: 2.5rem;
       height: 2.5rem ;
       display: flex !important;
       border: 1px solid var(--third-color);
       justify-content: center;
       align-items: center;
       padding: 0 !important;
       margin-left: 0 !important;
       border-radius: 50%;
       margin-bottom: .5rem;
       
   }
   .cite-block>div{
       flex-basis: 33%;
       /* justify-content: center; */
       align-items: center;
   }
   .cite-block>div>h6{
       text-align:center;
       font-size: .9rem;
       font-weight: 400;

   }

   .cite-block a img{
       width: 60%;
       height: 60%;
       object-fit: cover;
   }

   .cite-block {
       background-color: white !important;
       padding-top: .5rem;
       padding-bottom: .5rem;
   }

   .related-articles h5{
       font-size: 1.05rem;
       margin-bottom: 0rem;
       padding: .8rem .5rem;
   }
   .related-articles h6{
       font-size: .95rem;
       margin-left: .5rem;
       margin-right: .5rem;
       padding-top: .5rem;
       padding-bottom: .5rem;
       display: flex ;
       margin-bottom: 0rem;

       justify-content: space-between;
       border-bottom: 1px solid rgba(0, 0, 0, 0.151);


   }

   .download>a{
    padding: .6rem 1rem;
    width: 100%;
    background: var(--third-color);
    color: white !important;
    text-align: center;
    border-radius: .4rem;
    margin-top: .8rem !important;
   }
   .download:last-child>a{
    margin-bottom: .8rem;
   }

   .download{
    margin-right: 0.7rem;
   }

   .download img{
    width: 1.4rem;
   }

   .related-articles {
       border: 1px solid rgba(0, 0, 0, 0.158);
       border-radius: .2rem;
   }
   .related-articles  a{
       text-decoration: none;
       color: #0058dbcc;
   }
   .artciles-sim-div{
       padding: .5rem;
       margin-bottom: 1rem;
   }

   .artciles-sim-div>*{
    margin:0rem .7rem;
    padding:.7rem 0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.151);

   }

   .related-articles  a:hover{
       text-decoration: underline;
   }

   .full-art p, .full-art li{
       font-size: .9rem;
       line-height: 1.4 !important;
   }


   #refid li{
    margin-top: .3rem;
   }

   #mobile-offcanvas{
    height: 90vh;
    width: 100%;
    top: unset;
    border-right: 0;
   }
   .modal-backdrop
   {
 top: unset;
 height: 90%;
 bottom: 0;
   }

   .mobile-nav li a{
    padding-top: .8rem;
    padding-bottom: .8rem;
   }

   .mobile-nav li .nav-link{
    display: inline-block;
   }


   .notafter{
    text-decoration: none;
   }

   .notafter::after{
    display: none;
   }
   

   .mobile-nav .accordion-button
   {
    font-weight: 500 ;
    color: rgb(65, 65, 65) !important;
   } 

   .mobile-nav .submit-paper-btn{
    background-color: var(--third-color);
    color: white !important;
    width:9rem !important;
    margin-top: 1rem;
    padding: .8rem 1.25rem;
    text-align:center;
    justify-content: center;
    border-radius: .4rem !important;

   }

   .mobile-nav .accordion-button::after{
    /* display: none; */
    
    background-image: url("../images/plus.png");
}
.mobile-nav .accordion-button:not(.collapsed)::after{
    /* display: none; */
    background-image: url("../images/minus.png") ;
}

.mobile-nav .accordion-button:not(.collapsed){
    background-color: #5f4d6db2;
    box-shadow: 0 0 0.25rem #5f4d6db2;
    border-color: #5f4d6db2;
    color: white !important;
}

.mobile-nav .accordion-button:focus{
    box-shadow: none;
    border: none;
}


.dropdown-mobile li:first-child a{
    margin-top: 0;
    padding-top: .8rem;
    padding-bottom: 0.8rem;

}
.dropdown-mobile li:last-child a{
    padding-bottom: 0.8rem;
    

}

.dropdown-mobile{
    background-color: #eeeeee;
    margin-bottom: 0;

}

.dropdown-mobile a{
    color: rgb(78, 78, 78);
}



.book-info-side>.w-35{
    width: 8rem;
}

.book-info-side >:last-child{
    width: 90%;
}

.book-info-side >:last-child>a{
    margin-top: .3rem;
}

.editor-box>div:not(.editor-box>div:first-child){
    margin-top: .8rem !important;
    margin-bottom: 0 !important;
}
.editorial-section *{
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.link-main{
   color:  #0058dbcc;
   text-decoration: none;
}

.link-main:hover{
    text-decoration: underline;
   color:  #0058dbcc;

}

.bg-light-sec{
    background-color: rgb(241, 241, 241);
}

.cur-point{
    cursor: pointer;
}

.select-cite{
   width: 100%;
   padding: .3rem;
   
   border-radius: .2rem;

}

.select-cite:focus{
    outline: none;
}

.cite-content{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgb(148, 148, 148);
    padding: .5rem;

}

.copy-clip{
    padding: .4rem .8rem;
    color: white;
    border-radius: .4rem;
    transition: all .4s;
    text-decoration: none;
    background-color: var(--third-color);
}

.copy-clip:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(182, 0, 0);
    text-decoration: underline;
}

.share-div>div{
    height: 3rem;
    width: 3rem;
}

.full-article *{
    word-break: break-word;
} 

.content{
    color: white;
    text-decoration: none;
    background: var(--third-color);
    font-size: 1rem;
    padding: .3rem 1rem;
    border-radius: .3rem;
}


.content:hover{
    color: white;

}

.profile-section{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.profile-section>div{
    width: 14rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: .4rem;
    height: 17rem;
    
    box-shadow: 0rem 0rem .5rem rgb(207, 207, 207);
    margin-right: 1.4rem;
    margin-top: 1.4rem;
    /* border: 1px solid black; */

}
.profile-section>div>div:first-child{
    border-bottom-left-radius:.1rem ;
    border-bottom-right-radius:.1rem ;
    overflow: hidden;
}

.profile-section>div>div:first-child::before{
content: "";
width: 100%;
margin: auto;
height: 20%;
display: block;
position: absolute;
bottom: -10%;
left: 50%;
transform: translate(-50%);


border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 5%;
border-bottom-left-radius: 5%;
background-color: white;

}


.profile-section>div>div:first-child{
    height: 12rem;
    position: relative;


}

.profile-section img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;


}

.profile-section .name{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: .4rem;
    margin-bottom: 0;

}

.profile-section .profess{
    font-style: italic;
    font-size: .8rem;
    text-align: center;
    margin-top: .3rem;
    font-weight: 600;
    color: rgba(3, 3, 3, 0.616);

}

.profile-section .link  {
    justify-content: center;
    display:flex;
}

.profile-section .link a{
    color: var(--primary-color) !important;
    font-size: .8rem;
    margin-top: .2rem;


}

.info-profile{
    padding: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex-grow: 1; */
    z-index: 99;
    height: 7rem;
}






 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
}


 .numbers-wrapper {
	 height:52px;
	 width: auto;
	 overflow: hidden;
	 padding: 10px;
	 /* border-radius: 10px; */
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 /* box-shadow: inset 5px 5px 10px #07090c, inset -5px -5px 10px var(--primary-color); */
}
 .numbers-wrapper .nums {
	 transition: bottom 0.7s;
	 opacity: 0.92;
	 color: #fff;
	 display: flex;
	 flex-direction: column-reverse;
	 align-items: center;
	 font-size: 2rem;
	 line-height: 46px;
	 position: relative;
	 padding: 12px;
     border-right: 1px solid white;
	 background-color: var(--primary-color);

	 font-family: 'Poppins', sans-serif;
}
 .numbers-wrapper .nums span {
	 margin: 5px;
	 user-select: none;
     color: white;
}
 .nums:nth-child(1) {
	 bottom: var(--bottom-0);
}
 .nums:nth-child(2) {
	 bottom: var(--bottom-1);
}
 .nums:nth-child(3) {
	 bottom: var(--bottom-2);
}
 .nums:nth-child(4) {
	 bottom: var(--bottom-3);
}
 .nums:nth-child(5) {
	 bottom: var(--bottom-4);
}
 .input-wrapper {
	 margin-top: 50px;
	 display: flex;
}
 .input-wrapper #input-number {
	 color: #fff;
	 padding: 0px 10px;
	 box-sizing: border-box;
	 outline: none;
	 font-size: 1.2rem;
	 width: 200px;
	 height: 40px;
	 border: none;
	 border-radius: 5px;
	 font-family: 'Poppins', sans-serif;
	 text-align: center;
	 background-color: #0d1117;
	 box-shadow: inset 5px 5px 10px #07090c, inset -5px -5px 10px #131922;
	 transition: transform 0.2s;
}
 .input-wrapper #input-number:focus {
	 transform: translate(-10px);
}
 .input-wrapper #input-btn {
	 padding: 0 10px;
	 margin-left: 7px;
	 box-sizing: border-box;
	 border-radius: 5px;
	 border: none;
	 outline: none;
	 background-color: #198754;
	 box-shadow: inset 5px 5px 10px #105636, inset -5px -5px 10px #22b872;
	 color: rgba(255, 255, 255, .9);
	 font-weight: bold;
	 font-size: 1rem;
	 cursor: pointer;
	 font-family: 'Poppins', sans-serif;
	 opacity: 0.9;
}
 .input-wrapper #input-btn:active {
	 transform: scale(0.95);
}
 
.addauth,.journal_submit{
    font-size: .8rem;
    text-transform: uppercase;
    margin-left: .6rem;

    color: rgb(0, 75, 145);
    font-weight: 600;
    /* text-decoration: none; */

}

.addauth i{
    margin-right: .2rem;
}

.journal_submit i {
    margin-left: .4rem;
}

.authors-list-sec{
    background-color: #049bff15;
    border-radius: .4rem;
}

.author-list-content{
    padding: 1rem;
    border-radius: .4rem;

    background: white;
}

.lh-12{
    line-height: 1.2;
}

.step-btns a{
    display:flex ;
    align-items: center;
    justify-content: center;
    width: 13rem;
    background-color: rgb(11, 129, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 600;
    padding: .5rem .8rem;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: .3rem;
    cursor: pointer;
}

.step-btns a:first-child{
    background-color: transparent;
    color: black;
    border: 1px solid black;

    margin-right: 2rem;
}

.step-btns{
    display: flex;
    justify-content: center;
}

.author-list-content input{
    /* padding: ; */
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.411);

}

.author-list-content input:focus{
    outline: none;
}

.fb-20{
    flex-basis: 20%;
    width: 20%;
}

.fs-55{
    font-size: 1.1rem;
}

.ms-05{
    margin-left: .15rem;
}


.yes-no>div{
    align-items: center;
}

.yes-no input{
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    border-radius: 50%;
    position: relative;
    width: 14px;
    border: 1px solid rgba(124, 124, 124, 0.993);
    cursor: pointer;

}

.yes-no input:checked{
    border-color: rgb(11, 129, 0);
}
.yes-no input:checked::before{
    content: "";
    position: absolute;
    height: 8px;
    width:8px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgb(11, 129, 0);


}

.not-file-appear{
    appearance: none;
    -webkit-appearance: none;
}

.upload-file-block{
    display: flex;
     /* align-items: center; */
    width: 100%;

    height: 10rem;
    background-color: #f0f6ff;
    padding: 1.2rem .7rem;
    border-radius: .5rem;
}

.upload-file-block .addauth
{
    font-size: 1rem !important;
}

.fs-8{
    font-size: .85rem;
}

.review-form-block{
    background-color: #e3ffee;
    margin-top: 1rem;
    border-radius: .4rem;
    padding:1.5rem 1rem;
}

.review-form-block>*{
    margin-bottom: .8rem;
    line-height: 1.8 !important;
}

.author-list-content-review{
    padding: .7rem;
    border-bottom: 1px solid rgb(189, 189, 189);

}

.author-list-content-review:last-child
{
    /* background-color: rgb(219, 219, 219) !important; */
    /* border-bottom: 1px solid black; */
    border: none;
}

.lh-11{
    line-height: 1.3;
}

.searchkwrd{
    text-decoration: none;
    border: none;

    color: rgb(65, 65, 65) !important;
    border-bottom: 1px solid rgba(65, 65, 65, 0.411) !important;
    cursor: pointer;
    background-color: transparent;
}
.searchkwrd:focus{
    outline: none;
}
.text-theme-3{
    color: var(--third-color) !important;
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav>li{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

 .submit-btn-main {
    background: var(--third-color);
    color: rgb(255, 255, 255) !important;
    border-color: transparent;
    font-weight: 500;
    border-radius: 0.2rem;
    text-decoration: none;
    padding: .3rem 1rem;
}

.searchinput{
    border: 1px solid rgba(128, 128, 128, 0.548) !important;
    border-radius: .2rem;
    padding:.2rem .5rem;
}

.searchinput:focus{
    outline: none;
}

.search-bar select{
    background-color: var(--secondary-color);
    color: white;
    padding: .2rem;
    border-radius: .2rem;
}
.search-bar span{
    background-color: var(--secondary-color);
    color: white;
    padding: .2rem;
    border-radius: .2rem;
}

.close-bar{
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 1.5rem;
    left: 95%;
    transform: translateX(-100%);
}
.collapsing{
    transition: none !important;
}

.active-search{
    background-color: #f1f1f1;
}

.active-search button{
    border-color: transparent !important;
}

.bg-search-header{
    background-color: #f1f1f1;
    
}
.journal-index{
    display: flex ;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.226);
    padding: .5rem;
}

.journal-index:hover{
    color: rgb(218, 218, 218);
}

.impact-acc .accordion-button{
    background-color: rgb(238, 238, 238);
   color: #555;
   border-radius: .2rem;
}

.impact-acc .accordion-button:not(.collapsed){
    background-color: var(--secondary-color);
    color: white;
   text-decoration: underline;



}

.impact-acc .accordion-button:not(.collapsed)::after{
    background-image: url('../images/down-arrow\ \(1\).png');
    opacity: 1;

}

.impact-acc .accordion-item
{
    border-radius: .2rem;
   border: 1px solid rgb(206, 206, 206);

}

.impact-acc .accordion-button::after{
    /* display: none; */
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    background-image: url('../images/down-arrow.png');
    opacity: .7;

}

.impact-acc .accordion-button:focus{
    box-shadow: none;

}

.impact-acc .accordion-item .accordion-body>div>h6,.readership h6{

    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .5rem 1rem;
    font-weight: 400;
    background:rgb(238, 238, 238);

}
.impact-acc .accordion-item .accordion-body>div>h5{
    font-size: 1rem;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.text-blue{
    color: rgb(0,51,153) !important;
}

.rec-lib *{
font-size: .9rem;
}
.rec-lib *:first-child{
    font-weight: 600;
}

.rec-lib input, .rec-lib select{
   /* height: calc(2.5rem + 2px) !important; */
   border:none;
   padding-top: .3rem !important;
   padding-bottom: .3rem !important;
   border-radius: 0;
   border-bottom: 1px solid rgba(206, 206, 206, 0.637);
   margin-left: .5rem;
   width: 14rem !important;
}

.rec-lib textarea{
   margin-left: .5rem;
   padding-top: .3rem !important;
   padding-bottom: .3rem !important;
   border-radius: 0;
   margin-top: 1rem;
   border: 1px solid rgba(51, 51, 51, 0.637);

}
.rec-lib input, .rec-lib select:focus{
    box-shadow: none;
    border-color: rgba(206, 206, 206, 0.637);

    /* border: ; */
}

.rec-lib p{
   margin-left: .5rem;
   margin-bottom: 0.3rem;
   font-weight: 700;


}

.rec-lib input:focus{
    box-shadow: none;
    outline: none;
    border-color: rgba(206, 206, 206, 0.637);
}
.me-05{
    margin-right: .1rem;
}

.buttons {
    display: flex;
    margin-top: 1rem;
    justify-content: end;
    align-items: center;
}

.buttons  a{
    padding: .8rem 2rem;
    margin-left: .6rem;
    background-color: rgb(221, 221, 221);
    color: rgb(68, 68, 68);
    border-radius: .2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.buttons  a:first-child{
    background-color: rgba(221, 221, 221, 0);
    

}

*{
    word-break: break-word;
}

.go-home a{
    background-color: rgb(221, 221, 221);
    color: rgb(88, 88, 88);
    padding: .8rem 1.6rem;
    border-radius: .2rem;
}

.dropdown-menu[data-bs-popper]
{
    top: unset;
}
.social-media-block{
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.social-media-block a{
    text-decoration: none;
    display: flex;
    margin-right: 2rem;
    /* color: ; */

    align-items: center;
  
    flex-direction: column;
}

.social-media-block a img{
    width: 32px;
    height: 32px;
}

.art-cont>.d-flex{
    margin-top: .3rem;
    align-items: center;
}
.art-cont>.d-flex a{
    text-decoration: none;
    color: rgb(0, 58, 184);
    font-weight: 500;
}
.art-cont>.d-flex span{
    /* padding: 0rem .4rem; */
    height: 1rem;
    font-size: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    border: .6px solid rgba(0, 0, 0, 0.398);
    border-radius: 2px;
    opacity: .8;
}

.rounded-bottom-0{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-bottom-3{
    border-bottom-left-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}

.search-tabs .nav-link {
flex-basis: 25%;
font-size: 1.1rem;
text-align: center;
color: rgba(0, 0, 0, 0.658);
background-color: #eee;
border:1px solid rgb(192, 192, 192) !important;
margin-right: .3rem;
}

.search-tabs .nav-link.active{
    background-color: var(--secondary-color);
    color: white;
}

.journal-content-item .issue-img{
    width: 5.5rem !important;
    height: 7rem !important;
    border-radius: 0 !important;
    box-shadow:none !important;

}

.journal-content-item .issue-img img{
    /* object-fit: cover; */
}

.subscribe-tabs .nav-link{
    /* flex-grow: 1; */
    text-align: center;
    background: #eee;
    border: 1px solid #eee;
    margin-right: .2rem;
color: rgba(0, 0, 0, 0.558);
text-transform: uppercase;
/* flex-basis: 18%; */
display: flex;
align-items: center;
justify-content: center;
}

.subscribe-tabs .nav-link:last-child{
    margin-right: 0;
    
}

.subscribe-tabs {
    border-bottom: 0;
}

.ediblock div{
    display: flex;
    justify-content: space-between;
    padding: .4rem .8rem;
    font-size: .9rem;
    background-color: #eee;
    width: 95%;
    margin-left: auto;
    margin-bottom: .5rem;
    border-radius: 4px;
}

.ediblock{
    margin-bottom: .9rem;
}

.ediblock div a{
    text-decoration: none;
}

.ediblock>h5{
    padding-top: .5rem;

    padding-bottom: .5rem;
    border-bottom: .6px solid rgba(0, 0, 0, 0.111);
    margin-bottom: .8rem;
}

.journal-img{
    width: 7rem;
}

.subs-type a{
    border-bottom: .6px solid rgba(0, 0, 0, 0.209);
    padding: .4rem;
    display: block;
    width: 100%;
}

.subs-type button{
    background:transparent;
    border:.6px solid #0d6efd;
    color:#0d6efd ;
    border-radius: 3px;
}

.subs-type span{
    font-size: 1.2rem;
}




.text-tiny{
  padding-top: 0.5rem;
}
.margin-bottom{
    margin-bottom: 15px;
}
.margin-vertical--small {
    margin-top: 7px;
    margin-bottom: 7px;
}
.margin-right {
    margin-right: 15px;
}
.margin-bottom--small {
    margin-bottom: 7px;
}

.margin-horizontal--small {
    margin-left: 7px;
    margin-right: 7px;
}

.bucket-body {
    padding: 25px 20px 5px 20px;
}
.link-list--styled {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #555;
}
.link-list--styled li {
    border-bottom: 1px solid #eee;
    padding: 7px 32px 7px 13px;
}
.link-list--styled a {
    color: inherit;
    text-decoration: none;
}

.bucket {
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative;
}
.bucket-title {
    padding: 17px 20px 0;
    font-size: 18px;
    display: block;
    color: inherit;
    text-decoration: none;
}
.bucket-title--collapse {
    cursor: pointer;
}
.accordion-state-icon {
    margin-right: 6px;
}
.accordion-state-icon:before {
    font-size: 0.6em;
    position: relative;
    top: -2px;
}
.collapse.in {
    display: block;
}

.collapse {
    transition-property: height;
    transition-duration: 0.01s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.bucket-body {
    padding: 25px 20px 5px 20px;
}
.collapse:not(.show) {
    display: none;
}
.bucket-body {
    padding: 25px 20px 5px 20px;
}
.accordion-state-icon {
    margin-right: 6px;
}
.collapse.in {
    display: block;
}
.collapse {
    transition: height 0.01s;
}
.bucket-body {
    padding: 25px 20px 5px 20px;
}
.form-minimal {
    padding-left: 0;
    padding-right: 0;
}
.margin-vertical--medium {
    margin-top: 23px;
    margin-bottom: 23px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inline-icon--line-plus:before, .collapsed .accordion-state-icon:before {
    content: "\f12b";
    display: inline-block;
    font-family: "sageicon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.accordion-state-icon:before {
    font-size: 0.6em;
    position: relative;
    top: -2px;
}
.color-smooth-grey {
    color: #555 !important;
}

.text-large {
    font-size: 19px;
}
.margin-vertical--medium {
    margin-top: 23px;
    margin-bottom: 23px;
}
.field-item{
    display: flex;
    justify-content: space-between;
}

.button-small{
    line-height: 22px;
    font-size: 14px;
    min-width: 75px;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    background-color: #fff;
    color: #007D86;
    border-color: #007D86;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  /* .active:after {
    content: "\2212";
  } */
  





  /* pop */

  .pop_box{
    max-width: 400px;
    margin: 0 auto;
    position: absolute;
    top: 17rem !important;
    left: 22rem;
  }




 .popover {
position: unset !important;
 top: 31rem !important;
 left: 15rem !important;
 z-index: 99999999;
 max-width: 800px !important;
 margin: 0 auto;

}
  .popover.bottom {
    margin-top: 12px;
}

.fade.in {
    opacity: 1;
}

.popover--cart {
    left: 4px !important;
    right: 0;
    padding: 10px;
    border-color: #bbb;
    border-bottom-width: 4px;
}
.popover--light, .popover--cart {
    background-color: #fff;
}
.popover {
    /* position: absolute; */
    top: 0;
    /* left: 0; */
    z-index: 100;
    /* display: none; */
    padding: 12px 16px;
    background-color: #f7f7f7;
    /* border: 2px solid #5fc3b3; */
    white-space: normal;
}
.text-small, .popover {
    font-size: 13px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.popover--cart.bottom>.arrow {
    left: auto !important;
    right: 15px;
    border-bottom-color: #bbb;
}

.opover-content {
    text-align: left;
}
.l-cart-link-wrapper div#products-container {
    display: block;
    padding: 12px 16px;
    overflow: hidden;
    margin-bottom: 10px;
}



.brand-color-8 {
    color: #65b96a !important;
}
.table--cart-info {
    min-width: 300px;
}

table {
    margin: 0;
    padding: 0;
    font-size: inherit;
}
.table--cart-info th, .table--cart-info .table--default thead td, .table--default thead .table--cart-info td {
    padding: 9px 0;
    font-weight: normal;
    text-transform: uppercase;
}
.padding-horizontal--medium {
    padding-left: 23px;
    padding-right: 23px;
}

.panel {
    background-color: #f7f7f7;
    padding: 20px;
    /* border: 1px solid #ccc; */
}
.cart-info-actions{
    text-align: center;
}

.button-default {
    background-color: #007D86;
    border-color: #007D86;
    color: white;
}






/* form */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
/* #contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
} */

#contact button[id="contact-submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  }

  #contactMsg button[id="messageReed"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  }
#contact{
  background: #F9F9F9;
  padding: 25px;
  /* margin: 150px 0; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contactMsg{
background: #F9F9F9;
  padding: 25px;
  /* margin: 150px 0; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contactMsg span{
    font-size:14px;
    font-weight: 600;
}
#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  border: none;
  background-color: rgb(11, 129, 0);
  color: #FFF;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0.2rem;
}

#contact button[id="contact-submit"] {
    cursor: pointer;
    border: none;
    background-color: rgb(11, 129, 0);
    color: #FFF;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0.2rem;
}

#contactMsg button[id="messageReed"] {
    cursor: pointer;
    border: none;
    background-color: rgb(11, 129, 0);
    color: #FFF;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0.2rem;
}

#close{
    cursor: pointer;
    border: none;
    background: var(--third-color);
    color: #FFF;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0.2rem;
}
.fix_to_btn{
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}
#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contactMsg button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

#contact button[id="contact-submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  #contactMsg button[id="messageReed"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact button[id="contact-submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  #contactMSg button[id="messageReed"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



@media (max-width: 768px) {
    .pop_box{
        left: 0;
    }
    
}

.downloadPDF{
    cursor: pointer;
}

