@import url("utilities.css");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #242424;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
}

a {
  color: #3c74d9;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.page-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-title h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  color: #233848;
}
.page-title .sub-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #e7f9f5;
  color: #559f8e;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Top Header */
.top-header {
  padding: 0px 0;
  background-color: #233848;
}
.top-header .top-social-icons {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-header .top-social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #cacdcf;
}
.top-header .top-social-icons a:last-child {
  margin-right: 0;
}
.top-header .top-header-right {
  text-align: right;
}
.top-header .top-header-right li {
  display: inline-block;
}
.top-header .top-header-right a {
  display: inline-block;
  margin-right: 10px;
  color: #cacdcf;
  font-size: 13px;
  letter-spacing: 1.2px;
}
.top-header .get-quote {
  padding: 11px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  background-color: #dde379;
  color: #ffffff !important;
}

/*----------------- Header -----------------*/
.header-top {
  background: #036888;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}
.header-top .custom-info i {
  margin-right: 10px;
  margin-left: 30px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
.header-top .social-links {
  float: right;
}
.header-top .social-links a {
  display: inline-block;
  margin-left: 10px;
}
.header-top .social-links a i {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  border: 1px solid transparent;
}
.header-top .social-links a i.fa-twitter {
  background: #1cb7eb;
}
.header-top .social-links a i.fa-facebook-official {
  background: #496fa4;
}
.header-top .social-links a i.fa-google-plus {
  background: #e6694a;
}
#header {
  z-index: 9999;
  transition: all 300ms;
  padding: 3px 0;
  background: #ffffff;
}
.main-nav {
  margin-top: 16px !important;
}
#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #d71800;
  text-decoration: none;
}
#header .logo img {
  max-width: 250px;
}
#header.sticky-fixed {
  background: rgba(0, 0, 0, 1);
  transition: all 300ms;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/*----------------- Portfolio -----------------*/
#portfolio {
  padding: 50px 0px 70px 0;
  background-color: #f6f9fb;
}
#products .btn.btn-danger.btn-lg {
  border: none;
  color: #ffffff;
  transition: all 500ms;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  background: #289ea6;
  border-bottom: 5px solid #1d7c83;
  margin-top: 20px;
}
#what-we-do {
  padding: 50px 0px 60px 0;
  background: #f7f7f7;
}
#what-we-do .heading {
  text-align: center;
}
#what-we-do .what-do-services ul li {
  text-align: center;
}
#what-we-do .what-do-services ul li .services {
  width: 100%;
  height: 170px;
  background: #ffffff;
  border-radius: 0;
  text-align: center;
  color: #5a5a5a;
  padding-top: 30px;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  border: 1px dotted #4f4f4f;
}

/*----------------- Navigation -----------------*/
/* Desktop Navigation */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  display: block;
  position: relative;
  color: #174c81;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #289ea6;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: capitalize;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #333333;
  font-weight: normal;
}
.main-nav .drop-down ul a:hover {
  background-color: #ef7f1a;
  color: #ffffff !important;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#products {
  padding: 50px 0;
  background-color: #ffffff;
}
#products .product-items {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 5px solid #ffffff;
}
#products .product-image {
  transition: all 300ms;
  transform: scale(1);
}
#products .product-image img {
  border-radius: 10px;
}
#products .product-items:hover .product-image {
  transform: scale(1.1);
}
#products .product-content {
  position: relative;
  z-index: 999999;
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
}
#bottom-banner {
  padding: 50px 0;
}
#trending {
  padding: 0 0 40px 0;
}
#trending .product-items {
  margin: 15px 0;
}
#trending .product-image {
  margin-bottom: 12px;
}
#trending .product-content p {
  font-size: 14px;
  text-align: center;
}

