.bread_title{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.ic_bread_banner {
    position: relative;
    background-image: url(../images/bredcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 170px 0 60px;
}
.ic_bread_content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic_bread_content ol .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.ic_bread_content ol .breadcrumb-item a:hover{
    color: #9da3ca;
}

.ic_bread_content .breadcrumb-item.active {
    color: #fff;
}

/*who we are CSS*/

.who_we_abt_info{
    position: relative;
    padding: 40px 0px;
}
.who_we_abt.who_we_shadow{
     -webkit-box-shadow: 1px 1px 20px 0 rgba(99, 101, 105, 0.07);
    box-shadow: 1px 1px 20px 0 rgba(99, 101, 105, 0.07);
}
.who_we_abt img{
     -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); }
    50% {
        transform: translateY(20px); }
    100% {
        transform: translateY(0px); }
}
.who_we_abt h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.who_we_abt p{
    font-size: 15px;
    font-weight: 400;
}
.ic_mis_vis_info.who_we_nobg{
    background: transparent;
}
.ic_mis_vis_info{
    background: #fff;
    padding: 1.25em 1.5em;
    border-radius: 6px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(99, 101, 105, 0.07);
    box-shadow: 1px 1px 20px 0 rgba(99, 101, 105, 0.07);
}
.ic_mission_vision {
    background-color: rgba(255, 238, 224, 1);
    padding: 60px 0px 60px;
    position: relative;
}
.ic_mis_vis_info_list{
    padding: 0;
}
.ic_mis_vis_info_list li{
    margin-bottom: 0.75rem;
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-size: 15px;
}
.ic_mis_vis_info_list.ic_mis_vis_font li{
    font-size: 18px;
}
.ic_mis_vis_info_list li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: #56ace0;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 8px;
}
.ic_mis_vis_info p{
  line-height: 2;
  margin-bottom: 0;
  font-size: 15px;
}

/*HOW IT WORKS CSS*/
.timeline {
  margin: 4em auto;
  position: relative;
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
  list-style: none;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #a83279;
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279;
}

.timeline-event-copy {
  padding: 1.25em 2em 1.25em;
  position: relative;
  top: -1.875em;
  left: 4em;
}
.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 0.2em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00305a;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: #00305a;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

.fetures_bg{
    background-color: rgba(255, 238, 224, 1);
    padding: 2rem;
    border-radius: 12px;
}
.fetures_bg .feature_info{
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: 0.3s;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
}
.fetures_bg .feature_info h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0rem;
}
.fetures_bg .feature_info p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.fetures_bg .feature_info:hover{
    background-color: #00305a;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.fetures_bg .feature_info:hover h3, .fetures_bg .feature_info:hover p{
    color: #fff;
}
.feature_img{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.feature_img img{
    width: 60px;
    margin-right: 1rem;
    background-color: #fff;
    border-radius: 6px;
    padding: 0.25rem;
}

.mr_auto{
   margin:  0 auto;
   display: flex;
}

.solutions_info{
    background-color: rgba(255, 238, 224, 1);
    padding: 2rem;
    /*height: 100%;*/
}

.solutions_info.solutions_info_blue{
        background-color: rgb(229, 243, 255);
}

.solutions_info h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.solutions_info ul{
    padding-left: 0rem;
    margin: 0;
}

.solutions_info ul li{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.75rem;
    list-style: none;
    display: inline-block;
    width: 49%;
    background-color: #fff;
    padding: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.solutions_info ul li:nth-child(even){
    margin-right: 0;
}
.solutions_info ul li h3{
    margin-bottom: 0.5rem;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.solutions_info ul li h3 img{
    width: 50px;
    margin-right: 0.5rem;
}
.solutions_info ul li p{
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.solutions_info .solutions_content{
    margin-bottom: 0.75rem;
    list-style: none;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    vertical-align: top;
}
.solutions_info .solutions_content:nth-child(even){
    margin-right: 0;
}
.solutions_info .solutions_content h3{
    margin-bottom: 0.5rem;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.solutions_info .solutions_content h3 img{
    width: 50px;
    margin-right: 0.5rem;
}
.solutions_info .solutions_content p{
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.inner_blog{
    margin-bottom: 1.5rem;
}

.ic_blog_detail_info h3{
    font-size: 20px;
    text-align: left;
    color: #474747;  
}
.ic_blog_detail_info p{
    font-size: 14px;
}
.ic_bread_banner.blog_inner_bg {
    position: relative;
    background-image: none;
    background-color: #4a6781;
    padding: 100px 0 20px;
}

.date_blog{
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 400;
}

.work-process .title h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.work-process .title p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.75rem;
}

/*Contact Us CSS*/

.contact_info .form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact_info .contact-form {
  background-color: #00305a;
  position: relative;
}

.contact_info .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #004e92);
  position: absolute;
}

.contact_info .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.contact_info .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact_info .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #00305a;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.contact_info form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact_info .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.contact_info .input-container {
  position: relative;
  margin: 1rem 0;
}

.contact_info .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.contact_info textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.contact_info .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.contact_info .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact_info .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #00305a;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contact_info .btn:hover {
  background-color: transparent;
  color: #fff;
}

.contact_info .input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact_info .input-container span:before,
.contact_info .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #00305a;
  top: 50%;
  transform: translateY(-50%);
}

.contact_info .input-container span:before {
  left: 50%;
}

.contact_info .input-container span:after {
  right: 50%;
}

.contact_info .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contact_info .input-container.focus span:before,
.contact_info .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact_info .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact_info .contact-info .title {
  color: #00305a;
}

.contact_info .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.contact_info .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.contact_info .information i {
  color: #00305a;
}

.contact_info .icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact_info .social-media {
  padding: 2rem 0 0 0;
}

.contact_info .social-media p {
  color: #333;
}

.contact_info .information a {
  color: #333;
  text-decoration: none;
}

.contact_info .social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contact_info .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #2284d9, #00305a);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.contact_info .social-icons a:hover {
  transform: scale(1.05);
}

.contact_info .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1d78c8;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}
.contact_info .form_circles{
    position: relative;
    width: 100%;
    padding: 2rem;
    background-color: rgba(255, 238, 224, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_info .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.why_choose_img{
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.why_choose_img img{
  width: 65px;
  padding-right: 0.75rem;
}
.why_choose_img h3{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

/*STEP CSS*/
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #00305a;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
/*.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00305a;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00305a;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}*/

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #014683;
    border-left: 8px solid #04889800;
    border-right: 8px solid #014683;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #014683;
    border-left: 8px solid #014683;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
.steps_images.steps_images_end{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.steps_images img{
  border-radius: 65px;
  width: 120px;
  height: 120px;
  background-color: #dadfe3;
  padding: 5px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 850px) {
  .contact_info .form {
    grid-template-columns: 1fr;
  }

  .contact_info .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact_info .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .contact_info .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .contact_info .text {
    margin: 1rem 0 1.5rem 0;
  }

 .contact_info .social-media {
    padding: 1.5rem 0 0 0;
  }
}


