/**
* Template Name: Company - v4.7.0
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
  overflow-x: hidden;
  position: initial !important;
}

.btn-danger {
  background-color: #d04b28 !important;
  border-color: #d04b28 !important;
}

a {
  color: #d04b28;
  text-decoration: none;
}

.badge-custom  {
  display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
     /*color: #fff; */
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

a:hover {
  color: #d04b28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}


/* Become a member css   */

/*---------------------------------------*/
/* Font */
/*---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*---------------------------------------*/
/* Register Form */
/*---------------------------------------*/
body {
  background:linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #f7f7f7 99%);
}

.signup-form {
  font-family: "Roboto", sans-serif;
  /* width:650px; */
  /* margin:30px auto; */
  background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
  border-radius: 10px;
}

/*---------------------------------------*/
/* Form Header */
/*---------------------------------------*/
.form-header  {
  background-color: #EFF0F1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-header h1 {
  font-size: 30px;
  text-align:center;
  color:#666;
  padding:20px 0;
  border-bottom:1px solid #cccccc;
}

/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
  padding:10px 40px;
  color:#666;
}

.form-group{
  margin-bottom:20px;
}

.form-body .label-title {
  color:#d04b28;
  font-size: 17px;
  /* font-weight: bold; */
  font-style: italic;
}

.form-body .form-input {
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: white;
    outline: none;
}



.horizontal-group .left{
  float:left;
  width:49%;
}

.horizontal-group .right{
  float:right;
  width:49%;
}

input[type="file"] {
  outline: none;
  cursor:pointer;
  font-size: 17px;
}

#range-label {
  width:15%;
  padding:5px;
  background-color: #1BBA93;
  color:white;
  border-radius: 5px;
  font-size: 17px;
  position: relative;
  top:-8px;
}


::-webkit-input-placeholder  {
  color:#d9d9d9;
}

/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.signup-form .form-footer  {
  background-color: #EFF0F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 40px;
  text-align: right;
  border-top: 1px solid #cccccc;
  clear:both;
}

.form-footer span {
  float:left;
  margin-top: 10px;
  color:#999;  
  font-style: italic;
  font-weight: thin;
}

.btn-app {
   display:inline-block;
   padding:10px 20px;
   background-color: #d04b28;
   font-size:17px;
   border:none;
   border-radius:5px;
   color:#ffffff;
   cursor:pointer;
}

.btn-app:hover {
  background-color: #ffc107;
  color:white;
}


/*board chair person */

.team-board {
  background: #fff;
  padding: 60px 0 30px 0;
}
.team-board .board {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team-board .board .pic {
  border-radius: 4px;
  overflow: hidden;
}
.team-board .board img {
  transition: all ease-in-out 0.4s;
}
.team-board .board:hover img {
  transform: scale(1.1);
}
.team-board .board .member-info-custom {
  position: absolute;
  bottom: -48px;
  left: 300px;
  right: 300px;
  /* background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%); */
  background: linear-gradient(360deg, #d04b28 0%, rgba(201, 91, 58, 0.9) 35%, rgba(243, 99, 55, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}
.team-board .board h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.team-board .board h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}
.team-board .board span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team-board .board .social {
  margin-top: 15px;
}
.team-board .board .social a {
  transition: color 0.3s;
  color: #fff;
}
.team-board .board .social a:hover {
  color: #9eccf4;
}
.team-board .board .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team-board .board {
    margin-bottom: 100px;
  }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d04b28;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #d04b28;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #FFF;
  transition: all 0.5s;
  z-index: 997;
  padding: 1rem 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  right: 0;
  left: 0;
  /* overflow-x: hidden; */
}
#header .logo {
  font-size: 28px;
  margin: 0;
  /* padding: 0; */
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-right: 5rem;
}
#header .logo a {
  color: #111;
}
#header .logo a span {
  color: #d04b28;
}
#header .logo img {
  max-height: 60px;
}

