@keyframes zoom {
  0% {

    scale: 1;
  }

  50% {
    scale: 1.2;
  }

  100% {
    scale: 1;

  }
}

@keyframes zoom-2 {
  0% {

    scale: 1.2;
  }

  50% {
    scale: 1;
  }

  100% {
    scale: 1.2;

  }
}

@keyframes length {
  0% {

    width: 8%;
  }

  50% {
    width: 4%;
  }

  100% {
    width: 8%;

  }
}

@keyframes rotate-cw {
  0% {

    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1) rotate(360deg);
  }

  100% {
    transform: scale(1) rotate(0deg);

  }
}

@keyframes rotate-acw {
  0% {

    transform: scale(1) rotate(360deg);
  }

  50% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(360deg);

  }
}

@keyframes right-left {
  0% {

    right: -50%;
  }

  50% {
    right: -10%;
  }

  100% {
    right: 20%;

  }
}

@keyframes left-right {
  0% {

    left: 50%;
  }

  100% {
    left: 65%;

  }
}


.cursor {
  position: fixed;
  /* Required for setting inset values */
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background-color: light-dark(rgb(0, 0, 0), white);
  transform: translate(-50%, -50%);
  /* Centers circle to cursor location */
  transform-origin: top left;
  /* z-index: 100; */
}

.click {
  scale: 0.8;
}







/* 
:root {
  --color1: #100C0C;
  --color2: #162D5D;
  --color3: #FFB703;
} */

/*  scroll bar start  */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #100C0C;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  -webkit-transition: 800ms;
  transition: 800ms;
}

::-webkit-scrollbar-thumb:hover {
  background: #055710;
}

/*  scroll bar end  */

/* back to top start  */
.back_to_top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  background-color: #0c7e1b;
  color: #ffffff !important;
  padding: 22px 26px;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.75));
  border-radius: 10px;
}

.back_to_top.show {
  display: block;
  opacity: 0.8;
  bottom: 15px;
}

.back_to_top.show:hover {
  opacity: 1;
}

.back_to_top:hover {
  background-color: #b91409;
  transition: 800ms;
}

.back_to_top:hover i {
  color: rgba(0, 0, 0);
  transition: 800ms;
}

.back_to_top i {
  font-size: 25px;
}

/* back to top ends  */


/* loader start  */
.loader {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #162D5D;
}

#loaderImage {
  background-repeat: no-repeat;
}

/*  loader ends  */


/* Live chat */
#Live-chat {
  position: fixed;
  bottom: 100px;
  right: 15px;
  background: linear-gradient(#50FD70, #08D534);
  padding: 0px;
  width: 70px;
  height: 70px;
  font-size: 15px;
  border-radius: 40px;
  font-weight: 600;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#Live-chat:hover {
  color: #41970D;
  background-color: black;
  text-decoration: none;
  transition: 800ms;
}

#Live-chat:hover a {
  color: #41970D;
  text-decoration: none;
  transition: 800ms;
}

#Live-chat:hover i {
  color: black;
  text-decoration: none;
  transition: 800ms;
}

#Live-chat a {
  color: white;
}

#Live-chat i {
  font-size: 30px;
  color: white;
  font-size: 50px;
}

.section-header {
  position: fixed;
  z-index: 50;
  padding: 0px;
}

.section-header .content-1 {
  background-color: #000000;
  padding: 20px 15px;
  display: none;
}

.section-header .content-2 .group-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-header .content-2 i {
  color: white;
}

.section-header .content-2 a {
  color: white;
  font-size: 20px;
}

.section-header .content-2 p {
  color: white;
  margin-bottom: 0px;
  font-size: 20px;
}

.section-header .content-2 .sub-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-header .content-2 .sub-2 .group-2 {
  margin-left: 10px;
}

.section-header .content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #b91409;
  padding: 15px 15px;
  margin: 0px;
}

.section-header .content-3 .logo img {
  height: 80px;
}

