/*header-css*/
header {
  height: 90px;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.15);
}

.navigation {
  padding: 0px;
  margin: 0px;
  background: #fff;
}

.navigation li {
  list-style-type: none;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.navigation li a {
  color: #474747;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.navigation li a:hover {
  color: #903564;
}

.navigation .active {
  color: #903564;
}

.show-on-hover {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  top: 24px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: right;
  min-width: 160px;
  border: 0px;
  padding: 8px;
  right: 0px !important;
  left: auto;
}

.dropdown-menu li {
  margin-left: 0px;
  display: block;
}

.dropdown-menu li a {
  color: black !important;
  padding: 8px 14px !important;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #d2d2d2;
}

.dropdown-menu a:hover {
  background: #903564 !important;
  color: #fff !important;
}

.show-on-hover:hover > ul.dropdown-menu {
  display: block;
}

@media only screen and (max-width: 767px) {
  .nav-link {
    padding: 6px 8px;
    font-size: 12px;
  }

  .nav-tabs .nav-link {
    border: 0px;
  }

  .nav-tabs {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation li {
    margin-bottom: 10px;
  }

  .nav-link {
    padding: 6px 8px;
    font-size: 13px;
  }

  .nav-tabs {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    background: #903564;
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff !important;
  }

  header {
    height: 70px;
  }

  .navbar-brand {
    width: 120px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .navbar {
    padding: 0px;
  }

  header .container {
    padding: 0px;
    max-width: 100%;
  }

  .navigation {
    background: #903564;
  }

  .navigation li {
    margin-left: 0px;
  }

  .navigation li a {
    color: #fff !important;
    padding: 10px 16px;
    border-bottom: 1px dotted #d2d2d2;
  }

  .dropdown-menu {
    display: block;
    background: transparent;
    padding: 0px;
    border: 0px;
    box-shadow: none;
    min-width: 100%;
    text-align: left;
  }

  .dropdown-menu li {
    padding: 0px;
  }

  .show-on-hover {
    display: block;
  }
}
.gpw-logo {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 0;
}
.gpw-logo img {
  width: 100px;
}
@media (min-width: 360px) and (max-width: 1024px) {
  .gpw-logo {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  .navbar {
    padding-right: 70px;
  }
}
/*header-css-END*/
/*Banner-css*/
.home-banner {
  background: url(../img/banner.png);
  padding: 100px 0px;
  margin-top: 90px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .home-banner {
    margin-top: 70px;
  }
}
.home-banner h4 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
}
@media (min-width: 360px) and (max-width: 991px) {
  .home-banner h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-banner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

/*Banner-css-END*/
/*Sm-Card-css*/
.card-sm-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.card-sm {
  width: 355px;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 4px;
  margin-left: 4px;
  border: 1px solid #ecf2f6;
  background: #fff;
}
@media (max-width: 767px) {
  .card-sm {
    padding: 15px 10px;
  }
}
.card-sm h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00394d;
  margin-top: 30px;
  margin-bottom: 4px;
}
.card-sm p {
  font-size: 15px;
  color: #557783;
  line-height: 20px;
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 400px) {
  .card-sm {
    width: 100%;
    margin-left: 0px;
  }
}
@media (min-width: 401px) and (max-width: 1199px) {
  .card-sm {
    width: 48%;
  }
}

/*Sm-Card-css-END*/
.get-touch-bg {
  width: 715px;
  padding: 50px;
  border-radius: 6px;
  margin-bottom: 4px;
  border: 1px solid #ecf2f6;
  margin-left: 4px;
  background: url(../img/bg-light-img.svg);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00394d;
}

/*construct-team-css*/
.construct-team {
  background: url(../img/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom top;
  width: 480px;
  position: absolute;
  top: 0px;
}
.construct-team .construct-team-inner {
  padding: 50px;
}
.construct-team ul {
  margin: 0px;
  padding: 0px;
}
.construct-team ul li {
  list-style-type: none;
  position: relative;
  margin-top: 30px;
  color: #00394d;
  font-size: 18px;
}
.construct-team ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 12px;
  height: 1px;
  width: 8px;
  background: #00394d;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .construct-team {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .construct-team {
    width: 31%;
    left: 30px;
  }
}
.construct-team:after {
  content: "";
  position: absolute;
  width: 28px;
  right: -15px;
  bottom: 0px;
  height: 24px;
  background: url(../img/next-arrow.svg);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .construct-team:after {
    right: -28px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .construct-team:after {
    display: none;
  }
}

/*construct-team-css-END*/
/*Case-Studies-css*/
.owl-item .item {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #fff;
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 0px -14px;
  /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: #fff;
  opacity: 0.4;
}

.screenshot_slider .owl-item.center .item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  overflow: hidden;
  border-radius: 6px;
  opacity: 1;
  /*    img{
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }*/
}
@media screen and (max-width: 767px) {
  .screenshot_slider .owl-item.center .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.owl-nav {
  /*    position: absolute;
        top: 46%;
        transform: translateY(-50%);*/
  display: flex;
  /*    justify-content: space-between;*/
  width: 100%;
  justify-content: end;
  margin-top: 0px !important;
  position: relative;
}
.owl-nav:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 180px);
  background: #dbe4e8;
  background: linear-gradient(
    111deg,
    #dbe4e8 0%,
    rgba(123, 128, 130, 0.0956757703) 100%
  );
  height: 1px;
}

.owl-prev {
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  font-size: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #b7c5cb !important;
  border: 1px solid #b7c5cb !important;
}

.owl-next {
  width: 60px !important;
  height: 60px !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #b7c5cb !important;
  color: #b7c5cb !important;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }
}

.owl-dots {
  margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #e0e3eb;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #3355ae !important;
}

.case-studies-card {
  width: 450px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.case-studies-card .case-studies-banner {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.case-studies-card .case-studies-card-body {
  padding: 30px;
  background: white;
  height: 390px;
}
@media(max-width:991px){
  .case-studies-card .case-studies-card-body {
  padding: 30px;
  background: white;
  height: auto;
}
}
.case-studies-card .case-studies-card-body h4 {
  font-size: 21px;
  font-weight: bold;
  color: #00394d;
}
.case-studies-card .case-studies-card-body p {
  color: #3e6978;
  font-size: 18px;
  line-height: 28px;
}

/*Case-Studies-css-END*/
/*Schedule-Call-css*/
.schedule-call-bg {
  background: url(../img/bg-fill.png);
  padding: 60px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (min-width: 360px) and (max-width: 1199px) {
  .schedule-call-bg {
    font-size: 30px;
  }
  .schedule-call-bg .d-flex {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .schedule-call-bg {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .schedule-call-bg {
    padding: 50px 10px;
  }
}

/*Schedule-Call-css*/
.inner-banner {
  background: url(../img/inner-banner.png);
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
  display: flex;
  align-items: center;
  background-position: right;
}
@media (max-width: 991px) {
  .inner-banner {
    margin-top: 70px;
    background-position: 65% 30%;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .inner-banner {
    background-position: 70% 30%;
  }
}

.client-arrow {
  position: absolute;
  bottom: -90px;
  left: 30px;
}

.case-study-label {
  background: #81235a;
  padding: 6px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/*business-grid-css*/
.business-grid-right-hr {
  border-right: 1px solid #e8edf3;
}
@media (max-width: 767px) {
  .business-grid-right-hr {
    border: 0px;
  }
}

.business-grid-bottom-hr {
  border-bottom: 1px solid #e8edf3;
}
@media (max-width: 767px) {
  .business-grid-bottom-hr {
    border: 0px;
  }
}

.business-grid {
  padding: 15px;
}
.business-grid h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px;
}
.business-grid p {
  font-size: 16px;
}
.business-grid .business-icon {
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.business-grid .business-icon img {
  height: 42px;
  object-fit: cover;
}
.business-grid ul {
  margin-bottom: 0px;
}
.business-grid ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.business-grid ul li:last-child {
  margin-bottom: 0px;
}

/*business-grid-css-END*/
/*IMPLEMENTATION STEPS-css*/
.implementation-steps-wrapper {
  position: relative;
}
.implementation-steps-wrapper:before {
  content: "";
  position: absolute;
  left: 56px;
  top: 0px;
  width: 1px;
  height: 100%;
  z-index: 2;
  border-left: 1px dashed;
  border-color: #d0dae2;
}
@media (max-width: 767px) {
  .implementation-steps-wrapper:before {
    left: 34px;
  }
}

.implementation-steps {
  margin-top: 16px;
  position: relative;
  padding: 24px 100px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}
.implementation-steps .steps-circle {
  position: absolute;
  left: 34px;
  top: 12px;
  width: 42px;
  border-radius: 50%;
  height: 42px;
  background: #fafafa;
  color: #3e4959;
  z-index: 3;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .implementation-steps .steps-circle {
    left: 12px;
    top: 12px;
  }
}
.implementation-steps h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.implementation-steps .implementation-list {
  padding-left: 20px;
  margin-bottom: 0px;
}
.implementation-steps .implementation-list li {
  margin-bottom: 10px;
}
.implementation-steps .implementation-list li:last-child {
  margin-bottom: 0px;
}
.implementation-steps .implementation-inner-list {
  margin-bottom: 0px;
}
.implementation-steps .implementation-inner-list li {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .implementation-steps {
    padding-left: 60px;
    padding-right: 20px;
  }
}

/*IMPLEMENTATION STEPS-css-END*/
/*tech-stack-css*/
.tech-stack {
  padding-right: 30px;
}
.tech-stack h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tech-stack {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

/*tech-stack-css*/
/*Benefits-css*/
.benefits-card {
  width: 32% !important;
}
.benefits-card .benefits-card-border {
  border-top: 1px solid #e5e4e4;
  margin: 30px 0px;
}
@media (max-width: 599px) {
  .benefits-card {
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .benefits-card {
    width: 48% !important;
  }
}

/*Benefits-css-END*/
/*Total-ROI-Summary-css*/
.summary .summary-border {
  border-top: 1px solid #3b5365;
  margin: 30px 0px;
  position: relative;
}
.summary .summary-border:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  width: 30px;
  height: 16px;
  background: url(../img/down-arrow.svg);
  background-size: cover;
}

/*Total-ROI-Summary-css-END*/
.inner-icon-32 img {
  height: 32px;
  object-fit: cover;
}
/*Case-Study-CSS*/
.case-study-banner {
  background: url(../img/case-study-bg.png);
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
  display: flex;
  align-items: center;
  background-position: right; }
  @media (max-width: 991px) {
    .case-study-banner {
      margin-top: 70px;
      background-position: 65% 30%; } }
  @media (min-width: 992px) and (max-width: 1300px) {
    .case-study-banner {
      background-position: 70% 30%; } }

.blog_case-studies_cards {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px -20px;
  overflow: hidden;
  border-radius: 6px; }
  .blog_case-studies_cards .blog_case-studies-card-body-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .blog_case-studies_cards .case-studies-card-body img {
    height: 100%;
    object-fit: cover; }
  .blog_case-studies_cards .case-studies-card-body h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

/*Case-Study-CSS-END*/
/*footer-css*/
footer {
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_link {
  background: rgba(0, 0, 0, 0.6);
  padding: 70px 0px;
}

.footer_link h4 {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 15px;
  font-size: 18px;
  padding-bottom: 5px;
  color: #903564;
  font-weight: 700;
  position: relative;
}

.footer_link h4:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #903564;
}

.footer_link ul {
  margin: 0px;
  padding: 0px;
}

.footer_link li {
  list-style-type: none;
  display: block;
  color: #fff;
  line-height: 30px;
  position: relative;
  font-size: 14px;
}

.footer_link li a {
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  font-size: 14px;
}

.footer_link li i {
  position: absolute;
  left: -22px;
  top: 5px;
  color: #903564;
  font-size: 15px;
}

/*footer_link-css-END*/
/*hexagon-css*/
.dt-sc-social-icons {
  float: left;
  display: block;
  margin-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px !important;
}

.dt-sc-social-icons li {
  float: left;
  display: block;
  margin-right: 10px;
}

.dt-sc-social-icons li i {
  position: relative;
  left: 0px;
  top: 0px;
}

.dt-sc-social-icons li:hover .hexagon,
.dt-sc-social-icons li:hover .corner1,
.dt-sc-social-icons li:hover .corner2 {
  background-color: #ffffff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.dt-sc-social-icons .hexagon {
  width: 27px;
  height: 16px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  margin: 10px 0px;
}

.hexagon {
  position: relative;
  float: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dt-sc-social-icons li:hover .hexagon,
.dt-sc-social-icons li:hover .corner1,
.dt-sc-social-icons li:hover .corner2 {
  background-color: #ffffff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.hexagon .corner1,
.hexagon2 .corner1 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hexagon .corner1,
.hexagon .corner2,
.hexagon2 .corner1,
.hexagon2 .corner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  left: 0;
  top: 0;
}

.dt-sc-social-icons li:hover .hexagon,
.dt-sc-social-icons li:hover .corner1,
.dt-sc-social-icons li:hover .corner2 {
  background-color: #ffffff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.hexagon .corner2,
.hexagon2 .corner2 {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon .corner1,
.hexagon .corner2,
.hexagon2 .corner1,
.hexagon2 .corner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  left: 0;
  top: 0;
}

.dt-sc-social-icons li .hexagon .fa {
  font: normal 16px FontAwesome;
  line-height: 16px;
  width: 100%;
  position: absolute;
  display: block;
  margin: 0px;
  text-align: center;
  color: #000000;
}

.dt-sc-contact-info .fa {
  font-size: 15px;
  font-family: FontAwesome;
  font-weight: normal;
  float: left;
  margin: 5px 10px 10px 0px;
}

.hexagon {
  background: #903564;
}

/*hexagon-css-END*/
.copyright {
  padding: 15px 0px;
  background: #903564;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

/*footer-css-END*/
.btn-fill {
  padding: 12px 42px;
  background: #942271;
  border-radius: 34px;
  color: #fff;
  border: 0px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
.btn-fill i {
  padding-left: 5px;
}
@media (max-width: 1200px) {
  .btn-fill {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.btn-fill:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
}
.btn-fill:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}
.btn-fill span {
  position: relative;
  z-index: 5;
}

.btn-white {
  background: #fff;
  color: #942271;
}
.btn-white span {
  position: relative;
  z-index: 5;
}
.btn-white:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(148, 34, 113, 0.1);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
}
.btn-white:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

.btn-outline {
  padding: 8px 30px;
  background: #fff;
  border-radius: 34px;
  color: #942271;
  line-height: 24px;
  border: 1px solid #942271;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.btn-outline i {
  padding-left: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.btn-outline:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #942271;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
}
.btn-outline:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}
.btn-outline span {
  position: relative;
  z-index: 5;
}
.btn-outline:hover {
  color: #fff;
}

h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
  color: #00394d;
}
@media (min-width: 360px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

section {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0px;
  }
}

.bg-light-gray {
  background: #fafafa;
}

.badge-gray {
  background: #efefef;
  color: #942271;
  padding: 4px 16px;
  border-radius: 34px;
  display: inline-block;
  font-size: 14px;
}

.font-size-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .font-size-32 {
    font-size: 24px;
  }
}

.font-size-26 {
  font-size: 26px;
}

.font-size-22 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .font-size-22 {
    font-size: 18px;
  }
}

.font-size-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-18 {
  font-size: 18px;
}

.line-height-32 {
  line-height: 32px;
}

.bg-dark-blue {
  background: #122635;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
@media(max-width:600px){
  .case-studies-card{
      width: 100%;
  }
}
