@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800;900&family=Roboto:wght@400;500;600;700;800&family=Allison&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&amp;display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap"); */
/* @import url('https://fonts.cdnfonts.com/css/agency-fb?styles=17318'); */
.pr2-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #666666;
  /* font-family: 'Agency FB', sans-serif; */
  /* font-family: "Roboto", sans-serif; */
  font-family: "Mulish", sans-serif !important;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #3f83fe; }

::selection {
  color: #ffffff;
  background-color: #3f83fe; }

::-moz-selection {
  color: #ffffff;
  background-color: #3f83fe; }

.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; }

.pr2-headline h1,
.pr2-headline h2,
.pr2-headline h3,
.pr2-headline h4,
.pr2-headline h5,
.pr2-headline h6 {
 font-family: "Mulish", sans-serif !important;
  /* font-family: 'Agency FB', sans-serif; */
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0;
  color: #10151f; }

.pr2-headline h1 {
  font-size: 60px; }
  @media (max-width: 991.98px) {
    .pr2-headline h1 {
      font-size: 50px; } }

.pr2-headline h2 {
  font-size: 30px; }
  @media (max-width: 991.98px) {
    .pr2-headline h2 {
      font-size: 19px; } }

.pr2-headline h3 {
  font-size: 34px; }
  @media (max-width: 991.98px) {
    .pr2-headline h3 {
      font-size: 30px; } }

.pr2-headline h4 {
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .pr2-headline h4 {
      font-size: 20px; } }

.pr2-headline h5 {
  font-size: 20px; }

.pr2-headline h6 {
  font-size: 18px; }

.pr2-pera-txt p {
  color: #666666;
  margin: 0;
  font-size: 16px;
  text-align: justify;
}

[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); } }