.top-address{
  color: #d04b28;
  font-size: 10px;
  padding-left: 1rem !important;

}
.second-barner{
  background-color: #d04b28;
  height: 0.2rem;
}
.sec{
  background-color: #ab8d73;
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.social-media {
  padding-right: 5rem;


}
.header-social-links a {
  color: #d04b28;
  display: inline-block;
  /* line-height: 0px; */
  transition: 0.3s;
  padding-left: 10px;
  
}
.email{
  font-size: 10px;
  padding-right: 1rem;
  padding-left: 0.5rem;
  /*padding-bottom: 1rem;*/

}

#word{
  margin-top: 3rem;
}
.header-social-links a i {
  line-height: 0;
}
.header-social-links a:hover {
  color: #d04b28;
}
@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
    border-left: 0;
  }
}

/* #News and upcoming */


.news-event-area {
    padding: 10px 0 10px;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-event-area {
        padding: 78px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-event-area {
        padding: 68px 0 50px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-event-area {
        padding: 58px 0 40px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .news-event-area {
        padding: 48px 0 30px;
    }
}

@media only screen and (max-width: 320px) {
    .news-event-area {
        padding: 38px 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .news-inner-area {
        margin-bottom: 30px;
    }
}

.news-inner-area .news-wrapper {
    background: #FFFFFF;
    padding: 20px 20px 15px;
}

.news-inner-area .news-wrapper li {
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
    .news-inner-area .news-wrapper li {
        display: block;
    }
}

.news-inner-area .news-wrapper li .news-img-holder {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1199px) {
    .news-inner-area .news-wrapper li .news-img-holder {
        margin-bottom: 15px;
    }
}

.news-inner-area .news-wrapper li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.news-inner-area .news-wrapper li .news-content-holder h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a {
    color: #d04b28;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder .post-date {
    font-style: italic;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
    color: #fdc800;
}

.news-inner-area .news-wrapper li .news-content-holder p {
    margin-bottom: 0;
}

.news-inner-area .news-wrapper li:last-child {
    border-bottom: none;
    margin-bottom: 4px;
    padding-bottom: 0;
}

.news-inner-area .news-wrapper li:before {
    background: #fdc800;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
    .news-inner-area .news-wrapper-responsive li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media only screen and (max-width: 479px) {
    .news-inner-area .news-wrapper-responsive li {
        display: block;
    }
}

.news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 4;
        -moz-flex: 4;
        -webkit-flex: 4;
        flex: 4;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 3;
        -moz-flex: 3;
        -webkit-flex: 3;
        flex: 3;
    }
}

.news-inner-area .news-btn-holder {
    margin-top: 55px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .event-inner-area {
        margin-bottom: 30px;
    }
}

.event-inner-area .event-wrapper>li {
    margin-bottom: 30px;
    padding: 20px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .event-inner-area .event-wrapper>li {
        display: block;
    }
}

.event-inner-area .event-wrapper>li:last-child {
    margin-bottom: 0;
}

.event-inner-area .event-wrapper>li .event-calender-wrapper {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1199px) {
    .event-inner-area .event-wrapper>li .event-calender-wrapper {
        margin-bottom: 15px;
    }
}

.event-inner-area .event-wrapper>li .event-calender-holder {
    position: relative;
    padding-top: 20px;
    text-align: center;
    width: 100px;
    background: #fdc800;
}

.event-inner-area .event-wrapper>li .event-calender-holder:before {
    content: "\f111";
    position: absolute;
    left: 10px;
    top: 5px;
    color: #d04b28;
    font-size: 14px;
    font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder:after {
    content: "\f111";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #d04b28;
    font-size: 14px;
    font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder h3 {
    font-size: 24px;
    color: #d04b28;
    margin-bottom: 0;
    line-height: 1;
}
.custom-date
{
  font-style: italic !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.event-inner-area .event-wrapper>li .event-calender-holder p {
    color: #d04b28;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.event-inner-area .event-wrapper>li .event-calender-holder span {
    line-height: 2.5;
    background: #225DCD;
    height: 40px;
    display: block;
    color: #FFFFFF;
}

.event-inner-area .event-wrapper>li .event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a {
    color: #d04b28;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder p {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 58px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 15px;
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li {
    color: #d04b28;
    font-weight: 500;
    border-right: 1px solid #BDBDBD;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-inner-area .event-wrapper>li .event-content-holder ul li {
        margin-right: 12px;
        padding-right: 12px;
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.event-inner-area .event-btn-holder {
    margin-top: 45px;
    text-align: center;
}

.news-page-area {
    padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-page-area {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-page-area {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-page-area {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .news-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px) {
    .news-page-area {
        padding: 50px 0;
    }
}

.news-box {
    margin-bottom: 55px;
}

.news-box h2 {
    margin-bottom: 12px;
}

.news-box p {
    margin-bottom: 30px;
}

.news-box .news-img-holder {
    margin-bottom: 25px;
    position: relative;
}

.news-date1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.news-date1 li {
    width: 112px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 2.5;
}

@media (min-width: 480px) and (max-width: 991px) {
    .news-date1 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-date1 li {
        font-size: 18px;
        line-height: 2.3;
    }
}

@media only screen and (max-width: 479px) {
    .news-date1 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
    }
}

.news-date1 li:nth-child(odd) {
    background: #225DCD;
    color: #FFFFFF;
    font-weight: 700;
}

.news-date1 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500;
}

.news-date2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.news-date2 li {
    width: 80px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 2.8;
}

@media (min-width: 480px) and (max-width: 991px) {
    .news-date2 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-date2 li {
        font-size: 18px;
        line-height: 2.3;
    }
}

@media only screen and (max-width: 479px) {
    .news-date2 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
        line-height: 2.2;
    }
}

.news-date2 li:nth-child(odd) {
    background: #225DCD;
    color: #FFFFFF;
    font-weight: 700;
}

.news-date2 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500;
}

.news-comments {
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.news-comments li {
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-comments li {
        margin-right: 8px;
    }
}

.news-comments li a {
    color: #b1b1b1;
}

.news-comments li a:hover {
    color: #d04b28;
}

.news-comments li a i {
    color: #fdc800;
    margin-right: 8px;
}

.news-comments li a span {
    color: #444444;
}

.news-details-page-area {
    padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-details-page-area {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-details-page-area {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-details-page-area {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .news-details-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px) {
    .news-details-page-area {
        padding: 50px 0;
    }
}

.news-details-page-inner .news-img-holder {
    margin-bottom: 25px;
    position: relative;
}

.news-details-page-inner .title-default-left-bold {
    margin-bottom: 20px;
}

.news-details-page-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.news-details-page-inner p span:before {
    color: #fdc800;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.news-details-page-inner .news-social {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block;
}

.news-details-page-inner .news-social li {
    display: inline-block;
    margin-right: 5px;
}

.news-details-page-inner .news-social li a {
    background: #225DCD;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-details-page-inner .news-social li a i {
    color: #fdc800;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-details-page-inner .news-social li a:hover {
    background: #fdc800;
}

.news-details-page-inner .news-social li a:hover i {
    color: #d04b28;
}

.news-details-page-inner .news-social li:last-child {
    margin-right: 0;
}

.event-page-area {
    padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .event-page-area {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-page-area {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .event-page-area {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .event-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px) {
    .event-page-area {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 479px) {
    .event-inner-wrapper .col-xs-6 {
        width: 100%;
    }
}

.event-inner-wrapper .single-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .event-inner-wrapper .single-item {
        display: block;
    }
}

.event-inner-wrapper .single-item .item-img {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.event-inner-wrapper .single-item .item-content {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1199px) {
    .event-inner-wrapper .single-item .item-content {
        padding: 30px 0;
    }
}

.event-inner-wrapper .single-item .item-content p {
    margin-bottom: 30px;
}

.event-inner-wrapper .event-info-block li {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 18px;
    color: #d04b28;
    padding-left: 40px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .event-inner-wrapper .event-info-block li {
        font-size: 16px;
    }
}

.event-inner-wrapper .event-info-block li:last-child {
    margin-bottom: 0;
}

.event-inner-wrapper .event-info-block li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800;
}

.event-details-page-area {
    padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .event-details-page-area {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-details-page-area {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .event-details-page-area {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .event-details-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px) {
    .event-details-page-area {
        padding: 50px 0;
    }
}

.event-details-inner .event-details-img {
    position: relative;
    margin-bottom: 30px;
}

.event-details-inner .event-details-img .countdown-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .event-details-inner .event-details-img .countdown-content {
        top: inherit;
        bottom: 0;
        transform: translateY(0);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section {
    padding: 15px 0;
    text-align: center;
    width: 80px;
}

@media only screen and (max-width: 991px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        padding: 8px 0 4px;
        width: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        width: 65px;
        display: inline-block;
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

.event-details-inner .event-details-img .countdown-content .countdown-section p {
    margin-bottom: 0;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
    background: #225DCD;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
    color: #a0a5ac;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
    background: #fdc800;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
    color: #856900;
}

.event-details-inner p {
    margin-bottom: 50px;
}

.event-info-inline {
    margin-bottom: 55px;
}

.event-info-inline li {
    display: inline-block;
    line-height: 1.4;
    margin-right: 30px;
    font-size: 18px;
    color: #d04b28;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .event-info-inline li {
        font-size: 16px;
    }
}

.event-info-inline li:last-child {
    margin-bottom: 0;
}

.event-info-inline li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800;
}

.why-choose-area {
    padding: 82px 0 94px;
    background: #f8f8f8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose-area {
        padding: 74px 0 84px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .why-choose-area {
        padding: 66px 0 74px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .why-choose-area {
        padding: 58px 0 33px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .why-choose-area {
        padding: 49px 0 23px;
    }
}

@media only screen and (max-width: 320px) {
    .why-choose-area {
        padding: 40px 0 13px;
    }
}

.view-all-primary-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 0;
  background: #d04b28;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  width: 130px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.view-all-primary-btn:hover {
  background: #fdc800;
  color: #d04b28;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1rem 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4d4643;
  white-space: nowrap;
  text-transform: capitalize !important;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;

}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #d04b28;
}

.btn-outline-danger {
  color: #d04b28;
  border-color: #d04b28;
  border: 0.2rem solid #d04b28;
  font-size: 16px;
}

.btn-apply-details
  {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 3rem;
    transition: 0.5s;
    line-height: 1;
    margin-top: 2rem;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d04b28;
}

.login-button{
  border: 0.2rem solid #d04b28;
  background-color: white;
  border-radius: 2rem;
  color: #d04b28;
  padding: 0.1rem 1.7rem;
  font-size: 12px;
  cursor: pointer;
}

/* .section-line {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #d04b28;
  bottom: 0;
  left: calc(50% - 25px);
  margin-bottom: 0.7rem;
} */

.event-detail{
  display:none;
}

.hide{
  display: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #d04b28;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #111;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d04b28;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.video-player{
  position: absolute;
  /* top: 4rem;
  left: 6rem;  */
  padding: 0.2rem 1rem;
  background-color: red;
  border-radius: 0.3rem;
}

.video-player-recent{
  position: absolute;
  /* top: 4rem; */
  /* left: 6rem; */
  padding: 0.012rem 0.011rem;
  background-color: red;
  border-radius: 0.1rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #d04b28 !important;
  border-color: #d04b28 !important;
}

.page-link {
  position: relative;
  display: block;
  color: #d04b28 !important;
  text-decoration: none;
  background-color: #fff !important;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-form-padding
{
  padding-bottom: 20px;
}

.search-form-custom
{
  float: right;
  background: #fff;
  border: 1px solid #ddd;
  /* padding: 10px; */
  padding: 3px 10px;
  position: relative;
  width: 260px;
  

}

.search-form-custom-input
{
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.search-form-custom-btn
{
   background: #FF5733;
   color: #fff;

   margin: -1px;
   border-radius: 0 4px 4px 0;
   border: 0;
   /* font-size: 20px; */
   transition: 0.3s;

   padding: 0 15px;

   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   font-size: 16px;
   line-height: 0;
 
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .top-address{
    display: none;
  }
  .logo-image{
    align-items: center;
    justify-content:center;

  }

}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d04b28;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #d04b28;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 65vh;
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* overflow: hidden; */
  overflow-x: hidden;
  /* position: relative; */

}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
}
#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100% !important;
  /* background-color: #18d26e; */ 
}
#hero .carousel-content {
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, rgba(225, 218, 218, 0), rgb(249, 55, 6));
  /* height: 30%; */
  padding: 2rem 1rem;
}
#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #d04b28;
}
#hero .btn-get-started:hover {
  background: #d04b28;
  color: #fff;
  text-decoration: none;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #d04b28;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d04b28;
}
@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }
  /* #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  } */
  #hero .carousel-content p {
    font-size: 15px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 60vh;
  }
}



/*--------------------------------------------------------------
# Event Section
--------------------------------------------------------------*/

#event-area {
  width: 100%;
  height: 65vh;
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* overflow: hidden; */
  overflow-x: hidden;
  border-right: 2px solid #d04b28;
  border-left: 2px solid #d04b28;
  border-top: 2px solid #d04b28;
  border-bottom: 2px solid #d04b28;
  /* background-image: url(assets/img/slide/slide-1.jpg); */

  /* position: absolute; */

}
#event-area .events, #event-area .events-inner, #event-area .events-item, #event-area .events-item::before {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  bottom: 0;
  
}
#event-area .events-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #18d26e; 
}
#event-area .events-content {
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, rgba(225, 218, 218, 0), rgb(249, 55, 6));
  /* height: 0%; */
  padding: 2rem 1rem;
}
#event-area .events-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
#event-area .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #d04b28;
}
#event-area .btn-get-started:hover {
  background: #d04b28;
  color: #fff;
  text-decoration: none;
}
#event-area .events-inner .events-item {
  transition-property: opacity;
  background-position: center top;
}
#event-area .events-inner .events-item,
#event-area .events-inner .active.events-item-start,
#event-area .events-inner .active.events-item-end {
  opacity: 0;
}
#event-area .events-inner .active,
#event-area .events-inner .events-item-next.events-item-start,
#event-area .events-inner .events-item-prev.events-item-end {
  opacity: 1;
  transition: 0.5s;
}
#event-area .events-inner .events-item-next,
#event-area .events-inner .events-item-prev,
#event-area .events-inner .active.events-item-start,
#event-area .events-inner .active.events-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#event-area .events-control-next-icon, #event .events-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #d04b28;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#event-area .events-control-next-icon:hover, #event .events-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
#event-area .events-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#event-area .events-indicators li.active {
  opacity: 1;
  background: #d04b28;
}
@media (min-width: 1024px) {
  #event-area .events-content {
    width: 100%;
  }
  #event-area .events-control-prev, #event .events-control-next {
    width: 5%;
  }
}
@media (max-width: 992px) {
  #event-area .events-container {
    top: 58px;
  }
  #event-area .events-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #event-area .events-content p {
    font-size: 15px;
  }
}
@media (max-height: 500px) {
  #event-area {
    height: 60vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.subscribe-bg{
  background: 
  linear-gradient(
    rgba(208, 75, 40, 0.8), 
    rgba(208, 75, 40, 0.8)
  ),
  url(../img/portfolio/ubalozi.webp);
  background-repeat:no-repeat;
  background-position: center;
  background-size: 100% auto; 
  padding: 60px 0;
  overflow: hidden;
  /* margin-bottom: 50px; */
}

.news-inner-area .news-wrapper li .news-content-holder .post-date {
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  color: #fdc800;
}
.subscribe-form{
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.card-custom {
  padding-top: 15px;

}

.card-form{
  background-color: #d04b28;
  border-radius: 0;
  border-color: #d04b28;
  /* width: 50%; */
}


.card-header-twitter{
  background-color: #00acee;
  color: #fff;
}

.twitter-icon{
  padding: 0.5rem;
 
}
.card-header-facebook{
  background-color: #4267B2;
  color: #fff
}

.facebook-icon{
  padding: 0.5rem;
 
}

.card-header-instagram{
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  color: #fff;
  
}

.instragram-icon{
  padding: 0.5rem;
 
}

.no-frame-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

.card-footer{
  width: 80%;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff
}
.visitor-count{
  color: #fff;
  font-size: 14px;
  background: #591310;
}
.subscribe-input{
  padding: 0.6rem 3rem;
  border: 0;
  
}
.subscribe-button{
  border: 0.1rem solid white;
  background-color: #d04b28;
  color: white;
  padding: 0.5rem 2rem;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  height: 47px;
 
 
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #d04b28;
}
.section-title h2:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #d04b28;
  bottom: 0;
  left: calc(50% - 25px);
  margin-bottom: 0.7rem;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #d04b28;
  min-height: 40px;
  top: 0;
  /* margin-top: 1rem; */
  /* position: absolute; */
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.breadcrumbs ol a {
  color: #fff;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .social-media{
    display: none;
  }
}


/* Events  */

#top-event-area{
  background: url('../../assets/img/slide/slide-1.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 70vh;
  /* background-color: #00acee; */
}
.event-container{
  background-color: rgba(89, 19, 16, 0.8);
}

.event-text{
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
.event-details{
  align-items: center;
  justify-content: center;
 
}

.event-details h4{
  font-size: 25px;
  font-weight: 400;
  color: #ab8d73;
  text-align: start;
}

.event-details p{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: start;
}

.event-details h3{
  font-size: 25px;
  color: #fff;
  text-align: start;
  font-weight: bold;
}


.event-title{
  font-size: 28px;
  font-weight: 400;
  color: rgba(208, 75, 40, 1);
  text-align: start;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 5rem 3rem 6rem ;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.img-fluid{
  border-radius:20px;
}
.img-fluid-members{
  border-radius:0;
  max-width: 100%;
  height: auto;
}

.event-img{
  border-radius:0;
  width: 90%;
  height: auto;
}
.sec-3-card-body {
  max-height: 60vh;
}
.img-fluid-news{
  border-radius:0;
  max-width: 100%;
  height: auto;
}
.img-fluid-big{
  border-radius:2rem;
  width: 100%;
}

.press-img{
 width: 150px;
 height: 80px;
}

.press-content{
  justify-content: center;
}

.press-title h4{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}

.img-word{
  border-radius:2rem;
  width: 100%;
  /* padding: auto; */
}
.news-date-big{
  font-weight: 600;
  font-size: 13px;
  color:rgba(208, 75, 40, 1);
  margin-top: 0.5rem;
}
.news-title-big{
  font-size: 20px;
  color:black;
  font-weight: bold;
}
.video-date{
  font-weight: 600;
  font-size: 12px;
  color:rgba(208, 75, 40, 1);
  margin-top: 0.2rem;
}
.video-title{
  font-size: 12px;
  color:black;
  font-weight: bold;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 12px;
}
.services .icon-box h4 a {
  color: #111;
  transition: ease-in-out 0.3s;
  font-size: 12px;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d04b28;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 12px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #d04b28;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d04b28;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d04b28;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
.program-text{
  font-size: 12px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
  height: 100px;

}
.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  /* filter: grayscale(100%); */
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
} 

/* custom css logo client*/
@keyframes scroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 7));
  }
}
.slider
{
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  /*animation: scroll 40s linear infinite;*/
}

