/* MAIN COLOR #79D6F2 rgb(121,214,242) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
}

[class*="col-"] {
    float: left;
}

[class*="col-"] {
    width: 100%;
}

.table-wrap::after {
    content: "";
    clear: both;
    display: table;
  }

body {
    font-family: Helvetica, sans-serif;
}

@media screen and (min-width: 992px) {
    .headline {
        left: 30%;
        text-align: left;
    }
}
@media screen and (min-width: 690px) {
    header img {
        float: left;
    }
}
@media only screen and (min-width: 900px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media screen and (max-width: 689px) {
    .headline {
        text-align : center;
    }
}

span.icon-bar {
    background-color: #888;
    height: 0.5vh !important;
}

header {
    background-image: linear-gradient(to right , rgba(255,255,255,0.6), rgb(121,214,242) );
    /* height: 25vh; */
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

header img {
    margin-left: 100px;
    width: 150px;
}

.heading {
    background-image: linear-gradient(to left , rgba(255,255,255,0.6), rgb(121,214,242) );
}

#container {
    text-align: justify;
}

.primary-heading {
    float: right;
    width: 500px;
    left: 0;
}

.headline {
    position: relative;
    letter-spacing: 3px;
    font-family: Montserrat;
    font-weight: 700;
}

.main {
    font-size: 20px;
}
.tagline {
    font-size: 20px;
}

.navbar-nav li a {
    text-align: center;
    text-transform: uppercase;
}

a.link {
    text-decoration: none;
    background-color: #58D3F7;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0 ;
    color: white;
}

a:not(.active):hover {
    background-color: white;
    color: black;
}

.active {
    background-color: white !important;
    color: black !important;
}

#container {
    /* background-color: red; */
    /* height: 60vh; */
    margin: 0 20%;
    margin-top: 2%;
    /* border: 1px solid #ddd; */
}

.dotted {
    border-top:1px dotted #000;
}

.value {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.value > div.main {
    flex: 1 1 40%;
    padding: 10px;
    height: 100px;
}

p span {
    font-size: 15px;
}

i {
    font-size: 25px;
    color: #333;
}

.sub-text {
    font-size: 15px;
    margin-top: 2%;
}

.wrapper {
    padding: 2% 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.options {
    /* width: 25%; */
}

.options ul {
    list-style: none;
}

.options ul li {
    padding: 10px 20px;
    background-color: #58D3F7;
    text-align: center;
    margin-bottom: 1px;
}

.main {
    /* background-color: salmon; */
    width: 65%;
}

.options i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    opacity: 0;
}

li:hover i{
    animation-name: moveIn;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateX(7px) rotate(-45deg);
}

@keyframes moveIn {
    0% {
        opacity: 0;
        /* transform: translateX(10px) rotate(-45deg); */
    }
    100% {
        opacity: 1;
        margin-left: 0;
        transform: translate(0) rotate(-45deg);
    }
}

.options li:hover {
    background-color: #357EC7;
}

.selected {
    background-color: #357EC7 !important;
}

.selected i {
    opacity: 1 !important;
}

/* table content */
table {
    border-collapse: collapse;
    width: 100% ;
    text-align: center;
    display: none;
}

th {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

td {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 18px;
}

td:hover {
    background-color: #ddd;
    color: white;
}

.data {
    display: table;
}

table tr th {
    text-align:center;
}

.flex-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    width: 700px;
    height: 350px;
    margin-bottom: 20px;
    /*border: 4px solid #ddd;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    display: flex;
    justify-content: spa
}

.detail {
    height: 350px;
    width: 350px;
}

.other {
    width: 340px
}
.detail img {
    width: 300px;
    height: 200px;
}


.name {
    text-align: center;
    font-size: 20px;
    margin: 2px 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.designation {
    text-align: center;
    margin-top: 4px;
}

.divide {
    width: 50px;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -25px;
}

.left {
    margin: 0 0 15px 8px;
}

.left a, .left span {
    margin-left: 20px;
}

.left span {
    letter-spacing: 1px;
    font-weight: 600;
}

.titleBox {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.info {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    height: 120px;
    background-color: #357EC7;
    text-align: center;
}

.pics {
    display: inline-block;
    width: 69%;
}

.gallery {
    display: flex;
    justify-content: center;
}

.info-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    color: white;
}

.alliance-img {
    width: 150px;
    margin-right: 3%;
}

.spaced {
    margin-bottom: 2%;
}

.certificate-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    height: 30em;
    flex: 0 20%;
    margin-top: 2%;
}

.item img {
    height: inherit;
    width: inherit;
}

@media only screen and (max-width: 1200px) {
    .certificate-box {
        justify-content: center;
    }
}


/* image modal */


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    max-width: 500px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 2em;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.closebutton {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
