@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: #f7f7f7;
  overflow-x: hidden;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size:65px;
  color: var(--black);
  font-weight: 800;
}

.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: relative;
  padding-bottom: 0;
  width: 100%;
}


    

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

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

.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: #df0a2b;
  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: 0px 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: #fff;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 47px;
  line-height: 52px;
  margin-bottom: 18px;
}

.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: -31px;
  width: 100%;
}

.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: none;
}

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: 39px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  margin-bottom: 0;
}

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



.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;
  animation-delay: 0.7s;
  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: 21px;
  margin-top: 5px;
}

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: 8px 19px;
  /* 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: 0;
  background: #d9223f;
  padding: 100px 20px 97px 68px;
  border-radius: 20px 20px 20px 0px;
  transition: all .6s;
}

.slider-content:hover{
  box-shadow: 0px 1px 17px 4px #d9223f;
  transform: scale(1.1);
  background-image: linear-gradient(17deg, black, transparent);
}

.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: #000;
  font-weight: 500;
  font-size: 18px;
  padding-left: 38px;
} 


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

.customform{
  position: absolute;
  right: -7px;
  top:66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.customform1{
  position: absolute;
  /*right: -7px;*/
  /*top: 29px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.customform form input.form-control {
  border: none;
  background-color: #e6eef8;
  padding-right: 0;
  border-radius: 33px;
  font-style: italic;
  width: 164px;
}


.customform form {
  background-color: #e6eef8;
  padding: 5px;
  border-radius: 37px;
}
.customform form button {
  border: none;
  background-color: transparent;
  margin-right: -3px;
}

.customform1{
  position: absolute;
  /*right: -7px;*/
  /*top: 29px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.customform1 form input.form-control {
  border: none;
  background-color: #e6eef8;
  padding-right: 0;
  border-radius: 33px;
  font-style: italic;
  width: 164px;
}


.customform1 form {
  background-color: #e6eef8;
  padding: 5px;
  border-radius: 37px;
  margin-left: 70px;
}
.customform1 form button {
  border: none;
  background-color: transparent;
  margin-right: -3px;
}

.user-icon a{
  margin: 0px 5px;
}

.banner-btn .btn{
  padding: 18px 84px;
}

.btn{
  padding: 17px 54px;
    color: #000;
    font-weight: 500;
    border-radius: 38px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}

.btn:hover{
  background-color:#000;
  transform: scale(1.1);
  color: #fff;
}


/* header/slider-css */

/* about-sec */
.about-sec{
  padding: 120px 0px 85px 0px;
}


.info-about span img {
  width: 66px;
  height: 66px;
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

@-webkit-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);
  }
}
@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);
  }
}


.info-about span h6 {
  font-size: 18px;
}

.info-about span h4 {
  font-weight: 700;
  font-size: 29px;
  color: #d9223f;
}

.info-about .btn{
  background-color:#d9223f;
  color: #fff;
  transition: all .5s;
}

.info-about .btn:hover{
  background-color:#000;
  color: #fff;
}

.about-content article h5{
    color: #d9223f;
    font-weight: 600;
    font-size:30px;
}

.about-content{
  padding-left: 30px;
}

.about-img{
  position: relative;
}

.shape-about{
  position: absolute;
  bottom: 9px;
  left: 21rem;
}

.shape-about img{
  animation: rotate 3s linear infinite;
}

@keyframes rotate{

  0%{
     transform: rotate(0);
  }

  100%{
    transform: rotate(360deg);
  }

}

/* about-sec */


/* shp-sec */
.product-item h5 {
  color: #313131;
  margin-top: 30px;
  font-weight: 600;
  padding: 0px 17px;
  font-family: 'Poppins', sans-serif;
}

.product-item {
  text-align: center;
  margin: 0px 5px;
  background: #ffffff;
  padding: 30px 0px;
  border-radius: 23px;
}

.product-item img{
  width: 269px !important;
  margin: auto;
}

.product-item span {
  color: #ab2938;
  font-weight: 700;
  font-size: 20px;
}

.stars{
  display: flex;
    justify-content: center;
}

.stars img{
  width:96px !important;
}