/* .slider .slider-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14); 
}

.slider .slide {
  height: 100px;
  width: 250px;
} */


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}
.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  color: #d04b28;
}
.about-us .content h4 {
  font-weight: 500;
  line-height: 1rem;
  font-size: 20px;
  color: #d04b28;
}
.about-us .content p{
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 14px;
  text-align: left;
  text-justify: left;
}
.about-us .content span{
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 10px;
  /* color: #d04b28; */
}
.icon-img{
  height: 50px;
  width: 50px;
}

.icon-img-award{
  height: 70px;
  width: 70px;
}
.about-text{
  font-weight: 500;
  line-height: 3px;
  font-size: 12px !important; 
  text-align: left;
  text-justify: left;
 
}
.about-us .content span i{
  font-weight: 500;
  line-height: 3px;
  font-size: 10px;
  color: #d04b28;
  margin-top:2px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}
.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d04b28;
}
.about-us .content p:last-child {
  margin-bottom: 0;
}
.video{
  border-radius: 30px;
}


.organization-background img{
  text-align: center;
  align-self: center;
  justify-content: center;
}
.organization-background h4{
  font-weight: 500;
  line-height: 1rem;
  font-size: 20px;
  color: #d04b28;

}

.organization-background p{
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 14px;
  text-align: left;
  text-justify: left;
}



