@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body{
    color: #404040;
}
.bg-color{
    background-color: #ffd608;
}
/*.bg-gray{
    background-color: #f5f5f5;
}*/
.custom-navbar{
    box-shadow: 1px 0px 5px rgb(0 0 0 / 30%);
    background: #fff;
}
.custom-navbar li.nav-item a{
    color: #000!important;
    margin: 0 10px; 
    transition: 0.5s all;
}
.custom-navbar li.nav-item.active a{
    color: #fff!important;
    font-weight: bold;
    background-color: #dd3d20;
    border-radius: 5px;
    margin: 0 10px;
    letter-spacing: 0.5px;
    width: fit-content;
}
.reg-btn{
  background-color: #28a745;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
}
.banner-sec{
    padding: 0;
}
.banner-sec img{
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}
.grediant-bg{
    /*background: radial-gradient(circle, rgba(254,241,19,1) 42%, rgba(254,207,5,1) 100%);*/
    padding: 0;
}
.journal-sec{
    padding-bottom: 30px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    background: #fff200
    /*background-image: repeating-conic-gradient(#ffffff4d 0 9deg, #feed0152 9deg 18deg);*/
}
.journal-sec img.banner{
    width: 100%;
}
.issue-div{
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    margin: 30px 20px 50px;
    text-align: center;
    position: relative;
    height: 140px;
    display: block;
}
.main{
   /* padding-bottom: 100px;*/
}
.issue-heading{
    background-color: #f1a219;
    color: #fff;
    padding: 10px;
}
.issue-detail p{
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0px;
    padding-left: 10px;
}
.issue-detail p.topic {
    color: #ba131a;
    padding-top: 17px;
}
.buttons{
    display: inline-block;
    position: absolute;
    left: 33%;
    bottom: -20px;
}
.buttons button, .buttons a{
    background-color: #f04e23;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #f04e23;
}
.buttons button:hover,  .buttons a:hover{
    color: #f04e23;
    background-color: #fff;
    border: 2px solid #f04e23;
}
.year-tag{
    cursor: pointer;
    margin: 0 4px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 25px;
    height: 43px;
    width: 85px;
    border-radius: 150px 150px 0 0;
    border: 5px solid;
    border-bottom: 0;
}
.tag{
    text-align: center;
    margin: -50px 0 1px;   
    position: relative;
    display: flex;
    justify-content: center;
}
.tag span{
   background:linear-gradient(16deg, rgba(252,252,252,1) 0%, rgba(254,241,19,1) 58%); 
   color: #ba131a;
}
.tag span:nth-child(1) {
  border-color: #ffbd0e;
}
.tag span:nth-child(2) {
  border-color: #f1a219;
}
.tag span:nth-child(3) {
  border-color: #e6871b;
}
.tag span:nth-child(4) {
  border-color: #d86d1b;
}
.tag span:nth-child(5) {
  border-color: #ce551c;
}
.tag span:nth-child(6) {
  border-color: #c53a1b;
}
.tag span:nth-child(7) {
  border-color: #ba131a;
}
.journal-arrow{
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
}
.journal-arrow span{
    padding: 10px 70px;
    height: 45px;
    border: 1px solid #fcbc15;
    border-right: 0;

}
.journal-arrow span:nth-child(1) {
    background-color: #ffbd0e;
}
.journal-arrow span:nth-child(2) {
  background-color: #f1a219;
}
.journal-arrow span:nth-child(3) {
  background-color: #e6871b;
}
.journal-arrow span:nth-child(4) {
  background-color: #d86d1b;
}
.journal-arrow span:nth-child(5) {
  background-color: #ce551c;
}
.journal-arrow span:nth-child(6) {
  background-color: #c53a1b;
}
.journal-arrow span:nth-child(7) {
    background-color: #ba131a;
    position: relative;
    padding: 10px 60px;
}
.journal-arrow span:nth-child(7):after{
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: -47%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 51px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #ba131a;
}
.journal-arrow h2 {
    color: #fff;
    position: absolute;
}

