/*-----------------------------------------------------------------------------------

    Theme Name: Topweb - Web Design Agency HTML Template
    Description: Web Design Agency HTML Template
    Author: Chitrakoot Web
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Page title
    06. Rolling text
    07. Image effect
    08. Cards
    09. Video
    10. Portfolio
    11. Marquee
    12. Pagination
    13. Owl Carousel
    14. Tabs
    15. Accordion
    16. Pages
    17. Others
    18. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
body.loaded {
  overflow: hidden !important;
  height: 100% !important; }

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999; }
  .loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #fff; }
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20; }

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; }
  .load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #ff497c;
  text-decoration: none; }

.secondary-overlay[data-overlay-dark]:before {
  background: #1f2732; }

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(31, 39, 50, 0.76);
  background: linear-gradient(-90deg, transparent, #1f2732 35%); }

.text-primary, .text-primary-hover:hover {
  color: #ff497c !important; }

.bg-primary {
  background-color: #ff497c !important; }

.text-secondary, .text-secondary-hover:hover {
  color: #1f2732 !important; }

.bg-secondary {
  background-color: #1f2732 !important; }

.border-primary-color {
  border-color: #ff497c !important; }

.form-control {
  border-radius: 0; }

.text-white-hover:hover {
  color: #fff !important; }

.min-vh-100 {
  min-height: 100vh; }

/* animation */
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out; }