.section-header .content-2 .sub-2 h3 {
  font-size: 60px;
  font-family: poppins;
  font-weight: 700;
  text-align: center;
  color: #000000;
  text-shadow: 2px 2px #055710;
}

.section-header .content-2 .sub-2 h5:hover {
  color: white;
  transition: 800ms;
}

.section-header .content-2 .sub-2 h5 {
  font-size: 60px;
  font-family: poppins;
  font-weight: 600;
  text-align: center;
  color: #000000;
  text-shadow: 2px 2px #0c7e1b;
  /* animation: color-white 6s linear; */

}

.section-header .content-2 .sub-3 {
  display: flex;
  flex-direction: column;
}

.section-header .content-2 .sub-3 .phone i {
  color: white;
}

.section-header .content-2 .sub-3 .phone a {
  color: white;
  font-size: 20px;
}

.section-header .content-3 {
  padding: 0px;
}

.section-header .content-3 .navbar-expand-lg {
  background-color: #ffffff;
  /* position: fixed ;
  top: 0px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-header .content-3 .navbar-expand-lg .nav-link {
  color: #155824;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 30px;
}

.section-header .content-3 .navbar-expand-lg .active .nav-link {
  position: relative;
}

.section-header .content-3 .navbar-expand-lg .active .nav-link::after {
  position: absolute;
  left: 0px;
  bottom: -12px;
  height: 5px;
  content: "";
  z-index: 45;
  background-color: #0c7e1b;
}

.mr-auto,
.mx-auto {
  margin-right: 0 !important;
}

.section-header .content-3 .navbar-expand-lg .navbar-collapse {

  justify-content: center;
}

.section-a {
  position: relative;
  padding: 0px;
}

.w-100 {
  /* width: 70% !important;
  height: 800px;
  border-top-right-radius: 50px; */
}

.section-a .content-1 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0%;
  width: 40%;
  height: 200px;
  bottom: 40%;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  border: 2px solid white;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0px;
}

.section-a .content-1 .carousel-caption h5 {
  font-size: 60px;
  font-family: "Noto Serif Sinhala", serif;
  position: relative;
}

.section-a .content-1 .carousel-caption h5::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 8%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-a .content-1 .carousel-image {
  position: absolute;
  right: 30%;
  bottom: 0%;
  left: 65%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  z-index: 15;
  animation: left-right 3s linear !important;
}

.section-a .content-1 .carousel-image-shape {
  position: absolute;
  right: 30%;
  bottom: 0%;
  left: 65%;
  z-index: 1;
  /* background-color: #0c7e1b; */
  width: 600px;
  height: 500px;
  border-radius: 100%;
}

.section-a .content-1 .carousel-indicators {
  bottom: 15%;
}

.section-a .content-1 .carousel-image img {
  height: 500px;
  /* background: url('../images/shape1.png'); */
  /* background-color: #A90000;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat; */
  /* padding: 50px; */
}

.section-a .content-1 .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .6;
  transition: opacity .6s ease;
  border-radius: 100%;
  border: 2px solid white;
}

.carousel-indicators .active {
  background-color: #000000 !important;
}

.section-b {
  position: relative;
}

.section-b .content-1 {
  width: 70%;
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-direction: row;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 50px 50px 50px 50px;
  margin-top: -90px;
  position: absolute;
  left: 16%;
  z-index: 12;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.section-b .content-1 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-b .content-1 ul h5 {
  color: #b91409;
  font-size: 60px;
  font-family: 'poppins';
  font-weight: 400;
}

.section-b .content-1 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  animation: zoom infinite 2s linear;
}

.section-b .content-1 ul li:hover {
  /* animation: zoom infinite 1s linear; */
  cursor: pointer;
}

/* .section-b .content-1 ul li:hover h5{
  font-weight: 700;
  transition: 500ms;
}
.section-b .content-1 ul li:hover p{
  font-weight: 700;
  transition: 500ms;
} */
.section-b .content-1 ul p {
  color: #055710;
  font-size: 25px;
  font-family: "Noto Serif Sinhala", serif;
  font-weight: 400;
}

