body{
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
  background:#FFF;
}
.req{
	color: red;
    font-size: 30px;
    vertical-align: text-top;
    line-height: 14px;
    margin-top: 6px;
    display: inline-block;	
}
a{
	color:#0055b0;
}
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:orange;
	z-index:99;
	top:0px;
}
.top_header_textSection {
    background: #dfdfdf;
    padding-top: 5px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    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: #619944;
}
.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: #000;
}
/* Header part */
/* Main Navigation */
.main-navigation{
	background: #000;
}
.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 38px;
  transition: all .3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link i{
	color: orange;
}
.dropdown:hover .dropdown-menu{
  display:block;
  z-index: 999999;
}

.dropdown-menu{
	border-radius: 0px;
    background-color: #fff;
    margin-top: -2px;
    padding: 0px 0px;
	color:#fff;
}
.dropdown-item {
    color:#000;
    text-transform: uppercase;
	padding:12px 15px;
	border-bottom:1px solid #619944;
}
.dropdown-item:hover{
	background:#619944;
	color:#fff;
	
}
/* End Main Navigation */
/* Banner */
/* .banner_sec{
    background-image: url(../images/banner_back.jpg);

} */
.ban_text{
    position: absolute;
    top: 110px;
    z-index: 99999;
    left: 400px;
    width: 830px;
}
.ban_text h1{
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}
.ban_text h1:before{
    display: block;
    content: '';
    width: 49px;
    height: 7px;
    margin-bottom: 40px;
    background-color: orange;
}
.ban_text h2{
    text-transform: none;
    color: #fff;
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 400;
    max-width: 80%;
    margin-bottom: 0;
}
.content_banner a{
    text-decoration: none;
    color: #0055b0;
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 400;
}
.content_banner .entity img{
    max-height: 30px;
    width: auto;
    margin-top: 16px;
}
/* End Banner */
.aftr_banner{
    position: relative;
    z-index: 999;
}
.md_card{
    background-color: #f5f6f6;
    position: absolute;
    bottom: -147px;
}
.md_card .top{
    background-color: #619944;
    padding: 10px 20px 4px 30px;
}
.md_card .hide ul li a{
    text-decoration: none;
    font-weight: 600;
    color: #619944;
}
.md_card .hide ul li a:hover{
    color: #619944;
}

.hide{
    display: none;
    overflow: hidden;
  }
   
.md_card:hover .hide{
    display: block;
    transition: .5s;
    top: 0;
    
  }




.md_card .top p a{
    color: #fff;
    font-size: 1.50rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
}
.field-card-text p{
    padding: 10px 20px 4px 30px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
    color: #636569;
    margin-bottom: 0;
}
.bottom{
    padding: 10px 20px 20px 30px;
}
.bottom .field-subtitle a{
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500;
    display: block;
    color: #619944;
    text-decoration: none;
}



.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:#0055b0;
	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: #0055b0;
    margin-right: 10px;
}
.study-area__item--all a i{
	font-size: 20px;
    color: #0055b0;
    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 #0055b0;
    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: #0055b0;
    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);
}

.home_featured{
    padding: 0px 0px 65px;
    margin-top: 200px;
}


.serve-box {
    position: relative;
    cursor: pointer;
}
.serve-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #619944;
    transform: scale(0);
    z-index: 1111111;
    visibility: hidden;
    opacity: 0.78;
    transition: all 0.5s ease-out 0s;
}
.serve-box:hover:before {
    visibility: visible;
    transform: scale(0.94);
    transition: all 0.5s ease-out 0s;
}
.serve-box:hover img{
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.25s ease-out 0s;
}


