@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
/*Main Css */
::selection {
  background: #007fcc;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #007fcc;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding: 40px 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.logo {
  display: inline-block;
  font-size: 39.6px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.logo img {
  display: block;
}

.stickyOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #111;
  padding: 20px 0;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}

.menu li a {
  display: block;
  font-size: 15.8px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.menu li:hover a,
.menu li.active a {
  color: #007fcc;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.search-bar {
  display: flex;
  align-items: center;
}

.search-bar input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-right: 15px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: normal;
  color: #666;
  font-weight: 400;
}

.search-bar button {
  cursor: pointer;
  border-radius: 5px;
  font-family: "Montserrat";
  font-weight: 400;
}

.search-bar .search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.my-search {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 3;
  background-color: #fff;
  padding: 30px 3% 18px 35px;
  top: 0;
  left: 0;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  position: relative;
}
.mainBanner .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainBanner .bg-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*animation: banner-hue infinite 3s ease-in-out;*/
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1.2);
}
.banner-slider .slick-dots li button {
  height: 20px;
  width: 30px;
  background: none;
  font-size: 20px;
  color: #fff;
  opacity: 0.3;
  position: relative;
}
.banner-slider .slick-dots li button::before {
  position: absolute;
  content: "0";
  top: 0;
  left: -2px;
}
.banner-slider .slick-dots li button::after {
  position: absolute;
  content: ".";
  bottom: 0;
  right: 5px;
}
.banner-slider .slick-dots li.slick-active button {
  background: none;
  width: 30px;
  height: 20px;
  opacity: 1;
  font-family: "Montserrat";
}
.banner-slider .slick-dots li {
  margin: 0 5px;
  padding: 0 5px;
}

@keyframes banner-hue {
  25% {
    filter: hue-rotate(45deg);
  }
  50% {
    filter: hue-rotate(141deg);
  }
  75% {
    filter: hue-rotate(246deg);
  }
  100% {
    filter: none;
  }
}
.banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-content h1 {
  font-size: 80px;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}
.banner-content h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.banner-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  padding: 25px 0;
}

.theme-btn {
  padding: 16px 60px;
  background-color: #007fcc;
  border: 1px solid #007fcc;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  bottom: -110%;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.theme-btn:hover {
  color: #007fcc;
}
.theme-btn:hover::before {
  bottom: 0;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.common-heading {
  padding-bottom: 30px;
}
.common-heading h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: #007fcc;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.common-heading h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.1;
  color: #111;
  text-transform: uppercase;
}

.sec-pad {
  padding-left: 100px;
  padding-right: 100px;
}

.hm-sec1 p {
  padding-bottom: 40px;
}

.hm-sec2 {
  background-color: #09081c;
}
.hm-sec2 .common-heading {
  padding-bottom: 40px;
  text-align: center;
}
.hm-sec2 .common-heading h2, .hm-sec2 .common-heading p {
  color: #fff;
}
.hm-sec2 .common-heading p {
  padding-top: 25px;
}

.srv-box .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.srv-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.srv-box .txt {
  padding-top: 30px;
}
.srv-box h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}
.srv-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  padding: 20px 0 30px;
}
.srv-box .theme-btn {
  padding: 12px 40px;
}
.srv-box:hover img {
  transform: scale(1.05);
}

.hm-sec3 .common-heading {
  text-align: center;
  padding-bottom: 50px;
}
.hm-sec3 .common-heading p {
  padding-top: 25px;
}

.portfolio-box {
  position: relative;
  overflow: hidden;
  height: 480px;
  margin-bottom: 20px;
}
.portfolio-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.portfolio-box .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.portfolio-box h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.7;
  color: #e7f2ff;
  text-transform: uppercase;
}
.portfolio-box ul {
  margin: 40px 0;
}
.portfolio-box ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  margin: 0 10px;
}
.portfolio-box ul li i {
  font-size: 20px;
  font-weight: 600;
  color: #007fcc;
  margin-right: 8px;
}
.portfolio-box .theme-btn {
  padding: 16px 50px;
}
.portfolio-box:hover img {
  transform: scale(1.05);
  filter: brightness(0.3);
}
.portfolio-box:hover .content {
  opacity: 1;
}