.section-c {
  background-image: url(../images/image1.png);
  padding: 150px 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.section-c .content-1 h1 {
  font-size: 50px;
  /* font-family: poppins; */
  font-weight: 700;
  text-align: center;
  padding: 30px 0px 60px 0px;
  font-family: "Noto Serif Sinhala", serif;
}

.section-c .content-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-c .content-2 img {
  height: 600px;
}

.section-c .content-3 {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 10px solid rgba(255, 255, 255, 0.3);
  transition: 800ms;
  padding: 0px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.section-c .content-3:hover {
  border: 10px solid #524949;

}

.section-c .content-3 h5 {
  font-size: 40px;
  font-weight: 700;
  text-align: start;
  position: relative;
}

.section-c .content-3 h5::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-c .content-3 ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
}

.section-c .content-3 ul li {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Noto Serif Sinhala", serif;
}

.section-c .content-4 {
  padding: 150px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-c .content-4 p {
  line-height: 60px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: "Noto Serif Sinhala", serif;

}

.section-c .content-4 a,
.hvr-wobble-skew {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #0c7e1b;
  padding: 10px 40px;
  border-radius: 50px;
  color: white;
  margin-top: 50px;
}

.section-c .content-5 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-c .content-5 .sub-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17%;
  padding: 20px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px;
  border-radius: 30px;
  background: white;
}

.section-c .content-5 .sub-1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-c .content-5 .sub-1 img {
  width: 200px;
}

.section-d {
  padding: 100px 0px;
}

.section-d h2 {
  text-align: center;
  font-family: poppins;
  font-size: 40px;
  margin-bottom: 50px;
  position: relative;
  color: #055710;
}

.section-d h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-d .content-1 .nav-tabs {
  justify-content: center;
}

.section-d .content-1 .nav-tabs .nav-link.active {
  color: #b91409;
  font-size: 25px;
  font-weight: 500;
  font-family: 'poppins';
}

.section-d .content-1 .nav-tabs .nav-link {
  color: #055710;
  font-size: 25px;
  font-weight: 500;
  font-family: 'poppins';
}

.section-d .content-1 .card-body {
  justify-content: center;
}

.section-d .content-1 .sub-1 {
  width: 300px;
  height: 300px;
  /* border: 5px solid #000000; */
  padding: 50px;
  border-radius: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 800ms;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 10px;
}

.section-d .content-1 .sub-1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(51, 223, 35, 0.15));
}

.section-d .content-1 .sub-1 .bg-img {
  display: none;
  height: 200px;
  width: 200px;
  transition: 800ms;
}

.section-d .content-1 .sub-1 .brand {

  height: 200px;
  width: 200px;
  transition: 800ms;
}

/* .section-d .content-1 .sub-1:hover .details {
  display: none;
}

.section-d .content-1 .sub-1:hover .brand {
  display: none;
}

.section-d .content-1 .sub-1:hover .bg-img {
  display: block;
} */

.section-e {
  background-image: url('../images/bg-5.jpg');
  padding: 150px 0px;
}

.section-e .owl-carousel {
  display: flex;
}

.section-e .owl-carousel .owl-item img {
  height: 250px;
}

.section-e .content-1 h2 {
  color: #055710;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
    font-family: "Noto Serif Sinhala", serif;
  position: relative;
}

.section-e .content-1 h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-f {
  padding: 150px 0px;
}

.section-f .content-1 h2 {
  color: #055710;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
    font-family: "Noto Serif Sinhala", serif;
  position: relative;
}

.section-f .content-1 h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-f .content-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-f .content-1 .sub-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.section-f .content-1 .sub-1 .box-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 50px;
  transition: 800ms;

}

.section-f .content-1 .sub-1 .box-1:hover img {
  border: 10px solid #b91409;
  transition: 800ms;
  border-bottom-right-radius: 30px;
}