#award{
  background: url('../../assets/img/slide/slide-1.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 70vh;
    /* background-color: #00acee; */
}

.award img{
  text-align: center;
  align-self: center;
  justify-content: center;
}
.award h4{
  font-weight: 500;
  line-height: 1rem;
  font-size: 20px;
  color: #591310;

}

.award p{
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 14px;
  text-align: left;
  text-justify: left;
}

.award-img{
  width: 100%;
  height: 500px;
}

.opportunitines{
  margin-top: 3rem;

}
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #111;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  color: #d04b28;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}
.team .member .member-info span {
  /* display: block; */
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}
.team .member:hover .social {
  opacity: 1;
}


/* Members report */
.report .members {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.report .members .members-img {
  position: relative;
  overflow: hidden;
}

.report .members .members-info {
  padding: 15px 15px;
  background-color: #ab8d73;
}

.report .members .online-centre-info {
  padding: 15px 15px;
  background-color: black;
}
.report .members .members-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}
.report .members .members-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.report .members .online-centre-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.report .members .members-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}


/* Opportunities */
.news .carriers {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.news .carriers .carriers-img {
  position: relative;
  overflow: hidden;
 
}

.news .carriers .carriers-title {
  position: absolute;
  /* top: 4rem;  */
  left: 0;
  z-index: 99; 
  width: auto;
  background-color: #591310;
  padding: 0.2rem  3rem
}

.news .carriers .carriers-title  h4{
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  
}

.news .carriers .carriers-title  p{
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
 
}


.news .carriers .carriers-info {
  padding: 15px 15px;
  background-color: #a26733;
}

.news .carriers .carriers-info {
  padding: 15px 15px;
  background-color: #edc1b6;
}
.news .carriers .carriers-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
  color: #d04b28;
  text-align: start;
}
.news .carriers .carriers-info p {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #847872;
  text-align: start;
}
.news .carriers .carriers-info a{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 3rem;
  transition: 0.5s;
  line-height: 1;
  margin-top: 2rem;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d04b28;
}

