@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/*IE only*/
/*Fonts*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 600ms all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}

h1 {
  font-size: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 50px;
  margin: auto;
}

p {
  opacity: 0.7;
}

header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 600ms all;
  z-index: 10;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .container .logo {
  position: relative;
  z-index: 1;
}
header .container .logo a img {
  max-width: 300px;
}
@media (max-width: 1199px) {
  header .container .logo a img {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  header .container .logo a img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg {
    padding-top: 4px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-right: 12px;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 19px;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 13px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav {
    background-color: #ffe9e3;
    padding: 25px 25px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #000000;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f75023;
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #6ab500;
}
header.fixed-nav {
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.more {
  background-color: #f75023;
  padding: 13px 30px;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .more {
    padding: 10px 20px;
  }
}
.more:hover {
  background-color: #6ab500;
  color: #ffffff;
}

.banner {
  height: 100vh;
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner .container {
  width: 100%;
  height: 100vh;
}
.banner .container .row {
  height: 100vh;
}
.banner .container .banner-text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .container .banner-text {
    justify-content: center;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .banner .container .banner-text .inner {
    text-align: center;
  }
}
.banner .container .banner-text .inner h4 {
  color: #f75023;
}
.banner .container .banner-text .inner h5 {
  color: #6ab500;
  margin: 10px 0 20px;
}
.banner .container .banner-text .inner p {
  max-width: 800px;
}
@media (max-width: 767px) {
  .banner .container .banner-text .inner p {
    display: none;
  }
}
.banner .container .banner-text .inner ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .banner .container .banner-text .inner ul {
    justify-content: center;
  }
}
.banner .container .banner-text .inner ul li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .banner .container .banner-text .inner ul li.social {
    display: none;
  }
}
.banner .container .banner-text .inner ul li.social a {
  margin: 0 10px;
}
.banner .container .banner-text .inner ul li.social a img {
  width: 15x;
  height: 15px;
}
.banner .container .banner-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .banner .container .banner-img {
    justify-content: center;
  }
}
.banner .container .banner-img .inner img {
  max-height: 85vh;
}
@media (max-width: 767px) {
  .banner .container .banner-img .inner img {
    max-height: 40vh;
  }
}

.who-am {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .who-am {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .who-am {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .who-am {
    padding: 40px 0;
  }
}
.who-am .left {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .who-am .left {
    margin-bottom: 30px;
  }
}
.who-am .left .inner img {
  max-width: 100%;
}
.who-am .left .inner h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .who-am .left .inner h2 {
    margin-bottom: 20px;
  }
}
.who-am .left .inner p {
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 10px;
}
.who-am .left .inner ul {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  align-items: center;
}
.who-am .left .inner ul li {
  padding: 0 8px;
}
.who-am .left .inner ul li a {
  background-color: #ffe9e3;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .who-am .left .inner ul li a {
    width: 45px;
    height: 45px;
  }
}
.who-am .left .inner ul li a img {
  width: 20px;
  height: 20px;
  transition: 600ms all;
}
.who-am .left .inner ul li a:hover {
  background-color: #6ab500;
}
.who-am .left .inner ul li a:hover img {
  filter: grayscale(1) invert(1);
}
.who-am .right .more {
  margin-top: 10px;
}
.who-am .count-row {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .who-am .count-row .count-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .who-am .count-row .count-box {
    width: 50%;
  }
}
.who-am .count-row .count-box .inner {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1360px) {
  .who-am .count-row .count-box .inner {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .who-am .count-row .count-box .inner {
    display: block;
    text-align: center;
    padding: 12px;
    height: 100%;
  }
}
.who-am .count-row .count-box .inner .icon {
  margin-right: 20px;
}
@media (max-width: 1360px) {
  .who-am .count-row .count-box .inner .icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .who-am .count-row .count-box .inner .icon img {
    max-width: 50px;
  }
}
@media (max-width: 575px) {
  .who-am .count-row .count-box .inner .icon img {
    max-width: 40px;
    margin-bottom: 15px;
  }
}
.who-am .count-row .count-box .inner .text .nbr {
  display: flex;
}
@media (max-width: 575px) {
  .who-am .count-row .count-box .inner .text .nbr {
    justify-content: center;
  }
}
.who-am .count-row .count-box .inner .text h6 {
  font-weight: 600;
}
.who-am .count-row .count-box .inner .text p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .who-am .count-row .count-box .inner .text p {
    font-size: 13px;
  }
}

.life-story {
  display: inline-block;
  width: 100%;
}
.life-story .custom-container {
  width: calc(100% - (-50vw + 50%));
  float: right;
}
@media (max-width: 991px) {
  .life-story .custom-container {
    width: inherit;
  }
}
.life-story .custom-container .life-img {
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .life-story .custom-container .life-img {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}
.life-story .custom-container .life-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.life-story .custom-container .life-details {
  display: flex;
  align-items: center;
}
.life-story .custom-container .life-details .inner {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .life-story .custom-container .life-details .inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .life-story .custom-container .life-details .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .life-story .custom-container .life-details .inner {
    padding-left: 0;
  }
}
.life-story .custom-container .life-details .inner ul {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .life-story .custom-container .life-details .inner ul {
    margin-top: 20px;
  }
}
.life-story .custom-container .life-details .inner ul::after {
  position: absolute;
  content: "";
  left: 43px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f75023;
  z-index: -1;
}
@media (max-width: 991px) {
  .life-story .custom-container .life-details .inner ul::after {
    left: 19px;
  }
}
.life-story .custom-container .life-details .inner ul li {
  display: flex;
  margin-bottom: 30px;
}
.life-story .custom-container .life-details .inner ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.life-story .custom-container .life-details .inner ul li .nbr {
  width: 80px;
  height: 50px;
  margin-right: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 700;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .life-story .custom-container .life-details .inner ul li .nbr {
    width: 40px;
  }
}
.life-story .custom-container .life-details .inner ul li .nbr span {
  width: 80px;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .life-story .custom-container .life-details .inner ul li .nbr span {
    font-size: 36px;
  }
}
.life-story .custom-container .life-details .inner ul li .details {
  width: 100%;
}
.life-story .custom-container .life-details .inner ul li .details h6 {
  font-weight: 600;
}
.life-story .custom-container .life-details .inner ul li .details P {
  margin-bottom: 0;
}

.showcase {
  padding: 100px 0;
  background-color: #fff8f7;
}
@media (max-width: 991px) {
  .showcase {
    padding: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  .showcase {
    padding: 50px 0 20px;
  }
}
@media (max-width: 575px) {
  .showcase {
    padding: 40px 0 10px;
  }
}
.showcase .head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .showcase .head {
    margin-bottom: 30px;
  }
}
.showcase .head ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .showcase .head ul {
    display: block;
  }
}
.showcase .head ul li h2 {
  margin-bottom: 15px;
}
.showcase .head ul li p {
  margin-bottom: 0;
}
.showcase .head ul li a {
  white-space: nowrap;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .showcase .head ul li a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.showcase .showcase-row {
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 991px) {
  .showcase .showcase-row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.showcase .showcase-row .showcase-box {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .showcase .showcase-row .showcase-box {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .showcase .showcase-row .showcase-box {
    margin-bottom: 30px;
  }
}
.showcase .showcase-row .showcase-box .inner .image {
  text-align: center;
  padding: 40px;
  background-color: #111415;
  margin-bottom: 20px;
}
.showcase .showcase-row .showcase-box .inner h6 {
  color: #f75023;
}
.showcase .showcase-row .showcase-box .inner p {
  opacity: 1;
  margin-bottom: 0;
}
.showcase .showcase-row .showcase-box .inner p span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.clients {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .clients {
    padding: 40px 0;
  }
}
.clients .owl-clients .item img {
  filter: grayscale(100%);
  transition: 600ms all;
}
.clients .owl-clients .item:hover img {
  filter: none;
}

.home-insight {
  position: relative;
  padding-top: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .home-insight {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .home-insight {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .home-insight {
    padding-top: 40px;
  }
}
.home-insight::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: #300a00;
}
.home-insight h2 {
  text-align: center;
  margin-bottom: 40px;
}
.home-insight .owl-blog .item .inner {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.home-insight .owl-blog .item .inner .details {
  padding: 20px;
}
.home-insight .owl-blog .item .inner .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #f75023;
}
.home-insight .owl-blog .item .inner .details a {
  text-transform: uppercase;
  font-weight: 600;
}
.home-insight .owl-blog .item .inner .details a:hover {
  color: #6ab500;
}

footer {
  background-color: #300a00;
  padding-top: 60px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px 0;
  }
}
footer .foot-logo {
  padding-right: 30px;
}
footer .foot-logo img {
  margin-bottom: 20px;
  max-width: 250px;
}
footer .copy {
  margin-top: 40px;
  padding: 20px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copy p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
footer li, footer a, footer p {
  color: #ffffff;
  opacity: 1;
}
footer p span {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  footer p span {
    margin-top: 25px;
    display: block;
  }
}
footer a:hover {
  color: #6ab500;
}
footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li i {
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
footer ul li img {
  width: 20px;
  height: 20px;
  filter: grayscale(1) invert(1);
}
footer .foot-social {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  align-items: center;
}
footer .foot-social li {
  padding: 0 5px;
  display: inherit;
  margin-bottom: 0;
}
footer .foot-social li a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot-social li a:hover {
  background-color: #6ab500;
}
footer .foot-social li a i {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inherit;
  margin-right: 0;
  color: #ffffff;
}

.inner-banner {
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  padding: 200px 0 50px;
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 150px 0 50px;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    padding: 120px 0 40px;
  }
}
.inner-life-story {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .inner-life-story {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .inner-life-story {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .inner-life-story {
    padding: 40px 0;
  }
}
.inner-life-story h2 {
  margin-bottom: 30px;
}
.inner-life-story .life-row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .inner-life-story .life-row {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .inner-life-story .life-left {
    margin-bottom: 30px;
  }
}
.inner-life-story .life-details {
  display: flex;
  align-items: center;
}
.inner-life-story .life-details .inner {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .inner-life-story .life-details .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inner-life-story .life-details .inner {
    padding-left: 0;
  }
}
.inner-life-story .life-details .inner ul {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .inner-life-story .life-details .inner ul {
    margin-top: 20px;
  }
}
.inner-life-story .life-details .inner ul::after {
  position: absolute;
  content: "";
  left: 43px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f75023;
  z-index: -1;
}
@media (max-width: 991px) {
  .inner-life-story .life-details .inner ul::after {
    left: 19px;
  }
}
.inner-life-story .life-details .inner ul li {
  display: flex;
  margin-bottom: 30px;
}
.inner-life-story .life-details .inner ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.inner-life-story .life-details .inner ul li .nbr {
  width: 80px;
  height: 50px;
  margin-right: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 700;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .inner-life-story .life-details .inner ul li .nbr {
    width: 40px;
  }
}
.inner-life-story .life-details .inner ul li .nbr span {
  width: 80px;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .inner-life-story .life-details .inner ul li .nbr span {
    font-size: 36px;
  }
}
.inner-life-story .life-details .inner ul li .details {
  width: 100%;
}
.inner-life-story .life-details .inner ul li .details h6 {
  font-weight: 600;
}
.inner-life-story .life-details .inner ul li .details P {
  margin-bottom: 0;
}
.inner-life-story .certificate {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .inner-life-story .certificate {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .inner-life-story .certificate {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .inner-life-story .certificate {
    margin-top: 40px;
  }
}
.inner-life-story .certificate h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.inner-life-story .certificate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .inner-life-story .certificate ul {
    justify-content: center;
  }
}
.inner-life-story .certificate ul li {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .inner-life-story .certificate ul li {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .inner-life-story .certificate ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.inner-life-story .certificate ul li img {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.kind-words {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .kind-words {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .kind-words {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .kind-words {
    padding: 40px 0;
  }
}
.kind-words .kind-words-box {
  margin-bottom: 24px;
}
.kind-words .kind-words-box:last-child {
  margin-bottom: 0;
}
.kind-words .kind-words-box .inner {
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 24px;
}
.kind-words .kind-words-box .inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .kind-words .kind-words-box .inner {
    padding: 15px;
    text-align: center;
  }
}
.kind-words .kind-words-box .inner .client {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .kind-words .kind-words-box .inner .client {
    margin: 0px auto 20px;
  }
}
.kind-words .kind-words-box .inner .client img {
  width: 100%;
}
.kind-words .kind-words-box .inner .details h6 {
  font-size: 17px;
  font-weight: 600;
}
.kind-words .kind-words-box .inner .details p {
  color: #000000;
  opacity: 1;
}
.kind-words .kind-words-box .inner .details .desig {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 1;
  color: #6ab500;
}

.memories {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .memories {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .memories {
    padding: 50px 0 26px;
  }
}
@media (max-width: 575px) {
  .memories {
    padding: 40px 0 16px;
  }
}
.memories .top {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .memories .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .memories .top {
    margin-bottom: 10px;
  }
}
.memories .top p {
  opacity: 1;
  font-size: 16px;
  max-width: 1000px;
  line-height: 26px;
}

.nav-tabs {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: none;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .nav-tabs {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.nav-tabs .nav-item {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-item {
    margin: 5px;
    width: 100%;
  }
}
.nav-tabs .nav-item .nav-link {
  background-color: #ffe9e3;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-item .nav-link {
    padding: 10px 25px;
    font-size: 16px;
    width: 100%;
  }
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #f75023;
  color: #ffffff;
}

.tab-pane .gl-box {
  margin-bottom: 24px;
}
.tab-pane .gl-box .example-image-link {
  width: 100%;
}
.tab-pane .gl-box .example-image-link img {
  width: 100%;
  margin-bottom: 15px;
}
.tab-pane .gl-box .example-image-link h6 {
  text-align: center;
  font-weight: 600;
}
.tab-pane .gl-box .example-image-link p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
.tab-pane .gl-box .details {
  padding-top: 20px;
}
.tab-pane .gl-box .details p {
  margin-bottom: 0;
}
.tab-pane .gl-box .details p span {
  font-weight: 500;
  font-size: 13px;
  margin-right: 15px;
}
.tab-pane .gl-box .details h6 {
  font-weight: 600;
  color: #f75023;
}
.tab-pane .gl-box .details a {
  margin-top: 15px;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.insight {
  padding: 100px 0 90px;
}
@media (max-width: 991px) {
  .insight {
    padding: 70px 0 60px;
  }
}
@media (max-width: 767px) {
  .insight {
    padding: 50px 0 40px;
  }
}
@media (max-width: 575px) {
  .insight {
    padding: 40px 0 30px;
  }
}
.insight .gallery-wrap,
.insight #gallery {
  overflow: hidden;
}
.insight #gallery {
  margin-left: -12px;
  margin-right: -12px;
}
.insight #filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 575px) {
  .insight #filters {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.insight #filters li {
  float: left;
  margin: 10px;
}
@media (max-width: 575px) {
  .insight #filters li {
    margin: 5px;
  }
}
.insight #filters li span {
  display: block;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffe9e3;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 575px) {
  .insight #filters li span {
    padding: 10px 25px;
  }
}
.insight #filters li:hover span {
  color: #000;
}
.insight #filters li span.active {
  background: #f75023;
  color: #fff;
}
.insight .gallery-item {
  float: left;
  width: 33.333%;
  padding: 12px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .insight .gallery-item {
    width: 50%;
  }
}
.insight .inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.insight .inside .image {
  border-radius: 10px;
  overflow: hidden;
}
.insight .inside .disc {
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid #6ab500;
}
.insight .inside .disc h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #f75023;
}
.insight .inside .disc a {
  text-transform: uppercase;
  font-weight: 600;
}
.insight .inside .disc a:hover {
  color: #6ab500;
}
.insight .gallery-item:hover .details,
.insight .gallery-item:hover .overlay {
  opacity: 1;
}
@media (max-width: 30em) {
  .insight .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
  .insight .gallery-item {
    float: none;
    width: 100%;
  }
}

.say {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .say {
    padding: 70px 0 56px;
  }
}
@media (max-width: 767px) {
  .say {
    padding: 50px 0 36px;
  }
}
@media (max-width: 575px) {
  .say {
    padding: 40px 0 26px;
  }
}
@media (max-width: 1199px) {
  .say .say-box {
    margin-bottom: 24px;
  }
}
.say .say-box .inner {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1360px) {
  .say .say-box .inner {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .say .say-box .inner {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.say .say-box .inner .icon {
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f75023;
  margin-right: 20px;
  transition: 600ms all;
}
@media (max-width: 991px) {
  .say .say-box .inner .icon {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .say .say-box .inner .icon {
    width: 40px;
    height: 40px;
    padding: 15px;
    margin-right: 10px;
    margin: auto;
    margin-bottom: 10px;
  }
}
.say .say-box .inner .icon img {
  width: 40px;
  height: 40px;
}
.say .say-box .inner .details p {
  margin-bottom: 5px;
  font-weight: 600;
  opacity: 1;
  color: #f75023;
}
.say .say-box .inner .details a {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1360px) {
  .say .say-box .inner .details a {
    font-size: 15px;
  }
}
.say .say-box .inner .details a:hover {
  color: #6ab500;
}
.say .say-box .inner:hover .icon {
  box-shadow: 0px 0px 0px 10px #6ab500;
}
@media (max-width: 575px) {
  .say .say-box .inner:hover .icon {
    box-shadow: 0px 0px 0px 5px #6ab500;
  }
}
.say .social-wrap {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .say .social-wrap {
    margin-top: 30px;
  }
}
.say .social-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.say .social-wrap ul li {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .say .social-wrap ul li {
    margin-bottom: 14px;
  }
}
.say .social-wrap ul li a {
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.say .social-wrap ul li a:hover {
  background-color: #6ab500;
  color: #ffffff;
}
.say .social-wrap ul li a:hover span {
  background-color: #ffffff !important;
}
.say .social-wrap ul li a:hover span img {
  filter: grayscale(0) invert(0);
}
.say .social-wrap ul li a:hover.fb {
  background-color: #3b5998;
}
.say .social-wrap ul li a:hover.tw {
  background-color: #03a9f4;
}
.say .social-wrap ul li a:hover.li {
  background-color: #007ab9;
}
.say .social-wrap ul li a:hover.in {
  background-color: #ff407b;
}
.say .social-wrap ul li a:hover.wh {
  background-color: #4caf50;
}
.say .social-wrap ul li a.fb span {
  background-color: #3b5998;
}
.say .social-wrap ul li a.tw span {
  background-color: #03a9f4;
}
.say .social-wrap ul li a.li span {
  background-color: #007ab9;
}
.say .social-wrap ul li a.in span {
  background-color: #ff407b;
}
.say .social-wrap ul li a.wh span {
  background-color: #4caf50;
}
.say .social-wrap ul li a span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6ab500;
  margin-right: 15PX;
  transition: 600ms all;
}
@media (max-width: 359px) {
  .say .social-wrap ul li a span {
    width: 35px;
    height: 35px;
  }
}
.say .social-wrap ul li a span.fb {
  background-color: #3b5998;
}
.say .social-wrap ul li a span.tw {
  background-color: #03a9f4;
}
.say .social-wrap ul li a span.li {
  background-color: #007ab9;
}
.say .social-wrap ul li a span.in {
  background-color: #ff407b;
}
.say .social-wrap ul li a span.wh {
  background-color: #4caf50;
}
.say .social-wrap ul li a span img {
  width: 20px;
  height: 20px;
  filter: grayscale(1) invert(1);
  transition: 600ms all;
}

.insight-single {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .insight-single {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .insight-single {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .insight-single {
    padding: 40px 0;
  }
}
.insight-single .insight-img .inner {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .insight-single .insight-details {
    margin-top: 30px;
  }
}
.insight-single .insight-details .inner {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .insight-single .insight-details .inner {
    padding-left: 0;
  }
}
.insight-single .insight-details .inner .date {
  opacity: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.insight-single .insight-details .inner h5 {
  font-weight: 600;
  margin-bottom: 30px;
}

.lb-data .lb-close {
  width: 20px;
  height: 20px;
  padding: 10px;
  background: url(../images/close.png) center no-repeat;
  background-size: 15px;
}

.lb-nav a.lb-next {
  width: 40px;
  opacity: 0.5;
  margin-right: 10px;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-nav a.lb-prev {
  width: 40px;
  opacity: 1;
  margin-left: 10px;
  opacity: 0.5;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}/*# sourceMappingURL=main_style.css.map */