/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);

/* ===================================== Variables ==================================== */
:root {
  --primary-color: #002147;
  --secondary-color: #daa520;
  --tertiary-color: #51be78;
  --font-family-primary: "Open Sans", sans-serif;
  --font-family-secondary: "Arial, Helvetica, sans-serif";
  --text-color: #6a6a6a;
  --light-color: #f1f1f1;
}

/* ===================================== Basic CSS ==================================== */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  background-color: var(--light-color);
  font-family: var(--font-family-primary);
  color: var(--text-color);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

.container {
  max-width: 1170px;
  margin: auto;
}



p {
  margin-bottom: 0;
  width: 100%;
}

.btn {
  font-size: 15px;
  border-radius: 2px;
  
}


/* =================== Slider Style Starts Here =================== */
.carousel-item img {
  height: 650px;
  width: 100% !important;
}

.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
}

.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
  font-weight: 600;
  color: #212020;
}

.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 600;
  margin-top: 40px;
  font-size: 16px;
  color: #212020;
}

@media screen and (max-width: 576px) {
  .carousel-item img {
    height: 550px;
    width: 100% !important;
  }
}

/* Other specific styles go here */

/* ===================================== Responsive Style CSS ==================================== */
@media screen and (max-width: 991px) {
  .we-are-making .text-part {
    text-align: center;
  }

  .we-are-making .text-part .count .count-sing {
    margin-bottom: 20px;
  }

  .headwe-nav .container {
    padding: 10px;
  }

  header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-right: 0;
  }
}
