* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box
}

/*
www.computerhope.com/cgi-bin/htmlcolor.pl?c=ADD8E6#:~:text=%23ADD8E6%20(LightBlue)%20HTML%20Color%20Code
*/

.header {
    min-height: 100vh;
    width: 100%;
    /*background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../images/main/au-1.jpg);*/
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.header h1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;
}

nav {
    display: flex;
    /* padding: TopBott LeftRight */
    padding: 0% 4%;
    justify-content: space-between;
    align-items: center;
}

/* *ref:   //   / */
nav img {
    padding-top: 10px;
    width: 150px;
}


.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li:hover a {
    color: indianred;
}

.nav-links ul li a:not(:only-child):after {
    color: #444;
    /*content: ' ▾';*/
    /*content: ' ▽';*/
    content: " \25be";
    font-size: 18px;
}

.nav-links ul li:hover a:not(:only-child):after {
    color: indianred;
    font-size: 22px;
    /*content: ' ▴';*/
    /*content: ' ▵';*/
    content: " \25b4";
}

.nav-links ul li:hover a:first-child:nth-last-child(1) {
    color: #000;
}

.nav-links li a:first-child:nth-last-child(2):before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: indianred;
    display: block;
    margin: auto;
    transition: .5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

nav .fa {
    display: none;
}

.nav-links ul ul {
    position: absolute;
    /*background-color: aquamarine;*/
    padding: 0;
    text-align: left;
    display: block;
}

.nav-links ul li ul {
    /*border: 1px solid;*/
    display: none;
    width: auto;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    position: absolute;
}

.nav-links ul li:hover ul {
    display: block;
    position: absolute;
}

.nav-links ul li ul li:hover a {
    color: indianred;
}


@media (max-width: 700px) {

    nav img {
        padding-top: 10px;
        width: 75px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: fixed;
        background: indianred;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }

    .nav-links ul {
        padding: 30px;
    }

    .nav-links ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

    .nav-links ul li:hover a {
        color: #fff;
    }

    nav .fa {
        display: block;
        color: indianred;
        margin: 10px;
        font-size: 18px;
        cursor: pointer;
    }

    nav .fa-close {
        color: #fff;
        font-size: 12px;
    }

    .text-box h1 {
        font-size: 20px;
    }

    .nav-links ul li::after {
        content: '';
        width: 0%;
        height: 2px;
        background: #fff;
        display: block;
        margin: auto;
        transition: .5s;
    }

    .nav-links ul li:hover::after {
        width: 100%;
    }

    .nav-links ul li:hover ul {
        z-index: 100;
        background: #fff;
    }
}

/* media-nav */

/*---------- SUB-HEADER ----------*/
.sub-header {
    height: 75vh;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.sub-header-bg-home {
    background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/au-1.jpg);
    /*background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/festival.jpg);*/
}

.sub-header-bg-about {
    background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/au-vintage-1c.jpg);
}

.sub-header-bg-team {
    background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/au-bg-team.jpg);
}

.sub-header-bg-events {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-bg-events.jpg);
}

.sub-header-bg-contact {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-8.jpg    );
}

.sub-header-bg-register {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-18.jpg);
}

.sub-header-bg-photos {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-bg-photos.jpg);
}

.sub-header-bg-memorylane {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/photos/a01/au-memory-lane4.jpg    );
}

.sub-header-bg-invites {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/photos/a01/au-feat-arch-3.jpg);
}

.sub-header-bg-speakers {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-shastrihall-1.jpg    );
}

.sub-header-bg-webinars {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-shastrihall-2.jpg    );
}

.sub-header-bg-webinars-x {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/au-shastrihall-2.jpg    );
}

.sub-header-bg-milestones {
    background-image: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .50)), url(../images/main/aabn-bg-milestones.jpg    );
}

.sub-header h1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

.sub-header h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

.sub-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

@media(max-width: 700px) {
    .sub-header {
        height: auto;
    }

    .sub-header-bg-home {
        background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/au-1.jpg);
        /*background-image: linear-gradient(rgba(255, 255, 255, .33), rgba(255, 255, 255, .33)), url(../images/main/festival.jpg);*/
    }

    .sub-header h1 {
        font-size: 20px;
        margin-top: 0px;
    }

    .sub-header h2 {
        font-size: 18px;
        margin-top: 15px;
    }

    .sub-header h3 {
        font-size: 15px;
        margin-top: 15px;
    }
}

