/* ==========================================================================
   Transitions
   ========================================================================== */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "myanmar-bold";
  src: url("../../assets/fonts/Myanmar/Myanmar-MN-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "myanmar-regular";
  src: url("../../assets/fonts/Myanmar/Myanmar-MN-Regular.ttf") format("truetype");
}
.b-connect {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 959px) {
  .b-connect {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    overflow: visible;
  }
}
.preview .b-connect {
  margin-top: 0px;
  margin-bottom: 0px;
}

.b-connect-form,
.b-connect-info {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 50%;
}
@media (max-width: 959px) {
  .b-connect-form,
.b-connect-info {
    width: 100%;
  }
}

.b-connect-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 959px) {
  .b-connect-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0px;
  }
}
.b-connect-info .container {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 960px) {
  .b-connect-info .container {
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 50px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1500px) {
  .b-connect-info .container {
    width: 670px;
  }
}
@media (max-width: 959px) {
  .b-connect-info .container {
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .b-connect-info .container {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .b-connect-info .container {
    padding: 25px;
    padding-top: 50px;
  }
}
.b-connect-info .container:before {
  position: absolute;
  top: 50px;
  left: 0;
  background: #bdc205;
  content: "";
  display: block;
  height: 220px;
  width: 10px;
}
@media (max-width: 575px) {
  .b-connect-info .container:before {
    height: 150px;
  }
}
.preview .b-connect-info .container, .page-content-ready .visible-on-screen .b-connect-info .container {
  opacity: 1;
  transform: none;
}

.b-connect-info-slider {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #505c55 url(./images/info-bg-green.jpg) no-repeat top left;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.b-connect-info-heading h1:not([class^=as]), .b-connect-info-heading .as-h1 {
  font-size: 5.5rem;
}
@media (max-width: 1499px) {
  .b-connect-info-heading h1:not([class^=as]), .b-connect-info-heading .as-h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 959px) {
  .b-connect-info-heading h1:not([class^=as]), .b-connect-info-heading .as-h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .b-connect-info-heading h1:not([class^=as]), .b-connect-info-heading .as-h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 575px) {
  .b-connect-info-heading h1:not([class^=as]), .b-connect-info-heading .as-h1 {
    font-size: 4.2rem;
  }
}
.b-connect-info-heading h2:not([class^=as]), .b-connect-info-heading .as-h2 {
  font-size: 4.5rem;
}
@media (max-width: 1499px) {
  .b-connect-info-heading h2:not([class^=as]), .b-connect-info-heading .as-h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 959px) {
  .b-connect-info-heading h2:not([class^=as]), .b-connect-info-heading .as-h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .b-connect-info-heading h2:not([class^=as]), .b-connect-info-heading .as-h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .b-connect-info-heading h2:not([class^=as]), .b-connect-info-heading .as-h2 {
    font-size: 3.2rem;
  }
}

.b-connect-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: #fff;
  margin-top: 0px;
  transition-property: transform;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100px);
  z-index: 10;
}
@media (max-width: 959px) {
  .b-connect-form {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.b-connect-form .container {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(50px);
}
@media (min-width: 960px) {
  .b-connect-form .container {
    margin: 0px;
    padding: 0px;
    padding-top: 100px;
    padding-left: 100px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1500px) {
  .b-connect-form .container {
    width: 670px;
  }
}
.preview .b-connect-form .container, .page-content-ready .visible-on-screen .b-connect-form .container {
  opacity: 1;
  transform: none;
}
.b-connect-form h1, .b-connect-form h2, .b-connect-form h3 {
  transition-property: opacity, transform;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(-25px);
}
.preview .b-connect-form h1, .page-content-ready .visible-on-screen .b-connect-form h1, .preview .b-connect-form h2, .page-content-ready .visible-on-screen .b-connect-form h2, .preview .b-connect-form h3, .page-content-ready .visible-on-screen .b-connect-form h3 {
  opacity: 1;
  transform: none;
}
.preview .b-connect-form, .page-content-visible .visible-on-screen .b-connect-form {
  transform: none;
}

@media (max-width: 959px) {
  .b-connect-form-content {
    background: #fff;
    margin-top: -100px;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .b-connect-form-content {
    margin-top: -100px;
    background: #fff;
    padding: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .b-connect-form-content {
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
  }
}

.b-connect-info-heading {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .b-connect-info-heading {
    margin-bottom: 25px;
  }
}

.b-connect-info-contact-item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-connect-info-contact-item:first-child {
  padding-top: 0px;
}
@media (max-width: 575px) {
  .b-connect-info-contact-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .b-connect-info-contact-item:first-child {
    padding-top: 0px;
  }
}
.b-connect-info-contact-item a {
  text-decoration: none;
}
.b-connect-info-contact-item a:hover {
  text-decoration: underline;
}
.b-connect-info-contact-item:last-child {
  padding-bottom: 0px;
}
.b-connect-info-contact-item:not(:first-child):before {
  position: absolute;
  top: 0;
  left: 0;
  background: #bdc205;
  content: "";
  display: block;
  height: 1px;
  width: 125px;
}

.b-connect-info-contact-item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #bdc205;
  margin-bottom: 25px;
}
.b-connect-info-contact-item-heading img {
  display: block;
  margin-right: 20px;
}
.b-connect-info-contact-item-heading h1, .b-connect-info-contact-item-heading h2, .b-connect-info-contact-item-heading h3 {
  color: #E4E0DB !important;
  margin: 0px;
}

.b-connect-info-contact-item-content {
  font-family: "Gotham A", "Gotham B", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 575px) {
  .b-connect-info-contact-item-content {
    font-size: 1.5rem;
  }
}

.preview .b-connect-content,
.preview .b-connect-heading {
  width: 50%;
}
@media (min-width: 960px) {
  .preview .b-connect-content,
.preview .b-connect-heading {
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .preview .b-connect-content,
.preview .b-connect-heading {
    width: 50%;
  }
}



/*GRAVITY FORMS*/

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 2.5rem;
}

.gform_heading .gform_description {
  font-family: "Myanmar MN",Serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #505c55 !important;
  line-height: 1;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel]
{
  background: #fff !important;
  color: #333333;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  font-family: "Gotham A","Gotham B",Sans-Serif;
  font-style: normal;
  text-transform: uppercase;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  transition-property: border-color;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  width: 100%;
}

.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder
{
  font-family: "Gotham A","Gotham B",Sans-Serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #a4a4a4;
}

.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus
{
  border-bottom: 3px solid #bdc205;
  outline: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Myanmar MN";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  color: #444444;
  display: block;
  margin: 0;
  margin-bottom: 25px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #bdc205 !important;
  outline: none;
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #bdc205 !important;
  outline: none;
}

.gform_wrapper.gravity-theme textarea {
  appearance: none;
  background: #f8f8f8;
  border-radius: 0;
  border: none;
  color: #333333;
  font-family: "Gotham A","Gotham B",Sans-Serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  height: 175px !important;
  padding: 25px;
  text-transform: none;
  width: 100%;
  border-bottom: 1px solid #bdc205 !important;
  outline: none;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop .chosen-search .chosen-search-input {
  background: none !important;
}

/*GRAVITY FORMS END*/

/*# sourceMappingURL=styles.css.map */