.section-f .content-1 .sub-1 .box-1 img {
  width: 400px;
  border: 10px solid #000000;
  /* height: 300px; */
  border-top-left-radius: 30px;
}

.section-f .content-1 .sub-1 .box-1 h5 {
  margin-top: 30px;
  font-weight: 600;
}

.section-f .content-1 .sub-1 {
  font-family: "Noto Serif Sinhala", serif;
}

.section-f .content-1 a {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #1e3821;
  padding: 10px 40px;
  border-radius: 50px;
  color: white;
  margin-top: 30px;
}

.section-g {
  background-image: url('../images/bg-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px;
}

.section-g .content-1 .owl-carousel {
  width: 80%;
}

.section-g .content-1 .owl-carousel .item {
  background: rgb(0 0 0 / 20%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 10px solid rgba(255, 255, 255, 0.3);
  transition: 800ms;
  padding: 50px 30px;
  width: 100%;
  overflow: hidden;
}

.section-g .content-1 .owl-carousel .item:hover {
  border: 10px solid #524949;
}

.section-g .content-1 h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
    font-family: "Noto Serif Sinhala", serif;
  position: relative;
}

.section-g .content-1 h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 8%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-g .owl-carousel .owl-item img {
  width: 100px;
}

.section-g .content-1 .owl-carousel.owl-drag .owl-item .item p {
  font-size: 20px;
  color: white;
  font-style: italic;
}

.section-g .content-1 .smiling-mechanic {
  position: absolute;
  top: -200px;
  right: 50px;
  z-index: 30;
}

.section-g .content-2 {
  display: flex;
  align-items: center;
  flex-direction: column;

}

.section-g .content-2 .box-1 {
  background-color: #524949;
  padding: 50px 150px;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-g .content-2 .box-1 a {
  margin: 0px 20px;
}

.section-g .content-2 .box-1 img {
  animation: zoom infinite 2s linear;
}

.section-h {
  padding: 100px 15px;
}

.section-h .content-1 h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
  font-family: poppins;
  position: relative;
}

.section-h .content-1 h2::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 42%;
  top: -10%;
  background-color: #FFB703;
  animation: length 3s infinite;
}

.section-h .content-2 .item-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-h .content-2 .item-1 .sub-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.section-i {
  /* background-color: #A90000; */
  background-image: url('../images/bg-6.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.section-i .content-1 p {
  text-align: center !important;
}

.section-i .content-1 p {
  font-size: 20px;
  font-family: poppins;
  font-weight: 400;
  color: #ffffff;
}

.section-i .content-1 .sub-1 {
  display: flex;
  align-items: baseline;
  justify-content: left;
}

.section-i .content-1 .sub-1 i {
  margin-right: 10px;
  color: white;
  width: 30px;
  height: 30px;

}

.section-i .content-1 .sub-1 a {
  color: white;
  font-size: 20px;
  font-family: poppins;
  font-weight: 400;
}

.section-i .content-1 a:hover {
  color: #FFB703;
  text-decoration: none;
}

.section-i .content-1 img {
  width: 70%;
}

.section-i .content-2 p {
  font-size: 20px;
  font-family: poppins;
  font-weight: 400;
  color: #000000;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}

.section-i .content-2 ul {
  list-style: none;
  line-height: 45px;
}

.section-i .content-2 ul li a {
  color: white;
  font-size: 20px;
  transition: 800ms;
}

.section-i .content-2 ul li a:hover {
  color: #FFB703;
  text-decoration: none;
}

#footer-links ul li i {
  padding: 5px;
}

#view-more {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #0c7e1b;
  padding: 10px 40px;
  border-radius: 50px;
  color: white;
  margin-top: 50px;
}

