@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');


html {
  font-size: 16px;
  /* cursor: none; */
   overflow-x: hidden; 
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #fff2e7;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/


@font-face {
  font-family: '28 Days Later';
  src: url('../fonts/28DaysLater.woff2') format('woff2'),
    url('../fonts/28DaysLater.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #ffc420;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 83px;
  color: var(--lightgary-color);
  font-weight: 400;
  font-family: '28 Days Later';
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}


.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}


/* header/slider-css */

header {
  margin: auto;
  z-index: 11;
  position: absolute;
  padding-bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #ffc420;
}

.headerinfo {
  background-color: #CE63CE;
}

.headerinfo p {
  color: #fff;
  margin: 10px 0;
}

.logo-sec .media {
  align-items: center;
  margin-right: 30px;
}

.logo-sec .media a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.logo-sec {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #b262f9;
}

.logo-sec .media .media-body h5.mt-0 {
  font-size: 1.5rem;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  color: #ce63ce;
}

.navigation a.themeBtn {
  margin-left: 70px;
  padding: 18px 42px;
}

.logo-sec .media a i {
  font-size: 20px;
  color: #000;
}

.logo-sec .media .media-body a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}


.logo-sec .media .media-body small {
  font-size: 13px;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffc420;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}


.mainSlider {

  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}


.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}

.slider-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11.491rem;
  line-height: 160px;
  margin-bottom: 25px;
}

.slider-content h2 span {
  color: #CE63CE;
  display: inherit;
}

.mainSlider h2 {
  /* text-shadow: 0 0 1px black; */
  /* margin: 0 0 1rem; */
}

.headingOne {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: bold;
  /* margin: 0; */
  letter-spacing: 0;
}

.headingTwo {
  font-size: 5.625rem;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95;
}

.headingThre {
  font-size: 2.8125rem;
  font-weight: 500;
  color: var(--white);
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.slideContent a {
  /* font-size: 1.125rem; */
}

.top-links ul li {
  display: inline-block;
  padding-right: 75px;
}

.top-links ul {
  text-align: center;
}

.top-links ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}

.slider-content p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

a.whitebtn {
  background: #137FB7;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #137FB7;
  margin-left: 0;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
}

a.whitebtn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}



/* Cursor Start */

/***** Font Files *****/
/* sidenav-css start */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #48aadf;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 0;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

/* The navigation menu links */

/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: -7px;
  right: 13px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #fd0001;
  margin-right: 0;
  margin-top: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.mobilecontainer img {
  width: 100px;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: absolute;
  border: 0;
  background: url('../images/img1.png') no-repeat;
  width: 14px;
  height: 9px;
  background-size: 80%;
  background-position: center center;
  right: 10px;
  top: 8px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #000;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 13px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
  padding-top: 5px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
  margin-top: 10px;
}

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.navigation ul li>.dropdown-menu {
  padding: 0;
  border-radius: 0;
  min-width: 164px;
  left: 0px;
}

.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
  /* padding: 7px 0; */
}

.navigation ul li>.dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  /*padding: 7px 0 8px 25px;*/
  padding: 0px 14px 2px 15px;
  color: #555555;
}

.navigation ul li>.dropdown-menu li a:hover {
  background-color: #000000;
  color: #fff;
}

/* sidenav-css end */




.navigation ul li a i {
  padding-left: 10px;
}


.custom-nav .navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding-right: 34px;
}

/* Drop down menu */

li.dropdown a {
  padding: 0;
  color: #fff;
}

ul.dropdown-menu {
  padding: 9px;
  background-color: #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #eb2127;
  text-decoration: none;
  background-color: transparent;
}

ul.dropdown-menu li {
  padding: 8px 0 !important;
}

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.navigation ul li>.dropdown-menu {
  padding: 10px 5px;
  border-radius: 0;
  /* border-top: 3px solid #7d1013; */
  margin: 0 0 0 -1px;
}

.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
  /* padding: 7px 0; */
}

.navigation ul li>.dropdown-menu li a {
  color: #fff;
  font-weight: 500;
}

/* Drop down menu */

.custom-nav .navbar-nav {}

.logo-sec {
  padding: 20px 0;
}

.custom-nav .navbar-nav>li a i {
  margin-left: 125px;
  font-size: 19px;
}

.band-right img {
  padding-right: 24px;
}