.news .carriers .online-centre-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e7e7e7;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #d04b28;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
  color: #d04b28;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #d04b28;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #d04b28;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #d04b28;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #d04b28;
}
.pricing .featured h3 {
  color: #fff;
  background: #d04b28;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d04b28;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: lightgray;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #d04b28;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  /* border-radius: 50px; */
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/* custom testmonials */
.hero-testimonials {
  /* background-color: #fff; */
  height: 100vh;
  width: 100%;
  position: relative;
}

.hero-testimonials h1 {
  text-align: center;
  padding-top: 80px;
  font-size: 40px;
  color: #fff;

}

.slide-row {
  display: flex;
  width: 3200px;
}

.slide-col {
  width: 800px;
  height: 400px;
  position: relative;
}

.user-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;

}
.user-img img{
  height: 100%;
  border-radius: 10px;
}

.user-text {
  background: #2d3a59;
  width: 50px;
  height: 270px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  color: #11dbcf;
  padding: 45px;
  box-sizing: border-box;

}


/* Subscribe channel */
.subscribe .subscribe-carousel, .subscribe .subscribe-slider {
  overflow: hidden;
}
.subscribe-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #FFF;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.subscribe-title h2:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #FFF;
  bottom: 0;
  left: calc(50% - 25px);
  margin-bottom: 0.7rem;
  text-align: center;
}