@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(30px, 0); }
  100% {
    transform: translate(0px, 0px); } }
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #ff497c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #fff;
    background: #1f2732; }
    .scroll-to-top:hover i {
      color: #fff; }
  .scroll-to-top:visited {
    color: #fff;
    text-decoration: none; }

/* list-style1 */
.list-style1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px; }
  .list-style1 li:last-child {
    margin-bottom: 0; }
  .list-style1 li:before {
    content: "\e628";
    position: absolute;
    left: 0;
    font-family: 'themify';
    top: 0;
    font-size: 16px;
    color: #ff497c; }

/* list-style2 */
.list-style2 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px; }
  .list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .list-style2 li:last-child {
      margin-bottom: 0; }
    .list-style2 li:before {
      content: '\e64c';
      font-family: 'themify';
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700;
      line-height: 35px;
      color: #ff497c; }

@media screen and (max-width: 1199px) {
  .list-style2 {
    margin-bottom: 25px; } }
/* list-style3 */
.list-style3 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-style3 li {
    margin-bottom: 10px; }
    .list-style3 li:last-child {
      margin-bottom: 0; }
    .list-style3 li a {
      position: relative;
      display: block;
      text-transform: capitalize;
      padding: 15px 20px 15px 20px;
      border: 1px solid #ededed;
      font-weight: 600;
      border-radius: 0.25rem;
      background: #ffffff;
      transition: all 0.3s ease 0s; }
      .list-style3 li a:before {
        position: absolute;
        content: '\e628';
        font-weight: 500;
        font-family: 'themify';
        transition: width 0.3s linear;
        font-size: 18px;
        top: 12px;
        right: 20px; }
      .list-style3 li a:hover {
        background-color: #1f2732;
        color: #ffffff; }
  .list-style3 li.active a {
    background-color: #1f2732;
    color: #ffffff; }

/* list-style5 */
.list-style5 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .list-style5 li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0px;
    padding-bottom: 0px; }
.list-style5 h6 {
  color: #fff; }
.list-style5 p {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.5; }

/* lg-text */
.lg-text {
  color: rgba(251, 251, 251, 0.05);
  margin-bottom: 0;
  font-size: 345px;
  font-weight: bolder;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 0.6;
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px; }

@media screen and (max-width: 1399px) {
  .lg-text {
    font-size: 270px; } }
@media screen and (max-width: 1199px) {
  .lg-text {
    font-size: 220px; } }
@media screen and (max-width: 991px) {
  .lg-text {
    font-size: 160px; } }
@media screen and (max-width: 767px) {
  .lg-text {
    font-size: 110px; } }
@media screen and (max-width: 479px) {
  .lg-text {
    font-size: 60px; } }
/*==============================
 *    Button styles
 *    ================================ */
/* btn-style1 */
.btn-style1 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 15px 45px 15px 45px;
  background-color: #F8F8F8;
  position: relative;
  display: inline-block;
  border: none; }
  .btn-style1:before, .btn-style1:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    border-radius: inherit;
    transform-origin: top;
    transition: transform 0.7s cubic-bezier(0.6, 0, 0.15, 1); }
  .btn-style1:before {
    z-index: 1;
    background-color: #ff497c; }
  .btn-style1 span {
    transition: color .15s .015s;
    transition: transform .7s,opacity .7s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
    position: relative;
    z-index: 9; }
    .btn-style1 span:after {
      transition: transform .7s,opacity .7s;
      transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
      content: attr(data-text);
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      opacity: 0;
      white-space: nowrap;
      transform: translate(-50%, 100%); }
  .btn-style1:after {
    z-index: 0;
    background-color: #1f2732; }
  .btn-style1:hover, .btn-style1:active, .btn-style1:focus {
    color: #fff; }
    .btn-style1:hover:before, .btn-style1:active:before, .btn-style1:focus:before {
      transform: scaleY(0); }
    .btn-style1:hover span, .btn-style1:active span, .btn-style1:focus span {
      transition: color .2s;
      transform: translateY(-100%); }
      .btn-style1:hover span:after, .btn-style1:active span:after, .btn-style1:focus span:after {
        opacity: 1;
        transform: translate(-50%, 0); }
  .btn-style1.white {
    color: #1f2732; }
    .btn-style1.white:hover, .btn-style1.white:active, .btn-style1.white:focus {
      color: #fff; }
    .btn-style1.white:before {
      background-color: #fff; }
    .btn-style1.white:after {
      z-index: 0;
      background-color: #ff497c; }
  .btn-style1.secondary {
    color: #fff; }
    .btn-style1.secondary:hover, .btn-style1.secondary:active, .btn-style1.secondary:focus {
      color: #fff; }
    .btn-style1.secondary:before {
      background-color: #1f2732; }
    .btn-style1.secondary:after {
      z-index: 0;
      background-color: #ff497c; }
  .btn-style1.small {
    padding: 9px 27px;
    font-size: 12px; }

.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1 {
  padding: 11px 39px 11px 39px;
  border: 1px solid #1d1d1d; }

@media screen and (max-width: 1199px) {
  .btn-style1 {
    padding: 15px 60px; } }
@media screen and (max-width: 991px) {
  .btn-style1 {
    padding: 13px 50px;
    font-size: 12px; } }
@media screen and (max-width: 575px) {
  .btn-style1 {
    padding: 11px 40px;
    font-size: 11px; } }
/* ===================================
    Navigation
====================================== */
/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #ff497c !important; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #ff497c #ff497c transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #ff497c; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #ff497c #ff497c transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #ff497c; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #ff497c; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #ff497c; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ff497c #ff497c transparent; }

.header-style1 .attr-nav > ul > li > a.btn-style1 {
  color: #1f2732;
  padding: 12px 40px 12px 40px;
  font-size: 12px; }
.header-style1 .attr-nav > ul > li > a:hover {
  color: #fff; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #ff497c; }
  .menu_area-light .navbar-nav > li > a:hover, .menu_area-light .navbar-nav > li > a:active, .menu_area-light .navbar-nav > li > a:focus {
    color: #ff497c; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #ff497c; }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ff497c; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #ff497c; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/* ===================================
    Banner
====================================== */
/* banner-style01 */
.banner-style01 .main-title {
  font-size: 105px; }
.banner-style01 span.banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 150px;
  color: #fff;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 1px;
  letter-spacing: .027em;
  line-height: 1;
  opacity: 0.05;
  text-transform: uppercase; }

.banner-animation {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 150s, linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal; }

.banner-slide {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%; }

.banner-style01 .ani-text {
  position: absolute;
  top: 14%; }

@media screen and (max-width: 1199px) {
  .banner-style01 .main-title {
    font-size: 90px; } }
@media screen and (max-width: 991px) {
  .banner-style01 .main-title {
    font-size: 65px; }
  .banner-style01 span.banner-text {
    font-size: 130px; } }
@media screen and (max-width: 767px) {
  .banner-style01 .main-title {
    font-size: 55px; }
  .banner-style01 span.banner-text {
    font-size: 90px; } }
@media screen and (max-width: 575px) {
  .banner-style01 .main-title {
    font-size: 45px; } }
@media screen and (max-width: 479px) {
  .banner-style01 .main-title {
    font-size: 32px; }
  .banner-style01 span.banner-text {
    font-size: 50px; } }
/* ===================================
    Page title
====================================== */
.page-title-section {
  padding: 190px 0 90px 0; }
  .page-title-section .container {
    position: relative;
    z-index: 9; }
  .page-title-section.style1 {
    padding: 150px 0; }
  .page-title-section h1 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    text-transform: uppercase; }

.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase; }

.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.2; }
  .page-title-section ul li {
    display: inline-block; }
    .page-title-section ul li:last-child {
      color: #ffffff;
      opacity: 0.80;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 1px; }
      .page-title-section ul li:last-child a {
        color: #ffffff;
        opacity: 0.80;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 1px; }
    .page-title-section ul li:after {
      content: "";
      font-weight: 700;
      vertical-align: middle;
      background-color: #ff497c;
      width: 10px;
      padding: 0 5px 0 10px;
      height: 2px;
      display: inline-block;
      margin: 0 15px; }
    .page-title-section ul li:last-child:after {
      content: none; }
    .page-title-section ul li a {
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 1px; }
.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 185px 0 85px 0; }
    .page-title-section h1 {
      margin-bottom: 10px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 165px 0 75px 0; }
    .page-title-section.style1 {
      padding: 130px 0; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 135px 0 60px 0; }
    .page-title-section.style1 {
      padding: 100px 0; } }
/*==============================
 *    Rolling text Navigation
 *    ================================ */
.navbar-nav > li > a {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
  .navbar-nav > li > a:hover .letter, .navbar-nav > li > a.play .letter {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%); }
  .navbar-nav > li > a .letter {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

.navbar-nav > li > a .letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
.navbar-nav > li > a .letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s; }
.navbar-nav > li > a .letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s; }
.navbar-nav > li > a .letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s; }
.navbar-nav > li > a .letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s; }
.navbar-nav > li > a .letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }
.navbar-nav > li > a .letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s; }
.navbar-nav > li > a .letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s; }
.navbar-nav > li > a .letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s; }
.navbar-nav > li > a .letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s; }
.navbar-nav > li > a .letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.navbar-nav > li > a .letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s; }
.navbar-nav > li > a .letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s; }
.navbar-nav > li > a .letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s; }
.navbar-nav > li > a .letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s; }
.navbar-nav > li > a .letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s; }
.navbar-nav > li > a .letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s; }
.navbar-nav > li > a .letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s; }
.navbar-nav > li > a .letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s; }
.navbar-nav > li > a .letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s; }
.navbar-nav > li > a .letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