/*---------- COPYRIGHT ----------*/
.copyright {
    width: 100%;
    text-align: center;
    float: left;
}

.copyright p {
    margin-top: 5px;
    font-weight: 500;
}

/*---------- BACK2TOP ----------*/
.backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*background-color:rgba(49,79,96,0.84);*/
    background-color: indianred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

.backtop:hover {
    background-color: #27CFC3;
}

.backtop.mcOut {
    opacity: 0;
}

.index-content-left {
    width: 31%;
    height: 100%;
    float: left;
    text-align: center;
    padding: 20px 20px 20px 20px;
    /*background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.1)),url(../images/leadership.png);*/
}

.index-content-right {
    width: 31%;
    height: 100%;
    float: left;
    padding-left: 20px;
}

.index-content-middle {
    width: 31%;
    height: 100%;
    float: left;
    text-align: center;
    padding: 20px 20px 20px 20px;
    /*background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.1)),url(../images/leadership.png);*/
}

.index-content-right {
    width: 50%;
    height: 100%;
    float: right;
    padding-left: 20px;
}

.index-content-full {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    padding: 20px 20px 20px 20px;
    /*background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.1)),url(../images/missionvision-1.png);*/
}

/* Slideshow container */
.slideshow-container {
    padding-top: 10px;
    max-width: 1000px;
    position: relative;
    margin: auto;
    text-align: center;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: indianred;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    /*background-color: #717171;*/
    background-color: indianred;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* https://www.tutorialspoint.com/css/css_animation_fade_in_left.htm */
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: .1;
        -webkit-transform: translateX(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: .1;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.content-h1 {
    font-family: 'Abel-Regular';
    font-size: 34px;
    color: #1a2674;
    text-transform: capitalize;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-top: 20px;
}

/* ---------- CONTACT ---------- */
.contact {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 15px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}

.contact-col div .fa {
    font-size: 28px;
    color: indianred;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
}

@media(max-width: 700px) {
    .contact-col div h5 {
        font-size: 14px;
        margin-bottom: 5px;
        color: #555;
        font-weight: 400;
    }

    .contact-col div p {
        font-size: 9px;
    }

    .contact-col div .fa {
        font-size: 20px;
        color: indianred;
        margin: 3px;
        margin-right: 10px;
    }
}

/* ---------- COMMON ---------- */
.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
}

.hero-btn:hover {
    border: 1px solid indianred;
    background: indianred;
}

.hero-btn.red-btn {
    border: 1px solid indianred;
    background: transparent;
    color: indianred;
}

.hero-btn.red-btn:hover {
    border: 1px solid indianred;
    background: indianred;
    color: #fff;
}

.hero-btn.red-btn::after {
    background: indianred;
}

.hero-btn.red-btn::before {
    background: indianred;
}

.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 20px 0 40px;
    font-size: 14px;
    color: #fff;
}

/* ---------- WEBINARS ---------- */
.webinar-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.webinar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px;
    justify-content: space-between;
    /*outline: dashed 1px black;*/
}

.webinar-column {
    background: #f3f4fa;
    /*background: mistyrose;*/
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*outline: dashed 1px black;*/
}

.webinar {
    /*margin-bottom: 30px;*/
    height: 100%;
    /*outline: dashed 1px black;*/
}

.webinar .webinar-img {
    position: relative;
    font-size: 0;
    text-align: center;
}

.webinar .webinar-img img {
    width: 100px;
    height: auto;
    border-radius: 100%;
    border: 5px solid #f3f4fa;
    /*outline: dashed 1px black;*/
}

.webinar .webinar-content {
    padding: 0px 20px 0px 20px;
    text-align: center;
    background: #f3f4fa;
    border-radius: 10px;
    /*outline: dashed 1px black;*/
}

.webinar .webinar-content h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.webinar .webinar-content h3 {
    font-size: 15px;
    font-weight: 300;
}

.webinar .webinar-content h4 {
    padding-top: 0px;
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0;
    word-wrap: break-word;
}

.webinar .webinar-content h5 {
    color: #00acee;
    font-weight: 500;
}

.webinar .webinar-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.webinar .webinar-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.webinar:hover .webinar-social {
    opacity: 1;
}

.webinar .webinar-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    transition: all .3s;
    margin-top: 50px;
}

.webinar .webinar-social a.social-tw {
    background: #00acee;
}

.webinar .webinar-social a.social-video {
    background: #00acee;
    color: #fff;
}

