.contact-page {
  background-color: #74C4FB;
}

.formsection {

  background-color: #7AC9FA;
}

.formsection .bgimage {
  background-image: url('../../assets/images/contact/shape1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.formsection .leftBox h1 {
  font-size: 66px;
  margin-bottom: 17px;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px #3e3e3e;
}

.formsection .leftBox p {
  font-size: 27px;
}

.formsection .rightBox {
  padding: 50px;
}

.formsection .rightBox form {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.formsection .rightBox form input,
.formsection .rightBox form textarea,
.formsection .rightBox form select {
  border-radius: 50px;
  background-color: #146CAD;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;

}

.formsection .rightBox form select {
  padding-left: 15px;
  width: 100%;
}

.formsection .rightBox form input::placeholder,
.formsection .rightBox form textarea::placeholder {
  color: #fff
}

.form-group {
  margin-bottom: 20px
}

.formsection .rightBox .list-unstyled {
  font-size: 14px;
  color: red;
  margin-bottom: 0px
}

.formsection .rightBox form .form-check-input {
  padding-top: 0;
  padding-bottom: 0;
}

#msgSubmit {
  font-size: 18px;
  padding-bottom: 10px;
  color: green;
}

button.custombtn {
  font-size: 22px;
  width: 100%;
  background-color: #7AC9FA !important;
  border: none;
  opacity: 1 !important;
  font-weight: 600;

}


/* partner-area */
.partner-area {
  background-color: transparent;
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-parner-box {
  background-color: #ffffffd0;
}

.partner-area h2 {
  background: #1f3667;
  display: inline-block;
  border-radius: 10px;
  padding: 6px 19px;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}



/* why-offshore-wraper */

.why-offshore-wraper{
  padding: 40px 0px;
}
.why-offshore-wraper .wrap-inner {
  width: 50%;
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.why-offshore-wraper .wrap-inner h3 {
  color: #000;
  font-size: 20px;
}

.why-offshore-wraper .wrap-inner p {
  font-size: 18px;
  line-height: 1.5;
}


.why-offshore-wraper .wrap-inner.leftBox {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.why-offshore-wraper .wrap-inner.rightBox {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: auto;
  padding-left: 40px;
}

.why-offshore-wraper  .whyOffShoreImg {
  width: 50%;
      text-align: center;
}

.why-offshore-wraper  .whyOffShoreImg img {
  width: 300px;
  text-align: center;
}

/* .fullsize-heading-area */

.contact-page .fullsize-heading-area {
  background-image: linear-gradient(313deg, #3399ff00, #ffffff59, #efefef14);
  border: 1px solid #ffffff29;
}

.why-offshore-sec h2 {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 26px;
}

/* testimonials-area2 */

.contact-page .testimonials-area .single-testimonials-box,
.single-testimonials-box {
  transition: all ease 0.5s;
  box-shadow: 0px 0px 0px 1px #ebebeb9e !important;
  margin-right: 10px;
  cursor: pointer;
  background: #ffffff69;
}

.contact-page .single-testimonials-box .testimonials-content {
  background: #d1eafd;
}

.contact-page .single-testimonials-box .testimonials-content::before {
  background: #d1eafd;
}

.contact-page .single-testimonials-box .expert_in .expertise li {
  border: 1px solid #fddf8a00;
  background-color: #fdf5de7a;
}

.contact-page .testimonials-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #b1dbfb;
}

/* cta3 */
.cta3 {
  padding: 50px 10px;
  margin-bottom: 40px;
}

.cta3 a {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-block;
  /* Prevent layout shift */
  transform-origin: center;
  /* Grow from the center */
}

.cta3 a:hover {
  transform: scale(1.1);
  /* Slight zoom, not too aggressive */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Nice hover glow */
}


/* threeSimpleStep */

.threeSimpleStep .threeStepList {
  display: block;
  list-style: circle;
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom:0px;
 

}

.threeSimpleStep .threeStepList li {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.threeSimpleStep .threeStepList li::after {
  content: unset;
}

.threeSimpleStep h3 {
  font-size: 1.5rem;
  background: #ffffffab;
  padding: 7px;
  border-radius: 6px;
  text-align: center;
}

.threeSimpleStep p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.talkTo-section {
  background-color: #A7DFFC;
  padding-top: 50px;
  padding-bottom: 50px;
}

.talkTo-section a {
  background-color: #2c68aa;
  font-size: 30px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 20px;
  color: #fff;
  transition: 0.2s all linear;
}

.talkTo-section a:hover {
  opacity: 0.8;
  background-color: #2b5a8d;
  color: #fff;
  transform: scale(1.1);
}


.quick-easy-hire ul li {
  flex: 0 0 30%;
  max-width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.quick-easy-hire ul li::after{
      filter: invert(1);
}

/* media query */

@media (max-width: 767px) {
  .formsection .leftBox h1{
   font-size: 32px;
  }
  .formsection .leftBox p{
    font-size: 15px;
  }
  .formsection .rightBox{
    padding: 0px;
  }
  .why-offshore-sec h2{
    font-size:17px;
  }
  .why-offshore-wraper .wrap-inner{
    width: 100%;
  }
 .why-offshore-wraper .wrap-inner.leftBox,
  .why-offshore-wraper .wrap-inner.rightBox{
  border-radius:30px;
 }

 .whyOffShoreImg{
  display: none;
 }
 .why-offshore-wraper .wrap-inner{
      margin-bottom: 0rem;
    margin-top: 1rem;
 }
 .why-offshore-wraper {
    padding: 0px 20px;
}
.why-offshore-wraper .wrap-inner p{
  font-size: 14px;
}
.why-offshore-wraper .wrap-inner h3,
.cta3 a{
  font-size: 18px;
}
.threeSimpleStep .threeStepList{
     margin-left: 22px;
    margin-top: 12px;
    margin-bottom: 0px;
}
}