@media screen and (max-width: 991px) {
  .navbar-nav > li > a {
    height: 53px;
    padding: 14px 20px !important;
    vertical-align: top; }

  .navbar-nav > li > a > .block:last-child {
    display: none; } }
/*==============================
 *    Image effect
 *    ================================ */
.image-effect {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%); }
  .image-effect.animated {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/*==============================
 *    Cards
 *    ================================ */
/* card-style01 */
.card-style01 .card-body .blog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity .4s, background-position 10s linear;
  -o-transition: opacity .4s, background-position 10s linear;
  transition: opacity .4s, background-position 10s linear;
  background-repeat: no-repeat; }
.card-style01:hover .card-body .blog-img {
  opacity: 1;
  background-position: center bottom; }

.card-style01 span.date {
  position: absolute;
  top: 25%;
  left: -30%;
  display: inline-block;
  line-height: 1.73em;
  margin-bottom: 0 !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .card-style01 span.date:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 10px;
    bottom: 2px;
    background-color: #ff497c;
    height: 1px;
    width: 33px; }

@media screen and (max-width: 1399px) {
  .card-style01 span.date {
    left: -30%; } }
@media screen and (max-width: 1199px) {
  .card-style01 span.date {
    left: -23%; } }
@media screen and (max-width: 991px) {
  .card-style01 span.date {
    left: -32%; } }
@media screen and (max-width: 767px) {
  .card-style01 span.date {
    left: -20%; } }
@media screen and (max-width: 575px) {
  .card-style01 span.date {
    left: -18%; } }
@media screen and (max-width: 479px) {
  .card-style01 span.date {
    left: -35%; } }