/* Mobile */
@media (max-width: 767px) {
  .top-bar {
    flex-direction: column;
  }

  .navbar-expand-lg .navbar-nav {
    width: 100%;
  }

  .section-b .content-1 {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin-top: 0px;
    left: 0%;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .section-b .content-1 ul {
    flex-direction: column;
    padding: 0px;
  }

  .section-b .content-1 ul h5 {
    font-size: 22px;
  }

  .section-b .content-1 ul p {
    font-size: 14px;
  }

  .section-c {

    padding: 50px 15px;
  }

  .section-c .content-1 h1 {
    font-size: 21px;
  }

  .section-c .content-2 img {
    height: 300px;
  }

  .section-c .content-3 h5 {
    font-size: 20px;
  }

  .section-c .content-3 ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Noto Serif Sinhala", serif;
  }


  .section-c .content-3 {
    margin-top: 20px;
    padding: 10px;
  }

  .section-c .content-4 {
    padding: 50px 0px;
  }

  .section-c .content-4 p {
    line-height: 25px;
    font-size: 14px;
  }

  .section-c .content-5 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .section-c .content-5 .sub-1 img {
    width: 100%;
  }

  .section-c .content-5 .sub-1 {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .section-d h2 {
    font-size: 20px;
  }

  .section-e .content-1 h2 {
    font-size: 20px;
  }

  .section-f .content-1 h2 {
    font-size: 20px;
  }

  .section-f .content-1 .sub-1 .box-1 img {
    width: 100%;
  }

  .section-f .content-1 .sub-1 {
    flex-direction: column;
  }

  .section-f .content-1 .sub-1 .box-1 {
    margin-bottom: 20px;
  }

  .section-f .content-1 .sub-1 .box-1 h5 {
    text-align: center;
    margin-top: 15px;
  }

  .section-g {

    padding: 50px 0px;
  }

  .section-g .content-1 .smiling-mechanic {
    position: relative;
    top: 00px;
    right: 50px;
  }

  .section-g .content-1 .owl-carousel {
    width: 100%;
  }

  .section-g .content-1 h2 {
    font-size: 20px;
  }

  .section-g .content-2 .box-1 {
    padding: 50px 50px;
    display: flex;
  }

  .section-h .content-1 h2 {
    font-size: 20px;
  }

  .gallery-container {
    max-width: 100%;
    margin: 50px auto;
    padding: 0 0px;
  }

  .section-i {
    background-size: cover;
  }

  .section-i .content-2 ul {
    padding: 0px;
  }

  .section-i .content-2 ul li a {
    font-size: 15px;
  }

  .section-i .content-1 p {
    text-align: start !important;
    font-size: 16px;
  }

  .section-i .content-1 .sub-1 a {
    color: white;
    font-size: 16px;
  }

  .gallery-container {
    padding: 0px 0px !important;
  }

  .about-section p {
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }

  .card-custom h3 {
    font-size: 15px;
  }
}

/* ios */
@media (max-width: 340px) {}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}

/*tab portrait view*/
@media (min-width: 768px) and (max-width: 991px) {}

/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {}

/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}

/* 1400 resolution */
@media (min-width: 1440px) and (max-width: 1599px) {}