.subscribe-title p {
  margin-bottom: 0;
  text-align: center;
  align-items: center;
  color: #fff;
}

.subscribe .subscribe-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.subscribe .subscribe-item .subscribe-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.subscribe .subscribe-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.subscribe .subscribe-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.subscribe .subscribe-item .quote-icon-left, .subscribe .subscribe-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}
.subscribe .subscribe-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.subscribe .subscribe-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.subscribe .subscribe-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}


/* Members */
.members-table{
  border-width: 3px solid #d04b28 !important;
  border-left-width: 1px solid #dee2e6 !important;

}
.members-head{
 background-color: #d04b28;
 color: #fff !important;

}


/* Google map */
/* Subscribe channel */
.googlemap .googlemap-carousel, .googlemap .googlemap-slider {
  overflow: hidden;
}

#googlemap {
  height: 10%;
  width: 100%;
  
  /* Set z-index to 0 as it will be on a layer below the contact form */
}

.googlemap-bg{
  background: 
  linear-gradient(
    rgba(89, 19, 16, 0.8), 
    rgba(89, 19, 16, 0.8)
  ),
  url(../img/portfolio/ubalozi.websp);
  background-repeat:no-repeat;
  background-position: top;
  background-size: 100% auto; 
  overflow: hidden;
  width: 16rem;
  margin-left: 10%;
  /* margin-top: -25%;
  position: relative; */
 ;
  /* margin-bottom: 50px; */
}