.hm-sec4 {
  background-color: #09081c;
  padding: 120px 0 180px;
}
.hm-sec4 .common-heading {
  text-align: center;
  padding-bottom: 100px;
}
.hm-sec4 .common-heading h2 {
  color: #fff;
}

.testi-box {
  text-align: center;
}
.testi-box .clt {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-box .clt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.testi-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  padding: 20px 0;
}
.testi-box P {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
}

.testi-slider {
  padding: 0 15%;
}
.testi-slider .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1.2);
}
.testi-slider .slick-dots li button {
  height: 20px;
  width: 30px;
  background: none;
  font-size: 20px;
  color: #fff;
  opacity: 0.3;
  position: relative;
}
.testi-slider .slick-dots li button::before {
  position: absolute;
  content: "0";
  top: 0;
  left: -2px;
}
.testi-slider .slick-dots li button::after {
  position: absolute;
  content: ".";
  bottom: 0;
  right: 5px;
}
.testi-slider .slick-dots li.slick-active button {
  background: none;
  width: 30px;
  height: 20px;
  opacity: 1;
  font-family: "Montserrat";
}
.testi-slider .slick-dots li {
  margin: 0 5px;
  padding: 0 5px;
}

.arr-left, .arr-right {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  position: absolute;
  bottom: 10%;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.arr-left i, .arr-right i {
  font-size: 20px;
  font-weight: 300;
  color: #007fcc;
}

.arr-left {
  left: 0;
}

.arr-right {
  right: 0;
}

.insta-box {
  height: 280px;
  position: relative;
}
.insta-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.insta-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  color: #007fcc;
  opacity: 0;
}
.insta-box:hover img {
  filter: brightness(0.5);
}
.insta-box:hover a {
  opacity: 1;
}

.hm-sec5 {
  padding: 90px 0 90px 16%;
}
.hm-sec5 .content {
  padding-right: 50px;
}
.hm-sec5 .content p {
  padding: 20px 0 30px;
}
.hm-sec5 .content a {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.hm-sec5 .content a:hover {
  color: #007fcc;
}

.insta-slider .slick-slide {
  padding: 30px 0;
}
.insta-slider .slick-slide:nth-child(even) {
  transform: translateY(-30px);
}

footer {
  background-color: #09081c;
  padding: 75px 0;
}
footer .flogo {
  display: block;
  margin: auto auto 100px;
  font-size: 39.6px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
footer .flogo img {
  width: 250px;
  margin: auto;
  display: block;
}
footer .newsletter {
  padding-right: 100px;
}
footer .newsletter h6 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}
footer .newsletter p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  padding: 10px 0 20px;
}
footer .newsletter .news {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}
footer .newsletter .news input {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat";
  width: 100%;
}
footer .newsletter .news button {
  flex-shrink: 0;
  cursor: pointer;
}
footer .newsletter .news button i {
  font-size: 24px;
  font-weight: 400;
  color: #007fcc;
}
footer h6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
}
footer .ft-info {
  padding-right: 100px;
}
footer .ft-info a, footer .ft-info p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  padding-bottom: 5px;
}
footer .ft-info a:hover {
  color: #007fcc;
}
footer .ft-social li {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}
footer .ft-social li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 10px;
  left: 0;
}
footer .ft-social li a {
  font-size: 20px;
  font-weight: 400;
  color: #007fcc;
  display: block;
  margin-bottom: 8px;
}
footer .ft-social li a:hover {
  color: #fff;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 70px;
  padding-top: 25px;
}
footer .copyright p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #888;
}
footer .copyright .copy-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .copyright .copy-links li {
  display: inline-block;
  margin-left: 25px;
}
footer .copyright .copy-links li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #888;
}
footer .copyright .copy-links li a:hover {
  color: #fff;
}

