/*-------------------------------------------------------------
Template Name: Prysm
Template URL: 
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
Tags: prysm
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variables
>> Mixin
>> Preloader
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
.pr6-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #666666;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #00d0c0; }

::selection {
  color: #ffffff;
  background-color: #00d0c0; }

::-moz-selection {
  color: #ffffff;
  background-color: #00d0c0; }

.container {
  max-width: 1200px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    list-style: none; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.no-padding {
  padding: 0; }

.pr6-headline h1,
.pr6-headline h2,
.pr6-headline h3,
.pr6-headline h4,
.pr6-headline h5,
.pr6-headline h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 0;
  color: #000f60;
  text-transform: capitalize; }

.pr6-headline h1 {
  font-size: 60px; }
  @media (max-width: 767.98px) {
    .pr6-headline h1 {
      font-size: 50px; } }

.pr6-headline h2 {
  font-size: 48px; }
  @media (max-width: 767.98px) {
    .pr6-headline h2 {
      font-size: 36px; } }
  @media (max-width: 575.98px) {
    .pr6-headline h2 {
      font-size: 30px; } }

.pr6-headline h3 {
  font-size: 36px; }
  @media (max-width: 767.98px) {
    .pr6-headline h3 {
      font-size: 30px; } }

.pr6-headline h4 {
  font-size: 24px; }
  @media (max-width: 767.98px) {
    .pr6-headline h4 {
      font-size: 20px; } }

.pr6-headline h5 {
  font-size: 20px; }

.pr6-headline h6 {
  font-size: 18px; }

.pr6-pera-txt p {
  color: #666666;
  margin: 0; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0; }

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900; }

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000; }

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #0067ff;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1; }

.line_shape:last-child {
  margin-right: 0px; }

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

.pr6-body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 160;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden; }

.pr6-body-overlay-on {
  opacity: 1;
  visibility: visible; }

.pr6-title-area .pr6-subtitle {
  display: inline-block;
  padding: 0 30px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #e5faf9;
  color: #00d0c0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px; }
  @media (max-width: 460px) {
    .pr6-title-area .pr6-subtitle {
      height: auto; } }

.pr6-title-area .pr6-pera-txt {
  margin-top: 30px; }

.pr6-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background-color: #00d0c0;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  border-radius: 4px;
  display: none;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial; }

.pr6-primary-btn a {
  padding: 0px 15px 0 20px;
  height: 55px;
  border-radius: 30px;
  background-color: #00d0c0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff !important;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize; }
  .pr6-primary-btn a i {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #00d0c0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 23px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pr6-primary-btn a:hover {
    background-color: #001790; }
    .pr6-primary-btn a:hover i {
      color: #001790; }
      .pr6-icon-wrapper i {
        font-weight: 300 !important;
    }
.pr6-secondary-btn a {
  padding: 0px 15px 0 20px;
  height: 55px;
  background-color: #001790;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff !important;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize; }
  .pr6-secondary-btn a i {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #001790;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 23px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pr6-secondary-btn a:hover {
    background-color: #00d0c0; }
    .pr6-secondary-btn a:hover i {
      color: #00d0c0; }

rs-group a.pr6-primary-btn {
  height: 55px !important;
  border-radius: 30px;
  background-color: #00d0c0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize; }
  rs-group a.pr6-primary-btn i {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #00d0c0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 18px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    rs-group a.pr6-primary-btn i::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    @media (max-width: 767.98px) {
      rs-group a.pr6-primary-btn i {
        width: 18px;
        height: 18px; } }
  rs-group a.pr6-primary-btn:hover {
    background-color: #001790; }
    rs-group a.pr6-primary-btn:hover i {
      color: #001790; }
  @media (max-width: 767.98px) {
    rs-group a.pr6-primary-btn {
      height: auto !important; } }

rs-group a.pr6-secondary-btn {
  width: 160px;
  height: 55px !important;
  background-color: #001790;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  border-radius: 3px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize; }
  rs-group a.pr6-secondary-btn i {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #001790;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 18px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    rs-group a.pr6-secondary-btn i::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    @media (max-width: 767.98px) {
      rs-group a.pr6-secondary-btn i {
        width: 18px;
        height: 18px; } }
  rs-group a.pr6-secondary-btn:hover {
    background-color: #00d0c0; }
    rs-group a.pr6-secondary-btn:hover i {
      color: #00d0c0; }
  @media (max-width: 767.98px) {
    rs-group a.pr6-secondary-btn {
      height: auto !important; } }

@-webkit-keyframes pr20_rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pr20_rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pr20_object_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes pr20_object_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes pr6-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2), 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2);
    box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2), 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0);
    box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0); } }

@keyframes pr6-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2), 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2);
    box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2), 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0);
    box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0); } }

@-webkit-keyframes pr6-round-animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pr6-round-animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/********* Layout **************/
.pr6-header-section .pr6-info-top {
  background-color: #001790;
  padding: 10px 0;
  color: #ffffff; }
  @media (max-width: 575.98px) {
    .pr6-header-section .pr6-info-top .pr6-info-left {
      display: none; } }
  .pr6-header-section .pr6-info-top .pr6-info-left p {
    margin-bottom: 0; }
  .pr6-header-section .pr6-info-top .pr6-info-right {
    text-align: right; }
    @media (max-width: 767.98px) {
      .pr6-header-section .pr6-info-top .pr6-info-right {
        text-align: left;
        margin-top: 10px; } }
    @media (max-width: 575.98px) {
      .pr6-header-section .pr6-info-top .pr6-info-right {
        margin-top: 0; } }
    .pr6-header-section .pr6-info-top .pr6-info-right a {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      font-weight: 600; }
      .pr6-header-section .pr6-info-top .pr6-info-right a:hover {
        color: #00d0c0; }
      .pr6-header-section .pr6-info-top .pr6-info-right a + a {
        margin-left: 20px; }
        .pr6-header-section .pr6-info-top .pr6-info-right a + a::before {
          content: '';
          position: absolute;
          left: -13px;
          top: 3px;
          width: 1px;
          height: 18px;
          background-color: #ffffff; }

.pr6-header-section .pr6-info-content {
  background-color: #ffffff;
  padding: 15px 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .pr6-header-section .pr6-info-content .container .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 1024.98px) {
    .pr6-header-section .pr6-info-content .rs-logo {
      display: none; } }
  .pr6-header-section .pr6-info-content .pr6-logo-wrapper a {
    width: 160px;
    display: inline-block; }
  .pr6-header-section .pr6-info-content .pr6-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 1024.98px) {
      .pr6-header-section .pr6-info-content .pr6-info-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item + .pr6-info-item {
        margin-left: 30px; }
        @media (max-width: 575.98px) {
          .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item + .pr6-info-item {
            margin-left: 8px; } }
      .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper {
        margin-right: 15px;
        position: relative; }
        .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper i {
          width: 60px;
          height: 60px;
          background-color: #e3fffd;
          color: #00d0c0;
          display: inline-block;
          text-align: center;
          line-height: 60px;
          font-size: 36px;
          border-radius: 50%; }
        .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper .pr6-icon-content {
          display: none; }
        @media (max-width: 1024.98px) {
          .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper:hover .pr6-icon-content {
            display: inline-block;
            width: 180px;
            position: absolute;
            top: calc(100% + 10px);
            left: 0;
            background-color: #000000;
            z-index: 100;
            padding: 15px;
            border-radius: 6px; }
            .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper:hover .pr6-icon-content::before {
              content: '';
              position: absolute;
              top: -13px;
              left: 30px;
              width: 0;
              height: 0;
              border-bottom: 15px solid #000000;
              border-left: 15px solid transparent;
              border-right: 15px solid transparent; }
            .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper:hover .pr6-icon-content span {
              color: #ffffff; }
            .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-icon-wrapper:hover .pr6-icon-content span.title {
              font-weight: 600; } }
      .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-info-item-content span.title {
        color: #000f60;
        font-weight: 600; }
      .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-info-item-content span {
        display: block;
        color: #666666; }
      @media (max-width: 1024.98px) {
        .pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item .pr6-info-item-content {
          display: none; } }
  .pr6-header-section .pr6-info-content .pr6-sidebar-btn {
    text-align: right;
    display: block; }
    .pr6-header-section .pr6-info-content .pr6-sidebar-btn a {
      width: 50px;
      height: 50px;
      background-color: #00d0c0;
      color: #ffffff;
      border-radius: 50%;
      font-size: 24px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .pr6-header-section .pr6-info-content .pr6-sidebar-btn a i {
        line-height: 0; }
    @media (max-width: 1024.98px) {
      .pr6-header-section .pr6-info-content .pr6-sidebar-btn {
        position: absolute;
        right: 15px;
        top: -25px; } }

.pr6-header-section .pr6-main-menu .pr6-header-menu {
  background-color: #001790;
  border-radius: 50px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1024.98px) {
    .pr6-header-section .pr6-main-menu .pr6-header-menu {
      padding: 10px 0; } }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu .pr6-rs-logo {
    display: none;
    width: 150px;
    padding-left: 10px; }
    @media (max-width: 1024.98px) {
      .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu .pr6-rs-logo {
        display: inline-block; } }
  @media (max-width: 1024.98px) {
    .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul {
      display: none; } }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li {
    display: inline-block;
    position: relative; }
    .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul {
      position: absolute;
      top: calc(100% + 15px);
      left: 0px;
      width: 220px;
      background-color: #001790;
      z-index: 10;
      opacity: 1;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li {
        display: block; }
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li:hover a {
          padding-left: 20px; }
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li:hover ul {
          top: 0 !important; }
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li a {
          padding: 12px;
          display: block; }
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li ul {
          left: 100%;
          top: 10px; }
    .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li a {
      display: block;
      padding: 26px 22px;
      color: #ffffff;
      font-weight: 500; }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li.menu-item-has-children::after {
    content: '\f067';
    position: absolute;
    top: 30px;
    right: 6px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li.menu-item-has-children .menu-item-has-children::after {
    top: 16px; }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li.menu-item-has-children:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li.menu-item-has-children:hover::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns {
    text-align: right;
    padding-right: 10px; }
    .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns .pr6-primary-btn {
      display: inline-block; }
      @media (max-width: 575.98px) {
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns .pr6-primary-btn {
          display: none; } }
      .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns .pr6-primary-btn a {
        border: 2px solid transparent; }
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns .pr6-primary-btn a:hover {
          background-color: transparent;
          border: 2px solid #00d0c0; }
    .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns a.pr6-mobile-menu-btn {
      display: none; }
      @media (max-width: 1024.98px) {
        .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns a.pr6-mobile-menu-btn {
          display: inline-block;
          margin-left: 15px;
          color: #ffffff;
          font-size: 24px;
          background-color: #00d0c0;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          border-radius: 50%; } }
    @media (max-width: 1024.98px) {
      .pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

.pr6-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: 1s slideInDown;
  animation: 1s slideInDown; }
  .pr6-header-sticky .pr6-info-top {
    display: none; }
  .pr6-header-sticky .pr6-info-content {
    display: none; }
  .pr6-header-sticky .pr6-main-menu {
    background-color: #001790; }

.pr6-mobile-navigation {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  background-color: #001790;
  padding-top: 20px;
  z-index: 300;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media (max-width: 1024.98px) {
    .pr6-mobile-navigation {
      display: block; } }
  .pr6-mobile-navigation .pr6-mobile-menu-close {
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff; }
  .pr6-mobile-navigation ul li {
    position: relative; }
    .pr6-mobile-navigation ul li a {
      padding: 12px 18px;
      display: block;
      color: #ffffff;
      font-weight: 600;
      text-transform: capitalize; }
    .pr6-mobile-navigation ul li + li a {
      border-top: 1px solid #eff3fc2e; }
    .pr6-mobile-navigation ul li ul {
      display: none; }
      .pr6-mobile-navigation ul li ul li a {
        padding-left: 30px; }
      .pr6-mobile-navigation ul li ul li ul li a {
        padding-left: 35px; }
  .pr6-mobile-navigation ul li.menu-item-has-children::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff; }

.pr6-mobile-menu-on {
  right: 0; }

.pr6-sidebar-info .pr6_sidebar_info_content {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -380px;
  top: 0;
  background-color: #ffffff;
  z-index: 9999999;
  padding: 30px 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pr6-sidebar-info .pr6_sidebar_info_content .close-menu {
    cursor: pointer; }
  .pr6-sidebar-info .pr6_sidebar_info_content .pr6_sidebar_logo {
    text-align: center;
    margin-bottom: 60px; }
    .pr6-sidebar-info .pr6_sidebar_info_content .pr6_sidebar_logo img {
      width: 180px; }
  .pr6-sidebar-info .pr6_sidebar_info_content .pr6-pera-txt {
    line-height: 1.8em; }
  .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-gallery {
    margin-top: 30px; }
    .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-gallery ul li {
      display: inline-block;
      margin: 5px 5px; }
  .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social {
    margin-top: 30px; }
    .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social h5 {
      margin-bottom: 15px; }
    .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social a + a {
      margin-left: 10px; }
  .pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-copyright {
    text-align: center;
    margin-top: 40px; }

.pr6-sidebar-info .pr6-sidebar-on {
  right: 0; }

.pr6-hero-section {
  margin-top: -30px; }

.pr6-brand-slider-area {
  padding: 0 0 70px 0;
  overflow: hidden; }
  .pr6-brand-slider-area .pr6-brand-slider .slick-list {
    margin: 0 -15px;
    padding: 0 0 30px 0; }
  .pr6-brand-slider-area .pr6-brand-slider .slick-slide {
    margin: 0 15px; }
  .pr6-brand-slider-area .pr6-brand-slider .pr6-brand-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
    text-align: center;
    height: 120px;
    line-height: 120px; }
    .pr6-brand-slider-area .pr6-brand-slider .pr6-brand-item img {
      width: 90px;
      display: inline-block; }

  .pr6-about-section .pr6-about-left {
    position: relative; }
    .pr6-about-section .pr6-about-left img {
      width: initial; }
      @media (max-width: 991.98px) {
        .pr6-header-section .pr6-info-content .pr6-sidebar-btn {
          position: absolute;
          right: 15px;
          top: -25px;
          display: none;
      }
        .pr6-about-section .pr6-about-left img {
          width: 100%; } }
    .pr6-about-section .pr6-about-left .pr6-about-count {
      width: 140px;
      height: 150px;
      background-color: #00d0c0;
      text-align: center;
      padding-top: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 6px; }
      @media (max-width: 575.98px) {
        .pr6-about-section .pr6-about-left .pr6-about-count {
          display: none; } }
      .pr6-about-section .pr6-about-left .pr6-about-count h2 {
        color: #ffffff;
        font-size: 72px;
        margin-bottom: 0;
        font-family: "Lexend", sans-serif;
        font-weight: 700; }
      .pr6-about-section .pr6-about-left .pr6-about-count span {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Lexend", sans-serif;
        text-transform: capitalize; }
    .pr6-about-section .pr6-about-left .pr6-img-wrapper-2 {
      text-align: right; }
      .pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper {
        display: inline-block;
        margin-top: -50px;
        position: relative; }
        .pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper img {
          position: relative;
          z-index: 2; }
        .pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper::before {
          content: '';
          position: absolute;
          width: calc(100% + 20px);
          height: 160px;
          background-color: #ffffff;
          border-radius: 6px;
          position: absolute;
          top: -20px;
          left: -20px;
          z-index: 1; }

  .pr6-about-section .pr6-about-right .pr6-title-area {
    margin-bottom: 30px; }
  .pr6-about-section .pr6-about-right .pr6-ab-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 27, 175, 0.08);
    box-shadow: 0px 20px 40px 0px rgba(0, 27, 175, 0.08); }
    .pr6-about-section .pr6-about-right .pr6-ab-list-item .pr6-icon-wrapper {
      margin-right: 20px; }
      .pr6-about-section .pr6-about-right .pr6-ab-list-item .pr6-icon-wrapper i {
        font-size: 46px;
        color: #00d0c0; }
    .pr6-about-section .pr6-about-right .pr6-ab-list-item .pr6-ab-list-content .pr6-headline {
      margin-bottom: 10px; }
    .pr6-about-section .pr6-about-right .pr6-ab-list-item + .pr6-ab-list-item {
      margin-top: 25px; }
  .pr6-about-section .pr6-about-right .pr6-primary-btn {
    margin-top: 30px; }

.pr6-service-section {
  padding: 100px 0; }

.pr6-service-left {
  position: relative;
  z-index: 50; }
  @media (max-width: 991.98px) {
    .pr6-service-left {
      margin-bottom: 60px; } }
  .pr6-service-left .pr6-title-area {
    margin-bottom: 30px; }
  .pr6-service-left .pr6-service-tabs li + li {
    margin-left: 18px; }
    @media (max-width: 460px) {
      .pr6-service-left .pr6-service-tabs li + li {
        margin-left: 10px; } }
  .pr6-service-left .pr6-service-tabs li a {
    width: 90px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #001790;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.05);
    box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.05);
    font-size: 42px; }
    .pr6-service-left .pr6-service-tabs li a:hover {
      color: #00d0c0; }
    .pr6-service-left .pr6-service-tabs li a i {
      line-height: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media (max-width: 575.98px) {
      .pr6-service-left .pr6-service-tabs li a {
        width: 60px;
        height: 60px;
        font-size: 30px; } }
    @media (max-width: 460px) {
      .pr6-service-left .pr6-service-tabs li a {
        width: 50px;
        height: 50px; } }
  .pr6-service-left .pr6-service-tabs li a.active i {
    color: #00d0c0; }
  .pr6-service-left .pr6-secondary-btn {
    margin-top: 30px; }

.pr6-service-right .slick-list {
  margin: 0 -10px; }

.pr6-service-right .slick-slide {
  margin: 0 10px; }

.pr6-service-right .tab-content .tab-pane {
  padding: 0 15px;
  height: 0;
  overflow: hidden; }

.pr6-service-right .tab-content > .tab-pane {
  display: block; }

.pr6-service-right .tab-content .active {
  height: auto;
  display: block; }

.pr6-service-right .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #001790;
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  z-index: 10;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -15px; }
  .pr6-service-right .slick-arrow::before {
    display: none; }
  .pr6-service-right .slick-arrow:hover {
    background-color: #00d0c0; }

.pr6-service-right .slick-next {
  right: -15px;
  left: initial; }

.pr6-service-right .pr6-single-item {
  background-color: #ffffff; }
  .pr6-service-right .pr6-single-item .pr6-img-wrapper {
    position: relative; }
    .pr6-service-right .pr6-single-item .pr6-img-wrapper::after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#0020c07a), to(#29272778));
      background-image: -webkit-linear-gradient(bottom, #0020c07a, #29272778);
      background-image: -o-linear-gradient(bottom, #0020c07a, #29272778);
      background-image: linear-gradient(to top, #0020c07a, #29272778);
      position: absolute;
      bottom: 0;
      left: 0; }
  .pr6-service-right .pr6-single-item .pr6-icon-wrapper {
    text-align: center; }
    .pr6-service-right .pr6-single-item .pr6-icon-wrapper i {
      width: 90px;
      height: 90px;
      background-color: #00d0c0;
      color: #ffffff;
      font-size: 42px;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: -30px;
      position: relative;
      z-index: 10;
      -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.15);
      box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.15); }
  .pr6-service-right .pr6-single-item .pr6-service-content {
    padding: 30px;
    text-align: center; }
    .pr6-service-right .pr6-single-item .pr6-service-content .pr6-headline {
      margin-bottom: 10px; }
    .pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn {
      margin-top: 20px; }
      .pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn a {
        height: 45px;
        padding: 0 8px 0 15px; }
        .pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn a i {
          margin-left: 18px; }

/*case area*/
/*----------------------------------------------------*/
.pr-mark-blog-slider .slick-dots, .pr-mark-testimonial-slider .slick-dots, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots {
  position: static; }

.pr-mark-blog-slider .slick-dots li, .pr-mark-testimonial-slider .slick-dots li, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li {
  height: 5px;
  width: 30px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #0d1d72; }

.pr-mark-blog-slider .slick-dots li.slick-active, .pr-mark-testimonial-slider .slick-dots li.slick-active, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li.slick-active {
  background-color: #fe5d87; }

.pr-mark-blog-slider .slick-dots li button, .pr-mark-testimonial-slider .slick-dots li button, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li button {
  display: none; }

.pr-mark-case-section {
  overflow: hidden;
  padding: 100px 0px 85px; }

.pr-mark-case-section .pr-mark-section-title {
  max-width: 450px; }

.pr-mark-case-section .pr-mark-tab-content-area {
  margin: 0px -15px; }

.pr-mark-case-content .tab-content > .tab-pane {
  height: 0;
  display: block; }

.pr-mark-case-content .tab-content > .active {
  height: auto;
  display: block; }

.pr-mark-case-content .pr-mark-tab-btn {
  margin: 20px -15px 0px; }

.pr-mark-case-content .pr-mark-tab-btn li {
  width: 25%;
  padding: 0px 15px; }

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link {
  width: 100%;
  font-weight: 600;
  color: #0d1d72;
  padding: 17px 15px;
  font-family: "Poppins";
  border: 1px solid #c9c9c9; }

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs {
  border: none; }

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link.active {
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2); }

.pr-mark-case-innerbox {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25); }

.pr-mark-case-innerbox .pr-mark-inner-img {
  overflow: hidden; }

.pr-mark-case-innerbox .pr-mark-inner-img:before {
  left: 0;
  content: "";
  top: 100px;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease-in-out;
  -o-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out; }

.pr-mark-case-innerbox .pr-mark-case-link {
  right: -45px;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-top-left-radius: 5px;
  -webkit-transition: 500ms all ease-in-out;
  -o-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
  background: -webkit-linear-gradient(41deg, #fd4485 0%, #ffa38d 100%);
  background: -o-linear-gradient(41deg, #fd4485 0%, #ffa38d 100%);
  background: linear-gradient(49deg, #fd4485 0%, #ffa38d 100%); }

.pr-mark-case-innerbox .pr-mark-case-link a {
  color: #fff;
  font-size: 24px; }

.pr-mark-case-innerbox .pr-mark-case-link a i {
  line-height: 0.7; }

.pr-mark-case-innerbox .pr-mark-inner-text {
  padding: 40px 25px 30px; }

.pr-mark-case-innerbox .pr-mark-inner-text span {
  top: -20px;
  left: 30px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  border-radius: 5px;
  background-color: #0d1d72; }

.pr-mark-case-innerbox .pr-mark-inner-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0d1d72; }

.pr-mark-case-innerbox:hover .pr-mark-inner-img:before {
  top: 0;
  opacity: 1;
  visibility: visible; }

.pr-mark-case-innerbox:hover .pr-mark-case-link {
  right: 0; }

.pr-mark-tab-content-area .pr-mark-case-slider .slick-list {
  margin: 0px -50px 0px;
  padding: 50px 50px 70px; }

.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }

.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide.slick-active {
  opacity: 1; }

/*---------------------------------------------------- */
.pr6-primary-btn i.fas.fa-arrow-right {
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center !important;
  line-height: 35px;
  border-radius: 50%;
  margin-left: 10px;
  color: #00d0c0;
}
  .pr6-case-studies .pr6-primary-btn {
    margin-top: 60px; }

.pr6-case-slider {
  position: relative;
  margin-top: 140px; }
  @media (max-width: 1199.98px) {
    .pr6-case-slider {
      margin-top: 60px; } }
  .pr6-case-slider .pr6-case-single {
    position: relative; }
    .pr6-case-slider .pr6-case-single .pr6-case-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#001fc0), to(#29272710));
      background-image: -webkit-linear-gradient(bottom, #001fc0, #29272710);
      background-image: -o-linear-gradient(bottom, #001fc0, #29272710);
      background-image: linear-gradient(to top, #001fc0, #29272710);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px;
      opacity: 0;
      visibility: hidden; }
      .pr6-case-slider .pr6-case-single .pr6-case-content span {
        color: #ffffff; }
      .pr6-case-slider .pr6-case-single .pr6-case-content .pr6-headline {
        margin-top: 6px;
        text-align: left; }
        .pr6-case-slider .pr6-case-single .pr6-case-content .pr6-headline h4 {
          color: #ffffff;
          font-weight: 600; }
      .pr6-case-slider .pr6-case-single .pr6-case-content .pr6-case-readmore-btn {
        position: absolute;
        bottom: -40px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .pr6-case-slider .pr6-case-single .pr6-case-content .pr6-case-readmore-btn a {
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          color: #ffffff;
          background-color: #00d0c0;
          display: inline-block;
          border-radius: 50%; }
  @media (max-width: 1199.98px) {
    .pr6-case-slider ul {
      min-height: auto; } }
  .pr6-case-slider ul li {
    overflow: visible; }
    @media (max-width: 1199.98px) {
      .pr6-case-slider ul li {
        opacity: 0 !important;
        width: 100%;
        left: 0;
        top: 0 !important; } }
  .pr6-case-slider ul li.current_item {
    top: -80px; }
    @media (max-width: 1199.98px) {
      .pr6-case-slider ul li.current_item {
        opacity: 1 !important;
        position: initial;
        width: 70%;
        -webkit-transform: translateX(21%);
        -ms-transform: translateX(21%);
        transform: translateX(21%); } }
    @media (max-width: 991.98px) {
      .pr6-primary-btn i.fas.fa-arrow-right{
        display:none;
      }
      .pr6-case-slider ul li.current_item {
        width: 100%;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial; } }
    .pr6-case-slider ul li.current_item .pr6-case-single .pr6-case-content {
      opacity: 1;
      visibility: visible; }
  .pr6-case-slider .pr6-slider-btn {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    width: 100%; }
    @media (max-width: 575.98px) {
      .pr6-primary-btn i.fas.fa-arrow-right{
        display:none;
      }
      .pr6-case-slider .pr6-slider-btn div {
        display: inline-block;
        margin-right: 10px;
        margin-top: 30px; } }
    .pr6-case-slider .pr6-slider-btn a {
      width: 40px;
      height: 40px;
      background-color: #001790;
      color: #ffffff;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      position: absolute;
      left: 242px;
      top: -110px; }
      .pr6-case-slider .pr6-slider-btn a:hover {
        background-color: #00d0c0; }
      @media (max-width: 1199.98px) {
        .pr6-case-slider .pr6-slider-btn a {
          top: 0;
          left: 0; } }
      @media (max-width: 575.98px) {
        .pr6-case-slider .pr6-slider-btn a {
          position: initial; } }
    .pr6-case-slider .pr6-slider-btn a.next-btn {
      left: auto;
      right: 315px; }
      @media (max-width: 1199.98px) {
        .pr6-case-slider .pr6-slider-btn a.next-btn {
          right: 0; } }
    @media (max-width: 1199.98px) {
      .pr6-case-slider .pr6-slider-btn {
        width: 80%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media (max-width: 991.98px) {
      .pr6-case-slider .pr6-slider-btn {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .pr6-case-slider .pr6-slider-btn {
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial; } }

@-webkit-keyframes pr6downup {
  from {
    -webkit-transform: trnaslateY(-50px);
    transform: trnaslateY(-50px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes pr6downup {
  from {
    -webkit-transform: trnaslateY(-50px);
    transform: trnaslateY(-50px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }


  @media (max-width: 991.98px) {
    .pr6-skills-section {
      height: auto; } }

  .pr6-skills-section .pr6-skills-top {
    position: relative;
    margin-bottom: 60px; }
    .pr6-skills-section .pr6-skills-top .pr6-title-area .pr6-subtitle {
      background-color: rgba(67, 84, 92, 0.6); }
    .pr6-skills-section .pr6-skills-top .pr6-title-area .pr6-headline h3 {
      color: #ffffff; }
    .pr6-skills-section .pr6-skills-top .pr6-video-btn {
      position: absolute;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      right: -70px;
      top: 20px; }
      @media (max-width: 991.98px) {
        .pr6-skills-section .pr6-skills-top .pr6-video-btn {
          position: initial;
          margin-top: 30px; } }
      .pr6-skills-section .pr6-skills-top .pr6-video-btn span {
        display: inline-block;
        margin-right: 20px; }
        .pr6-skills-section .pr6-skills-top .pr6-video-btn span img {
          width: 80px; }
      .pr6-skills-section .pr6-skills-top .pr6-video-btn a {
        width: 60px;
        height: 60px;
        background-color: #00d0c0;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 20px;
        -webkit-animation: 1.5s pr6-ripple-animation linear infinite;
        animation: 1.5s pr6-ripple-animation linear infinite; }
        .pr6-skills-section .pr6-skills-top .pr6-video-btn a:hover {
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
          .pr6-skills-bar span {
            display: none;
        }
  .pr6-skills-section .pr6-skills-bottom {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 15, 96, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 15, 96, 0.1);
    padding: 40px 20px;
    border-radius: 5px; 
    padding-bottom: 10px;  
  }
    .pr6-skills-section .pr6-skills-bottom .pr6-skills-list {
      margin-bottom: 30px;
      padding: 15px 0;
      position: relative;
      z-index: 10; }
      .pr6-skills-section .pr6-skills-bottom .pr6-skills-list .pr6-skills-bar + .pr6-skills-bar {
        margin-top: 30px;
        overflow: hidden;
        padding: 15px 0; }
      .pr6-skills-section .pr6-skills-bottom .pr6-skills-list .pr6-skills-bar .progress-bar {
        width: 100%;
        background-color: #edf1fa;
        border-radius: 20px;
        height: 8px;
        margin-top: 20px; }
        .progress-bar {
          overflow: inherit;
      }
        .pr6-skills-section .pr6-skills-bottom .pr6-skills-list .pr6-skills-bar .progress-bar .progress-wrapper {
          width: 100%;
          padding: 60px 0;
          background: transparent;
          overflow: hidden; }
        .pr6-skills-section .pr6-skills-bottom .pr6-skills-list .pr6-skills-bar .progress-bar .progress {
          width: 0;
          border-radius: 20px;
          height: 8px;
          text-align: right;
          position: relative;
          overflow: visible !important;
          margin-top: -8px; }
          .pr6-skills-section .pr6-skills-bottom .pr6-skills-list .pr6-skills-bar .progress-bar .progress span {
            font-size: 10px;
            font-weight: 700;
            font-family: "Lexend", sans-serif;
            display: inline-block;
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            top: -16px;
            right: -3px;
            color: #ffffff;
            background-color: #00d0c0; }

  @media (max-width: 991.98px) {
    .pr6-leadership-section {
      padding-top: 100px;
      padding-bottom: 0; } }
  .pr6-leadership-section .pr6-primary-btn {
    text-align: right;
    position: relative; }
    @media (max-width: 991.98px) {
      .pr6-leadership-section .pr6-primary-btn {
        margin-top: 30px; } }
    .pr6-leadership-section .pr6-primary-btn .pr6-ld-arrow {
      position: absolute;
      top: 50%;
      right: 50%; }
      @media (max-width: 991.98px) {
        .pr6-leadership-section .pr6-primary-btn .pr6-ld-arrow {
          right: 200px; } }

.pr6-team-members {
  margin-top: 100px; }
  @media (max-width: 991.98px) {
    .pr6-team-members {
      margin-top: 150px; } }
  .pr6-team-members .pr6-team-column {
    min-height: 250px; }
    @media (max-width: 991.98px) {
      .pr6-team-members .pr6-team-column {
        margin-bottom: 60px; } }
  .pr6-team-members .pr6-ld-member {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 23, 145, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 23, 145, 0.15);
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    margin-bottom: 100px; }
    .pr6-team-members .pr6-ld-member::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00d0c0;
      z-index: -1;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0; }
    .pr6-team-members .pr6-ld-member .pr6-img-wrapper {
      text-align: center;
      display: inline-block;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: relative; }
      .pr6-team-members .pr6-ld-member .pr6-img-wrapper .pr6-ld-img-circle {
        position: absolute;
        top: -60px;
        left: -5px;
        width: calc(100% + 10px);
        z-index: 1;
        -webkit-animation: 60s pr6-round-animation linear infinite;
        animation: 60s pr6-round-animation linear infinite; }
      .pr6-team-members .pr6-ld-member .pr6-img-wrapper .client-thumb img {
        width: 130px;
        margin-top: -50px;
        position: relative;
        z-index: 2; }
    .pr6-team-members .pr6-ld-member .pr6-team-content {
      padding: 25px 20px 40px 20px;
      text-align: center; }
      .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-headline {
        margin-bottom: 10px; }
        .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-headline h4 {
          font-size: 22px; }
      .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-designation span {
        font-weight: 500;
        color: #666666;
        display: block; }
      .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials {
        margin-top: 20px;
        display: none; }
        .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          background-color: #ffffff;
          color: #00d0c0;
          display: inline-block;
          font-size: 20px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a:hover {
            background-color: #001790;
            color: #ffffff; }
          .pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a + a {
            margin-left: 8px; }
    .pr6-team-members .pr6-ld-member:hover::before {
      opacity: 1; }
    .pr6-team-members .pr6-ld-member:hover .pr6-team-content .pr6-headline h4 {
      color: #ffffff; }
    .pr6-team-members .pr6-ld-member:hover .pr6-team-content .pr6-designation span {
      color: #ffffff; }

.pr6-testimonial-section {
  padding: 100px 0 50px 0; }

.pr6-testimonial-slider {
  padding-right: 70px;
  border-radius: 6px; }
  @media (max-width: 991.98px) {
    .pr6-testimonial-slider {
      margin-top: 60px; } }
  .pr6-testimonial-slider .pr6-single-item-wrapper {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 23, 144, 0.08);
    box-shadow: 0px 6px 10px 0px rgba(0, 23, 144, 0.08); }
    .pr6-testimonial-slider .pr6-single-item-wrapper + .pr6-single-item-wrapper {
      margin-top: 30px; }
  .pr6-testimonial-slider .pr6-single-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    position: relative; }
    .pr6-testimonial-slider .pr6-single-item .pr6-rating {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #00d0c0;
      color: #ffffff;
      font-family: "Lexend", sans-serif;
      font-weight: 700;
      font-size: 24px;
      padding: 3px 6px;
      border-radius: 0 6px 0 0; }
      .pr6-testimonial-slider .pr6-single-item .pr6-rating i {
        font-size: 14px; }
    .pr6-testimonial-slider .pr6-single-item .pr6-testimonial-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .pr6-testimonial-slider .pr6-single-item .pr6-testimonial-top .pr6-client-thumb {
        margin-right: 20px;
        display: inline-block;
        padding: 1px;
        border-radius: 50%;
        background-image: -webkit-gradient(linear, left top, right top, from(#d8d8d8), to(#ffffff));
        background-image: -webkit-linear-gradient(left, #d8d8d8, #ffffff);
        background-image: -o-linear-gradient(left, #d8d8d8, #ffffff);
        background-image: linear-gradient(90deg, #d8d8d8, #ffffff); }
        .pr6-testimonial-slider .pr6-single-item .pr6-testimonial-top .pr6-client-thumb img {
          border-radius: 50%; }
      .pr6-testimonial-slider .pr6-single-item .pr6-testimonial-top .pr6-testimonial-title .pr6-designation span {
        font-weight: 500;
        color: #666666;
        margin-top: 3px;
        display: inline-block; }
    .pr6-testimonial-slider .pr6-single-item .pr6-pera-txt {
      margin-top: 20px;
      text-align: center; }
  .pr6-testimonial-slider .slick-dots {
    width: 20px;
    right: 0;
    left: auto;
    bottom: 30px; }
    .pr6-testimonial-slider .slick-dots li {
      display: block;
      width: auto;
      height: auto; }
      .pr6-testimonial-slider .slick-dots li + li {
        margin-top: 10px; }
      .pr6-testimonial-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        background-color: #001790;
        border-radius: 50%;
        padding: 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .pr6-testimonial-slider .slick-dots li button::before {
          display: none; }
    .pr6-testimonial-slider .slick-dots li.slick-active button {
      height: 25px;
      border-radius: 10px;
      background-color: #00d0c0; }

.pr6-testimonial-right .pr6-quote {
  margin-top: 30px; }

.pr6-testimonial-right .pr6-featured-clients {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pr6-testimonial-right .pr6-featured-clients .pr6-clients-thumb {
    margin-right: 15px; }
    .pr6-testimonial-right .pr6-featured-clients .pr6-clients-thumb img {
      width: 90px;
      border-radius: 50%; }
  .pr6-testimonial-right .pr6-featured-clients .pr6-designation {
    margin-top: 8px; }
    .pr6-testimonial-right .pr6-featured-clients .pr6-designation span {
      font-weight: 600;
      color: #666666; }

.pr6-get-section {
  padding-bottom: 100px; }

.pr6-get-content {
  padding: 60px 50px;
  border-radius: 6px;
  position: relative;
  overflow: hidden; }
  .pr6-get-content .pr6-get-left {
    position: relative;
    z-index: 2; }
    .pr6-get-content .pr6-get-left h3 {
      color: #ffffff;
      text-transform: initial; }
  .pr6-get-content .pr6-secondary-btn {
    text-align: right;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .pr6-get-content .pr6-secondary-btn {
        text-align: left;
        margin-top: 20px; } }
    .pr6-get-content .pr6-secondary-btn a {
      border: 2px solid transparent; }
      .pr6-get-content .pr6-secondary-btn a:hover {
        background-color: transparent;
        border: 2px solid #001790; }
        .pr6-get-content .pr6-secondary-btn a:hover i {
          background-color: #001790;
          color: #ffffff; }

.pr6-blog-section {
  padding: 0 0 200px 0; }
  @media (max-width: 991.98px) {
    .pr6-blog-section {
      padding-bottom: 70px; } }
  .pr6-blog-section .pr6-title-area {
    margin-bottom: 40px; }

.pr6-blog-content .slick-list {
  padding: 20px 0px;
  margin: 0 -10px; }

.pr6-blog-content .slick-slide {
  margin: 0 10px; }

.pr6-blog-content .prev-btn, .pr6-blog-content .next-btn {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  background-color: #cecdce;
  color: #666666;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pr6-blog-content .prev-btn:hover, .pr6-blog-content .next-btn:hover {
    color: #ffffff;
    background-color: #00d0c0; }

.pr6-blog-content .prev-btn {
  right: 70px; }

.pr6-blog-content .pr6-blog-column {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 27, 175, 0.08);
  box-shadow: 0px 10px 10px 0px rgba(0, 27, 175, 0.08);
  margin-bottom: 30px; }
  .pr6-blog-content .pr6-blog-column .pr6-img-wrapper {
    border-radius: 6px;
    overflow: hidden; }
    .pr6-blog-content .pr6-blog-column .pr6-img-wrapper img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .pr6-blog-content .pr6-blog-column .pr6-blog-column-content {
    padding: 15px 20px 30px 20px; }
    .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-meta {
      margin: 10px 0; }
      .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-meta span {
        color: #666666;
        font-size: 14px; }
        .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-meta span i {
          margin-right: 10px;
          color: #000f60; }
    .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-headline h4 {
      text-transform: initial;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom {
      margin-top: 25px; }
      .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-author {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-author .pr6-client-wrapper {
          margin-right: 15px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #001790;
          padding: 3px; }
          .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-author .pr6-client-wrapper img {
            border-radius: 50%; }
        .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-author .pr6-author-name span {
          color: #000f60;
          text-transform: capitalize; }
      .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-blog-readmore-btn {
        float: right; }
        .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-blog-readmore-btn a {
          font-family: "Lexend", sans-serif;
          font-weight: 600;
          color: #00d0c0;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          color: #001790; }
          .pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-blog-readmore-btn a i {
            -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px);
            display: inline-block;
            margin-left: 3px;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
  .pr6-blog-content .pr6-blog-column:hover .pr6-img-wrapper img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .pr6-blog-content .pr6-blog-column:hover .pr6-blog-column-content .pr6-headline h4 {
    color: #00d0c0; }
  .pr6-blog-content .pr6-blog-column:hover .pr6-blog-column-content .pr6-blog-readmore-btn a {
    text-decoration: underline;
    color: #00d0c0; }
    .pr6-blog-content .pr6-blog-column:hover .pr6-blog-column-content .pr6-blog-readmore-btn a i {
      -webkit-transform: translate(3px, 2px);
      -ms-transform: translate(3px, 2px);
      transform: translate(3px, 2px); }

.pr6-blog-content .pr6-blog-list .pr6-blog-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 15px; }
  .pr6-blog-content .pr6-blog-list .pr6-blog-column > .pr6-img-wrapper img {
    width: 200px; }
  .pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-blog-column-content {
    padding: 0 8px; }
    .pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-blog-column-content .pr6-blog-meta {
      margin: 3px 0; }
    .pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom {
      margin-top: 16px; }
      .pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom .pr6-blog-readmore-btn {
        padding-top: 10px; }
  .pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-headline h6 {
    font-size: 16px;
    text-transform: initial; }
    #gallery-1 .gallery-item img {
      border: none;
  }
  #gallery-1 .gallery-item {
    margin: 0 0 10px 0;
    margin-top: 0 !important;
}
  .pr6-footer-section .pr6-footer-top {
    padding: 60px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 27, 175, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 27, 175, 0.15);
    position: absolute;
    top: -300px;
    width: 100%;
    left: 0; margin-top: 100px; z-index: 22; }
    @media (max-width: 991.98px) {
      .pr6-footer-section .pr6-footer-top {
        position: relative;
        border-radius: 10px;
        top: 60px;
        margin-top: 0;
    } 
    .pr2-testimonial-section{
      padding-bottom: 50px;
    }
    .pr6-blog-section {
      padding-bottom: 0;
  }}
    .pr6-footer-section .pr6-footer-top .pr6-ft-left .pr6-headline {
      margin-bottom: 10px; }
    .pr6-footer-section .pr6-footer-top .pr6-ft-subscription {
      text-align: right; }
      @media (max-width: 991.98px) {
        .pr6-footer-section .pr6-footer-top .pr6-ft-subscription {
          margin-top: 30px; } }
      .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form {
        width: 100%;
        position: relative; }
        .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form input[type="email"] {
          width: 100%;
          padding: 15px 200px 15px 18px;
          border: 1px solid #e7e7e7;
          border-radius: 30px;
          background-color: #fafafa; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form input[type="email"]::-webkit-input-placeholder {
            color: #e7e7e7; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form input[type="email"]:-ms-input-placeholder {
            color: #e7e7e7; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form input[type="email"]::-ms-input-placeholder {
            color: #e7e7e7; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form input[type="email"]::placeholder {
            color: #e7e7e7; }
        .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn {
          position: absolute;
          right: 0;
          top: 0;
          padding: 0px 15px 0 20px;
          height: 55px;
          border-radius: 30px;
          background-color: #00d0c0;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #ffffff;
          font-family: "Lexend", sans-serif;
          font-weight: 600;
          font-size: 15px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          text-transform: capitalize;
          border: 0; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn i {
            width: 35px;
            height: 35px;
            background-color: #ffffff;
            color: #00d0c0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            text-align: center;
            line-height: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 50%;
            margin-left: 23px;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn:hover {
            background-color: #001790; }
            .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn:hover i {
              color: #001790; }
          @media (max-width: 575.98px) {
            .pr6-footer-section .pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn {
              position: initial;
              display: block;
              text-align: left;
              margin-top: 20px; } }
  .pr6-footer-section .pr6-footer-bottom {
    margin-top: 60px; }
    .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget {
      margin-bottom: 30px; }
      .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-ft-logo-wrapper {
        margin-bottom: 30px; }
        .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-ft-logo-wrapper a {
          width: 160px;
          display: inline-block; }
      .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-pera-txt p {
        color: #ffffff; }
      .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-socials {
        margin-top: 30px; }
        .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-socials a {
          width: 40px;
          height: 40px;
          background-color: #2e3a7d;
          color: #ffffff;
          display: inline-block;
          border-radius: 50%;
          text-align: center;
          line-height: 40px;
          font-size: 22px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-socials a:hover {
            background-color: #00d0c0; }
          .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-socials a + a {
            margin-left: 10px; }
      .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-headline {
        margin-bottom: 30px; }
        .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-headline h4 {
          color: #ffffff;
          position: relative; }
          .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-headline h4::before {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #00d0c0; }
      .pr6-footer-links ul li a {
        color: #ffffff;
        text-transform: capitalize;
        display: block;
        position: relative;
        padding-left: 18px; }
        .pr6-footer-links ul li a::before {
          content: '\f101';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          top: 1px;
          left: 0; }
        .pr6-footer-links ul li a:hover {
          color: #00d0c0; }
      .pr6-footer-links ul li + li a {
        margin-top: 10px; }
      .pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-insta-feed ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px; }
  .pr6-footer-section .pr6-footer-copyright {
    margin-top: 60px; }
    .pr6-footer-section .pr6-footer-copyright .pr6-copyright-left {
      text-align: left; }
      .pr6-footer-section .pr6-footer-copyright .pr6-copyright-left p {
        color: #ffffff; }
    .pr6-footer-section .pr6-footer-copyright .pr6-copyright-right {
      text-align: right; }
      @media (max-width: 767.98px) {
        .pr6-footer-section .pr6-footer-copyright .pr6-copyright-right {
          text-align: left; } }
      .pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a {
        color: #ffffff; }
        .pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a + a {
          margin-left: 20px;
          position: relative; }
          .pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a + a::after {
            content: '';
            position: absolute;
            top: 0;
            left: -14px;
            width: 1px;
            height: 20px;
            background-color: #ffffff; }
