﻿body {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 2050px;
    margin: 0 auto;
}

.HeaderMainn {
    margin: 0;
    top: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(90deg, #1b55a1, #0d2c54);
    color: white;
    padding: 12px 20px;
    /*box-shadow: 10px 10px 5px grey;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    /*margin-bottom: 5px;*/
}

    .HeaderMainn div {
        display: inline-block;
    }

    .HeaderMainn .logo {
        margin-top: 5px;
        margin-left: 5px;
        width: 150px;
        height: 150px;
        float: left;
        /*border-bottom-right-radius: 20%;
                border-top-left-radius: 20%;*/
        overflow: hidden;
        /*box-shadow: 5px 5px 3px rgba(4, 4, 4, 0.67);*/
    }

        .HeaderMainn .logo img {
            width: 150px;
            height: 150px;
        }

    .HeaderMainn .divJDetails {
        padding-top: 10px;
       
        max-width: 80%;
        color: white;
        font-weight: bold;
        vertical-align: middle;
    }

        .HeaderMainn .divJDetails #lblJName {
            margin-left: 20px;
            padding: 3px 5px 3px 5px;
            color: white;
            line-height: 30px;
            font-weight: bold;
            font-size: 20px;
        }

        .HeaderMainn .divJDetails .lblISSN {
            margin-left: 20px;
            padding: 3px 5px 3px 5px;
            color: white;
            line-height: 30px;
            font-weight: bold;
            font-size: 20px;
        }

    .HeaderMainn .DivHeadRight {
        padding-top: 10px;
        float: right;
        width: 30%;
        min-width: 200px;
    }

        .HeaderMainn .DivHeadRight label {
            padding-left: 20px;
            color: white;
            line-height: 30px;
            font-weight: bold;
            font-size: 16px;
        }



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width:100%;
}



    .row .DynamicDivLeft, .row .DynamicDivRight {
        display: inline-block;
    }

.SlidArea {
    top: auto;
    position: relative;
    top: auto;
    position: relative;
    width: 70%;
    display: inline-block;
}

.sildeDiv .SlidArea {
    width: 75%;
    float: left;
    /*max-width:1000px;*/
   height: auto;
    background: #000;
    display: inline-block;
    position: relative;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
    overflow: hidden;
}



.container .sildeDiv {
            margin-top: 38px;
            width: 100%;
            height: 25vw;
            background: #000;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            position: relative;
        }
 .sildeDiv .sildeDiv2 {
            float: right;
            width: 25%;
            height:100%;
            background: url('../assets/images/ready-back-school_1134-12.jpg');
            display: inline-block;
            vertical-align: central;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            text-align: center;
                overflow: hidden;
        }

        .sildeDiv2 input {
            display: block;
            padding: 10px;
            text-align: center;
            margin: 2px;
            width: 200px;
            margin-left: 10%;
            margin-top: 10%;
        }

       .button5 {
            display: inline-block;
            padding: 0.3em 1.2em;
            margin: 0 0.1em 0.1em 0;
            border: 0.16em solid rgba(255,255,255,0);
            border-radius: 2em;
            box-sizing: border-box;
            text-decoration: none;
            font-family: 'Roboto',sans-serif;
            font-weight: 300;
            color: #FFFFFF;
            text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
            text-align: center;
            transition: all 0.2s;
            background-color: #1f5ec3;
        }

            .button5:hover {
                border-color: rgb(4, 0, 0);
            }

        .DynamicDivLeft {
            width: 24%;
            float: left;
            height: auto;
            background: rgba(0,0,0,0.45);
             
        }

        .DynamicDivRight {
            margin-left: 1%;
            width: 75%;
            float: right;
            height: auto;
            min-height: 500px;
            background: white;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
              margin-top:10px;
        }

        .DynamicDivLeft .tblLink1 {
            width: auto;
            margin-left: 3%;
            border-collapse: separate;
            border: 2px solid white;
            font-weight: bold;
            color: white;
            height: 90px;
            padding: 15px;
            padding-left: 20%;
            margin-top: 22px;
            background: #205672;
            animation: linear colorchange 20s infinite; /* animation-name followed by duration in seconds*/
            /* you could also use milliseconds (ms) or something like 2.5s */
            -webkit-animation: linear colorchange 20s infinite; /* Chrome and Safari */
        }

        .DynamicDivLeft .tblLink2 {
            width: auto;
            margin-left: 3%;
            border-collapse: separate;
            border: 2px solid white;
            font-weight: bold;
            color: white;
            height: 90px;
            padding: 15px;
            padding-left: 20%;
            margin-top: 22px;
            background: #1f5ec3;
            animation: linear colorchange1 20s infinite; /* animation-name followed by duration in seconds*/
            /* you could also use milliseconds (ms) or something like 2.5s */
            -webkit-animation: linear colorchange1 20s infinite; /* Chrome and Safari */
        }
        .DivIntroHeader {
    position: relative;
    top: 5px;
    padding: 10px;
    padding-left: 20px;
     width: auto; 
    margin: 0px;
    font-size: 20px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, #444444 74%, rgba(166,166,166,0.7455357142857143) 100%);
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-family: Britannic;
}
        .DivIntroContainer {
    color:white;
    background:#444444;
    background:#fff;
    color:#000;
    width:auto;
    padding:10px;
    font-family:Calibri;
    font-size:16px;
    }
        