#wrapper { 
  position: relative; 
}
#over_map {
   position: absolute; 
   top: 0; 
   left: 10px;
   bottom: 0;
   z-index: 99; 
}
.googlemap-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #FFF;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.googlemap-title h2:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #FFF;
  bottom: 0;
  left: calc(50% - 25px);
  margin-bottom: 0.7rem;
  text-align: center;
}

.googlemap-title p {
  margin-bottom: 0;
  text-align: center;
  align-items: center;
  color: #fff;
}

.googlemap .googlemap-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.googlemap .googlemap-item .googlemap-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.googlemap .googlemap-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #d04b28;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #d04b28;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}
.contact .info:hover i {
  background: #d04b28;
  color: #fff;
}


.general-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.general-form .form-group {
  padding-bottom: 8px;
}

.general-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.general-form input {
  height: 44px;
 
}
.general-form textarea {
  padding: 10px 12px;
}

.general-form input, .general-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.general-form input:focus, .general-form textarea:focus {
  border-color: #d04b28;
}

.general-form-button {
  margin-top: 10px;
  background: #d04b28;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #d04b28;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #d04b28;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #d04b28;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  width: 100%;
  /* align-items: center !important; */
  /* margin-right: 8px; */

}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #d04b28;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #d04b28;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #1ed33c;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #d04b28;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #d04b28;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #57e76f;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #57e76f;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}
.blog .blog-pagination {
  color: #444444;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #d04b28;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #d04b28;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #1ecf3b;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #111;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #d04b28;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #111;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #d04b28;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d04b28;
  background: #d04b28;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #591310;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #7B201C;
  /* width: 40%; */
  
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-links {
  margin-bottom: 30px;
}
#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer  .footer-links ul i {
  padding-right: 2px;
  color: #d04b28;
  font-size: 18px;
  line-height: 1;
}
#footer  .footer-links ul li {
  padding: 3px 0;
  display: flex;
  align-items: center;
}
#footer .footer-links ul li:first-child {
  padding-top: 0;
}
#footer  .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #d04b28;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #d04b28;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #d04b28;
  color: #fff;
  text-decoration: none;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
  }


 #google_translate_element select {
             /*background: #d04b28;*/
            border: 2px solid #d04b28;
            color: #d04b28;
            border: none;
            border-radius: 3px;
            padding: .4rem 1rem;
            margin: .5rem;
            /*width: 12rem;*/
        }

        /*google translate link | logo */
        .goog-logo-link {
            display: none !important;
        }

        .goog-te-gadget {
            color: transparent !important;
            white-space: initial !important;
        }

        /* google translate banner-frame */

        .goog-te-banner-frame {
            display: none !important;
        }

        #goog-gt-tt, .goog-te-balloon-frame {
            display: none !important;
        }

        .goog-text-highlight {
            background: none !important;
            box-shadow: none !important;
        }
        
        #goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
       .goog-text-highlight { background: none !important; box-shadow: none !important;}
 
        
        body{top:0!important;}