:root {
  font-size: 16px;
}

* {
  font-family: 'Zen Old Mincho', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Zen Old Mincho', serif;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.font_weight_800 {
  font-weight: 800 !important;
}

.font_weight_900 {
  font-weight: 900 !important;
}

.font_size_xs {
  font-size: 0.8rem !important;
}

.font_size_sm {
  font-size: 0.9rem !important;
}

.font_size_normal {
  font-size: 1rem !important;
}

.font_size_md {
  font-size: 1.2rem !important;
}

.font_size_lg {
  font-size: 1.5rem !important;
}

.font_size_xl {
  font-size: 2rem !important;
}

@media only screen and (max-width: 991px) {
  .font_size_md {
    font-size: 1rem !important;
  }
  .font_size_lg {
    font-size: 1.2rem !important;
  }
  .font_size_xl {
    font-size: 1.5rem !important;
  }
}

.bg_black {
  background-color: #000 !important;
}

.color_black {
  color: #000 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.color_white {
  color: #ffffff !important;
}

.bg_light {
  background-color: #555 !important;
}

.bg_lighter {
  background-color: #F4F6FB !important;
}

.color_light {
  color: #555 !important;
}

.color_lighter {
  color: #F4F6FB !important;
}

.bg_gray {
  background-color: #F4F4F4;
}

.bg_primary {
  background-color: #103591 !important;
}

.color_primary, .primary_color, .text_primary {
  color: #103591 !important;
}

.bg_secondary {
  background-color: #262626 !important;
}

.color_secondary, .secondary_color, .text_secondary {
  color: #262626 !important;
}

.color_dim {
  color: #555 !important;
}

.bg_dim {
  background-color: #555 !important;
}

.sidebar-light-danger .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2) !important;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
  position: fixed;
}

.max1200 {
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .max1200 {
    max-width: auto;
  }
}

.max1440 {
  max-width: 1440px;
}

@media only screen and (max-width: 1440px) {
  .max1440 {
    max-width: auto;
  }
}

.min1200 {
  min-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .min1200 {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 1000px) {
  .min1200 {
    min-width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .min1200 {
    min-width: auto;
  }
}

.min1440 {
  min-width: 1440px;
}

@media only screen and (max-width: 1440px) {
  .min1440 {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .min1440 {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 1000px) {
  .min1440 {
    min-width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .min1440 {
    min-width: auto;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.min150 {
  min-width: 150px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  top: 0px;
  max-width: 100%;
  overflow-x: hidden;
}

.swiper-pagination-bullet-active {
  background: #103591;
}

a:hover {
  text-decoration: none;
}

/****************************** parsely error design   *************************************/
.parsley-errors-list.filled {
  position: relative;
  background-color: none;
  font-size: 0.8rem;
  color: red !important;
  list-style: none;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}

.parsley-errors-list.filled li {
  color: red !important;
  font-size: 0.8rem;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

.parsley-errors-list.filled li:before {
  display: none !important;
}

/****************************** parsely error design ends   *************************************/
/************************Header*****************************************/
.logo_image {
  max-height: 100px;
  max-width: 270px;
}

.social-icon-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.social-icon-four li {
  text-align: center;
  margin: 0px 2px;
}

.social-icon-four li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #103591;
  color: white;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.social-icon-four li a span {
  line-height: 30px;
}

.social-icon-four li a:hover, .social-icon-four li a:focus {
  background-color: #0b2463;
}

.social-icon-four.light li a {
  background-color: white;
}

.social-icon-four.light li a span {
  color: #103591;
}

.social-icon-four.light li a:hover, .social-icon-four.light li a:focus {
  background-color: #0b2463;
}

.social-icon-four.light li a:hover span, .social-icon-four.light li a:focus span {
  color: white;
}

.bg_light_navbar {
  background-color: #343a40;
}

.bg_dark_navbar {
  background-color: #262b2f;
}

.border_bottom {
  border-bottom: 1px solid white;
}

#navbarNav .nav-item {
  margin-right: 10px;
}

#navbarNav .nav-item:last-child {
  margin-right: 0;
}

#navbarNav .nav-link {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  font-size: 1rem;
  position: relative;
}

#navbarNav .nav-link::after {
  width: 0;
  height: 2px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  content: '';
  background-color: #103591;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

#navbarNav .nav-link:hover::after {
  width: calc(80% - 1rem);
}

.nav_design_custom .navbar-nav .nav-item {
  position: relative;
}

.nav_design_custom .navbar-nav .nav-item:before {
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #b5b5b5;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav_design_custom .navbar-nav .nav-item.no-line:before {
  display: none;
}

.nav_design_custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
}

@media only screen and (max-width: 991px) {
  .nav_design_custom .navbar-nav .nav-item:before {
    display: none;
  }
}

.navbar-brand-image img {
  height: 40px;
}

@media only screen and (max-width: 575px) {
  .flex_center_small_screen {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/*************************Header Ends****************************************/
/****************************Home Banner*************************************/
.form_wrapper {
  padding: 30px 30px;
  width: 600px;
  display: block;
  max-width: 100%;
  padding-left: 20px;
  margin-top: 10px;
}

@media only screen and (min-width: 1400px) {
  .form_wrapper {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .form_wrapper {
    margin: 0px auto;
  }
}

#header_form .input_header {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 8px 0px;
}

#header_form .input_header::-webkit-input-placeholder {
  color: white;
}

#header_form .input_header:-ms-input-placeholder {
  color: white;
}

#header_form .input_header::-ms-input-placeholder {
  color: white;
}

#header_form .input_header::placeholder {
  color: white;
}

#header_form .input_header:focus {
  outline: none;
}

.custom_button {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-left: 5px solid #262626 !important;
  color: #103591;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: border-left-color 0.2s ease;
  transition: border-left-color 0.2s ease;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.custom_button:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  z-index: 1;
}

.custom_button span {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
}

.custom_button:hover:not([disabled]) {
  -webkit-transition: border-left-color 2s ease;
  transition: border-left-color 2s ease;
  border-left-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}

.custom_button:hover:not([disabled]):before {
  background-color: #262626;
  width: 100%;
}

.custom_button:hover:not([disabled]).dark-reverse:before {
  background-color: #103591;
}

.custom_button.dark {
  color: white;
  background-color: #103591;
}

.custom_button.dark-reverse {
  color: white;
  background-color: #262626;
  border-left: 5px solid #103591 !important;
}

.slider_container .swiper-button-next, .slider_container .swiper-button-prev {
  color: white;
  border: none;
  outline: none;
}

.slider_wrapper .image_wrapper {
  position: relative;
}

.slider_wrapper .image_wrapper img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_wrapper .image_wrapper .text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  margin: 0px auto;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.slider_wrapper .image_wrapper .text_container h3 {
  font-weight: 800;
  font-size: 2.5rem;
}

@media only screen and (max-width: 1200px) {
  .slider_wrapper .image_wrapper .text_container h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .slider_wrapper .image_wrapper img {
    height: 350px;
  }
  .slider_wrapper .image_wrapper .text_container {
    width: 90%;
    text-align: center;
  }
  .slider_wrapper .image_wrapper .text_container h3 {
    font-size: 1rem;
  }
  .slider_wrapper .image_wrapper .text_container p {
    font-size: 0.9rem !important;
  }
}

