@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: 'Cambria';
  src: url('../fonts/Cambria.woff2') format('woff2'),
    url('../fonts/Cambria.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url('../fonts/ACaslonPro-Regular.woff2') format('woff2'),
    url('../fonts/ACaslonPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  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: black;
  font-family: 'Cambria';
}

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

.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;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

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

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #0099a8;
}

.headerinfo {
  background-color: #b0000f;
}

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

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

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

.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;
  color: #0099a8;
  background: #0099a8;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
  color: #0099a8;
}

.mainSlider {

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

.slider-content::before {
  content: '';
  background-image: url('../images/banner-line.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 910px;
  height: 410px;
  left: 17rem;
  top: -6rem;
  display: none;
}

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


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

.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: #0099a8;
  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 */

.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: 5px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.main-navigate .btn-carry {
  text-align: end;
}

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

.sliderItem h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Cambria';
  line-height: 6rem;
  margin-bottom: 0;
  letter-spacing: -2px;
  text-shadow: 5px 5px 7px #000;
}

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

.sliderItem h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Adobe Caslon Pro';
  line-height: 10rem;
  margin-bottom: 0;
}

.custom-slider {
  position: relative;
}

.custom-slider .carousel-inner .sliderItem .slider-content .text-holder {}

/* .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: uppercase;
  font-weight: 500;
  font-size: 11.491rem;
  line-height: 160px;
  margin-bottom: 25px;
}

.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 #0099a8;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #0099a8;
  text-transform: uppercase;
}

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

.themeBtn1:hover {
  color: white;
  border: 2px solid black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #0099a8;
  background-color: black;
}

.themeBtn:hover {
  transform: scale(1.09);
  border: none;
  color: #fff;
  background-color: #000;
}


.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: -87px;
  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: 44px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 5rem;
  margin-bottom: 0;
  font-family: 'Adobe Caslon Pro';
  text-shadow: 5px 5px 7px #000;
}

.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:before {
  content: "";
  background: #090909;
  position: absolute;
  top: 0;
  left: 0;
  width: 574px;
  height: 160px;
  animation: appear 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.text-body .text-holder h3 {
  opacity: 0;
  animation: text-appear 1.2s linear forwards;
  animation-delay: 0.7s;
  line-height: 44px;
  margin-top: 18px;
  text-shadow: 5px 5px 7px #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: 34rem;
}

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

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: white;
  font-weight: 500;
  padding-left: 0rem;
  white-space: nowrap;
  padding: 0 3rem 0rem 3rem;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link :hover {
  color: #b0000f;
}

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

/* header/slider-css */

/* about us-css */
.about-us {
  position: relative;
}

/* .about-us .about-visuals::before{
  content: '';
  background-image: url(../images/abt-bg.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 385px;
  height: 528px;
  left: -8rem;
  top: 7rem;
  z-index: 99;
} */
.abt-container {
  position: relative;
}

.abt-container .overlay p {
  color: #000;
  margin: 0;
  font-size: 47px;
}

.abt-container .overlay .year {
  font-size: 18px;
  margin: 0;
  line-height: 21px;
}

.abt-container .overlay {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 10px 0px 10px 16px;
  position: absolute;
  left: 25rem;
  border-radius: 11px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 33%;
  bottom: 18rem;
}