.navigation ul li {
  display: inline-block;
  padding: 0 25px;
}

.navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.main-navigate h1 {
  font-weight: 600;
  text-align: center;
  color: #e92229;
  font-style: italic;
  font-size: 50px;
}

.main-navigate h5 {
  text-align: center;
  color: #000000;
  font-size: 22px;
}

.main-navigate {
  margin: 0;
  padding: 13px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li a:hover {
  color: #333;
}


.navigation ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #333;
  transition: width .3s;
}

.navigation ul li a:hover:before {
  width: 100%;
}

/*custom-nav*/

/* custom-slider */


.mainSlider {

  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}

.custom-slider {
  position: relative;
}

/* .custom-slider:after {
  content: '';
  background: url(../images/slicer-img.png) no-repeat;
  width: 1270px;
  height: 325px;
  position: absolute;
  background-position: center center;
  background-size: cover;
  right: 0;
  bottom: 24px;
} */
.slider-content h2 {
  color: #ffc420;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 96px;
  line-height: 99px;
  margin-bottom: 1px;
}

.slider-content h2 span {
  color: #CE63CE;
  display: inherit;
}


.headingOne {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: bold;
  /* margin: 0; */
  letter-spacing: 0;
}

.headingTwo {
  font-size: 5.625rem;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95;
}

.headingThre {
  font-size: 2.8125rem;
  font-weight: 500;
  color: var(--white);
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
}

.themeBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 14px 40px;
  line-height: 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #5bb1ec;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #5bb1ec;
  text-transform: uppercase;
}

.themeBtn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #090909;
  background-color: #fff;
}

.themeBtn:hover {
  color: #1d528b;
  border: 2px solid #1d528b;
}


.slider-content p {
  color: #000;
  font-size: 19px;
  text-transform: capitalize;
}

a.whitebtn {
  background: transparent;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  margin-left: 0;
  text-transform: uppercase;
}

a.whitebtn:hover {
  background: #fff;
  color: #000;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 21px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -200px;
  left: auto;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active:before {
  width: 30px;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li span {
  opacity: 1;
  transition: .5s all ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 4.688rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 45PX;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
  height:auto;
}



.custom-slider .banner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-slider .banner-border img {
  width: 100%;
}

.latest-sec .text-center a.themeBtn {
  background-color: #cc1417;
}

.latest-sec .text-center a.themeBtn:hover {
  background-color: #fff;
}

/* custom-slider */


.text-body .text-holder {
  position: relative;
}


.text-body .text-holder h3 {
  opacity: 1;
  text-shadow: 2px 2px 4px #000;
}

.text-body .text-holder-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: appear2 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.6s;
}

.text-body .text-holder-2 h3 {
  animation: text-appear 1.8s linear forwards;
  animation-delay: 0.7s;
}

@keyframes text-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes appear2 {
  0% {
    left: 0%;
    width: 0%;
    background: #0c5088;
  }

  50% {
    left: 0%;
    width: 100%;
    background: #0c5088;
  }

  100% {
    left: 100%;
    width: 0%;
    background: #0c5088;
  }
}




.header-cta .media .media-body {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.header-cta .media .media-body small {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
}

.header-cta .media .media-body a {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.header-cta figure img {
  width: 100%;
}


.header-cta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 50px;
}

a.phone-icon {
  background-color: #0c5088;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  color: #fff;
}

.header-cta .d-flex {
  align-items: center;
}

.header-cta .d-flex span a.themeBtn {
  margin-top: 0;
  margin-left: 30px;
  padding: 16px 40px;
  border-radius: 100px;
  text-transform: uppercase;
}


.sliderItem p {
  color: #fff;
  font-size: 20px;
}

a.BlueBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 16px 40px;
  line-height: 15px;
  border-radius: 30px;
  transition: all 0.5s ease;
  border: 1px solid #0c5088;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #0c5088;
}

a.BlueBtn:hover {
  border: 1px solid #0c5088;
  background-color: #fff;
  color: #0c5088;
}

.sliderItem .d-flex a.Bluebtn {
  margin-left: 20px;
}


.sliderItem .d-flex a.BlueBtn {
  margin-left: 20px;
}

.cart-links ul li {
  display: inline-block;
  padding-right: 20px;
}

.cart-links ul li a {
  font-size: 20px;
  color: var(--black);
}


.top-links {
  margin-bottom: 35px;
}


.logo a img {
  width: 100%;
}


header.d-flex {
  background-color: #fff;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  background-color: #000;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.logo {
  width: 80%;
  padding: 0;
}

.header-search form {
  display: flex;
  width: 100%;
  position: relative;
}


.header-search span {
  display: inline-block;
  width: 20%;
}

.header-search ul li {
  display: inline-block;
  padding-right: 25px;
}

.header-search ul li a {
  color: #000;
}

.header-search form button {
  border: none;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 100px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 6px;
}

.header-search form input.form-control {
  min-height: 45px;
  border-radius: 100px;
  padding-right: 55px;
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: inherit;
  margin-bottom: 30px;
}

.header-search span:first-child {
  width: 51%;
}

.header-search ul li a:hover {
  color: #000;
}

.header-detail p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}