/****************************Home Banner ends*************************************/
/***************************Feature Section**************************************/
.section_background {
  background-color: #F4F6FB;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}

.each_features {
  background-color: transparent;
  min-height: 100px;
  position: relative;
}

.each_features h3 {
  position: relative;
  padding-bottom: 8px;
}

.each_features h3:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #103591;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

.each_features .image_wrapper img {
  height: 50px;
}

.call_to_action_content {
  background-color: #103591;
  max-width: 1000px;
  margin: 0px auto;
  border-bottom: 5px solid #262626;
  color: white;
  padding: 20px 10px;
}

.section_bg_color {
  background-color: #F4F6FB;
}

/***************************Feature Section ends**************************************/
/***************************Services**************************************/
.each_services, .each_blog {
  background-color: #103591;
  min-height: 580px;
  position: relative;
  padding-bottom: 60px;
  color: white;
}

.each_services .image_wrapper img, .each_blog .image_wrapper img {
  height: 200px;
  width: 100%;
}

.each_services .text_container, .each_blog .text_container {
  padding: 20px 15px;
}

.each_services .text_container h3, .each_blog .text_container h3 {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}

.each_services .text_container p, .each_blog .text_container p {
  font-size: 0.9rem;
  color: white;
}

.each_services .item_button_container, .each_blog .item_button_container {
  position: relative;
  bottom: 8%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 1000px) {
  .each_services {
    max-height: 590px;
  }
}

.each_services_home {
  background-color: #103591;
  min-height: 570px;
  position: relative;
  padding-bottom: 60px;
  color: white;
}

@media only screen and (min-width: 1000px) {
  .each_services_home {
    max-height: 590px;
  }
}

.each_services_home .image_wrapper img {
  height: 200px;
  width: 100%;
}

.each_services_home .text_container {
  padding: 20px 15px;
}

.each_services_home .text_container h3 {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}

.each_services_home .text_container p {
  font-size: 0.9rem;
  color: white;
}

.each_services_home .item_button_container {
  position: relative;
  bottom: 8%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.playBtnContainer {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.playBtnContainer .play_btn_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 44;
  cursor: pointer;
}

.playBtnContainer::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.bdr-ripple-ani-btn.pink {
  background: #103591;
  color: #fff;
  -webkit-animation: at-ripple-pink .6s linear infinite;
  animation: at-ripple-pink .6s linear infinite;
}

.bdr-ripple-ani-btn {
  display: block;
  background: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  -webkit-animation: at-ripple .6s linear infinite;
  animation: at-ripple .6s linear infinite;
  overflow: hidden;
}

.bdr-ripple-ani-btn i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  line-height: 48px;
}

@-webkit-keyframes at-ripple-pink {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 0 rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3);
            box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 0 rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3), 0 0 0 20px rgba(38, 38, 38, 0);
            box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3), 0 0 0 20px rgba(38, 38, 38, 0);
  }
}

@keyframes at-ripple-pink {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 0 rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3);
            box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 0 rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3), 0 0 0 20px rgba(38, 38, 38, 0);
            box-shadow: 0 4px 10px rgba(38, 38, 38, 0.3), 0 0 0 5px rgba(38, 38, 38, 0.3), 0 0 0 10px rgba(38, 38, 38, 0.3), 0 0 0 20px rgba(38, 38, 38, 0);
  }
}

/***************************Services ends**************************************/
/******************************Why choose us***********************************/
.each_ques_answer_design .header {
  padding: 5px 10px;
  border-top: 1px solid #CCD0D9;
  border-bottom: 1px solid #CCD0D9;
  cursor: pointer;
}

.each_ques_answer_design .header h3 {
  font-size: 1rem;
  color: #343a40;
  font-weight: 400;
  margin: 0px !important;
}

.each_ques_answer_design .header h3 span {
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.each_ques_answer_design .header h3 span.rotated {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.each_ques_answer_design .header.showInitial h3 span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.each_ques_answer_design .body {
  padding: 20px 15px;
  border-top: none;
  display: none;
}

.each_ques_answer_design .body.showInitial {
  display: block;
}

.each_ques_answer_design .body p {
  color: #555;
  font-size: 0.9rem;
  font-weight: 400;
}

.each_ques_answer_design_fees .header {
  padding: 5px 10px;
  border-top: 1px solid #CCD0D9;
  border-bottom: 1px solid #CCD0D9;
  cursor: pointer;
  background-color: #F4F6FB;
}

.each_ques_answer_design_fees .header h3 {
  font-size: 1rem !important;
  color: #343a40;
  font-weight: 400;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.each_ques_answer_design_fees .header h3 .icon {
  display: inline-block;
  margin: auto;
  text-align: center;
  min-width: 30px;
  width: 30px;
}

.each_ques_answer_design_fees .header h3 .title {
  display: inline-block;
  width: calc(100% - 30px);
  text-align: left;
}

.each_ques_answer_design_fees .header.showInitial h3 span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.each_ques_answer_design_fees .body {
  padding: 20px 15px;
  border-top: none;
  display: none;
}

.each_ques_answer_design_fees .body.showInitial {
  display: block;
}

.each_ques_answer_design_fees .body p {
  color: #555;
  font-size: 0.9rem;
  font-weight: 400;
}

/******************************Why Choose Us ends***********************************/
/************************testimonial design*****************************************/
.each_testimonial {
  margin: 10px 15px;
}

.each_testimonial .testimonial_head {
  background-color: white;
  padding: 20px 15px 40px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #103591;
}

.each_testimonial .testimonial_data {
  min-height: 120px;
}

.each_testimonial .testimonial_data p {
  font-weight: 400;
  font-size: 0.9rem;
}

.each_testimonial .testimonial_footer {
  margin-top: -40px;
}

.each_testimonial .testimonial_footer h3 {
  color: #103591;
  font-size: 1rem;
  font-weight: 600;
}

.each_testimonial .testimonial_footer span {
  color: #f79028;
}

.each_testimonial .image_wrapper {
  height: 80px;
  width: 80px;
  display: block;
  margin: 0px auto;
  border: 2px solid #103591;
  background-color: white;
  padding: 4px;
}

.each_testimonial .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 70px;
  max-height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 100%;
}

/************************testimonial design ends*****************************************/
/******************************Footer Design***********************************/
footer .footer_wrapper .footer_heading {
  padding: 5px 0px;
  margin-bottom: 30px;
  position: relative;
}

footer .footer_wrapper .footer_heading h3 {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}

footer .footer_wrapper .footer_list li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: justify;
}

footer .footer_wrapper .footer_list li a {
  color: white;
  text-decoration: none;
}

footer .footer_wrapper .footer_list li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0px;
  color: white;
  font-size: 1rem;
  content: "\f061";
}

footer .footer_wrapper:hover .footer_heading:before {
  width: 100%;
  opacity: 0;
}

footer .logo_wrapper_footer {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .logo_wrapper_footer img {
  max-height: 50px;
  display: block;
  text-align: left;
  margin: 0px auto 0px 0px;
}

/******************************Footer Design ends***********************************/
/****************************breadcrumb design*************************************/
.breadcrumb_design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb_design li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.breadcrumb_design li a {
  color: #262626;
  font-size: 0.8rem;
  font-weight: 600;
}

.breadcrumb_design li:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #262626;
  font-size: 0.8rem;
}

.breadcrumb_design li:first-child {
  padding-left: 0px;
}

.breadcrumb_design li:first-child:before {
  display: none;
}

/****************************breadcrumb design ends*************************************/
/*****************************************************************/
.slider_wrapper_pages .image_wrapper {
  position: relative;
}

.slider_wrapper_pages .image_wrapper img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_wrapper_pages .image_wrapper.contact_page img {
  height: 250px;
}

.slider_wrapper_pages .image_wrapper .text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  margin: 0px auto;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.slider_wrapper_pages .image_wrapper .text_container h3 {
  font-weight: 800;
  font-size: 2.5rem;
}

@media only screen and (max-width: 1200px) {
  .slider_wrapper_pages .image_wrapper .text_container h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .slider_wrapper_pages .image_wrapper img {
    height: 350px;
  }
  .slider_wrapper_pages .image_wrapper .text_container {
    width: 90%;
    text-align: center;
  }
  .slider_wrapper_pages .image_wrapper .text_container h3 {
    font-size: 1rem;
  }
  .slider_wrapper_pages .image_wrapper .text_container p {
    font-size: 0.9rem !important;
  }
}

/*****************************************************************/
/*****************************************************************/
.list_design_pages li {
  display: block;
  position: relative;
  margin: 5px 0px;
}

.list_design_pages li a {
  color: #555;
  display: block;
  width: 100%;
  background-color: #F4F6FB;
  padding: 5px 10px;
  font-size: 1rem;
}

.list_design_pages li.active a {
  border-left: 5px solid #262626;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #103591;
  font-weight: 600;
}

.list_design_pages li:hover a {
  border-left: 5px solid #262626;
  color: #103591;
}

