body{
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
  background:#EDF2F4;
}
.req{
	color: red;
    font-size: 30px;
    vertical-align: text-top;
    line-height: 14px;
    margin-top: 6px;
    display: inline-block;	
}
a{
	color:#0d0d0d;
}
a:hover{
	color:#0d0d0d;
}
/* Header part*/
.topbar {
  background: #1a1818;
	height:10px;
}
.topbar .top-right{
	position:relative;
}
.topbar .top-right:before{
	position:absolute;
	content:'';
	right:0px;
	width:200px;
	height:10px;
	background:#0085c5;
	z-index:99;
	top:0px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    transition: all 1s;
}
.single-header-info {
    float: left;
    padding-left: 45px;
    padding-top: 45px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}
.single-header-info .icon-box .inner-box {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    margin-right: 15px;
}
.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}
.single-header-info .icon-box .inner-box i:before {
    font-size: 30px;
    color: #0098B8;
}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-header-info .content p {
    font-size: 14px;
    margin: 0;
    color: #B6B6B6;
}
/* Header part */
/* Main Navigation */
.main-navigation{
	background: #282A3F;
}
.navbar {
	padding:0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 24px 32px;
    transition: all .3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link i{
	color: #0098B8;
}
.dropdown:hover .dropdown-menu{
	display:block;
}

.dropdown-menu{
	border-radius: 0px;
    background-color: #fff;
    margin-top: -2px;
    padding: 0px 0px;
	color:#fff;
}
.dropdown-item {
	color:#000;
	padding:12px 15px;
	border-bottom:1px solid #0098B8;
}
.dropdown-item:hover{
	background:#0098B8;
	color:#fff;
	
}
/* End Main Navigation */
/* Banner */
.banner{
	/* background:url(../images/banner1.jpg); */
	width:100%;
	padding:160px 0px;
	position:relative;
}
.caption-banner h1{
	font-size: 60px;
    line-height: 56px;
    letter-spacing: 0.79px;
	font-weight: 200;
	margin-bottom: 15px;
	color: #fff;
}
.caption-banner h1 strong{
	font-weight: 900;
    letter-spacing: 3px;
    line-height: 78px;
}
.caption-banner p{
	letter-spacing: 1px;
	line-height:24px;
	color:#fff;
	width:450px;
	margin-top:30px;
}
.comp__hero-cta {
    width: 1110px;
	position:absolute;
	bottom:-70px
}
.comp__hero-cta {
    margin: 0 auto;
    margin-top: -70px;
}
.comp__hero-cta .comp__hero-label {
    min-width: 430px;
	background-color: #0098B8;
    display: table;
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    text-align: center;
}
.comp__hero-cta .comp__hero-options {
    clear: both;
    background-color: #fff;
    display: table;
    width: 100%;
    border: 1px solid rgba(128,142,159,0.5);
    margin-top: -15px;
    box-shadow: 0 15px 40px 0 rgba(0,0,0,0.11);
}
.comp__hero-cta .comp__hero-options ul li:nth-child(odd) {
    border-right: 1px solid rgba(128,142,159,0.5);
}
.comp__hero-cta .comp__hero-options ul li:last-child {
    border: none;
}
.comp__hero-cta .comp__hero-options ul li {
    width: 160px;
	padding: 30px 0 20px 0;
    border-bottom: none;
    border-right: 1px solid rgba(128,142,159,0.5);
    min-width: 130px;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}
.comp__hero-cta .comp__hero-options ul li a {
    height: 100%;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}
.comp__hero-cta .comp__hero-options ul li .options-label {
    line-height: 1.6em;
    font-weight: bold;
}
.comp__hero-cta .comp__hero-options ul li .hero-hr {
    width: 30px;
    height: 3px;
    background-color: #0098B8;
    display: inline-block;
}
/* End Banner */
.feature-section{
	padding:40px 0px;
}
.feature-section .card{
	padding:40px 30px;
}
.featured-item{
	text-align:center;
	margin-bottom:40px;
}
.featured-item i{
	margin-bottom:10px;
	color:#0098B8;
	font-size:44px;
}
.featured-item h3{
	font-size:20px;
}
.study-areas__item{
	width:32%;
	float:left;
	list-style:none;
}
.study-areas{
	padding-left:0px;
}
li.study-areas__item:nth-child(3n+2){
	margin-left:2%;
	margin-right:2%;
}
li.study-areas__item a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0px 10px 5px;
    border-bottom: 1px solid #d2d2d2;
	display:inline-block;
	color:#0d0d0d;
}
li.study-areas__item a i{
	font-size: 26px;
    color: #0098B8;
    margin-right: 10px;
}
.study-area__item--all a i{
	font-size: 20px;
    color: #0098B8;
    margin-left: 10px;
}
.study-area__item--all a{
	float:right;
	margin-top:-50px;
}
.banner-story{
	/* background: url(../images/storybanner.jpg) no-repeat;  */
	background-position-x: 40%;
	position:relative;
	
	color:#fff;
	background-size:cover;
	margin-bottom:40px;
}