.about-us::before {
  content: '';
  position: absolute;
  background-image: url(../images/abt-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 650px;
  height: 766px;
  right: 0;
  bottom: 0rem;
}

.about-us .abt-content .text-holder h6 {
  color: black;
  /* font-family: poppins; */
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Cambria';
}

strong {
  color: #0099a8;
}

.about-us .abt-content .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.about-us .abt-content .checker-list .checked p {
  margin: 5px 0px;
}

.about-us .abt-content h1 {
  font-size: 75px;
  color: black;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.about-us .abt-content h3 {
  color: #000;
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-us .abt-content h4 {
  color: #000;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-us .abt-content p {
  font-size: 18px;
  padding-right: 4rem;
  margin: 10px 0px;
}

.about-us .abt-content .text-holder .abt {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 20px;
}

.about-us .abt-content .text-holder .contact-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.about-us .abt-content .text-holder .contact-box div p {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}

.about-us .abt-content .text-holder .contact-box div h4 {
  color: #000;
  font-weight: 900;
  font-size: 31px;
  font-family: poppins;
}

/* about us-css */

/* What we do css */

.what-we-do {
  margin-top: 10rem;
  position: relative;
  height: 100%;
  width: 100%;
}

.what-we-do::before {
  content: '';
  background-image: url(../images/what-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1793px;
  height: 1154px;
  bottom: -5rem;
  z-index: -1;
}

.what-we-do::after {
  content: '';
  background-image: url(../images/what-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 847px;
  height: 906px;
  z-index: -1;
  bottom: -5rem;
  right: 0;
}

.what-we-do .text-holder {
  padding-top: 5rem;
}

.what-we-do .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.what-we-do .text-holder .checker-list .checked p {
  margin: 10px;
}

.what-we-do .text-holder h1 {
  color: black;
  font-size: 85px;
  font-weight: 900;
  font-family: Cambria;
  text-transform: uppercase;
}

.what-we-do .text-holder p {
  font-size: 18px;
  padding-right: 2rem;
}

.what-we-do .text-holder .btn-carry .themeBtn1 {
  margin-left: 1rem;
}

/* What we do css */

/* recent-portfolio css */
.recent-portfolio {
  margin-top: 5rem;
  background-image: url(../images/recent-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
  padding: 44px 0px;
  background-position: center;
  background-size: cover;
}

.recent-portfolio .primary-heading h1 {
  color: white;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

.recent-portfolio .primary-heading p {
  font-size: 18px;
  color: white;
  margin: 0;
}

.recent-content {
  position: relative;
  margin-top: 48px;
}

.recent-portfolio .overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: start;
  width: 100%;
  height: 100%;
  padding: 27px 27px 21px 27px;
  /* border: 3px solid white; */
}

.overlay .arrow img {
  width: 100%;
}

.overlay .arrow {
  position: absolute;
  /* bottom: 8px; */
}

.overlay p {
  font-size: 35px;
  font-weight: bold;
  color: white;
  margin: 24px 0;
  /* border: 4px solid white; */
  text-shadow: 7px 7px 6px #000;
}

/* recent-portfolio css */

/* sale css */
.sale-sec {
  position: relative;
}

.sale-sec::before {
  content: '';
  background-image: url(../images/what-after.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 847px;
  height: 841px;
  top: 0px;
}

.sale-sec .img-container {
  margin-top: 150px;
}

.sale-sec .text-holder {
  margin-top: 200px;
  margin-left: 50px;
}

.sale-sec .text-holder h1 {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
}

.sale-sec .text-holder p {
  font-size: 18px;
}

/* sale css */

/* testimonial css */
.testimonials {
  position: relative;
  margin-top: 116px;
}

.testimonials::before {
  content: '';
  background-image: url('../images/testimonials-ng.png');
  background-position: center;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1912px;
  height: 580px;
  top: -1rem;
}

.testimonials::after {
  content: '';
  background-image: url(../images/house.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 700px;
  width: 510px;
  right: 0px;
  top: -8rem;
}

.testimonials .primary-heading {
  margin-top: 50px;
}

.testimonials .primary-heading h1 {
  color: white;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-wrapper .item .review-card {
  background-color: white;
  border: 1px solid #587fa9;
  margin-top: 15px;
  padding-top: 23px;
  position: relative;
}

.testimonials .review-wrapper .item .review-card p {
  padding: 10px 80px 0px 29px;
  font-size: 18px;
}

.testimonials .review-wrapper .item .review-card .star {
  padding: 45px 0px 0px 29px;
}

.testimonials .review-wrapper .item .review-card .reviewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  margin-left: 29px;
}

.testimonials .review-wrapper .item .review-card .reviewer p {
  padding-left: 20px;
  font-weight: 900;
}

.review-card .star img {
  width: 25%;
}

.review-card .colon {
  position: absolute;
  left: 50px;
  top: -18px;
  z-index: 999;
}

.review-card .colon img {
  width: 69%;
}

.review-card .reviewer img {
  width: 25%;
}

/* testimonial css */

.recent-wrapper .owl-item:nth-child(2) {
  margin-top: 60px !important;
}

.contact-form {
  margin-top: 150px;
  position: relative;
  z-index: 999;
}

.contact-form::before {
  content: '';
  background-image: url(../images/dots.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1064px;
  height: 633px;
  left: 24rem;
  top: 0rem;
}

.contact-form .primary-heading h1 {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-row .form-group input {
  padding: 29px;
  margin-top: 20px;
  border-radius: 6px;
}

textarea.form-control {
  height: auto;
  padding: 29px;
  border: 2px solid black;
}

/* footer-sec */
.footer-sec {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 38rem;
  margin-top: -19rem;
  position: relative;
  /* z-index: -1; */
}

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

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

.footer-logo {
  position: relative;
  left: 33px;
  top: 39px;
  width: 53%;
}

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

.footer-details {
  display: flex;
  align-items: center;
}

.footer-details span {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-contact h4 {
  color: #fff;
  font-size: 29px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 11px;
}

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

.footer-contact ul li i {
  color: white;
  font-size: 28px;
  margin-right: 20px;
}

.footer-contact ul li p {
  margin: 0;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  position: relative;
  top: 10px;
  font-size: 20px;
}

.footer-contact ul li a {
  color: white;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 10px;
  display: inherit;
  font-size: 20px;
}

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

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

.footer-contact {
  margin-top: 41px;
}

.footernav ul li a {
  color: white;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 17px !important;
  padding-left: 40px;
}

.footer-map {
  position: relative;
  top: 35px;
  left: 37px;
}

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


.copysec p {
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}

.footernav ul li a:hover {
  color: #0099a8;
}

.footer-contact ul li i:hover {
  color: #0099a8;
}

ul.top-social li a:hover {
  color: #0099a8;
}

/* footer-sec */

.red-clr {
  background-color: #0099a88f;
}


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

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

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

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

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

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

.custom-slider .carousel-indicators li.active:before {
  width: 57px !important;
}

.contact-form .btn-carry .themeBtn {
  padding: 15px 55px;
}

/*next sale page*/

.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: 0rem;
  justify-content: center;
}

.banner-overlay h1 {
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: 'Cambria';
  z-index: 999;
}


.fees {
  position: relative;
}

.fees::before {
  content: '';
  background-image: url(../images/what-after.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 730px;
  height: 803px;
  top: 66px;
  left: 100px;
}

.fees .img-container {
  margin-top: 150px;
}

.fees .text-holder {
  margin-top: 200px;
  margin-left: 50px;
}

.fees .text-holder h1 {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
}

.fees.text-holder p {
  font-size: 18px;
}

.contact {
  margin-top: 150px;
  position: relative;
  z-index: 999;
}

.contact::before {
  content: '';
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1064px;
  height: 633px;
  left: 24rem;
  top: 0rem;
}

.contact .primary-heading h1 {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-row .form-group input {
  padding: 29px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid black;
}

.testimonial {
  position: relative;
  /* margin-top: 35px; */
  padding-top: 50px;
}

.testimonial .primary-heading {
  margin-top: 112px;
}

.testimonial .primary-heading h1 {
  color: black;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-wrapper .item .review-card {
  background-color: white;
  border: 1px solid #587fa9;
  margin-top: 15px;
  padding-top: 23px;
  position: relative;
}

.testimonial .review-wrapper .item .review-card p {
  padding: 10px 80px 0px 29px;
  font-size: 18px;
}

.testimonial .review-wrapper .item .review-card .star {
  padding: 45px 0px 0px 29px;
}

.testimonial .review-wrapper .item .review-card .reviewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  margin-left: 29px;
}

.testimonial .review-wrapper .item .review-card .reviewer p {
  padding-left: 20px;
}

.review-card .star img {
  width: 25%;
}

.review-card .colon {
  position: absolute;
  left: 50px;
  top: -18px;
  z-index: 999;
}

.review-card .colon img {
  width: 69%;
}

.review-card .reviewer img {
  width: 25%;
}

.what-we {
  margin-top: 3rem;
  position: relative;
  height: 100%;
  width: 100%;
}

.what-we::after {
  content: '';
  background-image: url(../images/what-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 847px;
  height: 906px;
  z-index: -1;
  bottom: -5rem;
  right: 0;
}

.what-we .text-holder {
  padding-top: 5rem;
}

.what-we .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.what-we.text-holder .checker-list .checked p {
  margin: 10px;
}

.what-we .text-holder h1 {
  color: black;
  font-size: 85px;
  font-weight: 900;
  font-family: Cambria;
  text-transform: uppercase;
}

.what-we .text-holder p {
  font-size: 18px;
  padding-right: 2rem;
  margin: 10px 0;
}

.what-we .text-holder .btn-carry .themeBtn1 {
  margin-left: 1rem;
}

.video .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video .vid-content {
  margin-top: 80px;
}

.detail .detail-info {
  display: flex;
  justify-content: space-around;
}

.detail .detail-container {
  text-align: center;
}

.detail .detail-container .text-holder {
  margin-top: 20px;
}

.detail .detail-container .text-holder h4 {
  font-family: poppins;
  font-size: 22px;
  font-weight: 700;
}

.detail .detail-container .text-holder p {
  margin: 10px 0px;
  font-size: 22px;
  font-family: poppins;
}

.fees {
  position: relative;
  padding-top: 100px;
}

.fees::before {
  content: '';
  background-image: url(../images/what-after.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 847px;
  height: 919px;
  top: 6rem;
  left: 0;
}

.fees .img-container {
  margin-top: 150px;
}

.fees .text-holder {
  margin-top: 200px;
  margin-left: 50px;
}

.fees .text-holder h1 {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
}

.fees .text-holder p {
  font-size: 18px;
  margin: 12px 0;
}

.fees .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.sale-sec .text-holder .checker-list .checked p {
  margin: 10px 0;
}

.sale-sec .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.sale-sec .text-holder .checker-list .checked p {
  margin: 10px 0;
}

.estate .text-holder .checker-list .checked {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.estate {
  padding-top: 20rem;
  padding-bottom: 4rem;
}

.estate .text-holder .checker-list .checked p {
  margin: 10px 0;
}

.estate .text-holder h1 {
  font-size: 80px;
  font-weight: 700;
}

