*{
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    /* font-family: "Times New Roman", Sans-serif; */
}

/* variables */
:root{
    --blue: #363E6E;
    --green: #2CB788;
}


body{
    overflow-x:hidden;
}

/* header css starts */

#header{
    border-bottom: 1px solid #f1f1f1;
    display: block;

}

.header-container{
    padding: 10px 100px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.logo-container{
    display: inline-block;
    width: 15%;
}

img.site-logo{
    width: 100%;
}

.title-menu-container{
    display: inline-block;
    width: 85%;
}

.title-container{
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px;
}

h1.site-title{
    /*color: var(--blue);*/
    color: #00AEEF;
    font-family: "Times New Roman", Sans-serif;
    font-size: 62px;
    font-weight: 600;
}

h2.site-subtitle{
    color: var(--green);
    font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 600;
}

.menu-container{
    padding: 10px;
}

.my-menu{
    text-align: center;
}

.menu-item{
    display: inline;
    padding: 10px 18px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    a{
        color: #000;
    }
    a:hover, .active{
        color: var(--green);
    }
}

/* header css ends  */

/* main container default css starts  */

.main-container,.special-boxes{
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
}

/* sidebar css starts */
.sidebar-container{
    width: 20%;
    padding: 10px;
}
.menu-buttons-container{
    text-align: center;
    margin-bottom: 20px;
}
.menu-button{
    background-color: var(--green);
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    padding: 8px;
    a{
        color: white;
    }
}

.scrolling-notice, .logo-download-container{
    padding: 10px;
    border: 1px solid #CACACA;
    margin-bottom: 20px;
}

marquee{
    height:150px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
}

ul.lst{
    list-style: disc;
    margin: 15px 0 15px 20px;
}

.logo-download-container{
    text-align: center;
}

.download-logo{
    width: 80%;
}

/* sidebar css ends */
/* body css starts  */

/* slider css */
/* sliders */

.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.dot {
  display: none;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.container{
    width: 80%;
    padding: 10px;
}

/* demo silder css */
.banner-slider{
    width: 100%;
    padding-top: 20px;
    img{
        width: 100%;
    }
}

.content-title{
    text-align: center;
}

h3.page-title{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0px;
}

.page-content{
    text-justify: inter-word;
}

p, .policy-side-span{
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    color: #333333;
    line-height: 20px;
}

/* homepage special boxes  */
.special-box{
    padding: 10px;
}

.special-box img{
    width: 100%;
    border-radius: 5px;
}

/* main container css ends */
/* footer css starts */
#footer{
    padding: 30px 100px;
    border-top: 1px solid #CECECE;
    display: block;
}

.footer-container{
    display: flex;
    justify-content: space-between;
}

.footer-about-container{
    width: 22%;
    border-radius: 20px;
    border: 1px solid #CECECE;
    padding: 10px;
}

h3.footer-about-heading{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.footer-para{
    font-size: 12px;
    font-family: "Poppins", Sans-serif;
    color: #333333;
    line-height: 16px;
    text-align: justify;
}

.footer-menu-container{
    width: 74%;
    text-align: center;
    display: block;
}

h3.footer-menu-heading{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu-item-container{
    display: flex;
    justify-content: space-evenly;
    border: solid #dddddd;
    border-width: 1px 0px;
}

.footer-menu-item{
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    a{
        color: #000000;
    }
    a:hover, .active{
        color: var(--green);
    }
}

.brr {
 /* border-right: 1px  #dddddd; */
}

/* footer social media icons container  */
.social-icons-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon{
    padding: 20px 10px;
}

.fa{
    color: #ffffff;
    padding: 10px;
    font-size: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.fa-instagram{
    background-color: #D13131;
}
.fa-facebook{
    background-color: #3b5998;
}
.fa-twitter{
    background-color: #1da1f2;
}
.fa-linkedin-square{
    background-color: #0077b5;
}

.copyright-container{
    background-color: var(--blue);
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-para, .copy-para span{
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    a{
        color: white;
    }    
}

.copy-para span{
    padding: 0px 10px;
}

/* star box css  */
.centralled{
    text-align: center;
}

.fa-star{
    color: var(--blue);
    font-size: 18px;
    padding: 15px 0 5px 0;
}

.download-form-btn-container{
    text-align: center;
    padding: 20px 10px;
    a{
        padding: 12px 24px;
        background-color: var(--green);
        color: white;
        font-family: "Poppins", Sans-serif;
        font-weight: 500;
        border-radius: 3px;
        i{
            color: white;
            padding: 0 !important;
            font-size: 16px;
        }
    }
}

/* special box with bg img  */

.specialbox-with-img-bg{
    padding: 0;
    margin-bottom: 20px;
    img{
        width: 100%;
    }
}


/* journal form */

.apply-form{
    /* text-align: center; */
}

.form-row{
    display: flex;
    width: 75%;
    margin: 0 auto;
}

.col{
    width: 50%;
    padding: 10px;
    border: 1px solid #8c8c8c;
}

input, select{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
}

label{
    font-family: 'Poppins', Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.form-submission-container{
    text-align: center;
}

input[type="submit"], input[type="reset"], #submit-btn{
    margin-top: 10px;
    padding: 12px 24px;
    background-color: var(--green);
    color: white;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.acceptance-container{
    width: 75%;
    text-align: justify;
    margin: auto;
    padding: 10px;
}

span{
    font-family: "Poppins", Sans-serif;
}

.acceptance{
    display: inline;
}

.policy-lists{
    display: flex;
    margin: auto;
    width: fit-content;
    padding: 20px 10px;
}

.policy-col{
    padding: 0 20px;
}

ul.policy-list {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}
  
li.policy-list-item {
    padding-left: var(--icon-space);
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
  
li.policy-list-item:before {
    content: "\f005"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: var(--blue);
}

.contact-page-subheading{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.email-container{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}

.email-icon{
    color: #000;
    font-size: 16px;
}

.email-send{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    a{
        color: #000;
    }
}

.email-send:hover{
    a, .email-icon{
        color: var(--green);
    }
}

.contact-form-container{
    background-color: #FBFBFB;
    border: 3px solid #F1F1F1;
    border-radius: 4px;
    padding: 40px;
    width: 60%;
    margin: auto;
}

.form-control{
    display: block;
    width: 99%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #D5D5D7;
    border-radius: 3px;
    font-size: 14px;
}

textarea{
    height: 120px;
}

.contact-bottom-banner-container{
    padding: 10px 100px;
}

/* table with search option css  */
#myInput {
    font-family: "Poppins", Sans-serif;
    background-image: url('../images/myimage/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
  
#myTable {
    font-family: "Poppins", Sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
}
  
#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}
  
#myTable tr {
    border-bottom: 1px solid #ddd;
}
  
#myTable tr.header, #myTable tr:hover {
    background-color: #f1f1f1;
}

.apply-evo-button-container{
    text-align: center;
    margin-bottom: 10px;
}

.impact-heading{
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color: #333333;
    text-decoration: underline;
    margin-bottom: 10px;
}

.apply-evo-button{
    a{
        font-family: "Poppins", Sans-serif;
        font-size: 18px;
        color: #D13131;
        text-decoration: underline !important;
    }
    a:hover{
        color: var(--green);
    }
}

.impact-factor-heading{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    margin-bottom: 10px;
    text-align: center;
}

.impact-factor-service-container{
    font-family: "Poppins", Sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: auto;
    width: fit-content;
    background-color: #e6e6e6;
}

.impact-factor-service-list{
    list-style-position: inside;
    font-size: 14px;
    line-height: 20px;
}

.added-journal-heading{
    text-decoration: underline;
    font-size: 18px;
}

.added-journal-container{
    background-color: var(--blue);
    /* background-color: #8c8c8c; */
    color: white;
    padding: 20px;
    font-family: "Poppins", Sans-serif;
    /* width: max-content; */
    /* height: 180px; */
    margin: auto;
}

.added-journal-list{
    padding: 20px;
}

/* faq css */
.faq-container{
    padding: 20px 10px;
    font-family: "Poppins", Sans-serif;
}

.faq-heading{
    font-size: 22px;
    padding-bottom: 10px;
}

.answer-list{
    list-style-position: inside;
}

.my-faq{
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border-radius: 3px;
}

.question{
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.answer{
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    background-color: #f7f7f7;
}

.siifi-heading, .testimonial-heading{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.testimonial-heading{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.siifi-evalution-boxes{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-family: "Poppins", Sans-serif;
}

.siifi-evalution-box{
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 34, 0, 0.833);
    width: 46%;
}

.siifi-evalution-box-heading{
    color: #00AEEF;
    text-decoration: underline;
    font-size: 18px;
    padding-bottom: 5px;
}

.siifi-evalution-content{
    font-size: 16px;
    text-align: justify;
}

.criteria-container{
    font-family: "Poppins", Sans-serif;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 3px;
}

.criteria-heading{
    font-size: 16px;
    margin-top: 10px;
}

.fa-quote-left{
    color: var(--blue);
    font-size: 32px;
}

.testimonial-container{
    width: 100%;
}

.testimonial-frame{
    width: 100%;
    height: 320px;
}

.response-box{
    font-size: 16px;
    color: green;
    border: 1px solid;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3px;
}

.apply-evo-button{
    animation: colorAnimation 1s step-start infinite; 
    background-color: yellow;
}


@keyframes colorAnimation {
    0% {
        color: #D13131;
    }
    50% {
        color: #D13131;
    }
    100%{
        color: var(--green);
    }
}
.next-pre{
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    background-color: var(--green);
    color: white;
}

.pagination {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}