/* header  */

body, html, p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.copy {
  display: none !important;
}
.rwap-banner{
  object-fit: fill !important;
}
.here_for_you {
  height: 12px;
  position: absolute;
  right: 80px;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.right-header-container polyline {
  stroke: #3A4385;
}

.site-header {
  padding: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 90px;
  top: 0px;
  display: flex;
  align-items: center;
  overflow-x: visible !important;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 0px 3px 0px lightgray;
}

.menu-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}

.stuck {
  position: fixed;
  width: 100%;
}

.hamburger {
  display: none;
}

.current-menu-item {
  color: #3A4385 !important;
  font-weight: 600;
}

.right-header-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  height: 90px;
  padding-right: 60px;
}

.right-header-container .dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 64px;
  padding-top: 43px;
  transition: all 0.8s ease;
}

.right-header-container a span {
  margin-right: 0px;
}

.right-header-container a {
  text-decoration: none;
  margin: 0 15px;
  color: #3A4385;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.5px;
}

.right-header-container a:after, .row1 a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #ea5167;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.right-header-container a:hover:after, .row1 a:hover:after {
  width: 100%;
  left: 0;
}

.right-header-container .arrows-up {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0 0 1px;
  top: 3px;
  left: 20px;
  height: 15px;
  width: 15px;
  z-index: -1;
  background: inherit;
  border-bottom-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right-header-container .dropdown-content-text {
  display: none;
  flex-direction: column;
  background-color: white;
  min-width: 160px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3;
}

.right-header-container .dropdown-content {
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: transparent;
  min-width: 160px;
  padding-top: 10px;
  top: 55px;
  z-index: 3;
  transition: all 0.2s ease;
}

.right-header-container .dp-down-content-a {
  padding: 7px 15px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #3A4385;
}

.right-header-container a .sub-menu-indicator svg {
  transition: all 0.2s ease;
}

.right-header-container .dropdown:hover .services {
  color: #3A4385;
}

.right-header-container .dropdown:hover polyline {
  stroke: #3A4385 !important;
}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-text {
  display: flex;
  opacity: 1;
  top: 64px;
}

.dropdown:hover a .sub-menu-indicator svg {
  transform: rotateZ(180deg);
}

.logo {
  justify-content: center;
  flex-grow: 1;
  padding-left: 60px;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 100001;
  background: #fff;
  overflow-y: auto;
}

.slide-menu.open {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.slide-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-menu li {
  padding: 10px 0;
}

#fixed-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  z-index: 100000;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#fixed-overlay.open {
  opacity: 1 !important;
  visibility: visible !important;
}

.tatsu-mobile-menu li, .tatsu-mobile-menu ul, .tatsu-mobile-menu ul li {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tatsu-mobile-menu .tatsu-sub-menu {
  display: none;
  background: transparent !important;
  padding-left: 15px;
}

.tatsu-mobile-menu svg polyline {
  stroke: #000;
}

.tatsu-sidebar-menu ul li {
  position: relative;
  margin-right: 0 !important;
}

.tatsu-sidebar-menu li a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 5px;
  display: block;
  color: inherit;
}

.tatsu-sidebar-menu .sub-menu-indicator {
  float: right;
  text-align: center;
}

.tatsu-sidebar-menu li.menu-item-has-children .sub-menu-indicator svg {
  display: inline-block;
}

.tatsu-sidebar-menu .tatsu-sub-menu {
  display: none;
  background: transparent !important;
  position: static;
  margin: 0;
  padding: 0 0 0 10px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto !important;
}

.tatsu-mobile-menu-icon {
  cursor: pointer;
}

.tatsu-mobile-menu-icon div>span {
  display: block;
  background: #000;
  width: 27px;
  height: 2px;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tatsu-slide-menu-inner {
  min-height: 100%;
}

.tatsu-slide-menu-col, .tatsu-slide-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tatsu-slide-menu-col {
  justify-content: flex-start;
  align-items: flex-start;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tatsu-slide-menu-col:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-icon {
  left: auto;
  right: 12px;
  position: absolute;
  bottom: 23px;
  width: 16px;
  height: 10px;
  pointer-events: none;
}

.drop-down-select::-ms-expand {
  display: none;
}

.drop-down-select {
  padding: 4px 52px 4px 16px;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  /* border: none; */
  /* border-bottom: 1px solid; */
  outline: none;
  background-color: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
}

/* testimonials */

.testimonials-content .banner_heading {
  font-weight: bold;
  font-size: 38px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.testimonial-banner img {
  width: 100%;
}

.testimonial-banner h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  font-size: 40px;
}

.testimonial-banner p {
  font-size: 27px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.testimonial-banner .mfs_welcome {
  position: absolute;
  top: 200px;
  margin: 0 0 0 60px;
}

.testimonials-content {
  top: 220px !important;
}

.testimonials-content .banner_subheading {
  font-weight: normal;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0.7425px;
  color: rgba(255, 255, 255, 0.9);
}

.testimonials-container {
  max-width: 1260px;
  margin: auto;
  padding: 40px;
}

.testimonials-rows p {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.385714px;
  color: #5B5B6B;
  text-align: justify
}

.testimonials-rows h4 {
  font-weight: 800;
  font-size: 19px;
  line-height: 20px;
  letter-spacing: 0.428571px;
  text-transform: uppercase;
  color: #4454A4;
  margin-bottom: 0;
}

.testimonials-rows {
  border-bottom: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 50px 70px;
  display: flex;
  margin: 20px 0
}

.testimonials-left h4 {
  text-align: right;
}

.testimonials-right h4 {
  text-align: left;
}

.testimonials-right .testimonials-col1 {
  margin-right: 100px;
  width: 80%;
}

.testimonials-left .testimonials-col2 {
  margin-left: 100px;
  width: 80%;
}

.slide_for_mobile {
  display: none;
}

.testimonial-banner {
  margin-top: 90px;
}

/* banner */

.desktop-banner {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-banner {
  display: none !important;
}

.slick-next {
  right: 30px !important;
  top: 47% !important
}

.slick-prev {
  left: 30px !important;
  z-index: 1;
  top: 47% !important
}








.slick-prev:before, .slick-next:before {
  content: none !important;
}

#wrapper {
  margin-top: 90px
}

.slick-dots li button::before {
  font-size: 12px !important;
  color: transparent !important;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slide-content {
  position: absolute;
  left: 100px;
  top: 100px;
}

.banner_heading {
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: .4px;
  color: #fff;
  opacity: .95;
  margin-bottom: 25px ;
}

.banner_subheading {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  width: 700px;
}

/*   corporate registry */

.about_registry {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about_heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3A4385;
}

.about_subsection {
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  color: #173750;
  text-align: justify;
}

/* facts */

.facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  max-width: 1400px;
  margin: auto;
}

.facts_img {
  height: 47px;
}

.facts-content {
  max-width: 200px;
  padding: 0 25px;
}

.facts_items {
  padding: 30px 0;
  object-fit: cover;
  object-position: center;
  border-right: 0.5px solid rgba(112, 118, 157, 0.4)
}

.facts-content p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}

/* quick links */

.quick_links {
  background: rgba(58, 67, 133, 0.0658053);
  padding: 70px 0;
}

.quick_links_items img {
  margin-top: 20px;
}
.quick_links .facts{
  max-width: 1200px;
}
.quick_links_items:hover img {
  -webkit-animation: spin 0.5s linear;
  -moz-animation: spin .5s linear;
  animation: spin .5s linear;
}

.quick_links_items {
  background-color: #FFFFFF;
  width: 168px;
  height: 168px;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 1px 1px 10px rgba(7, 19, 48, 0.080884);
  border-radius: 5px;
}

.quick_links_items:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.quick_links_items p {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #173750;
}

.ql_heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #3A4385;
  margin-bottom: 40px;
}

/* clients */

.client_items {
  width: 400px;
  height: 387px;
  margin: auto;
  position: relative;
}

.client_content {
  top: 55%;
  left: 25%;
  position: absolute;
  text-align: center;
}

.left-img .client_content {
  left: 40%;
}

.right-img .client_content {
  left: 30%;
}

.client_items div p {
  font-size: 20px;
  line-height: 38px;
  color: #3A4385;
  margin-bottom: 10px;
}

.client_items:hover a img, .slide-content a img, .kcas_link img {
  margin-left: 20px;
  -webkit-animation-name: banner_right;
  -webkit-animation-duration: 1s;
  animation-name: banner_right;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner_down {
  margin-left: 20px;
  -webkit-animation-name: banner_down !important;
  -webkit-animation-duration: 1s;
  animation-name: banner_down !important;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slide-content .current-menu-item {
  color: white !important;
}

@keyframes banner_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes banner_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* .client_items {
    transform: translate3d(0, 0, 0);
  }  */

/* tabs */

.tab {
  float: left;
  width: 40%;
  height: 300px;
}

.tabcontent li {
  list-style-image: url(/images/yes.png);
  padding: 10px 10px;
  line-height: 30px;
  flex-direction: column;
}

.tabcontent ul {
  padding-left: 20px;
}

/* .tabcontent li::before{
    content: url(/images/yes.png);
    padding-right: 20px;

  } */

.tabcontent h3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.6px;
}

.tab button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  margin-top: 2px;
}

.tabs-section {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0 0;
  padding: 80px 0 40px;
}

.tabs_and_kcas {
  max-width: 1400px;
  margin: auto;
  display: flex;
  padding: 0 20px;
}

.kcas {
  width: 220px;
  display: block;
  padding: 0 50px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#4a538b), to(#464e8a))0 100% 0 0 stretch;
}

.kcas_img {
  margin-bottom: 30px;
}

.tabs_section_responsive {
  margin-left: 50px;
  display: flex;
  height: 400px;
  width: 70%;
}

.kcas_link img {
  vertical-align: middle;
  padding-left: 10px;
}

.kcas_link span {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-top: 20px;
  color: #fff;
}

.tab button {
  display: block;
  position: relative;
  background-color: inherit;
  color: #fff;
  padding-left: 40px;
  width: 230px;
  height: 60px;
  border-radius: 10px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  margin: 20px 10px;
}

.tab button:hover {
  background-color: #d84f69;
}

.tab button.active {
  background-color: #d84f69;
}

.tabs-content-div {
  float: left;
  padding: 0px 12px;
  width: 70%;
  height: auto;
  color: #fff
}

/* footer */

.extra_links {
  margin-left: 50px;
}

.extra_links:nth-child(1n) {
  margin-top: 32px;
}

.sub_col_2 {
  display: flex;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  padding: 70px;
}

.row1 a:after {
  background: #D9D9D9;
}

.row1 a {
  position: relative;
}

.first_col img {
  width: 222px;
  height: 60px;
}

.first_col {
  width: 40%
}

.first_col p, .copy {
  width: 322px;
  color: #C7C9D5;
  font-size: 13px;
  margin-top: 20px;
  line-height: 22px;
}

.copy {
  margin-top: 60px;
}

.row1 p {
  color: #EA5167;
  font-size: 14px;
  margin-bottom: 15px;
}

.row1 li {
  color: #D9D9D9;
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 15px;
}

.second_col {
  width: 60%;
}

.row1 {
  display: flex;
}

.row1 ul {
  margin: 0 auto;
}

.sub_col_1 {
  margin-left: 0 !important;
  padding-left: 0;
}

.row2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #EA5167;
  display: flex;
}

.row2 div {
  display: flex
}

.row2 span {
  vertical-align: middle;
  margin: auto 20px auto 0;
}

.row2 a {
  padding: 0 10px;
  display: block;
}

.row2 a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.row2 {
  margin-top: 65px;
}

.footer a:visited, .footer a {
  text-decoration: none;
  color: #D9D9D9;
}

/* section before footer */

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto;
}