@media only screen and (max-width: 991px) {
  .list_design_pages.list_design_responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #F4F6FB;
    padding: 2px 2px 0px 5px;
    border-bottom: 5px solid #262626;
    min-width: 600px;
  }
  .list_design_pages.list_design_responsive li {
    display: block;
    position: relative;
    margin: 4px;
    margin-bottom: 0px;
  }
  .list_design_pages.list_design_responsive li:first-child {
    margin-left: 0px;
  }
  .list_design_pages.list_design_responsive li a {
    color: #103591;
    display: block;
    width: 100%;
    background-color: #F4F6FB;
    padding: 5px 10px;
    font-size: 1rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 600;
    font-size: 0.7rem;
  }
  .list_design_pages.list_design_responsive li:hover a {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #103591;
    font-weight: 600;
    background-color: #F4F6FB;
  }
  .list_design_pages.list_design_responsive li.active a {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: 600;
    background-color: #262626;
  }
}

.sidebar_navigation_main {
  max-width: 100%;
  overflow-x: auto;
}

.list_design_pages_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F4F6FB;
  padding: 0px;
  border-bottom: 5px solid #262626;
}

.list_design_pages_horizontal li {
  display: block;
  position: relative;
  margin: 10px;
  margin-bottom: 0px;
}

.list_design_pages_horizontal li a {
  color: #103591;
  display: block;
  width: 100%;
  background-color: #F4F6FB;
  padding: 10px 10px;
  font-size: 1rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 600;
}

.list_design_pages_horizontal li:hover a {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #103591;
  font-weight: 600;
  background-color: #F4F6FB;
}

.list_design_pages_horizontal li.active a {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: 600;
  background-color: #262626;
}

.service_content_wrapper .card-body h3 {
  font-size: 1.2rem;
  color: #103591;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 3px;
}

.service_content_wrapper .card-body p {
  color: #555;
  font-size: 0.9rem;
}

.service_content_wrapper .card-body ul {
  margin-top: 20px;
}

.service_content_wrapper .card-body ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: justify;
  color: #555;
}

.service_content_wrapper .card-body ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0px;
  color: #103591;
  font-size: 1rem;
  content: "\f101";
}