.webinar .webinar-social a.social-fb {
    background: #3b5998;
}

.webinar .webinar-social a.social-li {
    background: #0e76a8;
}

.webinar .webinar-social a.social-in {
    background: #3f729b;
}

.webinar .webinar-social a.social-yt {
    background: #c4302b;
    color: #fff;
}

.webinar .webinar-social a:last-child {
    margin-right: 0;
}

.webinar:hover .webinar-social a {
    margin-top: 0;
}

.webinar .webinar-social a:hover {
    background: #222222;
}

.webinar-column-left {
    width: 30%;
    float: left;
}

.webinar-column-right {
    width: 70%;
    float: right;
    align-items: center;
}

.webinar-date {
    text-align: center;
    padding-top: 10px;
}

.webinar-pagination {
    display: inline-block;
}

.webinar-pagination-center {
    text-align: center;
}

.webinar-pagination a {
    color: black;
    float: left;
    padding: 4px 10px;
    /* topbott leftright */
    text-decoration: none;
    border: 1px solid #ddd;
    /* Gray */
    margin: 0 2px;
    /* 0 is for top and bottom. Feel free to change it */
}

.webinar-pagination a.active {
    /*background-color: #4CAF50;*/
    background-color: indianred;
    color: white;
    border-radius: 5px;
}

.webinar-pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.webinar-pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.webinar-pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ---------- EVENT ---------- */
.event {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.event-row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    /*outline: dashed 1px black;*/
}

.event-col-container {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    outline: dashed 1px black;
}

.event-col {
    float: left;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    outline: dashed 1px black;
}

.event-col:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.event-left {
    width: 30%;
}

.event-right {
    width: 70%;
    padding-left: 10px;
    /*border: 5px solid #4287f5;*/
}

.event-fullwid {
    width: 100%;
}

.event-r1 {
    height: 20%;
}

.event-r2 {
    height: 50%;
}

.event-r3 {
    height: 20%;
    width: 100%;
}

.event-r4 {
    height: 10%;
    width: 100%;
    padding-right: 20px;
    padding-top: 5px;
}

.event-date {
    font-size: 14px;
    font-family: Trebuchet MS;
    font-weight: 400;
}

.event-number {
    font-size: 18px;
    font-family: Trebuchet MS;
    font-weight: 400;
    color: #f2f2f2;
    background-color: darkseagreen;
}

.event-videocol {
    float: right;
    text-align: right;
}

.event-video {
    font-size: 10px;
    font-family: Trebuchet MS;
    font-weight: 400;
    color: blue;
    text-align: right;
}

.event-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.event-title {
    text-align: center;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: indianred;
    text-decoration-thickness: 3px;
}

.event-name {
    font-size: 18px;
    font-family: Trebuchet MS;
    font-weight: 400;
    color: blue;
}

.event-batch {
    font-size: 15px;
    font-family: Trebuchet MS;
    margin-top: 20px;
    color: indianred;
}

.event-email {
    font-size: 12px;
    font-family: Trebuchet MS;
    margin-top: 20px;
}

@media (max-width:700px) {
    .event-row {
        flex-direction: column;
    }
}

.event-column-left {
    width: 20%;
    float: left;
    background-color: indianred;
    color: white;
}

.event-column-right {
    width: 80%;
    height: 33%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.event-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.event-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    transition: all .3s;
    margin-top: 50px;
}

.event-social a.event-tw {
    background: #00acee;
}

/* ---------- PAGER ---------- */
.pager-row {
    display: flex;
    justify-content: space-between;
    /*outline: dashed 1px black;*/
}

.pager-col {
    flex-basis: 31%;
    /*outline: dashed 1px black;*/
}