/* card-style02 */
.card-style02 {
  padding: 50px 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  height: 100%;
  background: transparent; }
  .card-style02 h3 {
    margin-bottom: 40px;
    font-size: 22px;
    width: 76%; }
  .card-style02:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 73, 124, 0.3);
    -webkit-filter: blur(57.5px);
    filter: blur(57.5px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .card-style02:hover:after {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .card-style02 h3 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .card-style02 {
    padding: 25px 25px; } }
/* card-style03 */
.card-style03 .team-content {
  position: absolute;
  left: -12%;
  bottom: -11%; }
  .card-style03 .team-content h5 {
    display: inline-block;
    line-height: 1.73em;
    margin-bottom: 0 !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative; }
    .card-style03 .team-content h5:after {
      content: "";
      position: relative;
      display: inline-block;
      vertical-align: middle;
      left: 10px;
      bottom: 2px;
      background-color: #ff497c;
      height: 1px;
      width: 33px; }
.card-style03 .card-body {
  transform: translate3d(50px, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 10%; }
.card-style03:hover .card-body {
  opacity: 1;
  transform: translate3d(0, 0, 0); }
.card-style03 .team-icon a {
  padding-right: 10px; }

@media screen and (max-width: 1199px) {
  .card-style03 .team-content {
    left: -15%;
    bottom: -17%; } }
@media screen and (max-width: 991px) {
  .card-style03 .team-content {
    bottom: -14%; } }
@media screen and (max-width: 767px) {
  .card-style03 .team-content {
    bottom: -8%;
    left: -10%; } }
@media screen and (max-width: 479px) {
  .card-style03 .team-content {
    bottom: -16%;
    left: -16%; } }
/* card-style04 */
.card-style04 {
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0; }
  .card-style04 .card-img, .card-style04 .card-img-top {
    border-radius: 0; }
  .card-style04 .category {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #ff497c; }
  .card-style04 .card-footer {
    border-color: rgba(0, 0, 0, 0.085); }
    .card-style04 .card-footer i {
      vertical-align: text-top; }
  .card-style04 .category:hover {
    background-color: #1f2732; }

/*==============================
 *    Video
 *    ================================ */
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #ff497c;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #ff497c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #ff497c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn.small {
    width: 55px;
    height: 55px;
    line-height: 55px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* video style2 */
.video_btn2 {
  position: relative;
  height: 80px;
  width: 80px;
  background: #E48257;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn2:hover i, .video_btn2:focus i {
    color: #fff; }
  .video_btn2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn2.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn2.small:after {
      height: 50px;
      width: 50px; }
    .video_btn2.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn2 {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn2:after {
      height: 75px;
      width: 75px; }
    .video_btn2:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn2 {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn2:after {
      height: 70px;
      width: 70px; }
    .video_btn2:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn2 {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn2:after {
      height: 60px;
      width: 60px; }
    .video_btn2:before {
      height: 75px;
      width: 75px; } }
/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ff497c; }

.lg-progress-bar .lg-progress {
  background-color: #ff497c; }

.lg-backdrop.in {
  opacity: 0.85; }

/*==============================
 *    Portfolio
 *    ================================ */
.portfolio.portfolio-container {
  width: 300vw;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.portfolio .portfolio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .portfolio .portfolio-wrap .portfolio-item {
    width: 42vw;
    position: relative; }
    .portfolio .portfolio-wrap .portfolio-item .cont {
      margin-top: 30px;
      text-align: left; }
      .portfolio .portfolio-wrap .portfolio-item .cont span {
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .75;
        font-weight: 700;
        font-size: 14px;
        display: block;
        margin-bottom: 8px; }
    .portfolio .portfolio-wrap .portfolio-item .link-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1599px) {
  .portfolio.portfolio-container {
    /*    min-height: 60vh;*/ } }
@media screen and (max-width: 991px) {
  .portfolio .portfolio-wrap {
    display: block;
    padding: 0 15px !important; }
    .portfolio .portfolio-wrap .portfolio-item {
      width: 100%; }
  .portfolio.portfolio-container {
    width: 100% !important;
    min-height: auto;
    display: block;
    padding: 70px 0 120px; } }
/*==============================
 *    Marquee
 *    ================================ */
.marquee-section {
  overflow-x: clip;
  overflow-y: visible;
  z-index: 99;
  position: relative; }

.marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #f1f3f5; }
  .marquee:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    background: -o-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    background: linear-gradient(to left, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    z-index: 3; }
  .marquee h4 {
    font-size: 70px; }

.slide-har {
  position: relative; }
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite; }

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.main-marq {
  position: relative;
  padding: 0; }
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818); }
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d; }
    .main-marq .strok .item h4 a {
      color: transparent !important;
      -webkit-text-stroke: 0.5px #1d1d1d; }
  .main-marq .non-strok .item h4 {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important; }
    .main-marq .non-strok .item h4 a {
      color: #1d1d1d !important;
      -webkit-text-stroke: 0 !important; }
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-marq .box .item {
      padding: 0 30px; }
      .main-marq .box .item h4 {
        white-space: nowrap;
        line-height: 1;
        margin: 0; }
        .main-marq .box .item h4 .icon {
          margin-bottom: -15px; }
      .main-marq .box .item:nth-of-type(even) h4 {
        color: transparent;
        -webkit-text-stroke: 0.5px #1d1d1d; }
        .main-marq .box .item:nth-of-type(even) h4 a {
          color: transparent;
          -webkit-text-stroke: 0.5px #1d1d1d; }
    .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
      color: #1d1d1d;
      -webkit-text-stroke: 0; }
      .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
        color: #1d1d1d;
        -webkit-text-stroke: 0; }
    .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
      color: transparent;
      -webkit-text-stroke: 1px #1d1d1d; }
      .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
        color: transparent;
        -webkit-text-stroke: 1px #1d1d1d; }

@media screen and (max-width: 1199px) {
  .marquee h4 {
    font-size: 50px; } }
@media screen and (max-width: 991px) {
  .marquee {
    padding: 35px 0; }
    .marquee h4 {
      font-size: 40px; } }
@media screen and (max-width: 575px) {
  .marquee h4 {
    font-size: 30px; } }
/*==============================
 *    Pagination
 *    ================================ */
.pagination {
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline-block;
    margin-right: 10px; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a {
    display: inline-block;
    border-radius: 2px;
    background: transparent;
    font-weight: 700;
    text-align: center;
    margin: 3px 0;
    padding: 12px 16px;
    color: #1f2732;
    border: 1px solid #dddddd;
    line-height: 25px; }
    .pagination a:hover {
      background-color: #1f2732;
      color: #ffffff;
      box-shadow: none; }
    .pagination a:active {
      background-color: #1f2732;
      color: #ffffff;
      box-shadow: none; }
    .pagination a:focus {
      background-color: #1f2732;
      color: #ffffff;
      box-shadow: none; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #dbdbdb;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination li {
    margin-right: 8px; } }
/* page navigation */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px; }

.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px; }
  .prev-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none; }
  .prev-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s; }
  .prev-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden; }
  .prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden; }
  .prev-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .prev-page .page-info .prev-title:empty {
      display: none; }
  .prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .prev-page .page-info .next-title:empty {
      display: none; }
  .prev-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1); }
  .prev-page a {
    justify-content: flex-start;
    text-align: left; }
    .prev-page a:hover .image-prev:after {
      visibility: visible;
      opacity: 1; }
    .prev-page a:hover .image-prev:before {
      visibility: visible;
      opacity: 1;
      margin-left: 0; }
  .prev-page .image-prev {
    margin-right: 20px; }
    .prev-page .image-prev:after {
      background-color: #ff497c;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
    .prev-page .image-prev:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-left: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }

.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto; }
  .next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none; }
  .next-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s; }
  .next-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden; }
  .next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden; }
  .next-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .next-page .page-info .prev-title:empty {
      display: none; }
  .next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .next-page .page-info .next-title:empty {
      display: none; }
  .next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1); }
  .next-page .image-next {
    margin-left: 20px; }
    .next-page .image-next:after {
      background-color: #ff497c;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
    .next-page .image-next:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-right: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out;
      transform: scaleX(-1); }
  .next-page a {
    justify-content: flex-end;
    text-align: right; }
    .next-page a:hover .image-next:after {
      visibility: visible;
      opacity: 1; }
    .next-page a:hover .image-next:before {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }
  .next-page .next-title {
    text-align: right; }

.prev-link-page-info > span {
  display: block; }
.prev-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }
  .prev-link-page-info .date-details > div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600; }
  .prev-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600; }
  .prev-link-page-info .date-details:only-child {
    margin-top: 0; }