.innerBanner {
  height: 480px;
  text-align: center;
  background-color: #09081c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerBanner h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
}
.innerBanner h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}
.innerBanner .inner-content {
  padding-top: 80px;
}

.abt-sec .img-box {
  margin-bottom: 60px;
}
.abt-sec .img-box img {
  width: 100%;
}

.srv-sec .content p {
  padding-bottom: 40px;
}
.srv-sec .srv-slider {
  margin-top: 70px;
}
.srv-sec .srv-box p, .srv-sec .srv-box h4 {
  color: #111111;
}
.srv-sec .img-box img {
  width: 100%;
}

.portfolio-sec .srv-slider {
  margin-top: 70px;
}
.portfolio-sec .srv-box p, .portfolio-sec .srv-box h4 {
  color: #111111;
}
.portfolio-sec .img-box {
  margin-bottom: 30px;
}
.portfolio-sec .img-box img {
  width: 100%;
}
.portfolio-sec .content {
  margin-top: 60px;
}
.portfolio-sec .content p {
  padding-bottom: 35px;
}

.cnt-sec .common-heading {
  text-align: center;
  padding-bottom: 100px;
}

.cnt-form input, .cnt-form textarea {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Montserrat";
  padding: 25px 45px;
  resize: unset;
  background-color: #09081c;
}
.cnt-form .sbt {
  text-align: center;
}
.cnt-form .sbt button {
  cursor: pointer;
  font-family: "Montserrat";
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.second-num {
  margin-left: 30px;
}

/*fixes*/
.srv-sec h1 {
    font-size: 35px;
    font-weight: 500;
    color: #007fcf;
    text-align: center;
    padding: 30px 0 50px;
}


.salesBanner {
  background-size: cover;
  background-position: center;
  height: 800px;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  position: relative;
}
.salesBanner .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.salesBanner .bg-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-sec1 {
  padding: 100px 0;
}

.s-box {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.s-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.s-box .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.s-box h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.s-box:hover img {
  transform: scale(1.05);
}

.sales-sec2 {
  padding: 0 0 100px;
}
.sales-sec2 .common-heading {
  text-align: center;
  padding-bottom: 30px;
}

.sales-sec3 {
  background-image: url("../images/bg-licence.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 150px 0;
  text-align: center;
}
.sales-sec3 .common-heading h2 {
  color: #fff;
}
.sales-sec3 ul li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}

.sales-sec4 {
  padding: 100px 0;
}
.sales-sec4 .common-heading {
  padding-bottom: 50px;
  text-align: center;
}
.sales-sec4 .p-box {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
}
.sales-sec4 .p-box .icon {
  font-size: 40px;
  font-weight: 400;
  color: #007fcc;
}
.sales-sec4 .p-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 15px 0;
}
.sales-sec4 .p-box p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.sales-sec5 {
  padding-bottom: 100px;
}
.sales-sec5 .common-heading {
  text-align: center;
  padding-bottom: 50px;
}
.sales-sec5 h3 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  text-align: center;
  padding: 0 100px 100px;
}
.sales-sec5 .sale-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sales-sec5 .sale-info .icon {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 400;
  color: #007fcc;
}
.sales-sec5 .sale-info h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-bottom: 10px;
}
.sales-sec5 .sale-info a, .sales-sec5 .sale-info p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.sales-sec5 .sale-info a:hover {
  color: #007fcc;
}
.GallerySection{
    padding:100px 0;
}
.GallerySection a{
    display:block;
    height:250px;
    margin-bottom:15px;
    overflow:hidden;
}
.GallerySection img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.3s ease-in-out;
}
.GallerySection a:hover img{
    transform:scale(1.1);
    filter:brightness(0.8);
}





@media (max-width: 1650px) {
  .hm-sec5 {
    padding: 90px 0 90px 7%;
  }
}
@media (max-width: 1440px) {
  .hm-sec5 {
    padding: 90px 0 90px 5%;
  }
  .sec-pad {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0f4c97;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
