body {
  font-size: 16px;
  font-family: rubik;
  color: #231f20;
  font-family: "Rubik", sans-serif;
}
.alert-message p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

::selection {
  background: #2eaaff;
  color: white;
}


.floating-whats.btn {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 20px;
  font-size: 32px;
  background: #10d058;
  color: #FFF;
  width: 50px;
  border-radius: 100%;
  height: 50px;
  padding: 0 0;
}

.phone-btn {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 30px;
  font-size: 26px;
  background: #8A8A8A;
  color: #FFF;
  width: 50px;
  border-radius: 100%;
  height: 50px;
}

.phone-btn .las {
  font-size: 25px;
  margin-left: 0;
}

/* ========== Top navbar  ========== */

/* 1. Enable smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* 2. Make nav sticky */
main > nav {
  position: sticky;
  top: 2rem;
  align-self: start;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.section-nav li.active > a {
  color: #333;
  font-weight: 500;
}

/* Sidebar Navigation */
.section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}

.section-nav a {
  text-decoration: none;
  display: block;
  padding: 0.125rem 0;
  color: #ccc;
  transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

h1 {
  font-weight: 300;
}

/** page layout **/
main {
  display: grid;
  grid-template-columns: 15em 1fr;
  max-width: 100em;
  width: 90%;
  margin: 0 auto;
}

/** enlarge the sections for this demo, so that we have a long scrollable page **/
section {
  padding-bottom: 20rem;
}

/* ========== navbar  ========== */

.bg-inverse {
  background-color: #ffffff00;
  z-index: 100;
}

.navbar-brand {
  position: relative;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  width: 100%;
  border-bottom: 1px solid #2eaaff;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #231f20;
  font-size: 14px;
  padding: 7px 15px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background: 0 0;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
  color: #389d63;
}

.navbar-expand-md .navbar-nav .nav-link .active {
  color: #389d63;
}

.navbar.light-header {
  background-color: #ffffff;
  box-shadow: 1px 1px 9px 0 rgb(192 192 201 / 48%);
}

.navbar .btn-outline-success {
  color: #fff;
  background-color: #389d63;
  border-color: #389d63;
  border-radius: 50px;
  padding: 8px 27px;
  margin-right: 4px;
}

.navbar .btn-outline-success:hover {
  color: #fff;
  background-color: #261571;
  border-color: #261571;
}

.navbar .btn-outline-success:not(:disabled):not(.disabled).active,
.navbar .btn-outline-success:not(:disabled):not(.disabled):active,
.navbar .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #261571;
  border-color: #261571;
}

.navbar .dropdown-item {
  padding: 20px 35px;
  color: #261571;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}

.navbar .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2eaaff;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  box-shadow: 0 9px 10px rgb(148 169 200 / 27%);
  border-radius: 0;
  margin: 10px 0 0;
}

.navbar .see-more-btn a {
  color: #2eaaff;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 40px;
  font-size: 13px;
}

.navbar .dropdown-menu {
  padding: 0;
  margin: 10px 0 0;
  border: 1px solid rgb(255 255 255);
}

.navbar .btn-primary {
  background-color: #389d63;
  color: #ffffff;
  border-color: #389d63;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  margin-left: 10px;
}

.navbar .btn-primary:active {
  background-color: #236039;
  color: #ffffff;
  border-color: #236039;
}

.navbar .btn-primary:not(:disabled):not(.disabled).active,
.navbar .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #236039;
  color: #ffffff;
  border-color: #236039;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #261571;
  text-decoration: none;
  background-color: #f3f8fd;
}

.navbar .navbar-nav .nav-link:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: 0;
  left: 0;
  background-color: #389d63;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

/**************** navbar *******************/

.navbar {
  padding: 17px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.deleteAnimation {
  transform: translateY(-102%);
}

.addAnimation {
  transform: translateY(0%);
}

.nav-bg {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 24px;
}

/* ========== hero-area  ========== */

.hero-area-bg {
  background: linear-gradient(224deg, rgb(35 95 56) 0%, rgb(54 134 82) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 700px;
}

.hero-area-bg .width-100 {
  width: 100%;
}

.hero-area-bg .float-right {
  float: right !important;
}

.hero-area-bg .play-button-wrapper {
  top: 45%;
  width: 35.5%;
  right: 0px;
}

.hero-area-bg .play-button-wrapper img {
  width: 40%;
}

.hero-area-bg .offers-title-top {
  margin-top: 40px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-area-bg .right-bg {
  float: right;
  padding: 20px 0;
  width: 70%;
}

.hero-area-bg .right-bg-2 {
  width: 65%;
  float: right;
  padding: 40px 0;
}

.hero-area-bg .right-bg-offer {
  width: 95%;
  float: right;
  right: 1px;
  overflow: hidden;
  padding: 50px 0;
}

.hero-area-bg .header-text {
  width: 100%;
  padding: 140px 0 0 0;
  text-align: left;
}

.hero-area-bg .header-text h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 67px;
  margin-bottom: 15px;
  color: #ffffff;
  margin-top: 33px;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 35px;
}

.hero-area-bg .header-text span {
  color: #231f20;
  font-size: 18px;
}

.hero-area-bg .header-text h2 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #ffffff;
}

.hero-area-bg .header-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: justify;
  margin-top: 25px;
}