.next-link-page-info > span {
  display: block; }
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }
  .next-link-page-info .date-details > div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600; }
  .next-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600; }
  .next-link-page-info .date-details:only-child {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset; }
    .prev-page + .next-page {
      margin-top: 0; }

  .next-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .page-navigation {
    flex-direction: column; } }
@media screen and (max-width: 575px) {
  .prev-page .page-info > a {
    padding: 10px; }
  .prev-page .page-info .prev-title {
    max-width: 168px; }
  .prev-page .page-info .next-title {
    max-width: 168px; }

  .next-page .page-info > a {
    padding: 10px; }
  .next-page .page-info .prev-title {
    max-width: 168px; }
  .next-page .page-info .next-title {
    max-width: 168px; } }
/*==============================
 *    Owl Carousel
 *    ================================ */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff497c; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/*==============================
 *    Tabs
 *    ================================ */
ul.resp-tabs-list {
  margin-bottom: 15px;
  padding: 0px; }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 20px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  color: #ff497c;
  text-align: left;
  border-radius: 0; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 24px;
    padding-right: 10px;
    vertical-align: text-bottom; }

.resp-tabs-container {
  padding: 0px;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 40px; }

.resp-tabs-list li.resp-tab-active {
  margin-bottom: -1px;
  background-color: #ff497c;
  color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  background: transparent; }

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
  border-top: 0px solid #c1c1c1;
  margin-bottom: 5px;
  padding: 14px 15px;
  float: left;
  width: 100%;
  background: #1f2732 !important;
  border-radius: 0; }
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #ff497c !important;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0px; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/* vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0; }
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 18px 20px !important;
  margin: 0 0 25px;
  cursor: pointer;
  float: none;
  font-size: 18px;
  background: rgba(31, 39, 50, 0.1);
  color: #1f2732;
  border-radius: 0px; }
  .resp-vtabs .resp-tabs-list li:last-child {
    margin-bottom: 0; }
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }
.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0; }
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 18px 20px !important;
  background-color: #ff497c;
  color: #fff; }

.resp-arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px; }

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block; }
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block;
  border-color: #e8e8e8 !important; }

h2.resp-accordion.resp-tab-active {
  border-color: #e8e8e8 !important; }

/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 8px;
      font-size: 20px;
      color: #fff;
      vertical-align: text-bottom; }

  .resp-vtabs .resp-tab-content {
    margin-bottom: 5px;
    padding: 30px; }
    .resp-vtabs .resp-tab-content:last-child {
      margin-bottom: 0; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-tab-content {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 30px; }
    .resp-tab-content:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 575px) {
  .resp-vtabs .resp-tab-content, .resp-tab-content {
    padding: 20px; } }
/*==============================
 *    Accordion
 *    ================================ */
/*accordion-style*/
.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none; }
.accordion-style .btn-link {
  color: #ff497c;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff; }
  .accordion-style .btn-link.collapsed {
    color: #42545e;
    line-height: 26px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border: none;
    padding: 20px 45px 20px 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff; }
  .accordion-style .btn-link:hover, .accordion-style .btn-link:active, .accordion-style .btn-link:focus {
    text-decoration: none;
    color: #ff497c; }
  .accordion-style .btn-link.collapsed:after {
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 22px;
    position: absolute;
    color: #212121;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center; }
  .accordion-style .btn-link:after {
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 20px;
    position: absolute;
    color: #ff497c;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 22px;
    width: 25px;
    height: 25px;
    text-align: center; }
.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none; }

@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px; } }
/* accordion-style1 */
.accordion-style.style1 .card {
  box-shadow: none; }
.accordion-style.style1 .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.accordion-style.style1 .btn-link {
  font-weight: unset;
  padding: 20px 45px 20px 0px;
  background-color: transparent; }
  .accordion-style.style1 .btn-link.collapsed {
    font-weight: unset;
    padding: 20px 45px 20px 0px;
    background-color: transparent; }
  .accordion-style.style1 .btn-link:after, .accordion-style.style1 .btn-link.collapsed:after {
    top: 22px; }
.accordion-style.style1 .card-body {
  padding: 25px 30px 0px 26px;
  background: transparent; }

/*==============================
 *    Pages
 *    ================================ */
/* sidebar */
.sidebar .widget {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px; }

