@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;
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
dl,
ol,
ul {
  margin-bottom: 0 !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  line-height: 1.7;
  color: #516171;
  font-family: "Barlow", sans-serif;
  overflow-x:hidden;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%283, 152, 158, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/****************** CAROUSEL ***************************/

#carouselExampleCaptions .carousel-item {
  background: no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
#carouselExampleCaptions .carousel-item img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
#carouselExampleCaptions .carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: #000;
  opacity: 0.2; */
}
#carouselExampleCaptions .carousel-caption {
  bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
}
#carouselExampleCaptions .carousel-caption h5 {
  font-size: 40px;
  font-weight: 500;
  color: #fff !important;
}
#carouselExampleCaptions .carousel-caption p {
  font-size: 22px;
}
#carouselExampleIndicators .carousel-inner {
  background-color:#2d4356 !important;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color:#00694e !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 55px;
  height: 45px;
  background-color:#00694e !important;

  top: calc(50% - 20px);
  opacity: 0.8;
}
.carousel-control-prev {
  left: 0%;
}
.carousel-control-next {
  right: 0%;
}

/******************** END OF CAROUSEL ******************/
.text-warning {
  color: #fe7e2e !important;
}

.cn-pagination .page-item a {
  display: inline-block;
  padding: 8px 15px !important;
  border: 1px solid #d2d2d2 !important;
  text-decoration: none;
}
.cn-pagination span.page-numbers.current {
  padding: 12px 15px !important;
  border: 1px solid #2d4356 !important;
  color: #fe7e2e;
  text-decoration: none;
}
.btn-outline-success {
  color: #fe7e2e !important;
  border-color: #2d4356 !important;
}

.top-bar span {
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px 7px 0px;
}
.bg-warning {
  background: #00694e !important;
}
.heading-section {
  width: 100%;

  position: relative;
}
.heading-section::before {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: #000 !important;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
}
.heading-section::after {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: #000 !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
}
.heading-section span {
  background-color: #fff !important;
  text-transform: uppercase;
  padding: 5px;
}
/* .heading-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  column-gap: 1.6rem;
}
.heading-section::before,
.heading-section::after {
  content: "";
  height: 2px;
  background-color: #000;
  display: block;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #092032;
}
p {
  font-size: 18px !important;
}
.intro {
  margin-bottom: 40px;
}
.intro h6 {
  font-weight: 400;
  color: #fe7e2e;
}
.btn-secondary {
  background-color: #00694e important;
  color: #fff !important;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.intro p {
  max-width: 500px;
  margin: auto;
}
.top-nav {
  background-color: #00694e !important;
  padding: 5px 0;
}
.top-nav p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
  color: #fff;
  padding: 5px 0;
}
.top-nav i,
.top-nav span {
  vertical-align: middle;
}

/* 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;
}

/* scroll change nav bar color */
.navbar {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.bg-change {
  background-color: #fe7e2e !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/************* SOCIAL MEDIA for top*************/

.social-icons-top {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.social-icons-top li a {
  display: inline-block;
  color: #fff;
  /* padding: 5px 5px; */
  /* width: 20px;
  height: 20px; */
  /* background-color: #fff; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: #fff;
  text-decoration: none;

  font-size: 16px;
}
.social-icons-top li {
  margin-bottom: 0 !important;
}
/**** end of social icons for top ********/

/************* SOCIAL MEDIA for footer*************/

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  gap: 30px;
}

.social-icons li a {
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 18px;
}

.social-icons .fa-facebook {
  color: #3b5998;
}

.social-icons .fa-twitter {
  color: #1da1f2;
}
.social-icons .fa-instagram {
  color: #c32aa3;
}
.social-icons .fa-linkedin {
  color: #0a66c2;
}

.social-icons.fa-youtube {
  color: #ff0000;
}
/**** end of social icons for footer ********/
img {
  width: 100%;
}
a {
  color: #092032;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4 ease;
  -webkit-transition: all 0.4 ease;
  -moz-transition: all 0.4 ease;
  -ms-transition: all 0.4 ease;
  -o-transition: all 0.4 ease;
}
.title {
  text-align: left;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 1.5rem;
}
.sub-title {
  font-size: 1.4rem;
  color: #003ca3;
  margin-bottom: 1.8rem;
}

.section-padding {
  padding: 50px 0;
}
.carousel-item {
  height: 100vh;
  height: 100vh;
}
.carousel-item img {
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  height: 100vh;
  object-fit: cover;
}
.carousel-caption {
  bottom: 220px;
  z-index: 2;
}
.carousel-caption h5 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  color: #fff !important;
}
.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.3);
  z-index: 1;
}
.navbar-nav a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar-light .navbar-brand {
  color: #000;
  font-size: 25px;

  font-weight: 700;
  letter-spacing: 2px;
}
.bg-light {
  background-color: #fe7e2e !important;
}
.nav-link {
  color: #555 !important;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000;
}
.navbar-light .navbar-nav .navbar-link {
  color: #000;
}
.w-100 {
  height: 100vh;
  width: 100vh;
}
/* responsive */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    bottom: 370px;
  }
  .carousel-caption p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
  .carousel-caption {
    bottom: 125px;
  }
  .carousel-caption h5 {
    font-size: 17px;
  }
  .carousel-caption a {
    padding: 10px 15px;
  }
  .carousel-caption p {
    width: 100%;
    line-height: 1.5;
  }
}