.sticky_sidebar {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.sticky_footer {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
}

/*****************************************************************/
/**********************Progressbar*******************************************/
.applicationForm {
  /* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
}

.applicationForm .progress {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.applicationForm .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #efefef;
  position: absolute;
  top: 0;
  left: 0;
}

.applicationForm .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.applicationForm .progress .progress-left {
  left: 0;
}

.applicationForm .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #262626;
}

.applicationForm .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.applicationForm .progress .progress-right {
  right: 0;
}

.applicationForm .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.applicationForm .progress .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}

.applicationForm .progress .progress-value span {
  font-size: 12px;
}

.applicationForm .progress[data-percentage="1"] .progress-right .progress-bar {
  -webkit-animation: loading-1 0.5s linear forwards;
          animation: loading-1 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="1"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="2"] .progress-right .progress-bar {
  -webkit-animation: loading-2 0.5s linear forwards;
          animation: loading-2 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="2"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="3"] .progress-right .progress-bar {
  -webkit-animation: loading-3 0.5s linear forwards;
          animation: loading-3 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="3"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="4"] .progress-right .progress-bar {
  -webkit-animation: loading-4 0.5s linear forwards;
          animation: loading-4 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="4"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="5"] .progress-right .progress-bar {
  -webkit-animation: loading-5 0.5s linear forwards;
          animation: loading-5 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="5"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="6"] .progress-right .progress-bar {
  -webkit-animation: loading-6 0.5s linear forwards;
          animation: loading-6 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="6"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="7"] .progress-right .progress-bar {
  -webkit-animation: loading-7 0.5s linear forwards;
          animation: loading-7 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="7"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="8"] .progress-right .progress-bar {
  -webkit-animation: loading-8 0.5s linear forwards;
          animation: loading-8 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="8"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="9"] .progress-right .progress-bar {
  -webkit-animation: loading-9 0.5s linear forwards;
          animation: loading-9 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="9"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-10 0.5s linear forwards;
          animation: loading-10 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="11"] .progress-right .progress-bar {
  -webkit-animation: loading-11 0.5s linear forwards;
          animation: loading-11 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="11"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="12"] .progress-right .progress-bar {
  -webkit-animation: loading-12 0.5s linear forwards;
          animation: loading-12 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="12"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="13"] .progress-right .progress-bar {
  -webkit-animation: loading-13 0.5s linear forwards;
          animation: loading-13 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="13"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="14"] .progress-right .progress-bar {
  -webkit-animation: loading-14 0.5s linear forwards;
          animation: loading-14 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="14"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="15"] .progress-right .progress-bar {
  -webkit-animation: loading-15 0.5s linear forwards;
          animation: loading-15 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="15"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="16"] .progress-right .progress-bar {
  -webkit-animation: loading-16 0.5s linear forwards;
          animation: loading-16 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="16"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="17"] .progress-right .progress-bar {
  -webkit-animation: loading-17 0.5s linear forwards;
          animation: loading-17 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="17"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="18"] .progress-right .progress-bar {
  -webkit-animation: loading-18 0.5s linear forwards;
          animation: loading-18 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="18"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="19"] .progress-right .progress-bar {
  -webkit-animation: loading-19 0.5s linear forwards;
          animation: loading-19 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="19"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-20 0.5s linear forwards;
          animation: loading-20 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="21"] .progress-right .progress-bar {
  -webkit-animation: loading-21 0.5s linear forwards;
          animation: loading-21 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="21"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="22"] .progress-right .progress-bar {
  -webkit-animation: loading-22 0.5s linear forwards;
          animation: loading-22 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="22"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="23"] .progress-right .progress-bar {
  -webkit-animation: loading-23 0.5s linear forwards;
          animation: loading-23 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="23"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="24"] .progress-right .progress-bar {
  -webkit-animation: loading-24 0.5s linear forwards;
          animation: loading-24 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="24"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="25"] .progress-right .progress-bar {
  -webkit-animation: loading-25 0.5s linear forwards;
          animation: loading-25 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="25"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="26"] .progress-right .progress-bar {
  -webkit-animation: loading-26 0.5s linear forwards;
          animation: loading-26 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="26"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="27"] .progress-right .progress-bar {
  -webkit-animation: loading-27 0.5s linear forwards;
          animation: loading-27 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="27"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="28"] .progress-right .progress-bar {
  -webkit-animation: loading-28 0.5s linear forwards;
          animation: loading-28 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="28"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="29"] .progress-right .progress-bar {
  -webkit-animation: loading-29 0.5s linear forwards;
          animation: loading-29 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="29"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-30 0.5s linear forwards;
          animation: loading-30 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="31"] .progress-right .progress-bar {
  -webkit-animation: loading-31 0.5s linear forwards;
          animation: loading-31 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="31"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="32"] .progress-right .progress-bar {
  -webkit-animation: loading-32 0.5s linear forwards;
          animation: loading-32 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="32"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="33"] .progress-right .progress-bar {
  -webkit-animation: loading-33 0.5s linear forwards;
          animation: loading-33 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="33"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="34"] .progress-right .progress-bar {
  -webkit-animation: loading-34 0.5s linear forwards;
          animation: loading-34 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="34"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="35"] .progress-right .progress-bar {
  -webkit-animation: loading-35 0.5s linear forwards;
          animation: loading-35 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="35"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="36"] .progress-right .progress-bar {
  -webkit-animation: loading-36 0.5s linear forwards;
          animation: loading-36 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="36"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="37"] .progress-right .progress-bar {
  -webkit-animation: loading-37 0.5s linear forwards;
          animation: loading-37 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="37"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="38"] .progress-right .progress-bar {
  -webkit-animation: loading-38 0.5s linear forwards;
          animation: loading-38 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="38"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="39"] .progress-right .progress-bar {
  -webkit-animation: loading-39 0.5s linear forwards;
          animation: loading-39 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="39"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-40 0.5s linear forwards;
          animation: loading-40 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="41"] .progress-right .progress-bar {
  -webkit-animation: loading-41 0.5s linear forwards;
          animation: loading-41 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="41"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="42"] .progress-right .progress-bar {
  -webkit-animation: loading-42 0.5s linear forwards;
          animation: loading-42 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="42"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="43"] .progress-right .progress-bar {
  -webkit-animation: loading-43 0.5s linear forwards;
          animation: loading-43 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="43"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="44"] .progress-right .progress-bar {
  -webkit-animation: loading-44 0.5s linear forwards;
          animation: loading-44 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="44"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="45"] .progress-right .progress-bar {
  -webkit-animation: loading-45 0.5s linear forwards;
          animation: loading-45 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="45"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="46"] .progress-right .progress-bar {
  -webkit-animation: loading-46 0.5s linear forwards;
          animation: loading-46 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="46"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="47"] .progress-right .progress-bar {
  -webkit-animation: loading-47 0.5s linear forwards;
          animation: loading-47 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="47"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="48"] .progress-right .progress-bar {
  -webkit-animation: loading-48 0.5s linear forwards;
          animation: loading-48 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="48"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="49"] .progress-right .progress-bar {
  -webkit-animation: loading-49 0.5s linear forwards;
          animation: loading-49 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="49"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.applicationForm .progress[data-percentage="51"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="51"] .progress-left .progress-bar {
  -webkit-animation: loading-1 0.5s linear forwards 0.5s;
          animation: loading-1 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="52"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="52"] .progress-left .progress-bar {
  -webkit-animation: loading-2 0.5s linear forwards 0.5s;
          animation: loading-2 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="53"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="53"] .progress-left .progress-bar {
  -webkit-animation: loading-3 0.5s linear forwards 0.5s;
          animation: loading-3 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="54"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="54"] .progress-left .progress-bar {
  -webkit-animation: loading-4 0.5s linear forwards 0.5s;
          animation: loading-4 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="55"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="55"] .progress-left .progress-bar {
  -webkit-animation: loading-5 0.5s linear forwards 0.5s;
          animation: loading-5 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="56"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="56"] .progress-left .progress-bar {
  -webkit-animation: loading-6 0.5s linear forwards 0.5s;
          animation: loading-6 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="57"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="57"] .progress-left .progress-bar {
  -webkit-animation: loading-7 0.5s linear forwards 0.5s;
          animation: loading-7 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="58"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="58"] .progress-left .progress-bar {
  -webkit-animation: loading-8 0.5s linear forwards 0.5s;
          animation: loading-8 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="59"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="59"] .progress-left .progress-bar {
  -webkit-animation: loading-9 0.5s linear forwards 0.5s;
          animation: loading-9 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-10 0.5s linear forwards 0.5s;
          animation: loading-10 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="61"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="61"] .progress-left .progress-bar {
  -webkit-animation: loading-11 0.5s linear forwards 0.5s;
          animation: loading-11 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="62"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="62"] .progress-left .progress-bar {
  -webkit-animation: loading-12 0.5s linear forwards 0.5s;
          animation: loading-12 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="63"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="63"] .progress-left .progress-bar {
  -webkit-animation: loading-13 0.5s linear forwards 0.5s;
          animation: loading-13 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="64"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="64"] .progress-left .progress-bar {
  -webkit-animation: loading-14 0.5s linear forwards 0.5s;
          animation: loading-14 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="65"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="65"] .progress-left .progress-bar {
  -webkit-animation: loading-15 0.5s linear forwards 0.5s;
          animation: loading-15 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="66"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="66"] .progress-left .progress-bar {
  -webkit-animation: loading-16 0.5s linear forwards 0.5s;
          animation: loading-16 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="67"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="67"] .progress-left .progress-bar {
  -webkit-animation: loading-17 0.5s linear forwards 0.5s;
          animation: loading-17 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="68"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="68"] .progress-left .progress-bar {
  -webkit-animation: loading-18 0.5s linear forwards 0.5s;
          animation: loading-18 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="69"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="69"] .progress-left .progress-bar {
  -webkit-animation: loading-19 0.5s linear forwards 0.5s;
          animation: loading-19 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-20 0.5s linear forwards 0.5s;
          animation: loading-20 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="71"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="71"] .progress-left .progress-bar {
  -webkit-animation: loading-21 0.5s linear forwards 0.5s;
          animation: loading-21 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="72"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="72"] .progress-left .progress-bar {
  -webkit-animation: loading-22 0.5s linear forwards 0.5s;
          animation: loading-22 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="73"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="73"] .progress-left .progress-bar {
  -webkit-animation: loading-23 0.5s linear forwards 0.5s;
          animation: loading-23 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="74"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="74"] .progress-left .progress-bar {
  -webkit-animation: loading-24 0.5s linear forwards 0.5s;
          animation: loading-24 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="75"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="75"] .progress-left .progress-bar {
  -webkit-animation: loading-25 0.5s linear forwards 0.5s;
          animation: loading-25 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="76"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="76"] .progress-left .progress-bar {
  -webkit-animation: loading-26 0.5s linear forwards 0.5s;
          animation: loading-26 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="77"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="77"] .progress-left .progress-bar {
  -webkit-animation: loading-27 0.5s linear forwards 0.5s;
          animation: loading-27 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="78"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="78"] .progress-left .progress-bar {
  -webkit-animation: loading-28 0.5s linear forwards 0.5s;
          animation: loading-28 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="79"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="79"] .progress-left .progress-bar {
  -webkit-animation: loading-29 0.5s linear forwards 0.5s;
          animation: loading-29 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-30 0.5s linear forwards 0.5s;
          animation: loading-30 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="81"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="81"] .progress-left .progress-bar {
  -webkit-animation: loading-31 0.5s linear forwards 0.5s;
          animation: loading-31 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="82"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="82"] .progress-left .progress-bar {
  -webkit-animation: loading-32 0.5s linear forwards 0.5s;
          animation: loading-32 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="83"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="83"] .progress-left .progress-bar {
  -webkit-animation: loading-33 0.5s linear forwards 0.5s;
          animation: loading-33 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="84"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="84"] .progress-left .progress-bar {
  -webkit-animation: loading-34 0.5s linear forwards 0.5s;
          animation: loading-34 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="85"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="85"] .progress-left .progress-bar {
  -webkit-animation: loading-35 0.5s linear forwards 0.5s;
          animation: loading-35 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="86"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="86"] .progress-left .progress-bar {
  -webkit-animation: loading-36 0.5s linear forwards 0.5s;
          animation: loading-36 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="87"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="87"] .progress-left .progress-bar {
  -webkit-animation: loading-37 0.5s linear forwards 0.5s;
          animation: loading-37 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="88"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="88"] .progress-left .progress-bar {
  -webkit-animation: loading-38 0.5s linear forwards 0.5s;
          animation: loading-38 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="89"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="89"] .progress-left .progress-bar {
  -webkit-animation: loading-39 0.5s linear forwards 0.5s;
          animation: loading-39 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-40 0.5s linear forwards 0.5s;
          animation: loading-40 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="91"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="91"] .progress-left .progress-bar {
  -webkit-animation: loading-41 0.5s linear forwards 0.5s;
          animation: loading-41 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="92"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="92"] .progress-left .progress-bar {
  -webkit-animation: loading-42 0.5s linear forwards 0.5s;
          animation: loading-42 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="93"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="93"] .progress-left .progress-bar {
  -webkit-animation: loading-43 0.5s linear forwards 0.5s;
          animation: loading-43 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="94"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="94"] .progress-left .progress-bar {
  -webkit-animation: loading-44 0.5s linear forwards 0.5s;
          animation: loading-44 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="95"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="95"] .progress-left .progress-bar {
  -webkit-animation: loading-45 0.5s linear forwards 0.5s;
          animation: loading-45 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="96"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="96"] .progress-left .progress-bar {
  -webkit-animation: loading-46 0.5s linear forwards 0.5s;
          animation: loading-46 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="97"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="97"] .progress-left .progress-bar {
  -webkit-animation: loading-47 0.5s linear forwards 0.5s;
          animation: loading-47 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="98"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="98"] .progress-left .progress-bar {
  -webkit-animation: loading-48 0.5s linear forwards 0.5s;
          animation: loading-48 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="99"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="99"] .progress-left .progress-bar {
  -webkit-animation: loading-49 0.5s linear forwards 0.5s;
          animation: loading-49 0.5s linear forwards 0.5s;
}

.applicationForm .progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards;
          animation: loading-50 0.5s linear forwards;
}

.applicationForm .progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-50 0.5s linear forwards 0.5s;
          animation: loading-50 0.5s linear forwards 0.5s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}

@-webkit-keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}

@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}

@-webkit-keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}

@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}

@-webkit-keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}

@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}

@-webkit-keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}

@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}

@-webkit-keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}

@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}

@-webkit-keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}

@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}

@-webkit-keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}

@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}

@-webkit-keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}

@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}

@-webkit-keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}

@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}

@-webkit-keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}

@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}

@-webkit-keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}

@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}

@-webkit-keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}

@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}

@-webkit-keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}

@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}

@-webkit-keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@-webkit-keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}

@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}

@-webkit-keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}

@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}

@-webkit-keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}

@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}

@-webkit-keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}

@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}

@-webkit-keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}

@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}

@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}

@-webkit-keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}

@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}

@-webkit-keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}

@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}

@-webkit-keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}

@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}

@-webkit-keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@-webkit-keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}

@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}

@-webkit-keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}

@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}

@-webkit-keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}

@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}

@-webkit-keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}

@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}

@-webkit-keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}

@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}

@-webkit-keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}

@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}

@-webkit-keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}

@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}

@-webkit-keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}

@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}

@-webkit-keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}

@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}

@-webkit-keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}

@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}

@-webkit-keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}

@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}

@-webkit-keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}

@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}

@-webkit-keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}

@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}

@-webkit-keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}

@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}

@-webkit-keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}

@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}

@-webkit-keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}

@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}

@-webkit-keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}

@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}

@-webkit-keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}

@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}

@-webkit-keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.applicationProgressbarWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.form-section-application {
  display: none;
}

.form-section-application.current {
  display: block;
}

.radioWrapper .radioLabel {
  margin-right: 20px;
}

.radioWrapper .radioLabel:last-child {
  margin-right: 0px;
}

.hiddenInitial {
  display: none;
}

#caseAppliation label {
  margin-bottom: 0px;
}

.form_section_counter li {
  display: block;
  position: relative;
  margin: 5px 0px;
}

.form_section_counter li .inner_text {
  color: #555;
  display: block;
  width: 100%;
  background-color: #F4F6FB;
  padding: 5px 10px;
  font-size: 1rem;
  cursor: pointer;
}

.form_section_counter li.active .inner_text {
  border-left: 5px solid #262626;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #103591;
  font-weight: 600;
}

.form_section_counter li.inactive {
  pointer-events: none;
  opacity: 0.4;
}

.form_section_counter li.complete .inner_text {
  border-left-color: green;
}

.form_section_counter li.complete:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: green;
  font-size: 1rem;
  content: "\f058";
}

.form_section_counter li:hover .inner_text {
  border-left: 5px solid #262626;
  color: #103591;
}

@media only screen and (max-width: 991px) {
  .form_section_counter.list_design_responsive {
    display: none;
  }
}

/**********************Progress bar ends*******************************************/
/*************************Contact Us****************************************/
.address_container .each_location_item .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #262626;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.address_container .each_location_item p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  font-weight: 400;
}

.contact-form-two {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 50px 40px;
}

.contact-form-two .title-box {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-two .title-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #262626;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-form-two .form-group {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}

.contact-form-two .form-group:last-child {
  margin-bottom: 0;
}

.contact-form-two .form-group input[type=date],
.contact-form-two .form-group input[type=datetime-local],
.contact-form-two .form-group input[type=month],
.contact-form-two .form-group input[type=time],
.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group input[type="number"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  font-weight: 400;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus {
  border-color: #262626;
}

.contact-form-two .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: #ffffff right center no-repeat;
}

.contact-form-two .form-group textarea {
  height: 150px;
  resize: none;
  padding: 15px 20px;
}

.contact-form-two .form-group button {
  text-transform: capitalize;
  padding: 10px 25px;
  line-height: 20px;
  font-size: 14px;
}

.contact-form-two input.error:focus,
.contact-form-two select.error:focus,
.contact-form-two textarea.error:focus {
  border-color: #ff0000;
}

.contact-form-two label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  padding-top: 7px;
  margin-bottom: 0;
}

.contact-section-two .contact-info-outer {
  position: relative;
  padding: 50px 0 0;
}

.contact-section-two .contact-info {
  position: relative;
}

.move_to {
  cursor: pointer;
}

.contact-section-two .contact-info li {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .contact-section-two .contact-info li {
    width: 48%;
  }
}

.contact-section-two .contact-info li p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  font-weight: 400;
}