.shp-sec .row{
  background-color: #fbf4ea;
  padding: 71px 0px 95px 0px;
  border-radius: 22px;
}

.shop-btn {
  margin: auto;
  margin-top: 40px;
}

.red-btn{
  background-color: #d9223f;
  color: #fff;
  transition: all .5s;
}




.shp-sec .owl-nav {
  position: absolute;
  top: 80%;
  left: 25rem;
}

.shp-sec .owl-nav button.owl-prev {
  position: absolute;
  left: -475px;
  width: 56px;
  top: -204px;
  font-size: 25px;
  height: 56px;
  background-color: #d9223f;
  color: #fff;
  border-radius: 100%;
}

.shp-sec .owl-nav button.owl-next {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  left: 1031px;
  top: -204px;
  font-size: 25px;
}


/* shp-sec */

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

.testimonial-sec::before{
  content: '';
  background-image: url(../images/testbg.png);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  width:100%;
  position: absolute;
  top: -2rem;
  z-index: -1;
  height: 1045px;
}

.testimonial-sec .primary-heading h2{
  font-size: 85px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}

.testimonial-sec .primary-heading p{
  margin: 4px 0px 20px 0px;
  color: #fff;
}



.testi-box {
  border: 2px solid #cb1e39;
  text-align: center;
  border-radius: 25px;
  padding: 0px 40px;
  position: relative;
  background: #000;
}

.testi-box h6 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 30px;
}

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

.testi-heading h3 {
  font-size: 67px;
  text-align: center;
  padding: 0;
  color: white;
  font-size: 125px;
  color: #ffffff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(255 255 255);
  background: url(../images/guiter.gif);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: contain;
}

.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;
}


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

.testimonial-sec .owl-theme .owl-dots{
  position: relative;
  top: -52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span{
  background-color: #eb603e;
  width: 20px !important;
  height: 20px !important;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #eb603e;
  width: 20px !important;
  height: 20px !important;
  transition: all .5s;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  background-color: #fff;

}


.testimonial-sec button:focus{
  outline:none;
}


/* testimonial-sec */



/* lcl-sec */

.slider-img img{
  border-radius: 20px;
}

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

.lcl-sec::before{
  content:'';
  background-image: url(../images/lclbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -5rem;
  height: 1134px;
  z-index: -1;
}



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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #d9223f;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #d9223f;
  background: transparent;
}

.nav-tabs .nav-link {
  /* border: 1px solid transparent; */
  /* border-top-left-radius: 0.25rem; */
  /* border-top-right-radius: 0.25rem; */
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 45px;
}


.lcl-sec .nav-link:focus{
  outline: none;
}

.lcl-sec .owl-carousel .owl-stage{
  padding: 30px 0px;
}

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

.lcl-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d9223f;
  width: 80px;
}

.lcl-sec .owl-theme .owl-nav.disabled + .owl-dots {
  text-align: center;
  position: relative;
  top: 22px;
  right: 0rem;
}


/* lcl-sec */
/* option-sec */
.option-sec .primary-heading p{
  margin-top: 10px;
}

.option-sec .owl-carousel .owl-stage{
  padding-bottom: 20px;
}

.option-sec{
  padding-bottom: 110px;
}

.opt-content h4{
  font-size: 26px;
  font-weight: 600;
  margin-top:40px;
  margin-bottom: 0px;
}

.opt-content p{
  margin: 12px 0px;
}

.black{
  font-weight: 600;
  font-size: 24px;
  margin-right: 14px;
}

.red{
  color: #d9223f;
  font-size: 24px;
  font-weight: 600;
}

.opt-content{
  padding-left: 30px;
}

.opt-box{
  margin: 0px 17px;
}

.opt-content .btn{
  text-transform: capitalize;
  background-color: #d9223f;
  font-size: 16px;
  color: #fff;
  padding: 12px 33px;
  margin-top: 20px;
  transition:all .5s;
}

.opt-content .btn:hover{
  background-color:#000;
  color: #fff;
}

/* option-sec */

/* blog-sec */
.blog-sec{
  padding: 0px 0px 121px 0px;
  position: relative;
}