#about-company {
  background-color: #ef7f1a;
}
#about-company .intro {
  padding: 40px 60px;
}
#about-company .intro h1 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
}
#about-company .intro p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 40px;
}
#about-company .intro a {
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 30px 14px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 300ms;
}
#about-company .intro a:hover {
  background-color: #151514;
  border-color: #151514;
}
#about-company .about-image {
  margin-right: -15px;
}
.text-on-banner {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 99999;
  float: left;
}
.heading-on-banner {
  width: 100%;
  padding: 10px 17%;
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000;
  position: relative;
  float: left;
  font-weight: bold;
}
/*----------------- Footer -----------------*/
footer {
  padding: 50px 0;
  background: #233848;
}
footer .footer-inner {
  margin-bottom: 15px;
}
footer .title {
  margin-bottom: 20px;
}
footer .title img {
  width: 180px;
}
footer .title h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
footer .footer-about p {
  color: rgb(126, 136, 144);
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
footer .footer-links ul li {
  list-style: circle;
}
footer .footer-links ul li a {
  display: block;
  color: rgb(126, 136, 144);
  font-size: 13px;
  font-weight: 300;
  margin: 5px 0;
}
footer .footer-links ul li a:hover {
  color: #ffffff;
}
footer address {
  color: rgb(126, 136, 144);
  font-size: 12px;
  line-height: 20px;
}
footer .social-menu {
  text-align: center;
  padding: 20px 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}
footer .social-menu li {
  display: inline-block;
  margin: 5px;
}
footer .social-menu li a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  height: 32px;
  padding: 8px 15px;
  color: rgb(126, 136, 144);
  border-radius: 20px;
  transition: all 300ms;
}
footer .social-menu li a:hover {
  color: #ffffff;
}
footer .social-menu li a i {
  margin-right: 10px;
  font-size: 14px;
}
footer .social-menu li a.facebook:hover {
  background: #47639e;
}
footer .social-menu li a.twitter:hover {
  background: #00abf0;
}
footer .social-menu li a.instagram:hover {
  background: #405de6;
}
footer .social-menu li a.youtube:hover {
  background: #ec2828;
}
footer .copyright-area {
  text-align: center;
  font-size: 12px;
  color: #4d5c72;
}
/*----------------- Our Video  -----------------*/
#our-video {
  padding: 100px 0 120px 0;
  background: url("../images/video-bg.jpg") bottom left no-repeat;
  background-size: cover;
}
#our-video h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#our-video .business-video-icon {
  text-align: center;
}
#our-video .video-play-button {
  position: relative;
  height: 70px;
  width: 70px;
  background: #d71800;
  color: #fff;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
}
#our-video .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e3260e;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#our-video .video-play-button i {
  margin-left: 9px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*-------------- Internal Banner --------------*/
#internal-banner {
  padding: 80px 0;
  background: #ef7f1a url("../images/video-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
}
#internal-banner h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
#internal-banner li:first-child {
  margin-left: 0;
}
#internal-banner li {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin: 0 3px;
}
#internal-banner li a {
  color: #ffffff;
}
#internal-banner li.active a {
  color: #ffffff;
  font-weight: bold;
}

/*--------------------------------------------------------------------
	About Page
--------------------------------------------------------------------*/
#about-page {
  padding: 50px 0;
}
#about-page .course-images {
  margin: 30px 0;
}
#about-page .title {
  font-size: 25px;
  margin-bottom: 10px;
}
#about-page .courses-lists {
  margin-bottom: 30px;
  background: #f3f6fb;
  padding: 15px;
  border-radius: 5px;
}
#about-page .courses-lists h3 {
  font-size: 20px;
  font-weight: bold;
}
#about-page .courses-lists li {
  display: block;
}
#about-page .courses-lists a {
  display: block;
  padding: 10px 0;
  color: #666666;
  border-bottom: 1px dashed #d3d3d3;
}
#about-page .courses-lists li:last-child a {
  border: none;
  padding-bottom: 0;
}
#about-page .courses-lists a:hover,
.courses-lists a.active {
  color: #18ba60 !important;
  font-weight: 500;
}
#about-page .enquiry-us {
  background: #ef7f1a;
  padding: 15px;
  border-radius: 5px 0 0 5px;
}
#about-page .enquiry-us h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}
#about-page .enquiry-us input {
  height: 40px;
  font-size: 14px;
  border: none;
  border-radius: 2px;
}
#about-page .enquiry-us .form-group {
  margin-bottom: 7px;
}
#about-page .enquiry-us .form-control {
  border-radius: 0;
  font-size: 14px;
  border: none;
}
#about-page .enquiry-us button {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  height: 42px;
  background-color: #272727;
  border-color: #272727;
  font-size: 15px;
  font-weight: bold;
}

/*--------------------------------------------------------------------
	Contact Us Page
--------------------------------------------------------------------*/
#contact-us {
  padding: 50px 0 0 0;
}
#contact-us .map-responsive {
  overflow: hidden;
  padding-bottom: 30.25%;
  position: relative;
  height: 0;
  margin-top: 50px;
}
#contact-us .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#contact-us .contact-form h3 {
  margin: 0;
  font-size: 24px;
  color: #262626;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}
#contact-us .contact-form input,
#contact-us .contact-form textarea {
  outline: none;
  width: 100%;
  height: 45px;
  color: #888888;
  font-size: 16px;
  padding-left: 20px;
  display: block;
  background: #ffffff;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
#contact-us .contact-form button {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: #55a491;
  color: #ffffff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
#contact-us .contact-form textarea {
  height: 144px;
  margin-bottom: 25px;
  padding-top: 15px;
}
#contact-us h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
#intro {
  padding: 50px 0;
  text-align: center;
}

#intro p {
  line-height: 28px;
  margin-bottom: 15px;
}
#intro li {
  margin: 10px 0;
}
#intro li div {
  display: flex;
  align-items: center;
}
#intro li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e7f9f5;
  color: #559f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/*----------------- Testimonials -----------------*/
#testimonials {
  padding: 60px 0;
  background-color: #f1f5f8;
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonial-item {
  text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 20px auto;
  margin-bottom: 30px;
}
#testimonials .testimonial-item h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 10px 0 10px 0;
  color: #111;
  margin-left: 0px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #559f8e;
  margin: 0 0 15px 0;
  margin-left: 0px;
}
#testimonials .testimonial-item p {
  color: #65778d !important;
  margin: 0 0 25px 0px;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #007bff;
}

