body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}


.d-grid {
  display: grid;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

button,
.btn,
select {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

/* Section top bottom gap */
.section-gap {
  padding: 4.5rem 0;
}

@media screen and (max-width:767px) {
  .section-gap {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width:480px) {
  .section-gap {
    padding: 3rem 0;
  }
}

/* / Section top bottom gap */

/* title-styling */
h3.global-title {
  font-size: 40px;
  line-height: 45px;
  color: #16191e;
  margin-bottom: 50px;
  text-transform: capitalize;
}

@media screen and (max-width:767px) {
  h3.global-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width:600px) {
  h3.global-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width:500px) {
  h3.global-title {
    font-size: 30px;
    line-height: 35px;
  }
}

/* / title-styling */

.d-grid {
  display: grid;
}

.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

a.action img {
  margin-left: 4px;
}

.form-top1 {
  box-shadow: 1px 2px 6px 1px rgba(53, 54, 102, 0.08);
  background: #fff;
  padding: 50px;
  border-radius: 6px;
  border: 1px solid rgba(0, 67, 121, 0.12);
}

.cont-top {
  position: relative;
  z-index: 0;
  padding: 5rem 3rem;
}

.london {
  background: url(../images/london.jpg) no-repeat center;
  background-size: cover;
}

.paris {
  background: url(../images/paris.jpg) no-repeat center;
  background-size: cover;
}

.newyork {
  background: url(../images/newyork.jpg) no-repeat center;
  background-size: cover;
}

.london:before {
  content: "";
  background: rgba(1, 117, 213, 0.9);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.paris:before {
  content: "";
  background: rgba(0, 67, 121, 0.9);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.newyork:before {
  content: "";
  background: rgba(1, 117, 213, 0.9);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.form-top-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.cont-details h6 {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
}

.cont-details p,
.cont-details p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 16px;
}

.cont-details p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.cont-details address {
  margin: 25px 0;
}

.cont-details address p {
  margin: 5px 0;
}

.map iframe {
  width: 100%;
  min-height: 300px;
  display: block;
}

.cont-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

h4.sub-feat-text {
  color: #000000;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
}

p.sub-para {
  color: #777777;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 40px;
}

h3 {
  font-size: 35px;
  color: #004379;
}

.twice-two {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.map-content-9 form input,
.map-content-9 form textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #878c9b;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 4px;
  width: 100%;
  margin-top: 30px;
}

.map-content-9 h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000000;
}

.map-content-9 form textarea {
  resize: none;
  height: 130px;
}

.map-content-9 form input:focus,
.map-content-9 form textarea:focus {
  outline: none;
  border-bottom: 1px solid #0075d5;
}

button {
  font-size: 14px;
  cursor: pointer;
  line-height: 25px;
  padding: 12px 35px;
  border-radius: 60px;
  margin-top: 30px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid #0075d5;
  transition: 0.3s ease;
  background: #fff;
  color: #0075d5;
}

button:hover {
  border: 2px solid #0075d5;
  transition: 0.3s ease;
  background: #0075d5;
  color: #ffffff;
}

.cont-details h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 45px;
}

.contacts-sub-9 address a {
  display: block;
}

.cont-details h6 a {
  color: #0075d5;
}

@media (max-width: 992px) {

  .cont-details p,
  .cont-details p a {
    font-size: 16px;
  }

  .cont-details h5 {
    font-size: 32px;
    line-height: 35px;
  }

  .cont-details {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .form-top-left {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
}

@media (max-width: 800px) {
  h4.sub-feat-text {
    margin-bottom: 10px;
    font-size: 33px;
  }

  p.sub-para {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .map iframe {
    min-height: 350px;
  }
}

@media (max-width: 600px) {

  .form-top1 {
    padding: 30px;
  }
}

@media (max-width: 568px) {

  .map iframe {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  h4.sub-feat-text {
    margin-bottom: 8px;
    font-size: 30px;
  }

  p.sub-para {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 20px;
  }

  .map iframe {
    min-height: 270px;
  }

  .twice-two {
    grid-template-columns: 1fr;
  }

  button {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .cont-details h4 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 30px;
  }

  .cont-details h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 384px) {
  h4.sub-feat-text {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}