.serve-content {
  text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: 9999999;
    padding: 35px;
}
.serve-content i {
    color: #fff;
    font-size: 80px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.serve-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 10px;
}
.serve-box:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #2b303a;
    cursor: pointer;
    opacity: .7;
    transition: .5s ease-out;
}
.serve-box:hover:after {
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.serve-box{
    overflow: hidden;
    transition: .25s ease-out;
    margin-bottom: 10px;
}






/*Footer */

footer{
    background-color: #000;
    padding: 50px 0px 0px;
    overflow-x: hidden;
}

footer .mail input{
    padding: 7px 0px 7px 18px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0.15);
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 300;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255,255,255,0);
    width: 360px;
    position: relative;
}
footer .mail input:focus{
    outline: none;
}

::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
  }

  footer .ftxt{
      color: #ffff;
  }
  footer .ftxt h3{
    margin-bottom: 15px;
  }
  footer .ftxt .button_hmre{
    margin-bottom: 20px;
  }
  footer .ftxt .button_hmre a{
    color: #0055b0;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
  }
  footer .mail{
    margin-top: 25px;
  }
  footer .mail span a{
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 35px;
    left: 268px;
    font-weight: 700;
  }

  .up_footer{
    border-bottom: 1px solid #2E2E2E;
  }

  .social_links{
    margin-left: 100px;
    margin-top: 27px;
  }
  .social_links ul li a{
    color: #0055b0;
    font-size: 26px;
    padding: 8px 15px;
    background: #FFF;
  }

  .midle_ftr{
    padding-top: 30px;
    color: #ffff;
  }
  .midle_ftr h3{
    font-size: 20px;
  }
  .midle_ftr ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .midle_ftr ul li a{
      color: #999999;
      text-decoration: none;
  }


  .footertop{
    background: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Raleway';
  }
  .footertop h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'Raleway';
}
.footertop p{
  color: #eee;
}
.footernav {
  padding: 0px;
  list-style: none;
}
.footernav li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Raleway';
}
.footertop address {
  color: #fff;
  text-align: left;
  float: left;
  font-family: 'Raleway';
}

.footer-lower {
  padding: 30px 0px;
}

.footer-lower ul {
  padding: 0px;
  margin: 0px;
}
footer hr {
  margin-bottom: 0px;
  border-color: #fff;
}
.footer-lower ul li {
  float: left;
  list-style: none;
}
.footer-lower ul li a {
  color: #ced0d4;
  padding-right: 20px;
  text-transform: uppercase;
}
.mywell {
  background: #000;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mywell .leftfooter ul {
  padding: 0px;
  display: flex;
}
.mywell .leftfooter ul li {
  float: left;
  list-style: none;
  line-height: 15px;
}
.mywell .leftfooter ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 0px;
  font-size: 12px;
}
.mywell .rightfooter a{
  color: #fff;
  text-decoration: none;
  line-height: 0px;
  font-size: 12px;
}
/* .mywell .rightfooter ul {
  margin-top: 0px;
  padding: 0px;
}
.mywell .rightfooter ul li {
  float: right;
  list-style: none;
}
.mywell .rightfooter ul li a {
  padding: 0px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
} */

/* 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: 340px;
    width: 100%;
    position: relative;
    top: 0px;
}
.inside-nav:before{
	position:absolute;
	content:'';
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
  
}
.inside-nav h2 {
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 202px;
  top: 200px;
  font-size: 42px;
}
/*Left Nav*/
.leftnavtitle {
    background: #619944;
    text-transform: uppercase;
    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: #619944;
    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: #619944;
    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: #0055b0;
    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: #619944;
    color: #fff;
    font-size: 15px;
    padding: 6px 25px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    bottom: 23px;
    right: 28px;
  }
  .open-button:focus{
      outline: none;
  }

  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    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: #0055b0;
    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: #619944;
    color: white;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 4px;
  }