.blog-sec::before{
  content: '';
  background-image: url(../images/blogbefore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -9rem;
  left: 0px;
  width: 772px;
  height: 577px;
}

.service-box{
  border-radius: 25px;
  padding: 19px 10px 50px 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 85%);
 }


 .service-box article h6{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 16px;
 }

 .service-box figure{
  text-align: center;
 }

 .service-box article img{
  width: 73px;
  margin-top: -65px;
 }


 .service-box article{
  padding: 10px 30px 85px 30px;
 }

 .service-box article p{
  margin-top: 0px;
  line-height: 27px;
 }

.arrow{
  width: 50px !important;
  margin-top: 50px;
}

/* blog-sec */


/* footer sec */

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

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

.footersec .btn{
  background-color: #d9223f;
  padding: 12px 25px;
  left:10px;
  transition: all .5s;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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: 1px solid #8e8a8a;
  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: 41px;
  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: white;
    background-color: #d62642;
    border: none;
}

.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  {
  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;
}

.footersocial ul li a img {
  height: 22px !important;
  width: 22px !important;
}

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

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

.footersocial ul li a img:hover {
  color: white;
  background: #d9223f;
  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: 91%;
  /* 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: 1px;
  background-color: #8e8a8a;
}

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

.copysec p{
  color:#fff;
}

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


/* footer */



.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: end;
  padding-left: 0;
  list-style: none;
  width: 6%;
  align-items: center;
  top: 10px;
  left: -16rem;
  justify-content: center;
  /* bottom: -703px; */
  flex-direction: column;
}

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

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

.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 {
  text-indent: inherit;
  position: relative;
  /* background-color: transparent; */
  margin: 11px 0;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  background: #f7f9f8 !important;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 1;
  /* border: 1px solid #000; */
}

@keyframes pulse-animation-seven {
  0% {
    box-shadow: 0 0 0 0px rgb(217, 34, 63,0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(217, 34, 63,0.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: center;
  padding-top: 8rem;
  /* padding-left: 15rem; */
  justify-content: start;
  padding-left: 18rem;
  padding-bottom: 5rem;
}

.banner-overlay h1 {
  font-size: 57px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 999;
}

.bottom-line-inner{
  position: absolute;
    bottom: -5rem;
    width: 100%;
}

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

.testim-inner::before{
  display: none;
}

.testim-inner{
  background-image: url(../images/testbg.png);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 60px;
}

.inner-lps{
  padding: 90px 0px 120px 0px;
}

/* lap-sec */


/* contactus */

.contactus{
  padding:111px 0px 125px 0px;
  position: relative;
 }
 
 
 .contactus form input{
   min-height: 56px;
   border: none;
   background: #efefef;
   padding-left: 24px;
 }
 
 .contactus form select{
   min-height: 56px;
   border: none;
   background: #efefef;
   padding-left: 24px;
   margin-top: 15px;
 }
 
 .contactus form textarea{
   border: none;
     background: #efefef;
     padding:20px;
     margin-top: 15px;
 }
 
 .form-btn{
   text-align: center;
 }
 
 .contactus form .btn{
   padding:10px 70px;
   margin:25px auto;
   left: 0;
   background-color: #d9223f;
   margin-top: 43px;
   color: #fff;
 }

 .contactus .primary-heading h2{
  margin-bottom: 40px;
 }
 
 /* contactus */


 /* blog-inner */
.blog-inner{
  padding: 70px 0px 40px 0px;
}

.blog-inner::before{
  display: none;
}


 /* blog-inner */

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

.sp-sec .col-lg-4{
  margin-bottom: 40px;
}

 /* sp-sec */

 .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: rgb(226 8 46);
}




/* 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: red;
}

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

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

/* !@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;
}

.about-content article h2{
  font-size: 60px;
}

/* Cursor End */


.card-icons{
  display:none;
}



.btn-header {
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 38px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    background-color: #d62642;
    display: inline-block;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#d9223f;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}



.search-container {
    position: relative;
}

.search-icon {
    cursor: pointer;
    font-size: 24px;
}

.search-bar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-bar input {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.checkOutStyle{
    padding: 7rem 0 5rem 0;
}


#more {display: none;}

.abc{
    pointer-events:none;}