/**** 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 ************/

/*** KEY MEMBERS ***/


 .teamy {
  position: relative;
  z-index: 1;
  overflow: hidden;
 }
 .teamy_layout {
  position: relative;
 }
 .teamy_preview {
  position: relative;
  overflow: hidden;
 }
 .teamy_avatar {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
 }
 .teamy_preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
 }
 .teamy_back {
  width: 100%;
  /* height: 100%;*/
  box-sizing: border-box;
  opacity: 0;
  will-change: opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
 }
 .teamy:hover .teamy_back {
  opacity: 1;
  height: 100%;
  transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
 }
 .teamy_name {
  margin-top: 0;
  margin-bottom: 0;
 }
 .teamy_post {
  display: block;
 }
 
 
 .teamy_back {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
 .teamy_content {
  padding: 20px;
 }
 .teamy_name {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #282828;
  font-family: 'montserratbold';
 }
 .teamy_post {
  margin-top: .5em;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #6f6f6f;
 }
 /* style 1 */
 
 .teamy_style1 {
  text-align: center;
 }
 .teamy_style3 .teamy_name {
  font-size: 2em;
 }

 
 .teamy_mask-circle .teamy_preview:before {
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  transition: transform .3s ease, opacity .3s ease-out;
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
 }
 .teamy_mask-circle:hover .teamy_preview:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(4);
  transition-duration: .6s;
 }

 
 .teamy_mask-triangle .teamy_preview:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
  clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
  transition-property: transform, opacity;
  transition-duration: .2s, .4s;
  transition-delay: .4s, 0s;
  transition-timing-function: ease-out;
  will-change: transform, opacity;
  transform: translate(-50%, -50%) scale(1);
 }
 .teamy_mask-triangle:hover .teamy_preview:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(5);
  transition-delay: .1s, 0s;
  transition-duration: .4s;
 }

 
 .teamy_zoom-photo .teamy_avatar {
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1);
 }
 .teamy_zoom-photo:hover .teamy_avatar {
  transform: scale(1.2);
 }

 
 .teamy_zoom-rotate-photo .teamy_avatar {
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1) rotate(0);
 }
 .teamy_zoom-rotate-photo:hover .teamy_avatar {
  transform: scale(1.2) rotate(5deg);
 }
 
 
 .teamy_zoom-slide-photo .teamy_avatar {
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1) translate(0, 0);
 }
 .teamy_zoom-slide-photo:hover .teamy_avatar {
  transform: scale(1.2) translate(4%, 4%);
 }
 
 
 
 @media screen and (max-width: 360px) {
 .melnik909 {
  display: none;
 }
 }
 /* layout */
 
 .section:nth-of-type(even) {
  background-color: var(--colorGray);
 }
 .section_header {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: capitalize;
 }
 .section_header:before {
  content: "";
  width: 5rem;
  height: 3px;
  background-color: var(--colorAlternative);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
 }
 .section_title {
  font-size: 2.4rem;
  font-family: 'heebo';
 }
 .section_title span {
  color: #007efa;
 }
 .section_hint {
  font-size: 1.4rem;
  display: block;
  margin-top: 0rem;
 }
 .section_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
 }
 
 @media screen and (min-width: 641px) {
 .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
 }
 .section_header {
  margin-bottom: 1rem;
 }
 .section_content {
  justify-content: center;
 }
 }
 
 @media screen and (max-width: 640px) {
 .section {
  padding-top: 4rem;
  padding-bottom: 4rem;
 }
 .section_header {
  margin-bottom: 3rem;
 }
 }
 /* demo params */
 
 .teamy_preview:before {
  background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
 }
 .teamy_style2 .teamy_content {
  background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
 }
 /* social buttons */
 
 .social {
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  padding: 6px;
  /* background-color: #fff;*/
  color: #fff;
  border-radius: 100%;
  margin: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
 }
 .social:hover {
  box-sizing: border-box;
  background-color: #fff;
 }
 .social_icon {
  width: 100%;
  height: 100%;
  fill: rgba(72, 27, 174, 1);
  fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
 }
 .social_name {
  position: absolute;
  left: -9999px;
 }

 
 .teamy-team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 
 @media screen and (max-width: 424px) {
 .teamy {
  width: 100%;
 }
 .teamy:not(:first-child) {
  margin-top: 3rem;
 }
 }

/** END OF TEAM MEMBERS ***/
/* two column image with text */

