body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.primary-btn {
  background: #f0001a;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 30px;
  border: none;
}

.primary-btn:hover {
  background: #d80017;
}

.u-image {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

.three-column {
  grid-template-columns: repeat(3, calc(33.3333% - 30px));
  display: grid;
  grid-gap: 0px;
  margin-top: 30px;
}

.common-form {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
.common-form .container {
  position: relative;
}
.common-form h2 {
  font-size: 3rem;
  font-weight: 700;
}
.common-form .form-area {
  width: 90%;
  margin: 0px 5%;
  position: relative;
  min-height: 566px;
  background: #fff;
  z-index: 100;
  float: left;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  padding: 40px;
  margin-top: 20px;
}
.common-form .form-area .primary-btn {
  margin: 0px;
}
.common-form .form-area .form-control {
  border: solid 1px #ccd3db;
  border-radius: 0px;
  padding: 8px 16px;
  margin-bottom: 10px;
}
.common-form .form-area label {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
}
.common-form .form-area .form-select {
  border: solid 1px #ccd3db;
  border-radius: 0px;
  padding: 8px 16px;
  margin-bottom: 10px;
}
.common-form .query-success-msg {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #41ad49;
}
.common-form p {
  text-align: center;
  font-size: 1.25rem;
}
.common-form .shape1 {
  background: #f0001a;
  width: 112px;
  height: 415px;
  left: 35px;
  position: absolute;
  top: 175px;
}
.common-form .shape2 {
  background: #f0001a;
  width: 187px;
  height: 279px;
  position: absolute;
  right: 35px;
  top: 480px;
}

.breadcrumb {
  background: none;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 30px 0px;
  position: relative;
}
.breadcrumb ul {
  padding: 0px;
  margin: 0px;
}
.breadcrumb li {
  float: left;
  color: #111111;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  list-style-type: none;
  padding: 5px 0px;
  font-size: 0.875rem;
}
.breadcrumb a {
  color: #111111;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #f0001a;
}
.breadcrumb li:after {
  content: "/";
  padding: 0px 5px;
}
.breadcrumb li:last-child:after {
  content: " ";
}

.primary-btn {
  background: #f30b21;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  margin: 30px auto;
  padding: 10px 30px;
}

.title-heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.title-heading2{font-size: 3rem;}
.our-expertise {
  width: 100%;
  float: left;
}
.our-expertise p {
  font-size: 1.25rem;
  text-align: center;
  margin: 10px 0px 26px;
}
.our-expertise ul {
  display: grid;
  grid-template-columns: repeat(3, 33.3333%);
  grid-gap: 64px;
  margin-top: 30px;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.our-expertise li {
  list-style-type: none;
  padding: 10px 4px 9px;
}
.our-expertise .icon {
  width: 66px;
  height: 66px;
  display: inline-block;
  border-radius: 2px;
  background: #f30b21;
  box-shadow: 9px 9px 0px 2px rgba(240, 0, 26, 0.2);
  padding: 11px;
}
.our-expertise .icon img {
  width: 100%;
}
.our-expertise h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0px 0px;
}
.our-expertise h4 a {
  color: #212529;
}
.our-expertise h4 a:hover {
  color: #f30b21;
}
.our-expertise ol {
  padding: 0px;
  margin: 10px 0 0;
}
.our-expertise ol li {
  font-size: 1.25rem;
  background: url(../images/right-check.svg) no-repeat left;
  background-size: 16px;
  padding: 4px 0px 4px 25px;
}
.our-expertise ol li a {
  color: #000000;
  transition: all 0.3s ease-in;
}
.our-expertise ol li a:hover {
  color: #f30b21;
  transition: all 0.3s ease-in;
}

.contact-us {
  width: 100%;
  float: left;
}
.contact-us h1 {
  font-size: 5.5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 3rem 0px 0px;
}
.contact-us .c-info {
  width: 100%;
  float: left;
}
.contact-us .c-info a {
  color: #000;
}
.contact-us .c-info a:hover {
  color: #f30b21;
}
.contact-us .main-office-address {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 1.25rem;
}
.contact-us .main-office-address .btn-primary {
  border-radius: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  padding: 20px 47px 20px 46px;
  margin-top: 10px;
}
.contact-us .main-office-address .banner-img {
  border-radius: 20px;
  width: 100%;
}
.contact-us .main-office-address h6 {
  font-size: 1.25rem;
  letter-spacing: 4px;
  font-weight: 700;
}
.contact-us .main-office-address h2 {
  font-size: 3rem;
  font-weight: 700;
}
.contact-us .main-office-address p {
  font-size: 1.125rem;
}
.contact-us .contact-info {
  width: 100%;
  float: left;
  background: #f7f6fb;
  min-height: 200px;
}
.contact-us .contact-info h6 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  padding: 50px 0px 0px;
}
.contact-us .contact-info ul {
  grid-template-columns: repeat(3, calc(33.3333% - 14px));
  grid-gap: 21px;
  margin: -175px 10% 0px 10%;
  display: grid;
  padding: 0px 0px 0px 0px;
}
.contact-us .contact-info h5 {
  font-weight: 700;
  font-size: 1.25rem;
}
.contact-us .contact-info img {
  margin-bottom: 15px;
}
.contact-us .contact-info li {
  list-style-type: none;
  list-style: none;
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
.contact-us .contact-info li:last-child {
  border: none;
}
.contact-us .contact-info .st-top {
  display: none;
}
.contact-us .contact-info p {
  line-height: 22px;
  margin-bottom: 0px;
}
.contact-us .contact-info li a {
  color: #000;
  transition: all 0.3s ease-in;
}
.contact-us .contact-info li a:hover {
  text-decoration: underline;
  color: #f30b21;
  transition: all 0.3s ease-in;
}
.contact-us .extra-location2 {
  width: 100%;
  float: left;
}
.contact-us .extra-location2 ul {
  grid-template-columns: repeat(3, calc(33.3% - 27px));
  grid-gap: 27px;
  display: grid;
  padding: 0px;
  margin: 0px;
}
.contact-us .extra-location2 li {
  list-style-type: none;
  padding: 30px;
}
.contact-us .extra-location2 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us .extra-location2 li img {
  margin-bottom: 20px;
}
.contact-us .extra-location2 .btn {
  padding: 0px;
  border-bottom-color: #f30b21 !important;
  border-width: 5px;
  padding: 5px;
  border-radius: 0px;
  border-style: double;
}
.contact-us .contactus-banner {
  min-height: 400px;
}
.contact-us .contactus-banner p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .three-column {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .common-form h2 {
    font-size: 2.5rem;
  }
  .common-form .form-area {
    padding: 15px;
    width: 100%;
    margin: 0px;
  }
  .common-form .shape1 {
    top: 400px;
  }
  .common-form .shape2 {
    top: 760px;
    right: 20px;
  }
  .breadcrumb {
    margin: 10px 0 0px;
  }
  .breadcrumb li {
    padding: 0px;
    font-size: 0.75rem;
  }
  .article_detail_panel {
    margin: 10px 0px;
  }
  .contact-us .contactus-banner {
    min-height: 325px;
  }
  .contact-us h1 {
    font-size: 3rem;
    padding: 1.5rem 0px 0px;
  }
  .our-expertise .icon{float: left; margin-right: 20px;}
  .our-expertise h4{margin: 0px 0px 5px;}
  .our-expertise ol{ margin: 0px; padding-left: 91px;}
  .our-expertise ol li{padding: 2px 0px 2px 25px;
    line-height: 24px;}
  .contact-us .contact-info ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
    margin: -175px 0 0px 0;
    padding: 0px;
    grid-gap: 0px;
  }
  .contact-us .contact-info h6 {
    font-size: 3rem;
  }
  .contact-us .main-office-address h2 {
    font-size: 2.5rem;
  }
  .contact-us .extra-location2 ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
    grid-gap: 0px;
  }
  .our-expertise {
    margin-top: 30px;
  }
  .our-expertise ul {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 25px;
  }
  .title-heading {
    font-size: 2.5rem;
  }
  .title-heading2{font-size: 2rem!important;}

}
@media screen and (max-width: 480px) {
  .three-column {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
}/*# sourceMappingURL=main.css.map */