.contact-section-two .contact-info li strong {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #156f89;
  font-weight: 500;
}

.contact-section-two .contact-info li .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #262626;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.contact-section-two .contact-info li a {
  color: #777777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-section-two .contact-info li a:hover {
  color: #262626;
}

.contact-section-two .social-icon-three {
  position: relative;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.mapouter {
  position: relative;
  text-align: right;
}

.mapouter iframe {
  height: 400px;
  width: 100%;
  margin-bottom: -6px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
}

.contactUsInformation {
  /* Effect 7 */
  /* Effect 7a */
  /* Effect 7b */
  /****************Animation on Hover Outer Container****************************/
}

.contactUsInformation .icon-wrapper-contact-us {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: white;
  background-color: #103591;
  text-align: center;
}

.contactUsInformation .icon-wrapper-contact-us:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contactUsInformation .icon-wrapper-contact-us:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.contactUsInformation .icon-wrapper-contact-us i {
  font-size: 1.2rem;
  line-height: 50px;
  color: white;
}

.contactUsInformation .bold-text {
  font-size: 1.2rem;
  font-weight: 600;
}

.contactUsInformation .hovicon.effect-7 {
  -webkit-box-shadow: 0 0 0 4px #103591;
          box-shadow: 0 0 0 4px #103591;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.contactUsInformation .hovicon.effect-7:hover, .contactUsInformation .hovicon.effect-7:hover i {
  color: white;
}

.contactUsInformation .hovicon.effect-7:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}

.contactUsInformation .hovicon.effect-7.sub-a:after {
  -webkit-box-shadow: 0 0 0 #103591;
          box-shadow: 0 0 0 #103591;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-a:hover:after {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0 #103591;
          box-shadow: 3px 3px 0 #103591;
}

.contactUsInformation .hovicon.effect-7.sub-a:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contactUsInformation .hovicon.effect-7.sub-b:after {
  -webkit-box-shadow: 3px 3px #103591;
          box-shadow: 3px 3px #103591;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-b:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-b:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7, .contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7 i {
  color: white;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-a:after {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0 #103591;
          box-shadow: 3px 3px 0 #103591;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contact_wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #262626;
}

.contact_wrapper .icons-wrapper-contact-page-wrapper p {
  font-size: 0.8rem;
}

.location_wrapper {
  background-color: #103591;
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 8px 15px;
}

.location_wrapper h3 {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
}

.tab-content-contact {
  display: none;
}

/****************Animation on Hover Outer Container ends****************************/
/**************************Contact Us Page Design***************************************/
/*****************************************************************/
/*****************************************************************/
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 20px 0px 70px;
}

.sidebar-page-container .our-shop,
.sidebar-page-container .blog-single,
.sidebar-page-container .blog-sidebar {
  padding-right: 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 50px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

/* Sidebar Title */
.sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-title h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #343a40;
  font-weight: 500;
}

/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  padding: 10px 50px 10px 25px;
  border: 1px solid #dddddd;
  background-color: rgba(0, 0, 0, 0.01);
  display: block;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  height: 60px;
  color: #777777;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 100%;
  font-weight: normal;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
  color: #262626;
}

/* Category List */
.category-list {
  position: relative;
  display: block;
}

.category-list li {
  position: relative;
  margin-bottom: 5px;
  border-bottom: 0;
}

