body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #444;
}
h3, h4 {
	font-size: 22px;
	font-weight: 400;
	font-weight: 300;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #0ba2db;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #0ba2db;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
#log hr{
        height: 2px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #0ba2db;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
       }
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand i.fa {
	color: #0ba2db;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #0ba2db;
}
.on {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #ddd !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0ba2db !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0ba2db;
	border-color: #0ba2db;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #0ba2db;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #444;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(255,255,255,0.2);
}
.intro h1 {
	color: #0ba2db;
	font-size: 74px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.intro h2 {
	color: #0ba2db;
	font-size: 44px;
	font-weight: 400;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.intro p {
	color: #444;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 140px 0;
}
#about h3 {
	font-size: 22px;
}
#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
}
#about img {
	display: inline-block;
	border-color: #0ba2db;
	border-radius: 20px;
	padding: 20px;
}
#about .about-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: "✓";
	color: #0ba2db;
	padding-right: 10px;
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Mihir Section */
#mihir {
        padding: 140px 0;
        background: #f6f6f6;
}
#mihir h3 {
        font-size: 22px;
}
#mihir .mihir-text {
        margin-left: 10px;
        margin-top: 20px;
}
#mihir img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#mihir .mihir-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#mihir .mihir-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#mihir p {
        line-height: 24px;
        margin: 30px 0;
}

/* program Section */
#program {
        padding: 140px 0;
}
#program h3 {
        font-size: 22px;
}
#program .program-text {
        margin-left: 10px;
        margin-top: 20px;
}
#program img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#program .program-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#program .program-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#program p {
        line-height: 24px;
        margin: 30px 0;
}
/* Services Section */
#reg {
	padding: 140px 0;
	background: #f6f6f6;
}
#reg h4 {
	text-transform: uppercase;
}
#reg .fa {
	font-size: 48px;
	margin: 20px 0;
	color: #0ba2db;
}
#org {
        padding: 140px 0;
    //    background: #f6f6f6;
}
#org h4 {
        text-transform: uppercase;
}
#org .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
}

/* Services Section */
#acc {
        padding: 140px 0;
        //background: #f6f6f6;
}
#acc h4 {
        text-transform: uppercase;
}
#acc .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
}
/* Services Section */
#spon {
        padding: 140px 0;
        background: #f6f6f6;
}
#spon h4 {
        text-transform: uppercase;
}
#spon .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
}


/* topics Section */
#topics {
        padding: 140px 0;
}
#topics h4 {
        text-transform: uppercase;
}
#topics .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
}
/*privacy*/
#privacy {
        padding: 120px 0 140px 0;
}
/*tax*/
#awards {
        padding: 140px 0 140px 0;
        //background: #f6f6f6;
}
#awards h4 {
	text-transform: uppercase;
	text-align: justify;
}
#awards .fa {
        font-size: 48px;
        margin: 20px 0;
        color: #0ba2db;
}

/* Pricing Section */
#committee {
	padding: 120px 0 140px 0;
}
#committee .committee-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
//#committee .row {
//	margin-top: 100px;
//}
#committee .committee-table:hover {
	z-index: 2;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#committee .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