.header-detail {
  text-align: center;
  background-color: #000;
}

.cart-links ul li a span {
  font-size: 17px;
  color: #000;
}

.cart-links ul li:last-child {
  padding-right: 0;
}

.cart-links {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}

.cart-links ul {
  display: flex;
  align-items: end;
  justify-content: end;
}

.slider-content {
  margin-top: 9rem;
}

.slider-content a.themeBtn {
  margin-top: 20px;
}

.custom-slider:before {
  content: '';
  background: url(../images/shape01.png) no-repeat;
  width: 320px;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 11rem;
}

.main-navigate .d-flex a.themeBtn {
  background-color: #fff;
  color: #000;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding-left: 62px;
}


.main-navigate nav img {
  width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.btn {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 30px 48px;
  line-height: 15px;
  transition: all 0.5s ease;
  background: url(../images/button-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  text-transform: uppercase;
}

.header-btn {
  position: relative;
  left: 50px;
}


/* header/slider-css */

/* about-sec */
.about-sec {
  padding: 90px 0px;
  position: relative;
}

.about-sec::after {
  content: '';
  background-image: url(../images/aboutafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -6rem;
  right: 0;
  width: 532px;
  height: 700px;
  animation: puff-in-center-2 1.5s linear infinite alternate both;
}

@keyframes puff-in-center-2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.about-content article p {
  margin: 12px 0px 20px 0px;
}

.about-img {
  position: relative;
}

.about-img img {
  animation: bounce-top 10s infinite alternate both;
}

.about-shape img {

  animation: shake-horizontal 9s linear infinite alternate both;
}


@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}




@keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}


.about-shape {
  position: absolute;
  left: -3rem;
  top: 11rem;
}

.about-shape img {
  width: 873px;
}

/* about-sec */

/* make-sec */
.make-sec {
  background-image: url(../images/makebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 120px 0px 100px 0px;
  position: relative;
}

.make-sec::before {
  content: '';
  background-image: url(../images/lefs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 7rem;
  top: -2rem;
  width: 257px;
  height: 334px;
  z-index: 1;
  animation: slide-out-bc-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

@keyframes slide-out-bc-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-1100px);
    transform: translateZ(-1100px);
    opacity: 0;
  }
}


.make-sec::after {
  content: '';
  background-image: url(../images/car.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -2rem;
  bottom: -9rem;
  width: 426px;
  height: 300px;
  z-index: 1;
  animation: shake-horizontal 9s linear infinite alternate both;
}


.make-box {
  background-image: linear-gradient(133deg, #d6a329, #a42021);
  padding: 84px 20px 95px 64px;
  border-radius: 24px;
  position: relative;
}

.make-box::after {
  content: '';
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 1rem;
  bottom: 3rem;
  width: 382px;
  height: 154px;
  animation: vibrate-1 3s linear infinite alternate both;
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}



.make-box article h3 {
  color: var(--white);
  font-weight: 700;
  font-size: 60px;
}

.make-box article p {
  color: var(--white);
}


/* make-sec */

/* menu-sec */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #d9223f;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f4f1ea;
  padding: 19px 23px;
  width: 181px;
  height: 66px;
  border-radius: 15px 15px 0px 0px;
}

.nav-tabs .nav-link {
  background: none;
  border: none;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 23px;
  width: 181px;
  height: 66px;
}

.nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}

.menu-sec {
  padding: 120px 0px 0px 0px;
  position: relative;
}

.menu-logo {
  position: absolute;
  left: 0;
  top: 3rem;
  right: 0;
  display: flex;
  justify-content: center;
}



.menu-sec .primary-heading h2 {
  font-size: 110px;
}

.menu-content article h2 {
  text-transform: uppercase;
}

.menu-content {
  padding-right: 90px;
}

.menu-content article span {
  display: block;
  font-weight: 700;
  font-size: 36px;
  color: #a42021;
  margin-bottom: 10px;
}

.menu-row {
  background-color: #f4f1ea;
  padding: 110px 70px;
  border-radius: 20px;
}


/* menu-sec */


/* testimonial-sec */
.testimonial-sec {
  padding: 110px 0px 100px 0px;
  position: relative;
}

.testimg {
  position: absolute;
  left: 77px;
  top: 14rem;
}

.testimg img {
  width: 616px;
  animation: bounce-anim 3s infinite alternate;
}

@keyframes bounce-anim {
  from {
    transform: rotate(-3deg);
  }

  to {
    transform: rotate(3deg);
  }
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  margin: 5px 7px;
  background: #ffc420;
  transition: all.5s;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ba2d20;
  width: 50px;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center;
  position: relative;
  top: -54px;
  right: 38rem;
}


.testimonial-sec .primary-heading h2 {
  font-size: 120px;
  font-weight: 400;
}

.testimonial-sec .col-lg-9 {
  position: relative;
  left: 13rem;
}



.testi-box {
  border: 8px solid #ffc420;
  text-align: center;
  border-radius: 25px;
  padding: 0px 40px;
  position: relative;
  background: #fff;
}

.testi-box h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  margin-top: 30px;
  font-weight: 700;
}