.section_responsive .about_heading {
  padding-top: 68px;
}

.services-content {
  text-align: center;
}

.services_items {
  padding: 40px 0 20px;
  margin: auto;
  height: 180px;
  width: 33%;
  text-align: center;
}

.services-content p {
  font-size: 14px;
  line-height: 26px;
  color: #173750;
  margin-top: 38px;
}

.services_items:nth-child(2), .services_items:nth-child(6) {
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#dde0eb), to(#edeef5))0 100% 0 100% stretch;
}

.border {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#dde0eb), to(#edeef5))0 0 100% 0 stretch;
}

.services_items:nth-last-child(2) {
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#dde0eb), to(#edeef5))0 100% 0 100% stretch;
}

/* back to top arrow */

.show #be-themes-back-to-top {
  opacity: 0.5;
}

#be-themes-back-to-top {
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: -webkit-transform all .35s ease-in-out;
  -webkit-transition: -webkit-transform all .35s ease-in-out;
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
}

.show #be-themes-back-to-top:hover {
  opacity: 1;
}

@media screen and (max-width:1440px) {
  
  .banner_subheading{
    width: 700px;
  }
  .testimonial-banner .mfs_welcome {
    top: 150px
  }
}

@media screen and (max-width: 1024px) {
  .right-header-container {
    display: none;
  }
  .testimonial-banner .mfs_welcome {
    top: 100px
  }
  .tabs_section_responsive {
    width: 100%;
    display: block;
    height: auto;
  }
  .tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .tab button {
    width: 40% !important;
    margin: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .services {
    padding: 20px 0;
  }
  .banner_heading {
    margin: 15px 0;
    max-width: 500px;
  }
  .banner_subheading{
    width: 500px;
  }
  .slide-content {
    top: 30px;
    left: 70px;
  }
  .facts_items {
    border-bottom: 0.5px solid rgba(112, 118, 157, 0.5);
    border-right: 0;
  }
  .logo {
    justify-content: space-between;
  }
  .site-header {
    display: flex;
    justify-content: space-between;
    /* padding: 0 10px; */
  }
  .hamburger {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .hamburger div>span {
    border-radius: 1px;
    display: block;
    background: #000;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .hamburger .line-wrapper.open {
    position: relative;
  }
  .hamburger .line-wrapper.open span.line-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .hamburger .line-wrapper.open span.line-3 {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .hamburger .line-wrapper.open span.line-2 {
    display: none;
  }
  .facts .quick_links_items {
    margin: 20px;
  }
  .facts {
    padding: 20px 0;
  }
  .client_items {
    margin: 20px auto;
  }
  .tabs-content-div {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .footer {
    display: block;
    padding: 50px;
  }
  .download .download_info,.download p{
display: none;
  }
  .slide_for_desktop {
    display: none;
  }
  .slide_for_mobile {
    display: block;
  }
  .testimonials-rows h4 {
    line-height: 30px;
  }
  .testimonials-rows {
    padding: 30px 40px;
  }
  .kcas_img {
    width: 100%;
  }
  .kcas {
    width: 200px;
    margin: 0 20px;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .desktop-banner {
    display: none !important;
  }
  .copy {
    display: block !important;
  }
  .first_col p {
    display: none !important;
  }
  .first_row_downloads {
    flex-basis: 100% !important;
    text-align: center;
  }
  .qr_illustration {
width: 100%;
margin-top: 40px;
  }
  .downloads_cols{
    display: block !important;
  }
  .download {
    justify-content: center;
  }
  .mobile-banner {
    display: block !important;
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .about_subsection {
    padding: 0 20px;
  }
  .first_col p {
    width: 100%;
  }
  .first_col {
    width: 100%;
    margin-bottom: 30px;
  }
  .second_col {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .banner_heading {
    font-size: 16px;
    line-height: 20px;
  }
  .services-content .services_para{
text-align: left;
  }
  .slide-content a{
    font-size: 16px !important;
    margin-top: 15px !important;
  }
  .banner_subheading{
    width: unset;
  }
  .testimonial-banner .mfs_welcome {
    top: 90px;
    margin-left: 10px
  }
  .testimonial-banner h3 {
    font-size: 24px;
  }
  .testimonial-banner p {
    font-size: 20px;
  }
  .testimonials-container {
    padding: 0 20px;
  }
  .testimonials-rows {
    padding: 20px 15px;
    display: grid;
  }
  .testimonials-right .testimonials-col2 {
    order: 1;
    text-align: center;
  }
  .testimonials-right .testimonials-col1 {
    order: 2;
  }
  .testimonials-right {
    flex-direction: row-reverse
  }
  .testimonials-right .testimonials-col1, .testimonials-left .testimonials-col2 {
    margin-right: 0 !important;
    width: 100%;
    margin-left: 0 !important
  }
  .testimonials-left h4 {
    text-align: left;
  }
  .testimonials-col1 {
    text-align: center;
  }
  .here_for_you {
    right: unset;
  }
  .tabs-content-div {
    float: none;
    width: 90%;
  }
  .row1 ul, .extra_links, .extra_links:nth-child(1n) {
    padding: 0;
    margin: 0;
  }
  .tabs_and_kcas {
    padding: 0;
    display: block;
  }
  .kcas {
    margin: auto;
    border: 0;
  }
  .tab {
    display: block;
  }
  .tab button {
    width: 100% !important;
  }
  .services-content {
    max-width: none;
  }
  .services_items {
    height: 200px;
  }
  .services {
    display: block;
    justify-content: center;
  }
  .services_items {
    max-width: unset;
    width: unset;
    padding: 20px 20px;
    display: block;
    height: auto;
  }
  .border, .services_items, .services_items:nth-child(-n+3), .services_items:nth-last-child(2), .services_items:nth-child(6) {
    border: 0;
  }
  .tabs_section_responsive {
    border-radius: 30px;
    border: 1px solid #d84f69;
    margin: 50px 15px 20px 15px;
    display: block;
    height: auto;
    width: unset;
  }
  .border {
    display: none
  }
  .services-content {
    display: flex;
  }
  .services_img {
    margin-right: 20px;
  }
  .services_para {
    vertical-align: middle;
    margin: auto 0 !important;
  }
  .tabs-section {
    padding: 50px 0;
  }
  .tab1 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .tab {
    border-radius: 30px;
  }
  .client_items> :first-child {
    width: 80%
  }
  .client_items {
    text-align: center;
    height: auto;
  }
  .slide-content br {
    display: none
  }
  .banner_links {
    display: block !important;
  }
  .client_items div p {
    font-size: 18px;
    line-height: 30px;
  }
  .banner_subheading {
    font-size: 14px;
    line-height: 25px;
  }
  .logo {
    padding-left: 20px;
  }
  .slide-content {
    left: 20px;
    top: 30px
  }
  .tab button {
    border-radius: 0;
    height: 55px;
  }
  .tablinks {
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #d84f69 !important;
  }
  .tab_section {
    padding: 50px 0;
  }
  .tab {
    width: 100%;
    height: auto;
    float: none;
  }
  .about_registry {
    padding: 20px;
    padding-bottom: 50px;
  }
  .facts .quick_links_items {
    margin: auto;
    margin-bottom: 20px;
  }
  .footer {
    padding: 20px;
  }
  .row1 {
    display: block;
  }
  .row1 ul {
    padding: 0;
    margin-top: 40px;
  }
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1!important;
  }
}

/* animations */

@-moz-keyframes spin {
  100% {
    -moz-transform: rotateY(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
  }
  to {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flipLeft {
  from {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }
}

@-webkit-keyframes flipLeft {
  from {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }
}

@keyframes flipLeft {
  from {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }
}

@-webkit-keyframes flipLeft {
  from {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.flipLeft {
  -webkit-animation-name: flipLeft;
  animation-name: flipLeft;
  opacity: 1 !important;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1 !important;
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  opacity: 0.9 !important;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  opacity: 1 !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0ms;
}

.slide-in-right {
  -webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#preloader {
  background: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  place-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#preloader #status img {
  width: 300px;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
  border: 0;
  opacity: 0.5;
  background-color: transparent;
}

#myBtn:hover {
  opacity: 1;
}

#myBtn img {
  width: 80%;
}

.download-kprism {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 80px 20px 10px;
}

.downloads_heading {
  margin-top: 0;
  padding-bottom: 50px;
}

.downloads_cols {
  display: flex;
  margin: auto;
  max-width: 1260px;
}

.first_row_downloads p {
  font-size: 18px;
  line-height: 30px;
  color: #173750;
}

.downloads_cols img {
  flex-basis: 40%;
}

.slide-content a {
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding-bottom: 5px;
  outline: none;
}

/* .slide-content span {
  border-bottom: solid 1px #ea5167;
} */
.banner_subheading img{
  vertical-align: middle;
}
.slide-content img {
  margin-right: 40px
}

.banner_links {
  display: flex;
}

.slide-content img {
  margin-left: 20px;
}

.first_row_downloads {
  flex-basis: 60%;
}

.google_img {
  flex-basis: 30%;
  margin: auto 50px auto 0;
}

.or {
  flex-basis: 10%;
  vertical-align: middle;
  margin: auto 0;
}

.download {
  margin-top: 30px;
  display: flex;
}

.download_img {
  display: flex;
  align-items: flex-start;
}

.download_info p {
  color: #3A4385;
  font-weight: 400;
}

@media screen and (max-width: 425px) {
  .slide-in-right {
    animation: none;
  }
  .sub_col_2 {
    display: block;
  }
  .row2 {
    display: block;
    margin-top: 40px;
  }
  .row2 div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .download {
    display: block;
  }
  .google_img {
    flex-basis: unset;
    margin: auto;
  }
  .download_img {
    display: block;
  }
}
