.image_with_content_section {
  padding: 150px 0;
  background: #ff5c35;
}
.image_with_content_section {
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
}
.image_with_content_section .Content_with_txt_section {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.image_with_content_section .image_with_txt_section {
  display: flex;
  flex-wrap: wrap;
}
.image_with_content_section .image-section_content {
  width: 50%;
}
.image_with_content_section .content_with_img {
  width: 50%;
}
.image_with_content_section .image_section {
  position: relative;
  z-index: 1;
}
.image_with_content_section .image_section .image_left {
  position: absolute;
  top: 47px;
  right: 157px;
  z-index: -1;
}
.image_with_content_section .image_section .image_right {
  position: absolute;
  top: 90px;
  right: 130px;
  z-index: -1;
}
/* .image_with_content_section .content_txt span.sub-title-section {
font-size: 14px;
font-weight: 600;
border: 0px solid;
padding: 5px 20px;
background: #1E376A;
color: #fff;
border-radius: 37px;
} */
.image_with_content_section .content_txt h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin: 15px 0 10px;
  min-height: 50px; 
}
.image_with_content_section .content_txt p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.image_with_content_section .wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.image_with_content_section .circle .box span {
  font-size: 38px;
  font-weight: 800;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
.contact_us_details .container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.contact_us_details .contact_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_us_details .contact_section_left {
  width: 30%;
}
.contact_us_details .contact_center_section {
  width: 40%;
}
.contact_us_details .contact_button_section {
  width: 30%;
}
.contact_us_details .contact_icon_section {
  display: flex;
  align-items: center;
}
.contact_us_details .contact_icon_section svg {
  height: 25px;
  fill: #fff;
  transition: 1s;
}
.contact_us_details .button_section a svg {
  height: 25px;
  fill: #fff;
  padding: 0 0px 0 12px;
}
.contact_us_details .contact_main_section {
  background: #33475b;
  padding: 50px 50px;
  border-radius: 24px;
  margin: -89px 0 0 0 !important;
}
.contact_us_details .contact_main_section .contact_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid;
  border-radius: 50%;
  margin: 0 20px 0 0;
  background: #ff5c35;
}
.contact_us_details .contact_icon_section .contact_txt span {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.contact_us_details .contact_icon_section .contact_txt a {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  line-height: 26px;

}
.contact_us_details .contact_main_section .contact_content_section h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}
.contact_us_details .contact_main_section .button_section {
  text-align: center;
}