#committee .committee-table.highlight-plan .plan-name {
	background-color: #0ba2db;
	padding: 25px 0;
	border-radius: 4px 4px 0 0;
}
#committee .committee-table.highlight-plan .plan-name h3 {
	color: #fff;
}
#committee .committee-table.highlight-plan .plan-signup {
	background-color: #0ba2db;
	padding: 30px 0;
	border-radius: 0 0 4px 4px;
}
#committee .committee-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.committee-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
	border-bottom: 1px solid #eee;
}
.committee-table .plan-name h3 {
	font-weight: 300;
	font-size: 32px;
}
.committee-table .plan-price {
	padding: 25px 0;
}
.committee-table .plan-price .price-value {
	font-size: 38px;
	line-height: 52px;
	color: #444;
}
.committee-table .plan-price .price-value span {
	font-size: 18px;
	line-height: 18px;
}
.committee-table.btn-system.border-btn {
	border-color: #0ba2db;
	color: #0ba2db;
}
.committee-table .plan-list li {
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.committee-table .plan-list strong {
	font-weight: 400;
}
.committee-table .btn-system {
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	background-color: #0ba2db;
	margin-right: 5px;
	font-size: 16px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
}
.committee-table .btn-system:hover, .committee-table .btn-system.border-btn:hover {
	background-color: #444;
}
.committee-table .btn-system:last-child {
	margin-right: 0;
}
.committee-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
}
.committee-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.committee-table .plan-signup {
	padding: 25px 0;
}
.committee-table .plan-signup a {
	text-transform: uppercase;
}
/* payment */
/* Payment Section */
#payment {
        padding: 120px 0 140px 0;
}
#payment .payment-table {
        border: 1px solid #e4e4e4;
        text-align: center;
        position: relative;
        background-color: #fff;
        border-radius: 4px;
}
//#payment .row {
//      margin-top: 100px;
//}
#payment .payment-table:hover {
        z-index: 2;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#payment .highlight-plan {
        margin: -15px 0;
        margin-right: -1px;
        z-index: 1;
}
#payment .payment-table.highlight-plan .plan-name {
        background-color: #0ba2db;
        padding: 25px 0;
        border-radius: 4px 4px 0 0;
}
#payment .payment-table.highlight-plan .plan-name h3 {
        color: #fff;
}
#payment .payment-table.highlight-plan .plan-signup {
        background-color: #0ba2db;
        padding: 30px 0;
        border-radius: 0 0 4px 4px;
}
#payment .payment-table.highlight-plan .plan-signup .btn-system.border-btn {
        border-color: #fff;
        color: #fff;
}
.payment-table .plan-name {
        padding: 15px 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
        border-bottom: 1px solid #eee;
}
.payment-table .plan-name h3 {
        font-weight: 300;
        font-size: 32px;
}
.payment-table .plan-price {
        padding: 25px 0;
}
.payment-table .plan-price .price-value {
        font-size: 38px;
        line-height: 52px;
        color: #444;
}
.payment-table .plan-price .price-value span {
        font-size: 18px;
        line-height: 18px;
}
.payment-table.btn-system.border-btn {
        border-color: #0ba2db;
        color: #0ba2db;
}
.payment-table .plan-list li {
        padding: 8px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
}
.payment-table .plan-list strong {
        font-weight: 400;
}
.payment-table .btn-system {
        padding: 10px 25px;
        display: inline-block;
        color: #fff;
        background-color: #0ba2db;
        margin-right: 5px;
        font-size: 16px;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        border: 0;
        text-transform: uppercase;
}
.payment-table .btn-system:hover, .payment-table .btn-system.border-btn:hover {
        background-color: #444;
}
.payment-table .btn-system:last-child {
        margin-right: 0;
}
.payment-table .btn-system.border-btn {
        background-color: transparent;
        border: 1px solid;
        box-shadow: none;
}
.payment-table .plan-list li:first-child {
        border-top: 1px solid #eee;
}
.payment-table .plan-signup {
        padding: 25px 0;
}
.payment-table .plan-signup a {
        text-transform: uppercase;
}


/* Contact Section */
#contact {
	padding: 140px 0 60px 0;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #0ba2db;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #e6e6e6;
	color: #888;
	padding: 30px 0 25px 0;
	border: 1px solid #fff;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #0ba2db;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}
/*---------------------------added by suman-----------------------*/
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.textimagerupees{  
background-image:url(img/rupees.png);   
background-position:right;   
background-repeat:no-repeat;   
padding-left:17px;
}
/*overlay text*/
.overlaycontainer {
  position: relative;
  width: 90%;
}

.overlayimage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay11 {
  position: absolute;
  //top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  //height: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
  //opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.overlaycontainer:hover .overlay11 {
 // opacity: 1;
  height: 100%;
}