.sidebar .widget .blog-tag a, .blog-tag a {
  background-color: #ff497c;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ff497c; }

.sidebar .widget .blog-tag a:hover, .sidebar .widget .blog-tag a:active, .sidebar .widget .blog-tag a:focus,
.blog-tag a:hover, .blog-tag a:active, .blog-tag a:focus {
  background-color: #fff;
  color: #ff497c; }

@media screen and (max-width: 1199px) {
  .sidebar .widget {
    padding: 28px; } }
/* quote */
.quote-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 84%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .quote-content:before {
    width: 94%; } }
@media screen and (max-width: 767px) {
  .quote-content:before {
    width: 92%; } }
@media screen and (max-width: 479px) {
  .quote-content:before {
    height: 96%; } }
/* searchbar */
.sidebar .widget .search-input {
  height: 51px; }

.sidebar .widget_search .btn-style1 {
  padding: 15px 30px 15px 30px; }

/* sidebar widget */
.widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .widget .widget-brochure li {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 0.25rem;
    background: #fff; }
    .widget .widget-brochure li a {
      position: relative;
      display: block;
      padding: 16px 15px 16px 75px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 800; }
      .widget .widget-brochure li a i {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        line-height: 3;
        text-align: center;
        font-size: 20px;
        background: #ff497c;
        color: #ffffff;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem; }
    .widget .widget-brochure li:last-child {
      margin-bottom: 0; }

/* widget categories */
.widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .widget_categories ul .cat-item {
    margin-bottom: 10px; }
    .widget_categories ul .cat-item a {
      position: relative;
      display: block;
      text-transform: capitalize;
      padding: 15px 20px 15px 20px;
      border: 1px solid #ededed;
      font-weight: 600;
      border-radius: 0.25rem;
      background: #ffffff;
      transition: all 0.3s ease 0s; }
      .widget_categories ul .cat-item a:hover {
        background-color: #1f2732;
        color: #ffffff; }
    .widget_categories ul .cat-item:first-child {
      padding-top: 0; }
    .widget_categories ul .cat-item:last-child {
      margin-bottom: 0; }
    .widget_categories ul .cat-item span.cat-name {
      padding-right: 5px; }

/*service-sidebar-banner*/
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%); }
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%; }
  .banner-wrapper .icon-boxs i {
    line-height: 80px; }

.comment-reply-link {
  color: #1f2732;
  background: rgba(31, 39, 50, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px; }
  .comment-reply-link:hover {
    color: #fff;
    background: #1f2732; }

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.9rem !important;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600; }

/*==============================
 *    Others
 *    ================================ */
/* pricing-style01 */
.pricing-style01 .pricing-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%; }
  .pricing-style01 .pricing-block h6 {
    text-transform: uppercase;
    color: #ff497c;
    font-size: 25px;
    margin-bottom: 0;
    padding: 28px 35px; }
  .pricing-style01 .pricing-block h4 {
    font-size: 64px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    background-color: #f8f9fa;
    padding: 20px 35px;
    line-height: 1; }
    .pricing-style01 .pricing-block h4 span {
      font-size: 29px;
      margin-right: 5px;
      -webkit-text-fill-color: #1f2732;
      -webkit-text-stroke-color: unset;
      -webkit-text-stroke-width: 0; }
  .pricing-style01 .pricing-block .pricing-list {
    padding: 35px; }

@media screen and (max-width: 1199px) {
  .pricing-style01 .pricing-block h6 {
    font-size: 20px;
    padding: 28px 20px; }
  .pricing-style01 .pricing-block h4 {
    font-size: 50px;
    padding: 20px 20px; }
  .pricing-style01 .pricing-block .pricing-list {
    padding: 20px; } }
/* extra-style01 */
.extra-style01 .story-video {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px; }
.extra-style01 .right-content {
  padding: 120px 240px 0 0; }
  .extra-style01 .right-content .inner-content {
    background-color: #fff;
    padding: 120px; }

@media screen and (max-width: 1599px) {
  .extra-style01 .right-content .inner-content {
    padding: 60px; } }
@media screen and (max-width: 1399px) {
  .extra-style01 .right-content {
    padding: 120px 120px 0 0; }
  .extra-style01 .story-video {
    padding: 30px; }
    .extra-style01 .story-video .video_btn2 {
      width: 60px;
      height: 60px;
      line-height: 60px; }
      .extra-style01 .story-video .video_btn2:before {
        width: 75px;
        height: 75px; }
      .extra-style01 .story-video .video_btn2:after {
        width: 60px;
        height: 60px; } }
@media screen and (max-width: 1199px) {
  .extra-style01 .right-content .inner-content {
    padding: 40px; } }
@media screen and (max-width: 575px) {
  .extra-style01 .right-content {
    padding: 80px 40px 0 0; }
    .extra-style01 .right-content .inner-content {
      padding: 30px; } }
/* extra-style02 */
.extra-style02:after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  height: 100%;
  width: 60%;
  background: #1f2732;
  transform: skewX(-10deg); }
.extra-style02 .main-title {
  font-size: 55px; }
.extra-style02 .bg-img {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 991px) {
  .extra-style02:after {
    transform: none;
    left: 0;
    width: 100%; } }
/* extra-style03 */
.extra-style03 .extra-content-box {
  padding-top: 330px; }
  .extra-style03 .extra-content-box ul.inner-box {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: end; }
    .extra-style03 .extra-content-box ul.inner-box li.one {
      background-color: #fff;
      width: 350px;
      display: flex;
      align-items: center;
      padding: 40px;
      margin-right: 30px; }
      .extra-style03 .extra-content-box ul.inner-box li.one h4 {
        font-size: 40px;
        margin-bottom: 0;
        margin-right: 15px; }
    .extra-style03 .extra-content-box ul.inner-box li.two {
      background: rgba(0, 0, 0, 0.2);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      width: 350px;
      padding: 37px;
      display: flex;
      align-items: center; }

@media screen and (max-width: 1199px) {
  .extra-style03 .extra-content-box {
    padding-top: 200px; } }
