@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta+Mahee:wght@200;300;400;500;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap);
/** Variables **/
/* DefaultCSS - Mixins functions */
/**
 * @description: Z-Index.
 * @param: $name
 *
 * @example:
 * .site-header {
 *  z-index: z('site-header');
 * }
 */
/** Google Fonts **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}
*::before, *::after {
  box-sizing: border-box;
}

body, input, textarea, button, select {
  font-family: Mukta Mahee, Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a, a:hover {
  color: #000;
  text-decoration: none;
  background-position-x: 0;
  background-position-y: 0;
}

img {
  max-width: 100%;
  border: 0 none;
}

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

article, footer, header, main, nav, section, summary {
  display: block;
}
article .wrapper, footer .wrapper, header .wrapper, main .wrapper, nav .wrapper, section .wrapper, summary .wrapper {
  max-width: 100%;
  margin: 0 auto;
  clear: both;
}
article .wrapper:after, footer .wrapper:after, header .wrapper:after, main .wrapper:after, nav .wrapper:after, section .wrapper:after, summary .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

/** Typography - Button */
.btn:hover:not([disabled]), .btn:focus, .btn:active,
.btn-primary:hover:not([disabled]),
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:hover:not([disabled]),
.btn-secondary:focus,
.btn-secondary:active,
.btn-tertiary:hover:not([disabled]),
.btn-tertiary:focus,
.btn-tertiary:active,
input[type=submit]:hover:not([disabled]),
input[type=submit]:focus,
input[type=submit]:active {
  background-position: 100% 0 !important;
  /*background-color: #49bad2;*/
  background-color: #007bff;
  color: #ffffff;
  /*border-color: #49bad2;*/
  border-color: #007bff;
}

.btn-small {
  padding: 4px 5px;
  font-size: 0.75em;
}

.btn-large {
  padding: 12px 15px;
  font-size: 1em;
}

.btn-full {
  width: 100%;
}

.btn-tertiary {
  margin: 0;
  background-color: #ffffff;
  /*color: #058fc5;*/
  color: #007bff;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
}
.btn-tertiary:hover {
  /*background-color: #058fc5;*/
  background-color: #007bff;
  opacity: 1;
}
.btn-tertiary:active, .btn-tertiary:focus {
  background-color: #007bff;
}

.btn, input[type=submit] {
  position: relative;
  display: inline-block;
  /*background-color: #058fc5;*/
  background-color: #007bff;
  /*background-image: linear-gradient(to right, #49bad2, #058fc5, #49bad2, #058fc5);*/
  background-image: linear-gradient(to right, #007bff, #058fc5, #007bff, #058fc5);
  background-size: 300% 100%;
  border-style: none;
  border-radius: 2px;
  color: #ffffff;
  margin: 0;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  outline: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

@media screen and (max-width: 1599px) {
  .btn, input[type=submit] {
    font-size: 14px;
    padding: 10px 24px;
  }
}
@media screen and (max-width: 1199px) {
  .btn, input[type=submit] {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn, input[type=submit] {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 567px) {
  .btn, input[type=submit] {
    padding: 10px 20px;
  }
}
.section:not(:last-child) {
  margin-bottom: 30px;
}
.section__wrapper {
  height: 100%;
}
.section__header {
  width: 100%;
  min-height: 1px;
  vertical-align: top;
}
.section__header .header-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.section__header .header-title:before {
  content: "";
  display: block;
  width: 45px;
  height: 55px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url("/img/icons/locationpoint_7549010.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.section__header .header-title .title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  line-height: 1.1;
  font-size: 40px;
  letter-spacing: 1px;
  color: #003242;
}
@media screen and (max-width: 1199px) {
  .section__header .header-title .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 567px) {
  .section__header .header-title .title {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.section__header .header-title .short-desc p {
  position: relative;
  display: inline-block;
  width: 42%;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #003242;
}
@media screen and (max-width: 1599px) {
  .section__header .header-title .short-desc p {
    width: 60%;
  }
}
@media screen and (max-width: 967px) {
  .section__header .header-title .short-desc p {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section__header .header-title .short-desc p {
    width: 100%;
  }
}
@media screen and (max-width: 1599px) {
  .section__header .header-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 967px) {
  .section__header .header-title {
    margin-bottom: 20px;
  }
}
.container {
  max-width: 1230px;
  margin: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    margin: 0 20px;
  }
}
.container {
  max-width: 1230px;
  width: 100%;
  min-height: 1px;
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 1.1;
  color: #003242;
  font-family: Rajdhani;
  font-weight: 700;
}