/*large screen*/
@media (min-width: 1600px) {
  .container {
    max-width: 1680px;
  }

  .section-header {
    position: fixed;
    z-index: 50;
    padding: 0px;
  }

  .section-header .content-1 {
    background-color: #000000;
    padding: 20px 15px;
    display: none;
  }

  .section-header .content-2 .group-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section-header .content-2 i {
    color: white;
  }

  .section-header .content-2 a {
    color: white;
    font-size: 20px;
  }

  .section-header .content-2 p {
    color: white;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .section-header .content-2 .sub-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section-header .content-2 .sub-2 .group-2 {
    margin-left: 10px;
  }

  .section-header .content-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #b91409;
    padding: 15px 15px;
    margin: 0px;
  }

  .section-header .content-3 .logo img {
    height: 80px;
  }

  .section-header .content-2 .sub-2 h3 {
    font-size: 60px;
    font-family: poppins;
    font-weight: 700;
    text-align: center;
    color: #000000;
    text-shadow: 2px 2px #055710;
  }

  .section-header .content-2 .sub-2 h5:hover {
    color: white;
    transition: 800ms;
  }

  .section-header .content-2 .sub-2 h5 {
    font-size: 60px;
    font-family: poppins;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-shadow: 2px 2px #0c7e1b;
    /* animation: color-white 6s linear; */

  }

  .section-header .content-2 .sub-3 {
    display: flex;
    flex-direction: column;
  }

  .section-header .content-2 .sub-3 .phone i {
    color: white;
  }

  .section-header .content-2 .sub-3 .phone a {
    color: white;
    font-size: 20px;
  }

  .section-header .content-3 {
    padding: 0px;
  }

  .section-header .content-3 .navbar-expand-lg {
    background-color: #ffffff;
    /* position: fixed ;
  top: 0px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .section-header .content-3 .navbar-expand-lg .nav-link {
    color: #155824;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 30px;
  }

  .section-header .content-3 .navbar-expand-lg .active .nav-link {
    position: relative;
  }

  .section-header .content-3 .navbar-expand-lg .active .nav-link::after {
    position: absolute;
    left: 0px;
    bottom: -12px;
    height: 5px;
    content: "";
    z-index: 45;
    background-color: #0c7e1b;
  }

  .mr-auto,
  .mx-auto {
    margin-right: 0 !important;
  }

  .section-header .content-3 .navbar-expand-lg .navbar-collapse {

    justify-content: center;
  }

  .section-a {
    position: relative;
    padding: 0px;
  }

  .w-100 {
    /* width: 70% !important;
  height: 800px;
  border-top-right-radius: 50px; */
  }

  .section-a .content-1 .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0%;
    width: 40%;
    height: 200px;
    bottom: 40%;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    border: 2px solid white;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
  }

  .section-a .content-1 .carousel-caption h5 {
    font-size: 60px;
    font-family: "Noto Serif Sinhala", serif;
    position: relative;
  }

  .section-a .content-1 .carousel-caption h5::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 8%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-a .content-1 .carousel-image {
    position: absolute;
    right: 30%;
    bottom: 0%;
    left: 65%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 15;
    animation: left-right 3s linear !important;
  }

  .section-a .content-1 .carousel-image-shape {
    position: absolute;
    right: 30%;
    bottom: 0%;
    left: 65%;
    z-index: 1;
    /* background-color: #0c7e1b; */
    width: 600px;
    height: 500px;
    border-radius: 100%;
  }

  .section-a .content-1 .carousel-indicators {
    bottom: 15%;
  }

  .section-a .content-1 .carousel-image img {
    height: 500px;
    /* background: url('../images/shape1.png'); */
    /* background-color: #A90000;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat; */
    /* padding: 50px; */
  }

  .section-a .content-1 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .6;
    transition: opacity .6s ease;
    border-radius: 100%;
    border: 2px solid white;
  }

  .carousel-indicators .active {
    background-color: #000000 !important;
  }

  .section-b {
    position: relative;
  }

  .section-b .content-1 {
    width: 70%;
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-direction: row;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 50px 50px 50px 50px;
    margin-top: -90px;
    position: absolute;
    left: 16%;
    z-index: 12;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


  .section-b .content-1 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section-b .content-1 ul h5 {
    color: #b91409;
    font-size: 60px;
    font-family: 'poppins';
    font-weight: 400;
  }

  .section-b .content-1 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px;
    animation: zoom infinite 2s linear;
  }

  .section-b .content-1 ul li:hover {
    /* animation: zoom infinite 1s linear; */
    cursor: pointer;
  }

  /* .section-b .content-1 ul li:hover h5{
  font-weight: 700;
  transition: 500ms;
}
.section-b .content-1 ul li:hover p{
  font-weight: 700;
  transition: 500ms;
} */
  .section-b .content-1 ul p {
    color: #055710;
    font-size: 25px;
    font-family: "Noto Serif Sinhala", serif;
    font-weight: 400;
  }

  .section-c {
    background-image: url(../images/image1.png);
    padding: 150px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .section-c .content-1 h1 {
    font-size: 50px;
    /* font-family: poppins; */
    font-weight: 700;
    text-align: center;
    padding: 30px 0px 60px 0px;
    font-family: "Noto Serif Sinhala", serif;
  }

  .section-c .content-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-c .content-2 img {
    height: 600px;
  }

  .section-c .content-3 {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 10px solid rgba(255, 255, 255, 0.3);
    transition: 800ms;
    padding: 0px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  }

  .section-c .content-3:hover {
    border: 10px solid #524949;

  }

  .section-c .content-3 h5 {
    font-size: 40px;
    font-weight: 700;
    text-align: start;
    position: relative;
  }

  .section-c .content-3 h5::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-c .content-3 ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 30px;
  }

  .section-c .content-3 ul li {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Noto Serif Sinhala", serif;
  }

  .section-c .content-4 {
    padding: 150px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-c .content-4 p {
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: "Noto Serif Sinhala", serif;

  }

  .section-c .content-4 a,
  .hvr-wobble-skew {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-color: #0c7e1b;
    padding: 10px 40px;
    border-radius: 50px;
    color: white;
    margin-top: 50px;
  }

  .section-c .content-5 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .section-c .content-5 .sub-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 17%;
    padding: 20px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 20px;
    border-radius: 30px;
    background: white;
  }

  .section-c .content-5 .sub-1:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .section-c .content-5 .sub-1 img {
    width: 200px;
  }

  .section-d {
    padding: 100px 0px;
  }

  .section-d h2 {
    text-align: center;
    font-family: poppins;
    font-size: 40px;
    margin-bottom: 50px;
    position: relative;
    color: #055710;
  }

  .section-d h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-d .content-1 .nav-tabs {
    justify-content: center;
  }

  .section-d .content-1 .nav-tabs .nav-link.active {
    color: #b91409;
    font-size: 25px;
    font-weight: 500;
    font-family: 'poppins';
  }

  .section-d .content-1 .nav-tabs .nav-link {
    color: #055710;
    font-size: 25px;
    font-weight: 500;
    font-family: 'poppins';
  }

  .section-d .content-1 .card-body {
    justify-content: center;
  }

  .section-d .content-1 .sub-1 {
    width: 300px;
    height: 300px;
    /* border: 5px solid #000000; */
    padding: 50px;
    border-radius: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 800ms;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;

  }

  .section-d .content-1 .sub-1:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(51, 223, 35, 0.15));
    transition: 800ms;
  }

  .section-d .content-1 .sub-1 .bg-img {
    display: none;
    height: 200px;
    width: 200px;
    transition: 800ms;
  }

  .section-d .content-1 .sub-1 .brand {

    height: 200px;
    width: 200px;
    transition: 800ms;
  }

  /* 
  .section-d .content-1 .sub-1:hover .details {
    display: none;
  }

  .section-d .content-1 .sub-1:hover .brand {
    display: none;
  }

  .section-d .content-1 .sub-1:hover .bg-img {
    display: block;
  } */

  .section-e {
    background-image: url('../images/bg-5.jpg');
    padding: 150px 0px;
  }

  .section-e .owl-carousel {
    display: flex;
  }

  .section-e .owl-carousel .owl-item img {
    height: 250px;
  }

  .section-e .content-1 h2 {
    color: #055710;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    position: relative;
  }

  .section-e .content-1 h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-f {
    padding: 150px 0px;
  }

  .section-f .content-1 h2 {
    color: #055710;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    position: relative;
  }

  .section-f .content-1 h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-f .content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-f .content-1 .sub-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .section-f .content-1 .sub-1 .box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 50px;
    transition: 800ms;

  }

  .section-f .content-1 .sub-1 .box-1:hover img {
    border: 10px solid #b91409;
    transition: 800ms;
    border-bottom-right-radius: 30px;
  }

  .section-f .content-1 .sub-1 .box-1 img {
    width: 400px;
    border: 10px solid #000000;
    /* height: 300px; */
    border-top-left-radius: 30px;
  }

  .section-f .content-1 .sub-1 .box-1 h5 {
    margin-top: 30px;
    font-weight: 600;
  }

  .section-f .content-1 .sub-1 {
    font-family: "Noto Serif Sinhala", serif;
  }

  .section-f .content-1 a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-color: #1e3821;
    padding: 10px 40px;
    border-radius: 50px;
    color: white;
    margin-top: 30px;
  }

  .section-g {
    background-image: url('../images/bg-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
  }

  .section-g .content-1 .owl-carousel {
    width: 80%;
  }

  .section-g .content-1 .owl-carousel .item {
    background: rgb(0 0 0 / 20%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 10px solid rgba(255, 255, 255, 0.3);
    transition: 800ms;
    padding: 50px 30px;
    width: 100%;
    overflow: hidden;
  }

  .section-g .content-1 .owl-carousel .item:hover {
    border: 10px solid #524949;
  }

  .section-g .content-1 h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    position: relative;
  }

  .section-g .content-1 h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 8%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-g .owl-carousel .owl-item img {
    width: 100px;
  }

  .section-g .content-1 .owl-carousel.owl-drag .owl-item .item p {
    font-size: 20px;
    color: white;
    font-style: italic;
  }

  .section-g .content-1 .smiling-mechanic {
    position: absolute;
    top: -200px;
    right: 50px;
    z-index: 30;
  }

  .section-g .content-2 {
    display: flex;
    align-items: center;
    flex-direction: column;

  }

  .section-g .content-2 .box-1 {
    background-color: #524949;
    padding: 50px 150px;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .section-g .content-2 .box-1 a {
    margin: 0px 20px;
  }

  .section-g .content-2 .box-1 img {
    animation: zoom infinite 2s linear;
  }

  .section-h {
    padding: 100px 15px;
  }

  .section-h .content-1 h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    position: relative;
  }

  .section-h .content-1 h2::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 42%;
    top: -10%;
    background-color: #FFB703;
    animation: length 3s infinite;
  }

  .section-h .content-2 .item-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .section-h .content-2 .item-1 .sub-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  .section-i {
    /* background-color: #A90000; */
    background-image: url('../images/bg-6.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
  }

  .section-i .content-1 p {
    font-size: 20px;
    font-family: poppins;
    font-weight: 400;
    color: #ffffff;
  }

  .section-i .content-1 .sub-1 {
    display: flex;
    align-items: baseline;
    justify-content: left;
  }

  .section-i .content-1 .sub-1 i {
    margin-right: 10px;
    color: white;
    width: 30px;
    height: 30px;

  }

  .section-i .content-1 .sub-1 a {
    color: white;
    font-size: 20px;
    font-family: poppins;
    font-weight: 400;
  }

  .section-i .content-1 a:hover {
    color: #FFB703;
    text-decoration: none;
  }

  .section-i .content-1 img {
    width: 70%;
  }

  .section-i .content-2 p {
    font-size: 20px;
    font-family: poppins;
    font-weight: 400;
    color: #000000;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

  }

  .section-i .content-2 ul {
    list-style: none;
    line-height: 45px;
  }

  .section-i .content-2 ul li a {
    color: white;
    font-size: 20px;
    transition: 800ms;
  }

  .section-i .content-2 ul li a:hover {
    color: #FFB703;
    text-decoration: none;
  }

  #footer-links ul li i {
    padding: 5px;
  }

  #view-more {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-color: #0c7e1b;
    padding: 10px 40px;
    border-radius: 50px;
    color: white;
    margin-top: 50px;
  }
}

/* IE browser */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}