/* NOTE Contact Page Style*/
#contact-page .main-contact{
    padding-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#contact-page .animated-contact{
    display: flex;
    justify-content: center;
}
#contact-page .animated-contact lottie-player{
    transform: scaleX(-1);
}
#contact-page .google-map{
    margin-top: 150px;
    width: 100%;
    height: 400px;
    display: flex;
    padding: 0 !important;
    justify-content: center;
    
}
#contact-page .google-map iframe{
    width: 100%;
    height: 100%;
}
#contact-page .dashed{
  --b: 5px;  /* border thickness */
  --s: 30px; /* size of the dashes */
  --c1: #215A6D;
  --c2: #92C7A3;
  width: 95%;
  aspect-ratio: 1;
  position: relative;
}
#contact-page .dashed::before {
  content:"";
  position: absolute;
  inset: 0;
  padding: var(--b);
  background: 
    repeating-conic-gradient(var(--c1) 0 25%,var(--c2) 0 50%) 
    0 0/var(--s) var(--s) round;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
#contact-page .contact-form{
    padding: 0 !important;
}
#contact-page .contact-form .container-fluid{
    width: 116%;
    padding: 0 !important;
}
/* make container fluid width = 100 on max 992px */
@media (max-width: 992px) {
    #contact-page .contact-form .container-fluid{
        width: 93% !important;
    }
}
#contact-page .wrapper {
    width: 100%;
    -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); 
}
#contact-page .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; 
    }
#contact-page #form-message-warning, #contact-page #form-message-success {
    display: none; 
}
    
#contact-page #form-message-warning {
    color: #f65c78; 
}
#contact-page #form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500; 
}
#contact-page .contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0; 
}

#contact-page #contactForm .error {
    color: #f65c78;
    font-size: 12px; 
}

#contact-page #contactForm .form-control {
    font-size: 16px; 
}
#contact-page .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #28a745; 
}
#contact-page .info-wrap h3 {
    color: #000;
    position: relative; }
#contact-page .info-wrap h3:after {
position: absolute;
bottom: -6px;
right: 0;
width: 60px;
height: 3px;
background: #d62196;
content: ''; }

#contact-page .info-wrap .dbox {
width: 100%;
margin-bottom: 25px; }
#contact-page .info-wrap .dbox:last-child {
margin-bottom: 0; }
#contact-page .info-wrap .dbox p {
margin-bottom: 0; }
#contact-page .info-wrap .dbox p span {
font-weight: 400;
color: #000; }
#contact-page .info-wrap .dbox p a {
color: rgba(0, 0, 0, 0.3); }
#contact-page .info-wrap .dbox .icon {
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05); }
#contact-page .info-wrap .dbox .icon span {
font-size: 20px;
color: #000; }
#contact-page .info-wrap .dbox .text {
width: calc(100% - 50px); }
#contact-page .img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center; 
}
#contact-page .info-wrap .dbox {
width: 100%;
margin-bottom: 25px; }
#contact-page .info-wrap .dbox:last-child {
margin-bottom: 0; }
#contact-page .info-wrap .dbox p {
margin-bottom: 0; }
#contact-page .info-wrap .dbox p span {
font-weight: 400;
color: #000; }
#contact-page .info-wrap .dbox p a {
color: rgba(0, 0, 0, 0.3); }
#contact-page .info-wrap .dbox .icon {
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05); }
#contact-page .info-wrap .dbox .icon span {
font-size: 20px;
color: #000; }
#contact-page .info-wrap .dbox .text {
width: calc(100% - 50px); }
#contact-page .contact-wrap {
background: #7f279c;
background: -moz-linear-gradient(-45deg, #7f279c 0%, #2e279d 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #7f279c), color-stop(100%, #2e279d));
background: -webkit-linear-gradient(-45deg, #7f279c 0%, #2e279d 100%);
background: -o-linear-gradient(-45deg, #7f279c 0%, #2e279d 100%);
background: -ms-linear-gradient(-45deg, #7f279c 0%, #2e279d 100%);
background: -webkit-linear-gradient(315deg, #7f279c 0%, #2e279d 100%);
background: -o-linear-gradient(315deg, #7f279c 0%, #2e279d 100%);
background: linear-gradient(135deg, #7f279c 0%, #2e279d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f279c', endColorstr='#2e279d', GradientType=1 ); }
#contact-page .contact-wrap h4 {
color: #fff;
}
#contact-page .main-contact .form-control {
height: 52px;
background: transparent;
color: rgba(255, 255, 255, 0.8) !important;
font-size: 14px;
border-radius: 0px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#contact-page .main-contact .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgba(255, 255, 255, 0.5) !important; }
#contact-page .main-contact .form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.5) !important; }
#contact-page .main-contact .form-control:-ms-input-placeholder {
/* IE 0+ */
color: rgba(255, 255, 255, 0.5) !important; }
#contact-page .main-contact .form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.5) !important; }
#contact-page .main-contact .form-control:focus, .main-contact .form-control:active {
background: transparent;
border-color: rgba(255, 255, 255, 0.5) !important; }
#contact-page .main-contact .form-control[type="email"]::-webkit-input-placeholder {
text-align: end;
}
/* input background color for saved login info and autofill */
#contact-page .main-contact .form-control:-webkit-autofill,
#contact-page .main-contact .form-control:-webkit-autofill:hover,
#contact-page .main-contact .form-control:-webkit-autofill:focus,
#contact-page .main-contact .form-control:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #61279D inset !important;
-webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;;
}
#contact-page .main-contact textarea.form-control {
height: inherit !important; }

#contact-page .btn.btn-primary {
  background: #d62196 !important;
  border-color: #d62196 !important;
  color: #fff;
}
#contact-page .form-group {
  margin-bottom: 1rem;
}
#contact-page .info-wrap .dbox .text {
  width: calc(100% - 50px);
}
#contact-page .info-wrap .text p{
  font-size: 14px;
}
#contact-page .pl-3, .px-3 {
  padding-left: 1rem !important;
}
#contact-page footer{
    margin-top: 100px !important;
}
/* END Contact Page Style */