.contact_sec 
{
  background-image: url(../img/contact-us-banner-02.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_sec .overlay 
{
  background-image: linear-gradient(to right, rgba(90, 100, 232, 0.9), rgba(84, 96, 234, 0.9));
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding: 110px 40px;
}

.contact_sec .section-bg 
{
  background-size: cover;
  position: relative;
  background-position: left;
  z-index: 0;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}

.contact_sec .contact-form 
{
  position: relative;
  padding: 45px 30px;
}

.contact_sec .contact-form:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 10px 40px 40px rgba(0,0,0,.2);
  pointer-events: none;
  right: auto;
  width: 100%;
}
.contact_sec .particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.contact_sec .contact-form input {
  border: 0;
  background: transparent;

  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0,0,0,.1);
}

.contact_sec .contact-form textarea {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0,0,0,.1);
}
.contact_sec .contact-form input::placeholder {
color:#222;
}
.contact_sec .contact-form textarea::placeholder {
color:#222;

}
.contact_sec .contact-form input {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
}
.contact_sec .contact-form input:hover, .contact-form input:focus{
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #0059a3;

}
.contact_sec .contact-form textarea:hover, .contact-form textarea:focus{
  background: transparent; 
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: #0059a3;

}


.contact_sec .taso-btn {
  background-color: #fff;
  margin: 25px 0;
  color: #214dcb;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact_sec .contact-info {
  padding: 0 30px 0px 0;
}

.contact_sec h2.contact-title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.contact_sec .contact-info p {
  color: #ececec;
}

.contact_sec ul.contact-info {
  margin-top: 30px;
}

.contact_sec ul.contact-info li {
  margin-bottom: 22px;
}

.contact_sec ul.contact-info span {
  font-size: 20px;
  line-height: 26px;
}
.contact_sec ul.contact-info li {
  display: flex;
  width: 100%;
  align-items: center;
}

.contact_sec .info-left {
  width: 10%;
}

.info-left i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}