.pager-col a:hover {
    background-color: indianred;
    color: #fff;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

@media (min-width: 576px) {
    .webinar-column {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

@media (min-width: 768px) {
    .webinar-column {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

/*
@media (min-width: 992px) {
    .webinar-column {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}
*/
@media (min-width: 576px) {
    .webinar-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .webinar-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .webinar-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .webinar-container {
        max-width: 1140px;
    }
}

/* ---------- ABOUT ---------- */
.about {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.about-row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    /*outline: dashed 1px black;*/
}

.about-col {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: .5s;
    margin-bottom: 10px;
    text-align: center;
    /*outline: dashed 1px black;*/
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
}

.about-col:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:700px) {
    .about-row {
        flex-direction: column;
    }
}

/* ---------- TEAM ---------- */
/**********************************/
/********* Team #3 Style **********/
/**********************************/
.team-3 {
    /*margin-bottom: 30px;*/
    margin-bottom: 5px;
}

.team-3-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.team-3-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px;
    justify-content: space-between;
}

.team-3-column {
    background: #f3f4fa;
    /*background: mistyrose;*/
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*outline: dashed 1px black;*/
}

@media (min-width: 576px) {
    .team-3-column {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}

@media (min-width: 768px) {
    .team-3-column {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media (min-width: 992px) {
    .team-3-column {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media (min-width: 576px) {
    .team-3-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .team-3-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .team-3-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .team-3-container {
        max-width: 1140px;
    }
}

.team-3 .team-img {
    position: relative;
    font-size: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.team-3 .team-img img {
    width: 100%;
    height: auto;
}

.team-3 .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.team-3:hover .team-social {
    opacity: 1;
}

.team-3 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    transition: all .3s;
    margin-top: 50px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.team-3 .team-social a.social-tw {
    background: #00acee;
}

.team-3 .team-social a.social-fb {
    background: #3b5998;
}

.team-3 .team-social a.social-li {
    background: #0e76a8;
}

.team-3 .team-social a.social-in {
    background: #3f729b;
}

.team-3 .team-social a.social-yt {
    background: #c4302b;
}

.team-3 .team-social a:last-child {
    margin-right: 0;
}

.team-3:hover .team-social a {
    margin-top: 0;
}

.team-3 .team-social a:hover {
    color: #222222;
    background: #ffffff;
}

.team-3 .team-content {
    padding: 50px 0px 0px 0px;
    margin-top: -50px;
    text-align: center;
    background: #f3f4fa;
    transition: all .5s;
}

.team-3:hover .team-content {
    /*background: #222222;*/
    background: dimgray;
    opacity: 50%;
}

.team-3-contact {
    padding: 50px 0px 0px 0px;
    margin-top: -50px;
    text-align: center;
    /*background: #f3f4fa;*/
    transition: all .5s;
}

.team-3:hover .team-contact {
    /*background: #222222;*/
    /*background: #f3f4fa;*/
    opacity: 50%;
}

.team-3 .team-contact p {
    color: black;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    /*line-height: 16px;*/
    word-break: break-all;
}

.team-3:hover .team-content h2,
.team-3:hover .team-content h3,
.team-3:hover .team-content h4,
.team-3:hover .team-content p {
    color: #ffffff;
}

.team-3 .team-content h2 {
    font-size: 20px;
    /*font-weight: 600;
    letter-spacing: 2px;*/
}

.team-3 .team-content h3 {
    font-size: 18px;
    font-weight: 500;
}

.team-3 .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #00acee;
}

.team-3 .team-content p {
    font-size: 12px;
    font-weight: 300;
    /*line-height: 16px;*/
    word-break: break-all;
}

/**********************************/
/********** Team #1 Style *********/
/**********************************/
.team-1 {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

.team-1 .team-img {
    overflow: hidden;
}

.team-1 .team-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.team-1:hover .team-img img {
    transform: scale(1.2);
}

.team-1 .team-date {
    padding: 0px;
    /*outline: dashed 1px black;*/
}

.team-1 .team-date h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
}

.team-1 .team-content {
    padding: 20px;
}

.team-1 .team-content h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.team-1 .team-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.team-1 .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.team-1 .team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.team-1 .team-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
    text-align: center;
}

.team-1 .team-social a {
    display: inline-block;
    /*
    width: 40px;
    height: 40px;*/
    margin-right: 5px;
    padding: 0px 0 0px 0;
    align-items: center;
    text-align: center;
    color: #ffffff;
    transition: all .3s;
    font-size: 22px;
}

.team-1 .team-social a.social-tw {
    background: #00acee;
}

.team-1 .team-social a.social-fb {
    background: #3b5998;
}

.team-1 .team-social a.social-li {
    background: #0e76a8;
}

.team-1 .team-social a.social-in {
    background: #3f729b;
}

.team-1 .team-social a.social-yt {
    background: #c4302b;
}

.team-1 .team-social a:last-child {
    margin-right: 0;
}

.team-1 .team-social a:hover {
    background: #222222;
}

.mission-row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    /*outline: dashed 1px black;*/
}

.mission-col {
    flex-basis: 35%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
    display: flex;
    align-items: flex-start;
    /*outline: dashed 1px black;*/
}

.mission-col-filler {
    flex-basis: 10%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
    /*outline: dashed 1px black;*/
}

.mission-col-img {
    flex-basis: 10%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
    /*outline: dashed 1px black;*/
}

.mission-img {
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: 50%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/Vision_2.png);
}

.vision-img {
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: 50%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/leadership.png);
}

.fab .fas {
    padding: 20px;
    font-size: 40px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fas:hover fab:hover {
    opacity: 0.7;
}

.fa-video {
    background: #00acee;
    color: #fff;
}

.fa-youtube {
    background: #c4302b;
    color: #fff;
}

.bi-youtube {
    color: #dd4b39;
    margin: 5px 20px;
}

/* ---------- REGISTRATION ---------- */

.register-container {

    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /*background: linear-gradient(135deg, #71b7e6, #9b59b6);*/

    /*max-width: 700px;*/
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.register-container .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

.register-container .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
}

.register-content form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    /*width: calc(100% / 2 - 20px);*/
    width: calc(100% / 3 - 20px);
}

form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

/*
  .user-details .input-box input:focus,
  .user-details .input-box input:valid{
    border-color: indianred;
  }
  */
.user-details .input-box input:focus {
    border-color: indianred;
}

form .gender-details .gender-title {
    font-size: 20px;
    font-weight: 500;
}

form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
}

form .category label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

form .category label .dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
}

#dot-1:checked~.category label .one,
#dot-2:checked~.category label .two,
#dot-3:checked~.category label .three {
    background: #9b59b6;
    border-color: #d9d9d9;
}

form input[type="radio"] {
    display: none;
}

form .button {
    height: 45px;
    margin: 35px 0
}

form .button input {
    height: 100%;
    width: 30%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    /*background: linear-gradient(135deg, #71b7e6, #9b59b6);*/
    background: linear-gradient(135deg, #ff4500, indianred);
}

form .button input:hover {
    /* transform: scale(0.99); */
    background: linear-gradient(-135deg, #71b7e6, #9b59b6);
}

@media(max-width: 584px) {
    .register-container {
        max-width: 100%;
    }

    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .category {
        width: 100%;
    }

    .register-content form .user-details {
        max-height: 300px;
        overflow-y: scroll;
    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }
}

@media(max-width: 459px) {
    .register-container .register-content .category {
        flex-direction: column;
    }
}

/* ---------- SOCIAL MEDIA on MAIN ---------- */
/* Styling icons */
.icon-list {
    position: fixed;
    top: 96vh;
    /*right:40%;*/
    padding-left: 5px;
    transform: translateY(-50%);
}

.icon-list a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.5s ease;
    color: white;
    font-size: 20px;
    float: right;
}

/* Hover affect on icons */
.icon-list a:hover {
    color: indianred;
    width: 100px;
}

/* Designing each icons */
.instagram {
    background: #bc2a8d;
    color: white;
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #00acee;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #c4302b;
    color: white;
}

/* ---------- PHOTOS ---------- */
.gallery-block {
    padding-bottom: 30px;
    padding-top: 30px;
}

.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
    font-size: 17px;
    font-weight: bold;
}

.gallery-block.cards-gallery .card {
    transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
}

.gallery-block.cards-gallery .card-body p {
    font-size: 15px;
}

.gallery-block.cards-gallery a {
    color: #212529;
}

.gallery-block.cards-gallery a:hover {
    text-decoration: none;
}

.gallery-block.cards-gallery .card {
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.card-body.nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-hilite {
    color: indianred;
}

@media (min-width: 576px) {
    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}

#sessExpirDiv {
    display: none;
    /* For Firefox, where opacity isn't taken into account before loading page. */
    border: none;
    background-color: indianred;
    color: #FFF;
    font-family: 'Lato', Arial;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    position: fixed;
    width: 100%;
    height: 54px;
    text-align: center;
    z-index: -999999;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#sessExpirP {
    margin-top: 16px;
    padding: 0px;
}

.btn-primary1 {
    padding: 3px 10px 3px;
    color: #fff;
    background: #4aa3c3;
    /*box-shadow: 0 0 1px #ccc;*/
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 0 100px #4aa3c3 inset;
    border: none;
}

.btn-primary1:hover {
    color: #fff;
    background: #d72839;
    -webkit-box-shadow: 0px 0px 0px 0px #d72839 inset;
    -webkit-transform: scale(1);
}