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

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





body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
  /* background: #09f; */
  /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1ZDFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); */
  /* background-size: 100%; */
  /* background-image: webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0099ff), color-stop(100%, #45d1ff)); */
  /* background-image: -moz-linear-gradient(bottom, #0099ff, #45d1ff);
  background-image: -webkit-linear-gradient(bottom, #0099ff, #45d1ff);
  background-image: linear-gradient(to top, #0099ff, #45d1ff); */
}

/*.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: var(--black);
  margin: 15px 0;
}

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

h2 {
  font-size:69px;
  color: var(--black);
  font-weight: 700;
}

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

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  padding-top: 21px;
}

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

.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: #ecc745;
  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: 25px 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: #ecc745;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 142px;
  line-height: 82px;
  margin-bottom: 25px;
  font-family: 'Bassy';
  margin-top: 67px;
}

.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: -11px;
  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: 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: 48px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  margin-bottom: 3rem;
}

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

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;
  text-align: center;
}

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


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

.header-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.btn{
  padding: 18px 63px;
  color: #fff;
  background-color: #084a8f;
  border-radius: 33px;
  font-size: 18px;
  transition: all .5s;
}

.btn-shop{
      margin-top: 15px;
  padding: 6px 16px;
  color: #fff;
  background-color: #084a8f;
  border-radius: 25px;
  font-size: 12px;
  transition: all .5s;
  float:left;
}


.header-info .d-flex span h5{
   font-size: 22px;
   font-weight: 700;
   font-family: 'Poppins', sans-serif;
   margin-bottom: 0px;
   color: #ecc745;
}

.header-info .d-flex span a{
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}


.navbar-nav .nav-link {
   font-size: 18px;
   padding-left: 65px;
   color: #fff;
   font-weight: 500;
   position: relative;
}

.navbar-nav .nav-item{
  position: relative;
}

.navbar-nav .nav-item::before{
  content: '';
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  left: 34px;
  top: 23px;
}

.navbar-nav .nav-item:nth-child(1)::before{
  display: none;
}

.banner-btn .btn{
    background-color:#ecc745;
    padding: 18px 55px;
}

.header-info .btn{
  padding: 10px 50px;
}

/* header/slider-css */

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

