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

.default-1-340 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-340 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-340 .no-padding {
    padding: 0px !important; }
  .default-1-340 .no-margin {
    margin: 0px !important; }
  .default-1-340 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 500ms ease-in-out;
    top: 0px;
    left: 0; }
  .default-1-340 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-340 .row-eq-height:before, .default-1-340 .row-eq-height:after {
    display: inline-block; }
  .default-1-340 .alt {
    display: flex; }
  .default-1-340 .account-content-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative; }
  .default-1-340 .account-content-bg-img {
    width: 100%;
    height: 727px;
    object-fit: cover;
    margin: 0px; }
  .default-1-340 .account-content {
    width: 100%;
    float: left;
    margin: 0px;
    background: rgba(45, 66, 128, 0.95);
    padding: 5rem 4rem 0rem; }
  .default-1-340 .account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2.5rem 0;
    color: #FFF;
    font-size: 5rem;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .account-desc {
    width: 100%;
    display: inline-block;
    margin: 0px 0 1rem 0;
    color: #FFF;
    font-size: 20px;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .create-account {
    width: 100%;
    float: left;
    margin: 0px;
    background: #FFFFFF;
    padding: 5rem 4rem 0rem; }
  .default-1-340 .create-account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #333333;
    font-size: 24px;
    font-weight: 400; }
  .default-1-340 .create-account-sub-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    color: #818181;
    font-size: 14px; }
  .default-1-340 .account-input-box {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0; }
    .default-1-340 .account-input-box label {
      width: 100%;
      margin: 0px 0 5px 0;
      font-size: 17px;
      color: #818181;
      font-weight: 600; }
    .default-1-340 .account-input-box input {
      outline: none;
      background: #FCFCFC;
      color: #818181;
      font-size: 15px;
      font-weight: 400;
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      padding: 1.5rem 1.3rem;
      line-height: normal;
      width: 100%; }
    .default-1-340 .account-input-box .radio-button {
      width: auto;
      margin: 1.8rem 1rem 0 0rem;
      vertical-align: -2px; }
  .default-1-340 .continue-btn {
    text-decoration: none;
    display: inline-block;
    margin: 1.8rem 0 4rem 0;
    padding: 1.5rem 3rem;
    line-height: normal;
    cursor: pointer;
    background: #3A5BF2;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .default-1-340 .account-content-bg-img {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .default-1-340 .account-content {
      padding: 5rem 1.5rem 0rem; }
    .default-1-340 .create-account {
      padding: 5rem 1.5rem 0rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body{
    font-family: 'Josefin Sans', sans-serif;
}
.groom8 {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
}
.groom8 .imgc{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.groom8 .overlay{
    width: 100%;
    height: 500px;
    position: absolute;
    top:0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.groom8 .overlay .contct{
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-left: 8rem;

}
.groom8 .overlay .ctc-tl1{
    padding: 3rem 0rem;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
    color: white;
    font-size: 40px;
}
.groom8 .overlay .ctc-dc1{
    padding: 0rem 3rem 0 0;
    text-transform: capitalize;
    font-weight: bold;
    color: white;
    text-align:left;
    line-height: 24px;
    font-size: 16px;

}
.groom8 .overlay .nm-input{
    width: 45%;
    padding: 2rem;
    border: none;
    border-radius: 5px;
    color: grey;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
    margin-right: 1rem;
}
.groom8 .overlay .mail-input{
    width: 45%;
    padding: 2rem;
    border: none;
    border-radius: 5px;
    color: grey;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
}
.groom8 .overlay .txt-area{
    width: 92%;
    padding: 2rem;
    border: none;
    border-radius: 5px;
    color: grey;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
}
.groom8 .overlay .btn-snd{
    text-align: right;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 1.6rem 3.5rem;
    font-size: 16px;
    color: #333333;
    background: none;
    position: relative;
    right: 0;
    background: #83DB35;
    letter-spacing: 1px;
    outline: none;
}

.groom8 .overlay .btn-send{
    width: 92%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.groom8 .overlay form{
    padding-bottom: 3rem;
}

@media all and (min-width: 320px) and (max-width: 667px) {
    .groom8 .overlay .contct {
        width: 100%;
        display: inline-block;
        padding-top: 0rem;
        padding-left: 0rem;
        text-align: center;
        margin-bottom: 1em;
    }
    .groom8 {
        height: 700px;
    }
    .groom8 .overlay{
        height: 700px;
    }
    .groom8 .overlay .ctc-tl1{
        padding: 0.5em 0;
        text-align: center;
    }
    .groom8 .overlay .ctc-dc1{
        text-align: center;
    }
}body {font-family: 'Josefin Sans', sans-serif;}
.eco-8 a, a:hover, a:focus, a:active {outline: 0 !important; text-decoration: none; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; cursor: pointer !important;}
.eco-8 button {cursor: pointer !important;}
.eco-8 .no-padding {padding: 0;}
.eco-8 .margin-top-20 {margin-top: 20px; display: inline-block;}
.eco-8 .margin-top-30 {margin-top: 30px; display: inline-block;}
.eco-8 .margin-top-40 {margin-top: 40px; display: inline-block;}
.eco-8 .margin-top-50 {margin-top: 50px; display: inline-block;}
.eco-8 .btn-default {padding: 12px 30px; color: #fff; background: transparent; border: 2px solid #fff; display: inline-block; margin: 20px 0 0 0;}
.eco-8 .btn-default:hover {background: #fff; color: #000;}

/*==================== start css ======================*/
.eco-8 {width: 100%; display: inline-block; padding: 0px 0 0px; position: relative; background: #fff;}

.eco-8 .contact-detail {width: 100%; display: inline-block; padding: 20% 0;}
.eco-8 .contact-detail h3 {width: 100%; display: inline-block; font-size: 18px; font-weight: bold; line-height: normal; margin: 0 0 20px 0; color: #002;}
.eco-8 .contact-detail p {width: 100%; display: inline-block; font-size: 14px; line-height: 21px; margin: 0 0 0px 0; color: #666;}
.eco-8 .contact-detail a {color: #666;}
.eco-8 .contact-detail a:hover {color: #002;}

.eco-8 .videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}
.eco-8 .videoWrapper>.frameCover,.videoWrapper>iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.eco-8 .videoWrapper>.frameCover { background: none;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .eco-8 .contact-detail {padding: 5% 0;}
  .eco-8 .contact-detail h3 {margin: 40px 0 10px;}
  .eco-8 .contact-detail .col-md-4 {width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .eco-8 .contact-detail {padding: 5% 0;}
  .eco-8 .contact-detail h3 {margin: 40px 0 10px;}
}
@media screen and (max-width: 767px) {
  .videoWrapper {min-height: 350px !important;}
  .eco-8 .contact-detail {padding: 5% 0;}
  .eco-8 .contact-detail h3 {margin: 40px 0 10px;}
}
@media screen and (max-width: 480px) {
  .eco-8 .contact-detail h3 {font-size: 16px;}
  .videoWrapper {min-height: 350px !important;}
  .eco-8 .contact-detail {padding: 5% 0;}
  .eco-8 .contact-detail h3 {margin: 40px 0 10px;}
}
