
/*myindex*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.banner6 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  height:86vh;
  background:#0D1C23;
}


.banner6 .subtitle {
  line-height: 24px;
}

.banner6 a {
  text-decoration: none;
}

.banner6 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.banner6 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.banner6 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.banner6 .bg-facebook {
  background-color: #3b5a9a;
}

.banner6 .bg-twitter {
  background-color: #56adf2;
}

.banner6 .text-danger {
  color: #ff4d7e !important;
}

.banner6 .right-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 69px;
}

@media (max-width: 1023px) {
  .banner6 .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner6 .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
	.banner6 .right-image {
		position: relative;
		bottom: -95px;
	}
}


.col6style{
    top: 11em;
    left: 8em;
}

.myfont_hs {
    font-style: italic;
    color: white;
    font-size: 3.7em;
    font-weight: 600!important;
}
.myfont {
background-image: radial-gradient(circle, #52BEFF, #057EC6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-right: 0.4em;
}


h4.text-white.subhed {
    font-family: 'Montserrat';
    font-weight: 400;
}

.subhed>span {
color:#49BBFF;
}

.in_form{background: #3A9AD3;
    padding: 1.2em 0em;
}

@media (min-width: 576px){
.form-inline .form-group {
    display: -ms-flexbox;
    display: grid;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
}

.form-inline {
     display: contents;
}

.form-control {
    background-color: white;

    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.4rem 2rem;
    
    
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.btn.btn-teal {
    background: #0d1c23;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
    color: white;
    padding: 0.599em;
}
/*/myindex*/