@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
.text-image-scroll-viewer {
  display: none;
  position: relative;
  background-color: rgba(235, 235, 238, 0.6);
  padding-bottom: 100px;
}

@media only screen and (min-width: 769px) {
  .text-image-scroll-viewer {
    display: flex;
  }
}
@media (max-width: 414px) {
  .group-image-text-wrapper > div {
    height: auto !important;
  }

  .group-image-text-wrapper > div > div {
    height: 70vh !important;
  }
}
.text-wrapper {
  height: fit-content;
  width: 50%;
  z-index: 10;
  margin-left: auto;
}

.slide-text-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.text-wrapper-inner-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 500px;
  min-height: 250px;
  justify-content: space-between;
  word-break: break-word;
  width: 80%;
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .text-wrapper-inner-wrapper h3 {
    font-size: 27px !important;
  }

  .text-wrapper-inner-wrapper p {
    font-size: 14px !important;
    margin-top: 0 !important;
  }
}
.subheader {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 1139px) {
  .subheader {
    font-size: 24px;
  }
}
.text-wrapper-inner-wrapper div:nth-child(1) {
  color: #535353;
}

.text-wrapper-inner-wrapper div:nth-child(2) {
  color: #2b47a3;
}

.text-wrapper-inner-wrapper div:nth-child(3) {
  color: #4b4b4b;
  margin: 30px 0;
}

.text-wrapper-inner-wrapper .read-more-wrapper a {
  display: flex;
  text-decoration: none;
  color: #3a85fc;
}

.text-wrapper-inner-wrapper .read-more-wrapper a img {
  padding-right: 10px;
}

.images-wrapper {
  width: 0%;
  transition: width 0.5s ease-in-out, background-color 0.5s;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.images-wrapper-open {
  width: 50%;
}

.images-wrapper-fixed-stop {
  bottom: 0;
  position: absolute;
}

.images-wrapper-fixed {
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .images-wrapper-fixed {
    padding-top: 30px !important;
  }
}
.images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50vw;
  position: relative;
  left: 0%;
}

.images-show {
  opacity: 1 !important;
}

.images > img {
  width: 90%;
  opacity: 0;
  align-self: center;
  transition: opacity 1s;
}
/* responsive tablet and phone view */
@media only screen and (min-width: 769px) {
  .group-image-text-wrapper {
    display: none;
  }
}
.group-image-text-wrapper {
  background-color: rgba(235, 235, 238, 0.6);
}
.group-image-text-wrapper > div {
  height: 100vh;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .group-image-text-wrapper > div > div {
    justify-content: space-evenly;
  }
}
.group-image-text-wrapper > div > div {
  height: 50vh;
  display: flex;
  flex-direction: column;
}
.group-image-text-wrapper > div .group-image {
  position: relative;
}
.group-image-text-wrapper > div .group-image:after {
  position: absolute;
  width: 5vh;
  height: 5vh;
  border: 0px solid #fff;
  top: 100%;
  left: 50%;
  margin-left: -2.5vh;
  content: '';
  transform: rotate(45deg);
  margin-top: -25px;
  background: inherit;
}
.group-image-text-wrapper > div .group-image img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

