body{
    font-family:arial;    
    overflow-x: hidden;
    background: #fff;
    margin: 0;
    padding: 0;
}

@media (max-width: 650px) {
    body * {
        margin: 0;
        padding: 0;
        /* overflow-x: hidden;
        overflow-y: hidden; */
    }
}

/* HEADER CSS */

header {
    background: navy;
    height: 66px;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 200px;       
}

header * {
    color: #fff;
}

.navbar ul {
    display: block;
}

.navbar ul li {
    display: inline-block;
    margin: 8px 20px 0 0;
    cursor: pointer;   
    font-family: marcellus, sans-serif; 
}

.navbar ul li a {
    text-decoration: none;
    color: #fff;
}

.navbar ul li a:hover {
    text-decoration: none;
    color: orange;
}

/* For Mobile Menu */
#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 38px;
    padding: 0 4px;
    margin-left: 470px;
}

#hamburger-icon div {
    width: 28px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #1b0344;
    list-style-type: none;
    padding-top: 10px;
    z-index: 3000;
}

.mobile-menu li a {
    color: #fff;   
}

/*MEDIA QUERIES*/
@media (max-width: 650px) {

    header {
        background: green;
         /* padding-right: 28px; */
         top: 120px;  
    }
    header .navbar {
        display: none;
    }
    #hamburger-icon {
        width: 30px;
        display: block;
        margin-top: 15px;
        margin-left: 300px;
        padding: 0 8px;
    }

    .mobile-menu li {
        margin-bottom: 10px;
    }
    
}

/* END OF HEADER */

.banner{
    background:#fff;
    height:160px;
    width:100%;
    padding-left: 30px;      
}

.banner img {
    margin-left: 120px;
    width:80%; 
    height: 150px;
    overflow-x: hidden; 
}

@media (max-width: 650px) {
   
    .banner{
        width: 100%;
        height:70px;
        margin-top: 10px;     
    }
    .banner img {
        margin-left: -5px; 
        width: 300px;     
        height: 50px;
        overflow-x: hidden; 
    }
}

/*---------CSS FOR SLIDER-------------*/