.hero-area-bg .btn-primary {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #231f20;
  color: #ffffff;
  border-color: #231f20;
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0;
}

.hero-area-bg .btn-primary:not(:disabled):not(.disabled).active,
.hero-area-bg .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #24623a;
  color: #ffffff;
  border-color: #24623a;
}

.hero-area-bg .las {
  margin-left: 8px;
  font-size: 20px;
  padding: 5px 0px;
}

.hero-area-bg .values-min {
  margin-top: 60px;
}

.hero-area-bg .values-min .list-unstyled {
  display: inline-flex;
}

.hero-area-bg .values-min .list-unstyled li {
  margin-right: 20px;
  font-size: 16px;
  color: #261571;
}

.hero-area-bg .values-min .list-unstyled .las {
  font-size: 15px;
  color: #2eaaff;
  margin-right: 10px;
}

.hero-area-bg .carousel {
  height: 500px;
}

.hero-area-bg .carousel-indicators {
  bottom: -10px;
}

.hero-area-bg .carousel-indicators img {
  width: 80px;
  margin: 5px;
  cursor: pointer;
  filter: grayscale(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.hero-area-bg .carousel-indicators img.active,
.hero-area-bg .carousel-indicators img:hover {
  filter: grayscale(0);
}

.hero-area-bg .carousel-indicators li {
  background-color: #ffffff;
  width: 28px;
  height: 2px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 0;
}

/***********  clients  *******************/

.clients {
  padding: 41px 0 0 0;
  text-align: center;
  min-height: 120px;
  background-color: #ffffff;
}

.clients h2 {
  font-weight: bold;
  color: #389d63;
  font-size: 32px;
  width: 48%;
  margin: 10px auto;
  line-height: 45px;
}

.clients p {
  margin-bottom: 50px;
  font-size: 16px;
}

.clients img {
  width: 120px;
  border-radius: 12px;
  filter: grayscale(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.clients img:active,
.clients img:focus,
.clients img:hover {
  transform: translateY(-8px);
  filter: grayscale(0);
}

/* ========== slider 1  ========== */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.clients .slider {
  height: 160px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.clients .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.clients .slider .slide {
  height: 100px;
  width: 250px;
}

/* ========== slider 1  ========== */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.clients .slider {
  height: 160px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.clients .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.clients .slider .slide {
  height: 100px;
  width: 250px;
}

/****************  who-we-are  *******************/

.who-we-are {
  padding: 100px;
  background-color: #f8f9fa;
}

.who-we-are h2 {
  font-weight: bold;
  color: #389d63;
  font-size: 32px;
  margin: 10px auto;
  line-height: 45px;
}
.who-we-are p {
  line-height: 26px;
  text-align: justify;
}

.who-we-are img {
  width: 85%;
  float: right;
}

/****************  features_section  *******************/

.features_section {
  min-height: 600px;
  padding: 60px 0;
  background: linear-gradient(224deg, rgb(35 95 56) 0%, rgb(54 134 82) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.features_section img {
  float: right;
}

.features_section span {
  font-weight: normal;
  color: #2eaaff;
}

.features_section h2 {
  font-size: 32px;
  font-weight: bold;
  width: 60%;
  margin: 20px auto;
  color: #ffffff;
  line-height: 34px;
}

.features_section p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.features_section .media {
  margin-bottom: 20px;
}

.features_section h6 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
  background-color: #ffffff;
  padding: 0 8px;
  border-radius: 10px;
  text-align: left;
  color: #ffffff;
}

.features_section .box_about {
  margin-top: 25px;
  border-left: 1px solid #389d63;
  padding: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0;
}

.features_section .box_about:hover {
  border-left: 1px solid #ffffff;
}

.features_section .box_about h5 {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}

.features_section .box_about span {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}

.features_section .box_about h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
  text-align: left;
  color: #ffffff;
  line-height: 38px;
}

.features_section .icon {
  background-color: #389d63;
  padding: 25px 20px;
  border-radius: 25px 0 0 0;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin: 19px auto;
}

.features_section .box_about p {
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.features_section .box_about .btn-primary {
  background-image: linear-gradient(
    to right,
    #ffc107 0%,
    #ffd401 51%,
    #ffc107 100%
  );
  color: #14003a;
  border-color: #ffd401;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  float: left;
}

.features_section .box_about .btn-primary:not(:disabled):not(.disabled).active,
.features_section .box_about .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #14003a;
  background-color: #ffd401;
  border-color: #ffd401;
}

.features_section .box_about .las {
  margin-left: 8px;
  padding: 5px 0px;
}

/****************  testimonial  *******************/

.testimonial {
  padding: 80px;
  text-align: center;
  min-height: 600px;
}

.testimonial h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #389d63;
  font-weight: bold;
}

.testimonial h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}

.testimonial h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #389d63;
}

.testimonial p {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}

.testimonial h5 {
  color: #24623a;
}

.testimonial .las {
  color: #c2bdbd;
  margin: 2px;
}

.testimonial .carousel-indicators li {
  background-color: #389d63;
}

.testimonial .carousel-indicators {
  bottom: -55px;
}

.testimonial img {
  width: 12%;
}

/***********  contact  *******************/

.box_contact {
  padding: 80px;
  text-align: center;
  background-color: #f7f6ff;
}

.box_contact .contact_box {
  height: 95%;
  margin-top: 10px;
  border-color: #fff;
  background: #ffffff;
  box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
  padding: 40px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box_contact .contact_box:hover {
  border-color: #fff;
  background: #f7f6ff;
}

.box_contact .contact_box .las {
  background-color: #fdc339;
  padding: 18px;
  font-size: 33px;
  border-radius: 100px;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  color: var(--color1);
}

.box_contact p {
  width: 40%;
  line-height: 25px;
  margin: 0 auto;
}
.box_contact h2 {
  font-size: 32px;
  width: 50%;
  margin: 15px auto 10px auto;
  font-weight: bold;
  line-height: 33px;
  color: #389d63;
}


.box_contact .btn-3{

  margin-top: 20px;
  float: right;
}

.box_contact .btn-primary {
  background-color: #389d63;
  color: #ffffff;
  border-color: #389d63;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 16px;
}

.box_contact .btn-primary:active {
  background-color: #236039;
  color: #ffffff;
  border-color: #236039;
}

.box_contact .btn-primary:not(:disabled):not(.disabled).active,
.box_contact .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #236039;
  color: #ffffff;
  border-color: #236039;
}

.box_contact .form-control {
  display: block;
  padding: 25px 13px;
  color: #231f20;
  background-color: #f7f6ff;
  border: 0;
  border-radius: 10px;
}

.box_contact .contact_form {
  width: 60%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
  margin: 30px auto;
}

.box_contact h6 {
  line-height: 22px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.box_contact .contact_box h4 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 20px;
}

.box_contact .contact_box p {
  line-height: 24px;
  font-size: 14px;
}

.send_message {
  margin-bottom: 50px;
}

.send_message h2 {
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 30px 0;
}

.send_message .btn-primary {
  background-image: linear-gradient(
    to right,
    #ffc107 0%,
    #ffd401 51%,
    #ffc107 100%
  );
  color: #14003a;
  border-color: #ffd401;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
}

.send_message textarea.form-control {
  height: 133px;
}

.send_message .form-control {
  font-size: 14px;
}

.send_message .form-group {
  padding: 0;
}

.typewrite > .wrap {
  border-right: 1px solid #389d63;
}

/***********  inner_page  *******************/

.inner_page .hero-area-bg .right-bg {
  width: 100%;
}

.inner_page .inner_page-2 {
  padding: 50px;
  line-height: 30px;
}

.inner_page .inner_page-2 img {
  width: 70%;
  float: right;
}

.inner_page .inner_page-2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner_page .inner_page-2 p {
  text-align: justify;
}

.inner_page .hero-area-bg {
  background-color: #efefef;
  background: linear-gradient(
    224deg,
    rgb(248 248 248) 0%,
    rgb(247 247 247) 100%
  );
  padding-bottom: 50px;
}

.inner_page .hero-area-bg .header-text p {
  margin-bottom: 0;
  color: #231f20;
  text-align: justify;
  margin-top: 10px;
}

.inner_page .hero-area-bg .line {
  margin: 27px 2px;
  border: 1px solid #26643c;
}

.inner_page .hero-area-bg .header-text h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 67px;
  margin-bottom: 10px;
  color: #389d63;
  margin-top: 33px;
  text-align: left;
  border-bottom: 0 solid;
  padding-bottom: 0;
}

.inner_page .hero-area-bg .header-text h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  color: #231f20;
  text-align: left;
  padding-bottom: 0;
}

.inner_page .hero-area-bg .information {
  float: right;
}

.inner_page .inner_page-2 {
  padding: 50px;
  line-height: 30px;
}

.inner_page .inner_page-2 .box-2 {
  padding: 50px 0;
}

.inner_page .box-2 img {
  float: left;
}

.inner_page .inner_page-2 .box-2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner_page .inner_page-2 .box-2 p {
  text-align: justify;
  line-height: 30px;
}

.inner_page .inner_page-2 ul li,
.inner_page .inner_page-2 ol li {
  list-style: disc;
  margin-left: 30px;
}

.inner_page .inner_page-2 ul {
  margin-top: 15px;
}

.inner_page .inner_page-2 .btn-primary {
  background-color: #389d63;
  color: #ffffff;
  border-color: #389d63;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
}

/***********  footer  *******************/

.footer {
  text-align: center;
}

.footer .footer-min {
  min-height: 400px;
  padding: 100px 0 50px 0;
  color: #fff;
  text-align: left;
  background-color: #161a1e;
}

.footer ul li,
ol li {
  list-style: none;
  text-align: left;
}

.footer li a {
  font-size: 14px;
  line-height: 29px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer li a:hover {
  color: #ffffff;
}

.footer h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.footer .media {
  margin-top: 20px;
}

.footer .media a {
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
  margin-right: 10px;
}

.footer .media svg {
  margin-right: 15px;
}

.footer img {
  width: 10%;
  margin-bottom: 20px;
}

.footer .heading-divider:before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #7c84ad52;
}

.footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

.footer .social-media {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}

.footer .footer-category {
  margin-top: 15px;
}

.footer .form-control {
  background-color: #091636;
  border: 1px solid #5f86c2;
  color: #ffffff;
}

.footer .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(95 134 194 / 16%);
}