@media screen and (max-width: 767px) {
  .extra-style03 .extra-content-box {
    padding-top: 120px; }
    .extra-style03 .extra-content-box ul.inner-box {
      display: block; }
      .extra-style03 .extra-content-box ul.inner-box li.one {
        margin-right: 0;
        margin-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .extra-style03 .extra-content-box {
    padding-top: 0; }
    .extra-style03 .extra-content-box ul.inner-box li.one, .extra-style03 .extra-content-box ul.inner-box li.two {
      width: 296px; }
    .extra-style03 .extra-content-box ul.inner-box li.one h4 {
      font-size: 34px; }
    .extra-style03 .extra-content-box ul.inner-box li.two {
      padding: 35px; } }
/* error-style01 */
.error-style01 h1 {
  font-size: 450px;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  letter-spacing: .027em;
  line-height: 0.8; }

@media screen and (max-width: 1399px) {
  .error-style01 h1 {
    font-size: 395px; } }
@media screen and (max-width: 1199px) {
  .error-style01 h1 {
    font-size: 315px; } }
@media screen and (max-width: 767px) {
  .error-style01 h1 {
    font-size: 235px; } }
@media screen and (max-width: 575px) {
  .error-style01 h1 {
    font-size: 125px;
    margin-bottom: 25px; } }
/* about-style-01 */
.about-style-01 .about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.about-style-01 .inner-content {
  position: relative;
  width: calc(100% - 50px); }
  .about-style-01 .inner-content .rotate-circle {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    font-size: 16px; }
.about-style-01 .about-left .circle-button .rotate-circle svg {
  width: 500px;
  fill: #1d1d1d; }
.about-style-01 .inner-content .circle-button:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  border: 70px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%; }
.about-style-01 .inner-content .half-circle-img {
  height: 450px;
  width: 225px;
  border-bottom-right-radius: 450px;
  border-top-right-radius: 450px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .about-style-01 .inner-content .half-circle-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 1399px) {
  .about-style-01 .inner-content {
    width: calc(100% - 0px); } }
@media screen and (max-width: 991px) {
  .about-style-01 .inner-content {
    width: calc(100% - 220px); } }
@media screen and (max-width: 767px) {
  .about-style-01 .inner-content {
    width: calc(100% - 50px); } }
/* about-style-02 */
.about-style-02 .left-content .exp-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff497c;
  width: 430px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word; }
  .about-style-02 .left-content .exp-box span {
    display: inline-block;
    font-size: 140px;
    line-height: 0.7;
    color: #fff;
    margin-right: 20px;
    letter-spacing: -0.06em; }
  .about-style-02 .left-content .exp-box h6 {
    display: inline-block;
    margin-bottom: 0 !important;
    color: #fff;
    width: 26%;
    font-size: 20px; }

@media screen and (max-width: 1399px) {
  .about-style-02 .left-content .exp-box {
    width: 400px;
    height: 165px; }
    .about-style-02 .left-content .exp-box span {
      font-size: 115px; }
    .about-style-02 .left-content .exp-box h6 {
      font-size: 18px; } }
@media screen and (max-width: 767px) {
  .about-style-02 .left-content .exp-box {
    width: 330px;
    height: 145px; }
    .about-style-02 .left-content .exp-box span {
      font-size: 70px; }
    .about-style-02 .left-content .exp-box h6 {
      font-size: 15px; } }
@media screen and (max-width: 575px) {
  .about-style-02 .left-content .exp-box {
    width: 100%;
    height: 105px; }
    .about-style-02 .left-content .exp-box span {
      font-size: 55px;
      margin-right: 10px; } }
@media screen and (max-width: 479px) {
  .about-style-02 .left-content .exp-box h6 {
    font-size: 13px; } }
/* faq-style-01 */
.faq-style-01 .rotate-text {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(123px);
  -moz-transform: rotate(-90deg) translateX(123px);
  -ms-transform: rotate(-90deg) translateX(123px);
  -o-transform: rotate(-90deg) translateX(123px);
  transform: rotate(-90deg) translateX(123px);
  display: block; }
  .faq-style-01 .rotate-text h2 {
    perspective: 400px;
    color: rgba(31, 39, 50, 0.05);
    font-size: 192px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; }

@media screen and (max-width: 1399px) {
  .faq-style-01 .rotate-text h2 {
    font-size: 170px; } }
@media screen and (max-width: 1199px) {
  .faq-style-01 .rotate-text h2 {
    font-size: 135px; } }
/* process-style-01 */
.process-style-01 .process-block {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .process-style-01 .process-block .process-img {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    background-color: #000; }
    .process-style-01 .process-block .process-img.one {
      background-color: #000; }
    .process-style-01 .process-block .process-img.two {
      background-color: #232323; }
    .process-style-01 .process-block .process-img.three {
      background-color: #323232; }
    .process-style-01 .process-block .process-img img {
      opacity: 0;
      transform: translate3d(50px, 0, 0);
      transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
      display: block; }
  .process-style-01 .process-block:hover .process-img img {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .process-style-01 .process-block .process-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s;
    background-color: transparent !important;
    transition-delay: 0s; }
    .process-style-01 .process-block .process-content .content-inner {
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      padding: 10% 12%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex; }
      .process-style-01 .process-block .process-content .content-inner h3 {
        font-size: 58px;
        color: #fff;
        margin-bottom: 32px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: currentColor;
        -webkit-text-stroke-width: 1px;
        letter-spacing: .027em; }

@media screen and (max-width: 1599px) {
  .process-style-01 .process-block .process-content .content-inner {
    padding: 10% 8%; }
    .process-style-01 .process-block .process-content .content-inner h3 {
      font-size: 46px; } }
@media screen and (max-width: 1399px) {
  .process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 40px; } }
@media screen and (max-width: 1199px) {
  .process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 32px;
    margin-bottom: 20px; } }
/* testimonial-style01 */
.testimonial-style01 svg {
  fill: none;
  stroke: rgba(255, 73, 124, 0.2);
  stroke-width: 1; }
.testimonial-style01 .quote-icon {
  position: absolute;
  left: 0;
  top: 0; }
.testimonial-style01 .owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
  transition: all 500ms ease;
  border-radius: unset; }
.testimonial-style01 .owl-carousel .owl-nav button.owl-prev, .testimonial-style01 .owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: #ff497c;
  color: #fff;
  position: absolute;
  top: 40%; }
.testimonial-style01 .owl-theme .owl-nav [class*='owl-']:hover {
  background: #1f2732; }
.testimonial-style01 .owl-carousel .owl-nav button.owl-prev {
  left: 0; }
.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
  right: 0; }

/* counter-style1 */
.counter-style1 .counter-block {
  padding-top: 50px;
  position: relative; }
  .counter-style1 .counter-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(31, 39, 50, 0.1333333333); }
  .counter-style1 .counter-block h3 {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(31, 39, 50, 0.768627451); }
    .counter-style1 .counter-block h3 small {
      position: relative;
      font-size: 40px;
      top: -50px; }
  .counter-style1 .counter-block p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0; }
  .counter-style1 .counter-block:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #ff497c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .counter-style1 .counter-block:hover:after {
    width: 70%; }