.contact_us_details .contact_main_section .button_section a:hover {
  background: #33475b;
  border: 1px solid;

}
.contact_us_details .contact_main_section  .button_section a {
  position: relative;
}
.contact_us_details .contact_main_section 
.button_section a:after {
  background-image: url(https://39570259.fs1.hubspotusercontent-na1.net/hubfs/39570259/Vector.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 12px;
  position: absolute;
  right: 38px;
  top: 40%;
  transition: all .4s ease-in-out;
  width: 12px;
}
.contact_us_details .contact_main_section .button_section a {
  background: #ff5b35;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 20px;
  padding: 15px 60px 15px 32px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
}
.without_animation .why-choose-us.content_txt h1 {
  min-height: 0;
}
.text_animation .why-choose-us.content_txt .without_text_animation_section h1 {
  display: none;
}
.without_animation .why-choose-us.animation_txt_section {
  display: none;
}
/* veration */
.content_image .image_with_txt_section {
  flex-direction: row-reverse;
}
.call_to_section_none .contact_main_section {
  display: none;
}
/* responsive */
@media screen and (max-width: 767px){
  .image_with_content_section .image_with_txt_section {
    display: block;
    flex-wrap: wrap;
  }
  .image_with_content_section {
    padding: 50px 0 100px;
    background-image: none !important;
  }
  .image_with_content_section .image-section_content {
    width: 100%;
  }
  .image_with_content_section .content_txt h1 {
    min-height: 50px !important;
  }
  .image_with_content_section .content_with_img {
    width: 100%;
  }
  .image_with_content_section .image_section {
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
  }
  .image_with_content_section .content_txt h1 {
    font-size: 21px;
    margin: 15px 0;
  }
  .image_with_content_section .circle_bar_section {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  .contact_us_details .contact_section {
    display: inline-block;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact_us_details .contact_section_left {
    width: 100%;
  }
  .contact_us_details .contact_center_section {
    width: 100%;
  }
  .contact_us_details .contact_button_section {
    width: 100%;
  }
  .contact_us_details .contact_main_section {
    padding: 40px 20px;
  }
  .contact_content_section {
    margin: 10px 0 30px;
  }
  .contact_us_details .contact_main_section .contact_content_section h2 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 16px 0px 30px;
  }
  .contact_us_details .contact_icon_section .contact_txt span {
    font-size: 16px;
  }
  .contact_us_details .contact_icon_section {
    justify-content: center;
  }
  .image_with_content_section .image_section .image_left {
    display: none;
  }
  .image_with_content_section .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
  }
  .image_with_content_section .image_section .image_right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .image_with_content_section .image_with_txt_section {
    display: block;
  }
  .image_with_content_section .image-section_content {
    width: 100%;
  }
  .image_with_content_section .content_with_img {
    width: 100%;
  }
  .image_with_content_section .image_section .image_left {
    display: none;
  }
  .image_with_content_section .image_section .image_right {
    display: none;
  }
  .image_with_content_section .image_section {
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
  }
  .image_with_content_section .content_with_img .content_txt {
    text-align: center;
  }
  .image_with_content_section .wrapper {
    justify-content: center;
  }
  .contact_us_details .contact_section_left {
    width: 50%;
  }
  .contact_us_details .contact_center_section {
    width: 50%;
  }
  .contact_us_details .contact_main_section .contact_content_section h2 {
    font-size: 23px;
    line-height: 35px;
  }
  .contact_us_details .contact_button_section {
    width: 100%;
    margin-top: 40px;
  }
  .image_with_content_section {
    background-image: none !important;
  }
  .top_content_section {
    text-align: center;
  }
  .image_with_content_section .content_txt h1 {
    font-size: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1320px){

  .image_with_content_section .image-section_content {
    padding: 0 20px 0 0;
  }
  .image_with_content_section .image_section .image_left {
    top: 0;
    right: 25px;
  }
  .image_with_content_section .image_section .image_right {
    top: 63px;
    right: 20px;
  }

  .contact_us_details .contact_main_section .contact_content_section h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1150px) and (max-width: 1270px) {
  .image_with_content_section .image_section .image_right {
    top: 63px;
    right: 55px;
  }
  .image_with_content_section .image_section .image_left {
    top: 0;
    right: 60px;
  }
}
@media (min-width: 1270px) and (max-width: 1320px){
  .image_with_content_section .image_section .image_left {
    top: 0;
    right: 96px;
  }
  .image_with_content_section .image_section .image_right {
    top: 63px;
    right: 80px;
  }
}
@media(max-width: 753px){
  .image_with_content_section .wrapper{
    max-width: 100%px;
  }
  .image_with_content_section .wrapper .card{
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media(max-width: 505px){
  .image_with_content_section .wrapper{
    max-width: 100%;
  }
  .wrapper .card{
    width: 100%;
  }
}
.contact_us_details .contact_icon_section svg:hover {
  transform: scale(1.5);
  cursor: pointer;
}
.text_animation .content_txt span.heading_txt {
  display: none;
}
.image_with_content_section .circle_bar_section ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_with_content_section .circle_bar_section ul.slick-dots li {
  display: inline-block;
  text-align: center;
}
.image_with_content_section .circle_bar_section ul.slick-dots li button {
  text-indent: -99999px;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  border: 0;
  margin: 0 25px;
  background-color: #fff;
}
.image_with_content_section .circle_bar_section ul.slick-dots li.slick-active button {
  background: #2b9fdf;
}
.Content_with_txt_section .top_content_section span {
  font-size: 17px;
  font-weight: 600;
  border: 0px solid;
  padding: 5px 20px;
  background: #1E376A;
  color: #fff;
  border-radius: 37px;
}
.circle_section {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.circle_section .circle_box {
  width: 33.3%;
}

.circle_percent {
  font-size: 170px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 10px 0px;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #e4a6d2;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #e4a6d2;
  content: "";
}
.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
  font-weight: 700;
}
.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#app{
  text-align:center;
  font-size:40px !important;
  font-weight:700 !important;
  background-image: linear-gradient(
    -225deg,
    #fff 0%,
    #fff 29%,
    #fff 67%,
    #fff 100%
  );
  background-clip:border-box;
  text-fill-color: transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.image_with_content_section span#app {
  display: none;
}
.text_animation .content_txt span#app {
  display: unset;
}
.text_animation .content_txt span.heading_txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .circle_section .circle_box {
    width: 100%;
  }
  .circle_section {
    text-align: center;
  }
  #app{
    font-size:30px !important;

  }

  #typing {
    white-space: nowrap;
    overflow: hidden;
    /* this appears like a cursor */
    border-right: 2px solid #000;
    display: inline-block;
    padding-right: 10px;
  }