.footer .qr img {
width: 80%;}

/* copyright */

.copyright {
  font-size: 14px;
  color: #389d63;
  padding-top: 10px;
  text-align: center;
  background-color: #161a1e;
  padding: 5px 0 9px 0;
}

.copyright h5 {
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 14px;
  text-align: left;
  line-height: 25px;
}

.copyright .logo {
  text-align: left;
}

.copyright img {
  width: 40px;
  margin-top: 25px;
}

.copyright .social-media {
  float: left;
}

.copyright .lab {
  background-color: #23292e;
  padding: 9px;
  font-size: 21px;
  border-radius: 100px;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.copyright ul {
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
}

.copyright ul li {
  list-style: none;
}

.copyright ul li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}

/* ========== loading ========== */

.laoding {
  background-color: #389d63;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

.sk-circle {
  margin: 300px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ========== toTop ========== */

#toTop {
  position: fixed;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  display: none;
  margin-right: 0;
  z-index: 100;
}

#toTop .las {
  font-size: 16px;
  background-color: #389d63;
  border-radius: 150px;
  padding: 14px 14px;
  color: #ffffff;
}

/* ========== Responsive Stylings ========== */

@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
  .footer .slogan {
    margin: 23px auto;
  }

  iframe {
    height: 500px;
  }

  .hero-area-bg {
    background-repeat: no-repeat;
    position: relative;
    background-color: #f6f5fa;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 991px) {
  .hero-area-bg {
    min-height: 1050px;
  }

  .hero-area-bg .right-bg {
    float: left;
    padding: 20px 0;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .inner_page .inner_page-2 img {
    width: 70%;
    float: left;
    margin-top: 30px;
    display: none;
  }

  .inner_page .hero-area-bg .header-text {
    min-height: 500px;
  }

  .inner_page .hero-area-bg {
    min-height: 400px;
  }

  .testimonial {
    padding: 80px 0;
    text-align: center;
    min-height: 600px;
  }

  iframe {
    height: 300px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 15.75rem auto;
  }

  .footer .slogan {
    width: 90%;
  }

  .footer .footer-min {
    padding: 115px 0 50px 0;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 12px;
  }

  .pricing .navbar .las {
    color: #14003a;
  }

  .footer h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 25px;
  }

  .features_section img {
    float: right;
  }

  .industries {
    padding: 10px;
    text-align: center;
  }

  .industries .box_industries {
    padding: 20px;
  }

  .features_section h2 {
    font-size: 25px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 30px;
  }

  .footer .slogan h2 {
    font-size: 25px;
  }

  .hero-area-bg .header-text h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
  }

  .hero-area-bg .header-text {
    padding: 120px 0;
    text-align: left;
    min-height: 944px;
  }

  .hero-area-bg .right-bg {
    float: left;
    padding: 20px 0;
    width: 54%;
  }

  .saudi-tuned img {
    width: 16%;
    margin: 15px;
  }

  .box_contact {
    padding: 40px 0;
    text-align: center;
    background-color: #f7f6ff;
  }

  .hero-area-bg .carousel {
    height: 850px;
  }

  .box_contact .contact_form {
    width: 100%;
   
}
}

