body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    background:#ffff;
  }
  .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:#38A947;
      z-index:99;
      top:0px;
  }
  .fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999999;
      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: #38A947;
  }
  .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: #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 30px;
      transition: all .3s ease;
  }
  .navbar-expand-lg .navbar-nav .nav-link i{
      color: #38A947;
  }
  .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#38A947;
      text-transform: uppercase;
  }
  .dropdown-item:hover{
      background:#38A947;
      color:#fff;
      
  }
  /* End Main Navigation */
  /* Banner */
  @keyframes breath {
    0%   { background-size: 100% auto; }
    50% { background-size: 140% auto; }
    100% { background-size: 100% auto; }
  }
  
  .banner_sec{
    width: 100%;
    height: 100%;
    animation: breath 30s linear infinite;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .content_banner{
      padding: 110px 0px;
  }
  .content_banner h1{
      font-size: 3.75rem;
      line-height: 1.1;
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      color: #000;
  }
  .content_banner h1:before{
      display: block;
      content: '';
      width: 49px;
      height: 7px;
      margin-bottom: 40px;
      background-color: #000;
  }
  .content_banner h2{
      text-transform: none;
      color: #000;
      text-align: left;
      font-size: 1.75rem;
      line-height: 1.1;
      font-weight: 400;
      max-width: 73%;
      margin-bottom: 25px;
  }
  .content_banner a{
      text-decoration: none;
      color: #38A947;
      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;
  }
  .md_card{
      background-color: #f5f6f6;
      position: absolute;
      bottom: -147px;
  }
  .md_card .top{
      background-color: #38A947;
      padding: 10px 20px 4px 30px;
  }
  .md_card .hide ul li a{
      text-decoration: none;
      font-weight: 600;
  }
  .md_card .hide ul li a:hover{
      color: #38A947;
  }
  
  .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.75rem;
      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: #38A947;
      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:#38A947;
      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: #38A947;
      margin-right: 10px;
  }
  .study-area__item--all a i{
      font-size: 20px;
      color: #38A947;
      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 #38A947;
      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: #38A947;
      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;
  }
  
  
  
  
  /*Footer */
  footer{
      background-color: #000;
      padding: 50px 0;
      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 .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: #fff;
      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 .acnt ul li a{
        text-decoration: none;
        color: #999999;
    }

    .last_ftr p a{
        color: #999999;
        text-decoration: none;
    }
  /* Start Inside Page */
  .inside-nav {
      height: 340px;
      position: relative;
  }
  .inside-nav h2 {
      color: #fff;
      font-weight: 600;
      position: absolute;
      left: 202px;
      top: 120px;
      font-size: 42px;
  }
  .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: #38A947;
      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: #38A947;
      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: #38A947;
      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: #38A947;
      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: #38A947;
      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: #38A947;
      color: white;
      cursor: pointer;
      padding: 10px 16px;
      border-radius: 4px;
    }
  
  .top_header_textSection{
      background: #dfdfdf;
      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: 12px;
      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;
    }
    .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;
  }
  
  
  
  
  .owl-carousel .owl-nav button.owl-prev{
      left: -70px;
      position: absolute;
      margin: 0px;
      font-size: 85px;
      top: 102px;
      color: #000;
      text-align: center;
      width: 40px;
      height: 105px;
  }
  .owl-carousel .owl-nav button.owl-prev:hover{
      background: transparent;
      color: #000;
  }
  
  .owl-carousel .owl-nav button.owl-next{
      right: -70px;
      position: absolute;
      margin: 0px;
      font-size: 85px;
      top: 102px;
      color: #000;
      text-align: center;
      width: 40px;
      height: 105px;
  }
  .owl-carousel .owl-nav button.owl-next:hover{
      background: transparent;
      color: #000;
  }
  .owl-carousel .owl-nav button:focus{
      outline:none;
  }
  
  
  .credit_card{
      color: #fff;
      margin-top: 5px;
  }
  .credit_card h2{
      font-size: 12px;
      color: #999999;
  }
  .credit_card p{
      font-size: 11px;
  }
  
  .photo_text{
      padding: 0px 0px 65px;
      margin-top: 200px;
  }
  .photo_text .inside_photo_text{
      position: relative;
  }
  .photo_text .inside_photo_text:before{
      content: '';
      width: 365px;
      height: 79px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #00000080;
      z-index: 1111;
  }
  
  .txt_img_photo{
      position: absolute;
      top: 15px;
      color: #fff;
      left: 76px;
      z-index: 99999;
  }
  .hide_text_mid{
      display: none;
      text-align: center;
  }
  
  .inside_photo_text:hover .hide_text_mid{
      display: block;
      background-color: #00000080;
      z-index: 1111;
      width: 380px;
      height: 90px;
    }
  
  .right_text{
      margin-top: 60px;
  }
  .mid_banner_house{
      padding-bottom: 80px;
  }
  .mid_banner_house .right_text h4{
      color: #000;
  }
  .mid_banner_house .right_text h4 span{
      color: rgb(145, 145, 151);
      font-size: 16px;
  }
  
  
  
  .testi_img{
      cursor: pointer;
      overflow: hidden;
      transition: all 0.25s ease-out 0s;
      width: 570px;
      height: 380px;
  }
  .testi_img img{
      transition: all 0.25s ease-out 0s;
  }
  .testi_text{
      background: rgb(43, 48, 58);
      padding: 30px;
      position: relative;
      width: 540px;
      height: 380px;
  }
  .testi_text p{
      color: #fff;
  }
  .testi_text:before{
      content: "";
      left: -60px;
      position: absolute;
      top: 15px;
      bottom: 15px;
      right: 15px;
      border-width: 2px;
      border-style: solid;
      border-color: rgb(255, 255, 255);
      border-image: initial;
  }
  .right-text-profile .author_name{
      color: rgb(240, 77, 57);
      font-weight: 700;
  }
  .right-text-profile .author_position{
      color: rgb(255, 255, 255);
      font-style: italic;
  }
  
  .client-testimonial{
      padding-bottom: 80px;
  }
  
  .banner_slider img:focus{
      outline: none;
  }
  
  .thumbnail_slider_area{
      margin-top: 30px;
  }
  
  .thumbnail_slider img{
      max-width: 170px;
  }
  .thumbnail_slider img:focus{
      outline: none;
  }
  
  .slick-slider .slick-prev{
      background: none;
      border: none;
      font-size: 40px;
      position: absolute;
      z-index: 9999;
      color: #fff;
      left: 0px;
      top: 22px;
  }
  .slick-slider .slick-prev:focus{
      outline: none;
  }
  .slick-slider .slick-next{
      background: none;
      border: none;
      font-size: 40px;
      position: absolute;
      z-index: 9999;
      color: #fff;
      right: 0px;
      top: 22px;
  }
  .slick-slider .slick-next:focus{
      outline: none;
  }
  
  .under_slider_thmb{
      border-top: 2px solid gray;
      border-bottom: 2px solid gray;
  }
  .under_slider_thmb .undr_slide_text{
      margin-top: 10px;
  }
  
  .under_slider_thmb .undr_slide_text p{
      text-transform: uppercase;
      margin-left: 22px;
  }
  .under_slider_thmb .undr_slide_text h6{
      margin-left: 110px;
  }
  /* .slider-wrap{
      position: relative;
  }
  .thumbnail_slider_area{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 1;
  } */
  
  
  .active, .nav-link:hover {
      border-bottom: 4px solid #38A947;
    }

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