.group-image-text-wrapper > div .group-text-wrapper .group-text {
  padding: 5vh 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.group-image-text-wrapper > div .group-text-wrapper .group-text h3 {
  margin: 0px;
  margin: 0px 0px 20px 0px;
}
.group-image-text-wrapper > div .group-text-wrapper .group-text p {
  margin: 0;
}
.group-image-text-wrapper > div .group-text-wrapper .group-text a {
  justify-content: center;
}
body {
  font-family: 'Poppins', sans-serif !important;
  color: #4b4b4b;
  line-height: 28px;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 35px;
  font-weight: 900;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h3,
  h2 {
    font-size: 24px;
  }
  .cnt-header {
    padding-top: 23% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3,
  h2 {
    font-size: 24px;
  }
  .cnt-header {
    padding-top: 15% !important;
  }
}
@media (min-width: 1301px) {
  .container {
    max-width: 1600px;
  }
  body {
    font-size: 16px;
  }
  .newsletter .input-group {
    padding: 15px 20%;
  }
  .newsletter .input-group input::placeholder,
  .newsletter .input-group button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .newsletter .input-group {
    padding: 15px 10%;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1140px;
  }
  body {
    font-size: 14px;
  }
  .newsletter .input-group input::placeholder,
  .newsletter .input-group button {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .logo-scroll .scroll-txt {
    width: 60%;
    margin: auto;
  }
}
/* --------------- header ------------*/
.header .menu #navbar2 {
  z-index: 1500;
}
.header .cnt-header {
  height: auto;
}
.header .cnt-header .header-txt h3 {
  color: #2b47a3;
}
.header .home {
  padding-top: 9%;
  padding-bottom: 9%;
}
.header-bg1 {
  background: url(../img/header-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.header-bg2 {
  background: url(../img/header-bg2.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.header-bg3 {
  background: url(../img/header-bg.png) no-repeat;
  background-size: cover;
}
.sub-title {
  text-align: center;
  margin-bottom: 3%;
}
/*--------------- navbar-nav ---------------*/
@media (min-width: 992px) {
  .navbar .navbar-nav li .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .navbar .navbar-nav li .nav-link:hover,
  .navbar .navbar-nav li .nav-link:active,
  .navbar .navbar-nav li .nav-link:focus {
    font-weight: bold;
    border-bottom: 2px solid #2b47a3;
    padding-bottom: 1px;
  }
  .navbar .navbar-nav li .active {
    font-weight: bold;
    border-bottom: 2px solid #2b47a3;
    padding-bottom: 1px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav li .nav-link:hover,
  .navbar .navbar-nav li .nav-link:active,
  .navbar .navbar-nav li .nav-link:focus {
    font-weight: bold;
  }
  .navbar .navbar-nav li .active {
    font-weight: bold;
  }
}
/* --------------- slide indicator --------------- */
.carousel-indicators {
  left: 0;
  top: auto;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #ffffff;
  border: 2px solid #afb3bc;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 0.7rem;
}
.carousel-indicators .active {
  background: #3a85fc;
  border: 2px solid #3a85fc;
}
/* --------------- testimonials --------------- */
.testimonial {
  padding-top: 6%;
  padding-bottom: 2%;
}
.testimonial h3 {
  color: #2b47a3;
}
.testimonials-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 5%;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .testimonials-inner {
    width: 100%;
  }
}
.testimonials-inner > div {
  display: flex;
  justify-content: center;
}

.testimonial-text-section {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  justify-content: space-evenly;
  color: #4b4b4b;
  width: 70%;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .testimonial-text-section {
    flex: 2 !important;
  }
}
.testimonial-text-section > div {
  margin-bottom: 20px;
}

.testimonial-text-section .testimonial-text {
  word-break: break-word;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4b4b4b;
}

.testimonial-info {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 300px);
  margin: 25px auto 0;
  height: 50px;
}

.deck-card-left-wrapper {
  height: 250px;
  width: 150px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.deck-card-left-wrapper .deck-card-front {
  width: 150px;
  height: 200px;
  transform: skewY(-25deg);
  transform-origin: top right;
  background-color: #3a85fc;
  overflow: hidden;
  position: absolute;
  margin-left: 18px;
}

.deck-card-left-wrapper .deck-card-front .deck-card-front-bg.lazy {
  background-image: none;
  background-color: #f2f3f8;
}

.deck-card-left-wrapper .deck-card-front .deck-card-front-bg {
  height: 270px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  transform: skewY(25deg);
  transform-origin: top right;
  background-image: url(../img/profile.jpg) !important;
}

.deck-card-left-wrapper .deck-card-back {
  height: 200px;
  width: 150px;
  background-color: #3a85fc;
  transform: skewY(-25deg);
  transform-origin: top right;
  position: absolute;
  top: -10px;
}

@media only screen and (max-width: 600px) {
  .testimonials-inner {
    flex-direction: column;
  }

  .testimonial-text-section {
    padding: 10px 0;
  }

  .testimonial-text-section .testimonial-text {
    font-size: 20px;
  }

  .deck-card-left-wrapper {
    height: 190px;
    width: 75px;
    margin: 0 auto;
  }

  .deck-card-left-wrapper .deck-card-back {
    height: 130px;
    width: 120px;
    top: -5px;
  }

  .deck-card-left-wrapper .deck-card-front {
    height: 130px;
    width: 120px;
    left: -30px;
  }

  .deck-card-left-wrapper .deck-card-front .deck-card-front-bg {
    height: 190px;
  }
}
@media screen and (max-width: 930px) {
  .testimonials-inner {
    flex-direction: column;
  }

  .testimonial-text-section {
    width: 100%;
  }
}
/* --------------- logo scroll --------------- */
.logo-scroll {
  background-color: #ffffff;
  margin-top: 3%;
  padding-top: 6%;
  padding-bottom: 6%;
}
.logo-scroll h3 {
  color: #2b47a3;
}
.logo-scroll .ml-5 img {
  padding-left: 5px !important;
}

/* --------------- logo slider --------------- */
h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  -webkit-box-shadow: 2px 11px 23px -7px #545254;
  -moz-box-shadow: 2px 11px 23px -7px #545254;
  box-shadow: 2px 11px 23px -7px #545254;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  padding-bottom: 2rem;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --------------- newsletter ---------------*/
.newsletter {
  background-color: #3a85fc;
  padding-top: 6%;
  padding-bottom: 6%;
  text-align: center;
}
.newsletter h3 {
  color: #ffffff;
}
.newsletter p {
  color: #eeeeee;
}
.newsletter .input-group > .form-control:not(:last-child) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  padding-left: 20px;
}
.newsletter .input-group > .input-group-append > .btn {
  padding: 5px 20px;
  font-weight: 600;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #00eac3;
  color: #ffffff;
  border: none;
}

/* --------------- footer ---------------*/
.footer {
  background-color: #f2f3f8;
  padding-top: 6%;
  padding-bottom: 6%;
}
.footer .logo-title {
  margin-bottom: 8%;
}
.footer .logo-title img {
  height: 25px;
}
.footer .ft-title {
  font-weight: 900;
  color: #535353;
  margin-bottom: 8%;
}
.footer ul {
  padding-left: 0px;
}
.footer ul li {
  list-style-type: none;
}
.footer ul .social a {
  text-align: center;
}
.footer ul .social a i {
  padding: 10px;
  border: 1px solid #3a85fc;
  border-radius: 50%;
  width: 35px;
  width: 35px;
  margin-left: 5px;
}
.footer .contact-info li p:first-child {
  margin-bottom: 0px;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}
.footer .quick-link li {
  margin-bottom: 10px;
}
.footer .quick-link li a {
  color: #4b4b4b;
}
.footer .quick-link li a:hover {
  text-decoration: none;
  color: #3a85fc;
}

/* --------------- copyright ---------------*/
.copyright {
  padding: 5px;
  text-align: center;
  background-color: #ececed;
}
.copyright p {
  margin-bottom: 0px;
}

/* ----- 7.4.2020 ------*/
.center {
  text-align: center;
}

.logo-scroll .customer-logos {
  margin-top: 2rem;
}

#navbar2 {
  background-color: #ffffff !important;
  position: fixed;
  top: -60px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
#navbar2 a {
  float: left;
}
#navbar2 ul > li > a {
  color: #2b47a3;
}
#navbar2 .custom-btn .effect-btn {
  margin-left: 5px;
}

#navbar ul > li > a {
  color: #2b47a3;
}
#navbar .custom-btn .effect-btn {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .menu .bg-nav {
    background-color: #f2f3f8 !important;
  }

  #navbar2 {
    display: none;
  }
  #navbar2 button {
    float: right;
  }
  #navbar2 .navbar-collapse {
    float: left;
    clear: both;
  }

  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  #navbar .pc-view {
    display: none;
  }
  #navbar .sp-view {
    display: block;
  }
  #navbar .navbar-brand img {
    height: 33px;
  }
}
@media (min-width: 992px) {
  .menu .bg-nav {
    background-color: none !important;
  }

  #navbar2 {
    display: block;
  }
  #navbar2 .navbar-brand img {
    height: 33px;
  }

  #navbar {
    position: relative;
  }
  #navbar .pc-view {
    display: block;
  }
  #navbar .sp-view {
    display: none;
  }
  #navbar .navbar-brand {
    position: absolute;
    top: 20px;
  }
  #navbar .navbar-brand img {
    height: 100px;
  }
  #navbar .navbar-collapse {
    padding-left: 4%;
  }
}
/*--------------- logo auto animation effect ---------------*/
.inout {
  animation: swing ease-in-out 1s infinite alternate;
  float: left;
  animation-iteration-count: 10;
}