.contact_sec .info-right h4 {
  color: #fff;
  font-size: 18px;
}
.contact_sec .contact-page .info-left i{
color: #FE846F;
}
.contact_sec .btn {
display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  padding: 10px 30px 10px;
  font-size: 17px;
  line-height: 28px;
  border: 0px;
  border-radius: 10px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.contact_sec .btn-big 
{
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
  box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
  color: #fff !important;
  margin-right: 20px;
  background: linear-gradient(90deg, #2189e0 0%, #0059a3 40%);
  transition: .2s;
  border: 2px solid #0059a3;
  margin-top: 50px;
}

#contact-form 
{
  position: relative;
  z-index: 99999;
}


.btn-arrow  
{
  font-weight: 800;
  font-size: 16px;
}

@media only screen and (max-width: 767px) 
{
  .contact_sec .contact-form 
  {
    padding: 30px;
  }
  .contact_sec .contact-form:before 
  {
    width: 100%;
  }

  .contact_sec .overlay 
  {
    padding: 110px 15px;
  }


}




  .loc_sec .wrapper 
  {
    width: 100vw;
    margin: 0 auto;
    height: 400px;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 767px) 
  {
    .loc_sec .wrapper 
    {
      height: 700px;
    }
  }

  .loc_sec .content 
  {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media screen and (max-width: 767px) 
  {
    .loc_sec .content 
    {
      /* padding-top: 300px; */
      flex-direction: column;
    }
  }


.loc_sec .card {
  width: 100%;
  /* max-width: 300px;
  min-width: 200px; */
  height: 350px;
  /* background-color: #292929; */
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.loc_sec .icon 
{
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(90deg, #2189e0 0%, #0059a3 40%, rgba(0, 0, 0, 0.28) 60%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}

.loc_sec .material-icons.md-18 {
  font-size: 18px;
}

.loc_sec .material-icons.md-24 {
  font-size: 24px;
}

.loc_sec .material-icons.md-36 {
  font-size: 36px;
}

.loc_sec .material-icons.md-48 {
  font-size: 48px;
}

.loc_sec .card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #000;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 4px;
}

.loc_sec .card .text {
  color: #000;
 
}


.loc_sec .card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  /* max-height: 40px; */
}

.loc_sec .card:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}
.loc_sec .card:hover .icon i {
  background: linear-gradient(90deg, #2189e0, #0059a3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}




/******contact css *******/

.bg-paleblue {
  background-color: #e6ecf3;
}


.page-center {
  float: none;
  margin: 0 auto;
  /* max-width: 1260px; */
  padding: 0 30px;
  background: var(--primary-color);
}


.hero-txt {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: normal;
  /* width: 57%; */
  padding: 120px 0 120px 0;
}

.hero-img {
  display: inline-block;
  float: left;
  /* width: 43%; */
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: flex-end;
  position: relative;
  /* padding: 187px 0 0 0; */
}

.hero-txt .inner {
  display: block;
  width: 100%;
  /* max-width: 630px; */
  margin: 0 9% 0 auto;
  padding-right: 40px;
  color: #fff;

}

.hero-txt h1 {
  margin: 0 0 25px 0;
  color: #fff;
}
.hero-txt .inner p {
  font-size: 22px;
  line-height: 32px;
}

.hero-img .feat-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/* .hero-img .hero-shape {
  position: absolute;
  right: 91px;
  bottom: -43px;
} */

.hero-img .hero-shape
{
  position: absolute;
  right: 1px;
  bottom: -43px;
}

.hero-img .hero-shape.shape-mobile 
{
  display: none;
}

.hero-regimg .hero-img 
{
  padding: 187px 0 0 0;
}


.contact-body-cards 
{
  padding-top: 90px;
}


.contact-body-cards .card 
{
  position: relative;
  text-decoration: none;
  height: 100%;
  margin-bottom: 2%;
  padding: 25px 30px;
  background-color: #ffffff;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;  /* border: 2px solid rgba(7, 7, 7, 0.12); */
}

.contact-body-cards .card:nth-child(3n) 
{
  margin-right: 0;
}

.contact-body-cards .card .icns-wrap {
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  position: relative;
}

.contact-body-cards .card .icns-wrap .icn-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
  -moz-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
  -o-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
  -ms-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
  transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.contact-body-cards .card .icns-wrap .icn-dark {
  visibility: visible;
  opacity: 1;
}
.contact-body-cards .card .icns-wrap .icn-light {
  visibility: hidden;
  opacity: 0;
}


.arrow_icon
{
  width: 20px;
  color: #00204e;

}

.arrow-teal, a.arrow-teal {
  color: #00204e;
}


.arrow-teal:after, a.arrow-teal:after {
  color: #02ffdc;
}

.contact-body-cards .bg-shape-1 {
  position: absolute;
  top: -131px;
  left: -336px;
  max-width: 40%;
}
.contact-body-cards .bg-shape-2 {
  position: absolute;
  bottom: -37px;
  right: -170px;
  max-width: 35%;
}

.contact-body-cards a.card:hover 
{
  color:#000;
}
.contact-body-cards .span-contact 
{
  position: relative;
}


.contact-body-cards .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  line-height: normal;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.contact-body-cards .nice-select:after {
  border-bottom: none;
  border-right: none;
}

.contact-body-cards .nice-select .list
{
  width: 100%;
}


.contact-body-cards .form-select:focus {
  /* border-color: transparent; */
  outline: 0;
  box-shadow: none;
}


.contact-body-cards .form-control
{
  font-size: 18px;
  font-weight: 900;
  height: auto;
  /* line-height: 40px; */
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
}

.contact-body-cards .form-label {
  font-weight:900;
  margin: 1rem 0;
  color: var(--primary-color);
  display: block;
}

.contact-body-cards .required 
{
  color: red;
}

.contact-body-cards input[type=email], 
.contact-body-cards input[type=text], 
.contact-body-cards .nice-select, .contact-body-cards textarea 
{
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: .0625rem solid #73706e80;
  color: #000;
  font-size: 1rem;
  font-weight: 600 !important;
  margin: 0;
  padding: 1rem;
  width: 100%;
  /* border: 2px solid rgba(7, 7, 7, 0.12) !important; */
}

.cont_link 
{
  color: var(--primary-color);
  /* font: 700 14px / 24px var(--body-font), sans-serif; */
  letter-spacing: 0;
  text-decoration: underline;
  word-wrap: break-word;
  font-weight: 800;

}



@media only screen and (max-width: 1100px) {
  .hero-txt 
  {
    padding: 80px 0 80px 0;
  }

}

@media only screen and (max-width: 991px) 
{
  .hero-img .hero-shape 
  {
    right: 22px;
  }

  .contact-body-cards .card 
  {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

}



@media only screen and (max-width: 768px) 
{
  .hero-img .hero-shape 
  {
    width: 100px;
    right: 0;
    bottom: -33px;
  }
  .hero-img .feat-img 
  {
    display: none;
  }

  .hero-img .hero-shape.shape-desktop 
  {
    display: none;
  }

  .hero-img .hero-shape.shape-mobile {
    display: block;
  }
  .hero-regimg .hero-img 
  {
    width: 100%;
    padding: 0;
  }
  .hero-txt .inner {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 0;
    padding-right: 0;
    color: #fff;
  }
  .contact-body-cards 
  {
    padding: 50px 0 0 0;
  }

}










/*****new form****/


.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.form-group {
  margin-bottom: 1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.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: 1px solid rgba(255, 255, 255, 0.2); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:focus, .form-control:active {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5) !important; }

textarea.form-control {
  height: inherit !important; }

.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-wrap 
{
  background: #2c67f2;
  background: -moz-linear-gradient(-45deg, #2c67f2 0%, #2e279d 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #2c67f2), color-stop(100%, #2e279d));
  background: -webkit-linear-gradient(-45deg, #2c67f2 0%, #2e279d 100%);
  background: -o-linear-gradient(-45deg, #2c67f2 0%, #2e279d 100%);
  background: -ms-linear-gradient(-45deg, #2c67f2 0%, #2e279d 100%);
  background: -webkit-linear-gradient(315deg, #2c67f2 0%, #2e279d 100%);
  background: -o-linear-gradient(315deg, #2c67f2 0%, #2e279d 100%);
  background: linear-gradient(135deg, #2c67f2 0%, #2e279d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c67f2', endColorstr='#2e279d', GradientType=1 ); 
}
.contact-wrap h3 
{
  color: #fff; 
}
.contact-wrap .nice-select.open .list 
{
  width: 100%;
}

.contact-wrap .cus-btn
{
  background: #fff;
    color: #000;
    font-weight: 800;
}

.contact-wrap .nice-select
{

  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.contact-wrap .form-control:focus, .contact-wrap .form-control:active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.contact-wrap .nice-select.form-control ul li
{
  color: #000 !important;  
}
.info-wrap h3 
{
  color: #000;
  position: relative; 
}
.info-wrap h3:after 
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary-color);
  content: ''; 
}

.info-wrap .dbox 
{
  width: 100%;
  margin-bottom: 25px; 
}
.info-wrap .dbox:last-child 
{
  margin-bottom: 0; 
}
.info-wrap .dbox p {
  margin: 0; }
  .info-wrap .dbox p span {
    font-weight: 800;
    color: var(--primary-color); }
  .info-wrap .dbox p a {
    color: rgba(0, 0, 0, 1); }
.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #000; }
.info-wrap .dbox .text {
  width: calc(100% - 50px); }


.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0; }

#contactForm .error {
  color: #f65c78;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #f65c78; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #28a745; }
