@charset "utf-8";
/* CSS Document */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */




.info-wrap {
       padding: 15px;
    }
.bg-primary{
	color:#FFFFFF;
    background-color:#74969b !important;
}

.info-wrap h3 {
  color: #fff;
text-transform: none;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px; 
    margin-bottom: 45px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ffffff;
    padding-bottom: 10px;
}

  .info-wrap .dbox:last-child {
    margin-bottom: 0; }

  .info-wrap .dbox p {
    margin-bottom: 0; 
	  line-height: 1.3;
}

    .info-wrap .dbox p span {
      font-weight: 600;
      color:#ffffff; }

    .info-wrap .dbox p a {
      color: #fff;
		font-size: 14px;
}

  .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); }

    .info-wrap .dbox .icon span {
      font-size: 20px;
      color: #fff; }

  .info-wrap .dbox .text {
    width: calc(100% - 50px); }


.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
	font-family: 'Internacional-Light';
}

.mb-4 {
	font-family: 'Internacional-Light';
	text-transform: none;
}

.p-lg-5 {
        padding: 3rem !important;
    }

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

.w-100 {
    width: 100% !important;
}

.get-in-touch{
	background-color: #ffffff;
}

.get-in-touch-section{
	background-color: #fafafa;
}

.contact-wrap {
    background: #fff;
}

.p-md-5 {
        padding: 3rem !important;
    }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}



.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

 
.ftco-section {
    padding: 7em 0;
}




.p-4 {
    padding: 15px !important;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

.myForm{
	float: right;
	-webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.myContact{
	float: left;
}


.myFlex{
		width: 100%;
		display:flex;	
	}	
	
.myFlex div{
		
	}

.myForm2{
	display: flex;
	background-color: #FFFFFF;
	flex: 58%;
	padding: 15px;
	-webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.myContact2{
	display: flex;
	background-color: #74969b;
	background-image: url( "../img/large-orchid.png");
	background-size: 160%;
    background-position-x: 80px;
    background-position-y: 280px;
    background-repeat: no-repeat;
	color: #FFFFFF;
	flex: 42%;
	padding: 15px;
	margin-top:-25px;
	margin-bottom: -25px;
	border-radius: 5px;
	
}




@media (max-width:990px){
.info-wrap {
        margin-top: 00px;
        margin-bottom: 00px;
        border-radius: 0px;
		padding: 0rem;
}
	
	.myFlex{
		width: 100%;
		display:flex;
		flex-direction: column-reverse;
	}	

.myForm2{
	display: flex;
	flex: 100%;
	
	}
	
.myContact2{
	display: block;
	flex: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	
	}
	
.myForm{
	float: none;
	background-color: #FFFFFF;
}

.myContact{
	float: none;
	background-color: #74969b;
	
}
	
	.w-100 {
    width: 100% !important;
}
	
	.info-wrap .dbox p a {
    color: #fff;
	font-size: 10px;
	}
	
	.myContact2{
	padding: 15px 15px 30px 15px;
}
		
	
}

@media(max-width:768px){

}