.testi-box p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}


.testi-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}

.testi-box ul li i {
  color: #ffbc00;
  padding-left: 4px;
}

.testi-box::after {
  content: '';
  background-image: url(../images/2lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -46px;
  left: 284px;
  width: 105px;
  height: 105px;
  z-index: 999;
}



.testi-box figure img {
  width: 169px !important;
  display: block;
  margin: 0 auto;
  margin-top: -90px;
  height: auto;
}


.testimonial-sec .owl-carousel .owl-stage {
  padding-top: 116px;
  padding-bottom: 100px;
}


/* testimonial-sec */

/* fv-sec */
.fv-sec {
  padding: 20px 0px 211px 0px;
}

.fv-sec .primary-heading h2 {
  font-size: 102px;
  margin-bottom: 38px;
}

.fv-row {
  background: linear-gradient(92deg, #f5bc14 20%, #b3151b);
  border-radius: 27px;
  position: relative;
}

.fv-row::after {
  content: '';
  background-image: url(../images/fv-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -9.2rem;
  bottom: -8rem;
  width: 664px;
  height: 698px;
  transform: rotate(12deg);
  animation: puff-in-center-2 2s linear infinite alternate both;
}

.fv-row::before {
  content: '';
  background-image: url(../images/fvaftr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -8rem;
  bottom: -9rem;
  width: 264px;
  height: 254px;
  animation: bounce-anim 2s infinite alternate;
}


.fv-content-box {
  padding: 54px 9px 99px 108px;
}

.fv-content article h2 {
  color: var(--white);
  margin-bottom: 0px;
}

.fv-content article p {
  color: var(--white);
  margin: 2px 0px 12px 0px;
}

.fv-content article span {
  font-size: 23px;
  font-weight: 700;
  color: var(--white);
  margin-right: 30px;
}

.fv-content article i {
  margin-right: 10px;
  font-size: 17px;
}


/* fv-sec */

/* contact-us */
.contact-us {
  padding: 160px 0px;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}


.contact-us form input {
  border-radius: 20px;
  height: 58px;
  padding-left: 23px;
  border: none;
  margin-bottom: 18px;
}

.contact-us form textarea {
  border: none;
  background: #fff;
  border-radius: 20px;
  padding: 20px;

}

.contact-us form {
  background: #fff2e7;
  border: 6px solid #f3ae2d;
  border-radius: 34px;
  padding: 32px 48px;
}

.contact-text h2 {
  font-size: 96px;
  margin-bottom: 31px;
}

.contact-us .btn {
  margin-top: 15px;
}




/* contact-us */


/* footer sec */

.copy-sec p span {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 18rem 0 1rem;
  background-image: url(../images/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -40px;
}

.btn:hover {
  filter: invert(315%) sepia(52%) saturate(0%) hue-rotate(0deg) brightness(55%) contrast(100%);
  color: #fff;
  opacity: 1;
}

footer::after {
  content: '';
  background-image: url(../images/leefs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -12rem;
  right: 0;
  width: 168px;
  height: 478px;
  animation: slide-out-bc-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

.footersec .btn {
  background-color: #fcc430;
  padding: 12px 25px;
  left: 10px;
  transition: all .5s;
  color: #fff;
  background-image: none;
  border-radius: 27px;
}

footer .footer-column {
  position: relative;
  top: -92px;
}

.footersec .btn:hover {
  background-color: white;
  color: black;
}

.footer-logo h3 {
  color: white;
  font-size: 67px;
}

.footer ul li {
  display: inline-block;
}

footer.footersec ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}


.footercontact ul li i {
  font-size: 21px;
  margin-right: 15px;
}

footer.footersec ul li a {
  color: white;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px !important;
}

.footercontact p {
  color: white;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 14px;
}

.foooter-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footernav h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.footernav ul {
  margin-top: 30px;
  border-top: 2px solid #dc8b59;
  padding-top: 35px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}


.footercontact ul li {
  display: block;
}


.footercontact {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.footercontact ul li>.media {
  min-height: 70px;
}

.footercontact ul li>.media .media-body {
  display: inline-grid;
  margin-left: 20px;
}

.footercontact ul li>.media a i {
  font-size: 22px;
  color: #fff;
}

.footercontact ul li>.media .media-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footercontact ul li>.media .media-body small {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
  color: #fff;
  font-size: 17px;
}

.footercontact ul li>.media a:nth-child(3) {
  align-items: self-end;
}

.footerinfo {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footercontact ul li:nth-child(3) {
  border-right: none;
  padding-bottom: 0;
}

.footercontact ul li i {
  color: #fff;
  font-size: 23px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 113px;
  position: relative;
}

.footercontact ul li {
  padding-bottom: 13px;
}

.footercontact ul li a {
  font-size: 16px !important;
}

.slidercontact ul li:nth-child(3)>.media {
  align-items: center;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 13px;
  margin: 0;
  color: white;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

footer.footersec ul li a:hover {
  color: #fcc430;
}

.footercontact h5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.footersocial h5 {
  color: #fff;
}

.footersocial ul {
  margin-top: 0;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 2px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid white;
  transition: all .5s;
}

.active-fb {
  background: #e2cf24 !important;
}

.footersocial ul li a i:hover {
  color: white;
  background: crimson;
  color: #fff;
  border: none;
}

.app-image {
  display: flex;
  margin-top: 30px;
  margin-left: 30px;
}

.app-image img {
  width: 150px;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
}

.footersec form .d-flex {
  margin-bottom: 15px;
  width: 95%;
  justify-content: space-between;
}

.footercontact span h4 {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 27px;
}

.footersocial ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.footercontact span {
  flex: 0 0 50.666667%;
  max-width: 50.666667%;
}

.footercontact input.form-control {
  min-height: 52px;
  border-radius: 29px;
  border: 1px solid #f7f9f8;
  background-color: #f7f9f8;
}

.copy-sec {
  text-align: center;
}

footer.footersec .container {
  position: relative;
}

.footer-logo a img {
  width: 75%;
  margin: 0 auto;
  display: table;
}

.copysec p {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.footercontact .themeBtn {
  background-color: #000;
  border-color: #b71313;
}

.copysec {
  position: relative;
  /* margin-top:30px; */
  top: -21px;
}

.carousel-indicators li {
  background-color: #a5c7de !important;
}

.copysec::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 132px;
  width: 1257px;
  height: 2px;
  background-color: #dc8b59;
}

.footersec img.footer-logo {
  position: absolute;
  top: auto;
  bottom: 22rem;
  width: 45%;
}

.copysec p {
  color: #fff;
}

.footer-logo img {
  width: 281px;
}

/* footer */




/* Preloader */

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #ef3323;
}


.shape-overlays__path:nth-of-type(2) {
  fill: #fad320;
}

.shape-overlays__path:nth-of-type(3) {
  fill: black;
}

/* !@Preloader */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  z-index: 10000001;
  border: 1px solid red;
  background-color: transparent;
  mix-blend-mode: luminosity;
}


/* Cursor End */



.custom-slider .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}

.custom-slider .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  background-color: #fbc330 !important;
  margin: 10px 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  margin-bottom: 16px;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 1;
  /* border: 1px solid #000; */
}

.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: 24px;
  right: -19rem;
  flex-direction: column;
}

.custom-slider .carousel-indicators li span {
  display: inline-block;
  position: absolute;
  /* left: -45px; */
  font-size: 30px;
  color: #fff;
  margin: 23px 0px !important;
  font-weight: 500;
  /* top: -20px; */
  opacity: 1;
  transition: .5s all ease-in-out;
}

.slider-content a.themeBtn {
  display: inline-block;
  padding: 15px 25px;
}

.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 33px;
  height: 33px;
  transition: .5s all ease-in-out;
  background-color: #b3181b !important;
  /* border: 2px solid #66bb46; */
  margin-bottom: 14px;
  animation: pulse-animation-2 2s infinite;
}

@keyframes pulse-animation-2 {
  0% {
    box-shadow: 0 0 0 0px rgb(179, 24, 27, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(179, 24, 27, 0.1);
  }
}



.custom-slider .carousel-indicators li.active span {
  color: #fff;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: start;
  padding-left: 16rem;
  padding-top: 4rem;
  justify-content: center;
  flex-direction: column;
}

.banner-overlay h2 {
  font-size: 97px;
  font-weight: 400;
  text-shadow: 4px 4px 7px #000;
  color: #ffc420;
  letter-spacing: 4px;
}


/* video-sec */
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-img {
  position: relative;
}

.video-overlay img {
  border-radius: 100%;
  animation: pulse-animation-two 2s infinite;
}

@keyframes pulse-animation-two {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 0, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 25px rgb(255, 0, 0, 0.0);
  }
}

.video-secs {
  padding: 70px 0px 120px 0px;
}

/* video-sec */

/* choose-sec */
.choose-sec {
  padding: 40px 0px 100px 0px;
}

.choose-content article h2 {
  font-size: 83px;
  font-weight: 400;
  text-transform: uppercase;
}


/* choose-sec */


/* gallery-sec-inner */

.gallery-sec-inner {
  padding: 100px 0px 70px 0px;
}

/* gallery-sec-inner */

/* main-sec */
.main-sec {
  padding: 100px 0px;
}

.main-sec .primary-heading h2 {
  font-size: 120px;
}

.main-content article span {
  font-size: 36px;
  font-weight: 700;
  color: #b82428;
}

.main-content article h4 {
  font-weight: 700;
}

/* main-sec */

/* email-info */

.email-inFo {
  padding: 112px 0px 29px 0px;
  position: relative;

}

.contact-inf {
  text-align: center;
}

.contact-inf article h5 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.contact-inf article span {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.email-inFo .primary-heading h2 {
  font-size: 95px;
}

/* email-info */


/* contactus */

.contactus-ct {
  padding: 90px 0px 15px 0px;
  position: relative;
}

.contactus-ct::after {
  content: '';
  background-image: url(../images/contactafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -5rem;
  width: 211px;
  height: 347px;
  z-index: -1;
}

.contactus-ct::before {
  content: '';
  background-image: url(../images/contactbefore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
 left:0;
 bottom: 12rem;
  width: 293px;
  height:469px;
  z-index: -1;
}

.contactus-ct form input {
  min-height: 56px;
  border: none;
  background: #fff;
  border-radius: 22px;
  padding-left: 24px;
}

.contactus-ct form select {
  min-height: 56px;
  border: none;
  background: #fff;
  border-radius: 22px;
  padding-left: 24px;
  margin-top: 15px;
}

.contactus-ct form textarea {
  border: none;
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  margin-top: 15px;
}

.form-btn {
  text-align: center;
}

.contactus-ct form .btn {
  padding: 16px 80px;
  margin: 25px auto;
  left: 0;
  margin-top: 43px;
}

.contactus-ct .primary-heading h2 {
  font-size: 95px;
  margin-bottom: 20px;
}

/* contactus */

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fbc330;
}

.menu-content img{
    display:block;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link > a.active {
    color: #d9223f;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f4f1ea;
    padding: 19px 23px;
    width: 181px;
    height: 66px;
    border-radius: 15px 15px 0px 0px;
}



.contact-text h2 {
    font-size: 96px;
    margin-bottom: 31px;
    text-shadow: 2px 2px 4px #000;
}


div#gform_confirmation_message_1 {
  
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