.inout img {
  display: block;
  width: 25px;
}

@keyframes swing {
  0% {
    transition: transform 0.5s;
  }
  100% {
    transform: scale(1.15);
  }
}
.header .product-box {
  padding-top: 9%;
  padding-bottom: 9%;
}

.product-box h1 {
  color: #3a85fc;
}
.product-box .product-list {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #ececed;
}
.product-box .product-list .product-logo {
  height: 50px;
}
.product-box :last-child {
  border-bottom: none;
}

.txt-box p {
  text-align: justify;
}

.main-btn a {
  padding: 7px 25px;
  border-radius: 25px;
  font-weight: 600;
}

.main-btn-green a {
  background: #00eac3;
  color: #ffffff;
}
.main-btn-green :hover {
  text-decoration: none;
  background-color: #3a85fc;
}

.main-btn-blue a {
  background: #3a85fc;
  color: #ffffff;
}
.main-btn-blue :hover {
  text-decoration: none;
  background-color: #00eac3;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

@media (max-width: 767px) {
  .product-box .product-list .col-md-6 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
.header .pricing-box {
  padding-top: 3%;
  padding-bottom: 0%;
  margin-bottom: 5%;
}
.header .pricing-box .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
}
.header .pricing-box .card .card-body h3 {
  color: #3a85fc !important;
}
.header .pricing-box .card .card-body h5 {
  margin-bottom: 10%;
  font-weight: 600;
}
.header .pricing-box .card .card-body {
  padding: 1.75rem 1.25rem;
}
.header .pricing-box .tab-content .tab-pane div:nth-child(2) .card {
  background-color: #3a85fc;
  color: #ffffff;
}
.header
  .pricing-box
  .tab-content
  .tab-pane
  div:nth-child(2)
  .card
  .card-body
  h3 {
  color: #ffffff !important;
}
.header .pricing-box .custm-pill {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 30px !important;
}
.header .pricing-box .custm-pill li a {
  width: 130px;
  padding: 5px;
  background-color: #ffffff;
}
.header .pricing-box .custm-pill li a:hover,
.header .pricing-box .custm-pill li a:focus,
.header .pricing-box .custm-pill li a:active {
  background-color: #3a85fc;
  color: #ffffff;
}
.header .pricing-box .custm-pill li .active {
  background-color: #3a85fc;
  color: #ffffff;
}
.header .pricing-box .custm-pill li:first-child a {
  border-radius: 25px 0px 0px 25px;
}
.header .pricing-box .custm-pill li:last-child a {
  border-radius: 0px 25px 25px 0px;
}
.header .pricing-box h1 {
  color: #2b47a3;
  font-weight: 600;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.header .contact-box {
  padding-top: 5%;
  padding-bottom: 5%;
}
.header .contact-box h1 {
  color: #2b47a3;
  font-weight: 600;
}
.header .contact-box .contact-form {
  padding: 8%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 25px;
}
.header .contact-box .contact-form input,
.header .contact-box .contact-form textarea,
.header .contact-box .contact-form select {
  border-radius: 5px;
  border: 1px solid #ececed;
}
.header .contact-box .contact-form button {
  margin-top: 15px;
  border: none;
}
.header .contact-box .contact-form .form-check input {
  margin-top: 8px;
}
.header .contact-box .contact-txt {
  text-align: right;
}

.contact-info {
  width: 100%;
}
.contact-info .card {
  background-color: #eeeeee;
  border: none;
  border-radius: 0px;
}
.contact-info .card .card-body {
  padding: 1.5rem 1.25rem 1.25rem 1.25rem;
}
.contact-info .card img {
  height: 35px;
  margin-right: 5px;
}
.contact-info .card:nth-child(1),
.contact-info .card:nth-child(3) {
  background-color: #f2f3f8;
}
.contact-info .card:nth-child(2) {
  background-color: #dddfea;
}

.visit-txt {
  background-color: #2b47a3;
  padding-top: 6%;
  padding-bottom: 4%;
  text-align: center;
  border-top: 10px solid #3a85fc;
  position: relative;
}
.visit-txt h3 {
  color: #ffffff;
}
.visit-txt p {
  color: #eeeeee;
}

.visit-txt:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  bottom: -38px;
  z-index: 1;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #2b47a3;
}

@media (max-width: 767px) {
  .contact-box .contact-txt {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .contact-info .d-flex {
    display: block !important;
  }
  .contact-info .card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-info .card {
    width: 33.33%;
  }
}
@media (max-width: 1300px) {
  .contact-box .contact-form input,
  .contact-box .contact-form textarea,
  .contact-box .contact-form select {
    font-size: 14px;
  }
  .contact-box .contact-form ::placeholder,
  .contact-box .contact-form select option {
    font-size: 14px;
  }
}
@media (min-width: 1301px) {
  .contact-box .contact-form input,
  .contact-box .contact-form textarea,
  .contact-box .contact-form select {
    font-size: 16px;
  }
  .contact-box .contact-form ::placeholder,
  .contact-box .contact-form select option {
    font-size: 16px;
  }
}
/*--------------- file upload design --------------*/
.image-upload > input {
  display: none;
}

.image-upload img {
  width: 20px;
  cursor: pointer;
}

.service-box {
  padding-top: 3%;
  padding-bottom: 0%;
  margin-bottom: 5%;
}
.service-box .card {
  border: none;
  border-radius: 25px;
  height: 100%;
  align-items: center;
  text-align: center;
}
.service-box .card .card-img-top {
  max-width: 123px;
  max-height: 123px;
  align-items: center;
  margin-top: 1.75rem;
  border-radius: 25px;
}
.service-box .card .card-body h5 {
  margin-bottom: 5%;
  font-weight: 600;
}
.service-box .card .card-body {
  padding: 1.75rem;
}
.service-box h1 {
  color: #2b47a3;
  font-weight: 600;
}
.service-box .row:nth-child(2) .col-md-6:nth-child(1) .card {
  background: none !important;
  text-align: left;
}
.service-box .row:nth-child(2) .col-md-6:nth-child(2) .card {
  background-color: #3a85fc;
  color: #ffffff;
}

.work-box {
  padding-top: 3%;
  padding-bottom: 15%;
  margin-bottom: 5%;
}
.work-box h1 {
  color: #2b47a3;
  font-weight: 600;
}

.about-box {
  padding-top: 3%;
  padding-bottom: 15%;
  margin-bottom: 5%;
}
.about-box h1 {
  color: #2b47a3;
  font-weight: 600;
}

.about-testimonial .carousel-inner .carousel-item p {
  font-size: 26px;
  line-height: 2.5rem;
  color: #2b47a3;
  margin-top: 10px;
}
.about-testimonial .carousel-inner .carousel-item .name-testimonial {
  text-transform: uppercase;
  color: #2b47a3;
  font-weight: 600;
}
.about-testimonial .carousel-inner .carousel-item .name-testimonial span {
  color: #ffffff;
  background-color: #3a85fc;
  margin-left: 5px;
  padding: 3px 15px;
  border-radius: 25px;
  font-weight: 300;
}
.about-testimonial .carousel-inner .carousel-item img {
  height: 30px;
}
.about-testimonial .carousel-control-next,
.about-testimonial .carousel-control-prev {
  width: 5%;
}

/*--------------- about testimonial ---------------*/
@media screen and (max-width: 767px) {
  .about-testimonial .carousel-control-prev {
    left: -30px;
  }
  .about-testimonial .carousel-control-next {
    right: -30px;
  }

  .stories-thumbnails-wrapper {
    margin: 0px !important;
  }

  .carousel-item p {
    font-size: 16px !important;
    line-height: 1.8rem !important;
  }
  .carousel-item img {
    height: 30px;
  }
}
.thumbnail-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/about.jpg);
}