.overlaytext {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify;
}
/* infra Section */
#infra {
        padding: 120px 0;
}
#infra h3 {
        font-size: 22px;
}
#infra .infra-text {
        margin-left: 10px;
        margin-top: 20px;
}
#infra img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#infra .infra-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#infra .infra-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#infra p {
        line-height: 24px;
        margin: 30px 0;
}
/* travel Section */
#travel {
        padding: 120px 0;
        background: #f6f6f6;
}
#travel h3 {
        font-size: 22px;
}
#travel .travel-text {
        margin-left: 10px;
        margin-top: 20px;
}
#travel img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#travel .travel-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#travel .travel-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#travel p {
        line-height: 24px;
        margin: 30px 0;
}
/* Chair Section */
#Chair {
        padding: 120px 0;
}
#Chair h3 {
        font-size: 22px;
}
#Chair .Chair-text {
        margin-left: 10px;
        margin-top: 20px;
}
#Chair img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#Chair .Chair-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#Chair .Chair-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#Chair p {
        line-height: 24px;
        margin: 30px 0;
}
/* Outreach Section */
#Outreach {
        padding: 120px 0;
        background: #f6f6f6;
}
#Outreach h3 {
        font-size: 22px;
}
#Outreach .Outreach-text {
        margin-left: 10px;
        margin-top: 20px;
}
#Outreach img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#Outreach .Outreach-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#Outreach .Outreach-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#Outreach p {
        line-height: 24px;
        margin: 30px 0;
}
/* VSRP Section */
#VSRP {
        padding: 120px 0;
}
#VSRP h3 {
        font-size: 22px;
}
#VSRP .VSRP-text {
        margin-left: 10px;
        margin-top: 20px;
}
#VSRP img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#VSRP .VSRP-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#VSRP .VSRP-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#VSRP p {
        line-height: 24px;
        margin: 30px 0;
}
/* Unrestricted Section */
#Unrestricted1 {
        padding: 120px 0;
}
#Unrestricted1 h3 {
        font-size: 22px;
}
#Unrestricted1 .Unrestricted-text {
        margin-left: 10px;
        margin-top: 20px;
}
#Unrestricted1 img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#Unrestricted1 .Unrestricted-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#Unrestricted1 .Unrestricted-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#Unrestricted1 p {
        line-height: 24px;
        margin: 30px 0;
}
/* restricted Section */
#restricted {
        padding: 120px 0;
        background: #f6f6f6;
}
#restricted h3 {
        font-size: 22px;
}
#restricted .restricted-text {
        margin-left: 10px;
        margin-top: 20px;
}
#restricted img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#restricted .restricted-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#restricted .restricted-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#restricted p {
        line-height: 24px;
        margin: 30px 0;
}
/* PI Section */
#PI {
        padding: 120px 0;
}
#PI h3 {
        font-size: 22px;
}
#PI .PI-text {
        margin-left: 10px;
        margin-top: 20px;
}
#PI img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#PI .PI-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#PI .PI-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#PI p {
        line-height: 24px;
        margin: 30px 0;
}
/* Endowment-awards Section */
#Endowment-awards {
        padding: 120px 0;
        background: #f6f6f6;
}
#Endowment-awards h3 {
        font-size: 22px;
}
#Endowment-awards .Endowment-awards-text {
        margin-left: 10px;
        margin-top: 20px;
}
#Endowment-awards img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#Endowment-awards .Endowment-awards-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#Endowment-awards .Endowment-awards-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#Endowment-awards p {
        line-height: 24px;
        margin: 30px 0;
}
/* Faculty-chair Section */
#Faculty-chair {
        padding: 120px 0;
        //background: #f6f6f6;
}
#Faculty-chair h3 {
        font-size: 22px;
}
#Faculty-chair .Faculty-chair-text {
        margin-left: 10px;
        margin-top: 20px;
}
#Faculty-chair img {
        display: inline-block;
        border-color: #0ba2db;
        border-radius: 20px;
        padding: 20px;
}
#Faculty-chair .Faculty-chair-text li {
        font-size: 16px;
        margin-bottom: 6px;
        margin-left: 10px;
        list-style: none;
        padding: 0;
}
#Faculty-chair .Faculty-chair-text li:before {
        content: "✓";
        color: #0ba2db;
        padding-right: 10px;
}
#Faculty-chair p {
        line-height: 24px;
        margin: 30px 0;
}

.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
/* The Close Button */
.close1 {
  color: #FF0000;
  float: right;
  font-size: 38px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #FF0000;
  text-decoration: none;
  cursor: pointer;
}