.button4 {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all 0.2s;
    background-color: #9a4ef1;
    cursor:pointer;
}

.sildeDiv .sildeDiv2 .UploadDiv:first-child{
    margin-top: 50px;
}

@media only screen and (max-width: 1130px) {
   .container .sildeDiv {
            margin-top: 0px;
            width: 100%;
            height: auto;
            background: #000;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            position: relative;
            overflow:hidden;
        }
}
@media only screen and (max-width: 1050px) {
   .container .sildeDiv {
            margin-top: 0px;
            width: 100%;
            height: auto;
            background: #000;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            position: relative;
            overflow:hidden;
        }
}
@media only screen and (max-width: 980px) {
   .container .sildeDiv {
            margin-top: 0px;
            width: 100%;
            height: auto;
            background: #000;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            position: relative;
            overflow:hidden;
        }
}
@media only screen and (max-width: 900px) {
   .container .sildeDiv {
            margin-top: 0px;
            width: 100%;
            height: auto;
            background: #000;
            box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.82);
            position: relative;
            overflow:hidden;
        }
}
@media only screen and (max-width: 860px) {
   .container .sildeDiv {
           
            height: 330px;
            
        }
   .sildeDiv2 input {
   
    padding: 8px 8px;
   
    margin: 2px;
    width: 160px;
     margin-left: 1%; 
    margin-top: 10%;
}
}
@media only screen and (max-width: 800px) {
   .container .sildeDiv {
            height: 300px;
        }
  
}

@media only screen and (max-width: 740px) {
   .container .sildeDiv {
            height: 370px;
        }
    .container .sildeDiv .SlidArea {
    float:none;
    width:100%;
    display:flex;
    height:300px
    
    }
      .container .sildeDiv .sildeDiv2 {
    float:none;
    width:100%;
      display:flex;
      height:70px;
    }
      .sildeDiv .sildeDiv2 .UploadDiv:first-child {
     margin-top: initial; margin:0 auto;
}
      .sildeDiv .sildeDiv2 .UploadDiv:nth-child(2) {
     margin-top: initial; margin:0 auto;
}

      .DynamicDivLeft {
                width: 98%;
                float: none;
                height: auto;
                background: rgba(0,0,0,0.55);
            }

            .DynamicDivRight {
                width: 98%;
                float: none;
                position: relative;
                overflow: auto;
                margin-top:10px;
            }

            .DynamicDivLeft .tblLink1 {
                width: 45%;
                display: inline;
                float: left;
                margin-left: 2%;
                border-collapse: separate;
                border: 1px solid white;
                font-weight: bold;
                color: white;
                height: 60px;
                padding: 0px;
                margin-top: 5px;
                margin-bottom: 5px;
                text-align: center;
                justify-content: center;
                vertical-align: middle;
            }

            .DynamicDivLeft .tblLink2 {
                width: 46%;
                display: inline;
                float: right;
                margin-right: 1px;
                border-collapse: separate;
                border: 1px solid white;
                font-weight: bold;
                color: white;
                height: 60px;
                padding: 0px;
                margin-top: 5px;
                margin-bottom: 5px;
                text-align: center;
                justify-content: center;
                vertical-align: middle;
            }
}





@media only screen and (max-width: 968px) {
    .HeaderMainn {
        margin: 0;
        top: 0;
        width: 100%;
        /*max-width: 850px;*/
        height: 140px;
        background: url('../assets/images/BGJournal1.jpg');
        box-shadow: 0px 0px 0px grey;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
      
    }



        .HeaderMainn .divJDetails .lblISSN {
            margin-left: 0px;
            padding: 3px 0px 3px 0px;
            color: white;
            line-height: 0px;
            font-weight: bold;
            font-size: 14px;
        }

        .HeaderMainn .divJDetails #lblJName {
            margin-left: 0px;
            padding: 3px 0px 0px 0px;
            color: white;
            line-height: 20px;
            font-weight: bold;
            font-size: 22px;
        }

        .HeaderMainn .divJDetails {
            width: calc(100% - 150px);
            padding: 0px;
            padding-top: 10px;
        }

        .HeaderMainn .logo, .HeaderMainn .logo img {
            width: 120px;
            height: 120px;
        }

        .HeaderMainn .DivHeadRight {
            display: none;
        }
}

@media only screen and (max-width: 900px) {
   
}


@media screen and (max-width: 768px) {
   

}
@media screen and (max-width: 768px) {
   
}