.banner-story h4{
	font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em 0;
    line-height: 1.4;
}
.banner-story h2 strong{
	font-weight:bold;
}
.banner-story p{
	    letter-spacing: 1px;
    line-height: 24px;
}
.banner-story hr {
    margin: 0;
    border-top: 2px solid #0098B8;
    display: inline-block;
    width: 120px;
}

.banner-content{
	position:relative;
	z-index:9;
	    background-color: hsla(198, 0%, 20%, 0.9);
    color: hsla(0, 100%, 100%, 1);
    border-color: hsla(0, 100%, 100%, 1);
	padding: 30px 30px;
}

.banner-content a.mybtn{
	cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #0098B8;
    padding: 20px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

/*Footer */
.global-footer {
    background-color: #101010;
}
.global-footer .main-nav {
    line-height: .625em;
    color: #909090;
    padding-top: 40px;
    padding-bottom: 23px;
}
.global-footer .main-nav li:first-child {
    border: 0;
}
.global-footer .main-nav li:first-child {
    float: left;
	margin: 0 6px 9px 0;
	line-height: 1em;
	font-weight: 300;
    display: inline-block;
    padding-right: 10px;
}
.global-footer .main-nav li {
    font-weight: 300;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #909090;
   margin: 0 6px 9px 0;
}
.horizontal-list div {
    font-size: 12px;
}
.global-footer .main-nav a {
    font-size: 1em;
    color: #fff;
	text-transform:uppercase;
}
.global-footer .main-nav ul:first-child {
    padding-top: 0;
}.global-footer .main-nav ul {
    padding: 7px 0;
}
.global-footer .main-nav ul {
    margin: 0;
    clear: left;
}
.global-footer .promo {
    padding-top: 39px;
    padding-bottom: 50px;
    border-top: 1px solid silver;
    color: #fff;
}
.global-footer .copyright {
    padding: 0 0 0px;
	color: #909090;
}
.global-footer .bottom .sub-nav li {
    margin-right: 36px;
    line-height: 2em;
}
.global-footer .bottom li {
    display: inline-block;
}
.global-footer .bottom {
    background-color: #000;
    padding: 15px 0;
    color: #fff;
    font-size: .8125em;
    font-weight: 500;
    letter-spacing: .025em;
}
.global-footer .footer-social {
    float: right;
    text-align: right;
    padding-top: 0px;
   
}
.global-footer .footer-social a {
   
    width: auto;
    margin-right: 15px;
    display: inline-block;
}
.global-footer .footer-social a * {
    height: 20px;
    max-height: 20px;
}
.horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-footer .bottom .sub-nav a {
    color: #cecece;
}
.cm-image {
    filter: brightness(0) invert(0.9);
}
/*End Footer */

/* Mid section */
.serivce{
    margin-top:100px;
    margin-bottom: 0px;
}
.service-first{
	    background-color: rgba(255, 255, 255, 1);
		padding: 30px;
		border: solid 1px #dadcde;
		    -webkit-box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
    box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
}
.service-first h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #0098B8;
	    line-height: 1.4;
}
.top-border--red {
    border-top: 1px solid #0098B8;
    padding-top: 13px;
    margin-top: 10px;
}
.service-first i{
	font-size:20px;
	color:#0098B8;
	margin-left:10px;
}
.service-album{
	position:relative;
}
.img-holder{
	position:relative;
	box-sizing:border-box;
	height:353px;
	overflow:hidden;
	border:7px solid #fff;
	background:#fff;
	  -webkit-box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
    box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
	width:65%;
	z-index:3;
}
.text-holder{
	width:36%;
	position:absolute;
	right:0px;
	-webkit-box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
    box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
	top:50%;
	z-index:2;
	background-color:#fff;
	padding:20px 30px;
	transform:translateY(-50%)
}
.text-holder h3 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #333;
}
.text-holder p{
	margin-bottom:0px;
}
/* Start Inside Page */

