@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');


header {
  z-index: 999;
  position:absolute;
  top:0;
  left:0;
  right:0;
  width: 100%;
  padding-top: 55px;
  background-color: rgb(0, 0, 0,0.7);
}

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

.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  width: 200px;
}

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

ul.navbar-nav li {
  padding: 0 20px;
}

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

.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: #fa6d36;
  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: 144px;
  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: 600;

  font-size: 48px;
  font-style: italic;
 
}

.custom-slider {
  position: relative;
  /* z-index: 999; */
}
/* .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: -101px;
  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 #000;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #000;
  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: #d25c30;
  border: 2px solid #d25c30;
}


.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-size: 80px;
  font-style: italic;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: 91px;
}

.sliderItem h4 {
  font-size: 5.221rem;
  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: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;
  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: 0;
  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: #fff;
 font-weight: 500;
 padding-right: 14px;
 font-size: 18px;
 text-shadow: 2px 2px 4px #000;
} 


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

@font-face {
  font-family: 'Bio Sans';
  src: url('../fonts/BioSans-Bold.woff2') format('woff2'),
      url('BioSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bio Sans';
  src: url('../fonts/BioSans-ExtraBold.woff2') format('woff2'),
      url('../fonts/BioSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bio Sans';
  src: url('../fonts/BioSans-SemiBold.woff2') format('woff2'),
      url('../fonts/BioSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bio Sans';
  src: url('../fonts/BioSans-Light.woff2') format('woff2'),
      url('../fonts/BioSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

section{
    overflow:hidden;
}


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

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background-color: #f7f9fb;
  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: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-family: 'Bio Sans';
}

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 .header-inFo{
   position: absolute;
    right: 28px;
    bottom: -30px;
}


.btn{
  padding:12px 50px;
  background-color: #fa6d36;
  color:#fff;
  border-radius: 24px;
  transition: all .5s;
}

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

.header-inFo span img{
  width:56px;
  margin-right: 10px;
  display: block;
}

.header-inFo span h5{
  font-weight: 700;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;

}

.header-inFo span a{
  color:#fff;
  font-weight: 700;
  font-size: 18px;
}

 .top-btn{
  margin-left: 30px;
 }

 .trans-btn{
  background-color: transparent;
  padding:12px 50px;
  border:1px solid white;
  color:#fff;
  border-radius: 24px;
  margin-left: 15px;
  transition: all .5s;
 }

 .trans-btn:hover{
  background-color: #000;
  color:#fff;
  border:none;
 }

 .banner-imgs figure img{
  width:92px;
  margin-top: 60px;
 } 

 .banner-imgs h6{
  font-weight: 600;
    color: #fff;
    margin-top: 20px;
 }

 /* service-sec */
 
 .service-img figure{
  text-align: end;
  position: relative;
 }

 .service-img figure::after{
  content: '';
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 39px;
  left: 20px;
 }

 .serivices-sec{
   padding:200px 0px;
   position: relative;
   background-color: #f7f9f8;
   z-index: 1;
 }

 .serivices-sec::after{
  content: '';
  background-image: url(../images/serviceshape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 899px;
  height: 600px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
 }

 .service-content article{
  padding-left:30px;
  position: relative;
  z-index: 999;
 }

 .service-content article h3{
  color: #000;
    font-size: 80px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 91px;
 }

 .serv-img{
  position: absolute;
  top: 104px;
  left: -6px;
 }

 .service-img figure{
  position: relative;
    left: 20px;
 }

 .circle-content{
  width:180px;
  height:180px;
  background-color: #fa6d36;
  border-radius: 100%;
  position: absolute;
  border:7px solid white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 350px;
  z-index: 1;
  top: 400px;
 }


 .circle-content h3{
  font-size: 60px;
  font-weight: 600;
  color:white;
 }

 .circle-content h6{
  color:#fff;
  font-weight: 600;
  text-align: start;
  margin-top: -14px;
 }
 /* service-sec */
 
 /* slider-sec */
 .slider-sec{
   padding:80px 0px 170px 0px;
   background-image: url(../images/sbanner.png);
   background-repeat: no-repeat;
   background-size: cover;
   width:100%;
   background-position: center;
   position: relative;
 }

 .slider-sec::after{
  content: '';
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  bottom:-10px;
  right:60px;
 }

 .primary-heading h5{
   font-weight: 600;
   font-size: 30px;
   color:#fff;
 }

 .primary-heading h2{
  font-size: 70px;
  font-weight: 600;
  color:#fff;
  line-height: 60px;
  text-shadow: 2px 2px 4px #000;
  text-transform: uppercase;
 }

 .slider-box{
  background-color: white;
  padding:10px;
  border-radius: 0px 0px 33px 0px;
 }

 .slider-content article{
  padding: 41px 20px 20px 20px;
 }

 .slider-content article h4{
  font-weight: 700;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
 }

 .slider-content article p{
  font-size: 13px;
 }



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

.slider-sec .owl-nav button.owl-prev {
  position: absolute;
    left: -386px;
    width: 50px;
    top: 13px;
    font-size: 16px;
    height: 50px;
    background-color: #fa6d36;
    color: #fff;
    border-radius: 100%;
}

.slider-sec .owl-nav button.owl-next {
  position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    left: -318px;
    top: 13px;
    font-size: 16px;
}

 /* slider-sec */

 /* pratice-sec */

 .pratice-sec{
  padding:80px 0px 130px 0px;
  background-image: url(../images/shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
 }

 .pratice-content article h5{
  color:#fff;
  font-weight: 600;
  font-size: 25px;
 }

 .pratice-content article h2{
  color:#fff;
  font-size: 55px;
 }

 .pratice-content article {
  padding-left: 30px;
 }
 
 .pratice-content article p {
  color:white;
  margin:10px 0px 25px 0px;
 }

 .pratice- li{
  color:white;
  position: relative;
  padding-bottom: 15px;
 }

 .pratice- li::before{
  content:'';
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:30px;
  height:28px;
  position: absolute;
  left: 0px;
  top:0;
 }

 .pratice-sec .btn{
  margin-top: 10px;
 }

 /* pratice-sec */



 /* project-sec */

 .project-sec{
  padding: 110px 0px 200px 0px;
  background-image: url(../images/projectbanner.png);
  background-repeat: no-repeat;
  background-position:top;
  background-size: cover;
  width: 100%;
  position: relative;
 }

 .rotate-text h2{
  color: #f8c1aa;
    font-size: 92px;
    transform: rotate(-90deg);
    position: absolute;
    right: -307px;
    top: 522px;
 }

 .project-grid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }

 .project-imG{
  flex:0 0 46%;
  max-width: 46%;
  padding:15px;
  position: relative;
 }

 

 .project-img figure{
  position: relative;
 }

 .project-img figure::before{
  content: '';
    background-image: url(../images/whitedot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    left: -24px;
    top: -20px;
 }

 .project-btn{
  text-align: center;
  margin-top: 30px;
 }

 .project-btn .btn{
  background-color: #000;
  transition: all .4s;
 }

 .item-overlay h4{
  color: white;
    text-shadow: 2px 2px 3px #000;
}

.item-overlay p{
  color: white;
  text-shadow: 2px 2px 4px #000;
  margin:10px 0px 5px 0px;
}

 .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 31px;
  flex-direction: column;
  align-items: center;
 }



 .project-btn .btn:hover{
  background-color: white;
  color:#000;
 }
 /* project-sec */


 /* testimonial-sec */

.testimonial-sec{
  padding:80px 0px;
   margin-top: -500px; 
  background-color: #f7f9fb;
}

 .owl-carousel .owl-item img{
  display: inline-block;
}

.testi-area{
  background-color: #030303;
  padding: 83px 34px 33px 46px;
  position: relative;
}

.testi-area::before{
  content: '';
  background-image: url(../images/2lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 123px;
  height:104px;
  top: -54px;
   left:30px;
  z-index: 1;
}


.testi-area span h5{
  font-weight:700;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color:#fff;
}

.testt-img-{
  -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
  animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

 @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-5px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}


.testi-area article p{
  color:#fff;
}

.stars li{
  display: inline-block;
}

.stars li .fas{
  color: #ffbc01;
}

.owl-carousel .owl-stage {
  padding-top: 65px !important;
}

.testt-img- img{
  margin-top: -182px;
  position: relative;
    left: 75px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 5px;
  margin: 5px 7px;
  background: #000;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fa6d36;
  width:80px;
  transition: all .5s;
}

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

/* testimonial-sec */

/* contactus */

 .contactus{
  padding: 50px 0px 500px 0px;
  position: relative;
 }
 
 .contactus::after{
  content: '';
  background-image: url(../images/contactbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  height:100%;
  z-index: -1;
 }
 
 .contactus form input{
   min-height: 56px;
     border: none;
     background: #efefef;
     border-radius: 30px;
     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: 30px;
     padding:20px;
     margin-top: 15px;
 }
 
 .form-btn{
   text-align: center;
 }
 
 .contactus form .btn{
   padding:10px 70px;
   margin:25px auto;
   left: 0;
   margin-top: 43px;
 }


 .contactus form input::-webkit-input-placeholder {
  color: #000;
}

.contactus form input::-moz-placeholder {
  color: #000;
}

.contactus form input:-ms-input-placeholder {
  color: #000;
}

.contactus form input:-moz-placeholder {
  color: #000;
}

.contactus textarea::-webkit-input-placeholder {
  color: #000;
} 
 
 /* contactus */


 /* cta-help */


 .cta-help .d-flex {
  align-items: center;
  justify-content: center;
}

.cta-help{
  margin-top: -450px;
  position: relative;
  z-index: 11;
}

.cta-help article h2 {
  color: #fff;
  font-size: 4.718rem;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}

.cta-help .d-flex span h5 {
  color: #fff;
  font-size: 3.078rem;
  font-family: "Poppins", sans-serif;
}

.cta-help .d-flex span > .media {
  align-items: center;
  margin-left: 30px;
}

.cta-help .d-flex span > .media h4 {
  color: #ffff;
  font-size: 1.389rem;
  font-family: "Poppins", sans-serif;
}

.cta-help .d-flex span > .media a {
  color: #ffff;
  font-size: 2.452rem;
  font-weight: 600;
}

.cta-help figure {
  position: absolute;
  bottom: 0;
}

.cta-help .offset-md-4 {
  margin-left: 25.333333%;
}

.cta-help figure img.w-100 {
  width: 80% !important;
}

.cta-help .d-flex span > .media img {
  width: 24% !important;
}

.cta-help article {
  margin-bottom: 4rem;
}

.cta-help .container {
  background: url(../images/ctabanner.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 999;
  padding-top: 159px;
  width:1470px;
  height:536px;
}

.cta-help .row {
  align-items: center;
  justify-content: center;
} 

/* cta-help */



/* footer sec */

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

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

.footersec .btn{
  background-color: #fa6d36;
  padding: 12px 25px;
  left:10px;
  transition: all .5s;
}

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

.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: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px !important;
}

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

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

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

.footernav ul {
  margin-top: 30px;
  border-top: 2px solid #383131;
  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: #fa6d36;
  font-size: 23px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 0;
  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: #fa6d36;
}

.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: #fa6d36 !important;
}

.footersocial ul li a i:hover {
  color: white;
  background: #fa6d36;
  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: 4rem;
}

.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: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.footercontact .themeBtn {
  background-color: #000;
  border-color: #b71313;
}
.copysec {
  position: relative;
  margin-top:30px;
  top: -21px;
}

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

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

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


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

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

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

.custom-slider .carousel-indicators li span {
  display: inline-block;
  position: absolute;
  /* left: -45px; */
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  /* top: -20px; */
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.slider-content a.themeBtn {
  display: inline-block;
  padding: 15px 25px;
}

.custom-slider .carousel-indicators li.active {
  color: #fa6d36;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 61px;
  transition: 0.5s all ease-in-out;
  background-color: #b71313;
  border: 2px solid #fa6d36;
}

.custom-slider .carousel-indicators li.active span {
  color: #fff;
  position: absolute;
  right: 30px;
}

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

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
  position: absolute;
  left: -33px;
}

.text-body
  article {
    padding: 11px 20px 20px 20px !important;
}

.bannner-main{
  position:relative;
}

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


  .banner-overlay h2 {
    /* position: absolute; */
    /* top: 418px; */
    /* left: 750px; */
    font-size: 80px;
    color: #fff;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 67px;
    bottom: 0px;
}


.inner-line{
  position: absolute;
    /* top: -50px; */
    bottom: -102px;
    width:100%;
}

/* video-img */

 .video-img{
  position: relative;
 }

 .youtube-logo{
  position: absolute;
  top: 39%;
  left: 46%;
 }

/* video-img */

/* vision-sec */
 .vision-sec{
   padding:150px 0px 110px 0px;
  position: relative;
  background-image: url(../images/background.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
 }

 .vision-sec::before{
  content: '';
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    right: 66px;
    top: 137px;
 }

 .vision-content article h2{
  color:#000;
  font-size: 55px;
 }

 .vision-content article {
  padding-left: 30px;
 }
 
 .vision-content article p {
  color:#000;
  margin:10px 0px 25px 0px;
 }

 .vision h2{
  color:#fa6d36 !important;
 
 }

/* vision-sec */

/* testi-sec */
 .testi-sec{
  margin-top: 0px;
  padding:140px 0px;
  margin-bottom: 420px;
 }

.testi-heading{
  color:#000 !important;
}


/* testi-sec */

/* commissioning-sec */

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

.commi-content article{
  padding-left: 40px;
}

.commi-content article h3{
  font-size: 80px;
  font-weight: 600;
  font-style: italic;
}

.commissioning-sec::after{
  content: '';
  background-image: url(../images/serviceshape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 899px;
  height: 600px;
  position: absolute;
  bottom: 0px;
  right: 0px;
 }

/* commissioning-sec */

/* de-commissioning-sec */
 .de-commissioning-sec{
  padding:140px 0px;
  background-image: url(../images/d-banner.png);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
 }

/* de-commissioning-sec */

/* management-sec */

.management-sec{
  padding:140px 0px;
  background-image: url(../images/m-banner.png);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
 }


/* management-sec */

/* tech-support */
 .tech-support{
  padding:140px 0px;
  background-image: url(../images/tech-banner.png);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 600px;
 }


/* tech-support */

/* gallary-seC */
 .gallary-seC{
  padding:110px 0px;
  margin-bottom:480px;
 }

 .gallary-seC .primary-heading h2{
  color:black;
   margin-bottom: 60px;
 }

 .project-im{
  max-width: 91%;
 }


/* gallary-seC */



/* blog-sec */
.blog-sec{
  padding:100px 0px 100px 0px;
 position: relative;
 margin-bottom: 400px;
}

.blog-sec::before{
 content: '';
 background-image: url(../images/shape.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 width: 100%;
 position: absolute;
 top:-150px;
 height:500px;
}

.blog-sec .btn{
 left: 0;
}

.blog-sec .primary-heading{
 margin-bottom: 30px;
}



.imgtag{
 position:relative;
}

.service-box .date{
 background-color: #fa6d36;
   width: 70px;
   position: absolute;
   top: auto;
   height: 70px;
   border-radius: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   bottom: -25px;
   left: 29px;
   z-index: 99;
   text-align: start;
   padding-left: 20px;
   padding-top: 10px;
}

.service-box .date h5{
 color:white;
 font-weight:700;
 line-height: 11px;
}

.service-box .date span{
 color:white;
 font-weight:700;
}

.service-box{
  box-shadow: 0px 1px 10px 2px #B1B1B1;
  border-radius: 26px;
}

.service-box article h6{
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}

.service-box article p{
  line-height: 20px;
  margin-top: 12px;
}

.service-box article{
  padding: 35px 35px 20px 31px;
}
.blog-sec h2{
  color:#000;
  margin-bottom: 40px;
  font-style: italic;
}

.blog-sec .col-lg-4{
  margin-bottom: 70px;
}

/* blog-sec */


/* email-inFo */

.email-inFo{
  padding:200px 0px 170px 0px;
  position: relative;
}

.email-inFo::before{
  content: '';
    background-image: url(../images/contdots.png);
    background-repeat: no-repeat;
    background-position:top;
    background-size: cover;
    position: absolute;
    width: 1487px;
    height: 705px;
    top: 10px;
    left: 120px;
    z-index:-1;
}

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

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

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

/* email-inFo */


/* contactus */

.contactus-{
  padding: 50px 0px 0px 0px;
  position: relative;
  margin-bottom: 500px;
  position: relative;
 }

 /*.contactus-::after{*/
 /* content: '';*/
 /*   background-image: url(../images/contactsideimg.png);*/
 /*   background-repeat: no-repeat;*/
 /*   background-position: center;*/
 /*   background-size: cover;*/
 /*   position: absolute;*/
 /*   bottom: -166px;*/
 /*   left: 0px;*/
 /*   width: 472px;*/
 /*   height: 378px;*/
 /*}*/
 

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

 .testi-area article h6{
  color:#fff;
  font-weight: 800;
  font-size: 20px;
 }

 .contactus- h2{
  color:#000;
 }

 .contactus- p{
  margin-bottom: 40px;
 }
 
 .contactus- form textarea{
   border: none;
     background: #efefef;
     border-radius: 30px;
     padding:20px;
     margin-top: 15px;
 }
 
 .form-btn{
   text-align: start;
 }
 
 .contactus- form .btn{
   padding:10px 70px;
   margin:25px auto;
   left: 0;
   margin-top: 43px;
 }
 
 /* contactus */
 
 .privacy-policy h5{
  font-weight:800;
  font-size: 24px;
 }
 .privacy-policy h2{
  color:#000;
 }

/* privacy-policy */
.privacy-policy{
  padding:100px 0px;
  margin-bottom: 200px;
}


/*.footercontact .d-flex {*/
/*    width: 700px;*/
/*}*/

/*.footercontact form {*/
/*    margin-left: 100px;*/
/*}*/

/* privacy-policy */


/* beef-sec */
.beef-sec{
  padding:80px 0px 130px 0px;
  background-image: url(../images/shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  margin-bottom: 0;
}

.beef-item{
  display: flex;
  align-items: center;
}

 
.beef-content h5{
  color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.beef-content h2{
  color: #fff;
  font-size: 55px;
}

.beef-content p{
  color: white;
    margin: 10px 0px 25px 0px;
}


.beef-content article{
  padding-left: 50px;
}
.beef-wrapper {
  margin-top: 6rem;
}

.beef-sec .row {
  margin-top: 5rem;
}

.sales-sec {
  padding: 1rem 0 35rem;
}


.sales-sec .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.sales-sec .owl-nav button.owl-prev {
  position: absolute;
  left: -75px;
  width: 50px;
  height: 50px;
  background-color: #313131;
  color: #fff;
  border-radius: 100%;
}

.sales-sec .owl-nav button.owl-next {
  position: absolute;
  right: -75px;
  width: 50px;
  height: 50px;
  background-color: #fa6d36;
  color: #fff;
  border-radius: 100%;
}


.primary-heading  h4 {
  color: #ffff;
  font-size: 75px;
  font-weight: 600;
}
.project-sec article h3 {
  color: #fff;
  font-size: 35px;
  text-shadow: 2px 2px 4px #000;
}

.project-sec article  ul li {
  padding-bottom: 11px;
  color: #fff;
  font-size: 15px;
}

.project-sec article ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.primary-heading p {
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}
.our-projects {padding-bottom: 600px;}

.heading-tag h4 {
  font-size: 50px;
}


.workslider .owl-nav {
  position: absolute;
  top: -55px;
  left: auto;
  bottom: auto;
  right: -265px;
}

.workslider .owl-nav button.owl-prev {
  position: absolute;
  left: -386px;
  width: 50px;
  top: 13px;
  font-size: 16px;
  height: 50px;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
}

.workslider .owl-nav button.owl-next {
  position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    left: -318px;
    top: 13px;
    font-size: 16px;
}

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

.terms ul {
  margin-top: 40px;
  text-align: right;
}
/* beef-sec */