.top_header_textSection{
    padding-top: 5px;
}

  .top_header_textSection .top_right-text{
    font-size: 12px;
    color: #2f4852;
  }
  .top_header_textSection .top_right-text img{
    margin-right: 8px;
    margin-top: -2px;
  }
  .top_header_textSection .top_text{
    font-size: 13px;
    float: left;
    color: #2f4852;
  }

  .language{
      position: relative;
  }
  .language:after{
    position: absolute;
    margin: auto;
    margin-left: 5px;
    content: "|";
    color: #6e7678;
    pointer-events: none;
  }

  


  .mid_sec{
      padding-bottom: 50px;
  }

  .mid_hdr{
    text-align: center;
  }
  .mid_hdr p{
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 500;
  }
  .mid_hdr h3{
    font-weight: 700;
  }
  .mid_card{
    text-align: center;
    margin-top: 50px;
    background: #f9fcff;
    padding: 30px;
  }
  .mid_card h5{
    font-weight: bold;
  }
  .mid_card p{
    font-size: 14px;
    min-height: 150px;
  }
  .mid_img img{
    margin-bottom: 28px;
  }
  .mid_card a{
    color: #50CFF1;
    text-decoration: none;
    font-weight: 500;
  }
  .mid_card a i{
    font-size: 12px;
  }

  .slide-item {
    position: relative;
}



.customer_logo .customr_hdr h3{
    font-weight: 600;
    margin-bottom: 45px;
    position: relative;
}

.customer_logo .customr_hdr h3:before{
    content:'';
    position: absolute;
    width: 52px;
    height: 4px;
    background: #000;
    bottom: -5px;
}

.customer_logo{
    padding-bottom: 50px;
}

/* .owl-carousel .owl-nav button.owl-prev{
	left: -32px;
    position: absolute;
    margin: 0px;
    font-size: 40px;
    top: 0px;
   
    color: #fff;
    text-align: center;
    background: #00000094;
    width: 40px;
    height: 105px;
}

.owl-carousel .owl-nav button.owl-next{
	right: -32px;
    position: absolute;
    margin: 0px;
    font-size: 40px;
    top: 0px;

    color: #fff;
    text-align: center;
    background: #00000094;
    width: 40px;
    height: 105px;
}
.owl-carousel .owl-nav button:focus{
	outline:none;
} */

/* POPUP FORM */

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 70px;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 370px;
    padding: 10px;
    background-color: white;
    position: relative;
  }

  .form-container label{
      color: #000;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 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: #0055b0;
    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 .cross_form{
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: #fff;
    border: none;
  }
  .form-container .cross_form:focus{
      outline: none;
  }
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }


  /* image fadein fadeout */


  .img-container {
    height: 520px;
    overflow: hidden;
    position: relative;
  }

  
  .img-container img {
    width: 100%;
    height: 500px;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  
  .img-container img.next {
    opacity: 1;
    z-index: 1;
  }
  
  .img-container img.prev {
    opacity: 1;
    z-index: 2;
  }
  
  .img-container img.fade-out {
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s linear;
    visibility: hidden;
  }

  .modal-header .close:focus{
    outline: none;
  }

  .btn-lg:focus{
    outline: none;
  }



  .left-active {
    background-color: #619944 !important;
    color: white !important;
}

.award_header h3{
  font-size: 24px;
}
























.cube-container {
  width: 100vw;
  height: 600px;
  position: relative;
  perspective: 2000px;
  background:#222;
}

#cube {
  width: 100vw;
  height: 600px;
  position: absolute;
  transform-style: preserve-3d;
}

#cube figure {
  margin: 0;
  width: 100vw;
  height: 600px;
  display: flex;
  position: absolute;
  background:#222;
  color:white;
 
}

#cube .front  { transform: rotateY(   0deg ) translateZ( 50vw ); }
#cube .back   { transform: rotateY( 180deg ) translateZ( 50vw );}
#cube .right  { transform: rotateY(  90deg ) translateZ( 50vw );}

#cube { transform: translateZ( -50vw ); }

#cube { transition: transform 1.5s ease-in-out;}

.button-wrap{
  transform:translateX(12.5%);
}



.button-wrap button {
  background: transparent;
  border: none;
  font-size: 40px;
}

/* .button-wrap:hover{
  button:not(:hover){
    background:rgba(255,255,255,0.6);
  }
}
*/
.button-wrap button:focus{
	outline:none;
} 