.category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  padding-left: 45px;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1e69b8;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a span {
  float: right;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:hover {
  color: #ffffff;
  background: #27a3e2;
}

.category-list li a:hover:before {
  color: #ffffff;
}

.category-list li a:hover span {
  color: #ffffff;
}

/*Post Widget*/
/*=== Latest News ===*/
.sidebar .latest-news {
  position: relative;
}

.latest-news .post {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
  min-height: 75px;
}

.latest-news .post:last-child {
  margin-bottom: 0;
}

.latest-news .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 85px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.latest-news .post-thumb img {
  height: 70px;
  width: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-news .post-thumb a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .80;
  content: "";
  background-color: #27a3e2;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post-thumb a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  z-index: 9;
  color: #ffffff;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
}

.latest-news .post h5 {
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

.latest-news .post h5 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h5 a {
  color: #27a3e2;
}

.latest-news .post .post-info {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  font-weight: 400;
}

.latest-news .post .price {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
}

.latest-news .post .rating {
  position: relative;
}

.latest-news .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: orange;
}

/*Popular Tags*/
.sidebar .popular-tags {
  position: relative;
}

.sidebar .popular-tags li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 8px 0px;
}

.sidebar .popular-tags a {
  position: relative;
  display: block;
  color: #555555;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  background: none;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.02);
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color: #262626;
  background-color: #262626;
  color: #ffffff;
}

/*** 
  
  ====================================================================
                  Blog Single
  ====================================================================
  
  ***/
.breadCrumbWrapper {
  color: black;
  padding: 0px 10px;
}

.blog-single {
  position: relative;
}

.blog-single .news-block {
  margin-bottom: 60px;
}

.blog-single .news-block .lower-content h3 {
  font-size: 20px;
}

.blog-single .news-block .lower-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: justify;
}

.blog-single .news-block .lower-content p a {
  color: #262626;
  display: inline-block;
}

.blog-single .news-block .lower-content p a:hover {
  text-decoration: underline;
}

.blog-single .news-block .inner-box .image {
  margin-bottom: 30px;
}

.blog-single .news-block .lower-content .desc ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: justify;
}

.blog-single .news-block .lower-content .desc ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0px;
  color: #262626;
  font-size: 1rem;
  content: "\f101";
}

.blog-single blockquote {
  position: relative;
  border-left: 5px solid #262626;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 16px;
  line-height: 1.8em;
  padding: 25px 40px;
  margin: 35px 30px 35px;
}

.blog-single blockquote:before {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 50px;
  line-height: 1em;
  content: "\f10d";
  color: #dddddd;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: .30;
}

.blog-single blockquote cite {
  display: block;
  font-style: normal;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

.blog-single blockquote cite strong {
  font-weight: 400;
  color: #27a3e2;
}

/*post share options*/
.blog-single .post-share-options {
  position: relative;
  margin-bottom: 20px;
}

.blog-single .post-share-options .tags {
  position: relative;
  margin-bottom: 20px;
}

.blog-single .post-share-options .tags li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-single .post-share-options .tags a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 5px 15px;
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover {
  color: #ffffff;
  background-color: #343a40;
}

.blog-single .post-share-options .social-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.blog-single .post-share-options .social-icon li {
  position: relative;
  display: inline-block;
}

.blog-single .post-share-options .social-icon li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #777777;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 5PX;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single .post-share-options .social-icon li a:hover {
  color: #ffffff;
  background-color: #343a40;
}

.eachContactBox {
  background-color: white;
  border-radius: 5px;
  padding: 40px 10px;
}

.eachContactBox i {
  text-align: center;
  color: #103591;
  font-size: 2rem;
}

.eachContactBox h3 {
  margin-top: 10px;
  font-size: 1rem;
}

.eachContactBox p {
  margin-top: 0px;
  font-size: 0.8rem;
  color: #555;
  overflow-wrap: break-word;
  min-height: 40px;
}

.eachContactBox {
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}

.eachContactBox h3 {
  margin-top: 15px;
  min-height: 30px;
}

.eachContactBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #103591;
  background: -webkit-gradient(linear, left top, left bottom, from(#103591), to(#143354));
  background: linear-gradient(to bottom, #103591 0%, #143354 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d8', endColorstr='#16bae1',GradientType=0 );
  border-radius: 100%;
}

.eachContactBox:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  color: white;
}

.eachContactBox:hover:after {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  top: 0;
  border-radius: 0;
}

.eachContactBox:hover h3 {
  color: white;
}

.eachContactBox:hover P {
  color: white;
}

.eachContactBox:hover i {
  color: white;
}

.ac__bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.ac__play-btn {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: visible;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac__play-btn img {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.ac__btn {
  color: #103591;
  border: 2px solid transparent;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 16px 35px;
  line-height: 0.8;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ac__btn:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.ac__btn.invert {
  background-color: #103591;
  color: #fff;
}

.ac__btn.invert:hover {
  border-color: #103591;
  color: #103591;
  background-color: transparent;
}

.ac__section-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 900;
  color: #000;
}

.ac__hero-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ac__hero-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ac__hero-section .ac__bg-img {
  -o-object-position: center 95%;
     object-position: center 95%;
}

.ac__hero-container {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #103591;
  padding: 72px 120px 80px;
}

@media screen and (max-width: 991px) {
  .ac__hero-container {
    padding: 36px 48px 42px;
    min-width: auto;
  }
}

.ac__hero-container.ac__about {
  padding: 48px 120px 66px;
}

@media screen and (max-width: 991px) {
  .ac__hero-container.ac__about {
    padding: 36px 48px 42px;
    max-width: 85%;
  }
}

.ac__hero-container h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 991px) {
  .ac__hero-container h3 {
    font-size: 2.2rem;
  }
}

.ac__hero-container p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 46px 0;
}

@media screen and (max-width: 991px) {
  .ac__hero-container p {
    font-size: 1.6rem;
  }
}

.ac__hero-insight-container {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #103591;
  padding: 34px 200px 20px;
}

@media screen and (max-width: 991px) {
  .ac__hero-insight-container {
    padding: 36px 48px 42px;
    min-width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .ac__hero-insight-container {
    padding: 36px 48px 42px;
    min-width: auto;
  }
}

.ac__hero-insight-container.img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac__hero-insight-container.ac__about {
  padding: 48px 120px 66px;
}

@media screen and (max-width: 991px) {
  .ac__hero-insight-container.ac__about {
    padding: 36px 48px 42px;
    max-width: 85%;
  }
}

.ac__hero-insight-container h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 991px) {
  .ac__hero-insight-container h3 {
    font-size: 2.2rem;
  }
}

.ac__hero-insight-container p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 46px 0;
}

@media screen and (max-width: 991px) {
  .ac__hero-insight-container p {
    font-size: 1.6rem;
  }
}

