body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #121212;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #818181;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #ffc527;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

.navigation-style-1 {
  background-color: #fff;
}

.navigation-link {
  display: inline-block;
  padding: 35px 20px 35px 15px;
  float: left;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #121212;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover {
  color: #ffc527;
}

.navigation-link.dropdown {
  padding: 0px 5px 0px 0px;
}

.navigation-link.dropdown:hover {
  color: #da1225;
}

.navigation-link.dropdown.left {
  width: 100%;
}

.navigation-link.dropdown.left.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navigation-link.white {
  color: #fff;
}

.navigation-link.white:hover {
  color: #da1225;
}

.navigation-link.white.w--current {
  color: #fff;
}

.navigation-link.left {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-logo {
  margin-top: 25px;
}

.brand-logo.style-2 {
  margin-top: 13px;
}

.brand-logo.style-3 {
  display: inline-block;
  margin-top: 0px;
  float: none;
}

.brand-logo.style-4 {
  margin-top: 0px;
  padding: 20px 25px 21px 20px;
  border-right: 1px solid #ededed;
}

.brand-logo.style-4.line-white {
  border-right-color: hsla(0, 0%, 100%, 0.11);
}

.brand-logo.style-6 {
  margin-left: 20px;
}

.brand-logo.left {
  margin-top: 50px;
  margin-left: 50px;
}

.line-navigation {
  display: block;
  width: 100%;
  height: 2px;
  margin-right: 0px;
  margin-left: auto;
  background-color: #da1225;
}

.dropdown-link {
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #919191;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #ffc527;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #ffc527;
  color: #fff;
}

.text-link {
  display: inline-block;
}

.text-link:hover {
  color: #da1225;
}

.drop-down-arrow {
  margin-right: 0px;
  margin-bottom: 41.5px;
  color: #c5c5c5;
  font-size: 13px;
}

.drop-down-arrow.in-left {
  margin-bottom: 23.5px;
}

.dropdown-toggle {
  padding: 35px 20px 35px 10px;
}

.dropdown-toggle:hover {
  color: #da1225;
}

.dropdown-toggle.white {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.dropdown-toggle.white:hover {
  color: #da1225;
}

.dropdown-toggle.left-navigation {
  padding-top: 20px;
  padding-bottom: 18px;
}

.top-navigation {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #1f1f1f;
}

.troll-free-text {
  position: relative;
  margin-top: 9px;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 14px;
  font-weight: 400;
}

.troll-free-text.inside-navigation {
  display: inline-block;
  color: #949494;
  line-height: 26px;
  font-weight: 500;
}

.troll-free-text.inside-navigation.white {
  color: #fff;
  font-size: 16px;
}

.troll-free-text.inside-navigation.less {
  display: block;
  margin-top: 0px;
  color: #212121;
}

.number {
  color: #fff;
  font-weight: 600;
}

.number.dark {
  color: #515151;
}

.number.dark.more {
  color: #fff;
  font-size: 14px;
}

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

.social-wrapper {
  position: relative;
  top: 4px;
}

.social-wrapper.style-2 {
  top: 31px;
  float: right;
}

.social-wrapper.style-2.with-line {
  top: 0px;
  padding: 36px 20px 20px 25px;
  border-left: 1px solid #ededed;
}

.social-wrapper.style-2.with-line.line-white-color {
  border-left-color: hsla(0, 0%, 100%, 0.11);
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-radius: 100%;
  background-color: #121212;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none_1font-awesome_4-7-0_facebook_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  background-color: #da1225;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none_1font-awesome_4-7-0_twitter_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none_1font-awesome_4-7-0_instagram_100_0_ffffff_none.png');
  background-size: 18px;
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google-plus_100_0_ffffff_none_1font-awesome_4-7-0_google-plus_100_0_ffffff_none.png');
  background-size: 18px;
}

.social-icon.in-footer {
  float: left;
}

.dropdown-list.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.in-left-navigation.w--open {
  left: 260px;
  top: 0px;
}

.top-second-navigation {
  padding-top: 37px;
  padding-bottom: 20px;
  background-color: #fff;
}

.top-second-navigation.black {
  background-color: #212121;
}

.top-second-navigation.black.style-3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00264b;
}

.navigation-style-2 {
  background-color: #bfae9f;
}

.navigation-menu-style-2 {
  float: none;
}

.half-top {
  width: 48%;
  margin-right: 5px;
  float: left;
}

.button-icon {
  display: inline-block;
  padding: 16px 20px 15px 42px;
  border-radius: 15px;
  background-color: #ffc527;
  background-image: url('../images/font-awesome_4-7-0_phone_100_0_ffffff_none_1font-awesome_4-7-0_phone_100_0_ffffff_none.png');
  background-position: 17px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-icon:hover {
  background-color: #313131;
}

.button-icon.navigation {
  position: relative;
  top: 21px;
  margin-left: 20px;
  background-color: #da1225;
}

.button-icon.envelope {
  background-color: #da1225;
  background-image: url('../images/font-awesome_4-7-0_envelope-open_100_0_ffffff_none_1font-awesome_4-7-0_envelope-open_100_0_ffffff_none.png');
  background-position: 17px 45%;
  background-size: 16px;
}

.button-icon.envelope.other-color {
  background-color: #da1225;
}

.button-icon.form-button {
  display: inline-block;
  background-color: #f0542d;
  background-image: url('../images/font-awesome_4-7-0_paper-plane_100_0_ffffff_none_1font-awesome_4-7-0_paper-plane_100_0_ffffff_none.png');
  background-size: 16px;
  text-align: center;
}

.button-icon.form-button:hover {
  background-color: #313131;
}

.button-icon.form-button.with-color {
  background-color: #da1225;
}

.button-icon.form-button.with-color:hover {
  background-color: #313131;
}

.button-icon.arrow {
  background-color: #da1225;
  background-image: url('../images/font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none_1font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none.png');
  background-size: 16px;
}

.button-icon.arrow.other-color {
  background-color: #002e5b;
}

.button-icon.arrow.other-color:hover {
  background-color: #034c94;
}

.button-icon.other-color {
  background-color: #002e5b;
}

.button-icon.other-color:hover {
  background-color: #212121;
}

.button-icon.previous {
  background-image: url('../images/left-arrow.png');
  background-size: 18px;
}

.button-icon.next-project {
  padding-right: 42px;
  padding-left: 20px;
  background-image: url('../images/right-arrow.png');
  background-position: 88% 50%;
  background-size: 18px;
}

.button-icon.no-icon {
  padding-left: 20px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.top-icon {
  width: 75px;
  height: 75px;
  float: left;
  background-image: url('../images/clock.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.top-icon.icon-2 {
  background-image: url('../images/mail.svg');
  background-size: 40px;
}

.top-icon.icon-3 {
  margin-right: 20px;
  background-image: url('../images/clock-white.svg');
  background-size: 50px;
}

.top-icon.icon-4 {
  margin-right: 20px;
  background-image: url('../images/envelope-3.svg');
  background-size: 50px;
}

.top-icon.icon-5 {
  margin-right: 20px;
  background-image: url('../images/phone-call-3.svg');
  background-size: 45px;
}

.top-content {
  position: relative;
  overflow: hidden;
}

.navigation-style-3 {
  background-color: transparent;
}

.align-center {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  text-align: center;
}

.navigation-menu-style-3 {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  background-color: #002e5b;
  text-align: center;
}

.container-style-3 {
  background-color: #002e5b;
}

.navigation-style-4 {
  padding-right: 40px;
  padding-left: 20px;
  background-color: #fff;
}

.triangle-navigation {
  position: absolute;
  left: -75px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 92px solid #002e5b;
  border-left: 75px solid transparent;
}

.triangle-navigation.left {
  left: auto;
  top: 0px;
  right: -75px;
  border-right: 75px solid transparent;
  border-top-color: #002e5b;
  border-left-style: none;
}

.footer-style-1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 124px;
  background-color: #121212;
}

.top-margin {
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

.top-margin.more {
  margin-top: 40px;
}

.top-margin.less {
  margin-top: 15px;
}

.top-margin.in-services {
  margin-top: 50px;
}

.darker {
  color: #a2a2a2;
}

.social-footer {
  position: absolute;
  top: -34px;
  right: 355px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  background-color: #ffc527;
}

.triangle-footer {
  position: absolute;
  left: -23px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 34px solid transparent;
  border-right: 23px solid #6b5311;
}

.triangle-footer.style-3 {
  left: -31px;
  margin-top: -5px;
  border-top-width: 51px;
  border-right-width: 31px;
  border-right-color: #e6e6e6;
}

.heading-white {
  color: #fff;
}

.heading-white.margin-footer {
  margin-top: 20px;
  margin-bottom: 33px;
}

.heading-white.margin-footer.dark {
  color: #212121;
}

.heading-white.title-blog-post {
  padding-right: 152px;
  padding-left: 152px;
  line-height: 55px;
}

.heading-white.for-intro {
  font-size: 60px;
  line-height: 60px;
}

.text-field-footer {
  height: 50px;
  border: 1px solid #3b3b3b;
  background-color: #212121;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-field-footer:hover {
  border-color: #ffc527;
  color: #fff;
}

.text-field-footer:focus {
  border-color: #ffc527;
  color: #fff;
}

.text-field-footer.text-area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 30px;
}

.text-field-footer.subscribe {
  background-color: transparent;
}

.text-field-footer.gray-field {
  border-color: transparent;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.text-field-footer.gray-field:hover {
  background-color: #e6e6e6;
  color: #515151;
}

.text-field-footer.gray-field:focus {
  background-color: #e6e6e6;
  color: #515151;
}

.text-field-footer.pop-up {
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  background-color: transparent;
  font-size: 15px;
}

.text-field-footer.pop-up:hover {
  border-bottom-color: #ffc527;
}

.text-field-footer.pop-up:focus {
  border-bottom-color: #ffc527;
}

.text-field-footer.pop-up.dark {
  border-bottom-color: #f0542d;
  color: #212121;
}

.text-field-footer.pop-up.dark:hover {
  border-bottom-color: #dadada;
  color: #212121;
}

.text-field-footer.pop-up.dark:focus {
  border-bottom-color: #dadada;
  color: #212121;
}

.text-field-footer.pasword {
  margin-top: 20px;
}

.success-message {
  border-radius: 5px;
  background-color: #3b751f;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.contact-list {
  margin-bottom: 15px;
  padding-top: 2px;
  padding-left: 35px;
  background-image: url('../images/location-pin.svg');
  background-position: 0px 4px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.contact-list.phone {
  background-image: url('../images/phone-call-1.svg');
  background-size: 21px;
}

.contact-list.phone.white-phone {
  background-image: url('../images/phone-call-3.svg');
  background-size: 21px;
}

.contact-list.mail {
  background-image: url('../images/envelope.svg');
  background-position: 0px 5px;
  background-size: 20px;
}

.contact-list.mail.no-space {
  margin-bottom: 0px;
}

.contact-list.mail.white-mail {
  background-image: url('../images/envelope-3.svg');
  background-size: 20px;
}

.contact-list.white-icon {
  background-image: url('../images/location-marker.svg');
  background-size: 24px;
}

.footer-battom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #383838;
  background-color: #212121;
}

.footer-battom.style-2 {
  padding-top: 35px;
  border-top-style: none;
  background-color: transparent;
}

.footer-battom.style-3 {
  padding-top: 35px;
  border-top-style: none;
  background-color: #fff;
}

.footer-battom.style-3.transparent {
  background-color: transparent;
}

.copyright {
  margin-bottom: 0px;
  color: #515151;
  font-size: 14px;
}

.copy-link {
  color: #fff;
  text-decoration: none;
}

.copy-link:hover {
  text-decoration: underline;
}

.copy-link.dark {
  color: #818181;
}

.footer-style-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #fff;
}

.heading-footer-style-2 {
  padding-top: 14px;
  padding-bottom: 9px;
  padding-left: 15px;
  border-bottom: 3px solid #d6a622;
  background-color: #ffc527;
  font-size: 15px;
  font-weight: 600;
}

.border-top {
  width: 100%;
  height: 17px;
  background-image: url('../images/border-2_top_1border-2_top.png');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  opacity: 0.5;
}

.border-top.second-navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.footer-style-3 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.footer-logo-style-3 {
  position: relative;
  top: -100px;
  margin-right: 25px;
  padding: 30px;
  border-top: 5px solid #ffc527;
  background-color: #fff;
  box-shadow: -7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.footer-style-4 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.95)), to(rgba(24, 24, 24, 0.95))), url('../images/footer-img.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95)), url('../images/footer-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.top-footer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #da1225;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.footer-link {
  display: block;
  padding-bottom: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-style-5 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 162px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.banner {
  position: relative;
  height: 800px;
  background-color: #002e5b;
}

.banner.style-2 {
  height: 800px;
  border-right: 40px solid #fff;
  border-bottom: 40px solid #fff;
  border-left: 40px solid #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.9)), to(rgba(0, 46, 91, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 46, 91, 0.9), rgba(0, 46, 91, 0.9));
}

.banner.style-3 {
  position: relative;
  height: 600px;
  background-color: #032649;
}

.banner.style-4 {
  height: 800px;
  background-color: #000;
  background-image: url('../images/form.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 29, 0.92)), to(rgba(0, 15, 29, 0.92))), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: url('../images/form.png'), linear-gradient(180deg, rgba(0, 15, 29, 0.92), rgba(0, 15, 29, 0.92)), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner.style-5 {
  height: 850px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/36397335_404000853419473_9012804539249590272_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/36397335_404000853419473_9012804539249590272_o.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.style-6 {
  height: 100vh;
  background-color: #000;
}

.banner.style-1 {
  background-image: url('../images/clouds_1.png'), url('../images/worker.png'), url('../images/bishop.jpg');
  background-position: 50% 100%, 100% 100%, 0px 100%;
  background-size: auto 400px, 644px, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner.intro {
  height: 600px;
  padding-top: 0px;
  background-color: #002e5b;
  background-image: url('../images/form.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.95)), to(rgba(0, 46, 91, 0.95))), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: url('../images/form.png'), linear-gradient(180deg, rgba(0, 46, 91, 0.95), rgba(0, 46, 91, 0.95)), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.service-style-1 {
  height: 730px;
  max-height: 730px;
  background-color: #f5f5f5;
}

.section.service-style-1.less {
  height: 550px;
  max-height: 550px;
}

.section.gray {
  background-color: #f5f5f5;
}

.section.gray.no-bottom-padding {
  padding-bottom: 0px;
}

.section.gray.no-bottom-padding.with-form-blue {
  background-image: url('../images/form-blue.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.gray.no-bottom-padding.whitesmoke {
  background-color: #fff;
}

.section.gray.less {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.gray.less.white {
  background-color: #fff;
}

.section.gray.less.more-blue {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #002e5b;
}

.section.gray.less.more {
  padding-bottom: 80px;
}

.section.gray.in-contact {
  padding-top: 150px;
}

.section.no-bottom-pading {
  padding-bottom: 0px;
}

.section.no-bottom-pading.with-triangle {
  background-image: url('../images/form-blue.png'), url('../images/bg-hourse.png');
  background-position: 50% 100%, 145% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.section.with-image-1 {
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.53)), color-stop(15%, #fff)), url('../images/37778117_427626064390285_1350207722087251968_o.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.53), #fff 15%), url('../images/37778117_427626064390285_1350207722087251968_o.jpg');
  background-position: 0px 0px, -110% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section.with-image-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.49))), url('../images/banner-2.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.49)), url('../images/banner-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.black {
  background-color: #212121;
}

.section.black.less-padding {
  padding-bottom: 0px;
  background-color: #002e5b;
}

.section.with-image-3 {
  padding-bottom: 0px;
  background-color: #002e5b;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.blue {
  background-color: #002e5b;
  background-image: url('../images/2_map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.blue.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.blue.less-space.color {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.blue.with-triangle {
  padding-bottom: 140px;
  background-image: url('../images/form-gray.png'), url('../images/2_map.png');
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.blue.with-triangle.navigation {
  padding-top: 0px;
  padding-bottom: 200px;
  background-image: url('../images/form.png'), url('../images/2_map.png');
}

.section.with-image-4 {
  background-image: url('../images/import.jpg');
  background-position: 0px 100%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.section.with-image-5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 46, 91, 0.9)), to(rgba(0, 46, 91, 0.14))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.7)), to(rgba(0, 46, 91, 0.7))), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: linear-gradient(90deg, rgba(0, 46, 91, 0.9), rgba(0, 46, 91, 0.14)), linear-gradient(180deg, rgba(0, 46, 91, 0.7), rgba(0, 46, 91, 0.7)), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.with-image-6 {
  display: none;
  height: auto;
  max-height: 1300px;
}

.section.with-image-6.in-service {
  display: block;
}

.section.with-image-7 {
  padding-top: 0px;
  background-image: url('../images/arch-bg3.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.with-image-8 {
  background-image: url('../images/bg-hourse.png');
  background-position: 178% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.intro {
  background-color: #212125;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #fff;
}

.dynamic-without-padding {
  z-index: 1;
  padding-right: 0px;
  padding-left: 0px;
}

.service-style-1-wrapper {
  padding: 35px 30px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.container-services {
  position: relative;
  top: 53%;
}

.service-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.service-icon.smaller {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background-size: 50px;
}

.navigation-style-5 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: transparent;
}

.learn-more {
  display: inline-block;
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.learn-more:hover {
  color: #da1225;
  text-decoration: underline;
}

.tab-service {
  width: 16.666%;
  padding: 20px 15px 25px;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.tab-service:hover {
  border-bottom-color: #212121;
}

.tab-service.w--current {
  border-bottom-color: #ffc527;
  background-color: transparent;
  color: #da1225;
}

.tab-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/workflow.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.tab-icon.icon-2 {
  background-image: url('../images/home.svg');
  background-size: 55px;
}

.tab-icon.icon-3 {
  background-image: url('../images/english-cottage.svg');
  background-size: 55px;
}

.tab-icon.icon-4 {
  background-image: url('../images/pier-1.svg');
  background-size: 55px;
}

.tab-icon.icon-5 {
  background-image: url('../images/deck-chair.svg');
  background-size: 55px;
}

.tab-icon.icon-6 {
  background-image: url('../images/roller-brush.svg');
  background-size: 55px;
}

.tab-title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.tabs-content {
  margin-top: 60px;
}

.tab-second-title {
  margin-top: 0px;
  font-size: 32px;
  line-height: 40px;
}

.service-inside {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/check-symbol.svg');
  background-position: 0px 45%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #515151;
  font-size: 15px;
}

.left-padding {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 15px;
}

.left-padding.no-margin {
  margin-right: 0px;
}

.dynamic-shadow {
  border-bottom: 3px solid #eee;
}

.top-title {
  margin-bottom: 60px;
}

.top-title.less-margin {
  margin-bottom: 30px;
}

.top-title.less-margin.more {
  margin-bottom: 15px;
}

.sub-text-title {
  font-family: 'Playfair Display', sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-text-title.white {
  color: #fff;
}

.sub-text-title.contact {
  color: #252525;
}

.title-top {
  margin-top: 15px;
  font-size: 31px;
  line-height: 50px;
}

.title-top.heading-white.biger {
  margin-top: 0px;
  font-size: 50px;
  line-height: 60px;
}

.services-style-4 {
  margin-right: 20px;
}

.service-title {
  font-size: 22px;
}

.column-without-padding.not-left {
  padding-left: 10px;
}

.column-without-padding.not-left.right {
  padding-right: 10px;
  padding-left: 0px;
}

.left-service-wrapper {
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #121212;
  text-decoration: none;
}

.left-service-wrapper:hover {
  color: #ffc527;
}

.left-image {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  float: left;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-service-content {
  position: relative;
  overflow: hidden;
}

.small-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.small-title.different-font {
  font-family: 'Playfair Display', sans-serif;
}

.small-title.less-marg {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.carousel-slider {
  height: auto;
  background-color: transparent;
}

.arrow-carousel {
  right: -80px;
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #d1d1d1;
  border-radius: 10px;
  background-color: #e7e7e7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: grey;
  font-size: 18px;
  font-weight: 700;
}

.arrow-carousel:hover {
  border-bottom-color: #c79a1e;
  background-color: #da1225;
  color: #fff;
}

.arrow-carousel.left {
  left: -80px;
  right: auto;
}

.arrow-carousel.left:hover {
  background-color: #da1225;
}

.slide-carousel {
  position: relative;
  padding-top: 31px;
  opacity: 0.5;
  font-size: 11px;
}

.slide-carousel.whiter {
  opacity: 1;
}

.slide-carousel.less {
  position: absolute;
  top: 70px;
}

.service-style-5-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bottom-content {
  margin-top: -3px;
  padding: 28px 20px 25px;
  background-color: #fff;
  box-shadow: 0 3px 0 0 #f5f5f5;
  text-align: center;
}

.left-more-padding {
  margin-right: 30px;
}

.features-wrapper {
  margin-bottom: 35px;
}

.features-wrapper.no-margin {
  margin-bottom: 0px;
}

.features-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
  border: 2px solid #ffc527;
  border-radius: 100%;
  background-image: url('../images/medal-1.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.features-icon.icon-2 {
  border-color: #da1225;
  background-image: url('../images/membrane.svg');
  background-size: 50px;
}

.features-icon.icon-3 {
  border-color: #da1225;
  background-image: url('../images/banner.svg');
  background-size: 50px;
}

.features-content {
  position: relative;
  overflow: hidden;
}

.tab-history {
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.tab-link-history {
  padding: 17px 20px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.tab-link-history.w--current {
  border-bottom-color: #ffc527;
  background-color: transparent;
  color: #ffc527;
}

.tab-history-margin {
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
}

.tab-icon-history {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-image: url('../images/medal-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.tab-icon-history.icon-2 {
  background-image: url('../images/star.svg');
  background-size: 100px;
}

.tab-icon-history.icon-3 {
  background-image: url('../images/group.svg');
  background-size: 100px;
}

.video-lightbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: url('../images/37751912_427625964390295_8697435394330853376_o.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.3);
}

.video-lightbox.second {
  background-image: url('../images/man-talking-2.jpg');
  background-size: cover;
}

.line-divider {
  height: 17px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.lightbox-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link:hover {
  opacity: 0.7;
}

.play-button {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-video {
  padding: 40px 45px;
}

.play-video.in-banner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.lightbox-link-style-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #ffc527;
}

.lightbox-link-style-2:hover {
  background-color: rgba(255, 197, 39, 0.8);
}

.lightbox-link-style-2.second-style {
  background-color: #da1225;
}

.lightbox-link-style-2.second-style:hover {
  background-color: #212121;
}

.project-tab {
  margin-bottom: 50px;
  text-align: center;
}

.project-tab.no-margin {
  margin-bottom: 0px;
  background-color: #002e5b;
}

.tab-link-project {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 25px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.tab-link-project:hover {
  border-color: #fff;
  color: #fff;
}

.tab-link-project.w--current {
  border-color: #ffc527;
  background-color: #ffc527;
  color: #fff;
}

.tab-link-project.line-dark {
  border-color: #f1f1f1;
  background-color: #e7e7e7;
  color: #818181;
}

.tab-link-project.line-dark:hover {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}

.tab-link-project.line-dark.w--current {
  border-color: #ffc527;
  background-color: #ffc527;
  color: #fff;
}

.tab-link-project.new-style {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 18px;
  padding-bottom: 16px;
  border-style: none solid none none;
  border-right-color: #002e5b;
  border-radius: 0px;
  background-color: #02274b;
  color: #fff;
}

.tab-link-project.new-style.w--current {
  background-color: #ffc527;
  color: #fff;
}

.dynamic-project-first {
  padding-right: 0px;
  padding-left: 0px;
}

.project-wrapper-style-1 {
  width: 100%;
  float: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.57)), to(rgba(255, 197, 39, 0)));
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.57) 50%, rgba(255, 197, 39, 0));
}

.project-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 18px;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

.category-name {
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
}

.category-name.with-color {
  margin-bottom: 15px;
  color: #919191;
  font-style: italic;
}

.category-name.style-3 {
  margin-bottom: 10px;
  color: #919191;
  font-style: italic;
}

.dynamic-wrapper {
  background-color: #f1f1f1;
}

.dynamic-wrapper.second {
  background-color: #f1f1f1;
}

.project-wrapper-style-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-overlay-style-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 197, 39, 0.8);
}

.project-overlay-style-2.dark-color {
  background-color: rgba(0, 0, 0, 0.7);
}

.project-content-style-2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.link-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url('../images/icon.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.link-icon:hover {
  border-color: #121212;
  background-color: #121212;
}

.link-icon.other-color {
  border-style: none;
  background-color: #da1225;
  background-image: url('../images/forward-arrow.svg');
  background-size: 22px;
}

.project-image {
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-content-style-3 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 350px;
  max-height: 350px;
  padding: 40px 30px 30px;
  float: left;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  color: #121212;
}

.project-photo {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 350px;
  float: left;
}

.project-image-second {
  width: 100%;
  height: 100%;
}

.project-wrapper-style-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
  text-decoration: none;
}

.project-image-third {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-image-third:hover {
  -webkit-filter: none;
  filter: none;
}

.project-content-style-4 {
  padding: 25px 30px;
  border-style: none solid none none;
  border-right-width: 1px;
  border-right-color: #ededed;
  background-color: #fafafa;
  color: #121212;
  text-decoration: none;
}

.project-margin {
  display: inline-block;
  height: 100%;
  margin-right: 180px;
  margin-left: 180px;
}

.project-margin.in-project {
  margin-top: 100px;
}

.navigation-style-6 {
  top: 30px;
  background-color: transparent;
}

.container-style-6 {
  background-color: #fff;
}

.nav-menu-style-6 {
  margin-right: 20px;
}

.testinomials-wrapper {
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
}

.testimonials-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/comments.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.testimonials-paragraph {
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.quote-form-wrapper {
  position: relative;
  padding: 30px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -11px 11px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.quote-form-wrapper:hover {
  box-shadow: -7px 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.quote-form-wrapper.centered {
  position: relative;
  z-index: 10;
  display: block;
  width: 60%;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-wrapper {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.testimonials-photo {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/tema-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/tema-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.testimonials-title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
}

.learn-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 44px;
  padding-right: 30px;
  padding-left: 30px;
}

.team-image {
  position: relative;
  background-color: #f5f5f5;
}

.team-image.second-style {
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.team-image.second-style.photo-2 {
  background-image: url('../images/tema-2.jpg');
}

.team-image.second-style.photo-3 {
  background-image: url('../images/tema-3.jpg');
}

.team-content {
  margin-top: 30px;
  text-align: center;
}

.social-team {
  margin-top: 20px;
}

.social-icon-team {
  width: 40px;
  height: 40px;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_313131_none_1font-awesome_4-7-0_facebook_100_0_313131_none.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 0.32;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-team:hover {
  opacity: 1;
}

.social-icon-team.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_313131_none_1font-awesome_4-7-0_twitter_100_0_313131_none.png');
  background-size: 18px;
}

.social-icon-team.linkd {
  background-image: url('../images/font-awesome_4-7-0_linkedin_100_0_313131_none_1font-awesome_4-7-0_linkedin_100_0_313131_none.png');
  background-size: 18px;
}

.blog-wrapper {
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}

.blog-content {
  position: relative;
  z-index: 2;
  margin-top: -37px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 31px 25px;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #121212;
  text-decoration: none;
}

.blog-content:hover {
  color: #ffc527;
}

.blog-content.white {
  margin-top: 0px;
  background-color: #fff;
}

.blog-title {
  margin-top: 0px;
  font-size: 21px;
  line-height: 31px;
}

.image-circle {
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.container-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-center.uper {
  top: 37%;
}

.container-center.uper.less {
  top: 45%;
}

.container-center.uper.focus {
  top: 40%;
}

.container-center.uper.more {
  top: 29%;
}

.container-center.uper.contact {
  top: 40%;
  z-index: 2;
}

.container-center.uper.in-intro {
  top: 40%;
}

.container-center.lower {
  top: 60%;
}

.container-center.lower.service {
  top: 55%;
}

.container-center.in-about {
  top: 42%;
}

.banner-title {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.banner-title.in-style-4 {
  margin-top: 15px;
}

.banner-title.biger {
  font-size: 70px;
  line-height: 80px;
}

.banner-sub-text {
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.banner-sub-text.more-light {
  color: hsla(0, 0%, 100%, 0.9);
}

.banner-silder {
  height: 600px;
  background-color: transparent;
}

.banner-silder.style-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 800px;
}

.banner-silder.style-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
}

.slide-nav {
  padding-top: 0px;
  font-size: 11px;
}

.arrow-big-silder {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 30px;
}

.arrow-big-silder:hover {
  background-color: #ffc527;
}

.arrow-big-silder.other-style {
  margin-top: 405px;
  margin-right: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
}

.arrow-big-silder.other-style:hover {
  background-color: #fff;
  color: #ffc527;
}

.arrow-big-silder.other-style.left {
  margin-left: 30px;
}

.arrow-big-silder.other-style.fixed {
  margin-top: 364px;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, right top, left top, from(#002e5b), to(rgba(0, 46, 91, 0.8))), url('../images/banner-2.jpg');
  background-image: linear-gradient(270deg, #002e5b, rgba(0, 46, 91, 0.8)), url('../images/banner-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background {
  height: 800px;
}

.video-liner {
  margin-right: 90px;
  margin-left: 90px;
  padding: 60px 40px;
  border: 10px solid #fff;
  background-color: rgba(255, 197, 39, 0.85);
  text-align: center;
}

.video-style-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ptn-3_1ptn-3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ptn-3_1ptn-3.png');
  background-position: 0px 0px, 0px 0px;
}

.slide-2-style-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ptn-3_1ptn-3.png'), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ptn-3_1ptn-3.png'), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.contact-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 46, 91, 0.98);
}

.contact-pop-up.add-padding {
  display: none;
}

.logo-popup {
  position: relative;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #ffc527;
  background-image: url('../images/logo-w.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.remove-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-image: url('../images/remove.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.remove-button:hover {
  opacity: 1;
}

.scroll-down {
  position: absolute;
  left: 100px;
  bottom: 0px;
  z-index: 100;
  width: 50px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffc527;
  background-image: url('../images/down-arrow.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-down:hover {
  background-color: #212121;
}

.scroll-down.style-3 {
  left: 100px;
  right: 100px;
  bottom: 0px;
  background-color: #da1225;
}

.sub-banner {
  height: 400px;
  background-color: #141414;
}

.sub-banner.style-1 {
  background-color: #002e5b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.style-3 {
  height: 550px;
  background-color: #002e5b;
}

.sub-banner.contact-style-1 {
  height: 600px;
  background-color: #121212;
  background-image: url('../images/form.png'), url('../images/1_map.png');
  background-position: 50% 100%, 100% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.sub-banner.contact-style-2 {
  height: 630px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.56)), to(hsla(0, 0%, 100%, 0.56))), url('../images/greyson-joralemon-A1g0oeX29ec-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.56), hsla(0, 0%, 100%, 0.56)), url('../images/greyson-joralemon-A1g0oeX29ec-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.contact-style-3 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.85)), to(rgba(0, 46, 91, 0.85))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 91, 0.85), rgba(0, 46, 91, 0.85)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sub-banner.contact-style-4 {
  height: 550px;
  background-image: url('../images/form-gray.png'), url('../images/qinghill.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.sub-banner.service-style-1 {
  height: 620px;
  background-image: url('../images/form.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/banner-2.jpg');
  background-image: url('../images/form.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/banner-2.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.sub-banner.service-style-2 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.sub-banner.service-style-3 {
  height: 700px;
  background-image: url('../images/banner-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sub-banner.service-style-4 {
  height: 700px;
  background-color: #002e5b;
  background-image: url('../images/form.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-banner.about-style-1 {
  height: 70vh;
  background-image: url('../images/form.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/39395288_451115055374719_1506524770517123072_o.jpg');
  background-image: url('../images/form.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/39395288_451115055374719_1506524770517123072_o.jpg');
  background-position: 50% 100%, 0px 0px, 50% 100%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.sub-banner.about-style-3 {
  height: 600px;
  background-color: #ffc527;
  background-image: url('../images/logo-w.png'), url('../images/form.png'), url('../images/page-heading-bg.png');
  background-position: 50% 65%, 50% 100%, 0px 0px;
  background-size: 150px, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.sub-banner.about-style-4 {
  height: 800px;
  background-image: url('../images/form-gray.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/man-talking.jpg');
  background-image: url('../images/form-gray.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/man-talking.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sub-banner.about-style-5 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.95)), to(rgba(0, 46, 91, 0.95))), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 91, 0.95), rgba(0, 46, 91, 0.95)), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.careers-style {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 174, 159, 0.47)), to(rgba(192, 174, 159, 0.47))), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(192, 174, 159, 0.47), rgba(192, 174, 159, 0.47)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-banner._404 {
  height: 700px;
  background-image: url('../images/page-heading-bg.png');
  background-position: 0px 0px;
  background-attachment: fixed;
}

.sub-banner.main {
  height: 900px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 91, 0.95)), to(rgba(0, 46, 91, 0.95))), url('../images/8gg2ne_utcm-ng-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 91, 0.95), rgba(0, 46, 91, 0.95)), url('../images/8gg2ne_utcm-ng-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.sub-banner.faq {
  background-image: url('../images/form.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/37796218_427625871056971_7082689211869954048_o.jpg');
  background-image: url('../images/form.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/37796218_427625871056971_7082689211869954048_o.jpg');
  background-position: 50% 100%, 0px 0px, 50% 100%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.with-focus {
  margin-right: 39px;
  margin-left: 39px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/focus-bot-right.png'), url('../images/focus-bot-left.png'), url('../images/focus-top-right.png'), url('../images/focus-top-left.png');
  background-position: 100% 100%, 0px 100%, 100% 0px, 0px 0px;
  background-size: 30px, 30px, 30px, 30px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  text-align: center;
}

.with-focus.less-pading {
  padding-top: 56px;
}

.tabs-project {
  position: relative;
  width: 100%;
}

.container-style-4 {
  margin-top: 100px;
}

.map {
  height: 300px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tab-contact {
  margin-bottom: 30px;
  background-color: transparent;
}

.tab-link-contact {
  padding-top: 18px;
  padding-bottom: 16px;
  border-right: 1px solid #002e5b;
  background-color: #02274b;
  color: #fff;
}

.tab-link-contact.w--current {
  background-color: #ffc527;
}

.form {
  margin-top: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 600px;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc527;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.clouds-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 500px;
  background-image: url('../images/clouds.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fun-facts-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffc527;
}

.fun-facts-number {
  width: 80px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.41);
  font-size: 25px;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
}

.fan-facts-content {
  overflow: hidden;
  height: 80px;
  padding-top: 12px;
  padding-left: 30px;
  text-align: left;
}

.paragraph-white {
  color: #fff;
  font-size: 14px;
}

.fun-facts-name {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

.about-cricle {
  display: block;
  width: 450px;
  height: 450px;
  margin-right: auto;
  border-radius: 100%;
  background-image: url('../images/archtecture.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-gray {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 100%;
  margin-left: -580px;
  background-color: #f5f5f5;
}

.services-name {
  width: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #919191;
  text-decoration: none;
}

.services-name:hover {
  padding-left: 20px;
  color: #212121;
}

.column-different {
  height: 1100px;
  padding: 50px 20px;
}

.right-padding {
  padding-left: 40px;
}

.with-triangle {
  background-image: url('../images/form-blue.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.details-wrapper {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffc527;
}

.details-wrapper.more {
  padding-top: 10px;
}

.details-text {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #313131;
}

.details-text.dynamic {
  font-family: Poppins, sans-serif;
  color: #919191;
}

.big-space {
  margin-top: 100px;
}

.white-sub-blog {
  margin-top: -170px;
  padding: 220px 98px 70px;
  background-color: #fff;
  text-align: left;
}

._404-title {
  margin-top: 0px;
  font-size: 100px;
  line-height: 100px;
}

.skills-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
  border-radius: 20px;
  background-color: #001c38;
}

.skills-overlay {
  position: absolute;
  width: 70%;
  height: 30px;
  border-radius: 20px;
  background-color: #ffc527;
}

.process-text {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 16px;
  float: left;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}

.white-text {
  color: #fff;
}

.faq-title {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.go-top {
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index: 9999;
  width: 50px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #da1225;
  background-image: url('../images/long-arrow-pointing-up.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.go-top:hover {
  background-color: #212121;
}

.go-top.w--current {
  background-color: #bfae9f;
}

.navigation-menu-style-1.style-7 {
  display: inline-block;
  margin-top: 40px;
  margin-left: 40px;
  float: left;
}

.demo-subt-text {
  color: #b4b4b4;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.demos-wrapper {
  display: block;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.image-demo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 7px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-demo:hover {
  box-shadow: -4px 4px 15px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.75;
}

.demo {
  width: 100%;
}

.homepage-column {
  padding-right: 20px;
  padding-left: 20px;
}

.demo-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.demo-wrapper.no-margin {
  margin-bottom: 0px;
}

.pres-title {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.navigation-style-7 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}

.intro-wrapper {
  display: inline-block;
}

.social-left-wrapper {
  position: absolute;
  left: 50px;
  right: 0px;
  bottom: 30px;
  display: block;
}

.left-content {
  margin-left: 300px;
}

.left-dynamic {
  width: 33.333%;
  padding-right: 0px;
  padding-left: 0px;
}

.left-dynamic._50 {
  width: 50%;
}

.project-wrapper-style-5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.dynamic-project {
  background-color: #fff;
}

.project-square {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
}

.project-content-style-5 {
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
  color: #121212;
  text-align: center;
}

.center-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.meta-project {
  display: inline-block;
  font-family: 'Playfair Display', sans-serif;
  color: #818181;
  font-size: 15px;
  font-style: italic;
}

.some-color {
  color: #fff;
}

.column-none {
  display: none;
}

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

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0px;
}

.big {
  color: #da1225;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright-2 {
  margin-bottom: 0px;
  color: #919197;
  font-size: 14px;
}

.copyright-2.make-white {
  color: #fff;
}

.link {
  color: #515157;
  text-decoration: none;
}

.link.left {
  margin-left: 15px;
}

.link.left.white-link {
  color: #fff;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow.left-margin {
  margin-top: 0px;
  margin-left: 10px;
}

.webflow-logo-tiny {
  width: 18px;
  margin-right: 4px;
  opacity: 0.9;
}

.paragraph-tiny {
  color: #515157;
  line-height: 20px;
}

.paragraph-tiny.whiter {
  color: #fff;
}

.image {
  width: 1000px;
}

.logo-client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.work-image {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.line {
  position: absolute;
  left: 0%;
  top: 8px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #24347f;
}

.paragraph-white-2 {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.7);
}

.paragraph-white-2.biger {
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.with-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-child.horizontal {
  margin-bottom: 15px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  width: 20px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.top-title-2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-title-2.smaller-white {
  margin-right: 60px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.top-title-2.smaller-white.in-footer {
  margin-bottom: 30px;
  padding-right: 14px;
  background-color: #0a1229;
}

.top-title-2.white {
  color: #fff;
}

.phone-text {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-column {
  padding-right: 20%;
}

.image-3 {
  padding-right: 16px;
}

.link-block {
  margin-right: 23px;
}

.rieger-logo {
  margin-right: 15px;
}

.copyright-3 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #b7b7c7;
  font-size: 15px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.made-by-carnduff-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.made-by-carnduff-co.left-margin {
  margin-top: 0px;
  margin-left: 10px;
  color: #b7b7c7;
}

.made-by-carnduff-co.left-margin:hover {
  color: #fff;
}

.carnduffco-logo-tiny {
  width: 32px;
  margin-right: 10px;
  opacity: 0.9;
  font-size: 14px;
}

.copyright-4 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #b7b7c7;
  font-size: 13px;
}

.link-2 {
  display: inline-block;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #6f81fd;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.link-2.white {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #b7b7c7;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
}

.link-2.white:hover {
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  border-color: #da1225;
  background-image: url('../images/experience.svg');
}

.position-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
}

.top-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-title-wrapper.center.vertical {
  margin-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career-image {
  width: 10vw;
}

.button {
  display: inline-block;
  min-width: 160px;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #fc493e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fd6960;
}

.button.full {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-color: #3357d2;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.full:hover {
  background-color: #e98a38;
}

.button.full.not-full {
  width: auto;
  font-size: 12px;
}

.button.full.not-full:hover {
  background-color: #c1c3cc;
}

.career-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.section-2 {
  padding: 10% 5%;
}

.section-2.color {
  padding-top: 7%;
  padding-bottom: 7%;
  background-color: #3357d2;
  background-image: linear-gradient(72deg, #3357d2, rgba(36, 52, 127, 0.43)), url('../images/Screen-Shot-2020-04-17-at-1.59.42-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-2.color.careers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfae9f), to(#bfae9f)), url('../images/Screen-Shot-2020-04-06-at-9.30.17-AM.png');
  background-image: linear-gradient(180deg, #bfae9f, #bfae9f), url('../images/Screen-Shot-2020-04-06-at-9.30.17-AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.career-description {
  margin-bottom: 20px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lottie-animation {
  display: block;
  width: 200px;
  height: 200px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .navigation-style-1 {
    padding-bottom: 15px;
  }

  .navigation-link {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    float: none;
    text-align: left;
  }

  .navigation-link.dropdown.left.no-padding {
    width: auto;
  }

  .navigation-link.left.sub-device {
    width: auto;
  }

  .brand-logo {
    margin-top: 12px;
  }

  .brand-logo.left {
    margin-top: 19px;
    margin-left: 0px;
  }

  .dropdown-link {
    width: auto;
  }

  .drop-down-arrow {
    margin-bottom: 26.5px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .troll-free-text.inside-navigation {
    display: block;
  }

  .navigation-menu-style-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #bfae9f;
  }

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

  .align-center.device-margin {
    margin-top: 50px;
  }

  .navigation-menu-style-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-style-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner.style-2 {
    height: 700px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .banner.style-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 29, 0.92)), to(rgba(0, 15, 29, 0.92))), url('../images/banner-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 15, 29, 0.92), rgba(0, 15, 29, 0.92)), url('../images/banner-3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .banner.style-6 {
    height: 700px;
  }

  .banner.style-1 {
    background-position: 50% 100%, 223% 100%, 0px 100%;
  }

  .section.service-style-1 {
    height: 800px;
    max-height: 800px;
  }

  .section.gray.no-bottom-padding.with-form-blue {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.gray.less.white {
    padding-bottom: 70px;
  }

  .section.no-bottom-pading.with-triangle.add-padding {
    background-image: url('../images/bg-hourse.png');
    background-position: 145% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section.no-bottom-pading.add-padding {
    padding-bottom: 100px;
  }

  .section.with-image-1 {
    background-size: cover;
  }

  .section.blue.with-triangle {
    background-image: url('../images/2_map.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .section.blue.with-triangle.navigation {
    background-image: url('../images/2_map.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .section.triangle-blue {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container-services {
    top: 39%;
  }

  .left-small-service {
    margin-top: 40px;
  }

  .arrow-carousel {
    right: 0px;
    display: none;
  }

  .slide-carousel.less {
    position: relative;
    top: 0px;
    padding-top: 10px;
  }

  .tab-link-project.new-style {
    margin-top: 0px;
  }

  .dynamic-project-first {
    width: 50%;
  }

  .project-content-style-3 {
    width: 100%;
  }

  .project-photo {
    width: 100%;
    height: auto;
    max-height: auto;
  }

  .project-margin {
    margin-right: 10px;
    margin-left: 10px;
  }

  .navigation-style-6 {
    top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .container-style-6 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-style-6 {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fafafa;
  }

  .testinomials-wrapper {
    margin-right: 50px;
    margin-left: 50px;
  }

  .team-image {
    display: block;
    height: 100%;
    margin-right: 0px;
  }

  .blog-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-circle {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .container-center.lower-in-device {
    top: 55%;
  }

  .banner-title.biger {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 50px;
    line-height: 60px;
  }

  .banner-silder.style-6 {
    height: 700px;
  }

  .arrow-big-silder {
    display: none;
  }

  .background {
    height: 700px;
  }

  .video-liner {
    margin-right: 20px;
    margin-left: 20px;
  }

  .scroll-down {
    bottom: 0px;
    display: none;
  }

  .sub-banner.contact-style-1 {
    background-image: url('../images/1_map.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }

  .sub-banner.contact-style-2 {
    background-position: 68% 50%;
    background-size: cover;
  }

  .sub-banner.contact-style-4 {
    background-image: url('../images/qinghill.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .sub-banner.service-style-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Untitled-1-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Untitled-1-3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .sub-banner.service-style-4 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .sub-banner.about-style-1 {
    height: 400px;
    background-image: url('../images/about-bg-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .sub-banner.about-style-3 {
    background-image: url('../images/logo-small.png'), url('../images/page-heading-bg.png');
    background-position: 50% 76%, 0px 0px;
    background-size: 150px, auto;
    background-repeat: no-repeat, repeat;
  }

  .sub-banner.about-style-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/man-talking.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/man-talking.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .sub-banner.faq {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/man-woman-ipad.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/man-woman-ipad.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .with-focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-link-contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-cricle {
    width: 350px;
    height: 350px;
  }

  .with-triangle {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .navigation-menu-style-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fafafa;
  }

  .navigation-menu-style-1.blue {
    background-color: #002e5b;
  }

  .navigation-menu-style-1.style-7 {
    margin-top: 0px;
    margin-left: 0px;
    float: none;
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #ffc527;
  }

  .menu-button.style-5 {
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 8px;
    color: #fff;
  }

  .menu-button.style-4 {
    margin-top: 15px;
  }

  .menu-button.style-3 {
    margin-top: 0px;
    color: #fff;
  }

  .menu-button.style-3.w--open {
    background-color: #da1225;
  }

  .menu-button.style-7 {
    margin-top: 14px;
  }

  .navigation-style-7 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    float: none;
  }

  .intro-wrapper {
    display: block;
  }

  .left-content {
    margin-left: 0px;
  }

  .left-dynamic {
    width: 50%;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .copyright-2 {
    margin-bottom: 7px;
  }

  .link.left {
    margin-left: 0px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .logo-client-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-client {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
  }

  .logo-client-wrapper-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .copyright-3 {
    margin-bottom: 7px;
  }

  .made-by-carnduff-co.left-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .copyright-4 {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo {
    margin-top: 14px;
  }

  .brand-logo.style-2 {
    width: 100%;
    text-align: center;
  }

  .brand-logo.style-6 {
    margin-top: 12px;
    margin-left: 0px;
  }

  .troll-free-text {
    margin-bottom: 5px;
    text-align: center;
  }

  .troll-free-text.inside-navigation {
    text-align: left;
  }

  .troll-free-text.inside-navigation.less {
    display: inline-block;
    padding-left: 0px;
  }

  .align-right.social-change {
    margin-top: 30px;
    text-align: left;
  }

  .align-right.algin-center-device.top-bit-margin {
    margin-top: 20px;
  }

  .social-wrapper.in-device {
    top: 5px;
    text-align: center;
  }

  .navigation-menu-style-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .half-top {
    width: 40%;
    margin-top: 10px;
    margin-right: 0px;
    float: none;
  }

  .align-center.top-bit-margin {
    margin-top: 20px;
  }

  .social-footer {
    right: 312px;
  }

  .heading-white.title-blog-post {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-style-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-style-3 {
    padding-bottom: 184px;
  }

  .footer-logo-style-3 {
    left: 32px;
    width: 60%;
  }

  .footer-style-4 {
    padding-top: 300px;
  }

  .banner.style-1 {
    height: 600px;
    background-image: url('../images/clouds_1.png'), url('../images/bishop.jpg');
    background-position: 50% 100%, 0px 100%;
    background-size: auto 400px, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .section.service-style-1 {
    height: 1950px;
    max-height: 1950px;
  }

  .section.service-style-1.less {
    height: 1600px;
    max-height: 1600px;
  }

  .section.with-image-1 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.with-image-6.in-service {
    height: 2200px;
    max-height: 2200px;
  }

  .service-style-1-wrapper {
    margin-right: 50px;
    margin-left: 50px;
  }

  .container-services {
    top: 26%;
  }

  .tab-service {
    width: 50%;
  }

  .services-style-4 {
    margin-bottom: 40px;
  }

  .column-without-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-style-5-wrapper {
    margin-bottom: 20px;
  }

  .video-lightbox {
    margin-top: 20px;
  }

  .project-photo {
    max-height: auto;
  }

  .quote-form-wrapper.centered {
    width: 80%;
  }

  .testimonials-wrapper {
    margin-bottom: 20px;
  }

  .team-image {
    margin-right: 80px;
    margin-left: 80px;
  }

  .team-content {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-wrapper {
    display: block;
    width: auto;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 100px;
  }

  .container-center.uper.more.center-device {
    top: 40%;
  }

  .container-center.lower.service.regulate {
    top: 50%;
  }

  .banner-title.in-style-4 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .contact-pop-up {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sub-banner.service-style-1 {
    height: 800px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Untitled-1-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Untitled-1-3.jpg');
    background-size: auto, cover;
  }

  .sub-banner.service-style-3 {
    height: 1900px;
  }

  .with-focus.less-pading {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 56px;
  }

  .about-cricle {
    display: block;
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .column-different {
    height: auto;
    max-height: auto;
  }

  .right-padding {
    padding-left: 0px;
  }

  .navigation-menu-style-1.style-7 {
    width: 100%;
  }

  .menu-button.w--open {
    margin-right: 10px;
  }

  .menu-button.style-7 {
    margin-right: 10px;
  }

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

  .with-padding {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 10px;
  }

  .top-margin-device {
    margin-top: 30px;
  }

  .small-footer-icon {
    display: block;
    margin-bottom: 20px;
  }

  .left-dynamic._50 {
    width: 100%;
  }

  .logo-client-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-client {
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
  }

  .logo-client-wrapper-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-child {
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .info-child.horizontal.no-center {
    text-align: left;
  }

  .top-title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-column {
    margin-bottom: 39px;
    padding-right: 0%;
  }

  .copyright-3 {
    margin-bottom: 0px;
  }

  .made-by-carnduff-co.left-margin {
    margin-left: 15px;
  }

  .copyright-4 {
    margin-bottom: 0px;
  }

  .career-description {
    font-size: 13px;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link {
    padding-right: 0px;
  }

  .brand-logo.style-4 {
    padding-right: 15px;
    padding-left: 10px;
  }

  .brand-logo.style-4.line-white {
    padding-right: 15px;
    padding-left: 10px;
  }

  .drop-down-arrow {
    right: 2px;
  }

  .dropdown-toggle {
    padding-right: 0px;
  }

  .troll-free-text.inside-navigation {
    display: block;
    text-align: left;
  }

  .troll-free-text.inside-navigation.less {
    display: block;
    text-align: left;
  }

  .align-right.algin-center-device {
    margin-top: 20px;
  }

  .navigation-menu-style-2 {
    background-color: #bfae9f;
  }

  .half-top {
    width: 86%;
  }

  .top-margin.zero-margin {
    margin-top: 0px;
  }

  .text-field-footer.pop-up {
    display: block;
    height: 35px;
  }

  .footer-logo-style-3 {
    width: 80%;
  }

  .footer-style-4 {
    padding-top: 50px;
  }

  .banner.style-2 {
    height: 600px;
  }

  .banner.style-5 {
    height: 900px;
  }

  .section.service-style-1 {
    height: 2250px;
    max-height: 2250px;
  }

  .section.service-style-1.less {
    height: 1900px;
    max-height: 1900px;
  }

  .section.with-image-6 {
    height: 1400px;
    max-height: 1400px;
  }

  .section.with-image-6.in-service {
    height: 2000px;
    max-height: 2000px;
  }

  .service-style-1-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-top {
    margin-right: 5px;
    margin-left: 5px;
  }

  .title-top.heading-white.biger {
    font-size: 40px;
    line-height: 50px;
  }

  .left-more-padding {
    margin-right: 0px;
  }

  .tab-history-margin {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-link-project {
    margin-top: 10px;
  }

  .tab-link-project.new-style {
    border-right-style: none;
  }

  .dynamic-project-first {
    width: 100%;
  }

  .testinomials-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .quote-form-wrapper.centered {
    width: 95%;
  }

  .team-image {
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    float: none;
  }

  .container-center.uper.with-zero {
    top: 0%;
  }

  .banner-title {
    font-size: 40px;
  }

  .banner-title.biger {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-title.smaller-title {
    font-size: 25px;
    line-height: 35px;
  }

  .background {
    height: 600px;
  }

  .video-liner {
    padding: 30px 20px;
  }

  .contact-pop-up.add-padding {
    position: fixed;
    padding-top: 350px;
  }

  .remove-button {
    top: 5px;
    right: 5px;
  }

  .sub-banner.style-3 {
    height: 700px;
  }

  .sub-banner.service-style-1 {
    height: 850px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Untitled-1-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Untitled-1-3.jpg');
    background-size: auto, cover;
  }

  .sub-banner.service-style-3 {
    height: 1550px;
  }

  .sub-banner.about-style-4 {
    height: 1000px;
  }

  .with-focus {
    margin-right: 20px;
    margin-left: 20px;
  }

  .with-focus.less-pading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-cricle {
    width: 250px;
    height: 250px;
  }

  .column-different {
    max-height: auto;
  }

  .right-padding {
    padding-left: 0px;
  }

  .white-sub-blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button.style-3.w--open {
    background-color: #da1225;
  }

  .homepage-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-dynamic {
    width: 100%;
  }

  .logo-client {
    padding-right: 10px;
    padding-left: 10px;
  }

  .info-child.horizontal.no-center {
    padding-left: 0px;
  }

  .top-title-2 {
    margin-bottom: 9px;
  }

  .copyright-3 {
    font-size: 15px;
  }

  .made-by-carnduff-co.left-margin {
    margin-left: 0px;
  }

  .copyright-4 {
    font-size: 15px;
  }

  .position-card {
    margin-bottom: 30px;
  }

  .top-title-wrapper {
    margin-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .career-image {
    width: 24vw;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

