@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');


html, body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-y: auto;
}

ul {
  list-style: none;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: Yantramanav;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h2 {
  font-size: 50px;
  color: #249b49;
}

p {
  font-family: Yantramanav;
  margin: 10px 0px;
}

a {
  color: initial;
  text-decoration: none;
}

input {
  background: none;
  outline: none;
  border: none;
  border-radius: 10px;
  height: 20px;
  padding: 5px;
  font-family: Yantramanav;
}

select {
  height: 30px;
  border-radius: 5px;
  outline: none;
  background: none;
  font-family: Yantramanav;
  border: none;
}

label {
  font-family: Yantramanav;
}

li {
  font-family: Yantramanav;
}

button {
  cursor: pointer;
  height: 30px;
  background: #249b49;
  min-width: 150px;
  min-height: 50px;
  outline: none;
  border: none;
  color: white;
}

.main-site-header {
  z-index: 20;
}

.tb-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-bar {
  background: #d6d6d6;
  padding: 10px 100px 0px 100px;
}

.top-bar img {
  margin-top: 10px;
}

.tb-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tb-card h3 {
  font-size: 17px;
}

.tb-card p {
  margin-top: 0px;
}

.tb-icon {
  width: 50px;
  height: 43px !important;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #158a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
  color: #226291;
}

.tb-icon span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.tb-con {
  width: 100%;
  color: #636363 !important;
}

.main-navivigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: white;
  height: 70px;
  padding: 0px 20px;
  z-index: 400;
}

.nav-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900000;
  -webkit-box-shadow: 0px 2px 8px #5a5a5a;
          box-shadow: 0px 2px 8px #5a5a5a;
}

.logo-pack a:active {
  background: none;
}

.logo-pack img {
  width: 130px;
}

.mobile-pack {
  display: none;
}

.nav {
  width: 60%;
}

.nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav .nav-list li div {
  color: #226291;
font-family: 'Yantramanav', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.nav .nav-list li div:hover {
    font-family: 'Yantramanav', sans-serif;
  color: #249b49;
}

.nav .nav-list li:hover .inner-lists {
  height: 250px;
  padding: 20px;
  width: 200px;
}

.inner-lists {
  position: absolute;
  z-index: 2000;
  height: 0px;
  overflow: hidden;
  background: white;
  margin-top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner-lists li {
  margin-top: 10px;
  border-bottom: 1px solid #226291;
}

.inner-lists li span {
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-lists li:hover span {
  margin-left: 10px;
}

.quote-btn {
  height: 60px;
  margin-right: 50px;
  z-index: 555;
}

.quote-btn button {
  height: 100%;
  border-radius: 0px;
  background: #226291;
  position: relative;
  color: white;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quote-btn button img {
  margin-right: 10px;
}

.quote-btn button:hover {
  background: #ebebeb;
  color: #226291;
  -webkit-box-shadow: 0px 2px 4px grey;
          box-shadow: 0px 2px 4px grey;
}

.quote-req-outer {
  background: rgba(0, 0, 0, 0.883);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 50000000;
  display: none;
  overflow-y: auto;
}

.quote-req {
  position: relative;
  margin-top: 30px;
  width: 70%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: lightgray;
  border-radius: 10px;
}

.quote-req h2 {
  background: #226291;
  border-radius: 10px 10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 40px;
  height: 80px;
  color: white;
}

.quote-req h2 span {
  width: 100%;
  text-align: center;
}

.close-qf {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 40px;
  background: #226291;
  border-radius: 50%;
  right: -25px;
  top: -25px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-qf span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 30px;
  color: whitesmoke;
}

.close-qf:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0px 2px 3px #070707;
          box-shadow: 0px 2px 3px #070707;
  background: whitesmoke;
}

.close-qf:hover span {
  color: red;
}

.q-form {
  padding: 20px;
}

#post {
  background: #226291;
  height: 40px;
  color: white;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
}

.input {
  margin-top: 20px;
}

.input input {
  border: 1px solid #7c7c7c;
  color: #3a3a3a;
  border-radius: 0px;
  width: calc(100% - 20px);
  height: 30px;
  font-size: 20px;
}

.input input:focus {
  border-color: #249b49;
  background: whitesmoke;
}

.input textarea {
  border: 1px solid #7c7c7c;
  color: #3a3a3a;
  outline: none;
  border-radius: 0px;
  padding: 10px;
  width: calc(100% - 28px);
  height: 40px;
  font-size: 20px;
  resize: vertical;
  font-family: Yantramanav;
  height: 150px;
}

.input textarea:focus {
  border-color: #249b49;
}

.c-card {
  width: calc(100% - 20px);
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.close-nav {
  display: none;
}

@media (max-width: 850px) {
  .main-navivigation {
    height: 60px;
  }
  .top-bar {
    display: none;
  }
  .logo-pack img {
    width: 100px;
  }
  .nav {
    position: fixed;
    height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0px;
    background: rgba(7, 7, 7, 0.959);
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    left: -110%;
    z-index: 200000;
  }
  .nav .nav-list {
    display: block !important;
    margin-top: 0px;
    padding-top: 50px;
    width: calc(100% - 80px);
    height: calc(100% - 60px);
    background: #010024;
  }
  .nav .nav-list li div {
    padding: 10px;
  }
  .nav .nav-list li:hover {
    background: #60819b27;
  }
  .nav .nav-list li:hover .inner-lists {
    height: 200px;
    padding: 0px 20px;
    overflow-y: auto;
    width: calc(100% - 40px);
  }
  .inner-lists {
    position: relative;
    width: 100%;
    padding: 0px 10px;
    background: none;
  }
  .inner-lists li {
    margin-top: 0px;
  }
  .close-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    color: white;
    position: fixed;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    font-size: 20px;
  }
  .close-nav span {
    margin-left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .quote-btn {
    margin-right: 25px;
  }
  .quote-btn button {
    min-width: 80px;
    width: 120px;
    margin-top: 10px;
    min-height: 20px;
    height: 40px;
    font-size: 11px;
    border-radius: 5px;
  }
  .quote-btn button img {
    margin-right: 0px;
  }
  .mobile-pack {
    display: inline-block;
    font-size: 30px;
  }
  .quote-req {
    width: 100%;
  }
  .q-form {
    padding: 10px;
  }
  .close-qf {
    right: calc(50% - 30px);
    background: white;
  }
  .close-qf span {
    color: red;
  }
}

@media (max-width: 550px) {
  .c-card {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .c-card input {
    width: 100%;
  }
}
/*# sourceMappingURL=header.css.map */