.stories-thumbnails-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 50px;
  justify-content: center;
}

.stories-thumbnails-wrapper .special-thumbnail1 {
  background-color: #ffc8f6;
}

.stories-thumbnails-wrapper .thumbnail-rect {
  height: 360px;
  max-height: 80vh;
  width: 760px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.stories-thumbnails-wrapper .story-thumbnail {
  margin: 20px;
}

.stories-thumbnails-wrapper .special-thumbnail1 {
  background-color: #ffc8f6;
}

.stories-thumbnails-wrapper .thumbnail-square {
  height: 360px;
  width: 360px;
  position: relative;
  max-height: 70vh;
  transition: transform 0.2s;
}

.stories-thumbnails-wrapper .thumbnail-square .thumbnail-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.stories-thumbnails-wrapper .thumbnail-square .thumbnail-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  transition: background-color 0.2s;
}

.thumbnail-content-wrapper:hover {
  text-decoration: none;
  transition: background-color 0.2s;
}

.stories-thumbnails-wrapper
  .thumbnail-square
  .thumbnail-content-wrapper
  .thumbnail-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  padding: 20% 10% 10% 10%;
  flex-grow: 1;
}

.stories-thumbnails-wrapper .thumbnail-square .thumbnail-square-bottom {
  display: flex;
  justify-content: space-between;
}