@media screen and (max-width: 1399px) {
  .counter-style1 .counter-block h3 {
    font-size: 75px; } }
@media screen and (max-width: 991px) {
  .counter-style1 .counter-block h3 {
    font-size: 65px; }
  .counter-style1 .counter-block p {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .counter-style1 .counter-block {
    padding-top: 30px; } }
@media screen and (max-width: 479px) {
  .counter-style1 .counter-block h3 {
    font-size: 50px;
    margin-bottom: 0; } }
/* clients-style01 */
.clients-style01 .clients-img img {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81); }
.clients-style01 .clients-img:hover img {
  opacity: 1;
  transform: translate3d(-20px, 0, 0); }

/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #ff497c; }

.form-check-input:checked {
  border-color: #ff497c;
  background-color: #ff497c; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.quform-element {
  margin-bottom: 1rem; }

/* newsletter */
.newsletter-form .quform-elements {
  position: relative; }
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px; }
  .newsletter-form .quform-submit-inner .btn {
    padding: 0.500rem 1.15rem; }
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff; }
.newsletter-form .form-control:focus, .newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
  border-color: #f5543f; }
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px; }
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem; }

/* social-icon-style1 */
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none; }
  .social-icon-style1 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style1 li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
      height: 41px;
      line-height: 41px;
      width: 41px; }
      .social-icon-style1 li a:hover {
        background: #ff497c; }
    .social-icon-style1 li:last-child {
      margin-right: 0; }

/* social-icon-style2 */
.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none; }
  .social-icon-style2 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style2 li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: #1f2732;
      height: 41px;
      line-height: 41px;
      width: 41px; }
      .social-icon-style2 li a:hover {
        background: #ff497c; }

/*search page*/
.search-form_input {
  color: #ff497c; }

.search-frame h4 a:hover {
  color: #ff497c; }
.search-frame .search_list .match {
  color: #ff497c; }
.search-frame .search_list li:before {
  color: #ff497c; }
.search-frame .search_list li + li {
  border-top: 3px solid #ff497c; }
.search-frame .search {
  color: #ff497c; }

/* contact-map */
.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0; }

/* contact-style01 */
.contact-style01 .contact-data {
  border: 1px solid #dee2e6;
  border-left: 0; }
.contact-style01 .contact-map-button a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  fill: #ff497c;
  color: #ff497c;
  background-color: #ff497c;
  padding: 0px 0px 0px 0px;
  line-height: 37px; }
  .contact-style01 .contact-map-button a .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: inherit;
    align-items: center; }
    .contact-style01 .contact-map-button a .main-content span.map-icon {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      text-decoration: inherit;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: 1px solid;
      line-height: 30px;
      text-indent: 35px;
      overflow: hidden;
      text-align: center;
      transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s, background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in, color 0.3s ease-out;
      margin-right: 12px;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .contact-style01 .contact-map-button a .main-content span.map-text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
      display: inline-block;
      text-decoration: inherit;
      color: #ff497c; }
  .contact-style01 .contact-map-button a:focus {
    color: #fff; }
  .contact-style01 .contact-map-button a:hover {
    color: #fff; }
    .contact-style01 .contact-map-button a:hover .main-content span.map-icon {
      width: 32px;
      height: 32px;
      line-height: 30px;
      background-color: #ff497c;
      color: #fff;
      text-indent: 0;
      transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s, background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s; }

@media screen and (max-width: 767px) {
  .contact-style01 .contact-data {
    border-left: 1px solid #dee2e6; } }
/*==============================
 *    Footer
 *    ================================ */
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block; }
  .footer-logo > a {
    display: inline-block; }

footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px; }
  footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease; }
    footer .email a:hover:after, footer .email a:active:after, footer .email a:focus:after {
      width: 100%; }
    footer .email a:hover, footer .email a:active, footer .email a:focus {
      color: #ff497c; }
    footer .email a:after {
      border-bottom: 1px solid #fff;
      transition: all 0.8s ease;
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 0; }
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0; }
  footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: #fff; }
    footer .phone a:hover, footer .phone a:active, footer .phone a:focus {
      color: #ff497c; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px; } }

/*# sourceMappingURL=styles.css.map */