.about-sec::after{
  content: '';
  background-image: url(../images/aboutafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1152px;
  height:1440px;
  position: absolute;
 top: 9rem;
  right: 0;
  z-index:-1;
}

.about-content article h5{
  font-weight:600;
  font-size:24px;
}

.about-info span h5{
  color: #ecc745;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 700;
}

.about-info span img{
  width: 70px;
}

.about-info span a{
  color:#000;
  font-size: 22px;
  font-weight: 700;
}

.about-img{
  position: relative;
  right: 49px;
}

.about-content{
  padding-left:40px;
  padding-right:100px;
}


.about-img{
  position: relative;
}

.main-about{
  position: absolute;
  right: -4px;
  top: 136px;
}

.main-about img{
  -webkit-animation: shake-horizontal 14s linear infinite alternate both !important;
  animation: shake-horizontal 14s linear infinite alternate both !important;
  width: 721px;
}

@-webkit-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-sec */


.courses-sec{
  padding: 81px 0px 179px 0px;
  position: relative;
  }
  
   .courses-sec::before{
    content: '';
    background-image: url(../images/courseshape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    position: absolute;
    z-index:-1;
    height: 796px;
    top: 495px;
    left:0;
    z-index: -1;
  }

  .courses-sec::after{
    content: '';
    background-image: url(../images/man2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5rem;
    right: 0;
    width:951px;
    height:525px;
    z-index: -1;
    -webkit-animation: shake-horizontal 14s linear infinite alternate both !important;
    animation: shake-horizontal 14s linear infinite alternate both !important;
  }
  
  
   .service-box {
    border-radius: 25px;
    padding: 10px;
    /* box-shadow: 20px 14px 4px grey; */
    background-color: #fff;
    /* border: 2px solid #f7eded; */
    /* clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 95%); */
    height: auto !important;
    margin-top: 30px;
}
  
   .service-box article img{
    width: 15%;
    margin-top: -65px;
   }
  
   .service-box article h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 19px;
    margin-top: 23px;
   }
  
   .service-box article img{
    width: 73px !important;
   }

  
   .service-box article{
    padding: 10px 30px 127px 30px;
   }
  
   .service-box article p{
    margin-top:10px;
    line-height: 20px;
   }
  
   .service-box article span{
    font-weight: bold;
    margin-top: -14px;
   }
  
   .service-box article i{
    font-size:35px;
    color:black;
    margin-top:20px;
   }
  
   .courses-btn{
    text-align: center;
   }
  
   .courses-sec .btn{
    background-color: #ecc745;
    padding:13px 57px;
    color:white;
    border-radius: 33px;
    transition: all .5s;
   
    position: relative;
    z-index: 999;
   }

   .service-box article a{
    display: block;
   }


  
   /* courses */


   /* video-sec */
    .video-sec{
      padding: 160px 0px 120px 0px;
    }

    .video-sec .owl-item.active.center {
      margin-top: 33px;
      transform: scale(1.2);
      height: 736px;
      padding: 0 44px;
  }

  .shannon-img{
    padding:20px 30px;
  }

  .video-sec .owl-item.active.center .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon img{
  width: 90px !important;
}

.icon{
  display: none;
}

   /* video-sec */

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

   .divi-content article h2{
    font-size: 96px;
   }

   .divi-images{
    position: relative;
   }

   .divi-images::before{
    content: '';
    background-image:url(../images/k1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -3rem;
    top:7em;
    width:78px;
    height: 69px;
    animation: rotate 3s linear infinite;
   }

   .divi-images::after{
    content: '';
    background-image:url(../images/k2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 14rem;
    width:78px;
    height: 69px;
    top: 32rem;
    animation: rotate 3s linear infinite;
   }

   .img-one{
    position: absolute;
    top: -8rem;
    left: 3rem;
   }

   .img-two{
    position: absolute;
    top: 15rem;
   }

   .img-three{
    position: absolute;
    right: -6rem;
   }

   .img-s-overlay{
    position: relative;
   }
   .ovrly h4{
    font-weight: 700;
    font-size:42px;
    color:#fff;
   }

   .ovrly{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-bottom: 21px;
   }

   /* divi-sec */
   /* event-sec */
.event-sec{
  padding: 40px 0px 112px 0px;
}

   /* event-sec */



   /* footer sec */

  .copy-sec p span {
    color: #333;
    font-weight: 600;
  }
  
  footer {
    padding: 16rem 0 2rem;
    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: #ecc745;
    padding: 12px 25px;
    left:10px;
    transition: all .5s;
    color: #fff;
    border-radius: 27px;
  }
  
  footer .footer-column{
    position: relative;
    top: -24px;
  }
  
  .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: 14px !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: 54px;
    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: #ecc745;
  }
  
  .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: #ecc745;
    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;
  
  }
  
  .carousel-indicators li{
    background-color: #a5c7de !important;
  }
  
  
  .footersec img.footer-logo {
    position: absolute;
    top: auto;
    bottom: 22rem;
    width: 45%;
  }
  
  .copysec p{
    color: #000;
    margin-bottom: 23px;
  }
  
  .footer-logo img{
    width: 281px;
  }


  /* footer */

  .about-img img{
    animation: bounce-anim 4.2s infinite alternate;
  }
  

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

  @keyframes rotate{

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


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


.shape-overlays__path:nth-of-type(2) {
  fill: rgba(8, 143, 206, 0.849)
}

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

.btn:hover{
  background-color: #fbb040;
  color: #fff;
  box-shadow: 4px 4px 8px #000;
  transform: scale(1.1);
}

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



.bubbles {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  -moz-animation: bubblerise 4s infinite ease-in;
  -ms-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid #137FB7;
  background: skyblue;
  will-change: transform;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 14s infinite linear;
  -moz-animation: bubblewobble 14s infinite linear;
  -ms-animation: bubblewobble 14s infinite linear;
  animation: bubblewobble 14s infinite linear;
}

@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}


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

.banner-overlay h1 {
  font-size: 117px;
  font-weight: 400;
  color: #ecc745;
  position: relative;
  z-index: 1;
  font-family: 'Bassy';
}

.inner-bottom-line{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-cnt{
  background-image: url(../images/team.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:100%;
  height: 100%;
  padding: 208px 210px;
  height: 802px;
}

.team-cnt article h2{
  color:var(--white);
}

.team-cnt article p{
  color:var(--white);
}

.team-sec{
  padding: 80px 0px;
}

/* overhead-sec */
.overhead-sec{
  padding: 70px 0px 120px 0px;
}

.over-text h4{
  font-size:28px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* overhead-sec */

/* presnt-sec */
.presnt-sec{
  padding: 120px 0px 150px 0px;
}

.prsent-content article{
  padding-right: 100px;
}

.prsent-content article h2{
  font-size: 67px;
}

.prsent-content article h5{
  font-weight: 700;
}
/* presnt-sec */


/* email-info */

.email-inFo {
  padding: 110px 0px 150px 0px;
}

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

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

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

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

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

.contactus-{
  padding-bottom: 100px;
}


.map-sec{
  padding-bottom: 100px;
}

/* email-info */

/* divte-sec */

.div-content article h5{
  font-weight: 700;
  margin-top: 30px;
  font-size: 28px;
}

.div-content1 article h5{
    width:65%;
  font-weight: 700;
  margin-top: 15px;
  margin-left:10px;
  font-size: 22px;
  float:left;
}
.shop-price
{
    float:left;
      font-weight: 700;
  /*margin-top: 30px;*/
  font-size: 18px;
}

.divte-sec .col-lg-4{
  margin-bottom:50px;
}

.divte-sec{
  padding: 70px 0px;
}

.dv-rw{
  margin-top: 8rem;
}

.sch-row .primary-heading h2{
  font-size: 58px;
  margin-top: 5rem;
}

.clr-lg{
  color: #3b71ad;
}

.sch-row .primary-heading h3{
  margin-top: 3rem;
  font-size: 27px;
  font-weight: 600;
}


/* divte-sec */

/* gr-sec */
.gr-sec{
  padding-bottom: 100px;
  padding-top: 70px;
}

.gr-sec .col-lg-4{
  margin-bottom: 30px;
}


/* gr-sec */

/* ttr-sec */
.ttr-sec{
  padding: 80px 0px;
  position: relative;
}

.ttr-sec::before{
  content: '';
  background-image: url(../images/trrafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 813px;
  height: 1216px;
}

.trr-content article{
  padding-right: 100px;
}


/* ttr-sec */

  /* hover open navigation dropdown css */
  
  .navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0.625rem 0 0.625rem 28px;
  }
  
  .navbar a:hover,
  .navbar .active>a,
  .navbar li:hover>a {
    color: #ffc451;
  }
  
  header .an-navbar .navbar .nav-item a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 5px !important;
    border-right: 1px solid rgba(255,255,255,.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
  }
  header .an-navbar .navbar .nav-item.drop-down li a {
    color: #000;
  }
  header .an-navbar .navbar .nav-item.drop-down li a:hover {
    color: #ce63ce;
  }
  .navbar .drop-down>a:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Pro";
  }
  
  .navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .drop-down li {
    min-width: 260px;
    position: relative;
    list-style: none;
    padding: 15px 13px;
  }
  
  .navbar .drop-down ul a {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    text-transform: capitalize;
  }
  
  .navbar .drop-down .drop-down>a {
    padding-right: 35px;
  }
  
  .navbar .drop-down .drop-down>a:after {
    content: "\f0da";
    right: 15px;
    display: none;
  }
  
  .navbar .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .navbar .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .navbar ul li {
    padding-right: 15px;
    position: relative;
  } 
  nav.navbar.navbar-expand-lg {
    padding: 0;
  }
  
  .navbar .drop-down ul a i {
  float: right;
  padding-right: 10px;
  padding-top: 3px;
  transform: rotateZ(-89deg);
  position: relative;
  left: -9px;
  top: -3px;
  color: #0276db;
  }
  
  .navbar .drop-down li > li:hover {
  background-color: #000;
  }
  
  li.drop-down > ul > li:hover {background-color: skyblue !important;}
  
  li.drop-down > ul > li:hover a {
  color: #fff !important;
  }
  
  .navbar .drop-down li.drop-down ul li:hover {
  background-color: skyblue !important;
  }
  
  .navbar .drop-down li.drop-down ul li a {
  color: #000 !important;
  }
  
  .navbar .drop-down li.drop-down ul li:hover a {
  color: #fff !important;
  }
  
  .navbar .drop-down ul:hover a i.fas {
  color: #fff !important;
  }

  .arrr{
    position: relative;
    left: 10px;
    top: 2px;
  }
  
  /* hover open navigation dropdown css */
  
  .prm-policy-sec{
      padding:100px 0px;
  }
  .h-link
  {
   pointer-events:none;   
  }
  
  #second-menu{
    display: none;
  }
  
  .fixed-btn{

    position: fixed;
    right: 2rem;
    z-index: 999;
    padding: 12px 26px;
    font-size: 14px;
    bottom: 2rem;
}
  
 
  /* New Css add */
  .prm-policy-sec{
      padding:100px 0px;
  }


.abt img {
    animation: none;
}

.about-sec.Abne .about-content {
    padding-left: 0;
}

.abt {
    display: flex;
    justify-content: end;
}

.abt p {
    color: #313131;
    margin-bottom: 56px;
}

section.about-sec.Abne p {
    color: #313131;
    margin-bottom: 39px;
}

section.about-sec.Abne h2 {
    font-size: 58px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 28px;
}
.list_1 ul li p {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}

section.about-sec.Abne {
  padding-bottom: 43px;
}

.list_1 h6 {
  font-size: 38px;
  color: #313131;
  font-weight: 600;
  margin-bottom: 28px;
}
section.BusiinesSEc {
  padding: 5rem 0;
}
.videop{
  height: 630px;
  background: url('../images/vide.jpg');
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 4rem;
  background-attachment: fixed;
}
.videoplay {
  margin: auto;
  border-radius: 100px;
  justify-content: center;
  height: 130px;
  width: 130px;
  background: #ffffff57;
  display: flex;
  align-items: center;
  text-align: center;
}
.main {
  display: flex;
}

.main span {
  display: flex;
  width: 47%;
  font-size: 39px;
  color: #313131;
  font-weight: 600;
  margin-bottom: 28px;
}

.main p {
  font-size: 16px;
  width: 100%;
  color: #313131;
}

.fs60{
    font-size:30px !important;
}

.contnt {
  margin-bottom: 6rem;
  margin-top: 3rem;
}
.teamtext h6 {
  font-size: 34px;
  font-weight: 600;
}

.teamtext span {
  color: #313131;
  font-size: 16px;
}

.teamtext {
  padding-left: 11px;
  padding-top: 27px;
}
.Mainsc {
  margin-top: -250px;
  padding: 3rem 9rem;
}
  /* New Css add */
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

/ hover open navigation dropdown css /
  
  .navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 0.625rem 0 0.625rem 28px;
}

.navbar a:hover,
.navbar .active>a,
.navbar li:hover>a {
  color: #ffc451;
}

header .an-navbar .navbar .nav-item a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 5px !important;
  border-right: 1px solid rgba(255,255,255,.3);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a {
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a:hover {
  color: #ce63ce;
}
.navbar .drop-down>a:after {
      content: '\f0d7';
      font-family: "Font Awesome 5 Pro";
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .drop-down li {
  min-width: 260px;
  position: relative;
  list-style: none;
  padding: 15px 13px;
}

.navbar .drop-down ul a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  text-transform: capitalize;
}

.navbar .drop-down .drop-down>a {
  padding-right: 35px;
}

.navbar .drop-down .drop-down>a:after {
  content: "\f0da";
  right: 15px;
  display: none;
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar ul li {
  padding-right: 15px;
  position: relative;
} 
nav.navbar.navbar-expand-lg {
  padding: 0;
}

.navbar .drop-down ul a i.fas {
float: right;
padding-right: 10px;
padding-top: 3px;
transform: rotateZ(-89deg);
position: relative;
left: -9px;
top: -3px;
color: #0276db;
}

.navbar .drop-down li > li:hover {
background-color: #000;
}

li.drop-down > ul > li:hover {background-color: skyblue !important;}

li.drop-down > ul > li:hover a {
color: #fff !important;
}

.navbar .drop-down li.drop-down ul li:hover {
background-color: skyblue !important;
}

.navbar .drop-down li.drop-down ul li a {
color: #000 !important;
}

.navbar .drop-down li.drop-down ul li:hover a {
color: #fff !important;
}

.navbar .drop-down ul:hover a i.fas 
.service-box
{
color: #fff !important;
}

.service-box article h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    margin-bottom: 19px;
    margin-top: 23px;
}
/*/ hover open navigation dropdown css /*/

.service-box article p {
    margin-top: 10px;
    line-height: 20px;
    height: 115px !important;
}
.blog-date {
    background: #ecc745;
    width: 170px;
    border: 1px solid white;
    border-radius: 10px;
    height: 48px;
    margin-top: -33px;
    z-index: 999;
    overflow: visible;
    position: relative;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-box img
{
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
}

.higl figure img{
   height:220px !important;
}

.logo-header{
    width:400px;
}

.logo-header a img{
    width:100%;
}

.presnt-sec img{
    width:100%;
}

.prd-cat-sec .col-lg-4{
        border-radius: 20px;
    box-shadow: 0px 0px 5px #ccc;
    background: #fff;
    margin: 0px 20px;
    padding-bottom: 2rem;
        flex: 0 0 30%;
    max-width: 30%;
}

.prd-cat-sec figure img{
    transition:all .6s;
}

.prd-cat-sec figure img:hover{
    transform:scale(1.06);
}



.div-content1 {
    margin-top: 2rem;
}
