@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
:root {
  /* Colors: */
  --color-f68500: #f68500;
  --color-022e5a: #022e5a;
  --color-c0e3ff: #c0e3ff;
  --color-7fc0af: #7fc0af;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-f4f4f4: #f4f4f4;
  --color-f60035: #f60035;
  --color-f74657: #f74657;
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-dmserif: "DM Serif Display", serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-27: 27px;
  --font-size-30: 30px;
  --font-size-50: 50px;
  --font-size-70: 70px;
  --font-size-170: 170px;
  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-20);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-fa2424);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h4,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-dmserif);
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
p {
  font-size: var(--font-size-20);
  line-height: normal;
  font-weight: var(--font-weight-Regular);
  color: var(--color-656565);
  margin-bottom: 20px;
  font-family: var(--font-family-poppins);
  text-align: justify;
}
.big-heading {
  font-size: var(--font-size-170);
  font-family: var(--font-family-dmserif);
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  background: linear-gradient(276deg, rgba(162, 162, 162, 1) -174%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(276deg, rgba(162, 162, 162, 1) -174%, rgba(255, 255, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 100px;
  z-index: 0;
  margin-top: -100px;
}
.section-title {
  font-size: var(--font-size-50);
  margin-bottom: 20px;
  color: var(--color-022e5a);
}
.title {
  font-size: var(--font-size-30);
  text-transform: capitalize;
  color: var(--color-022e5a);
}
.common-btn {
  font-size: var(--font-size-22);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  padding: 15px 30px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: var(--color-022e5a);
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: flex;
  font-family: var(--font-family-dmserif);
  width: 270px;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.common-btn i {
  font-size: 20px;
}
.common-btn:hover {
  color: var(--color-fff);
  background: var(--color-f68500);
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.offcanvas-active {
  overflow: hidden;
}
.offcanvas-header {
  display: none;
}
.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-022e5a);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-022e5a);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px 10px 0;
  font-size: var(--font-size-18);
}
a.menu-contact {
  padding-right: 0px !important;
}
.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 9;
}
.menu-btn {
  width: 50px;
  height: 50px;
  background: var(--color-ffffff);
  top: 25%;
  position: absolute;
  border: 1px solid var(--color-ffffff);
  right: 30px;
}
.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
}
.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section {
  overflow: hidden;
}
header {
  width: 100%;
  padding-bottom: 5px;
}
.brand img {
  position: absolute;
  width: 160px;
  /* left: 0; */
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.5s;
}
.logo-bg {
  position: absolute;
  left: -50%;
  top: 0;
  width: 82%;
  background: var(--color-f2f7fa);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.line {
  width: 100%;
  background: #fff;
  opacity: 0.5;
  height: 2px;
}
.g_header {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  background:#0d0d0d;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.g_header .container {
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* width: 100%; */
  padding: 0px 25px;
}
ul.top-social li {
  float: left;
}
.social-icon li i {
  color: #fff;
}
ul.top-social li i {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
  transition: 0.5s;
}
ul.top-social li i:hover {
  color: #fa2424;
}
ul.info-header {
  margin-left: 36%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
ul.info-header li a:hover {
  color: #fa2424;
}
.email-id {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ffffff);
}
.email-id a {
  color: #fff;
}
.email-id a:hover {
  color: var(--color-848484);
}
.email-id i {
  margin-right: 10px;
}
.info-header a {
  color: #fff;
  font-size: 17px;
}
.info-header li i {
  margin-right: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* position: absolute; */
  left: 0%;
  top: 30px;
  padding: 0;
  animation: fadeIn;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #fa2424;
}
.dropdown-item {
  padding: 10px 15px;
  background: transparent;
  color: #000;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--color-f74657);
  color: #fff;
}
.dropdown-backdrop {
  position: static;
}
.dropdown-item.active {
  background: var(--color-f74657);
}
.top-header {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
/* .top-header:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  content: "";
  width: 71%;
  bottom: -18px;
  right: 0;
} */
.top-header {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .top-header {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink.g_header {
  padding: 0px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink.g_header .logo-bg {
  height: 120px;
}
.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 138px;
}
.brand.desktop {
  display: flex;
  justify-content: center;
}
.mobile {
  display: none;
}
/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */
.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}
.navbar {
  height: 100%;
}
/* dropdown-menu */
/* main-banner */
.banner img {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 38%;
  z-index: 999;
  top: 23%;
}
.carousel-caption h1 {
  font-size: var(--font-size-70);
  font-family: var(--font-family-dmserif);
}
.carousel-caption h1 .red {
  color: var(--color-f60035);
  font-style: italic;
}
.carousel-caption h2 {
  font-size: var(--font-size-30);
  font-style: italic;
  margin-bottom: 40px;
  color: #ffdf7f;
}
.carousel-caption .common-btn {
  margin: unset;
  text-align: left;
}
.banner video {
  height: 100px;
}
.swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  left: 85%;
  display: flex;
  bottom: 200px;
}
.vjs_video_739_html5_api-dimensions {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
video {
  object-fit: cover;
}
.video-js {
  width: 100%;
}
.carousel-caption1 {
  height: fit-content;
  left: 0;
  top: 35%;
  text-align: left;
  width: 45%;
  overflow: hidden;
}
.swiper-slide-active .slider-title1 {
  animation: fadeInLeft 1.5s;
}
.swiper-slide-active .slider-title2 {
  animation: fadeInUp 1s;
}
/* privacy */
.privacy-policy ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.privacy-policy ol li {
  list-style-type: auto;
  margin-left: 20px;
  color: var(--color-656565);
  margin-bottom: 10px;
}
.privacy-policy h4 {
  font-size: var(--font-size-38);
  color: var(--color-fa2424);
}
.box-item {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 30x;
}
.other-dangerous-box h5 {
  margin-bottom: 0px;
}
.privacy-policy h3 {
  font-size: var(--font-size-26);
  font-family: var(--font-family-Montserrat);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
  line-height: normal;
}
.privacy-policy h1 {
  font-size: var(--font-size-25);
  margin-bottom: 20px;
  line-height: normal;
}
.privacy-policy ul li {
  color: var(--color-656565);
  margin-bottom: 10px;
}
.section {
  margin-bottom: 20px;
}
.sub-section {
  margin-bottom: 10px;
  color: var(--color-656565);
}
.highlight {
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
}
/* service-banner */
.services-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}
.service-box-middle {
  height: 550px;
}
.main-page {
  position: relative;
}
img.services-png {
  width: 100%;
  top: 50px;
  right: 0;
}
img.inner-image {
  width: 100%;
  border-radius: 0 0 86px 0;
}
.inner-left {
  padding-left: 50px;
}
.services {
  position: absolute;
  background: none;
  bottom: 20%;
}
.section-pg p {
  text-align: justify;
}
.services-box {
  height: 200px;
  cursor: pointer;
  float: left;
  background: var(--color-fa2424);
  display: flex;
  padding: 25px;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/* solution */
.solution-pg {
  overflow: hidden;
}
img.solution-icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: none;
  /* float: left; */
  display: flex;
}
.solution-main h4 {
  font-family: var(--font-family-Montserrat);
}
.solution-main {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #fa2424 10%, rgba(255, 255, 255, 1) 50%);
  box-shadow: 0 0 15px 0px #44444476;
  margin: 50px 0;
}
.solution-main1 {
  flex-direction: row-reverse;
  text-align: right;
  background: linear-gradient(270deg, #28397bb5 10%, rgba(255, 255, 255, 1) 50%);
}
.solution-main1 button {
  background: var(--color-014b7e);
  border: 1px solid var(--color-014b7e);
}
.solution-main1 h4 {
  color: var(--color-014b7e);
}
.solution-main1 button:hover {
  color: #014b7e;
  border: 1px solid var(--color-014b7e);
}
.solution-main1 h4 {
  text-align: right;
}
.solution-right {
  padding: 50px;
  padding-right: 150px;
}
.solution-right1 {
  padding: 50px;
  padding-left: 150px;
}
.solution-main img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
/* industries */
.indus-top-slide {
  min-width: auto !important;
  /* width: fit-content!important; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.industries {
  width: 100%;
  height: auto;
  float: left;
  background-color: var(--color-014b7e);
  padding: 40px 0;
}
.industries ul li {
  float: left;
  text-transform: uppercase;
  display: flex;
}
.industries ul li a {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}
.industries ul li a:hover {
  color: var(--color-fa2424);
}
.industries ul li::before {
  content: "\2022";
  color: var(--color-fa2424);
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-inner {
  position: relative;
  height: 500px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
.inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
}
.breadcrumb-inner .title {
  color: var(--color-ffffff);
  margin: 0;
}
.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb-item.active {
  color: var(--color-fa2424) !important;
}
.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
/* .service-section */
.about-left {
  padding-left: 50px;
}
.service {
  text-align: center;
}
.service img {
  overflow: hidden;
  transition: ease all 0.5s;
  object-fit: cover;
  height: 100%;
}
.service img:hover {
  transform: scale(1.1);
}
.category-box {
  position: absolute;
  bottom: 0;
  width: 88%;
  padding: 1rem 1.2rem;
  background-color: var(--color-f68500);
  color: var(--color-000000);
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
.service-box:hover .category-box {
  background-color: var(--color-7fc0af);
}
.category-box a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff) !important;
}
.category-box a:hover {
  color: var(--color-fa2424) !important;
}
.service-box {
  display: flex;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  margin: 10px;
  margin-bottom: 45px;
}
.service .section-title {
  margin-bottom: 50px;
}
/* .service-section */
/* .marquee */
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  padding: 1rem 0;
  color: var(--color-7fc0af);
  font-family: var(--font-family-dmserif);
}
.marquee .section-title {
  color: var(--color-7fc0af);
  font-style: italic;
}
/* core-value */
.core {
  position: relative;
  overflow: hidden;
}
.core-candle {
  position: absolute;
  left: -15%;
  bottom: -21%;
  z-index: 99;
}
.core-value {
  background: url(../images/core-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.core .flower-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.core .flower-left {
  /* position: absolute; */
  /* bottom: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.core .flower-right {
  /* position: absolute; */
  /* bottom: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: rotate(359deg);
}
.core-value h3 {
  margin-bottom: 50px;
}
img.core-img {
  width: 46%;
  position: absolute;
  left: -100px;
  top: 0;
}
.table-box {
  padding-left: 20px;
}
.table-box1 {
  padding-left: 0px;
  padding-right: 20px;
}
.table-box h3 {
  color: var(--color-fa2424);
  font-weight: var(--font-weight-SemiBold);
  border-radius: 0 0 86px 0;
}
.case img {
  width: 100%;
  border-radius: 0 0 86px 0;
}
/* core-value */
.feature-box {
  border-radius: 41rem;
  padding: 5rem 10rem;
  background-color: var(--color-c0e3ff);
  text-align: center;
  width: 85%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  height: 100%;
  margin-bottom: 150px;
}
.points {
  padding: 0px 50px;
}
.points h4 {
  margin-top: 20px;
  color: var(--color-022e5a);
}
.points p {
  text-transform: capitalize;
  text-align: center;
}
/* service-section */
.service-section {
  display: block;
  text-decoration: none;
  padding: 0;
  color: inherit;
  overflow: hidden;
  border-radius: 0.375em;
  transition: 0.3s;
  background: url(../images/inner-about.jpg)center no-repeat;
  background-attachment: fixed;
  /* background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 20px;
  margin-bottom: 70px;
}
.banner__grid {
  display: flex;
  flex-direction: column;
}
.banner__grid>* {
  min-width: 0;
}
.banner__link {
  position: relative;
  text-decoration: none;
  color: hsl(250, 84%, 54%);
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left bottom;
}
.banner__link i {
  /* label */
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__link::after {
  /* animated border */
  content: "";
  background-color: currentColor;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0% round 0.1875em);
  clip-path: inset(0% round 0.1875em);
  opacity: 0.15;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__figure,
.banner__figure1 {
  height: 400px !important;
  width: 100%;
  padding-bottom: 50%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__text {
  padding: 1.5rem;
}
.banner__link-wrapper {
  margin-top: 1rem;
}
.service-section:hover {
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
    0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05),
    0 12px 20px hsla(230, 13%, 9%, 0.09);
}
.service-section:hover .banner__link {
  transform: scale(1.3);
}
.service-section:hover .banner__link i {
  transform: scale(0.7);
}
.service-section:hover .banner__link::after {
  height: 100%;
}
.service-section:hover .banner__figure {
  transform: scale(1.05);
}
.service-section:hover .banner__figure1 {
  transform: scale(1.05);
}
@media (min-width: 64rem) {
  .banner__grid {
    flex-direction: row-reverse;
    align-items: center;
  }
  .banner__grid>* {
    width: 50%;
  }
  .banner__figure {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    margin: 0;
  }
  .banner__figure1 {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    margin: 0;
  }
  .banner__text {
    padding: 2rem;
    padding-right: 0;
  }
  .banner__text1 {
    padding: 3rem;
    padding-left: 0;
  }
  .banner__link-wrapper {
    margin-top: 1.5rem;
  }
  .banner--invert .banner__grid {
    flex-direction: row;
  }
  .banner--invert .banner__figure {
    -webkit-clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
    clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
  }
  .banner--invert .banner__text {
    text-align: right;
  }
  .banner--invert .banner__link {
    transform-origin: right bottom;
  }
}
/* service-section */
.service h4 {
  margin-bottom: 20px;
}
.section-service {
  background: none;
}
.section-service img {
  filter: invert();
  transition: 0.5s;
}
.service-tab {
  background: none;
}
.nav-pills .service-tab:hover {
  background: var(--color-fa2424);
}
.nav-pills .service-tab.active img {
  filter: none;
}
.nav-pills .service-tab.active h5 {
  color: var(--color-ffffff) !important;
}
.nav-pills .service-tab.active {
  background: var(--color-fa2424);
  border-radius: 20px;
  color: var(--color-ffffff) !important;
  box-shadow: 0 0 12px 0px #cbcbcb;
  width: 200px !important;
}
.nav-pills .service-tab.active:before {
  content: "";
  width: 100%;
  height: 10%;
  background: url(../images/bottom-triangle.png) center no-repeat;
  bottom: -9%;
}
.nav-pills .service-tab img.active {
  filter: none;
}
.nav-pills .service-tab {
  box-shadow: 0 0 12px 0px #cbcbcb;
  transition: 0.5s;
  border-radius: 20px;
  width: 200px !important;
  margin: 0 20px;
  align-items: center;
  transition: 0.5s;
}
.section-service:hover img {
  filter: none;
}
.section-service h5 {
  transition: 0.5s;
  font-family: var(--font-family-Montserrat);
}
.section-service:hover h5 {
  color: #fff !important;
}
img.main-img {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 99;
  border-radius: 0 0 0 86px;
  position: relative;
}
img.main-img1 {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 99;
  border-radius: 0 0 86px 0;
  position: relative;
}
.service-right-inner1 {
  margin-right: -2%;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 50px;
  padding-right: 65px;
  background-color: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* z-index: -1; */
}
b {
  font-weight: var(--font-weight-SemiBold);
}
.service-right-inner-pg {
  box-shadow: none !important;
  background-color: transparent !important;
}
.chartering-p {
  padding-right: 0 !important;
}
.service-right-inner {
  display: flex;
  align-items: center;
  background-color: var(--color-f2f7fa);
  padding: 50px;
  padding-left: 65px;
  border-radius: 0 10px 10px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* .download */
ul.download-list li {
  float: left;
  margin: 18px;
  list-style: none;
  width: 45%;
  display: table-row-group;
  border: 1px solid var(--color-f2f7fa);
  background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 13px;
  /* margin: 0 auto; */
}
li.right-section-download {
  float: right;
}
.right-section-download {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -8px;
}
ul.download-list li a {
  color: var(--color-656565);
  font-family: 'Noto Sans';
  font-size: 17px;
  line-height: 0px;
  position: relative;
  top: 6px;
  font-weight: 500;
}
.right-section-download a i {
  font-size: 23px;
  margin: 0px 2px;
  color: #1e6e42;
  padding: 3px 7px;
  padding-right: 11px;
  position: relative;
  top: 3px;
}
.right-section-download a {
  margin: 0 auto;
  transition: 0.7s;
}
.right-section-download a {
  margin-left: 15px;
  padding: 5px 0px;
}
.right-section-download i.icon-arrow-down-circle {
  position: relative;
  top: 4px;
  padding-right: 0;
  border: 0;
  color: #1c4b8c;
  right: 6px;
}
.right-section-download i.fa.fa-file-pdf {
  color: var(--color-fa2424);
}
section.downloas-secrion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background-image: url(../images/testimonial-content-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
section.downloas-secrion:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  background-image: url(../images/right-doted.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
.service-right h4 {
  text-align: left;
  font-weight: var(--font-weight-Bold);
}
.service-right h4 span {
  display: block;
}
.service-right p {
  text-align: left;
  padding-right: 0;
}
.service-img {
  position: relative;
  z-index: 999;
}
img.main-service {
  position: absolute;
  left: -30%;
  top: 35%;
  z-index: -9;
}
.service-img1 img {
  position: absolute;
  width: 480px;
  height: 320px;
  border-radius: 40px;
  box-shadow: 0 0 40px 0px #4d4d4da1;
  float: left;
  border: 10px solid var(--color-ffffff);
  background-color: #000000;
  z-index: 99;
  top: 25%;
  left: 25%;
}
.site-heading h2 span {
  color: var(--color-fa2424);
}
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
.team-area .single-item {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
}
.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #59595933;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
}
.team-area .item .thumb img {
  transition: 0.5s;
}
.team-area .item .thumb img:hover {
  transform: scale(1.1);
}
.team-area .item .thumb .social li {
  display: inline-block;
}
.team-area .item .thumb .social li a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0px 5px 10px 0px #59595933;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.team-area .info .message a {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--color-fa2424);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.team-area .info .message a i {
  font-weight: 500;
}
.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.team-area .info span {
  font-weight: 600;
  text-transform: uppercase;
}
.site-heading span {
  display: inline-block !important;
}
/* Our Team
-------------------------------------------------------*/
.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}
.our-team .team-wrap {
  padding: 0 40px;
}
.team-wrap h4 {
  font-weight: var(--font-weight-SemiBold);
  margin-top: 20px;
}
.team-wrap span {
  font-weight: 600;
  text-transform: uppercase;
}
.our-team .container-fluid {
  padding: 0 50px;
}
.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}
.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}
.team-title {
  margin: 30px 0 7px;
}
.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.team-details p {
  color: #fff;
}
.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}
.team-img:hover .overlay {
  opacity: 1;
}
.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}
.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-details .socials i {
  color: #fff;
}
.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
.competitive img {
  border-radius: 10px 10px 0 0;
}
.inner-competitive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: var(--color-f2f7fa);
  border-radius: 0 0 86px;
  margin: 0 15px;
}
.inner-points {
  padding: 25px;
}
img.mission-img {
  width: 100%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
img.mission-img1 {
  width: 80%;
  border-radius: 0 0 0 86px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
img.about-img.aos-init.aos-animate {
  width: 90%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.about-para1 {
  position: relative;
}
.about-para1:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}
.about-para2 {
  position: relative;
}
.about-para2:before {
  content: "";
  position: absolute;
  width: 70%;
  right: 0;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}
.value {
  background: var(--color-f2f7fa);
}
img.goal-img {
  width: 250px;
  border-radius: 10px;
  margin-right: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}
img.goal-img1 {
  width: 200px;
  border-radius: 10px;
  margin-left: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}
.inner-goal {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}
.inner-goal1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  text-align: right;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
  align-items: center;
  justify-content: flex-end;
}
.mission-left img {
  width: 100%;
  object-fit: contain;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.mission-right img {
  width: 100%;
  object-fit: contain;
  border-radius: 0 0 86px;
}
.mission-inner {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
.mission-inner:last-child {
  margin-bottom: 0;
}
.about-points p {
  margin-bottom: 0px;
  display: flex;
  line-height: 25px;
}
img.btn-img {
  width: 100px;
  object-fit: contain;
  border-radius: 20px 0 0 20px;
  padding: 20px;
  background-color: var(--color-014b7e);
}
.about-btn {
  display: flex;
  padding: 0;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
button.inner-btn {
  padding: 20px 45px;
  width: 22%;
  padding-right: 80px;
  border-radius: 0px 20px 20px 0px;
  border: 1px solid var(--color-014b7e);
  text-align: left;
  position: relative;
  z-index: 9999999;
}
.inner-btn h3 a:hover button.inner-btn {
  color: var(--color-ffffff) !important;
}
button.inner-btn:hover:before {
  filter: none;
  right: 25px;
}
button.inner-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrow.png) right no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -9;
  filter: grayscale();
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h3.div-text {
  margin-bottom: 10px;
}
.about-us {
  position: relative;
  text-align: center;
}
.about-us .about-img {
  position: relative;
  z-index: 9;
}
.orange-bg {
  height: calc(100% - 40%);
  background-color: var(--color-f68500);
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.orange-bg::before {
  background-image: url(../images/arrow-orange.png);
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  z-index: 5;
  top: -16px;
  background-repeat: repeat;
  height: 17px;
}
.about-us .section-title {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.about-points ul li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.about-points ul li i {
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
  color: var(--color-fa2424);
}
h4.main-title span {
  display: block;
}
/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
  background-image: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-ffffff);
  padding: 200px 0;
  margin-top: -196px;
  z-index: -2;
}
img.counter-img {
  width: 69%;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: -12.5%;
}
.counter h2 {
  color: var(--color-014b7e);
}
.count-area {
  position: relative;
  text-align: center;
  color: var(--color-014b7e);
}
.count-area .col-xl-2 {
  width: 20%;
}
.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.count-digit,
.count-name {
  margin: 5px 0px;
  color: var(--color-f26b28);
  font-family: var(--font-family-dmserif);
  font-size: var(--font-size-70);
}
.count-title {
  padding: 20px 0;
  color: var(--color-fa2424);
  text-align: center;
  line-height: normal;
}
.counter-flex {
  justify-content: left;
}
/* counter */
/* testinomal */
.testimonials {
  width: 100%;
  float: left;
  background-color: var(--color-c0e3ff);
  overflow: hidden;
}
.testimonials-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonials-slider {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 100px;
}
.testimonials-box {
  border-radius: 20px;
  background-color: var(--color-ffffff);
  overflow: hidden;
  height: 100%;
  position: relative;
}
.testimonials-para {
  padding: 30px;
  height: 100%;
  padding-bottom: 150px;
}
.testimonials-center {
  flex-direction: column-reverse;
}
.testimonials-para p {
  color: var(--color-000000);
  font-style: italic;
  margin-bottom: 0;
  font-size: var(--font-size-16);
}
.testimonials-para h5 {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
}
.testimonial-slider {
  margin-top: 30px;
}
.quote {
  font-size: var(--font-size-170);
  font-family: var(--font-family-dmserif);
  position: absolute;
  right: 0%;
  top: -30px;
  content: '"';
  z-index: 9;
}
.testimonials-slider {
  overflow: hidden;
}
.client-details::before {
  position: absolute;
  background-image: url(../images/arrow-green.png);
  background-repeat: repeat;
  content: '';
  top: -10px;
  z-index: 99;
  width: 100%;
  height: 16px;
  left: 0;
}
.client-details {
  display: flex;
  flex-direction: row;
  background-color: var(--color-7fc0af);
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.client-details img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.client-name {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-Bold);
}
.client-position {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
}
/* testimonial */
.custom-candle {
  background-image: url(../images/custom-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 0;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.custom-candle-box {
  text-align: center;
}
.custom-candle-box .common-btn {
  height: 100%;
  margin: auto;
}
.phone-number {
  padding: 15px;
  border-radius: 50px;
  color: #d60000;
  border: 1px solid #d60000;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom-candle-box h4 {
  font-family: var(--font-family-poppins);
}
/* case-studies */
.case-studies {
  width: 100%;
  height: 100%;
  float: left;
  background: var(--color-f2f7fa);
  overflow: hidden;
  z-index: -1;
}
.case-slider {
  overflow: hidden;
}
.case-slider {
  padding-top: 50px;
}
.case-slider h2 {
  width: 80%;
  font-size: var(--font-size-27);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
  padding-top: 30px;
  clear: both;
}
.case-box a {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-SemiBold);
}
.case-box img {
  width: 90%;
  object-fit: cover;
  border-radius: 0 0 86px;
  height: 100%;
  float: left;
  margin: 10px 0;
  position: relative;
  z-index: 9;
}
/* case */
/* contact */
.contact {
  position: relative;
  background: var(--color-f2f7fa);
  padding-bottom: 200px;
}
.contactdetails a:hover {
  color: var(--color-f60035);
}
.inner-contact {
  padding: 60px 50px;
  border-radius: 0 0 248px 0;
  background: #ed1c24;
  overflow: hidden;
  align-items: center;
}
.inner-contact h2 {
  font-size: var(--font-size-50);
  text-transform: uppercase;
  line-height: normal;
  font-family: var(--font-family-Montserrat);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}
.inner-contact p {
  color: #fdbdbf;
}
img.fork {
  position: absolute;
  bottom: 100px;
}
.details i {
  background: #fdbdbf;
  color: var(--color-fa2424);
  width: 40px;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
}
.details h6 {
  text-transform: uppercase;
  font-family: var(--font-family-Montserrat);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: #fdbdbf;
}
.details a {
  font-size: var(--font-size-36);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
}
.details a:hover {
  color: var(--color-014b7e);
}
/* contact */
/* contact */
.choose select {
  width: 100%;
  padding: 24px;
  cursor: pointer;
  color: #7f7f7f;
  border: none;
  background-color: var(--color-ffffff);
}
.choose option {
  cursor: pointer !important;
}
.contact-heading p {
  padding: 0 20%;
}
.contact iframe {
  height: 100%;
}
.connected-form {
  width: 100%;
  background: var(--color-f2f7fa);
}
input.form-control {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: var(--color-ffffff);
}
form.form-control {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 20px;
  background-color: #e2e2e234;
}
.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}
textarea.form-control {
  width: 100%;
  height: 150px;
  padding: 20px;
  border: none;
  background-color: var(--color-ffffff);
}
.form-control {
  padding: 25px !important;
}
button.contact-btn {
  padding: 10px 60px;
  border-radius: 0;
  margin-top: 30px;
}
.address {
  display: flex;
  flex-direction: column;
  padding: 50px;
  padding-left: 50px;
  background-color: #fff;
  border-top: 2px solid var(--color-f5f5f5);
  height: 100%;
}
.contact-add {
  background-color: var(--color-fa2424);
}
.contact-add i,
.contact-add p {
  color: #fff !important;
}
.address p {
  margin-bottom: 0;
  color: #282828;
  font-weight: var(--font-weight-SemiBold);
}
.address i {
  font-size: 20px;
  margin-right: 15px;
  color: var(--color-fa2424);
  top: 4px;
  margin-top: 6px;
}
ul.contact-social li {
  float: left;
}
ul.contact-social li i {
  font-size: 30px;
}
.form {
  background-color: var(--color-f5f5f5);
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
/* footer */
.footer {
  width: 100%;
  background-color: var(--color-000000);
  text-align: center;
  margin-top: 150px;
}

footer .logo {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-top: -210px;*/
  position: relative;
  /* left: 0; */
  /* height: 200px; */
}
footer  {  color: var(--color-ffffff);
}
footer a {  color: var(--color-ffffff) !important;
}
.logo img {
  width: 130px;
}
.footer-social li {
  padding: 10px;
}
.footer img {
  width: 120px;
  margin-bottom: 25px;
}
.footer-box p {
  color: var(--color-ffffff);
  padding-right: 30px;
  margin-bottom: 30px;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
}
.footer-menu h3 {
  margin-bottom: 0;
    color: var(--color-ffffff);

}
.footer-contact ul {
  display: flex;
  flex-direction: row;
  /* text-align: center; */
  justify-content: center;
}
.footer-contact li a {
  color: var(--color-000000);
}
.footer-contact i {
  margin-right: 10px;
  margin-left: 10px;
}
.footer-social ul {
  display: flex;
  flex-direction: row;
  /* text-align: center; */
  justify-content: center;
}
.footer-menu li {
  padding: 15px;
}
.footer-contact li a:hover {
  color: var(--color-f60035);
}
.footer-menu li a:hover {
  color: var(--color-f60035);
}
.footer-contact {
  padding: 30px 0;
}
/* copy-right  */
.copy-right {
  background-color: var(--color-7fc0af);
  padding: 20px 0;
  text-align: center;
  font-size: var(--font-size-16);
}
.copy-right p,
.copy-right p a {
  color: var(--color-014b7e);
  margin-bottom: 0;
  font-size: var(--font-size-16);
}
.copy-right p a {
  font-weight: var(--font-weight-Bold);
}
.copy-right p a:hover {
  color: var(--color-fa2424);
}
.nav-tabs {
  border-bottom: none;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}
/* calculator */
button.calculator-btn {
  background-color: var(--color-fa2424);
  margin-bottom: 30px !important;
}
.cursor {
  cursor: pointer;
}
.calculator {
  position: relative;
  overflow: hidden;
}
.calculator-ans {
  background-color: var(--color-014b7e) !important;
  padding: 30px !important;
  color: var(--color-ffffff) !important;
  margin: 10px 0;
  height: 60px !important;
  font-weight: var(--font-weight-SemiBold);
}
.calculator input,
.calculator select {
  height: 60px;
  padding: 15px !important;
  color: var(--color-000000);
  border: 1px solid #efefef;
}
.calculator-img img {
  width: 80%;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.calculator-flex {
  align-items: center;
}
.calculator-img {
  box-shadow: rgba(99, 99, 99, 0.455) 0px;
  position: absolute;
  right: -22%;
  top: 30%;
}
/* calculator */
.swiper-button-next, .swiper-button-prev {
  padding: 15px;
  width: 50px;
  height: 50px;
  background-color: aliceblue;
  background-size: 13%;
  border-radius: 50%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  filter: invert(1);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  filter: invert(1);
}
/* back to top */
#button {
  display: inline-block;
  background-color: var(--color-022e5a);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}
#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}
#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-fa2424);
  background-color: var(--color-ffffff);
}
#button:hover:after {
  color: var(--color-f26b28);
}
#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}
#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.whatsapp-btn {
  position: fixed;
  bottom: 10%;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 0px;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#phonebutton {
  position: fixed;
  bottom: 17.5%;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fd862b;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/*Estilos solo al icono whatsapp*/
#phonebutton i {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 0px;
}
#instagrambutton {
  position: fixed;
  bottom: 25%;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/*Estilos solo al icono whatsapp*/
#instagrambutton i {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 0px;
}
.gallery-section {
  padding: 100px 0;
}
.gallery-section .gallery img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  object-fit: cover;
}
.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
}
.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  object-fit: cover;
}
.gallery_sec a:hover img {
  position: relative;
  width: 100%;
  opacity: 0.2;
}
.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
.benefits {
  text-align: center;
}
.benefits .product-box .title {
  text-transform: capitalize;
  margin: 20px 0;
  color: var(--color-f74657);
  height: 65px;
}
.benefits .row {
  align-items: center;
}
.benefits-right {
  display: flex;
  /* justify-items: unset; */
  flex-direction: column;
  align-items: flex-end;
}
.benefits-left {
  display: flex;
  flex-direction: column;
}
.benefit-img::after {
  width: 100%;
  height: 350px;
  background-image: url(../images/candle-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
}
.benefits-box {
  background-color: var(--color-ffffff);
  padding: 1.5rem;
  border-radius: 5rem;
  width: 70%;
  margin: 7px;
  color: var(--color-022e5a);
  font-family: var(--font-family-dmserif);
  font-size: var(--font-size-27);
}
.benefits-left .benefits-box:nth-child(1) {
  /* margin-right: 1rem; */
  position: relative;
  right: -100px;
}
.benefits-left .benefits-box:nth-child(2) {
  /* margin-right: 1rem; */
  position: relative;
  right: -70px;
}
.benefits-left .benefits-box:nth-child(3) {
  /* margin-right: 1rem; */
  position: relative;
  right: -50px;
}
.benefits-left .benefits-box:nth-child(4) {
  /* margin-right: 1rem; */
  position: relative;
  right: -70px;
}
.benefits-left .benefits-box:nth-child(5) {
  /* margin-right: 1rem; */
  position: relative;
  right: -100px;
}
.benefits-right .benefits-box:nth-child(1) {
  /* margin-right: 1rem; */
  position: relative;
  left: -100px;
}
.benefits-right .benefits-box:nth-child(2) {
  /* margin-right: 1rem; */
  position: relative;
  left: -70px;
}
.benefits-right .benefits-box:nth-child(3) {
  /* margin-right: 1rem; */
  position: relative;
  left: -50px;
}
.benefits-right .benefits-box:nth-child(4) {
  /* margin-right: 1rem; */
  position: relative;
  left: -70px;
}
.benefits-right .benefits-box:nth-child(5) {
  /* margin-right: 1rem; */
  position: relative;
  left: -100px;
}
.benefits-box.blue {
  background-color: var(--color-c0e3ff);
  position: relative;
}
.benefits-box.green {
  background-color: var(--color-7fc0af);
  position: relative;
}
.benefits-box.green::after {
  background-image: url(../images/benefit-arrow.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  position: absolute;
  content: '';
  left: 93%;
  transform: rotateZ(225deg);
  top: 35px;
}
.benefits-box.green-right::after {
  background-image: url(../images/benefit-arrow.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  position: absolute;
  content: '';
  left: -3%;
  transform: rotateZ(4deg);
}
.benefits-box.blue::after {
  background-image: url(../images/benefit-arrow-blue.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  position: absolute;
  content: '';
  left: 93%;
  transform: rotateZ(229deg);
}
.benefits-box.blue-right::after {
  background-image: url(../images/benefit-arrow-blue.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  position: absolute;
  content: '';
  left: -3%;
  transform: rotateZ(4deg);
}
.products {
  background-image: url(../images/variety-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.products .container {
  background-color: #ffffffe0;
  padding: 100px;
  border-radius: 30px;
}
.products .section-title {
  margin-bottom: 50px;
}
.products .container .row {
  overflow: hidden;
}
.product-box {
  text-align: center;
  padding: 40px;
  border: 1px solid #f4f4f4;
  margin-bottom: 25px;
}
.product-box p {
  text-align: center;
}
.product-img img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto;
}
.product-box .title {
  text-transform: capitalize;
  margin: 20px 0;
}
.intro {
  position: relative;
  height: auto;
  transform: translateZ(0);
  margin: 0;
}
.intro img {
  position: relative;
  display: block;
  width: 100%;
  height: 840px;
  z-index: 1;
  object-fit: cover;
}
.intro img::before {
  background-color: var(--color-000000);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
}
.intro .caption {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: white;
}
.intro .caption h1 {
  display: inline-block;
  width: 70%;
  font-size: 6vw;
  font-weight: 100;
}
.intro .overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  pointer-events: none;
}
.intro .overlay svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
.gallery-slider img {
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
  margin-top: 80px;
}
/* gallery */
/* gallery zoom */
@import url('../css/fancybox.css');
.masonry {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.gallery-box .img {
  max-width: 100%;
  border-radius: 10px;
}
.masonry .item {
  display: inline-block;
  background: #ffffff;
  padding: 0px;
  margin: 0 0 1.5em;
  width: 100%;
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  /* float: left; */
}
@media only screen and (max-width:320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width:1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.gallery-title .div-title {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}
.gallery-box:hover .gallery-title .div-title {
  color: #fdb811;
}
.gallery-box {
  position: relative;
  margin-bottom: 25px;
}
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a img {
  height: 350px;
  object-fit: cover;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover a::before {
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-box .overlay img {
  width: auto;
  height: 20px;
  object-fit: contain;
}
/* gallery */
input.form-control {
  background: transparent;
  color: #222;
  font-size: 20px;
}
label {
  color: #222;
  font-size: 30px;
}
textarea.form-control {
  background: transparent;
  font-size: 20px;
}
.contact-page {
  text-align: center;
}
.contact-page a:hover {
  color: var(--color-f60035);
}
.contact-page .common-box h6 {
  color: var(--color-f74657);
}
.contact-page ul {
  display: flex;
  justify-content: center;
}
.contact-page ul li {
  padding: 0px 15px;
}
.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
  padding: 20px 0;
  font-family: var(--font-family-poppins);
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #ff7c02;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}
.contact_field .form-control::placeholder {
  font-size: var(--font-size-20);
}
button.contact_form_submit {
  background-color: var(--bg-color-8d0002);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: var(--font-size-22);
  text-transform: uppercase;
  letter-spacing: 2px;
}
button.contact_form_submit:hover {
  background-color: var(--bg-color-000000);
}
.project-img:hover .img-overlay {
  opacity: 1;
  z-index: 99;
  position: absolute;
}
.contact-form .common-btn {
  justify-content: center;
}
@media only screen and (max-width:1480px) {
  :root {
    --font-size-18: 16px;
    --font-size-20: 18px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 30px 10px 0;
  }
  .points {
    padding: 0;
  }
  .product-box {
    padding: 10px;
  }
  .email-id .text {
    display: none;
  }
}
@media only screen and (max-width:1366px) {
  :root {
    --font-size-70: 60px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 20px 10px 0;
  }
  .carousel-caption {
    width: 45%;
  }
}
@media only screen and (max-width:1199px) {
  :root {
    --font-size-70: 50px;
  }
  .intro img {
    height: 740px;
  }
}
/* Preloader
-------------------------------------------------------*/
.loader-page {
  background-color: var(--color-f68500);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s ease-out;
}
.loader-container {
  /* border: 1px solid steelblue; */
  width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 500px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.loader-fill {
  background-color: var(--color-ffffff);
  width: 0px;
  height: 100%;
  position: absolute;
}
.loader-counter {
  position: absolute;
  font-size: 5rem;
  font-family: 'Lato';
  font-weight: 300;
  letter-spacing: -5px;
  color: var(--color-ffffff);
  ;
  z-index: 9;
}
/* ============ mobile view ============ */
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.5s;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --font-size-70: 50px;
  }
}
@media all and (max-width: 991px) {
  :root {
    --font-size-170: 110px;
  }
  .mobile-topspace .section-space {
    padding-top: 80px;
  }
  .brand.desktop {
    display: none;
  }
  .offcanvas-header .btn-close {
    position: absolute;
    right: 30px;
    top: 4%;
    /* color: aquamarine; */
    filter: invert(1);
  }
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .carousel-caption .common-btn {
    margin: 0 auto;
  }
  .core-candle {
    bottom: 0;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    left: 0;
  }
  .carousel-caption {
    width: 73%;
    text-align: center;
    left: 15%;
  }
  .feature-box {
    padding: 5rem 5rem;
  }
  .category-box {
    width: 90%;
    margin: 5%;
  }
  .service-box {
    margin: 0;
    margin-bottom: 25px;
    height: 350px;
  }
  .benefits-box.green::after {
    display: none;
  }
  .benefits-box.blue::after {
    display: none;
  }
  .benefits-left .benefits-box:nth-child(1) {
    right: 0;
    margin: 10px auto;
  }
  .benefits-left .benefits-box:nth-child(2) {
    right: 0;
    margin: 10px auto;
  }
  .benefits-left .benefits-box:nth-child(3) {
    left: 0;
    margin: 10px auto;
  }
  .benefits-left .benefits-box:nth-child(4) {
    right: 0;
    margin: 10px auto;
  }
  .benefits-left .benefits-box:nth-child(5) {
    right: 0;
    margin: 10px auto;
  }
  .benefits-right .benefits-box:nth-child(1) {
    left: 0;
    margin: 10px auto;
  }
  .benefits-right .benefits-box:nth-child(2) {
    left: 0;
    margin: 10px auto;
  }
  .benefits-right .benefits-box:nth-child(3) {
    left: 0;
    margin: 10px auto;
  }
  .benefits-right .benefits-box:nth-child(4) {
    left: 0;
    margin: 10px auto;
  }
  .benefits-right .benefits-box:nth-child(5) {
    left: 0;
    margin: 10px auto;
  }
  .products .section-space {
    padding: 0;
  }
  .main-header.g_shrink .navbar-expand-lg .navbar-nav.mobile-link {
    top: 0 !important;
    flex-direction: row;
    color: var(--color-ffffff);
    font-size: var(--font-size-18);
    padding: 0
  }
  .mobile-link .text {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    margin-left: 0 !important;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-ffffff);
    font-size: var(--font-size-18);
    padding: 8px 15px;
  }
  .offcanvas-header {
    display: block;
    position: absolute;
    right: 5%;
    top: 5%;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: var(--color-022e5a);
    padding: 50px;
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .inner-banner::before {
    opacity: 0.8;
  }
  .product-img img {
    width: 150px;
    height: 150px;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-f68500) !important;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link.active {
    color: var(--color-f68500) !important;
  }
}
@media screen and (max-width:767px) {
  :root {
    --font-size-170: 80px;
  }
.footer {
        margin-top: 0;
        padding-top: 3rem !important;
    }
  .footer-menu ul {
    flex-direction: column;
  }
  .footer-menu li {
    padding: 5px;
  }
  .footer-menu li a {
    border-bottom: solid 1px var(--color-000000);
    padding-bottom: 8px;
    padding-top: 5px;
    display: inline-block;
  }
  .footer-contact ul {
    flex-direction: column;
  }
  .products .container {
    padding: 50px;
  }
  .benefits .product-box .title {
    height: auto;
  }
  .loader-container {
    width: 400px;
  }
  .footer-contact {
    display: none;
  }
  .section-space {
    padding-top: 0px;
    padding-bottom: 0;
  }
  /*footer .logo {*/
  /*  margin-top: -100px;*/
  /*}*/
  .mobile-topspace .section-space {
    padding-top: 110px;
  }
  .feature-box {
    margin-bottom: 40px;
  }
  .counter {
    padding: 50px 0;
    margin-top: 0;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .custom-candle {
    padding: 100px 0;
  }
  .about-us .section-title {
    width: 100%;
  }
  .mobile-offcanvas.show {
    padding: 50px 20px;
}
#instagrambutton i, #phonebutton i, .whatsapp-btn i {
  font-size: 20px;
}
#instagrambutton, #phonebutton, .whatsapp-btn, #button {
  right: 25px;
  width: 45px;
  height: 45px;
}
#instagrambutton {
  bottom: 22.5%;
}
#phonebutton {
  bottom: 16%;
}
.whatsapp-btn {
  bottom: 9.5%;
}
#button::after {
  font-size: 20px;
  line-height: 37px;
}
.swiper-button-next, .swiper-button-prev {
  display: none;
}
.carousel-caption {
  top: 20%;
}
.intro img {
  height: 500px;
}
}
@media screen and (max-width:575px) {
  .loader-container {
    width: 300px;
  }
  :root {
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 20px;
    --font-size-27: 22px;
    --font-size-50: 32px;
    --font-size-70: 36px;
    --font-size-170: 60px;
  }
  .pb-5 {
    padding-bottom: 2rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  .about-us .section-title {
    width: 100%;
  }
  .gallery-box a img {
    height: 250px;
    object-fit: cover;
  }
  .orange-bg {
    height: calc(100% - 18%);
  }
  .intro img {
    position: relative;
    filter: brightness(0.5);
  }
  .count-title {
    padding: 0;
    margin-bottom: 30px;
  }
  .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
    bottom: 60px;
    justify-content: center;
  }
  .testimonials .section-title {
    text-align: center;
  }
  .counter {
    padding: 30px 0;
    margin-top: -0;
  }
  .feature-box {
    padding: 1rem;
    margin-bottom: 0;
    padding-bottom: 9rem;
    width: 100%;
  }
  .big-heading {
    top: 40px;
    margin-top: 0;
  }
  .benefits-box {
    width: 100%;
  }
  .address-box {
    margin-bottom: 30px;
  }
  .brand img {
    width: 130px;
  }
  .custom-candle {
    padding: 100px 0;
  }
  .gallery-box a img {
    height: 150px;
  }
  .products .container {
    padding: 20px;
}
.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}
.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}
.quote img {
  width: 60px;
}
.common-btn {
  padding: 12px 16px;
  width: 230px;
}
.carousel-caption {
  width: 90%;
  left: 5%;
}
.gallery.section-space {
 display: none;
}
}
@media screen and (max-width:480px) {
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}