.two-column {
  width: 100%;
  /* max-width: 1170px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fe7e2e;
  line-height: 1.8 !important;
}
.two-column .left {
  overflow: hidden;
}
.two-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column .right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
}
.two-column .content {
  padding-left: 20px;
  text-align: center;
  padding: 2.5rem;
  color: #fff !important;
  line-height: 1.8 !important;
}
.two-column .content p {
  font-size: 16px;
}
.two-column .content h3 {
  color: #fff !important;
}

/* project portfolio cards */
.pad0 {
  padding: 0px;
}
.bg_black {
  background: #000;
}
.block-blog {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(226, 223, 223, 0.61);
}
.transperent_block {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.transperent_block img {
  width: 100%;
  height: 100%;
}
.transperent_block:hover .black_hover_block {
  opacity: 1;
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
}
.transperent_block img {
  z-index: 4;
}
.transperent_block .black_hover_block {
  position: absolute;
  bottom: 3%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.transperent_block:hover .black_hover_block,
.black_hover_block:hover {
  bottom: 30%;
  transition: all 0.3s ease-in-out;
}
.transperent_block .blur {
  background-color: rgba(0, 0, 0, 0.7);
  height: 400px;
  z-index: 5;
  position: absolute;
  width: 100%;
}
.transperent_block .black_hover_block_text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 400px;
  text-align: center;
  top: -20px;
  width: 100%;
}
.block_header {
  margin-top: 5px;
}
.black_hover_block_text i:hover {
  color: #77132f;
}
.black_hover_block_text i {
  padding: 10px 10px;
  font-size: 18px;
  color: #fff;
}
.black_hover_block_text i:hover {
  color: #ffffffa6;
}

.black_hover_block_text:hover .titl-h5 {
  background-color: rgba(119, 19, 47, 0.6);
}
.titl-h5 {
  border-top: 2px solid #77132f;
  border-bottom: 2px solid #77132f;
  padding: 10px;
  margin-top: 0px;
  line-height: 20px;
  text-transform: uppercase;
}
.btn-pink {
  background-color: #77132f;
  color: #fff;
  border: 4px solid #77132f;
}
.btn-pink:hover {
  color: #fff;
  background-color: #6f0f2a9e;
  border: 4px solid #6f0f2a4e;
}
.btn-sm {
  margin-top: 10px;
}
.black_hover_block_text li:hover {
  background-color: #77132f;
  cursor: pointer;
  color: #fff;
  width: 33.34%;
}
.black_hover_block_text li {
  list-style: none;
  border: none !important;
}
.card .imgbox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 12px;
  background: #ff0066;
  transition: all 0.5s cubic-bezier(0.48);
  -webkit-transition: all 0.5s cubic-bezier(0.48);
  -moz-transition: all 0.5s cubic-bezier(0.48);
  -ms-transition: all 0.5s cubic-bezier(0.48);
  -o-transition: all 0.5s cubic-bezier(0.48);
}
/************ side bar menu *****/
.menu-sidebar {
  width: 100%;
  background-color: #fe7e2e;
}
.menu-sidebar li {
  list-style: none !important;
}
#menu-heading {
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  padding: 15px;
  background-color: #000;
}
.menu-sidebar a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  display: list-item;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e66f0e;
}
.menu-sidebar a:first-child {
  border-top: none !important;
}

.menu-sidebar a:hover {
  /* background-color: #516171; */
  transition: 0.5s;
  letter-spacing: 4px;
}

/*** end of side bar menu ***********/
/* Our project portfolio */
.project-container {
  position: relative;
}
.project-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff !important;
}
/* end of project portfolio */

@media (max-width: 991px) {
  .two-column .right .content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .two-column {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .top-bar span {
    width: 100%;
    text-align: center;
  }
}

/* @media (min-width: 576px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
} */

/*****==================== Testimonials **********/

.mission-vision {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 2rem;
  grid-gap: 0.8rem;
  margin-bottom: 2rem;
}
.mission-vision article {
  padding: 1rem;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mission-vision .image-side {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.mission-vision .mission {
  background-color: #ff8225;
  color: #fff;
}
.mission-vision .something {
  background: #173b45;
  color: #fff;
}
.mission-vision .values {
  grid-column-start: 3;
  grid-column-end: 5;
  background-color: #fff;
}
.mission-vision-heading {
  color: #fff;
  font-size: 42px;
}

@media only screen and (max-width: 991px) {
  .mission-vision {
    margin: auto;

    display: block;
    width: 100%;

    margin-top: 1rem !important;
  }
  .mission-vision .image-side {
    display: none;
  }
  .mission-vision article {
    margin-bottom: 1rem;
  }
}

/******================= End of Testimonaiala *****/

.mt-60 {
  margin-top: 60px;
}

.section-block-grey {
  /* padding: 90px 0px 90px 0px; */
  background-color: #fff;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  min-height: 170px;
}
.serv-section-2:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}

.serv-section-2-icon i {
  color: #5f27cd;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}

.section-heading-line-left {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #e65c19;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

/********************** 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;
}

/* search form customization */

.search-form {
  display: flex;
  justify-content: flex-end;
}

.search-form input,
.search-form button {
  border: 1px solid #353336;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  padding: 3px;
}
.search-form input:focus {
  outline: none;
}
.search-form input {
  width: 100%;
}
.search-form button {
  background-color: #045742;
  color: #f7f7f7;
}

/* end of search form customization */

/* end of search form customization */

/*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;
}