#mission-vision {
  background: #f7f7f9 url("../images/miss-bg.png") no-repeat;
  padding: 10px 0;
  background-size: 100%;
  background-position: bottom center;
}
.mission {
  margin: 20px 0;
}
.course-content p {
  margin-bottom: 20px;
}
.about-contents {
  text-align: left;
}
.about-images {
  margin: 0 0 20px 0;
}
.about-images img {
  border: 5px solid #f8f8f8;
}
.about-contents .sub-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #e7f9f5;
  color: #559f8e;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
}
.about-contents h1 {
  font-weight: bold;
  font-size: 35px;
  margin: 10px 0 30px 0;
  color: #233848;
}
.about-contents a {
  font-weight: bold;
  color: #ef7f1a;
  font-size: 13px;
}
.about-contents a i {
  margin-left: 2px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.project-completed {
  text-align: center;
  margin: 15px 0;
}
.project-completed h3 {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #daa14c;
  text-align: center;
}
.project-completed p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#dream-project {
  padding: 50px 0;
  background: url("../images/dream-project.jpg") no-repeat;
}
#dream-project .page-title {
  max-width: 500px;
  margin: 80px auto;
}
#dream-project .page-title h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 60px;
}
#dream-project .get-quote {
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 300ms;
}
.helps-block {
  background-color: #289ea6;
  padding: 20px;
}
.helps-block .help-inner {
  padding: 20px 0px;
  margin: 12px 0;
  display: flex;
  align-items: center;
}
.helps-block .icon-block {
  width: 50px;
  color: #f1fefb;
  font-size: 40px;
  margin-right: 5px;
}
.helps-block h4 {
  font-size: 16px;
  font-weight: bold;
  color: #f1fefb;
  margin-bottom: 8px;
}
.helps-block p {
  color: #f1fefb;
}

.explore-more {
  padding: 50px 0;

  position: relative;
}
.explore-more::before {
  background-color: #f1f5f8;
  width: 100%;
  height: 65%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
.explore-lists {
  background-color: #ffffff;
  padding: 20px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #ffffff33;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
  -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
  margin: 20px 0;
}
.explore-lists .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #539a8a;
  margin-right: 10px;
  font-size: 30px;
  color: #539a8a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-lists div + div {
  width: calc(100% - 80px);
}
.explore-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.explore-title h3 {
  font-size: 25px;
}
.explore-lists p {
  opacity: 0.7;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 15px;
}
.explore-lists li {
  font-size: 15px;
  margin: 5px 0;
}
.explore-lists li i {
  color: #539a8a;
  margin-right: 5px;
}
.how-help-you {
  padding: 30px 0 60px 0;
}
.how-help-you .page-title {
  text-align: left;
}
.how-help-you .content p {
  margin-bottom: 15px;
  line-height: 28px;
}
.how-help-you .help-section {
  margin-top: 15px;
}
.how-help-you .help-section i {
  font-size: 40px;
  color: #289ea6;
  margin-bottom: 10px;
}
.how-help-you .help-section h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.navbar-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #ffffff;
  padding: 0;
  left: 0;
  -webkit-animation: fadeInDown 600ms;
  -moz-animation: fadeInDown 600ms;
  -ms-animation: fadeInDown 600ms;
  -o-animation: fadeInDown 600ms;
  animation: fadeInDown 1000ms;
  -webkit-backface-visibility: hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

@media (max-width: 768px) {
  .top-header {
    display: none;
  }
  #intro {
    padding-top: 0;
  }
  .help-block img {
    margin-bottom: 50px;
  }
  .helps-block .help-inner {
    align-items: flex-start;
  }
}

.inner-banner {
  background: url("../images/about-banner.jpg") no-repeat;
  padding: 80px 0;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.inner-banner h1 {
  font-weight: bold;
  font-size: 44px;
}
.about-us {
  padding: 60px 0 50px 0;
}
.about-us p {
  margin-bottom: 15px;
  line-height: 27px;
}
.our-map {
  margin-top: 50px;
  margin-bottom: -7px;
}

#contact-us .contact-point {
  display: flex;
  margin-bottom: 20px;
}
#contact-us .contact-point h4 {
  font-size: 17px;
  font-weight: bold;
}
#contact-us .contact-point .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #e5e6e8;
  border-radius: 100%;
  text-align: center;
  line-height: 55px;
  color: #55a491;
  font-size: 22px;
  margin-right: 15px;
}

.product-details h2 {
  margin: 10px 0 10px 0;
}
.product-details p {
  margin-bottom: 20px;
  line-height: 26px;
}

.about-contents h2 {
  margin-bottom: 10px;
}
.about-contents h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #09a6c7;
}

.about-director {
  background-color: #f8f8f8;
  padding: 50px 0;
}


.whats-app-link{
    position:fixed;
    bottom:30px;
    right:10px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    border-radius:50%;
}

.whats-app-link img{
    width:60px;
}