.slider {
    width: 100%;
    height: 480px;
    background: url(slider/irsm-slide1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 65px;
    /*margin: 100px auto;*/
    animation: slide 20s infinite;
    animation-delay: 20s;
}

@keyframes slide {
    25% {
        background: url(slider/irsm-slide2.png);
        background-repeat: no-repeat; 
        background-size: cover;
    }
    50% {
        background: url(slider/irsm-slide3.png); 
        background-repeat: no-repeat; 
        background-size: cover;
    }
    75% {
        background: url(slider/irsm-slide4.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    100% {
        background: url(slider/irsm-slide5.png); 
        background-repeat: no-repeat;  
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
    .slider {        
        height: 300px;
        background-size: contain;
    }

    @keyframes slide {
        25% {
            background: url(slider/irsm-slide2.png);
            background-repeat: no-repeat; 
            background-size: contain;  
        }
        50% {
            background: url(slider/irsm-slide3.png); 
            background-repeat: no-repeat; 
            background-size: contain; 
        }
        75% {
            background: url(slider/irsm-slide4.png);
            background-repeat: no-repeat;
            background-size: contain;   
        }
        100% {
            background: url(slider/irsm-slide5.png); 
            background-repeat: no-repeat;  
            background-size: contain;
        }
    }

}

/*---------CSS FOR SCROLL BAR-------------*/

.scroll-notify {
    width: 100%;    
    background-color: #444;
    color: #fff;
    height: 30px;
    padding-top: 10px;
    font-weight: 400;
}

.scroll-notify span {
    color: #DEA247;
    font-weight: 600;
}

/*---------CSS FOR CONTACT-------------*/

.contact-main {
    width: 100%;
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    background: #F0F4FD;
    min-height: 400px;
}

.contact-address {
    margin: 65px 310px 20px 50px;    
    background: #fff;
    padding: 30px;
    width: 60%;
}

.contact-address h5 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;    
}

.contact-address p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.contact-form {
    width: 40%;
    margin-top: 65px;
    margin-bottom: 20px;
    margin-left: -280px;
    margin-right: 40px;
    background: #fff;
}

.contact-form {
    padding: 30px;    
}

.contact-form span {
    color: red;
    font-weight: 800;
    font-size: 16px;
    margin-left: 2px;
}

.contact-form h5 {
    font-size: 20px;
    font-weight: 800; 
    text-align: center;   
}

/*
.contact-form form label {
    width: 95px;
    display: inline-block;
    text-align: right;
}
*/

.contact-form form input[type=text] {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.contact-form form textarea {
    width: 90%;
    height: 120px;
    padding-left: 5px;
}

.contact-form form input[type=submit] {
    width: 92%;
    height: 40px;
    margin-top: 20px;    
    cursor: pointer;
    background: #DEA247;
    border: #DEA247;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 480px) {
    .contact-main {
        width: 100%;
        flex-wrap: wrap;
    }
    .contact-form {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .contact-address {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
    }
    .contact-form form input[type=text], input[type=submit], textarea {
        width: 90%; 
        border-radius: 10px;
        border: 1px solid grey;       
    }
    .contact-form form textarea {
        padding-top: 5px;
        padding-left: 5px;
    }
}

/*ABOUT CONTENT CSS*/

.about-banner {
    margin-top: 20px;
}

.about-banner2 {
    width: 100%;
    height: 200px;
    background-color: rgba(202, 163, 37, 0.5);  
}

.about-banner2 h4 {
    padding-top: 80px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.about-head {
    margin-top: 60px;
}

.about-main-mission {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.about-main-mission-p1 {
    width: 50%;
    padding-left: 50px;
    padding-top: 25px;
}

.about-main-mission-p1 img {
    width: 650px;
    margin-left: -10px;
}

.about-main-mission-p2 {
    width: 50%;
    margin-left: -70px;
    line-height: 38px;
}

.about-main-mission p {
    margin-top: 30px;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding-left: 50px;
    padding-right: 50px;
}

.about-content {
    width: 100%;
    min-height: 550px;
    background: #fff;
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 30px;
}

.about-mission {
    width: 50%;
    margin-right: -60px;
}

.about-mission h4 {
    padding-top: 10px;    
    font-size: 22px;
}

.about-mission p {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 32px;
    padding-right: 80px;
}

.about-benefits {
    width: 50%;
}

.about-benefits h4 {
    padding-top: 10px;
    font-size: 22px;
    padding-left: 40px;
}

.about-benefits p {
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 26px;    
}

.about-functions {
    margin-top: -220px;
    padding-left: 50px;
    width: 40%;    
}

.about-functions h4 {
    font-size: 22px;
}

.about-functions p {
    padding-left: -68px;
    text-align: justify;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 28px;    
} 

@media (max-width: 650px) {
    .about-content {
        flex-wrap: wrap;        
    }
    .about-mission {
        width: 100%;
        
    }
    .about-mission h4 {
        width: 90%;
       
    }
    .about-mission p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    .about-mission p {
        padding-right: 30px;
    }
   
    .about-benefits {
        width: 100%;
        margin-left: -45px;
        margin-right: 70px;
    }
    .about-benefits h4 {
        padding-left: 40px;
    }
     .about-benefits p {
        padding-left: 40px;
    }
    .about-benefits p {
        font-size: 14px;
    }
    .about-main-mission {
        flex-wrap: wrap;
        width: 100%;
    }
    .about-main-mission-p1 {
        padding-left: 20px;
        padding-right: 40px;
    }
    .about-main-mission-p1 {
        width: 100%;
        padding-right: 30px;  
        overflow-x: hidden;
    }
    .about-main-mission-p1 {
        width: 100%;
    }
    .about-main-mission-p1 img {
        width: 340px;
        height: 150px;
    }
    .about-main-mission-p2 {
        width: 100%;
        padding-right:30px;
    }
    .about-main-mission-p2 p{ 
        width: 80%;      
        margin-top: 20px;
        margin-left: 50px;
        font-size: 14px;
    }
    .about-functions {
        margin-top: 30px;         
        width: 100%;        
    } 
    .about-functions p {
        width: 100%;      
    }
}


/* CSS FOR REGISTER PAGE */

.register-header {
    margin-top: 150px;
    margin-bottom: 40px;
    margin-left: 50px;
    height: 20px;
}

.register-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #F0F4FD;
}

.register-main-left {
    width: 40%;
}

.register-main-left form {
    width: 450px;
    min-height: 800px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
    background: #fff;    
}

.register-main-left form h4 {
    background: rgb(201, 197, 197);
    height: 45px;
    width: 84%;
    padding-top: 25px;
    padding-left: 40px;
    border: none;
}

.register-main-left form {
    padding: 20px 40px 40px 40px;
}

.register-main-left form label {
    margin-right: 5px;
}

.register-main-left form input[type=text], input[type=number] { 
    width: 90%;
    height: 45px;
    padding-left: 5px;
    margin-top: 3px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid grey;
}

.register-main-left form select { 
    width: 92%;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid grey;
}

.register-main-left form input[type=submit] {
    width: 92%;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid grey;
    cursor: pointer;
    color: #fff;
    background: #49C567;
    border: none;
}

.register-main-left form span {
    color: red;
    font-size: 16px;
    font-weight: 600;
    margin-left: 3px;
}

.register-main-right {
    width: 60%;
    background: #fff;
    margin: 20px 50px 20px 40px;
}

.register-main-right {
    padding: 20px 40px 40px 40px;
}

.register-main-right h4 {
    margin-top: 20px;
    background: rgb(201, 197, 197);
    height: 45px;    
    padding-top: 25px;
    padding-left: 40px;
    border: none;
}

.register-main-right p {
    font-size: 17px;
    line-height: 28px;
}

.register-main-right p span {
    font-weight: 600;
}

.prompt {
    background: red;
    color: #fff;
    z-index: 200;
    padding: 30px;
}

@media only screen and (max-width: 650px) {
    .register-header {
        margin-top: 80px;
        margin-left: 0;
        margin-bottom: 10px;
    } 
    .register-header h3 {
        margin-top: 80px;
        margin-left: 60px;
    }
    .register-main {
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }
    .register-main-left {
        width: 100%;
    }
    .register-main-left form {
        width: 95%;
        margin: auto;
    }
    .register-main-left form h4 {
        padding-left: 20px;
        width: 85%;
    }
    .register-main-left form input[type=text], input[type=number] { 
        width: 90%;
        height: 35px;
    }
    .register-main-left form select {
        width: 92%;
        height: 35px;
    }
    .register-main-left form input[type=submit] { 
        width: 92%;
        height: 38px;
    }
    .register-main-right {
        width: 100%;
        margin: auto;
    }
    .register-main-right h4{
        text-align: center;
        padding-left: 0;
    }
    .register-main-right p {
        margin-top: 15px;
        font-size: 15px;
    }
    .register-main-right p span {
        font-weight: 600;
    }
    .register-main-left form {
        padding: 20px 20px 40px 20px;
    }
    .register-main-right {
        width: 80%;
        background: #fff;
        margin: 20px 10px 20px 10px;
    }    
    .register-main-right {
        padding: 20px 20px 40px 20px;
    }
}

/*CSS FOR GALLERY*/

.gallery-header {
    width: 100%;
}

.gallery-header h3 {
    margin-top: 140px;
    margin-left: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #000000;
}

.gallery-images {
    width: 100%;
    display: flex;
    flex-direction: row;    
    margin-left: 50px;
}

.gallery-images img {
    width: 450px;
    height: 300px;
    margin-right: 20px;
}

.gallery-images h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: grey;
}

@media only screen and (max-width: 480px){
    .gallery-images{
        flex-wrap: wrap;
        width: 100%;
        margin-left: 10px;       
    }
    .gallery-images img {        
        margin-top: 30px;
        width: 380px;
        height: 200px;
        overflow-x: hidden;
    }
    .gallery-header h3 {
        margin-left: 10px;
    }    
}

/* CAREER CSS */

.career-banner {
    width: 100%;
    height: 110px;
    margin-top: 70px;
    text-align: center;
    background-image: url(career-irsm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 42px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: 700;
    text-shadow: 8px 2px 8px yellow;
}

.career-banner {
    padding-top:60px;
}

.career-coming-soon {
    text-align: center;
    font-size: 42px;
    color: green;
}

@media only screen and (max-width: 750px){
    .career-banner {
        margin-top: 26px;
    }
    .career-coming-soon {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 30px;
    }
}



/*WORK IN PROGRESS

.info {
    background: #ffffff;
    padding: 10px;
    margin-top: 0px;
    margin-right: 25px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; 
    right: 50px;   
    text-align: center;
}

.info a {
    color: #233066;
    text-decoration: none;
}

.info a:hover {
    color: green;
}

.rule {
    width: 100%;
    padding: 3px;
    background: orange;
    position: absolute;
    top: 38px;
    left: -5px;
    
}

.search {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 44px;
    background: #2D2D2D;
    color: #ffffff;    
    left: -5px;
    right: -30px;    
}

.search ul{
    list-style-type: none;
    background: transparent; 
    margin-left: none;  
}

.search li {
    float:left;
    padding-top: 10px;   
}

@media only screen and (max-width: 750px) {
    .rule {
        top: 52px;
        right: -20px;
    }
    
    .search {
        top: 58px;
        right: -20px;
    }
}

h1 {
    font-size: 60px;
    color: green;
    text-align: center;
    margin-top: 10px;
}

h2 {
    color: green;
    font-size: 60px;
}

.logocache {
    padding-left: 40%;    
}

.logo {
    height: 130px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}--*/


/*FOOTER CSS*/

footer {
    width: 100%;
    position: relative;
    bottom: 0px;
}

.main-foot {
    margin-top: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 300px;
    background: #236019;
    color: rgba(255, 255, 255, 0.6);    
    padding-top: 30px;
}

.foot1 {    
    margin-left: 50px;
    margin-right: 30px;
}

.foot1 h3 {      
    font-weight: 600;
}

.foot1 h4 {    
    margin-top: 5px;    
    font-weight: 600;
}

.foot1 p {    
    margin-top: 35px;    
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
}

.foot-quick-links {
    margin-right: 20px;
}

.foot-quick-links h3 {
    font-weight: 500;
}

.foot-quick-links ul,  .social-links ul {
    background: transparent;     
}

.foot-quick-links ul a:hover,  .social-links ul a:hover {
    background: transparent;     
}

.foot-quick-links ul {
    margin-top: 30px;       
}

.foot-quick-links li {
    list-style-type: none;
    line-height: 25px !important;
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;    
}

.foot-quick-links li a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.foot-quick-links li:hover {    
    cursor: pointer;
    color: #ffffff;
    font-weight: 800;
}

.foot-quick-links li span {
    margin-right: 8px;
    color: red;
    font-size: 14px;
    font-weight: 600;
}

/*SOCIAL MEDIA CSS*/
.social-links {
    margin-right: 100px;
}

.social-links h3 {
    font-weight: 700;
} 

.social-links ul {
    margin-top: 30px;     
}

.social-links li {
    list-style-type: none;
    line-height: 25px !important;
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;  
}

.social-links li:hover {    
    cursor: pointer;
    color: #ffffff;
    font-weight: 800;
}

.social-links li span {
    margin-right: 8px;
    color: red;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .main-foot {
        flex-wrap: wrap;
        min-height: 950px;
        width: 100% !important;
        margin-top: 10px;
    }
    .foot1 {
        width: 100%;
    }
   
    .foot1 h3 {
        font-size: 15px;
    }
    .foot-quick-links {
        width: 100%;
    }
    .foot-quick-links h3 {
        margin-left: 10%;        
    } 
    .foot-quick-links ul {
        margin-left: 20%;
        width: 100%;        
    } 
    .social-links {
        width: 100%;
    }
    .social-links h3 {
        margin-left: 10%;        
    } 
    .social-links ul {
        margin-left:20%;
        width: 100%;
    } 
}



/*NEWSLETTER CSS*/

.newsletter h3 {
    font-weight: 800;
} 

.newsletter form {
    margin-top: 20px;
}

.newsletter form input[type=text] {
    background: #ffffff;
    padding: 10px;
    width: 205px;
}

.newsletter form input[type=submit] {
    padding: 10px;
    background: red;
    color: #ffffff;
    border: 1px solid red;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .newsletter h3 {
        margin-left: 10%;
        width: 100%;
    }
    .newsletter form {
        margin-left: 10%;
        margin-top: 10px;
    }
    .newsletter form input[type=text] {
        width: 300px;
        height: 45px;
        margin-bottom: 8px;
        padding: 0;
        border: 1px solid #fff;
    }
    .newsletter form input[type=text]:focus {
        background: grey;
        color: #ffff;
        font-size: 16px;
        font-family: sans-serif;
    }
    .newsletter form input[type=submit] {
        width: 300px;
        height: 45px;
        background: orange;
        border: orange;
        cursor: pointer;
    }
    .newsletter form input[type=submit]:hover {
        background: red;
        border: red;
    }
}

/* BOTTOM FOOTER SECTION CSS*/
.foot2 {
    width: 100%;
    height: 60px;
    background: black;
    color: #fff;
    border-top: .5px solid #fff;
    padding: 20px;
    font-family: "open sans", sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 10%;    
}

.foot2 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.foot2 a:hover {
    color: red;
    font-weight: 400;
}

@media only screen and (max-width: 480px) {
    .foot2 {
        padding: 10px 0 0 0;
        overflow-x: hidden;
        text-align: center;
    }
}