.pr2-title-area {
  margin-bottom: 30px; }
  .pr2-title-area .pr2-subtitle {
    font-size: 18px;
   font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    display: block; }
  .pr2-title-area h2 span {
    position: relative;
    display: inline-block;
    z-index: 1; }
    .pr2-title-area h2 span::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -40px;
      -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      transform: translateY(-45%);
      width: 150px;
      height: 29px;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, right top, left top, from(#0055ff), to(rgba(255, 255, 255, 0.11)));
      background-image: -webkit-linear-gradient(right, #0055ff, rgba(255, 255, 255, 0.11));
      background-image: -o-linear-gradient(right, #0055ff, rgba(255, 255, 255, 0.11));
      background-image: linear-gradient(to left, #0055ff, rgba(255, 255, 255, 0.11));
      z-index: -1;
      opacity: 0.5; }
  .pr2-title-area .pr2-pera-txt {
    margin-top: 10px; }

.pr2-primary-btn a {
  padding: 10px 18px;
  font-size: 14px;
  font-family: "Mulish", sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
  background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
  background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
  background-image: linear-gradient(to bottom, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .pr2-primary-btn a:hover {
    color: #3f83fe; }
    .pr2-primary-btn a:hover::before {
      width: 170%;
      left: -50%;
      right: auto; }
  .pr2-primary-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: -1; }

.pr2-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background-color: #3f83fe;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 4px;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  display: none; }

.pr2-header-top {
  background-color: #10151f;
  padding: 10px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .pr2-header-top {
      display: none; } }
  .pr2-header-top .pr2-top-left span {
    color: #ffffff; }
    .pr2-header-top .pr2-top-left span i {
      margin-right: 4px; }
    .pr2-header-top .pr2-top-left span + span {
      margin-left: 8px; }
  .pr2-header-top .pr2-top-right {
    text-align: right; }
    @media (max-width: 991.98px) {
      .pr2-header-top .pr2-top-right {
        display: none; } }
    .pr2-header-top .pr2-top-right a {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      background-color: #16284e;
      display: inline-block;
      font-size: 16px;
      border-radius: 50%;
      -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; }
      .pr2-header-top .pr2-top-right a::after {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
        background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
        background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
        background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .pr2-header-top .pr2-top-right a:hover::after {
        opacity: 1; }
      .pr2-header-top .pr2-top-right a + a {
        margin-left: 6px; }
        .header-style-five {
           top: 0px; 
          width: 100%;
          z-index: 10;
          padding-top: 0.3rem;
          /* padding-top: 52px; */
          position: relative;
          /* position: absolute; */
          padding-bottom: 0.3rem;
        }
      
      
  @media (max-width: 767.98px) {
    .header-style-five {
      padding-top: 0px; } }
  .header-style-five .dropdown:before {
    color: #10151f;
    right: -12px;
    font-size: 16px; }
  .header-style-five .dropdown:hover:before {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .header-style-five .main-navigation-area {
    padding-top: 22px;
    display: inline-block; }
    .header-style-five .main-navigation-area li {
      display: inline-block;
      margin-left: 46px; }
      .header-style-five .main-navigation-area li a {
        color: #10151f;
        font-weight: 700;
      font-family: "Mulish", sans-serif !important;
        font-size: 18px; }
  .header-style-five .header-cta-btn {
    margin-left: 50px; }
    .header-style-five .header-cta-btn a.cta {
      height: 48px;
      width: 150px;
      border-radius: 30px;
      font-weight: 700;
      line-height: 48px;
      color: #10151f;
      display: inline-block;
font-family: "Mulish", sans-serif !important;
      background-color: transparent;
      border: 2px solid #3f83fe;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .header-style-five .header-cta-btn a.cta:hover {
        background-color: #3f83fe;
        color: #ffffff; }
      @media (max-width: 575.98px) {
        .header-style-five .header-cta-btn a.cta {
          display: none; } }
    .header-style-five .header-cta-btn .sidemenu-btn {
      margin-left: 30px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      color: #ffffff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
      background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      display: inline-block;
      font-size: 18px;
      -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; }
      .header-style-five .header-cta-btn .sidemenu-btn:hover::after {
        opacity: 1; }
      .header-style-five .header-cta-btn .sidemenu-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: -1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#005afd), color-stop(54%, #3a80fe), to(#74a5ff));
        background-image: -webkit-linear-gradient(top, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
        background-image: -o-linear-gradient(top, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
        background-image: linear-gradient(180deg, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  .header-style-five.sticky-on {
    padding: 9px 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px #ddd;
    box-shadow: 0px 0px 20px #ddd; }

.header-main-menu .dropdown {
  position: relative; }
  .header-main-menu .dropdown:before {
    top: 0;
    right: -15px;
    content: '+';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .header-main-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 294px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #10151f; }
  .header-main-menu .dropdown-menu li {
    display: block;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-main-menu .dropdown-menu li:last-child {
      border-bottom: none; }
  .header-main-menu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important; }
    .header-main-menu .dropdown-menu a:hover {
      color: #fff;
      background-color: #3f83fe;
      padding-left: 25px; }

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 90;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out; }

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #bedaef;
  padding: 32px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%;
      background: #185888; }
      .str-mobile_menu_content img.img-fluid {
        width:68%;
    }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 11px 0px;
      text-transform: capitalize; }
  .str-mobile_menu_content .m-brand-logo {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 0.6rem; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  right: 0;
  top: -43px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: #3f83fe;
  text-align: center;
  font-size: 30px; }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 7px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #185888;
  cursor: pointer;
  top: 2px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

@media screen and (max-width: 1024px) {
  .header-style-five .site-logo {
    /* width: 130px;
    padding-top: 10px;  */
    width: auto;
    padding-top: 0px;
  }

  .f-cta-inner {
    margin-bottom: 20px; }
    .pr-team-item-thumb-img .mCSB_scrollTools {
      right: 10px; }
  }

@media screen and (max-width: 1024px) {
  .header-style-five .main-navigation-area {
    display: none; }
  .header-style-five .header-cta-btn {
    margin-right: 82px; }
  .header-style-five .header-cta-btn {
    width: 115px; }
  .str-mobile_menu_button {
    display: block !important; }
  .header-style-five .header-cta-btn .sidemenu-btn {
    display: none; } }

.pr2-sidebar-info .pr2-overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.pr2-sidebar-info .pr2-overlay-on {
  opacity: 1;
  visibility: visible; }

.pr2-sidebar-info .pr2_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; }
  .pr2-sidebar-info .pr2_sidebar_info_content .close-menu {
    cursor: pointer; }
  .pr2-sidebar-info .pr2_sidebar_info_content .pr2_sidebar_logo {
    text-align: center;
    margin-bottom: 60px; }
    .pr2-sidebar-info .pr2_sidebar_info_content .pr2_sidebar_logo img {
      width: 180px; }
  .pr2-sidebar-info .pr2_sidebar_info_content .pr2-pera-txt {
    line-height: 1.8em; }
  .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-gallery {
    margin-top: 30px; }
    .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-gallery ul li {
      display: inline-block;
      margin: 5px 5px; }
  .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-social {
    margin-top: 30px; }
    .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-social h5 {
      margin-bottom: 15px; }
    .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-social a + a {
      margin-left: 10px; }
  .pr2-sidebar-info .pr2_sidebar_info_content .pr2-sidebar-copyright {
    text-align: center;
    margin-top: 40px; }

.pr2-sidebar-info .pr2-sidebar-on {
  right: 0; }

.pr2-process {
  padding: 40px 0;
  /* padding: 120px 0; */
 }

.pr2-process-content {
  margin-top: 30px;
  position: relative;
  z-index: 1; }
  .pr2-process-content .pr2-circle-shape-1 {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: -80px;
    z-index: -1; }
  .pr2-process-content .pr2-process-left {
    display: none; }

.pr2-process-column {
  overflow: hidden;
  background-color: #ffffff;
  padding: 60px 30px 30px 30px;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  border: 2px solid transparent; }
  .pr2-process-column:hover {
    border: 2px solid #3f83fe;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15); }
  .pr2-process-column::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -50px;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(63, 131, 254, 0.9); }
  .pr2-process-column::after {
    content: '';
    position: absolute;
    top: -55px;
    right: -11px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(63, 131, 254, 0.7); }
  .pr2-process-column span {
    position: absolute;
    top: 10px;
    right: 30px;
   font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    z-index: 3; }
  .pr2-process-column .pr2-headline {
    margin-bottom: 20px; }
  .pr2-process-column .pr2-pera-txt {
    margin-bottom: 20px; }
  .pr2-process-column a {
font-family: "Mulish", sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    color: #10151f;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pr2-process-column a:hover {
      color: #3f83fe; }

.pr2-process-bottom {
  /* margin-top: 80px; */
 }
  .pr2-process-bottom .pr2-subtitle {
    color: #3f83fe; }

.pr2-process-lists .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pr2-process-lists .single-list + .single-list {
    margin-top: 30px; }
  .pr2-process-lists .single-list .icon-left {
    margin-right: 20px; }
    .pr2-process-lists .single-list .icon-left .icon-container {
      width: 100px;
      height: 100px;
      border-radius: 6px;
      background-color: #dce8fb;
      text-align: center;
      position: relative; }
      .pr2-process-lists .single-list .icon-left .icon-container i {
        font-size: 60px;
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), to(#005afd));
        background-image: -webkit-linear-gradient(top, #74a5ff, #005afd);
        background-image: -o-linear-gradient(top, #74a5ff, #005afd);
        background-image: linear-gradient(to bottom, #74a5ff, #005afd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .pr2-process-lists .single-list .txt-content h4 {
    margin-bottom: 15px; }

@media (max-width: 991.98px) {
  .pr2-process-right {
    margin-top: 60px; }
    .aduit-section .pr-service-item-inner.text-center {
      height: auto !important;
    }
  }

.pr2-process-right .img-container:first-child {
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .pr2-process-right .img-container.img-right {
    margin-top: 30px;
    margin-bottom: 0; } }

.pr2-service-section {
  padding: 49px 0; }
  .pr2-service-section .pr2-title-area .pr2-subtitle {
    color: #3f83fe; }
  .pr2-service-section .pr2-title-area h2 {
    color: #ffffff; }
  .pr2-service-section .pr2-title-area p {
    color: #ffffff; }

.pr2-service-content {
  margin-top: 30px; }
  .pr2-service-content .pr2-load-more-btn {
    text-align: center;
    margin-top: 30px; }

.pr2-service-column {
  overflow: hidden;
  background-color: #23232c;
  padding: 20px;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px; }
  .pr2-service-column:hover {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15); }
    .pr2-service-column:hover .icon-container i {
      background-color: transparent; }
    .pr2-service-column:hover::before {
      background-color: rgba(63, 131, 254, 0.9); }
    .pr2-service-column:hover::after {
      background-color: rgba(63, 131, 254, 0.7); }
    .pr2-service-column:hover a {
      color: #3f83fe; }
  .pr2-service-column::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -50px;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(63, 131, 254, 0.4); }
  .pr2-service-column::after {
    content: '';
    position: absolute;
    top: -55px;
    right: -11px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(63, 131, 254, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pr2-service-column .icon-container {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 15px; }
    .pr2-service-column .icon-container::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
      background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      background-image: linear-gradient(to bottom, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .pr2-service-column .icon-container i {
      font-size: 50px;
      border-radius: 6px;
      background-color: #393941;
      padding: 18px;
      line-height: 0;
      display: inline-block;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .pr2-service-column .pr2-headline {
    margin-bottom: 20px; }
    .pr2-service-column .pr2-headline h4 {
      color: #ffffff; }
  .pr2-service-column .pr2-pera-txt {
    margin-bottom: 20px; }
    .pr2-service-column .pr2-pera-txt p {
      color: #ffffff; }
  .pr2-service-column a {
   font-family: "Mulish", sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pr2-service-column a:hover {
      color: #3f83fe; }

.pr2-achivement-section {
  padding: 43px 0 90px 0;
  background-color: #f7f8fc; }
  @media (max-width: 1540px) {
    .pr2-achivement-section {
      padding-bottom: 80px; } }
  .pr2-achivement-section .pr2-title-area .pr2-subtitle {
    color: #3f83fe; }

.pr2-achivement-contents {
  margin-top: 30px;
  position: relative;
  z-index: 1; }
  .pr2-achivement-contents .pr2-circle-shape-2 {
    width: 100px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1; }
  .pr2-achivement-contents .pr2-circle-shape-3 {
    width: 120px;
    position: absolute;
    bottom: -10px;
    right: -50px;
    z-index: -1; }

.pr2-achivement-column {
  text-align: center;
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(122, 122, 122, 0.1);
  box-shadow: 0px 15px 40px 0px rgba(122, 122, 122, 0.1);
  margin-bottom: 30px; }
  .pr2-achivement-column .icon-container {
    margin-bottom: 6px; }
    .pr2-achivement-column .icon-container i {
      font-size: 50px;
      color: #3f83fe;
      display: inline-block;
      line-height: 0; }
  .pr2-achivement-column .pr2-headline h2 {
    display: inline-block; }
  .pr2-achivement-column .pr2-headline span {
    font-size: 48px;
 font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    color: #10151f; }
    @media (max-width: 991.98px) {
      .pr2-achivement-column .pr2-headline span {
        font-size: 36px; } }
  .pr2-achivement-column .tagline span {
   font-family: "Mulish", sans-serif !important;
    font-weight: 600;
    color: #10151f; }

/* .pr2-team-members {
  margin-top: 80px; } */

.pr2-members-column {
  margin-bottom: 40px; }
  .pr2-members-column:hover .view-details {
    right: 30px;
    visibility: visible;
    opacity: 1; }
  .pr2-members-column:hover .img-container::before {
    height: 100%; }
  .pr2-members-column:hover .designation .social-info {
    bottom: -30px;
    visibility: visible;
    opacity: 1; }
  .pr2-members-column .view-details {
    position: absolute;
    top: 30px;
    right: 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #3f83fe;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pr2-members-column .view-details:hover {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .pr2-members-column .img-container {
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .pr2-members-column .img-container::before {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      background-color:rgb(24 26 30 / 28%);
      z-index: 1;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .pr2-members-column .designation {
    width: 80%;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    margin-left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 6px;
    padding: 20px 10px 30px 10px;
    z-index: 5; }
    .pr2-members-column .designation h6 {
      margin-bottom: 6px; }
    .pr2-members-column .designation span {
    font-family: "Mulish", sans-serif !important;
      font-weight: 600;
      color: #10151f;
      text-transform: capitalize; }
    .pr2-members-column .designation .social-info {
      position: absolute;
      left: 50%;
      bottom: -10px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pr2-members-column .designation .social-info a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #0077b5;
        color: #ffffff;
        border-radius: 50%;
        display: inline-block;
        font-size: 20px;
        overflow: hidden; }
        .pr2-members-column .designation .social-info a:hover i:first-child {
          margin-left: -50px; }
        .pr2-members-column .designation .social-info a i:first-child {
          margin-right: 30px;
          margin-left: 10px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .pr2-members-column .designation .social-info a + a {
          margin-left: 10px; }

.pr2-appoinment-section {
  padding: 80px 0;
  overflow: visible; }
  @media (max-width: 1540px) {
    .pr2-appoinment-section {
      overflow: hidden; } }
  .pr2-appoinment-section .pr2-title-area {
    margin-bottom: 40px; }
    .pr2-appoinment-section .pr2-title-area .pr2-subtitle {
      color: #3f83fe; }
    .pr2-appoinment-section .pr2-title-area h2 {
      color: #ffffff; }
    .pr2-appoinment-section .pr2-title-area .pr2-pera-txt {
      margin-top: 20px; }
    .pr2-appoinment-section .pr2-title-area p {
      color: #ffffff; }
  .pr2-appoinment-section .pr2-app-right {
    position: relative;
    height: 100%; }
    .pr2-appoinment-section .pr2-app-right img {
      width: inherit;
      position: absolute;
      bottom: -100px; }
      @media (max-width: 991.98px) {
        .pr2-appoinment-section .pr2-app-right img {
          display: none; } }

.pr2-case-study {
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .pr2-case-study {
      padding-bottom: 80px; } }
  .pr2-case-study .pr2-case-left {
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .pr2-case-study .pr2-case-left {
        margin-bottom: 30px; } }

.pr2-case-bottom {
  margin-top: 30px;
  position: relative; }
  @media (max-width: 991.98px) {
    .pr2-case-bottom {
      margin-top: 60px; } }
  .pr2-case-bottom .pr2-circle-shape-3 {
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 150px;
    z-index: -1; }
  .pr2-case-bottom .pr2-circle-shape-4 {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 130px;
    z-index: -1; }
  .pr2-case-bottom .pr2-case-column {
    position: relative; }
    @media (max-width: 767.98px) {
      .pr2-case-bottom .pr2-case-column {
        margin-bottom: 40px; } }
    .pr2-case-bottom .pr2-case-column:hover .img-container img {
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98); }
    .pr2-case-bottom .pr2-case-column:hover .pr2-case-subtitle {
      opacity: 1;
      visibility: visible;
      bottom: -35px; }
    .pr2-case-bottom .pr2-case-column .img-container {
      overflow: hidden; }
      .pr2-case-bottom .pr2-case-column .img-container img {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  .pr2-case-bottom .pr2-case-subtitle {
    position: absolute;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pr2-case-bottom .pr2-case-subtitle a {
      color: #ffffff;
      background-color: #3f83fe;
      border-radius: 6px;
      display: inline-block;
      padding: 18px 24px;
      width: 100%;
      text-align: center;
    font-family: "Mulish", sans-serif !important;
      font-weight: 700;
      font-size: 18px;
      text-transform: capitalize; }

.pr2-testimonial-section {
  padding: 120px 0;
  background-color: #f7f8fc;
  position: relative; }
  .pr2-testimonial-section .pr2-map-bg {
    position: absolute;
    width: initial;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

#pr2-tst-slider .carousel-indicators {
  position: relative;
  margin-top: 40px;
  height: 70px; }
  #pr2-tst-slider .carousel-indicators li {
    text-indent: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #pr2-tst-slider .carousel-indicators li::before {
      display: none; }
    #pr2-tst-slider .carousel-indicators li::after {
      display: none; }
    #pr2-tst-slider .carousel-indicators li img {
      max-width: 100%;
      height: auto; }
  #pr2-tst-slider .carousel-indicators li.active {
    width: 58px;
    height: 58px; }

#pr2-tst-slider .pr2-tst-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: auto; }
  @media (max-width: 767.98px) {
    #pr2-tst-slider .pr2-tst-content {
      width: 100%; } }

#pr2-tst-slider .clients-img {
  z-index: 2; }
  @media (max-width: 767.98px) {
    #pr2-tst-slider .clients-img {
      display: none; } }
  #pr2-tst-slider .clients-img .client_thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c7dff), to(#fafbff));
    background-image: -webkit-linear-gradient(top, #5c7dff, #fafbff);
    background-image: -o-linear-gradient(top, #5c7dff, #fafbff);
    background-image: linear-gradient(180deg, #5c7dff, #fafbff); }
    #pr2-tst-slider .clients-img .client_thumb .gr-overlay {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden; }

#pr2-tst-slider .clients-info {
  background-color: #ffffff;
  padding: 60px;
  margin-left: -100px;
  padding-left: 120px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(122, 122, 122, 0.15);
  box-shadow: 0px 15px 40px 0px rgba(122, 122, 122, 0.15); }
  #pr2-tst-slider .clients-info .pr2-pera-txt {
    margin-bottom: 20px; }

#pr2-tst-slider .pr2-arrows {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border: 2px solid #10151f;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media (max-width: 767.98px) {
    #pr2-tst-slider .pr2-arrows {
      display: none; } }
  #pr2-tst-slider .pr2-arrows:hover {
    background-color: #3f83fe;
    color: #ffffff;
    border: 2px solid #3f83fe; }

#pr2-tst-slider .next-arrow {
  left: auto;
  right: 0; }

.pr2-faq-area {
  /* margin-top: 200px; */
 }
  .pr2-faq-area .pr2-title-area {
    text-align: center; }
    .pr2-faq-area .pr2-title-area span.pr2-subtitle {
      font-weight: 700;
      color: #3f83fe;
      display: inline-block;
      margin-bottom: 20px; }
    .pr2-faq-area .pr2-title-area .pr2-hr-shape {
      width: 200px;
      height: 2px;
      display: inline-block;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      .pr2-faq-area .pr2-title-area .pr2-hr-shape::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -40px;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        width: 150px;
        height: 29px;
        border-radius: 6px;
        background-image: -webkit-gradient(linear, right top, left top, from(#0055ff), to(rgba(255, 255, 255, 0.11)));
        background-image: -webkit-linear-gradient(right, #0055ff, rgba(255, 255, 255, 0.11));
        background-image: -o-linear-gradient(right, #0055ff, rgba(255, 255, 255, 0.11));
        background-image: linear-gradient(to left, #0055ff, rgba(255, 255, 255, 0.11));
        z-index: -1;
        opacity: 0.5; }

.pr2-faq-accordion {
  margin-top: 30px; }

@media (max-width: 991.98px) {
  .pr2-accordion {
    margin-top: 80px; } }

.pr2-accordion .card {
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .pr2-accordion .card .card-header {
    border: 0;
    background-color: #f2f3f8;
    padding: 0;
    border-radius: 3px; }
    .pr2-accordion .card .card-header a {
      cursor: pointer;
      display: block;
      padding: 15px 12px;
      padding-right: 40px;
      color: #10151f;
      font-weight: 700;
     font-family: "Mulish", sans-serif !important;
      position: relative; }
      .pr2-accordion .card .card-header a::after {
        content: '+';
        position: absolute;
        top: 50%;
        right: 12px;
        font-weight: 700;
        color: #10151f;
        background-color: #ffffff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .pr2-accordion .card + .card {
    margin-top: 20px; }

.pr2-accordion .card:first-of-type {
  border-bottom: 1px solid #e7e7e7; }

.pr2-accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e7e7e7; }

.pr2-accordion .card-active {
  border: 1px solid transparent;
  border-bottom: 1px solid transparent !important;
  background-color: transparent; }
  .pr2-accordion .card-active .card-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
    background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    border-radius: 3px; }
    .pr2-accordion .card-active .card-header a {
      color: #ffffff; }
      .pr2-accordion .card-active .card-header a::after {
        content: '-'; }
        
        .pr2-blog-section {
          padding: 30px 0px;
      }
  @media (max-width: 991.98px) {
    .pr2-blog-section .pr2-title-area {
      margin-bottom: 60px; } }
  .pr2-blog-section .pr2-title-area .pr2-subtitle {
    color: #3f83fe; }

.pr2-blog-slider .slick-arrow {
  position: absolute;
  top: -75px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #10151f;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #10151f;
  z-index: 2; }
  .pr2-blog-slider .slick-arrow:hover {
    background-color: #3f83fe;
    color: #ffffff;
    border: 2px #3f83fe; }
  @media (max-width: 991.98px) {
    .pr2-blog-slider .slick-arrow {
      top: -20px; } }

.pr2-blog-slider .slick-prev {
  right: 70px; }
  @media (max-width: 991.98px) {
    .pr2-blog-slider .slick-prev {
      right: 50px; } }

.pr2-blog-slider .slick-list {
  margin: 0 -15px;
  padding: 50px 0px; }

.pr2-blog-slider .slick-slide {
  margin: 0 15px; }

.pr2-blog-slider .pr2-blog-single-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(122, 122, 122, 0.15);
  box-shadow: 0px 15px 15px 0px rgba(122, 122, 122, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pr2-blog-slider .pr2-blog-single-item:hover {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(122, 122, 122, 0.25);
    box-shadow: 0px 15px 15px 0px rgba(122, 122, 122, 0.25); }
    .pr2-blog-slider .pr2-blog-single-item:hover .img-container img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .pr2-blog-slider .pr2-blog-single-item .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 90px;
    background-image: url(../images/blog/ribbon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    border-radius: 0 6px 0 0;
    z-index: 99; }
    .pr2-blog-slider .pr2-blog-single-item .date h5 {
      margin-bottom: 0; }
  .pr2-blog-slider .pr2-blog-single-item .img-container {
    overflow: hidden;
    border-radius: 6px; }
    .pr2-blog-slider .pr2-blog-single-item .img-container img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content {
    padding: 20px; }
    .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-meta {
      margin-bottom: 10px; }
      .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-meta span {
        color: #10151f;
        text-transform: capitalize; }
    .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-title {
      margin-bottom: 10px; }
      .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-title h4 {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-title h4:hover {
          color: #3f83fe; }
    .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore {
      margin-top: 10px; }
      .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a {
        display: inline-block;
        color: #10151f;
font-family: "Mulish", sans-serif !important;
        font-weight: 700;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a i {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a:hover {
          color: #3f83fe; }
          .pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a:hover i {
            color: #3f83fe;
            margin-left: 5px; }

.pr2-footer {
  padding: 40px 0 0 0; }

@media (max-width: 991.98px) {
  .pr2-footer-widget {
    margin-bottom: 30px; } }

.pr2-footer-widget h4 {
  color: #ffffff;
  margin-bottom: 25px; }

.pr2-footer-widget .pr2-pera-txt {
  margin-bottom: 20px; }
  .pr2-footer-widget .pr2-pera-txt p {
    color: #ffffff; }

.pr2-footer-widget .pr2-ft-socials a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background-color: #16284e;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  -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; }
  .pr2-footer-widget .pr2-ft-socials a::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
    background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .pr2-footer-widget .pr2-ft-socials a:hover::after {
    opacity: 1; }
  .pr2-footer-widget .pr2-ft-socials a + a {
    margin-left: 8px; }

.pr2-footer-widget .pr2-ft-links ul li + li {
  margin-top: 10px; }

.pr2-footer-widget .pr2-ft-links ul li a {
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 15px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pr2-footer-widget .pr2-ft-links ul li a:hover {
    color: #3f83fe; }
  .pr2-footer-widget .pr2-ft-links ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.pr2-footer-widget .pr2-ft-lists li {
  color: #ffffff;
  margin-left: 10px; }
  .pr2-footer-widget .pr2-ft-lists li span {
    margin-right: 6px; position: absolute;
    left: 0;
   }
  .pr2-footer-widget .pr2-ft-lists li + li {
    margin-top: 10px;
    }

.pr2-footer-widget .pr2-sb-form form {
  width: 100%;
  position: relative; }
  .pr2-footer-widget .pr2-sb-form form input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    border-radius: 3px;
    border: 0; }
  .pr2-footer-widget .pr2-sb-form form .submit-btn {
    width: 40px;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
    background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 9; }
    .pr2-footer-widget .pr2-sb-form form .submit-btn::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#005afd), color-stop(54%, #3a80fe), to(#74a5ff));
      background-image: -webkit-linear-gradient(top, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
      background-image: -o-linear-gradient(top, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
      background-image: linear-gradient(180deg, #005afd 0%, #3a80fe 54%, #74a5ff 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0; }
    .pr2-footer-widget .pr2-sb-form form .submit-btn:hover::after {
      opacity: 1; }

.pr2-copyright {
  margin-top: 60px;
  padding: 15px 0;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74a5ff), color-stop(54%, #3a80fe), to(#005afd));
  background-image: -webkit-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
  background-image: -o-linear-gradient(top, #74a5ff 0%, #3a80fe 54%, #005afd 100%);
  background-image: linear-gradient(180deg, #74a5ff 0%, #3a80fe 54%, #005afd 100%); }
  @media (max-width: 991.98px) {
    .pr2-copyright {
      margin-top: 30px; } }
  .pr2-copyright p {
    color: #ffffff;
    text-align: center; }


    .site-logo.float-left a {
      /* font-size: 32px;
      font-weight: 700;
      padding: 13px;
      color: #3f83fe; */
      font-size:35px;
      font-weight: 700;
      padding: 14px 0;
      color: #185888;
  }
  .pr2-service-column .icon-container img.img-fluid {
    width: 50px;
}
.pr2-achivement-column .icon-container img.img-fluid {
  width: 60px;
}
.str-mobile_menu_content .m-brand-logo a {
  color: #185888;
  font-size: 17px;
  font-weight: 800;
}

.header-main-menu .site-logo img.img-fluid {
  width: 40%;
}
.site-logo {
  width: 46%;
}



/***

====================================================================
	Services Section Five
====================================================================

***/

.services-section-five{
	position:relative;
	padding:70px 0px 20px;
}

.services-section-five .services-text{
	position:relative;
	color:#012068;
	font-size:14px;
	text-align:center;
}

.services-section-five .services-text a{
	text-decoration:underline;
}

.services-block-six{
	position:relative;
	z-index:1;
	margin-bottom:80px;
}

.services-block-six .inner-box{
	position:relative;
	padding-top:35px;
	padding-left:200px;
	min-height:187px;
}

.services-block-six .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:175px;
	height:187px;
	color:#f95f01;
	font-size:60px;
	line-height:1em;
	text-align:center;
	padding-top:55px;
	display:inline-block;
	background: url(../images/shape-img.webp) no-repeat;
}

.services-block-six .inner-box h6{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
  font-size: 22px;
}

.services-block-six .inner-box h6 a{
	position:relative;
	color:#012068;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-six .inner-box h6 a:hover{
	color:#4659e2;
	text-decoration:underline;
}

.services-block-six .inner-box .text{
	position:relative;
	font-size:18px;
	color:#1a1e66;
	line-height:1.7em;
	max-width:280px;
}


.text.pr5-about-list-item ul li {
  position: relative;
  padding-left: 20px;
}
.text.pr5-about-list-item ul li:after {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
@media(min-width:991px){
  .pr5-about-list-item ul {
    column-count: 2;
}
}
.services-block-six .inner-box .icon-box span.icon img.img-fluid {
  width: 80px;
}
#featured_scroll,
.pr-team-item-thumb-img {
  height: 285px;
  max-width: 500px;
  padding-left: 30px; }
  #featured_scroll .mCSB_scrollTools a + .mCSB_draggerContainer,
  .pr-team-item-thumb-img .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0; }
  #featured_scroll .mCSB_scrollTools .mCSB_draggerRail,
  .pr-team-item-thumb-img .mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: 2px solid #e7e7e7; }
  #featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .pr-team-item-thumb-img .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    border-radius: 4px;
    background-color: #0d7dfc; }
  #featured_scroll .mCSB_scrollTools,
  .pr-team-item-thumb-img .mCSB_scrollTools {
    opacity: 1; }
  #featured_scroll .mCustomScrollbar,
  #featured_scroll .mCustomScrollbar.mCS_touch_action,
  #featured_scroll .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools,
  .pr-team-item-thumb-img .mCustomScrollbar,
  .pr-team-item-thumb-img .mCustomScrollbar.mCS_touch_action,
  .pr-team-item-thumb-img .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto; }
  #featured_scroll .mCustomScrollBox,
  .pr-team-item-thumb-img .mCustomScrollBox {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  #featured_scroll .mCustomScrollBox.mCSB_vertical_horizontal,
  .pr-team-item-thumb-img .mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: auto;
    touch-action: auto; }
  #featured_scroll .mCustomScrollBox.mCSB_horizontal,
  .pr-team-item-thumb-img .mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.pr-team-section {
  padding-top: 100px;
  background-color: #f5f5f5; }
  .pr-team-section .pr-section-title {
    max-width: 720px;
    padding-bottom: 85px; }

.pr-team-item-thumb-img {
  height: 515px;
  padding-left: 0;
  margin-top: 30px; }
  .pr-team-item-thumb-img .mCSB_scrollTools {
    top: 50%;
    right: 80px;
    height: 305px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pr-team-item-thumb-img .carousel-indicators {
    margin: 0;
    position: static;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    .pr-team-item-thumb-img .carousel-indicators li {
      margin-bottom: 20px;
      height: auto;}
      .pr-team-item-thumb-img .carousel-indicators li span {
        color: #131215;
        display: block;
        font-size: 15px;
        font-weight: 700;
        padding-top: 8px;
        font-family: "Poppins"; }
  .pr-team-item-thumb-img .carousel-indicators [data-bs-target] {
    margin: 0;
    width: 120px;
    opacity: 1;
    height: 120px;
    text-indent: 0;
    display: block;
    border-bottom: 0;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 5px solid #e8e8e8; }
    .pr-team-item-thumb-img .carousel-indicators [data-bs-target].active {
      border: 5px solid #0d7dfc; }

.pr-team-item-wrap .team-item-img {
  left: -40px; }

.pr-team-item-wrap .carousel-inner {
  background-color: #fff;
  -webkit-box-shadow: -2.441px 34.915px 46px 0px rgba(1, 1, 72, 0.1);
  box-shadow: -2.441px 34.915px 46px 0px rgba(1, 1, 72, 0.1); }

.pr-team-item-wrap .shape-area,
.pr-team-item-wrap .shape-area2 {
  top: -65px;
  right: -120px; }

.pr-team-item-wrap .shape-area2 {
  top: auto;
  right: -220px;
  bottom: -150px; }

.pr-team-item-wrap .team-item-text {
  z-index: 2;
  padding-top: 90px;
  position: relative;
  display: inline-block; }
  .pr-team-item-wrap .team-item-text h3 {
    color: #131215;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px; }
  .pr-team-item-wrap .team-item-text span {
    font-weight: 500;
    max-width: 210px;
    color: #0d7dfc;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    display: inline-block; }
    .pr-team-item-wrap .team-item-text span:after {
      left: 0;
      bottom: 0;
      height: 3px;
      width: 35px;
      content: '';
      position: absolute;
      background-color: #0d7dfc; }
  .pr-team-item-wrap .team-item-text p {
    max-width: 350px;
    padding-bottom: 30px; }
    .pr-team-item-wrap .team-item-text p a {
      color: #000;
      font-weight: 600; }
  .pr-team-item-wrap .team-item-text .social-item {
    margin-bottom: 40px; }
    .pr-team-item-wrap .team-item-text .social-item a {
      margin-left: 0;
      margin-right: 15px; }
  .pr-team-item-wrap .team-item-text .pr-btn a {
    position: relative;
    z-index: 1; }
    .pr-team-item-wrap .team-item-text .pr-btn a::after {
      content: '';
      width: 135px;
      height: 40px;
      background-image: -webkit-gradient(linear, right top, left top, from(#005ce6), to(#02ccff));
      background-image: -webkit-linear-gradient(right, #005ce6 0%, #02ccff 100%);
      background-image: -o-linear-gradient(right, #005ce6 0%, #02ccff 100%);
      background-image: linear-gradient(to left, #005ce6 0%, #02ccff 100%);
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-box-shadow: 0 3px 1px #1ec5fa;
      box-shadow: 0 3px 1px #1ec5fa;
      border-radius: 40px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pr-team-item-wrap .team-item-text .pr-btn a::before {
      content: '';
      width: 135px;
      height: 40px;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-box-shadow: 0 3px 1px #1ec5fa;
      box-shadow: 0 3px 1px #1ec5fa;
      border-radius: 40px; }
  .pr-team-item-wrap .team-item-text .pr-btn:hover a::after {
    opacity: 0; }

.pr-team-item-wrap .carousel-control-prev,
.pr-team-item-wrap .carousel-control-next {
  top: 50%;
  color: #000;
  opacity: 1;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  line-height: 33px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.1); }
  .pr-team-item-wrap .carousel-control-prev:before, .pr-team-item-wrap .carousel-control-prev:after,
  .pr-team-item-wrap .carousel-control-next:before,
  .pr-team-item-wrap .carousel-control-next:after {
    display: none; }
  .pr-team-item-wrap .carousel-control-prev:hover,
  .pr-team-item-wrap .carousel-control-next:hover {
    color: #fff;
    background-color: #0d7dfc; }

.pr-team-item-wrap .carousel-control-prev {
  left: -35px; }

.pr-team-item-wrap .carousel-control-next {
  right: -35px; }

.pr-team-page-team-section {
  padding: 100px 0px; }
  .pr-team-page-team-section .pr-section-title.middle-align {
    max-width: 690px;
    padding-bottom: 35px; }

.pr-team-details-section {
  padding: 100px 0px 0px; }
  .pr-team-details-section .contact-page-form-wrapper {
    padding-bottom: 0; }

/* .pr-team-member-inner-item {
  margin: 0 auto;
  max-width: 270px;
  margin-bottom: 50px; } */

  .pr-team-member-inner-item {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 50px; }



  .pr-team-member-inner-item .pr-team-member-img {
    z-index: 1;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 22px; }
    .pr-team-member-inner-item .pr-team-member-img img {
      width: 180px;
      height: 180px;
      border-radius: 100%; }
    .pr-team-member-inner-item .pr-team-member-img:before, .pr-team-member-inner-item .pr-team-member-img:after {
      left: 0;
      top: -5px;
      width: 100%;
      content: '';
      z-index: -1;
      height: 100%;
      border-radius: 100%;
      position: absolute;
      background: #e8e8e8;
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
    .pr-team-member-inner-item .pr-team-member-img:after {
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, from(#005ce6), to(#02ccff));
      background: -webkit-linear-gradient(left, #005ce6 0%, #02ccff 100%);
      background: -o-linear-gradient(left, #005ce6 0%, #02ccff 100%);
      background: linear-gradient(to right, #005ce6 0%, #02ccff 100%); }
  .pr-team-member-inner-item .pr-team-member-text {
    margin-bottom: 5px; }
    .pr-team-member-inner-item .pr-team-member-text h3 {
      color: #131215;
      font-size: 17px;
      font-weight: 700;
      padding-bottom: 5px; }
    .pr-team-member-inner-item .pr-team-member-text span {
      font-weight: 500;
      color: #0d7dfc; }
  .pr-team-member-inner-item:hover .pr-team-member-img:before {
    opacity: 0; }
  .pr-team-member-inner-item:hover .pr-team-member-img:after {
    opacity: 1; }
  .pr-team-member-inner-item .social-item a {
    margin-left: 0;
    margin: 0px 5px; }

.pr-team-contact {
  background-color: #fff; }

.pr-team-details-sidebar-item {
  padding: 15px;
  -webkit-box-shadow: 0px 27px 27px 0px rgba(0, 27, 175, 0.05);
  box-shadow: 0px 27px 27px 0px rgba(0, 27, 175, 0.05); }
  .pr-team-details-sidebar-item .pr-team-member-contact {
    margin-top: 20px; }
    .pr-team-details-sidebar-item .pr-team-member-contact li {
      color: #131215;
      font-weight: 500;
      margin-bottom: 20px; }
      .pr-team-details-sidebar-item .pr-team-member-contact li i {
        float: left;
        padding-top: 2px;
        margin-right: 15px; }
  .pr-team-details-sidebar-item .pr-team-member-social span {
    color: #131215;
    display: block;
    font-weight: 500;
    margin-bottom: 15px; }

.pr-team-details-text-item {
  margin-bottom: 45px; }
  .pr-team-details-text-item h3 {
    color: #131215;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px; }
  .pr-team-details-text-item p {
    font-size: 17px;
    font-weight: 500; }
  .pr-team-details-text-item .activity-list-progress {
    margin-top: 35px; }
  .pr-team-details-text-item .pr-team-details-activity {
    width: 50%; }
    .pr-team-details-text-item .pr-team-details-activity li {
      color: #131215;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative; }
      .pr-team-details-text-item .pr-team-details-activity li:before {
        top: 0;
        left: 0;
        content: '\f336';
        position: absolute;
        font-weight: 900;
        font-family: 'Font Awesome 5 Pro'; }

.pr-team-details-progress {
  width: 50%; }

.skill-progress-bar .skill-set-percent {
  margin-bottom: 10px; }
  .skill-progress-bar .skill-set-percent h4 {
    font-size: 17px;
    font-weight: 600;
    color: #131215;
    padding-bottom: 10px;
    font-family: "Mulish", sans-serif !important; }
  .skill-progress-bar .skill-set-percent .progress {
    height: 6px;
    border-radius: 0;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    background-color: #a9a9a9; }
    .skill-progress-bar .skill-set-percent .progress span {
      right: -5px;
      top: -25px;
      font-weight: 700;
      position: relative;
      font-family: "Poppins"; }
  .skill-progress-bar .skill-set-percent .progress-bar {
    width: 0;
    top: 0px;
    float: left;
    height: 100%;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    background-color: #0d7dfc; }
    .skill-progress-bar .skill-set-percent .progress-bar:before, .skill-progress-bar .skill-set-percent .progress-bar:after {
      top: -10px;
      right: 0;
      width: 16px;
      content: '';
      height: 16px;
      position: absolute;
      border-radius: 100%;
      background-color: #0d7dfc; }
    .skill-progress-bar .skill-set-percent .progress-bar:before {
      z-index: 2;
      top: -5px; }
    .skill-progress-bar .skill-set-percent .progress-bar:after {
      right: -6px;
      z-index: 1;
      width: 28px;
      height: 28px;
      background-color: #fff; }

/*---------------------------------------------------- */

.mt-10 {
  margin-top: 20px;
}
@media(max-width:1024px){
  .header-main-menu .site-logo img.img-fluid {
    width: 32%;
}
.services-block-six {
  margin-bottom: 40px;
}
.services-block-six .inner-box .icon-box {
  position: relative;
  margin-bottom: 25px;
}
.services-block-six .inner-box {
  padding: 0px;
}
}

@media(max-width:767px){
  .header-style-five {
    top: 15px;
  }
  rs-layer#slider-24-slide-79-layer-11 {
    display: none;
}
}



/*-----value-content-section-start-----*/
/* .pr5-service-section {
  padding: 100px 0;
  position: relative;
  z-index: 1; } */

  .pr5-service-section {
    padding: 40px 0px;
    position: relative;
    z-index: 1; }
  .pr5-service-section::before {
    content: '';
    width: 100%;
    height: 540px;
    background-color: #185888;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .pr5-service-section .pr5-title-area span {
    background-color: #587d7f; }
    .pr5-service-section .pr5-title-area .pr5-headline h3 {
      color: #ffffff;
      font-size: 32px;
      font-weight: 700;
      text-align: center;
  }
  .pr5-service-section .pr5-title-area .pr5-pera-txt p {
    color: #ffffff; }

.pr5-service-content {
  margin-top: 27px; }
  .pr5-service-content .pr5-service-column {
    position: relative;
    margin-bottom: 30px; }
    .pr5-service-content .pr5-service-column::after {
      content: '';
      width: 100%;
      height: 80%;
      position: absolute;
      bottom: 0px;
      left: 0;
      z-index: -1;
      -webkit-box-shadow: 0px 20px 60px 0px rgba(16, 69, 72, 0.08);
      box-shadow: 0px 20px 60px 0px rgba(16, 69, 72, 0.08); }
    .pr5-service-content .pr5-service-column .pr5-sr-cl {
      background-color: #ffffff;
      padding: 60px 20px 20px 20px;
      -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
      border-radius: 6px;
      height: 404px;}
      .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 30px; }
        .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 80%;
          -webkit-box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
          box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
          opacity: 0; }
        .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper i {
          width: 70px;
          height: 70px;
          background-color: #ffe5dd;
          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;
          font-size: 30px;
          color: #f94d1c;
          -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
          border-radius: 4px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-headline {
        margin-bottom: 20px; }
      /* .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-pera-txt {
        margin-bottom: 20px; } */
    .pr5-service-content .pr5-service-column .pr5-primary-btn {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -15px;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pr5-service-content .pr5-service-column .pr5-primary-btn a {
        width: 148px;
        height: 45px; }
        .pr5-service-content .pr5-service-column .pr5-primary-btn a i {
          margin-left: 10px; }
    .pr5-service-content .pr5-service-column:hover .pr5-sr-cl .pr5-icon-wrapper i {
      background-color: #f94d1c;
      color: #ffffff; }
    .pr5-service-content .pr5-service-column:hover .pr5-primary-btn {
      opacity: 1;
      visibility: visible;
      bottom: -30px; }
  .pr5-service-content .pr5-secondary-btn {
    margin-top: 30px;
    text-align: center; }
    .pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      -webkit-box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
      box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
      opacity: 0;
  }

  .pr5-headline h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/*-----value-content-section-end-----*/

/*-----pr5-choose-us-section-start-----*/



.pr5-choose-us {
  padding-bottom: 100px; }

@media (max-width: 991.98px) {
  .pr5-choose-us-left {
    margin-bottom: 60px; } }

.pr5-choose-us-left .pr5-title-area {
  margin-bottom: 30px; }

.pr5-choose-us-left .pr5-list-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pr5-choose-us-left .pr5-list-area ul li + li {
    margin-top: 30px; }
  .pr5-choose-us-left .pr5-list-area ul li .pr5-icon-wrapper {
    margin-right: 20px; }
    .pr5-choose-us-left .pr5-list-area ul li .pr5-icon-wrapper i {
      width: 70px;
      height: 70px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background-color: #ffece7;
      color: #f94d1c;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 36px; }
  .pr5-choose-us-left .pr5-list-area ul li .pr5-list-content .pr5-headline {
    margin-bottom: 10px; }

.pr5-choose-us-left .pr5-primary-btn {
  margin-top: 40px; }

.pr5-choose-us-right .pr5-choose-us-column {
  position: relative;
  -webkit-filter: drop-shadow(1px 0px 10px rgba(16, 69, 72, 0.15));
  filter: drop-shadow(1px 0px 10px rgba(16, 69, 72, 0.15));
  margin-bottom: 30px; }
  /* .pr5-choose-us-right .pr5-choose-us-column::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 62px);
    -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    background-color: #104548;
    border-radius: 3px; } */

    .pr5-choose-us-right .pr5-choose-us-column::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 1px;
      width: calc(100% - 2px);
      height: calc(62%);
      -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
      z-index: -1;
      background-color: #185888;
      border-radius: 3px; }
  .pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl {
    padding: 80px 0 40px 0;
    text-align: center;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
    .pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-icon-wrapper i {
      font-size: 46px;
      color: #f94d1c;
      display: inline-block;
      line-height: 0; }
    .pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-headline span {
      font-size: 48px;
      font-weight: 700;
      color: #000446;
      display: inline-block; }
    /* .pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-subtitle span {
      font-weight: 700;
      text-transform: capitalize;
      font-size: 20px; } */

      .pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-subtitle span {
    /* font-weight: 700; */
    text-transform: capitalize;
    font-size: 20px;
}

      section.pr5-choose-us {
        padding: 70px 0px;
    }

    .pr5-icon-wrapper img {
      width: auto;
  }

  .pr5-ch-cl {
    height: 312px;
}


.pr5-subtitle {
  padding-top: 6px;
}

/* .pr5-pera-txt p {
  font-size: 17px;
  text-align: justify;
} */

/* .pr5-title-area {
  padding-top: 38px;
} */

.pr5-pera-txt p {
  font-size: 18px;
  text-align: justify;
  padding-top: 0.5rem;
}

/*-----pr5-choose-us-section-end-----*/

/*-----footer-section-start-----*/

footer.pr2-footer {
  background-color: #000;
}

/*footer-sectiopn-end-----*/

.pr5-ch-cl h4 {
  font-size: 20px;
  color: #000;
}


.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}



/*----------------------------------------*/
/*  7.17 slider css start
/*----------------------------------------*/
.tp-slider-bg {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-bg {
    background-position: right center;
  }
}
.tp-slider-height {
  height: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-height {
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-height {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
    height: 760px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    height: 600px;
  }
}
.tp-slider-title {
  font-size: 80px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
    font-size: 73px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 60px;
  }
  .tp-slider-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 42px;
  }
  .tp-slider-title br {
    display: none;
  }
}
.tp-slider-title span {
  color: var(--tp-theme-1);
}
.tp-slider-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-text {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-text p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 130px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .tp-slider-text p {
    font-size: 16px;
    padding-right: 0;
  }
}
.tp-slider-content {
  position: relative;
  z-index: 3;
}
.tp-slider-single-item {
  position: relative;
}
.tp-slider-overly {
  position: relative;
}
.tp-slider-overly::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero/bg-1-1.png);
  background-repeat: no-repeat;
}
.tp-slider-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: translateX(-100px);
  opacity: 0;
}
.tp-slider-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateX(300px);
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-shape-3 {
    bottom: -13%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-3 {
    bottom: -17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-3 {
    right: -15%;
    bottom: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-shape-3 {
    right: 0%;
    bottom: -30%;
  }
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-2 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-3 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 5000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-text {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-arrow-box {
  position: absolute;
  left: 375px;
  bottom: 0px;
  z-index: 2;
  display: flex;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-arrow-box {
    left: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-arrow-box {
    left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-arrow-box {
    left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-arrow-box {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-slider-arrow-box {
    left: 20px;
  }
}
.tp-slider-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  transition: 0.4s;
}
.tp-slider-arrow-box button.active {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-slider-2-height {
  padding-top: 365px;
  padding-bottom: 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-height {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-height {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-height {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-height {
    padding-top: 270px;
    padding-bottom: 200px;
  }
}
.tp-slider-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.tp-slider-2-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgb(1, 10, 34);
  opacity: 0.749;
}
.tp-slider-2-subtitle {
  color: var(--tp-common-white);
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.tp-slider-2-subtitle i {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-slider-2-subtitle {
    font-size: 13px;
  }
}
.tp-slider-2-title {
  color: var(--tp-common-white);
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-title {
    font-size: 66px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 33px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 42px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
.tp-slider-2-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-2-play-box {
  transform: translateY(150px);
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-slider-2-play-box {
    flex-wrap: wrap;
  }
}
.tp-slider-2-play-box a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-slider-2-play-box a {
    margin-bottom: 30px;
  }
}
.tp-slider-2-play-icon a {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  position: relative;
}
.tp-slider-2-play-icon a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.471);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-slider-2-play-icon a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.471);
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
.tp-slider-2-play-icon a i {
  display: inline-block;
  padding-left: 3px;
}
.tp-slider-2-play-text span {
  line-height: 26px;
  color: var(--tp-common-white);
}
.tp-slider-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 190px;
  z-index: 1;
  transform: translateX(200px);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-1 {
    right: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-shape-1 {
    right: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-shape-1 {
    right: -15%;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-shape-1 {
    right: -80%;
  }
}
.tp-slider-2-shape-2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transform: translateX(500px);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-2 {
    right: -20%;
  }
}
.tp-slider-2-shape-3 {
  position: absolute;
  bottom: 110px;
  right: 620px;
  z-index: 3;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-3 {
    right: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-shape-3 {
    right: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-shape-3 {
    right: 120px;
  }
}
.tp-slider-2-arrow-box {
  position: absolute;
  right: 120px;
  bottom: 380px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-arrow-box {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-arrow-box {
    display: none;
  }
}
.tp-slider-2-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.tp-slider-2-arrow-box button.slider-next {
  margin-bottom: 15px;
}
.tp-slider-2-arrow-box button.active {
  background-color: var(--tp-common-white);
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-play-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-shape-2 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 6000ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-shape-1 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1800ms ease;
}

.tp-slider-3-height {
  padding-top: 330px;
  padding-bottom: 265px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height {
    padding-top: 290px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height {
    padding-top: 270px;
    padding-bottom: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-height {
    padding-top: 280px;
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-height {
    padding-top: 240px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-height {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
.tp-slider-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.tp-slider-3-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgb(22, 23, 26);
  opacity: 0.502;
}
.tp-slider-3-title {
  font-size: 90px;
  font-weight: 700;
  color: var(--tp-common-white);
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title {
    font-size: 73px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
    font-size: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title {
    font-size: 55px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 45px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 50px;
  }
}
.tp-slider-3-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-3-button {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-3-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-300px);
  opacity: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-1 {
    bottom: -20%;
  }
}
.tp-slider-3-shape-2 {
  position: absolute;
  bottom: 220px;
  left: 635px;
  z-index: 1;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: bottom right;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-shape-2 {
    left: 31%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-shape-2 {
    left: 28%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-2 {
    left: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-shape-2 {
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-shape-2 {
    left: 38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-shape-2 {
    bottom: 166px;
    left: 51%;
  }
}
.tp-slider-3-shape-3 {
  position: absolute;
  bottom: 355px;
  right: 375px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-shape-3 {
    right: 275px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-shape-3 {
    right: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-3 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-shape-3 {
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-shape-3 {
    right: 40px;
    bottom: 200px;
  }
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1800ms ease;
}
.tp-slider-3-arrow-box {
  position: absolute;
  right: 375px;
  bottom: 0px;
  z-index: 2;
  display: flex;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-arrow-box {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-3-arrow-box {
    display: none;
  }
}
.tp-slider-3-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 40px;
  width: 70px;
  background-color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-slider-3-arrow-box button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-slider-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.tp-slider-4-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgb(3, 0, 22);
  opacity: 0.702;
}
.tp-slider-4-height {
  padding-top: 360px;
  padding-bottom: 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-height {
    padding-top: 320px;
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-4-height {
    padding-top: 300px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-height {
    padding-top: 280px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-height {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-slider-4-height {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-height {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
.tp-slider-4-content .tp-slider-3-title {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .tp-slider-4-content .tp-slider-3-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-content .tp-slider-3-title {
    font-size: 50px;
  }
}
.tp-slider-4-button {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-4-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-4-arrow-box button {
  font-size: 60px;
  color: var(--tp-common-white);
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-slider-4-arrow-box button {
    display: none;
  }
}
.tp-slider-4-arrow-box button:hover {
  color: var(--tp-theme-1);
}
.tp-slider-4-arrow-box button.slider-next {
  position: absolute;
  bottom: 375px;
  right: 120px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 20px;
    bottom: 320px;
  }
}
.tp-slider-4-arrow-box button.slider-prev {
  position: absolute;
  bottom: 375px;
  left: 120px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 20px;
    bottom: 320px;
  }
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.tp-slider-dots {
  position: absolute;
  bottom: 410px;
  left: 65px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-dots {
    display: none;
  }
}
.tp-slider-dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  margin: 5px 0px;
  transition: 0.3s;
  background-color: #444148;
}
.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.tp-slider-dots.dots-color {
  left: 160px;
  bottom: 365px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-dots.dots-color {
    left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-dots.dots-color {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-dots.dots-color {
    display: none;
  }
}
.tp-slider-dots.dots-color .swiper-pagination-bullet {
  background-color: #3d454d;
}
.tp-slider-dots.dots-color .swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}

.tp-scroll-bottom {
  position: absolute;
  bottom: 79px;
  left: 5.8%;
  transform: rotate(-90deg);
  z-index: 99;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-scroll-bottom {
    left: 1.2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-scroll-bottom {
    left: -0.8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-scroll-bottom {
    left: -0.8%;
    bottom: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom {
    left: -1.2%;
    bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom {
    left: -0.2%;
    bottom: 74px;
  }
}
.tp-scroll-bottom::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  width: 60px;
  height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom::before {
    left: -67%;
    top: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom::before {
    left: -80%;
    top: 51%;
  }
}
.tp-scroll-bottom::after {
  position: absolute;
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
  content: "";
  background-color: var(--tp-theme-1);
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom::after {
    left: -67%;
    top: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom::after {
    left: -80%;
    top: 51%;
  }
}
.tp-scroll-bottom a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-scroll-bottom a {
    font-size: 12px;
  }
}

.tp-scroll-bottom-2 {
  position: absolute;
  bottom: 14px;
  right: 4%;
  transform: rotate(-90deg);
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-scroll-bottom-2 {
    right: -5%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-scroll-bottom-2 {
    right: 2%;
  }
}
.tp-scroll-bottom-2 a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-scroll-bottom-2 a {
    font-size: 12px;
  }
}
.tp-scroll-bottom-2 a i {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 16px;
  color: var(--tp-theme-1);
}


.tp-slider-title {
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

.tp-slider-text a.tp-btn {
  border: 2px solid;
  color: #fff;
  padding: 12px 10px;
  border-radius: 16px;
  background-color: #185888a6;
  font-weight: 500;
}

.tp-slider-overly:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1f1b1b75;
}

.pr-about-cta-btn-area .pr-btn a {
  height: 50px;
  width: 210px;
  -webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
  box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
}
.pr-btn a {
  color: #fff;
  height: 45px;
  width: 150px;
  font-weight: 700;
  border-radius: 40px;
  font-family: "Poppins";
  display: inline-block;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ec5fa), color-stop(50%, #0d47d5), to(#1ec5fa));
  background-image: -webkit-linear-gradient(left, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
  background-image: -o-linear-gradient(left, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
  background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
  -webkit-box-shadow: -0.558px 7.981px 8px 0px rgba(1, 181, 255, 0.27), inset 0px 3px 0px 0px rgba(3, 234, 255, 0.004);
  box-shadow: -0.558px 7.981px 8px 0px rgba(1, 181, 255, 0.27), inset 0px 3px 0px 0px rgba(3, 234, 255, 0.004);
}


.tp-slider-arrow-box {
  display: none;
}

rs-layer .rs_splitted_lines {
  font-size: 45px !important;
}
.pr5-choose-us-right .pr5-choose-us-column:hover {
  box-shadow: -3.34px 23.766px 20px 0px rgba(1, 1, 72, 0.12);
}

.pr2-team-members .pr2-title-area .pr2-pera-txt p {
  text-align: center !important;
  font-size: 25px;
  margin-top:10px
}

span.fa-envelopes {
  margin-left: 14px;
}
.pr5-icon-wrapper.spin-sections {
  position: relative;
}
.spin-sections:before {
  content: '';
  position: absolute;
  left: 44%;
  right: 8px;
  top: -2px;
  width: 70px;
  height: 70px;
  border: 1px dashed #185888;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 9;
}
 @keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
} 

/* .pr2-process-column .pr2-pera-txt p {
  text-align: center;
} */

.pr2-process-column .pr2-pera-txt p {
  text-align: center;
  font-size: 17px;
}
.process-visions {
  margin-top: 100px;
}
/*--About-section-banner-start
=============================================*/
rs-layer .rs_splitted_lines {
  font-size: 45px !important;
}

/* .pr-breadcrumb-section {
 top: -40px; 
  margin-bottom: -40px;
  padding: 125px 0px 110px; } */

  .pr-breadcrumb-section {
    /* top: -40px; */
    margin-bottom: -40px;
    /* padding: 60px 0px; */
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.about.pr-breadcrumb-section {
  /* top: -40px; */
  margin-bottom: -40px;
  /* padding: 60px 0px; */
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.pr-breadcrumb-content {
  z-index: 1;
  position: relative; }
  .pr-breadcrumb-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px; }
  .pr-breadcrumb-content .pr-breadcrumb-item li {
    color: #fff;
    padding: 0px 20px;
    position: relative; }
    /* .pr-breadcrumb-content .pr-breadcrumb-item li:after {
      top: 2px;
      right: -12px;
      content: '\f101';
      font-weight: 900;
      color: #0d7dfc;
      position: absolute;
      font-family: 'Font Awesome 5 Pro'; } */
    .pr-breadcrumb-content .pr-breadcrumb-item li:last-child:after {
      display: none; }

#rev_slider_18_1[data-slideactive="rs-55"] .hades .tp-thumb:hover .tp-thumb-img-wrap,
#rev_slider_18_1[data-slideactive="rs-55"] .hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(green), to(#005ce6)) !important;
  background: -webkit-linear-gradient(top, green 0%, #005ce6 100%) !important;
  background: -o-linear-gradient(top, green 0%, #005ce6 100%) !important;
  background: linear-gradient(to bottom, green 0%, #005ce6 100%) !important; }

#rev_slider_18_1_wrapper .hades .tp-thumb {
  opacity: 1; }

#rev_slider_18_1_wrapper .hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background-color: #007aff;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

#rev_slider_18_1_wrapper .hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); }

#rev_slider_18_1_wrapper .hades .tp-thumb:hover .tp-thumb-img-wrap,
#rev_slider_18_1_wrapper .hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: -moz-linear-gradient(top, #02ccff 0%, #005ce6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #02ccff, color-stop(100%, #005ce6)));
  background: -webkit-linear-gradient(top, #02ccff 0%, #005ce6 100%);
  background: -o-linear-gradient(top, #02ccff 0%, #005ce6 100%);
  background: -ms-linear-gradient(top, #02ccff 0%, #005ce6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#02ccff), to(#005ce6));
  background: linear-gradient(to bottom, #02ccff 0%, #005ce6 100%); }


/*-- About-section-banner-end
=============================================*/


/*-- About us  section start
=============================================*/



.pr-about-cta-content .background_overlay {
  background-color: rgba(0, 12, 25, 0.85);
}

/* .pr5-about-section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative; }
  .pr5-about-section .pr5-about-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%; } */

    .pr5-about-section {
      padding-top: 120px;
      /* padding-bottom: 100px; */
      position: relative; }
      .pr5-about-section .pr5-about-bg {
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%; }

.pr5-about-left {
  position: relative; }
  .pr5-about-left .pr5-about-count {
    width: 180px;
    height: 150px;
    background-color: #185888;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-top: 40px;
    border-radius: 6px;
    -webkit-clip-path: polygon(0 0, 51% 8%, 100% 16%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0 0, 51% 8%, 100% 16%, 100% 100%, 0 100%, 0% 50%);
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 460px) {
      .pr5-about-left .pr5-about-count {
        display: none; } }
    .pr5-about-left .pr5-about-count h2 {
      font-size: 48px;
      margin-bottom: 0; }
    .pr5-about-left .pr5-about-count span {
      text-transform: capitalize; }
  .pr5-about-left .pr5-about-fast {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(16, 69, 72, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(16, 69, 72, 0.15);
    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; }
    .pr5-about-left .pr5-about-fast i {
      font-size: 36px;
      display: inline-block;
      line-height: 0;
      margin-right: 15px; }
    .pr5-about-left .pr5-about-fast span {
      display: inline-block;
      color: #000446;
      font-size: 18px;
      font-weight: 700;
     font-family: "Mulish", sans-serif !important; }
  .pr5-about-left .pr5-about-img-wrapper {
    text-align: center;
    position: relative; }
    /* .pr5-about-left .pr5-about-img-wrapper::after {
      content: '';
      position: absolute;
      width: 400px;
      height: 260px;
      background-color: #104548;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1;
      -webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%);
      border-radius: 6px; } */
    .pr5-about-left .pr5-about-img-wrapper img {
      width: initial;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
      position: relative;
      z-index: 2; }
  .pr5-about-left .pr5-about-logo-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px; }

@media (max-width: 991.98px) {
  .pr5-about-right {
    margin-top: 60px; } }

.pr5-about-right .pr5-title-area {
  margin-bottom: 30px; }

.pr5-about-right .pr5-about-content .pr5-headline h6 {
  font-family: "Mulish", sans-serif !important;
  font-weight: 700;
  text-transform: initial; }

.pr5-about-right .pr5-about-list {
  margin-top: 20px; }
  .pr5-about-right .pr5-about-list .pr5-about-list-item ul li {
    color: #000446;
    text-transform: initial;
    position: relative;
    padding-left: 20px; }
    .pr5-about-right .pr5-about-list .pr5-about-list-item ul li + li {
      margin-top: 6px; }
    .pr5-about-right .pr5-about-list .pr5-about-list-item ul li::after {
      content: '\f058';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 0;
      left: 0; }

.pr5-about-right .pr5-secondary-btn {
  margin-top: 40px; }


  .mission-section {
    /* background-color: #52b9461c; */
    padding: 50px 0px;
}

.mission-mv h2 {
  font-size: 37px;
  font-weight: 700;
  color: #185888;
}

.mission-mv p {
  font-size: 19px;
  line-height: 32px;
}

/* .trust {
  border: none;
  margin: 23px 0px 0px -6px;
  height: 294px;
  padding: 20px;
  background-image: url(../images/new-img/trust-bg.webp);
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
} */


.trust {
  border: none;
  height: 299px;
  padding: 35px 20px;
  background-image: url(../images/new-img/trust-bg.jpg);
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 17px;
  text-align: justify;
  box-shadow: 2px 2px 10px 19px #0000;

}
.trust h4 {
  text-align: center;
}

.trust h4:hover{color:#fff}

.trust p {
  padding: 17px 0px;
  text-align: justify;
}


.vission-statement {
  padding: 170px 0px 70px;
}

.mission-section {
 background-image: url(../images/new-img/management-consultancy-banner.webp); 
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #18588829;
}

.trust:hover {
  background-color: #1858880d;
  color: #000;
  background-image: none;
}



.trust h4 {
  color: #000000;
  font-weight: 700;
}


  .nagendiran-helm p {
    color: #fffc;
}


  /*-- About us  section end
=============================================*/

  /*-- pr-about-cta-content -section-start
=============================================*/
.pr-about-cta-content.headline {
  background-position: bottom;
  background-size: auto;
}

.pr-about-cta-title.position-relative p {
  color: #000;
  text-align: justify;
  font-weight: 200;
  font-size: 22px;
}


  .pr-about-cta-content .background_overlay {
    background-color: rgba(0, 12, 25, 0.85); }

    /* .pr-about-cta-content {
      padding: 100px 0px 140px; } */

    .pr-about-cta-content {
      padding: 64px 0px;
  }

.pr-about-cta-title {
  z-index: 2;
  margin: 0 auto;
  /* max-width: 860px; */ }
  .pr-about-cta-title h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 22px; }
  .pr-about-cta-title p {
    font-size: 20px;
    line-height: 1.6;
    color: #dce0e4; }

.pr-about-cta-btn {
  top: -80px; }

.pr-about-cta-btn-area {
  border-radius: 8px;
  padding: 45px 100px; }
  .pr-about-cta-btn-area .pr-btn a {
    height: 50px;
    width: 210px;
    -webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
    box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0); }
  .pr-about-cta-btn-area .pr-btn i {
    margin-left: 5px; }

.pr-about-cta-btn-text {
  max-width: 600px; }
  .pr-about-cta-btn-text p {
    color: #fff;
    font-size: 24px; }
    .pr-about-cta-btn-text p a {
      font-weight: 700;
      text-decoration: underline; }

      .pr-about-cta-content.headline:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
        left: 0;
        background-color: #000000a8;
    }

      /*-- our-services-section-start
=============================================*/




    /* .pr-service-section-2 {
      padding: 100px 0px; } */

      .pr-service-section-2 {
        padding: 40px 0px; }

    .pr-service-content-2 {
      padding-top: 25px; }
      .pr-service-content-2 .carousel_nav .sl-left_arrow,
      .pr-service-content-2 .carousel_nav .sl-right_arrow {
        height: 50px;
        width: 50px; }
        .pr-service-content-2 .carousel_nav .sl-left_arrow:after,
        .pr-service-content-2 .carousel_nav .sl-right_arrow:after {
          top: 5px;
          left: 5px;
          width: 40px;
          height: 40px; }
      .pr-service-content-2 .carousel_nav .sl-left_arrow {
        left: -15px; }
      .pr-service-content-2 .carousel_nav .sl-right_arrow {
        right: -15px; }

    .pr-service-item-inner {
      width: 270px;
      background-color: #fff;
      padding: 35px 25px 50px;
      border: 1px solid #eeeeee;
      -webkit-transition: 500ms all ease;
      -o-transition: 500ms all ease;
      transition: 500ms all ease;
      margin-left:21px;
    }
      .pr-service-item-inner .pr-service-item-icon {
        width:191px;
        height: 100px;
        margin: 0 auto;
        border-radius: 100%;
        margin-bottom: 25px;
        background-color: #0d7dfc; }
        .pr-service-item-inner .pr-service-item-icon i {
          color: #fff;
          line-height: 1;
          font-size: 50px; }
      .pr-service-item-inner .pr-service-item-text h3 {
        color: #0e0d0f;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative; }
        .pr-service-item-inner .pr-service-item-text h3:after {
          left: 0;
          right: 0;
          content: '';
          height: 3px;
          width: 35px;
          bottom: 0px;
          margin: 0 auto;
          position: absolute;
          background-color: #0d7dfc; }
      /* .pr-service-item-inner .pr-service-item-text p {
        color: #666666;
        -webkit-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease; } */


        .pr-service-item-inner .pr-service-item-text p {
          color: #000;
          -webkit-transition: 500ms all ease;
          -o-transition: 500ms all ease;
          transition: 500ms all ease;
       
          font-size: 17px;
          text-align: justify;
      }


        .pr-service-item-inner .pr-service-item-text p a {
          font-weight: 700;
          color: #0d7dfc; }
      .pr-service-item-inner .pr-service-item-text .pr-btn {
        left: 0;
        right: 0;
        opacity: 0;
        bottom: -10px;
        visibility: hidden;
        position: absolute;
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
        .pr-service-item-inner .pr-service-item-text .pr-btn a {
          margin: 0 auto;
          font-size: 14px;
          -webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
          box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0); }
      .pr-service-item-inner:hover {
        background-color: #0e0d0f; }
        .pr-service-item-inner:hover .pr-service-item-text h3 {
          color: #fff; }
        /* .pr-service-item-inner:hover .pr-service-item-text p {
          opacity: 0;
          visibility: hidden; } */
        .pr-service-item-inner:hover .pr-service-item-text .pr-btn {
          opacity: 1;
          bottom:-58px;
          visibility: visible; }

    /* .pr-service-list-section {
      padding: 100px 0px; } */

      .pr-service-list-section {
        padding: 90px 0px;
    }

    /* .pr-service-list-content {
      padding-top: 65px; } */

      .pr-service-list-content {
        padding-top: 30px;
    }
      .pr-service-list-content .pr-service-item-inner {
        margin-bottom: 65px; }

    .pr-service-details-section {
      padding: 90px 0px; }

    .service-category {
      margin-bottom: 30px;
     font-family: "Mulish", sans-serif !important; }
      .service-category li {
        margin-bottom: 10px; }
        .service-category li a {
          width: 100%;
          color: #1a2428;
          font-size: 18px;
          font-weight: 700;
          padding: 15px 30px;
          position: relative;
          display: inline-block;
          background-color: #f0f4f8; }
          .service-category li a:before {
            top: 0;
            left: 0;
            width: 5px;
            content: '';
            height: 100%;
            position: absolute;
            background-color: #c8cbcf;
            -webkit-transition: 300ms all ease;
            -o-transition: 300ms all ease;
            transition: 300ms all ease; }
          .service-category li a:after {
            top: 28px;
            left: 50px;
            width: 0px;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #666666;
            -webkit-transition: 300ms all ease;
            -o-transition: 300ms all ease;
            transition: 300ms all ease; }
          .service-category li a:hover {
            padding-left: 65px; }
            .service-category li a:hover:after {
              width: 6px; }
            .service-category li a:hover:before {
              background-color: #0d7dfc; }

    .pr-service-details-text-wrap {
      padding-top: 25px; }
      .pr-service-details-text-wrap h3 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px; }

    .pr-service-details-feature {
      padding: 35px 0px; }

    .pr-service-details-ft-icon-text {
      width: 50%;
      padding: 20px;
      margin-right: 30px;
      background-color: #f0f4f8; }
      .pr-service-details-ft-icon-text .pr-service-details-ft-icon {
        margin-right: 15px; }
      .pr-service-details-ft-icon-text .pr-service-details-ft-text h4 {
        color: #000;
        font-size: 22px;
        font-weight: 700; }

    .pr-service-details-text-item {
      padding-top: 20px; }
      .pr-service-details-text-item h4 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 20px; }

    .pr-service-commit-inner {
      width: 270px; }
      .pr-service-commit-inner .pr-service-commit-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
        margin-right: 20px;
        line-height: 60px;
        color: #0d7dfc;
        border-radius: 5px;
        -webkit-box-shadow: -0.349px 4.988px 13px 0px rgba(0, 69, 172, 0.1);
        box-shadow: -0.349px 4.988px 13px 0px rgba(0, 69, 172, 0.1); }
      .pr-service-commit-inner .pr-service-commit-text {
        padding-top: 15px; }
        .pr-service-commit-inner .pr-service-commit-text h3 {
          font-size: 16px;
          font-weight: 500;
          max-width: 120px;
          display: inline-block; }

    .pr-service-commit {
      margin-top: 30px; }

    .pr-service-details-slider-wrapper {
      margin: 40px -15px;
      position: relative; }
      .pr-service-details-slider-wrapper .slick-list {
        overflow: visible; }
      .pr-service-details-slider-wrapper .slick-slide {
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms; }
        .pr-service-details-slider-wrapper .slick-slide.slick-active {
          opacity: 1; }
      .pr-service-details-slider-wrapper .srd-left_arrow,
      .pr-service-details-slider-wrapper .srd-right_arrow {
        top: 50%;
        width: 45px;
        height: 45px;
        border: none;
        position: absolute;
        border-radius: 100%;
        background-color: #dfdfdf;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 400ms all ease;
        -o-transition: 400ms all ease;
        transition: 400ms all ease; }
        .pr-service-details-slider-wrapper .srd-left_arrow:hover,
        .pr-service-details-slider-wrapper .srd-right_arrow:hover {
          color: #fff;
          background-color: #0d7dfc; }
      .pr-service-details-slider-wrapper .srd-left_arrow {
        left: -10px; }
      .pr-service-details-slider-wrapper .srd-right_arrow {
        right: -10px; }

    .pr-service-details-slider-inner {
      z-index: 1; }
      .pr-service-details-slider-inner:after {
        top: 0;
        right: 0;
        width: 100%;
        content: '';
        z-index: 0;
        opacity: 0;
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease;
        background-color: rgba(0, 0, 0, 0.8); }
      .pr-service-details-slider-inner .pr-ser-d-icon {
        right: 25px;
        width: 70px;
        height: 70px;
        z-index: 1;
        -webkit-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease;
        bottom: 80px;
        line-height: 70px;
        text-align: center;
        background-color: #0d7dfc; }
      .pr-service-details-slider-inner h3 {
        font-size: 22px;
        padding-bottom: 0; }
      .pr-service-details-slider-inner .pr-ser-d-text {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 35px 30px;
        position: absolute;
        -webkit-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 33.25px 1.75px rgba(22, 22, 22, 0.08);
        box-shadow: 0px 0px 33.25px 1.75px rgba(22, 22, 22, 0.08); }
      .pr-service-details-slider-inner .pr-ser-d-hover {
        top: 25px;
        z-index: 2;
        opacity: 0;
        padding: 30px 40px;
        position: absolute;
        visibility: hidden;
        -webkit-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease; }
        .pr-service-details-slider-inner .pr-ser-d-hover h3 {
          color: #fff;
          font-size: 20px;
          padding-bottom: 15px; }
        .pr-service-details-slider-inner .pr-ser-d-hover p {
          color: #fff;
          padding-bottom: 25px; }
        .pr-service-details-slider-inner .pr-ser-d-hover .pr-ser-d-icon-hv {
          margin-bottom: 25px; }
        .pr-service-details-slider-inner .pr-ser-d-hover .pr-ser-d-icon {
          opacity: 1;
          float: right;
          position: static; }
      .pr-service-details-slider-inner:hover:after {
        opacity: 1; }
      .pr-service-details-slider-inner:hover .pr-ser-d-hover {
        top: 0;
        opacity: 1;
        visibility: visible; }
        .pr-service-details-slider-inner:hover .pr-ser-d-hover .pr-ser-d-icon {
          opacity: 1;
          visibility: visible; }
      .pr-service-details-slider-inner:hover .pr-ser-d-icon {
        opacity: 0;
        visibility: hidden; }
      .pr-service-details-slider-inner:hover .pr-ser-d-text {
        opacity: 0;
        visibility: hidden; }

    .pr-service-details-slider .slick-slide img {
      display: initial; }

      .pr-service-content-2 .carousel_nav .sl-left_arrow {
        left: -15px;
    }


    .pr-service-content-2 .carousel_nav .sl-left_arrow, .pr-service-content-2 .carousel_nav .sl-right_arrow {
      height: 50px;
      width: 50px;
  }

  .pr-service-content-2 .carousel_nav .sl-left_arrow, .pr-case-studies-section .carousel_nav .sl-left_arrow, .pr-service-content-2 .carousel_nav .sl-right_arrow, .pr-case-studies-section .carousel_nav .sl-right_arrow {
    top: 50%;
    width: 65px;
    height: 65px;
    border: none;
    font-size: 18px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
}

.pr-service-content-2 .carousel_nav .sl-left_arrow:after, .pr-service-content-2 .carousel_nav .sl-right_arrow:after {
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
}

#pr-breadcrumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color:#000000c9;
  height: 100%;
  width: 100%;
}

.pr-service-slider {
  display: flex;
}

section#pr-about-cta {
  padding: 70px 0px;
}

section#pr-service-2 {
  margin: 65px 0px;
}


.pr-text-in_item3 {
  color: #3a414b;
  font-size: 23px;
  font-weight: 700;
}
/* 
.pr-text-in_item3 {
  color: #000000ba;
  font-size: 26px;
  font-weight: bolder;
} */

         /*-- our-services-section-end
=============================================*/



   /*-- mail-section-start
=============================================*/


.pr-newslatter-section {
  overflow: hidden;
  padding: 50px 0px;
  background-color: #021f8b; }
  .pr-newslatter-section .pr-newslatter-img {
    top: 0;
    left: 90px;
    opacity: .2; }

.pr-newslatter-text {
  max-width: 590px; }
  .pr-newslatter-text p {
    color: #fff;
    font-size: 20px; }
    .pr-newslatter-text p a {
      text-decoration: underline; }

.pr-newslatter-form {
  width: 100%;
  max-width: 440px; }
  .pr-newslatter-form input {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 30px;
    border-radius: 30px;
    background-color: #fff; }
  .pr-newslatter-form button {
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 145px;
    height: 47px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    border-radius: 30px;
   font-family: "Mulish", sans-serif !important;
    display: inline-block;
    -webkit-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    background-image: -webkit-gradient(linear, left top, right top, from(#005ce6), to(#02ccff));
    background-image: -webkit-linear-gradient(left, #005ce6 0%, #02ccff 100%);
    background-image: -o-linear-gradient(left, #005ce6 0%, #02ccff 100%);
    background-image: linear-gradient(to right, #005ce6 0%, #02ccff 100%);
    z-index: 1; }
    .pr-newslatter-form button::after {
      content: '';
      width: 145px;
      height: 47px;
      background-image: -webkit-gradient(linear, right top, left top, from(#005ce6), to(#02ccff));
      background-image: -webkit-linear-gradient(right, #005ce6 0%, #02ccff 100%);
      background-image: -o-linear-gradient(right, #005ce6 0%, #02ccff 100%);
      background-image: linear-gradient(to left, #005ce6 0%, #02ccff 100%);
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 40px;
      -webkit-box-shadow: 0 3px 1px #1ec5fa;
      box-shadow: 0 3px 1px #1ec5fa;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pr-newslatter-form button::before {
      content: '';
      width: 145px;
      height: 47px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 40px;
      -webkit-box-shadow: 0 3px 1px #1ec5fa;
      box-shadow: 0 3px 1px #1ec5fa;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pr-newslatter-form button:hover::after {
      opacity: 0; }

         /*-- mail-section-end
=============================================*/






 /*-- contact-section-start
=============================================*/
section#contact-page-form {
  padding-top: 2rem;
  background-color: #1858881a;
}



.pr-contact-wrap-section {
  padding: 100px 0px;
  z-index: 1; }

.cnt-map-bg {
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center; }

.pr-contact-page-content {
  padding-top: 50px; }

.pr-contact-img {
  padding-left: 30px; }

.pr-contact-cta-item-inner {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1);
  box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1); }
  .pr-contact-cta-item-inner .pr-contact-cta-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px;
    display: inline-block;
    background-size: 200%, 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1ec5fa), color-stop(50%, #0d47d5), to(#1ec5fa));
    background-image: -webkit-linear-gradient(left, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
    background-image: -o-linear-gradient(left, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
    background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
    -webkit-box-shadow: -0.558px 7.981px 8px 0px rgba(1, 181, 255, 0.27), inset 0px 3px 0px 0px rgba(3, 234, 255, 0.004);
    box-shadow: -0.558px 7.981px 8px 0px rgba(1, 181, 255, 0.27), inset 0px 3px 0px 0px rgba(3, 234, 255, 0.004); }
    .pr-contact-cta-item-inner .pr-contact-cta-icon i {
      color: #fff;
      line-height: 1;
      font-size: 30px; }
  .pr-contact-cta-item-inner .pr-contact-cta-text h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px; }
  .pr-contact-cta-item-inner .pr-contact-cta-text h4 {
    font-size:16px;
    color: #666666; }

.contact-page-form-wrapper {
  padding: 35px 0px 120px; }

  .contact-page-form-wrapper {
    padding:34px 0px; }


  .contact-page-form-wrapper input,
  .contact-page-form-wrapper textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 28px;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3; }
  .contact-page-form-wrapper textarea {
    height: 220px;
    padding: 20px; }


    .contact-page-form-wrapper button {
      border-radius: 20px;
      padding: 10px 13px;
      text-align: center !important;
      background-color: #185788;
      color: #f3ecec;
      border-style: dotted;
  }
 /*-- contact-section-end
=============================================*/

 /*-- audit-and-assurance-start
=============================================*/
.aduit-section .pr-service-item-inner.text-center {
  height:438px;
  border-radius: 4px 68px;
}


.aduit-section .pr-service-item-inner.text-center {

    border-radius: 4px 68px;
    background-color: #18588812;
    box-shadow: 2px 10px 9px 0px #3f83fe59;
    width: 100%;
}


.aduit-section .pr-service-item-inner:hover {
  height: 450px;
  border-radius: 4px 68px;
  background-color: #005afd54;
  box-shadow: 2px 10px 9px 0px #10151fab;
  /* color: #fff; */
}

.pr-service-item-text.headline.pera-content p:hover {
  color: #000;
}

.about-audit-section .pr5-about-left .pr5-about-img-wrapper::after {
display: none;
}

.about-audit-section .pr5-about-left .pr5-about-img-wrapper img {
  width: -webkit-fill-available;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  position: relative;
  z-index: 2;
}

.about-audit-section p {
  font-size:17px;
  text-align: justify;
  padding-top: 0px;

}

#pr-service-list .pr-service-item-icon img {
  border-radius: 55px 68px 0px;
  /* padding: 13px; */
}

.main-audit.pr-service-item-icon {
  background: none;
  border: none;
}


.main-audit img {
  width: 170%;
  height: auto;
}
 /*-- audit-and-assurance-end
=============================================*/

 /*-- direct-taxation-start
=============================================*/

.about-audit-section {
  padding:30px 0px !important;
}

.pr-about-section {
  padding: 59px 0px;
}

.direct-taxation-and-consultancy{

  padding:20px;
}

.direct-taxation-and-consultancy {
  padding: 70px 0px;
}
/* .tax-services {
  padding-top: 80px;
} */

.management-consultancy {
  padding: 70px 0px 28px;
}

.direct-tax-services {
  padding-top: 88px;
}

.direct-tax-services p {
  font-size: 19px!important;
  /* font-family: auto; */
}


.tax-services h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000000c7;
}

.tax-services p {
  padding-top: 6px !important;
}


.direct-tax-services h3 {
  color: #000000c7;
  font-size: 25px;
  font-weight: 600;
    font-family: "Mulish", sans-serif;
}


.dt-tax {
  padding-left: 20px;
}


.pr-about-section {
  padding: 100px 0px 95px; }
  /* .pr-about-section .pr-section-title p {
    max-width: 520px; } */

.about-img-wrap {
  padding-left: 25px; }

  .about-exp-text-area {
    left: 0;
    width: 248px;
    height: 95px;
    bottom: 140px;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: -1.046px 11.954px 35px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -1.046px 11.954px 35px 0px rgba(0, 0, 0, 0.19);
}
  .about-exp-text-area .about-exp-icon {
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0036ff), to(#02fcff));
    background: -webkit-linear-gradient(right, #0036ff 0%, #02fcff 100%);
    background: -o-linear-gradient(right, #0036ff 0%, #02fcff 100%);
    background: linear-gradient(-90deg, #0036ff 0%, #02fcff 100%); }
    .about-exp-text-area .about-exp-icon i {
      color: #fff;
      line-height: 1;
      font-size: 50px; }
  .about-exp-text-area .about-exp-icon-text {
    margin-left: 30px; }
    .about-exp-text-area .about-exp-icon-text h3 {
      color: #000;
      font-weight: 700; }
      .about-exp-text-area .about-exp-icon-text h3 span {
        font-size: 40px; }
      .about-exp-text-area .about-exp-icon-text h3 sup {
        font-size: 26px; }
    .about-exp-text-area .about-exp-icon-text p {
      color: #131215;
      font-size: 14px;
      font-weight: 500; }

.about-text-scroller-wrap {
  margin-top: 2rem; }

.about-scoller-item {
  margin-bottom: 60px; }
  .about-scoller-item .about-scoller-item-icon {
    z-index: 1;
    width: 112px;
    height: 112px;
    margin-right: 20px;
    border-radius: 100%;
    border: 8px solid #edebeb; }
    .about-scoller-item .about-scoller-item-icon:before, .about-scoller-item .about-scoller-item-icon:after {
      top: 0px;
      left: 0px;
      content: '';
      z-index: -1;
      width: 97px;
      height: 97px;
      position: absolute;
      border-radius: 100%;
      background-color: #fff; }
    .about-scoller-item .about-scoller-item-icon:after {
      top: -7px;
      left: -7px;
      z-index: -2;
      width: 112px;
      height: 112px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease;
      background: -webkit-gradient(linear, right top, left top, from(#0036ff), to(#02fcff));
      background: -webkit-linear-gradient(right, #0036ff 0%, #02fcff 100%);
      background: -o-linear-gradient(right, #0036ff 0%, #02fcff 100%);
      background: linear-gradient(-90deg, #0036ff 0%, #02fcff 100%); }
    .about-scoller-item .about-scoller-item-icon i {
      color: #000;
      line-height: .8;
      font-size: 50px;
      -webkit-transition: 500ms all ease;
      -o-transition: 500ms all ease;
      transition: 500ms all ease; }
  .about-scoller-item .about-scoller-item-text {
    max-width: 306px;
    display: inline-block; }
    .about-scoller-item .about-scoller-item-text h2 {
      color: #0e0d0f;
      font-size: 22px;
      font-weight: 700;
      padding-bottom: 10px; }
  .about-scoller-item:hover .about-scoller-item-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

#featured_scroll,
.pr-team-item-thumb-img {
  height: 285px;
  max-width: 500px;
  padding-left: 30px; }
  #featured_scroll .mCSB_scrollTools a + .mCSB_draggerContainer,
  .pr-team-item-thumb-img .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0; }
  #featured_scroll .mCSB_scrollTools .mCSB_draggerRail,
  .pr-team-item-thumb-img .mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: 2px solid #e7e7e7; }
  #featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .pr-team-item-thumb-img .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    border-radius: 4px;
    background-color: #0d7dfc; }
  #featured_scroll .mCSB_scrollTools,
  .pr-team-item-thumb-img .mCSB_scrollTools {
    opacity: 1; }
  #featured_scroll .mCustomScrollbar,
  #featured_scroll .mCustomScrollbar.mCS_touch_action,
  #featured_scroll .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools,
  .pr-team-item-thumb-img .mCustomScrollbar,
  .pr-team-item-thumb-img .mCustomScrollbar.mCS_touch_action,
  .pr-team-item-thumb-img .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto; }
  #featured_scroll .mCustomScrollBox,
  .pr-team-item-thumb-img .mCustomScrollBox {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  #featured_scroll .mCustomScrollBox.mCSB_vertical_horizontal,
  .pr-team-item-thumb-img .mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: auto;
    touch-action: auto; }
  #featured_scroll .mCustomScrollBox.mCSB_horizontal,
  .pr-team-item-thumb-img .mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

/* .pr-about-cta-section {
  background-color: #f8fbfd; } */

.pr-about-cta-content {
  padding: 100px 0px 140px; }
  .pr-about-cta-content .background_overlay {
    background-color: rgba(0, 12, 25, 0.85); }

.pr-about-cta-title {
  z-index: 2;
  margin: 0 auto;
  max-width: 860px; }
  .pr-about-cta-title h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 22px; }
  .pr-about-cta-title p {
    font-size: 20px;
    line-height: 1.6;
    color: #dce0e4; }

.pr-about-cta-btn {
  top: -80px; }

.pr-about-cta-btn-area {
  border-radius: 8px;
  padding: 45px 100px; }
  .pr-about-cta-btn-area .pr-btn a {
    height: 50px;
    width: 210px;
    -webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
    box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0); }
  .pr-about-cta-btn-area .pr-btn i {
    margin-left: 5px; }

.pr-about-cta-btn-text {
  max-width: 600px; }
  .pr-about-cta-btn-text p {
    color: #fff;
    font-size: 24px; }
    .pr-about-cta-btn-text p a {
      font-weight: 700;
      text-decoration: underline; }


      .direct-tax-about{
        padding-top: 26px;
    }

    .direct-tax-about p {
      font-size: 19px;
      padding-top: 10px;
      line-height: 30px;
  }
 /*-- direct-taxation-end
=============================================*/

 /*-- indirect-taxation-start
=============================================*/

.pr-blog-section {
  overflow: hidden;
  padding: 100px 0px; }
  .pr-blog-section .pr-section-title {
    max-width: 720px;
    padding-bottom: 15px; }

.pr-blog-content,
.pr-service-content-2 {
  margin: 0px -15px; }

.pr-blog-inner-item {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(1, 1, 72, 0.06);
  box-shadow: 0px 0px 21px 0px rgba(1, 1, 72, 0.06); }
  .pr-blog-inner-item .pr-blog-img-item img {
    width: 100%; }
  .pr-blog-inner-item .pr-blog-text-item {
    padding: 20px 30px 15px; }
    .pr-blog-inner-item .pr-blog-text-item .item-meta {
      font-size: 14px;
      padding-bottom: 8px; }
      .pr-blog-inner-item .pr-blog-text-item .item-meta i {
        margin-right: 5px;
        color: #0d7dfc; }
    .pr-blog-inner-item .pr-blog-text-item h3 {
      color: #0e0d0f;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px; }
      .pr-blog-inner-item .pr-blog-text-item h3:hover {
        color: #0d7dfc; }
    .pr-blog-inner-item .pr-blog-text-item p {
      color: #0e0d0f;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #eaeaea; }
  .pr-blog-inner-item .item-author-meta {
   font-family: "Mulish", sans-serif !important; }
    .pr-blog-inner-item .item-author-meta .b-item-img img {
      width: 35px;
      height: 35px;
      margin-right: 5px;
      border-radius: 100%;
      display: inline-block; }
    .pr-blog-inner-item .item-author-meta .b-item-img a {
      color: #000;
      padding-top: 2px;
      font-weight: 600; }
    .pr-blog-inner-item .item-author-meta .pr-blog-more {
      color: #000;
      font-size: 14px;
      font-weight: 700; }
      .pr-blog-inner-item .item-author-meta .pr-blog-more a {
        position: relative; }
        .pr-blog-inner-item .item-author-meta .pr-blog-more a:after {
          left: 0;
          bottom: 0;
          content: '';
          width: 0%;
          height: 1px;
          position: absolute;
          background-color: #0d7dfc;
          -webkit-transition: 400ms all ease;
          -o-transition: 400ms all ease;
          transition: 400ms all ease; }
        .pr-blog-inner-item .item-author-meta .pr-blog-more a:hover {
          color: #0d7dfc; }
          .pr-blog-inner-item .item-author-meta .pr-blog-more a:hover:after {
            width: 100%; }
      .pr-blog-inner-item .item-author-meta .pr-blog-more i {
        margin-left: 5px;
        color: #0d7dfc; }
  .pr-blog-inner-item:hover {
    -webkit-box-shadow: -3.34px 23.766px 20px 0px rgba(1, 1, 72, 0.12);
    box-shadow: -3.34px 23.766px 20px 0px rgba(1, 1, 72, 0.12); }

.pr-item-innerbox {
  padding-left: 15px;
  padding-right: 15px; }

.pr-blog-slider-area .slick-list {
  overflow: visible; }

.pr-blog-slider-area .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }
  .pr-blog-slider-area .slick-slide.slick-active {
    opacity: 1; }

.blg-left_arrow,
.blg-right_arrow {
  opacity: 1;
  width: 60px;
  border: none;
  height: 60px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.1); }
  .blg-left_arrow:hover,
  .blg-right_arrow:hover {
    color: #fff;
    background-color: #0d7dfc;
    -webkit-box-shadow: -1.097px 8.933px 16px 0px rgba(13, 125, 252, 0.22);
    box-shadow: -1.097px 8.933px 16px 0px rgba(13, 125, 252, 0.22); }

.pr-blog-feed-section {
  padding: 90px 0px 100px; }
  .pr-blog-feed-section .pr-section-title {
    max-width: 790px; }

.pr-blog-feed-content {
  padding-top: 25px; }
  .pr-blog-feed-content .pr-blog-inner-item {
    margin: 0 auto;
    max-width: 365px;
    margin-bottom: 70px; }

.pr-pagination-wrap li a {
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-color: #eaeaea; }
  .pr-pagination-wrap li a:hover {
    color: #fff;
    background-color: #0d7dfc; }

.pr-blog-details-section {
  padding: 100px 0px; }

.pr-blog-details-item {
  padding: 20px 30px; }

.prd-blog-meta-2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4ebf2; }
  .prd-blog-meta-2:after {
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    content: '';
    position: absolute;
    background-color: #0d7dfc; }

.prd-blog-meta-2 a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  color: #707070; }
  .prd-blog-meta-2 a i {
    color: #0d7dfc;
    font-size: 18px;
    margin-right: 5px; }

.blog-details-text article {
  margin-bottom: 25px; }

.blog-details-text h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px; }

.blog-details-text .bd-video-play {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .blog-details-text .bd-video-play a {
    width: 85px;
    height: 85px;
    color: #0d7dfc;
    line-height: 85px;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff; }

.blog-details-text blockquote {
  color: #191919;
  padding: 30px;
  font-size: 19px;
  font-weight: 700;
font-family: "Mulish", sans-serif !important;
  background-color: #f5f3f0;
  border-left: 5px solid #0d7dfc; }
  .blog-details-text blockquote span {
    display: block;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 500;
    color: #0d7dfc; }

.pr-blog-tag-share {
  margin: 40px 0px; }
  .pr-blog-tag-share .pr-blog-tag span {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px; }
  .pr-blog-tag-share .pr-blog-tag a {
    color: #222222;
    font-size: 15px;
    margin-right: 3px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    background-color: #f0f0f0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .pr-blog-tag-share .pr-blog-tag a:hover {
      color: #fff;
      background-color: #0d7dfc; }
  .pr-blog-tag-share .pr-blog-share a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease; }
    .pr-blog-tag-share .pr-blog-share a span {
      font-size: 14px; }
    .pr-blog-tag-share .pr-blog-share a:hover {
      width: 100px;
      border-radius: 30px; }
      .pr-blog-tag-share .pr-blog-share a:hover i {
        margin-right: 5px; }
  .pr-blog-tag-share .pr-blog-share .fb-social {
    background-color: #3b5998; }
  .pr-blog-tag-share .pr-blog-share .tw-social {
    background-color: #55acee; }
  .pr-blog-tag-share .pr-blog-share .ln-social {
    background-color: #dd4b39; }
  .pr-blog-tag-share .pr-blog-share .in-social {
    background-color: #cd339a; }

.pr-blog-next-prev {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 10px 0px 30px;
  margin-bottom: 50px; }
  .pr-blog-next-prev .pr-blog-next-prev-btn .np-text {
    color: #191919;
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    .pr-blog-next-prev .pr-blog-next-prev-btn .np-text:after {
      left: 0;
      content: '';
      width: 0%;
      height: 1px;
      bottom: -2px;
      position: absolute;
      -webkit-transition: 500ms all ease;
      -o-transition: 500ms all ease;
      transition: 500ms all ease;
      background-color: #0d7dfc; }
    .pr-blog-next-prev .pr-blog-next-prev-btn .np-text:hover {
      color: #0d7dfc; }
      .pr-blog-next-prev .pr-blog-next-prev-btn .np-text:hover:after {
        width: 100%; }
  .pr-blog-next-prev .pr-blog-next-prev-btn .pr-blog-np-img {
    width: 60px;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px; }
  .pr-blog-next-prev .pr-blog-next-prev-btn .pr-blog-np-text h3 {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 300px; }
  .pr-blog-next-prev .pr-blog-next-prev-btn.np-text-item .pr-blog-np-img {
    margin-right: 0;
    margin-left: 20px; }

.blog-details-img-video {
  margin-bottom: 30px; }

.pr-blog-comment h3 {
  color: #191919;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  position: relative; }
  .pr-blog-comment h3:after {
    left: 0;
    height: 3px;
    bottom: -8px;
    width: 40px;
    content: '';
    position: absolute;
    background-color: #0d7dfc; }

.pr-blog-comment-block-wrapper {
  padding-top: 35px; }

.pr-blog-comment-block {
  margin-bottom: 40px; }
  .pr-blog-comment-block .pr-blog-comment-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%; }
  .pr-blog-comment-block .pr-blog-comment-text {
    display: table;
    padding: 20px 25px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .pr-blog-comment-block .pr-blog-comment-text h4 {
      color: #000;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 5px; }
    .pr-blog-comment-block .pr-blog-comment-text .prd-reply-btn {
      top: 20px;
      right: 20px;
      height: 35px;
      width: 85px;
      color: #fff;
      font-size: 14px;
      line-height: 35px;
      position: absolute;
      border-radius: 20px;
      background-color: #000;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .pr-blog-comment-block .pr-blog-comment-text .prd-reply-btn i {
        font-size: 13px; }
      .pr-blog-comment-block .pr-blog-comment-text .prd-reply-btn:hover {
        color: #fff;
        background-color: #0d7dfc; }
    .pr-blog-comment-block .pr-blog-comment-text span {
      font-size: 13px;
      font-weight: 700;
      color: #0d7dfc;
      text-transform: uppercase; }
    .pr-blog-comment-block .pr-blog-comment-text p {
      font-size: 15px;
      padding-top: 10px; }
    .pr-blog-comment-block .pr-blog-comment-text:hover {
      -webkit-box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16);
      box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16); }
      .pr-blog-comment-block .pr-blog-comment-text:hover span {
        text-decoration: underline; }

.prd-blog-comment-form {
  margin-top: 0;
  padding: 35px  30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
  box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05); }
  .prd-blog-comment-form .prd-comment-form-input label {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px; }
  .prd-blog-comment-form .prd-comment-form-input input,
  .prd-blog-comment-form .prd-comment-form-input textarea {
    /* height: 50px;
    width: 33.33%; */
    margin: 0px 5px;
    padding-left: 20px;
    border: 1px solid #e3e7f2; }
  .prd-blog-comment-form .prd-comment-form-input span {
    display: block;
    margin-top: 15px; }
    .prd-blog-comment-form .prd-comment-form-input span input {
      height: inherit;
      width: inherit; }
  .prd-blog-comment-form .prd-comment-form-input textarea {
    width: 100%;
    height: 150px;
    padding-top: 15px;
    margin-top: 20px; }

@media (max-width: 992.98px) {
  .pr-side-bar {
    margin-top: 60px; }
    .pr-side-bar .pr-widget-wrap:last-child {
      margin-bottom: 0;
      padding-bottom: 0; } }

.pr-widget-wrap {
  padding-bottom: 50px; }
  .pr-widget-wrap .widget-title {
    color: #0e0e0e;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 45px; }
    .pr-widget-wrap .widget-title:after {
      left: 0px;
      content: '';
      height: 3px;
      width: 40px;
      bottom: -10px;
      position: absolute;
      background-color: #0d7dfc; }
  .pr-widget-wrap .pr-search-widget input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 2px solid #ececf0; }
  .pr-widget-wrap .pr-search-widget button {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    border-left: 2px solid #ececf0;
    background-color: transparent; }
  .pr-widget-wrap .pr-cat-widget li {
    color: #223543;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
   font-family: "Mulish", sans-serif !important;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #eeeeee; }
    .pr-widget-wrap .pr-cat-widget li:last-child {
      margin-bottom: none;
      border-bottom: none; }
    .pr-widget-wrap .pr-cat-widget li a {
      position: relative;
      padding-left: 30px; }
      .pr-widget-wrap .pr-cat-widget li a:after {
        top: 1px;
        left: 15px;
        content: '\f054';
        font-size: 14px;
        font-weight: 900;
        position: absolute;
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease;
        font-family: 'Font Awesome 5 Pro'; }
    .pr-widget-wrap .pr-cat-widget li span {
      width: 30px;
      height: 30px;
      float: right;
      line-height: 30px;
      text-align: center;
      background-color: #eeeeee;
      -webkit-transition: 500ms all ease;
      -o-transition: 500ms all ease;
      transition: 500ms all ease; }
    .pr-widget-wrap .pr-cat-widget li:hover a {
      margin-left: 30px;
      color: #0d7dfc; }
    .pr-widget-wrap .pr-cat-widget li:hover span {
      color: #fff;
      background-color: #0d7dfc; }
  .pr-widget-wrap .pr-recent-blog-img-text {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    .pr-widget-wrap .pr-recent-blog-img-text:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .pr-widget-wrap .pr-recent-blog-img-text .pr-recent-blog-img {
      height: 68px;
      width: 58px;
      margin-right: 10px; }
    .pr-widget-wrap .pr-recent-blog-img-text .pr-recent-blog-text h3 {
      color: #191919;
      font-size: 16px;
      font-weight: 700; }
    .pr-widget-wrap .pr-recent-blog-img-text .pr-recent-blog-text span {
      color: #7f7f7f;
      font-size: 14px; }
      .pr-widget-wrap .pr-recent-blog-img-text .pr-recent-blog-text span i {
        margin-right: 5px;
        color: #0d7dfc; }
  .pr-widget-wrap .pr-gallery-widget li {
    margin-right: 5px;
    margin-bottom: 10px; }
  .pr-widget-wrap .pr-tag-widget {
    font-family: "Mulish", sans-serif !important; }
    .pr-widget-wrap .pr-tag-widget li {
      margin-bottom: 10px; }
      .pr-widget-wrap .pr-tag-widget li a {
        color: #3a505f;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 10px;
        margin-right: 5px;
        display: inline-block;
        border: 1px solid #eeecec; }
        .pr-widget-wrap .pr-tag-widget li a:hover {
          color: #fff;
          background-color: #0d7dfc;
          border: 1px solid #0d7dfc; }

          .compliance {
            padding-top: 0px;
        }

        .indirect {
          padding-top: 70px !important;
      }
      .strategic {
        padding-top: 101px;
    }

    .indirect-tax-review {
      background-color: #1858871a;
      padding: 50px 0px;
  }


  .nagendrien-indirect-tax-services {
    padding: 75px 0px 40px;
}


        
        


 /*-- indirect-taxation-end
=============================================*/


 /*-- advisory-services-start
=============================================*/
.advisory-services {
  padding-top: 75px;
  padding-bottom:0px;

}

.advisory-services h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  /* font-family: auto; */
}

.company-registration {
  padding: 30px 0px;
}


.taxes-advisory {
  border: 2px solid;
  padding: 20px;
}


.taxes-advisory {
  border: none;
  padding: 20px;
  height:732px;
  background:#ffffff;
  box-shadow:1px 0px 7px 0px;
}

.pr-team-member-inner-item .pr-team-member-text span {
  font-weight: 500;
  color: #10151fba;
}

.pr-team-member-inner-item .pr-team-member-text span {
  font-weight: 500;
  color: #10151fba;
  font-size: 17px;
}

.taxes-advisory p {
  font-size: 18px;
  text-align: justify;
}

.corporate {
  height:731px;
}
 /*-- advisory-services-end
=============================================*/


 /*-- management-consultancy-services-start
=============================================*/

.tax-services {
 
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment {
  padding-top: 73px;
}

.treatment-1 {
  padding-top: 20px;
}

.treatment-2 {
  padding-top: 33px;
}

.treatment-3 {
  padding-top: 49px;
}

.treatment-4 {
  padding-top: 25px;
}

.navigation-1 {
  padding-top: 70px !important;
}

 /*-- management-consultancy-services-end
=============================================*/



/*-----*/
.pr2-top-right img {
  width: 49%;
}

.social-info img {
  width: auto;
}

.contact-page-button {
  padding-top: 35px;
  margin: 0 auto;
}

.pr5-about-img-wrapper img {
  border-radius: 109px 10px;
}


.pr5-headline h4 {
  color: #185888;
  font-weight: 600;
}

/* 
.media-1 {
  
    padding: 10px 0px;
} */


.navigation-complexity p {
  text-align: center;
}



.pr2-members p {
  font-size: 18px;
}


/*------responsive-of-contact-page-start------*/
@media(max-width:2560px){
  .pr2-ft-socials img {
  max-width: 19px;
}


.pr-contact-wrap-section {
  padding: 84px 0px 28px;
 
}
}
@media(max-width:1440px){

  .pr-contact-wrap-section {
    padding: 68px 0px 50px;
   
}

.pr-contact-page-content {
  padding-top: 16px;
}

section#contact-page-form {
  padding-top: 28px;

}

.pr2-ft-socials img {
  max-width: 20px;
}


}


@media(max-width:1200px){

  .pr-contact-wrap-section {
    padding: 70px 0px 10px;
   
}

.pr-contact-page-content {
  padding-top: 35px;
}

section#contact-page-form {
  padding-top: 34px;

}

.pr2-ft-socials img {
  max-width: 20px;
}
}

@media(max-width:991px){

  .pr-contact-wrap-section {
    padding: 67px 0px 15px;
    z-index: 1;
}

.pr-contact-page-content {
  padding-top: 22px;
}


section#contact-page-form {
  padding-top: 32px;
  
}

.pr2-ft-socials img {
  max-width: 20px;
}

}

@media(max-width:767px){

.pr-breadcrumb-content h1 {
  font-size: 26px;
}

  .pr-contact-cta-item-inner .pr-contact-cta-text h3 {
    font-size: 18px;
}

  .pr-contact-cta-item-inner .pr-contact-cta-text h4 {
    font-size: 14px;
}

  .pr-breadcrumb-content h1 {
  font-size: 31px;  
}

.pr-contact-wrap-section {
  padding: 71px 0px 9px;
}


  .contact-page-form-wrapper {
    padding: 0px 0px 20px !important;
  }

.header-style-five {
    top: 0px;
}

.str-mobile_menu_button {
  color: #185888e0;
  top: -35px;
  font-size: 23px;
}
.str-mobile_menu_content .m-brand-logo {
  width: auto;
}
.site-logo.float-left a {
  font-size: 19px;
}
.pr-contact-wrap-section {
  padding: 50px 0px 10px 0px;
 
}

.pr-text-in_item3 {

  font-size: 21px;

}

.pr-contact-page-content {
  padding-top: 10px;
}

.pr-contact-cta-item-inner .pr-contact-cta-icon {
  width: 49px;
  height: 47px;
 
}

.pr-contact-cta-item-inner .pr-contact-cta-text h3 {

  padding-bottom: 0px;
}

section#contact-page-form {
  padding-top: 30px;

}

.feel-free {
  display: none;
}

.contact-page-form-wrapper {
  padding: 0px 0px;
}

footer.pr2-footer {
  margin-top: 20px;
}

.pr2-headline h4 {
  font-size: 17px;
}

.pr2-footer-widget .pr2-pera-txt p {

  font-size: 14px;
}

.pr2-ft-socials img {
  max-width: 19px;
}

.pr2-copyright p {

  font-size: 15px;
}


}



/*------responsive-of-contact-page-end------*/


/*------responsive-of-managment-consultancy-start------*/
@media(max-width:2560px){
  /* .finance {
    padding: 50px 0px;
} */

.finance {
  padding: 48px 0px;
}
.navigation-1 {
  padding: 50px 0px;
}

.feasibility {
  padding: 50px 0px;
}
}
@media(max-width:1440px){

  .finance {
    padding: 50px 0px;
}

.navigation-1 {
  padding: 50px 0px;
}

.feasibility {
  padding: 50px 0px;
}
}

@media(max-width:1200px){

  .tax-services {
    padding-top: 70px;
}

.pr5-about-section {
  padding: 50px 0px 37px;
}

.about-audit-section .pr5-pera-txt p {
  font-size: 17px;

}

.pr5-headline h4 {
  font-size: 20px;
}


.finance {
  padding: 50px 0px;
}

}

@media(max-width:991px){
  .treatment {
    padding-top: 0px;
}

.pr5-about-right {
  margin-top: 0px;
}

.about-audit-section .pr5-pera-txt p {
  font-size: 17px;

}

.finance img {
  display: none;
}

.pr5-about-section {
  padding-top: 63px;
}

.navigation-1 {
  padding-top: 0px;
}

.treatment-2 {
  padding-top: 0px;
}

.pr5-about-right .pr5-title-area {
  margin-bottom: 0px;
}
.treatment-3 {
  padding-top: 0px;
}

.treatment-4 {
  padding-top: 0px;
}
}

@media(max-width:767px){

  .pr-breadcrumb-section {
    padding: 70px 0px;
  }
  
  .mg-content h1 {
  font-size: 24px;
  line-height: inherit;
  }

  .treatment {
    padding-top: 0px;
}

.pr5-about-right {
  margin-top: 0px;
}

.pr5-headline h4 {
  font-size: 20px;
}

.about-audit-section .pr5-pera-txt p {
  font-size: 16px;
}

.finance img {
  display: none;
}

.pr5-about-section {
  padding-top: 70px;

}

.finance {
  padding-top: 29px;
}

.navigation-1 {
  margin-top: -93px;
}

.treatment-2 {
  padding-top: 1px;
}

.treatment-3 {
  padding-top: 0px;
}

.feasibility {
  padding-top: 3px;
}

.treatment-4 {
  padding-top: 0px;
}

footer.pr2-footer {
  margin-top: 0px;
}



}


/*------responsive-of-managment-consultancy-end------*/

/*------responsive-of-Corporate Compliance and Advisory Services Start------*/


@media(max-width:1200px){

  .taxes-advisory {
    height: auto;
}

.company-registration {
  padding: 0px 0px;
}
}

@media(max-width:1024px){
  .taxes-advisory {
    height: auto;
}


}

@media(max-width:991px){

 
  .taxes-advisory {
    height:auto;

} 

.compliance-services {
  height: auto;
}
}
@media(max-width:767px){

  .pr-breadcrumb-content h1 {
    font-size: 24px;
}

.company-registration {
  padding: 20px 0px;
}

.advisory-services h4 {

  font-size: 23px;
}

.taxes-advisory p {
  font-size: 16px;
}

.compliance-services {
  height: auto;
}

.investor {
  height: auto;
}

.pr-team-member-inner-item {

  margin-bottom: 20px;
}


}

@media(max-width:425px){

  .taxes-advisory {
    height: auto !important;

}


}



/*------responsive-of-Corporate Compliance and Advisory Services End------*/


/*------responsive-of-Indirect Tax Services Start------*/

@media(max-width:767px){

  .compliance {
    padding-top: 0px ;
  }

  span.pr5-about-bg img {
    display: none;
}

.strategic {
  padding: 0px;
}

.dt-tax {
  padding-top: 20px;
}
}


@media only screen and (max-width:991px){

  .compliance {
    padding-top: 12px ;
}


}



/*------responsive-of-Indirect Tax Services End------*/

.form-content {
  background-color: #fff;
  padding: 31px 20px 0px 20px;
}

.pr2-pera-txt.mt-7 p {
  padding-top: 20px;
}

.vission-content {
  padding-top: 15px;
}
.fast-solution {
  padding: 61px 0px 0px;
}

.aduit-section{
  background-color:#000;
}

.aduit-section {
  background-color:#24608d0d;
  padding: 32px 0px 4px;
}
.direct-taxation-and-consultancy {
  padding: 70px 0px 1px !important;
}

.optimize {
  padding: 20px 0px;
  text-align: justify;
  font-size: 17px;
}

.seamless {
  padding: 13px 0px;
  font-size: 18px;
  text-align: justify;
}


.tax-services-of-nagendiran p {
  font-size: 18px !important;
}


.naa-managment-audit {
  padding: 35px 0px;
}

.our-core-value-header h5 {
  color: #383131;
  font-weight: bolder;
}

.our-core-value-section p {
  font-size: 17px;
  padding-top: 7px;
}
.achivement-section {
  padding: 50px 0px;
}


ul.menu-navigation li.active a {
  color: #0460a4;
}

.pr2-ft-lists li span i.fas {
  margin-right: 10px;
}

/* a.mail-dinesh {
  margin-left: 33px;
} */

.pr5-about-img-wrapper img {
  padding-top: 51px;
}

.aduite-sec img {
  padding-top: 0px;
}


.services-one {
  position: relative;
  padding: 40px 0 50px;
  background-color: var(--color-thirtynine)
}

.services-one .owl-carousel .owl-stage-outer {
  padding-top: var(--padding-top-30)
}

.services-one .owl-nav {
  position: relative;
  margin-top: var(--margin-top-30)
}

.services-one .owl-nav .owl-prev {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--black-color);
  background-color: var(--white-color);
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease
}

.services-one .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--black-color);
  background-color: var(--white-color);
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease
}

.services-one .owl-nav .owl-prev:hover,.services-one .owl-nav .owl-next:hover {
  color: var(--white-color);
  background-color: var(--main-color)
}

.services-one .owl-dots {
  position: relative;
  width: 980px;
  height: 4px;
  margin: 0 auto;
  top: -25px;
  background-color: var(--color-fourtyone)
}

.services-one .owl-dots .owl-dot {
  position: relative;
  width: 33.333%;
  height: 4px;
  top: -11px;
  opacity: 0;
  display: inline-block;
  background-color: rgb(100 172 68)
}

.services-one .owl-dots .owl-dot.active,.services-one .owl-dots .owl-dot:hover {
  opacity: 1
}

.services-one_pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat
}

.services-one_inner-coontainer {
  position: relative
}

.service-block_three {
  position: relative;
  margin-bottom: var(--margin-bottom-30)
}

.service-block_three-inner {
  position: relative;
  text-align: center;
  padding: 0 20px 40px
}

.service-block_three-inner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  border-radius: 60px 10px 10px 10px;
  background-color: var(--white-color);
  box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.service-block_three-icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}

.service-block_three-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  transform: rotate(45deg);
  background: var(--color-thirtytwo);
  box-shadow: 10px 10px 10px rgba(0,0,0,.2);
  background: linear-gradient(to top left,rgb(28 135 59) 0%,rgb(101 173 68) 100%)
}

.service-block_three-inner:hover .service-block_three-icon {
  opacity: 0
}

.service-block_three-heading {
  position: relative;
  font-weight: 700;
  font-size: var(--font-20);
  color: var(--color-thirtyfour);
  margin-top: var(--margin-top-45);
  padding-bottom: var(--padding-bottom-15)
}

.service-block_three-heading:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 4px;
  transform: translateX(-50%);
  background: var(--color-thirtytwo);
  background: linear-gradient(to top left,rgb(89 167 67) 0%,rgb(50 138 65) 100%)
}

.service-block_three-heading a {
  position: relative;
  color: var(--color-thirtyfour)
}

.service-block_three-heading a:hover {
  color: var(--color-thirtytwo)
}

.service-block_three-heading.alternate {
  margin-top: var(--margin-top-85);
  padding-bottom: var(--padding-zero)
}

.service-block_three-heading.alternate:before {
  display: none
}

.service-block_three-text {
  position: relative;
  line-height: 28px;
  font-size: var(--font-16);
  color: var(--color-fourty);
  margin-top: var(--margin-top-25)
}

.service-block_three-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  padding: 30px 30px 30px;
  background: var(--white-color);
  border-radius: 10px 30px 10px 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(.2,1)
}

.service-block_three-inner:hover .service-block_three-overlay {
  opacity: 1;
  transform: scale(1,1)
}

.service-block_three-color-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 261px;
  background: url(../images/new-img/patten.webp) no-repeat;
  background-size: cover
}

.service-block_three-icon-two {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  display: block;
  z-index: 1
}

.service-block_three-icon-two:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  transform: rotate(45deg);
  background: var(--white-color);
  box-shadow: 10px 10px 10px rgba(0,0,0,.2)
}

.service-block_three-learn {
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--color-thirtytwo);
  margin-top: var(--margin-top-30);
  background: linear-gradient(90deg,rgb(89 167 67) 0%,rgb(49 146 62) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}


.about-sec {
  background-color: #1858883b;
  color: #000;
}

.about-sec p {
  color: #0000009c;
  font-size: 17px;
}

.vision-statement {
  padding: 42px 0px;
}

.fast-solution.pr5-about-section{

  background-image: url(../images/new-img/bg.jpg);
  background-size: cover;
}

.trust h3 {
  text-align: center;
  color: #000000c4;
  padding-bottom: 10px;
  font-weight: 700;
}

/* .about-img-wrap .about-img-item img.img-fluid {
  width: 79%;
} */



.rs-services.style3 .service-wrap {
  text-align: center;
  background: #f1f6fc;
  border-radius: 40px;
  padding: 40px 30px 41px;
  margin-bottom: 30px;
}
.rs-services.style3 .service-wrap .icon-part {
  margin-bottom: 26px;
}
.rs-services.style3 .service-wrap .icon-part img {
  width: 70px;
  margin: 0 auto;
}
.rs-services.style3 .service-wrap .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.rs-services.style3 .service-wrap .title a {
  color: #1c1b1b;
}
.rs-services.style3 .service-wrap .title a:hover {
  color: #106eea;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.sm-mt-0 {
  margin-top: 0;
}
.mt-50 {
  margin-top: 50px;
}
.y-middle{
  display: flex;
  align-items: center;
}

/*** 

====================================================================
	Testimonial Section Six
====================================================================

***/

.services-section-six{
	position:relative;
	padding:90px 0px 40px;
}

.services-section-six .outer-container{
	position:relative;
}

.services-section-six .outer-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:70px;
	width:100%;
	height:91px;
	background:url(../images/wave-shapes.webp) center top no-repeat;
}

.services-section-six .outer-container .services-block-nine:nth-child(2),
.services-section-six .outer-container .services-block-nine:nth-child(4){
	margin-top:70px;
}

.services-block-nine{
	position:relative;
	margin-bottom:40px;
}

.services-block-nine .inner-box{
	position:relative;
	text-align:center;
}

.services-block-nine .inner-box .icon-outer{
	position:relative;
	display:inline-block;
}

.services-block-nine .inner-box .icon-outer .service-number{
	position:absolute;
	left:-7px;
	top:-2px;
	width:24px;
	height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#515251;
}

.services-block-nine .inner-box .icon-outer .icon-box{
	position:relative;
	width:135px;
	height:135px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:138px;
	font-size:62px;
	background-color:#d3dde8;
}

.services-block-nine .inner-box .icon-outer .icon-box .icon{
	position:relative;
  bottom: 7px;
}
.services-block-nine .inner-box .icon-outer .icon-box .icon img.img-fluid {
  width: 70px;
}
.services-block-nine .inner-box .icon-outer .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	border-radius:50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;

	background:-webkit-linear-gradient(top, #175789, #7caed4);
}

.services-block-nine .inner-box:hover .icon-outer .icon-box:before{
	opacity:1;
}

.services-block-nine .inner-box .lower-box{
	position:relative;
	margin-top:30px;
}

.services-block-nine .inner-box .lower-box h6{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box h6 a{
	position:relative;
	color:#012068;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-box h6 a:hover{
	color:#4659e2;
}

.services-block-nine .inner-box .lower-box .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:14px;
}

.services-block-nine .inner-box .lower-box .contact{
	position:relative;
	color:#4659e2;
	font-size:15px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}

.services-block-nine .inner-box .lower-box .contact .arrow{
	position:relative;
	font-weight:600;
	color:#4659e2;
	margin-left:4px;
}


/*--style--*/

/*--service--*/

.compliance.feature-main {
  height: 660px;
}
.tax-services.pr5-about-section.corporat-audit-section {
  padding-top: 3rem;
}
 h3.Compliance {
  color: #1a5988 !important;
}
.compliance.ans.service {
  padding-top: 0px;
  align-self: center;
}
.Management.Consultancy.Services.col-lg-6 {
  align-self: center !important;
}
.Indirect.Tax.Services.and.Consultancy {
  align-self: center !important;
}
img.strategy.img-fluid {
  padding-top: 0px !important;
}

.Direct.Taxation.and.consultancy {
  align-self: center !important;
}
.audit{
  border-radius: 4px 68px;
    background-color: #18588812;
    box-shadow: 2px 10px 9px 0px #3f83fe59;
    width: 100%;
}
.feature{
	width: 100%;
	padding:50px 0 0px;
}
.feature .heading{
	text-align: center;
	width: 100%;
	padding:20px 0 20px;
}
.feature .heading h2{
	font-size: 32px;
	font-weight: 400;
}
.feature .heading h2 span{
	color: #117EC3;
}
.feature .heading h6{
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 14px;
	padding:8px 0 8px;
}
.feature .separator{
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	background-color: #555555;
	display: inline-block;
}
.feature-main{
	width: 100%;
	border-bottom: 2px solid transparent;
	background-color: #f9f9f9;
	padding-bottom: 20px;
}
/* .feature-main:hover .feature-box img{
	opacity: 0.9;
} */
.cover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 250px rgba(0,0,0,0.35) inset;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.feature-main:hover .cover:before{
	box-shadow: none;
}
.feature .feature-box{
	/* position: relative; */
	width: 100%;
	height: auto;
	position: relative;
}
.feature .feature-box img{
	width: 100%;
	height: auto;	
}
.feature .feature-head{
	text-align: center;
	padding: 10px 15px;
	border-top: none;
}
.feature .feature-head h3{
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.feature .feature-head p{
	color: #999;
	letter-spacing: 0.4px;
	line-height: 1.7;
	margin: 20px 0 20px;
}
.feature .feature-head a{
	color: #000;
	font-size: 13px;
	padding:10px 20px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.feature .feature-head i{
	margin-left: 5px;
}
.feature-main:hover{
	border-bottom: 2px solid #117EC3;
}
.feature-main:hover .feature-head a{
	background-color: #117EC3;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 767px){
	.feature-main{
		margin-bottom: 15px;
	}
}
.feature-main {
  width: 100%;
  border-bottom: 2px solid transparent;
  background-color: #f9f9f9;
  padding-bottom: 20px;
  /* min-height: 21px !important; */
  height: 712px;
  margin-bottom: 2rem;
}
.info-card.style-three {
  position: relative;
  padding: 0;
  margin-bottom: 107px;
}
.info-card.style-three:hover .image-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.info-card.style-three:hover .image-wrapper:before {
  left: 0;
  right: 0;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}
.info-card.style-three:hover .image-wrapper:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}
.info-card.style-three:hover .content-wrapper .content-area {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 24px;
}
.info-card.style-three:hover .content-wrapper .content-area .content {
  margin-top: 6px;
}
@media (max-width: 375px) {
  .info-card.style-three:hover .content-wrapper .content-area .content {
    margin-top: 10px;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-three:hover .content-wrapper .content-area .content {
    margin-top: 10px;
    gap: 10px;
  }
}
.info-card.style-three .image-wrapper {
  position: relative;
  opacity: 1;
  border-radius: 12px;
  overflow: hidden;
}
.info-card.style-three .image-wrapper img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-three .image-wrapper:before {
  position: absolute;
  content: "";
  opacity: 1;
  z-index: 3;
  top: -5%;
  right: 50%;
  bottom: -5%;
  left: 50%;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.info-card.style-three .image-wrapper:after {
  position: absolute;
  content: "";
  opacity: 1;
  z-index: 3;
  top: 50%;
  right: -5%;
  bottom: 50%;
  left: -5%;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.6);
}
.info-card.style-three .content-wrapper {
  margin-bottom: -48px;
  padding: 0 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.info-card.style-three .content-wrapper .content-inner {
  padding: 20px 30px 20px 35px;
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          line-height: 10px;
        
}
.info-card.style-three .content-wrapper .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
}
.info-card.style-three .content-wrapper .title-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .info-card.style-three .content-wrapper .title-wrapper .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .info-card.style-three .content-wrapper .title-wrapper .icon {
    width: 30px;
    height: 30px;
  }
}
.info-card.style-three .content-wrapper .title-wrapper .title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1280px) {
  .info-card.style-three .content-wrapper .title-wrapper .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .info-card.style-three .content-wrapper .title-wrapper .title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .info-card.style-three .content-wrapper .title-wrapper .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.info-card.style-three .content-wrapper .content-area {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-three .content-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: -200px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-three .content-wrapper .content .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 375px) {
  .info-card.style-three .content-wrapper .content .desc {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-three .content-wrapper .content .desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-card.style-three .content-wrapper .content .read-more a .icon:before {
  display: none;
}
.info-card.style-three .content-wrapper .content .read-more a .icon i {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-three .content-wrapper {
    padding: 0 10px;
  }
  .info-card.style-three .content-wrapper .content-inner {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-three .content-wrapper {
    padding: 0 10px;
  }
  .info-card.style-three .content-wrapper .content-inner {
    padding: 20px;
  }
  .info-card.style-three .content-wrapper .title-wrapper {
    gap: 20px;
  }
  .info-card.style-three .content-wrapper .title-wrapper .title {
    font-size: 26px;
    line-height: 36px;
  }
  .info-card.style-three .content-wrapper .title-wrapper .icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-three .content-wrapper {
    padding: 0 20px;
  }
  .info-card.style-three .content-wrapper .content-inner {
    padding: 20px;
  }
  .info-card.style-three .content-wrapper .title-wrapper {
    gap: 20px;
  }
  .info-card.style-three .content-wrapper .title-wrapper .title {
    font-size: 26px;
    line-height: 36px;
  }
  .info-card.style-three .content-wrapper .title-wrapper .icon {
    width: 50px;
    height: 50px;
  }
}
.manage-service {
  padding-top: 6rem;
}
.manage-service p.manage {
  text-align: justify;
  font-size: 16px;
}
.manage-service {
  background-color: #eef5f8;
}
.audi {
  align-self: center;
} 
img.audi.img-fluid {
  border-radius: 80px 20px;
  padding-right: 1rem;
}
img.tax.img-fluid {
    border-radius: 30px 30px;
}
.tax {
    align-self: center;
}
.strategic {
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}
.indirect-tax.pr5-about-section.nagendrien-indirect-tax-services {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.compliance-outsourcing.pr5-about-section.indirect-tax-review.strategic-consulting {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
/*--about--*/

img.about.img-fluid {
  max-height: 22rem !important;
  border-radius: 130px 30px;
}
.vision {
  align-self: center !important;
}
.vision.pr2-process {
  background-color: #d9d9d9;
}
img.nagendiran.img-fluid {
  border-radius: 10px 50px;
  min-height: 18rem !important;
}
img.audit.img-fluid {
  border-radius: 25px 36px;
  padding-top: 2rem;
  background: center;
}
.pr2-achivement-section p.nag {
  text-align: justify;
}
.pr2-achivement-section p.dinesh {
  text-align: justify;
  letter-spacing: -0.2px;
    word-spacing: 1px;
}



/*--index--*/
img.about-index.img-fluid {
  border-radius: 10px 109px;
}
.vibrant {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
ul.menu-navigation a:hover {
  color: #185888;
}


/*--contact--*/
.hassle.pr-section-title {
  padding-bottom: 2rem;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.logo-text {
    font-family: agency;
}
.pr5-pera-txt p.about {
  padding-top: 0rem;
}
.pr5-about-right .about-page {
  margin-bottom: 20px !important;
}
.about-content.pr5-pera-txt p{
  font-size: 18px;
  text-align: justify;
  padding-top: 0rem !important;
  line-height: 2rem !important;
}

/*--serviceds--*/
.compliance img.compliance.img-fluid {
  border-radius: 30px 60px;
  max-height: 21rem;
}
figure.compliance {
  font-size: 25px;
  padding-top: 0.5rem;
  text-align: center;
  color: #185888;
}
p.intro-corporate {
  text-align: justify;
}
.naa-managment-compliance {
  padding-top: 6rem;
  margin: 0px;
  padding-bottom: 2rem;
}
section#Corporate-Compliance\ pr-team-page-team {
  padding-top: 2rem;
  padding-bottom: 0px;
  margin: 0px;
}
h4.topic-cor {
  color: #185888;
}
.services.direct-tax-about {
  padding-top: 0px;
}
.corp-advis {
  align-self: center;

}
h4.indirect {
  color: #185888;
  padding-top: 0px !important;
}
.indirect-para {
  align-self: center;
}
.pr5-about-section.naa-managment-indirect {
  padding-bottom: 3rem;
}
.indirect-tax.pr-service-item-inner {
  min-height: 33rem;
}
p.audii {
  padding-top: 2rem;
}

/*--enquire--*/


.right-fixed li.enquiry {
  list-style-type: none;
  padding-bottom: 2rem;
}
.right-fixed{position:fixed; z-index:9; right:0; bottom:28%;}
ul.wp {
  width: 50px;
}

.corporatess {
  height: auto !important;
}
.call {
  width: 50px;
  position: fixed;
  z-index: 999;
  height: 50px;
  bottom: 136px;
  right: 5px;
}
.whatsapp {
  width: 50px;
    position: fixed;
    z-index: 999;
    height: 50px;
    bottom: 200px;
    right: 5px;
}
@media(max-width:991px){
  .pr5-about-left .pr5-about-img-wrapper img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    padding-top: 23px;
    padding-right: 0;
}
.whatsapp {
  width: 30px;
  height: 30px;
}
.call {
  width: 30px;
  height: 30px;
  bottom: 162px;
}
.d-tab-none {
  display: none;
}
.pr5-service-content .pr5-service-column .pr5-sr-cl {
  height: auto;
}
.pr5-service-section::before {
  content: '';
  width: 100%;
  height: 100%;
}
.pr2-footer-widget .pr2-ft-lists li {
    margin-left: 15px;
}
.pr2-footer-widget .pr2-ft-lists li span {
  left: 7px;
}
.d-tab-view {
  display: block !important;
}
.aduit-section .pr-service-item-inner.text-center {
  margin: 0 auto;
  margin-bottom: 33px;
}
.about-img-wrap {
  padding-left: 0;
}
.about-scoller-item .about-scoller-item-text {
  max-width: none;
  text-align: justify;
}
.pr-about-section p {
  text-align: justify;
}
.naa-managment-compliance {
  padding-top: 4rem;
}
.services-section-six .outer-container:before {
  position: absolute;
  content: '';
  opacity: 0.1;
}
.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
  line-height: 2;
}
}

@media(max-width:767px){
  rs-layer .rs_splitted_lines {
    font-size: 27px !important;
    line-height: 33px;
}
rs-layer .rs_splitted_lines {
  font-size: 12px !important;
  line-height: 18px;
}
}

@media(min-width:315px) and (max-width:550px){
  
  .header-main-menu .site-logo img.img-fluid {
    width: 42%;
    padding-top: 0.4rem;
}
}

.founder {margin-top: 15px;
    font-size: 15px !important;
    margin-bottom: 0px;}
    .test_sections {
      padding: 35px 0;
  }
  .card-body {
    background: #fff;
}
.pr2-pera-txt p b {
  font-weight: 800;
}
.pr_carees .pr5-headline {
  margin-top: 22px;
}
.pr_carees .pr5-headline h6 {
  color: #3a7099;
  font-weight: 800;
  font-size: 17px;
}
.pr_carees .pr5-about-list .pr5-about-list-item ul {
  column-count: 1;
}
p.highlights {
  margin-top: 20px;
  font-weight: 600;
}
p.highlights a {
  color: #185888;
}
.prd-blog-comment-form textarea {
  height: 100px;
}