.thumbnail-square-bottom p {
  font-weight: 600;
}

.stories-thumbnails-wrapper
  .thumbnail-square
  .thumbnail-square-bottom
  .thumbnail-btn {
  width: 40px;
  height: 40px;
  background-image: url(../img/blue-round.svg);
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
}

.stories-thumbnails-wrapper .thumbnail-square img {
  margin: 0 auto;
  max-width: 140px;
}

.bold-arrow {
  font-size: 20px;
  position: relative;
  top: -1px;
}

.hover-img-effect {
  transition: transform 0.5s;
}

.hover-img-effect:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

@media only screen and (max-width: 769px) {
  .how-we-work .custom-work-main .read-progress {
    display: none !important;
  }
  .how-we-work .section-subtitle {
    display: none !important;
  }
  .how-we-work .custom-work-main-section {
    height: auto !important;
  }
  .how-we-work .custom-work-main-section:nth-child(1) {
    flex-direction: column-reverse;
  }
  .how-we-work .custom-work-main-section:nth-child(2) {
    flex-direction: column;
  }
  .how-we-work .custom-work-main-section:nth-child(3) {
    flex-direction: column-reverse;
  }
  .how-we-work .custom-work-main-section:nth-child(4) {
    flex-direction: column;
  }
  .how-we-work .custom-work-main-section .main-section-text {
    max-width: 80vw;
  }
  .how-we-work .custom-work-main-section > div {
    margin: 0 auto;
  }
  .how-we-work .custom-work-main-section .main-section-image {
    width: 100%;
  }
  .how-we-work .custom-work-main-section .main-section-image img {
    max-height: 50vh;
  }
  .how-we-work .custom-work-main-section .main-section-text > div {
    padding: 20px;
  }
}
.how-we-work .custom-work-main {
  width: 100%;
  display: flex;
  position: relative;
  margin: 40px 0;
}
.how-we-work .custom-work-main-left {
  flex: 1;
}
.how-we-work .custom-work-main-section {
  height: 100vh;
  max-width: 80vw;
  margin: 0px auto;
  display: flex;
  justify-content: space-evenly;
}
.how-we-work .custom-work-main-section > div {
  margin: auto;
}
.how-we-work .section-text-inner h3 {
  text-align: left !important;
  margin-bottom: 1.5rem;
}
.how-we-work .custom-work-main-section:nth-child(1) .section-text-inner h3 {
  color: #2b47a3 !important;
}
.how-we-work .custom-work-main-section:nth-child(3) .section-text-inner h3 {
  color: #2b47a3 !important;
}
.how-we-work .custom-work-main-section:nth-child(1) .section-text-inner p {
  color: #2b47a3 !important;
}
.how-we-work .custom-work-main-section:nth-child(3) .section-text-inner p {
  color: #2b47a3 !important;
}
.how-we-work .custom-work-main-section:nth-child(2) .section-text-inner h3 {
  color: #fff !important;
}
.how-we-work .custom-work-main-section:nth-child(4) .section-text-inner h3 {
  color: #fff !important;
}
.how-we-work .custom-work-main-section:nth-child(2) .section-text-inner p {
  color: #fff !important;
}
.how-we-work .custom-work-main-section:nth-child(4) .section-text-inner p {
  color: #fff !important;
}
.how-we-work .custom-work-main-section .main-section-text {
  width: 476px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.how-we-work .custom-work-main-section .main-section-text .section-text-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 70px;
}
@media only screen and (max-width: 550px) {
  .how-we-work
    .custom-work-main-section
    .main-section-text
    .section-text-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-work
    .custom-work-main-section
    .main-section-text
    .section-text-inner {
    padding: 50px;
  }
  .how-we-work .custom-work-main-section .main-section-image img {
    max-width: 100% !important;
  }
}
.how-we-work .custom-work-main-section:nth-child(odd) .main-section-text {
  background-image: url('../img/how-we-work-bg.svg');
}
.how-we-work .custom-work-main-section:nth-child(even) .main-section-text {
  background-image: url('../img/how-we-work-bg2.svg');
}
.how-we-work .custom-work-main-section .main-section-image {
  text-align: center;
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.how-we-work .custom-work-main-section .main-section-image img {
  margin: auto;
  max-width: 80%;
}
.how-we-work .custom-work-main .read-progress {
  position: absolute;
  height: 80vh;
  background-color: #d2d2d2;
  width: 3px;
  left: 96%;
  margin: 12vh 0 12vh auto;
}
.how-we-work .fixed-read-progress {
  top: 0 !important;
  position: fixed !important;
}
.how-we-work .fixed-read-progress-end {
  bottom: 0 !important;
}
.how-we-work .custom-work-main .read-progress .read-progress-status {
  background-color: #3a85fc;
  max-height: 100%;
}
.how-we-work .custom-work-main .read-progress .read-progress-status a {
  position: absolute;
  left: 50%;
  height: 10px;
  width: 10px;
  z-index: 10;
}
.how-we-work .custom-work-main .read-progress .read-progress-status a svg {
  transform: translateX(-50%) scale(1);
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(1) {
  top: -11px;
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(2) {
  top: 20%;
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(3) {
  top: 40%;
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(4) {
  top: 60%;
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(5) {
  top: 80%;
}
.how-we-work
  .custom-work-main
  .read-progress
  .read-progress-status
  a:nth-child(6) {
  top: calc(100% - 11px);
}
.how-we-work .hoveredReadProgressPoint {
  transform: translateX(-50%) scale(1.8) !important;
  z-index: 10;
}
.how-we-work .hoveredReadProgressPoint path {
  stroke: #3a85fc;
}
.how-we-work .activeReadProgressPoint {
  transform: translateX(-50%) scale(1.8) !important;
  z-index: 10;
}
.how-we-work .activeReadProgressPoint path {
  stroke: #3a85fc;
}
.how-we-work .completedReadProgressPoint path {
  fill: #3a85fc;
}
.how-we-work .tooltiptext {
  letter-spacing: 1.5px;
  visibility: hidden;
  width: 190px;
  height: 50px;
  color: #4b4b4b;
  font-weight: 900;
  background-color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  transform: translateX(-230px);
  border: 1px solid #3a85fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.how-we-work .tooltiptext::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #3a85fc;
  left: 100%;
  width: 40px;
}
.how-we-work .tooltiptext:nth-child(1) {
  top: calc(20% - 18px);
}
.how-we-work .tooltiptext:nth-child(2) {
  top: calc(40% - 18px);
}
.how-we-work .tooltiptext:nth-child(3) {
  top: calc(60% - 18px);
}
.how-we-work .tooltiptext:nth-child(4) {
  top: calc(80% - 18px);
}

.careers-box {
  padding-top: 9%;
  padding-bottom: 9%;
}

.careers-jobs {
  padding-top: 2%;
  padding-bottom: 5%;
}
.careers-jobs .job-tip {
  margin-top: 2rem;
}
.careers-jobs .job-tip p {
  margin-bottom: 5px;
}
.careers-jobs .job-tip p span {
  color: #777777;
}
.careers-jobs .job-tip p i {
  margin-right: 5px;
}
.careers-jobs .job-desc,
.careers-jobs .job-req,
.careers-jobs .job-privilges {
  margin-top: 2rem;
}
.careers-jobs .job-desc h4,
.careers-jobs .job-req h4,
.careers-jobs .job-privilges h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.careers-jobs .job-privilges {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.careers-jobs .job-privilges .privilges-list {
  text-align: center;
}
.careers-jobs .job-privilges .privilges-list p {
  font-weight: 600;
}
.careers-jobs .job-privilges .privilges-list .privilges-icon {
  padding: 15px 10px;
  border: 1px solid #dddddd;
  border-radius: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.careers-jobs .job-privilges .privilges-list .privilges-icon i {
  font-size: 2rem;
}
.careers-jobs .post-share span a {
  text-align: center;
}
.careers-jobs .post-share span a i {
  padding: 10px;
  border: 1px solid #3a85fc;
  border-radius: 50%;
  width: 35px;
  width: 35px;
  margin-left: 5px;
}
.careers-jobs .nav-tabs {
  border-bottom: none;
}
.careers-jobs .nav-tabs .nav-item {
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}
.careers-jobs .nav-tabs .nav-item i {
  margin-right: 7px;
}
.careers-jobs .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  padding: 0.5rem 1rem 0rem 1.5rem;
}
.careers-jobs .nav-tabs .nav-link {
  border: none;
}
.careers-jobs .nav-tabs .nav-item.show .nav-link,
.careers-jobs .nav-tabs .nav-link.active {
  border-color: none;
}

@media (min-width: 768px) {
  .post-share span {
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .post-share span {
    text-align: left;
    display: block;
    margin-top: 15px;
  }

  .nav-item:last-child {
    margin-bottom: 15px;
  }
}
.page-404 {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
.page-404 p {
  margin-top: 2rem;
}

/*# sourceMappingURL=style.css.map */