.journal-sec h1{
        color: #ba131a;
        padding-bottom: 20px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.ad{
    width: 100%;
    height: 400px;
    /*border: 1px solid #ccc;
    margin-top: 30px;*/
    background-color: #fff;
}
.ad p{
    vertical-align: middle;
    text-align: center;
}
    .ad img {
        width: 100%;
       box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    }
/*.banner img{
    width: 100%;
}
*//*form css*/

.login-page {
    width: 360px;
    padding: 5% 0 0;
    margin: auto;
}
.contact .form{
    max-width: 550px;
    margin-top:100px;
}
.form {
    margin-top:100px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input, .form textarea{
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #f04e23;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
    background: #f04e23;
}
.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form .message a {
    color: #f04e23;
    text-decoration: none;
}
.form .register-form {
    display: none;
}
.registration {
    background: #ffbe08; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #ffbe08, #ffd608);
    background: -moz-linear-gradient(right, #ffbe08, #ffd608);
    background: -o-linear-gradient(right, #ffbe08, #ffd608);
    background: linear-gradient(to left, #ffbe08, #ffd608);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
}
.registration h3{
    font-size: 22px;
}
.modal-open .modal{
    padding-right: 0px!important;
}
.modal-content{
    height: 100vh;
}
.modal-body{
    padding: 0px;
}
button.close{
    background-color: #f04e23;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 10px 15px;
}
.registration-logo{
    margin-bottom: 20px;
}
.page-footer{
    background-color: #dd3d20;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
}
.page-footer p {
    margin-bottom: 0px;
    font-size: 12px;
}
.page-footer a{
    color: #fff;
}
.page-footer a:hover{
    text-decoration: none
}
/*about-sec*/
.about-sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.entry-header{
    background-color: #f5f5f5;
    padding: 50px;
}
.entry-header h1{
    color: #dd3d20;
    font-size: 36px;
}
/*faq*/
.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
.card-header{
    background-color: #f1a816!important;
    color: #fff;
}
.card-header .btn-link:hover,.card-header .btn-link{
    color: #fff;
    text-decoration: none;
}
/* ANIMATED PLUS */
.navbar-toggler.plus {
  border: none;
}
.navbar-toggler.plus:focus {
  outline: none;
}
.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translate3d(0px, 6px, 0) rotate(90deg);
  transform-origin: center center;
}
.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translate3d(0px, -6px, 0) rotate(-90deg);
  transform-origin: center center;
}
.navbar-toggler.plus .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color:#dd3d20;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.plus .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.plus .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.thumbnail {
    width: 100%;
}
.flip-book{
    height: 100vh!important;
}
.stf__wrapper{
    padding-bottom: 0px!important;
}
.issues-wrapper{
    text-align: center;
    width: 50%;
    /*margin: 0 auto;*/
}
.banner-logo{
    width: 64%;
}
.ad-logo{
    width: 50%;
}
.issue{
    /*background-color: #ffd608;*/
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: none;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin: 80px 30px 20px 0;
    align-content: center;
    width: 100%;
}
.issue img{
    margin: 30px 20px
}
.justify-content-right{
    justify-content: flex-end;
}
.no-padding{
    padding:0!important;
}
.banner-video{
    width: 35%;
    position: absolute;
    top: 46%;
    right: 5%;
}
.banner{
    position: relative;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
.issue-div{
            margin: 0 0 40px 0;
        /*width: 46%;*/
    }
    .issue-detail p {
        font-size: 16px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .logo{
        width: 50px;
    }
    .banner-sec img {
        height: 100%;
        object-fit: contain;
    }
    .entry-header {
        padding-top: 30px;
    }
    .nav-link {
        display: inline-block;
    }
    .custom-navbar li.nav-item.active a
    {
        margin: 0px;
        letter-spacing: 0.5px;
        padding: 5px 10px;
    }

    .reg-btn {
        padding: 7px 14px;
        font-size: 14px;
    }
    .about-sec {
        padding-top: 30px;
    }
    .issue-div{
        margin: 0 0 40px 0;
        width: 100%;
    }
    .issues-wrapper{
        width: 100%;
    }
    .issue{
        display: block;
    }
    .issue img{
        width: 50%;
        margin:0 auto;
    }

}

@media only screen and (max-width: 767px) {
.issue-div{
    display: block;
    width: 100%;
    margin:0px;
    margin-bottom: 40px;
}
.logo{
    width: 50px;
}
.banner-sec img {
    height: 100%;
    object-fit: contain;
}
.entry-header {
    padding: 30px;
}
.entry-header h1 {
    font-size: 28px;
}
.entry-header p{
    font-size: 14px;
}
.nav-link {
    display: inline-block;
}
.custom-navbar li.nav-item.active a
{
    margin: 0px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}
/*li.nav-item {
    margin-left: 0px;
}*/
.reg-btn {
    padding: 7px 14px;
    font-size: 14px;
}
.about-sec {
    padding-top: 30px;
}
.issues-wrapper{
    width: 100%;
}
.issue{
    display: block;
    margin: 0px 0px 20px 0px;
}
.issue img{
    width: 100%;
    margin:0 auto;
}
.year-tag {
    cursor: pointer;
    margin: 1px;
    padding: 0px 5px;
    font-size: 8px;
    line-height: 25px;
    height: 25px;
    width: 37px;
    border-radius: 150px 150px 0 0;
    border: 3px solid;
    border-bottom: 0;
}
.journal-arrow span {
    padding: 10px 18px;
    height: 30px;
}
.journal-arrow span:nth-child(7):after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: -47%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #ba131a;
}
.journal-arrow h2 {
    color: #fff;
    position: absolute;
    font-size: 16px;
}
.tag {
    margin: 0;
    flex-wrap: wrap;
}
}

@media (min-width: 576px){
.modal-dialog {
        max-width: 100%;
        margin: 0 auto;
}
}

.hide{
    display: none;
}
