
/* Roboto font style */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

/* ========================= float labels ============================== */

/*!
 * Float Labels
 * @version: 3.3.9
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
 .fl-form .fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  width: 100%;
  outline: 0;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid none;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  margin-bottom: 0
}

.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
  color: #555;
  font-weight: 400
}

.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
  color: #555;
  font-weight: 400
}

.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
  color: #555;
  font-weight: 400;
  color: #fff !important
}

.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
  color: #555;
  font-weight: 400
}

.fl-form select.fl-select {
  position: relative;
  color: #555;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none
}

.fl-form select.fl-select::-ms-expand {
  display: none
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #222;
  background-color: #fff;
  border-color: none
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
  background-color: #fff;
  border-color: none
}

.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  border-top-left-radius: 3px;
  transition: all .3s ease-in-out;
  z-index: 1
}

body[dir=rtl] .fl-form label.fl-label {
  left: unset;
  right: 0
}

.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible
}

.fl-form .fl-has-focus label.fl-label {
  color: #555
}

.fl-form .fl-is-required:before {
  opacity: 1;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 18px;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  transition: all .3s ease-in-out;
  padding: 8px 0 0;
  z-index: 1
}

body[dir=rtl] .fl-form .fl-is-required:before {
  right: unset;
  left: 18px
}

.fl-form .fl-is-required.fl-is-active:before {
  opacity: 0
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 8px 16px
}

.fl-form.fl-style-1 select.fl-select {
  height: 46px
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 8px 16px
}

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 13px;
  background-color: transparent;
  color: #3d3535;
  padding: 16px 4px;
  font-weight: 600;
}

.fl-form.fl-style-1 label.fl-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -10px;
  padding: 4px
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 10px
}

body[dir=rtl] .fl-form.fl-style-1 label.fl-label {
  left: unset;
  right: 13px
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 16px
}

.fl-form.fl-style-2 select.fl-select {
  height: 62px
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 24px 16px 8px
}

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 9.8px;
  padding: 8px 4px 4px
}

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 16px
}

body[dir=rtl] .fl-form.fl-style-2 label.fl-label {
  left: unset;
  right: 13px
}

.fl-form .fl-wrap-select:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2
}

body[dir=rtl] .fl-form .fl-wrap-select:after {
  right: unset;
  left: 6px
}

/* ==================== end of floating label css ============================= */



.elementor-heading-title {
  color: #ffffff;
  font-family: "Ubuntu", Sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
}
.myHeight {
  min-height: 65vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
input,
select,
textarea {
  transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  border: 1px solid #147db0;
  box-sizing: border-box;
  padding: 0 20px 0 36px;
  height: 40px;
  color: #2a2e34;
  background-color: #fff;
}
.form-control {
  border-radius: 0.5rem;
}
.form-control:focus {
  border-width: 1.5px;
  border-color: #147db0;
  box-shadow: none;
  outline: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
form label {
  font-weight: normal;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background: white; */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='002424' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M710l555-5z'/><path d='M00h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
input#check1 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  box-shadow: none;
}
.custom-margin {
  margin: 3rem 20rem;
}
.content-left {
  background: linear-gradient(to bottom, #466fcf 0%, #23a1cf 100%) !important;
  padding: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content-left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 20px 20px 20px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  /* background: #466FCF; */
}

@media (max-width: 991px) {
  .content-left-wrapper {
    height: auto;
    padding: 0px 10px 35px 10px;
  }
}

@media (max-width: 767px) {
  .content-left-wrapper {
    padding: 0px 15px 35px 15px;
  }
}

@media (max-width: 991px) {
  .content-left-wrapper figure img {
    height: 200px;
  }
  .custom-margin{
    margin: 3rem 5rem;
  }
}
@media (max-width: 1500px) {
  
  .custom-margin{
    margin: 3rem 10rem;
  }
}

@media (min-width: 1501px) {
  
  .custom-margin{
    margin: 3rem 20rem;
  }
}

.content-left-wrapper h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0 15px 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .content-left-wrapper h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .custom-margin{
    margin: 10px;
  }
  .content-wrapper{
    padding: 0px;
  }
}

.content-left-wrapper p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.content-left-wrapper .copy {
  font-size: 14px;
  font-size: 0.875rem;
}

.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}

@media (max-width: 991px) {
  .content-left-wrapper .btn_1 {
    display: none;
  }
}

.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}

@media (max-width: 767px) {
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.content-left-wrapper .copy {
  font-size: 14px;
  font-size: 0.875rem;
}

.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}

@media (max-width: 991px) {
  .content-left-wrapper .btn_1 {
    display: none;
  }
}

.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}

@media (max-width: 767px) {
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}
.btn_1,
a.btn_1 {
  border: none;
  color: #fff;
  background: #1dbe72;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn_1:hover,
a.btn_1:hover {
  background-color: #d80075;
}

.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.btn_1.small,
a.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.btn_1.medium,
a.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}

.btn_1.rounded,
a.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.btn_1.yellow,
a.btn_1.yellow {
  background: #f8bd2c;
  color: #111;
}

.btn_1.yellow:hover,
a.btn_1.yellow:hover {
  background-color: #d80075;
  color: #fff;
}