@media (max-width: 767px) {

  .footer .qr img {
    width: 50%;
    margin-top: 20px;
}
  .who-we-are img {
    width: 100%;
    float: right;
    margin-top: 50px;
  }

  .hero-area-bg {
    min-height: 800px;
  }

  .hero-area-bg .header-text {
    width: 100%;
    padding: 160px 30px 0 30px;
    margin-top: 0;
    min-height: 519px;
  }

  .hero-area-bg .carousel-indicators img {
    width: 50px;
    margin: 3px;
  }

  .hero-area-bg .carousel {
    height: 650px;
  }

  .who-we-are h2 {
    font-size: 22px;
    width: 100%;
    line-height: 33px;
  }

  .who-we-are {
    padding: 20px;
  }

  .box_contact p {
    width: 100%;
  }

  .features_section .box_about {
    margin-top: 0;
  }

  .saudi-tuned {
    min-height: 180px;
    padding: 30px 0;
  }

  .hero-area-bg .btn-primary {
    padding: 11px 26px;
    font-size: 17px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .box_faq {
    padding: 29px 10px;
    text-align: center;
  }

  .send_message .btn-primary {
    margin-bottom: 20px;
  }

  .box_contact {
    padding: 5px;
    text-align: center;
  }
  .clients {
    padding: 30px 0 0 0;
  }

  .hero-area-bg .header-text h1 {
    font-size: 30px;
    line-height: 39px;
  }

  .hero-area-bg .header-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .about .price-tabs .nav-link {
    font-size: 14px;
    padding: 12px 25px;
  }

  .pricing .header {
    margin-top: 50px;
    padding: 26px 0;
  }

  .pricing .header h2 {
    font-size: 22px;
  }

  .pricing .header p {
    line-height: 25px;
  }

  .pricing .navbar-expand-md .navbar-nav .nav-link {
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 12px;
    font-size: 14px;
    padding: 18px 15px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    border-bottom: 1px solid #27663d38;
    font-size: 14px;
    padding: 18px 15px;
  }

  .navbar .btn-primary {
    padding: 8px 25px;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
  }

  .navbar .las {
    color: #19014d;
  }

  .bg-inverse {
    background-color: #ffffff;
    z-index: 100;
  }

  .copyright h5 {
    text-align: center;
  }

  .copyright .social-media {
    float: none;
  }

  .footer .footer-min {
    padding: 25px;
  }

  .footer .slogan {
    position: relative;
  }

  .hero-area-bg .header-text {
    width: 100%;
    padding: 146px 25px;
    margin-top: 0;
  }

  .tutorial .play-btn img {
    width: 55px;
    height: 55px;
  }

  .about {
    text-align: center;
    min-height: 700px;
    padding: 10px;
  }
  .clients h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    width: 100%;
  }

  .about h2 {
    font-size: 20px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 73px;
    line-height: 28px;
  }
  .features_section h2 {
    font-size: 20px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .features_section img {
    float: right;
    margin-top: 0;
  }
  .box_contact .contact_form {
    width: 100%;
    padding: 10px;
  }

  .box_contact h2 {
    width: 100%;
  }

  .industries {
    padding: 10px;
    text-align: center;
  }

  .industries h2 {
    font-size: 20px;
    width: 100%;
    margin: 15px auto 30px auto;
    font-weight: bold;
  }

  .about_box .box_about {
    height: 96%;
  }
}

@media (max-width: 540px) {
  .hero-area-bg .header-text {
    width: 100%;
    padding: 160px 30px 0 30px;
    margin-top: 0;
    min-height: 839px;
  }
}
.carousel-indicators .active {
  filter: grayscale(0);
}
