@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  .btn{
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding:10px 24px;
}
.btn-brand{
  background:#722323 !important;
  color:#fff;
}
.btn-brand:hover{
  background:#3B060A !important;
  color:#fff !important;
}

/**** end of carousel ****/
/* Banner section */
.banner-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/slider1.jpg") no-repeat center center;
  background-size: cover;
  height: 40vh;
  color: #fff !important;
}




/**** blog ********/
.single-blog-img {
  overflow: hidden;
}

.single-blog-img a img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 320px;
  object-fit: cover;
}

.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog-img img {
  width: 100%;
}

.blog-content-box {
  padding-left: 25px;
  padding-top: 27px;
  margin-left: 34px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
}
.blog-post-date {
  display: table;
  float: left;
  margin-right: 30px;
}
.blog-post-date span:first-child {
  color: #e65c19;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-top: -11px;
  margin-bottom: -4px;
  text-align: center;
}
.blog-post-date span:last-child {
  font-size: 14px;
  color: #212121;
  font-weight: 600;
}
.blog-content {
  display: table;
}
.blog-content h4 {
  color: #212121;
}
.blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog-content h4 a:hover {
  color: #e65c19;
}
.meta-post {
  margin: 10px 0 13px;
}
.meta-post span {
  color: #696969;
  font-size: 15px;
  position: relative;
  padding-right: 23px;
}
.author {
  margin-bottom: 60px;
}
.meta-post span a {
  color: #696969;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.meta-post span:after {
  position: absolute;
  content: "-";
  right: 4px;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meta-post span:last-child {
  padding-right: 0;
}
.exerpt {
  line-height: 28px;
  color: #696969;
  margin-bottom: 37px;
}
/***** END OF NEWS / BLOG ************/
/* two column image with text */



/********************** ABOUT US PAGE *********************/
.banner-image {
  /*background-image: url("../img/ruwaghhero-min.jpg");
  */
  background-size: cover;
  filter: grayscale(0%4);
  -webkit-filter: grayscale(0%4);
  height: 75vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}

.banner-image h1 {
  text-transform: uppercase;
  background-color: #516171;
}




/*footer*/
.col_white_amrc {
  color: #fff;
}
footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.paddingTB60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bgcolor-skyblue {
  background: #eaf0f9;
}

.lg-text {
  font-size: 52px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
}
.image-aboutus-para {
  color: #fff;
}

ul li .menu-item {
  display: block !important;
  color: #fff !important;
}

.overview-text {
  margin-top: 2rem !important;
}
.my-cn-side {
  padding: 5px 10px !important;
}
.cn-mar-btn {
  margin-bottom: 7px !important;
}
footer ul {
  list-style-type: none !important;
}
footer ul li a {
  display: block !important;
  color: #fff !important;
}


/*equal heights and colun */
.equal-height {
      display: flex;
      align-items: center;
      height: 100%;
    }

    .image-fit {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .text-bg {
      background-color: #f8f9fa;
      padding: 2rem;
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .equal-height {
        flex-direction: column;
        text-align: center;
      }

      .image-fit {
        height: auto;
      }
    }

    /*end of qual height and colunm */