.insidecontactbox {
    background: #252525;
    color: white;
    padding: 10px;
}
.insideright h4 {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.inside-nav {
    height: 300px;
    width: 100%;
    position: relative;
    top: 0px;
}
.inside-nav:before{
	position:absolute;
	content:'';
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
	
}
/*Left Nav*/
.leftnavtitle {
    background: #0098B8;
    color: white;
    padding: 10px;
	font-size:18px;
}
ul.leftnav {
    padding: 0px;
}

.leftnav li {
    list-style: none;
}

.leftnav li a {
    padding: 12px 0 12px 30px;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    font-size: 14px
}
.leftnav li a:not([href]):not([tabindex]):hover{
	color:#fff;
	cursor:pointer;
}
.leftnav li a:hover {
    background: #0098B8;
    color: #fff
}

ul.mycollapse li a {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: #080808;
    font-weight: normal;
    margin-bottom: 3px;
    border: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 3px;
}

ul.mycollapse li a:hover,
ul.mycollapse li.active a,
.leftnav li.active a {
    background: #0098B8;
    color: #fff
}

.mycollapse .panel-body {
    padding: 0px 0px 0px 0px;
}

ul.mycollapse {
    padding: 0px;
    padding-left: 0px;
}
ul.mycollapse li a{
	padding-left:40px;
}
i.myfa {
    padding-right: 20px;
    float: right;
    font-size: 16px
}

.panel-group .panel+.panel {
    margin-bottom: 3px;
    margin-top: 0px
}

.panel {
    border: none
}

/* End Inside Page */


.inner-side {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.inner-side .reg_btn{
    text-decoration: none;
    background: #0098B8;
    color: #fff;
    font-size: 15px;
    padding: 6px 25px;
}

.gallery-grid {
    margin-right: -8px;
    margin-left: -8px;
    box-sizing: border-box;
}
.gallery-grid .col {
    padding: 0px 8px;
    float: left;
    width: 33.33%;
}
.gallerydiv img {
    height: 200px;
    margin-bottom: 10px;
    width: 100%;
}
.gallerydiv h5 {
    height: 38px;
    overflow: hidden;
    font-size: 15px;
}












/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    text-decoration: none;
    background: #0098B8;
    color: #fff;
    font-size: 15px;
    padding: 6px 25px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    bottom: 23px;
    right: 28px;
  }


  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9999;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }



  .active {
    animation: make_bigger 5s ease;
    width: 200px;
    height: 201px;
  }
  @keyframes make_bigger {
    from { width: 80%; height: 80%;}
    to { width: 100%; height: 100%;}
  }
  /* .non_active {
    animation: make_smaller 5s ease;
    width: 127px;
    height: 128px;
  }
  @keyframes make_smaller {
    from { width: 200px; height: 201px; }
    to { width: 127px; height: 128px; }
  } */


.donate_btn{
    text-align: right;
    margin-right: 192px;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0098B8;
    color: white;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 4px;
  }
  
  