@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap");
body {
  background: #e0e2e1;
  color: #575656;
  font-family: "Source Sans Pro", sans-serif;
}

#page {
  overflow: hidden;
  padding-top: 240px;
}
@media only screen and (max-width : 1200px) {
  #page {
    padding-top: 130px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", sans-serif;
}

.title-block {
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 28px;
  color: black;
  text-align: center;
}
.title-block.white {
  color: white;
}
@media only screen and (max-width : 768px) {
  .title-block {
    font-size: 35px;
  }
}

.sub-title {
  color: black;
  font-size: 24px;
  text-align: center;
}

p {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 35px 0;
  line-height: 29px;
  color: black;
}

.center {
  text-align: center;
}

.text-orange {
  color: #ef7b00;
}

form.contact-form label {
  padding-right: 30px;
  min-width: 200px;
  text-align: right;
  line-height: 100%;
  padding-top: 15px;
  color: #575656;
}
@media only screen and (max-width : 768px) {
  form.contact-form label {
    font-size: 18px;
    text-align: left;
  }
}
form .form-item {
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  form .form-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
form .form-action {
  margin-top: 70px;
}
@media only screen and (max-width : 768px) {
  form .form-action {
    margin-top: 30px;
  }
}
form label {
  font-size: 24px;
  color: black;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number] {
  border: none;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background: white;
  width: 100%;
  color: #575656;
  font-size: 24px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=password]:-webkit-autofill,
form input[type=number]:-webkit-autofill {
  background-image: none !important;
  background-color: transparent !important;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=number]::-moz-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=number]:-moz-placeholder {
  color: #575656;
  opacity: 1;
}
form textarea {
  border: none;
  width: 100%;
  height: 150px;
  padding: 15px;
  color: #575656;
  font-size: 24px;
  background: white;
}
form textarea:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
form button {
  width: 100%;
  font-size: 24px;
  color: white;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2592d1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:hover {
  background: #ef7b00;
}

.modal button.close {
  font-weight: 300;
  font-size: 60px;
  color: #575656;
  opacity: 1;
  position: relative;
  z-index: 5;
  margin-right: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.modal button.close:hover {
  color: #2592d1;
}
.modal button.close:focus {
  outline: none;
  border: none;
}
.modal .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-body {
  color: #575656;
  max-width: 352px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.modal .modal-body h2 {
  font-size: 40px;
  font-weight: 900;
  color: #575656;
  text-align: center;
  margin-bottom: 50px;
}
.modal .modal-body p {
  font-size: 18px;
  line-height: 22px;
}
.modal .modal-body form {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
}
.modal .modal-body form > div {
  padding: 30px;
  background: #e0e2e1;
}
.modal .modal-body form .form-item.checkbox {
  margin-top: 20px;
}
.modal .modal-body form .form-action {
  text-align: center;
  margin: 30px 0 0 0;
}
.modal .modal-body form .form-action a {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  color: #2592d1;
}
.modal .modal-body form input[type=text],
.modal .modal-body form input[type=password] {
  font-size: 24px;
  color: #575656;
  background: transparent;
  border: 2px solid #2592d1;
}
@media only screen and (max-width : 768px) {
  .modal .modal-body {
    padding: 0 15px 20px;
  }
}

.checkbox label {
  font-size: 18px;
  color: #575656;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
}
.checkbox label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 2px solid #2592d1;
}
.checkbox label:after {
  content: "\f00c";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 22px;
  color: #2592d1;
  visibility: hidden;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#contact-form img#captcha {
  max-width: 165px;
}
#contact-form .input_input a {
  cursor: pointer;
  color: #2592d1;
  font-size: 18px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 790px;
  }
}
header {
  background: #e0e2e1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
header .nav {
  padding-top: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width : 1200px) {
  header .nav {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
header.header-fixed .nav {
  padding: 10px 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.header-fixed .logo img {
  max-height: 75px;
}
@media only screen and (min-width : 1200px) {
  header.header-fixed .login {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width : 1200px) {
  header .logo img {
    max-height: 75px;
  }
}

.login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.login button {
  font-size: 18px;
  color: #575656;
  display: block;
  height: 26px;
  line-height: 26px;
  border: none;
  padding: 0 0 0 38px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/user-icon.png") no-repeat 0 0 transparent;
}
.login button:hover {
  color: #2592d1;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  background-position: left bottom;
}
.login button:focus, .login button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width : 1200px) {
  .login {
    padding-bottom: 40px;
  }
}

.main-menu {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width : 1200px) {
  .main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}
.main-menu li {
  list-style: none;
}
.main-menu a {
  font-size: 18px;
  color: #575656;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  padding: 14px 16px;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.active {
  color: white;
  text-decoration: none;
  background: #2592d1;
}
.main-menu a.linkedin-url {
  font-size: 25px;
  position: relative;
  bottom: 4px;
  color: #337ab7;
}

.linkedin {
  margin-left: 20px;
}
.linkedin a {
  font-size: 25px;
}

@media only screen and (max-width : 1200px) {
  .header-nav {
    padding-top: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width : 1200px) {
  #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: 10;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    background: #2c2c2c;
  }
  #navMenu .main-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #navMenu.open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #navMenu .main-menu a {
    color: white;
    font-size: 22px;
    text-shadow: none;
  }
}
@media only screen and (min-width : 1200px) {
  #navMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

#hamburgerIcon {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 26px;
  margin-left: 20px;
  display: none;
}
@media only screen and (max-width : 1200px) {
  #hamburgerIcon {
    display: block;
  }
}
#hamburgerIcon > span {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 5px;
  background: #2592d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburgerIcon > span:nth-child(1) {
  top: 0;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon > span:nth-child(2) {
  top: 10px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon > span:nth-child(3) {
  top: 20px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon.open > span:nth-child(1) {
  top: -3px;
  left: 6px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburgerIcon.open > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#hamburgerIcon.open > span:nth-child(3) {
  top: 25px;
  left: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  font-size: 18px;
  color: #575656;
}
@media only screen and (max-width : 768px) {
  footer {
    font-size: 16px;
  }
}
@media only screen and (min-width : 768px) {
  footer {
    margin-top: -170px;
  }
}

.ft-wrapper {
  border-top: 1px solid #575656;
  padding: 15px 0;
}
@media only screen and (max-width : 768px) {
  .ft-wrapper {
    padding: 20px 0;
    text-align: center;
  }
  .ft-wrapper .ft-left {
    margin-bottom: 10px;
  }
}

.ft-left a {
  color: #575656;
  font-weight: 900;
}
.ft-left a:hover {
  text-decoration: none;
}

.ft-right {
  text-align: right;
}
.ft-right a {
  color: #2592d1;
}
@media only screen and (max-width : 768px) {
  .ft-right {
    text-align: center;
  }
}
.ft-right .menu {
  margin-left: 30px;
  display: inline-block;
}
.ft-right .linkedin-url {
  font-size: 25px;
  position: relative;
  bottom: -4px;
}

/* Section Info */
.info {
  font-size: 16px;
  padding: 8px 0;
  background: #2c2c2c;
}
.info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.info__content--left {
  text-transform: uppercase;
  color: #666666;
  padding-right: 22px;
  border-right: 1px solid #454545;
  background: #2c2c2c;
  z-index: 5;
  font-size: 14px;
}
.info__content--right {
  padding-left: 5px;
  color: #ef7b00;
  white-space: nowrap;
  width: 100%;
  max-width: 1200px;
}
.info__content--right * {
  margin: 0;
  line-height: 1;
}
.info__content--close {
  padding-left: 20px;
  border-left: 1px solid #454545;
  background: #2c2c2c;
  z-index: 5;
  position: absolute;
  right: 0;
}
.info__content--close button {
  border: none;
  outline: none;
  font-size: 0;
  color: transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/icon-close.png") no-repeat 0 0 transparent;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.info__content--close button:hover {
  background: url("../img/icon-close-hv.png") no-repeat 0 0 transparent;
}

/* Section Banner */
.banner-section {
  padding: 90px 0;
  background: url("../img/banner.jpg") no-repeat top center transparent;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width : 1200px) {
  .banner-section {
    min-height: 870px;
  }
}
.banner-section h2 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.banner-section h2:after, .banner-section h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 288px;
  margin: 0 auto;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
}
.banner-section h2:after {
  top: 0;
  display: none;
}
.banner-section h2:before {
  bottom: 0;
}
.banner-section h2 span {
  display: block;
  font-weight: 300;
}
@media only screen and (max-width : 768px) {
  .banner-section {
    padding: 50px 15px;
  }
  .banner-section h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

/* **************************************
 Block 01 Style
***************************************** */
.block01 {
  padding: 50px 0 40px 0;
}
.block01 .title-block {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 1200px) {
  .block01 {
    padding: 150px 0 115px 0;
  }
  .block01 .title-block {
    margin-bottom: 100px;
  }
}

.agency-content .left img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width : 1200px) {
  .agency-content .left {
    position: relative;
  }
  .agency-content .left img {
    position: absolute;
    right: 80px;
    top: -100px;
    width: 720px;
    height: 582px;
  }
}

/* **************************************
 Block 02 Style
***************************************** */
.block02 {
  padding: 150px 0;
  background-image: url("../img/our-team-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block02 .title-block {
  margin-bottom: 100px;
}
.block02 p {
  color: white;
}
.block02 .our-team-infos {
  color: white;
  text-align: left;
}
.block02 .our-team-infos img {
  margin-bottom: 15px;
  max-height: 50px;
  width: auto;
}
.block02 .our-team-infos h3 {
  color: #ef7b00;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.block02 .our-team-infos h3:after {
  content: "";
  display: block;
  height: 10px;
  width: 40px;
  background: #ef7b00;
  margin-top: 10px;
}
.block02 .our-team-highlight {
  font-size: 46px;
  padding: 10px 0;
  border-top: 1px solid #8d8c8a;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #8d8c8a;
  max-width: 935px;
  margin: 55px auto 0 auto;
  letter-spacing: 9px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width : 1200px) {
  .block02 .our-team-highlight {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.block02 .our-team-highlight span {
  font-weight: 900;
}
@media only screen and (max-width : 1200px) {
  .block02 {
    padding: 30px 0;
  }
  .block02 .title-block {
    margin-bottom: 30px;
  }
}

/* **************************************
 Block 03 Style
***************************************** */
.block03 {
  padding: 150px 0 170px 0;
  background: url("../img/our-forces-bg.jpg") no-repeat 0 0 transparent;
  background-size: cover;
}
.block03 .heading {
  color: black;
  margin-bottom: 140px;
}
.block03 .title-block {
  color: black;
}
@media only screen and (max-width : 1200px) {
  .block03 {
    padding: 30px 0;
  }
  .block03 .heading {
    margin-bottom: 0;
  }
}

.our-forces {
  position: relative;
  margin-top: 190px;
  margin-bottom: 120px;
}
@media only screen and (max-width : 1200px) {
  .our-forces {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1750px) {
  .our-forces {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 2000px) {
  .our-forces {
    margin-bottom: 25vw;
  }
}
@media screen and (min-width: 2500px) {
  .our-forces {
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 3000px) {
  .our-forces {
    margin-bottom: 36vw;
  }
}
.our-forces .item {
  margin-bottom: 30px;
}
.our-forces .item h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.our-forces .item p {
  margin-bottom: 0;
}
.our-forces .item > div {
  padding: 50px 60px;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.95) 0%, rgba(204, 204, 204, 0.95) 100%);
}
@media only screen and (max-width : 1200px) {
  .our-forces .item > div {
    padding: 25px 30px;
  }
}
.our-forces .item img {
  margin-bottom: 15px;
}
.our-forces .item:first-child h3,
.our-forces .item:first-child p, .our-forces .item:last-child h3,
.our-forces .item:last-child p {
  color: white;
}
.our-forces .item:first-child > div {
  color: white;
  background: rgb(239, 123, 0);
  background: linear-gradient(45deg, rgba(239, 123, 0, 0.95) 0%, rgba(239, 84, 0, 0.95) 100%);
}
.our-forces .item:nth-child(3) {
  clear: left;
}
@media only screen and (min-width : 768px) {
  .our-forces .item:last-child {
    margin-top: -25px;
  }
}
.our-forces .item:last-child > div {
  color: white;
  background: rgb(51, 51, 51);
  background: linear-gradient(45deg, rgba(51, 51, 51, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.service-benefits h3 {
  color: black;
  font-size: 30px;
  line-height: 30px;
  max-width: 480px;
  margin: 0 auto 70px auto;
  padding-bottom: 15px;
  position: relative;
}
.service-benefits h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: #ef7b00;
  position: absolute;
  right: -10px;
  bottom: 0;
}
.service-benefits h3 span {
  font-weight: 900;
  display: inline-block;
  margin-left: 150px;
}
.service-benefits .benefits-content {
  border: 1px solid #ef7b00;
  padding: 10px;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .service-benefits .benefits-content:before {
    content: "";
    display: block;
    width: 1px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: -25px;
    background: black;
  }
}
.service-benefits .benefits-content:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid black;
}
.service-benefits .benefits-content > div {
  font-size: 24px;
  line-height: 24px;
  color: black;
  min-height: 260px;
  position: relative;
}
@media only screen and (max-width : 1200px) {
  .service-benefits .benefits-content > div {
    padding: 35px 0;
  }
}
@media only screen and (min-width : 768px) {
  .service-benefits .benefits-content > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.service-benefits .benefits-content > div:after, .service-benefits .benefits-content > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 102px;
  height: 95px;
}
.service-benefits .benefits-content > div:after {
  top: -48px;
  left: 50px;
  background: url("../img/qoute-left.png") no-repeat 0 0 transparent;
}
.service-benefits .benefits-content > div:before {
  right: 50px;
  bottom: -48px;
  background: url("../img/qoute-right.png") no-repeat 0 0 transparent;
}
@media only screen and (max-width : 1200px) {
  .service-benefits .benefits-content > div > div {
    padding: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .service-benefits .benefits-content > div > div {
    max-width: 330px;
    margin: 0 auto;
  }
}

/* **************************************
 Block 04 Style
***************************************** */
.block04 {
  background: #e2e3e3;
  padding: 150px 0 60px 0;
}
@media only screen and (max-width : 1200px) {
  .block04 {
    padding: 30px 0;
  }
}

.our-partnership-content {
  background: url("../img/partnership-bg.png") no-repeat left top transparent;
}

.our-partnership-wrapper {
  position: relative;
}
@media only screen and (min-width : 1200px) {
  .our-partnership-wrapper {
    margin-top: 80px;
  }
}
@media only screen and (min-width : 768px) {
  .our-partnership-wrapper:after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    border: 1px solid #ef7b00;
    border-right: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.partnership-lst {
  padding: 0 0 0 60px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.partnership-lst li {
  list-style: none;
  font-size: 24px;
  line-height: 29px;
  padding: 30px 0;
  margin-bottom: 0;
  color: black;
  border-bottom: 1px solid black;
  position: relative;
}
.partnership-lst li:before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: -60px;
  top: 38px;
  background: url("../img/purse-icon.png") no-repeat 0 0 transparent;
}
.partnership-lst li:last-child {
  border: none;
}

/* **************************************
 Block 05 Style
***************************************** */
.block05 {
  position: relative;
  padding-bottom: 50px;
  background: url("../img/travel-advisers-bg.png") no-repeat right top #cfcfcf;
}
@media only screen and (min-width : 768px) {
  .block05 {
    padding-bottom: 160px;
  }
}

.travel-advisers-content {
  padding: 60px 40px;
  max-width: 900px;
  margin-top: 65px;
  border: 1px solid black;
  color: black;
}
@media only screen and (max-width : 768px) {
  .travel-advisers-content {
    padding: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .travel-advisers-content {
    min-height: 315px;
  }
  .travel-advisers-content p {
    max-width: 485px;
  }
}

/* **************************************
 Block 06 Style
***************************************** */
.block06 {
  color: white;
  padding: 150px 0 115px 0;
  background-image: url("../img/figures-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block06 .title-block {
  margin-bottom: 100px;
}
@media only screen and (max-width : 768px) {
  .block06 {
    padding: 30px 0;
  }
}

.figures-lst {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.figures-lst > div {
  flex: 0 33.33%;
}
.figures-lst .circle {
  width: 109px;
  height: 108px;
  color: white;
  font-size: 30px;
  margin: 0 auto 25px;
  font-weight: 900;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/circle-star-icon.png") no-repeat 0 0 transparent;
}
.figures-lst p {
  color: white;
}

/* **************************************
 Block 07 Style
***************************************** */
.block07 {
  padding: 150px 0 250px 0;
  color: black;
  background: url("../img/contact-bg.jpg") no-repeat top center transparent;
  background-size: cover;
}
@media only screen and (max-width : 768px) {
  .block07 {
    padding: 30px 0;
  }
}
.block07 #contact-form {
  margin-top: 100px;
}
@media only screen and (max-width : 768px) {
  .block07 #contact-form {
    margin-top: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .block07 form {
    padding-left: 80px;
    border-left: 1px solid #aeadab;
  }
}
.block07 .phone-contact {
  font-weight: 900;
  font-size: 30px;
  color: black;
  height: 42px;
  line-height: 42px;
  padding-left: 54px;
  background: url("../img/phone-icon.png") no-repeat 0 0 transparent;
}

.msg {
  font-size: 18px;
  padding: 12px;
  margin-bottom: 10px;
}
.msg.msgok {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.msg.msgnok {
  color: #D8000C;
  background-color: #FFBABA;
}

@-webkit-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-o-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.scrolling-ad {
  -moz-animation: key-frame 25s linear infinite;
  -webkit-animation: key-frame 25s linear infinite;
  -o-animation: key-frame 25s linear infinite;
  animation: key-frame 25s linear infinite;
}

/* Covid 19 Notice */
#covid-notice {
  width: 900px;
  padding: 30px 30px 15px 30px;
  margin: 0 auto;
  color: white;
  background: #2592d1;
  margin-top: 50px;
  text-align: justify;
}
#covid-notice h3 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
#covid-notice p {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.modal-notify {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(1.3);
}
.modal-notify.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-notify button.close {
  font-weight: 300;
  font-size: 60px;
  color: white;
  opacity: 1;
  position: relative;
  z-index: 5;
  margin-right: 15px;
  background: none;
  border: none;
  margin-top: -2px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
}
.modal-notify button.close:hover {
  color: white;
}
.modal-notify-dialog {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.modal-notify-content {
  border: none;
  box-shadow: none;
  font-size: 23px;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  background: url("../img/notify/notify-bg-top.png") no-repeat top center white;
}
.modal-notify-body {
  padding: 55px 0 30px 0;
  max-width: 425px;
  margin: 0 auto;
  text-align: center;
}
.modal-notify-body h2 {
  font-size: 23px;
  line-height: 1.2;
  color: black;
  margin: 0 0 50px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-notify-body p {
  line-height: 1.2;
  color: black;
  font-size: 18px;
  margin: 0 0 35px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-notify-footer {
  padding-bottom: 23px;
  border: none;
  background: url("../img/notify/notify-bg-bt.png") no-repeat bottom center transparent;
  text-align: center;
  min-height: 240px;
}
.modal-notify-highlight {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #FB662E;
  height: 130px;
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 180px;
  margin: 0 auto 30px auto;
  font-family: "Roboto Mono", monospace;
  background: url("../img/notify/rectangle.png") no-repeat 0 0 transparent;
}

/*# sourceMappingURL=styles.css.map */