.ac__home-were-more-section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 80px 50px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 1200px) {
  .ac__home-were-more-section {
    padding: 48px 48px 52px;
    gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ac__home-were-more-section .side {
  width: auto;
}

.ac__home-were-more-section .side.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 36px;
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section .side.left {
    gap: 24px;
  }
}

.ac__home-were-more-section .side.left .title {
  color: #000;
  font-weight: 900;
  font-size: 2.6rem;
  margin: 20px 0 0 0;
  position: relative;
  line-height: 3.4rem;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section .side.left .title {
    font-size: 2.6rem;
    line-height: 3.6rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-were-more-section .side.left .title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.ac__home-were-more-section .side.left .title::after {
  position: absolute;
  content: '';
  top: -22px;
  height: 8px;
  background-color: #103591;
  width: 87px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section .side.left .title::after {
    width: 80px;
    height: 6px;
    top: -10px;
  }
}

.ac__home-were-more-section .side.left p {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.01em;
  color: #000;
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section .side.left p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.ac__home-were-more-section .side.right {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ac__home-were-more-section .side.right {
    width: 100%;
  }
}

.ac__home-were-more-section .side.right img {
  width: 100%;
}

.ac__home-were-more-section .side.right .ac__overlay {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ac__home-were-more-section .side.right .ac__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ac__home-our-values-section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 80px 50px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 1200px) {
  .ac__home-our-values-section {
    padding: 48px 48px 52px;
    gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ac__home-our-values-section .side {
  width: auto;
}

.ac__home-our-values-section .side.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 36px;
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section .side.right {
    gap: 24px;
  }
}

.ac__home-our-values-section .side.right .title {
  color: #000;
  font-weight: 900;
  font-size: 2.6rem;
  margin: 20px 0 0 0;
  position: relative;
  line-height: 3.4rem;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section .side.right .title {
    font-size: 2.6rem;
    line-height: 3.6rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-our-values-section .side.right .title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.ac__home-our-values-section .side.right .title::after {
  position: absolute;
  content: '';
  top: -22px;
  height: 8px;
  background-color: #103591;
  width: 87px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section .side.right .title::after {
    width: 80px;
    height: 6px;
    top: -10px;
  }
}

.ac__home-our-values-section .side.right p {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.01em;
  color: #000;
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section .side.right p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.ac__home-our-values-section .side.left {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ac__home-our-values-section .side.left {
    width: 100%;
  }
}

.ac__home-our-values-section .side.left img {
  width: 100%;
}

.ac__home-our-values-section .side.left .ac__overlay {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ac__home-our-values-section .side.left .ac__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ac__home-service-section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 120px;
}

.ac__home-service-section .ac__section-title {
  margin-bottom: 70px;
}

.ac__home-services-slider {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 991px) {
  .ac__home-services-slider {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.ac__home-services-slider-slide {
  height: auto;
}

.ac__home-services-slider-slide .each_services {
  height: 100%;
}

.ac__home-services-slider-slide .image_wrapper img {
  height: 270px;
}

@media screen and (max-width: 768px) {
  .ac__home-services-slider-slide .image_wrapper img {
    max-height: 375px;
  }
}

.ac__home-services-slider-slide .text_container {
  text-align: center;
  padding: 30px 30px;
  margin-bottom: 10px;
}

.ac__home-services-slider-slide .text_container h3 {
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ac__home-services-slider-slide .text_container p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ac__home-services-slider-slide .item_button_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 40px;
  left: 0;
}

.ac__home-services-slider-slide .item_button_container .ac__btn {
  font-size: 1rem;
  padding: 10px 20px;
}

.ac__home-news-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.ac__home-news-section .ac__section-title {
  margin-bottom: 0;
}

.ac__home-news-section .ac__btn {
  padding: 12px 35px;
}

.ac__home-news-slider {
  margin-top: 70px;
}

.ac__home-news-slider-slide {
  padding-top: 12px;
  background-color: #103591;
  height: auto;
}

.ac__home-news-slider-slide .each_blog {
  height: 100%;
  background: #ffffff;
  padding-bottom: 0;
  min-height: 400px;
}

.ac__home-news-slider-slide .image_wrapper img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .ac__home-news-slider-slide .image_wrapper img {
    height: 375px;
  }
}

.ac__home-news-slider-slide .text_container {
  text-align: center;
  padding: 30px 30px;
  margin-bottom: 30px;
  color: #000;
}

.ac__home-news-slider-slide .text_container h3 {
  color: #000;
  font-size: 25px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 35px;
}

.ac__home-news-slider-slide .text_container p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 10px;
}

.ac__insights-insight .each_blog {
  background: #f4f4f4;
}

.ac__home-testimonials-section {
  background-color: #ffffff;
  padding: 100px 0 120px;
}

.ac__home-testimonials-section .swiper-pagination-bullet {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 5px;
}

.ac__home-testimonials-slider-slide .each_testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 35px;
}

@media screen and (max-width: 768px) {
  .ac__home-testimonials-slider-slide .each_testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side {
  width: 100%;
}

.ac__home-testimonials-slider-slide .each_testimonial .side.left {
  width: 352px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 528px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.left {
    width: 200px;
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.left {
    width: 100%;
    min-height: 0;
    max-height: 300px;
    min-height: 300px;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.left img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right {
  padding: 10px 0 0 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right {
    padding-left: 20px;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right .quotation-icon {
  max-width: 80px;
  margin: 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right .quotation-icon {
    max-width: 30px;
    margin: 0 0 20px;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right h2 {
  margin: 0 0 46px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right h2 {
    font-size: 28px;
    margin: 0 0 24px 0;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right p {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  padding: 0 0 30px 0;
  margin: 0 0 auto 0;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right p {
    font-size: 16px;
    padding: 0 0 18px 0;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right h3 {
  margin: auto 0 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right h3 {
    font-size: 22px;
  }
}

.ac__home-testimonials-slider-slide .each_testimonial .side.right h4 {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .ac__home-testimonials-slider-slide .each_testimonial .side.right h4 {
    font-size: 18px;
    margin: 10px 0 0;
  }
}

.ac__home-contact-us-section {
  padding: 60px 0 85px;
  background-color: #f4f4f4;
}

.ac__home-contact-us-section .contact-container {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ac__home-contact-us-section .contact-container h2 {
  margin: 0 0 56px 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ac__home-contact-us-section .contact-container h2 {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-contact-us-section .contact-container h2 {
    font-size: 1.6rem;
  }
}

.ac__home-contact-us-section .contact-container a {
  display: block;
  width: auto;
}

.ac__home-contact-us-section .contact-container a.phone {
  color: #103591;
  font-size: 60px;
  font-weight: 900;
  margin: 0 0 36px;
}

@media screen and (max-width: 991px) {
  .ac__home-contact-us-section .contact-container a.phone {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-contact-us-section .contact-container a.phone {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.ac__home-contact-us-section .contact-container a.mailto {
  width: auto;
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 10px;
  border-bottom: 1px solid #103591;
}

@media screen and (max-width: 991px) {
  .ac__home-contact-us-section .contact-container a.mailto {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .ac__home-contact-us-section .contact-container a.mailto {
    font-size: 1.4rem;
  }
}

.ac__footer-section .ac__footer-container {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .ac__footer-section .ac__footer-container {
    padding: 0 40px;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.ac__footer-section .ac__footer-container .ac__footer-top .social .label {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .ac__footer-section .ac__footer-container .ac__footer-top .social .label {
    font-size: 1rem;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-top .social .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.ac__footer-section .ac__footer-container .ac__footer-top .social .links a {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  color: #103591;
}

.ac__footer-section .ac__footer-container .ac__footer-top .subscribe-to-mail {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ac__footer-section .ac__footer-container .ac__footer-top .subscribe-to-mail {
    font-size: 1rem;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-top .subscribe-to-mail::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: calc(100% + 10px);
}

.ac__footer-section .ac__footer-container .ac__footer-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 70px 0 0 0;
  padding: 62px 0 67px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-mid {
    margin: 55px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-color: transparent;
    padding: 0;
    gap: 40px;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column {
  width: 100%;
  max-width: 335px;
  padding: 0 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-mid-column {
    padding: 0 0 40px 0;
    border-right: transparent;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column:last-child {
  border-color: transparent;
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .title {
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-mid-column .title {
    margin: 0 0 15px;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .item {
  position: relative;
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-mid-column .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .item .text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 32px;
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .item .icon {
  position: absolute;
  top: 5px;
  right: calc(100% + 5px);
}

@media screen and (max-width: 991px) {
  .ac__footer-section .ac__footer-container .ac__footer-mid-column .item .icon {
    position: relative;
    margin-top: 5px;
    top: auto;
    right: auto;
  }
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .logos {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac__footer-section .ac__footer-container .ac__footer-mid-column .logos img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ac__footer-section .ac__footer-container .ac__footer-bottom {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.ac__footer-section .ac__footer-container .ac__footer-bottom a {
  padding: 0;
  padding-left: 5px;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  font-weight: 700;
  padding-bottom: 5px;
}

.ac__footer-section .ac__footer-container .ac__footer-bottom a:first-child {
  border-color: transparent;
}

.ac__member-header-section {
  background-color: #103591;
}

.ac__member-header-section .ac__member-header-container {
  padding: 48px 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 24px 40px;
  }
}

.ac__member-header-section .ac__member-header-container .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.ac__member-header-section .ac__member-header-container .side.details {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container .side.details {
    padding: 0;
  }
}

.ac__member-header-section .ac__member-header-container .side.details .main h2 {
  margin: 0;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container .side.details .main h2 {
    font-size: 3rem;
  }
}

.ac__member-header-section .ac__member-header-container .side.details .main h3 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container .side.details .main h3 {
    font-size: 2.2rem;
  }
}

.ac__member-header-section .ac__member-header-container .side.details .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.ac__member-header-section .ac__member-header-container .side.details .contact a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac__member-header-section .ac__member-header-container .side.details .contact a i {
  margin-top: 10px;
  font-size: 1.4rem;
}

.ac__member-header-section .ac__member-header-container .side.details .contact a .text {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1;
}

.ac__member-header-section .ac__member-header-container .side.photo {
  width: 410px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container .side.photo {
    width: 100%;
    height: auto;
  }
}

.ac__member-header-section .ac__member-header-container .side.photo img {
  max-height: 410px;
  min-height: 410px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .ac__member-header-section .ac__member-header-container .side.photo img {
    max-width: auto;
    max-height: auto;
    height: 100%;
  }
}

.ac__member-section .ac__member-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 78px;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .ac__member-section .ac__member-container {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.ac__member-section .ac__member-container.first {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .ac__member-section .ac__member-container.first {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ac__member-section .ac__member-container.second {
  padding-bottom: 130px;
}

@media screen and (max-width: 991px) {
  .ac__member-section .ac__member-container.second {
    padding-bottom: 40px;
  }
}

.ac__member-section .ac__member-container .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ac__member-section .ac__member-container .side.short {
  width: 410px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .ac__member-section .ac__member-container .side.short {
    width: 100%;
  }
}

.ac__member-section .ac__member-container .side .section-title {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  margin-bottom: 37px;
  color: #103591;
  text-transform: uppercase;
}

.ac__member-section .ac__member-container .side p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.ac__member-section .ac__member-container .side .ac__member-badge {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0 0;
  background-color: #103591;
  gap: 1px;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px;
  width: 100%;
  background-color: #f4f4f4;
  gap: 15px;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .title {
  color: #103591;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .list {
  padding-left: 26px;
  color: #103591;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .list ul {
  list-style-type: disc;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .contact a .icon {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #103591;
  border-radius: 50%;
}

.ac__member-section .ac__member-container .side .ac__member-badge .block .contact a .text {
  color: #103591;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: -0.01em;
}

.ac__member-section .ac__member-container .side .accordion {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ac__member-section .ac__member-container .side .accordion .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  cursor: pointer;
  padding: 40px 0;
  border-top: 1px solid #103591;
}

.ac__member-section .ac__member-container .side .accordion .item:last-child {
  border-bottom: 1px solid #103591;
}

.ac__member-section .ac__member-container .side .accordion .item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #103591;
}

.ac__member-section .ac__member-container .side .accordion .item .header .item-title {
  font-weight: 600;
  font-size: 1.4rem;
}

.ac__member-section .ac__member-container .side .accordion .item .header .item-icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ac__member-section .ac__member-container .side .accordion .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  gap: 20px;
}

.ac__member-section .ac__member-container .side .accordion .item .content ul {
  list-style-type: disc;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.ac__member-section .ac__member-container .side .accordion .item.active .header .item-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#bookMeetingButton {
  width: auto;
  padding: 8px 28px;
  line-height: 1;
  color: #fff;
  background-color: #103591;
  -webkit-box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100000;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: 50% -140%;
          transform-origin: 50% -140%;
}

@media screen and (max-width: 991px) {
  #bookMeetingButton {
    -webkit-box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.3);
            box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.3);
    padding: 8px 12px;
    -webkit-transform-origin: 50% 55%;
            transform-origin: 50% 55%;
  }
  #bookMeetingButton:hover {
    -webkit-transform-origin: 50% -110%;
            transform-origin: 50% -110%;
  }
  #bookMeetingButton:hover span {
    display: block;
  }
}

#bookMeetingButton svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  max-width: 18px;
}

#bookMeetingButton span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  #bookMeetingButton span {
    display: none;
  }
}

.ac__about-team-section {
  padding: 70px 0 50px;
  width: 100%;
  background-color: #fff;
}

.ac__about-team-section .team-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}

@media screen and (max-width: 991px) {
  .ac__about-team-section .team-container {
    gap: 40px;
  }
}

.ac__about-team-section .team-container .members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1rem;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ac__about-team-section .team-container .members {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.ac__about-team-section .team-container .members .member {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  position: relative;
  z-index: 0;
  padding-top: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ac__about-team-section .team-container .members .member {
    width: 40%;
    padding-top: 40%;
  }
}

@media screen and (max-width: 768px) {
  .ac__about-team-section .team-container .members .member {
    width: 60%;
    padding-top: 60%;
  }
}

.ac__about-team-section .team-container .members .member img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ac__about-team-section .team-container .members .member .text-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.ac__about-team-section .team-container .members .member h3 {
  font-weight: 900;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .ac__about-team-section .team-container .members .member h3 {
    font-size: 1.6rem;
  }
}

.ac__about-team-section .team-container .members .member h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 991px) {
  .ac__about-team-section .team-container .members .member h4 {
    font-size: 1.2rem;
  }
}

.ac__insights {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 78px;
}

.ac__insights-insight {
  width: calc(33.3333% - 78px * 2 / 3);
}

@media screen and (max-width: 991px) {
  .ac__insights-insight {
    width: 100%;
  }
}

.ac__insight-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 78px 0 100px;
}

.ac__insight-header h1 {
  margin: 0;
  font-weight: 900;
  font-size: 53px;
  line-height: 62px;
}

@media screen and (max-width: 991px) {
  .ac__insight-header h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.ac__insight-header .date {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}

.ac__insight-hero-wrap {
  width: 100%;
  margin-top: 77px;
}

.ac__insight-hero-wrap .ac__insight-hero-img {
  padding: 0 30px;
}

.ac__insight-hero-wrap .ac__insight-hero-img img {
  width: 100%;
  max-height: 556px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac__insight-text-wrap {
  width: 100%;
}

.ac__insight-text-wrap .text-container {
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .ac__insight-text-wrap .text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.ac__insight-text-wrap .text-container .side {
  width: 100%;
}

.ac__insight-text-wrap .text-container .side.text {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: -0.05em;
}

.ac__insight-text-wrap .text-container .side.right {
  width: 456px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .ac__insight-text-wrap .text-container .side.right {
    width: 100%;
  }
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0 0;
  background-color: #103591;
  gap: 1px;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px;
  width: 100%;
  background-color: #f4f4f4;
  gap: 15px;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .title {
  color: #103591;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .list {
  padding-left: 26px;
  color: #103591;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .list ul {
  list-style-type: disc;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .contact a .icon {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #103591;
  border-radius: 50%;
}

.ac__insight-text-wrap .text-container .side.right .ac__member-badge .block .contact a .text {
  color: #103591;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: -0.01em;
}

.text-underline {
  text-decoration: underline;
}

.iframeContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  display: none;
}

#close_btn_modal, .close_btn_modal_exit_intent, .close_menu_screen {
  width: 25px;
  height: 25px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: -35px;
  cursor: pointer;
  z-index: 99999999;
}

.iframeContainer iframe {
  height: 100%;
  width: 100%;
}

#close_btn_modal.bg_secondary_line .cross_line1, #close_btn_modal.bg_secondary_line .cross_line2, .close_btn_modal_exit_intent.bg_secondary_line .cross_line1, .close_btn_modal_exit_intent.bg_secondary_line .cross_line2, .close_menu_screen.bg_secondary_line .cross_line1, .close_menu_screen.bg_secondary_line .cross_line2 {
  background-color: #103591;
}

#close_btn_modal .cross_line1, .close_btn_modal_exit_intent .cross_line1, .close_menu_screen .cross_line1 {
  height: 40px;
  width: 2px;
  margin-left: 12px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px black;
  box-shadow: 0px 0px 10px 0px black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  Z-index: 1;
}

#close_btn_modal.bg_secondary_line .cross_line1, #close_btn_modal.bg_secondary_line .cross_line2, .close_btn_modal_exit_intent.bg_secondary_line .cross_line1, .close_btn_modal_exit_intent.bg_secondary_line .cross_line2, .close_menu_screen.bg_secondary_line .cross_line1, .close_menu_screen.bg_secondary_line .cross_line2 {
  background-color: #103591;
}

#close_btn_modal .cross_line2, .close_btn_modal_exit_intent .cross_line2, .close_menu_screen .cross_line2 {
  height: 40px;
  width: 2px;
  background-color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  Z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 0px black;
  box-shadow: 0px 0px 10px 0px black;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*# sourceMappingURL=style.v7.css.map */