@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Lifego - Life and Business Coach HTML Template
    Description: Life and Business Coach HTML Template
    Author: Chitrakoot Web
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Section Heading
    05. Main Banner
    06. Page title
    07. Cards
    08. Video
    09. Portfolio
    10. Pagination
    11. Page navigation
    12. Owl Carousel
    13. Accordion
    14. Tabs
    15. Pages
    16. Blog
    17. Others
    18. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #FB2828;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #FB2828;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #FB2828;
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

a[href^="mailto"] {
  color: inherit;
  text-decoration: none; }

/* heading */
h1 {
  color: #042A2D; }
  h1 a {
    color: #042A2D; }
    h1 a:hover, h1 a:active, h1 a:focus {
      color: #FB2828; }

h2 {
  color: #042A2D; }
  h2 a {
    color: #042A2D; }
    h2 a:hover, h2 a:active, h2 a:focus {
      color: #FB2828; }

h3 {
  color: #042A2D; }
  h3 a {
    color: #042A2D; }
    h3 a:hover, h3 a:active, h3 a:focus {
      color: #FB2828; }

h4 {
  color: #042A2D; }
  h4 a {
    color: #042A2D; }
    h4 a:hover, h4 a:active, h4 a:focus {
      color: #FB2828; }

h5 {
  color: #042A2D; }
  h5 a {
    color: #042A2D; }
    h5 a:hover, h5 a:active, h5 a:focus {
      color: #FB2828; }

h6 {
  color: #042A2D; }
  h6 a {
    color: #042A2D; }
    h6 a:hover, h6 a:active, h6 a:focus {
      color: #FB2828; }

.h1 {
  color: #042A2D; }
  .h1 a {
    color: #042A2D; }
    .h1 a:hover, .h1 a:active, .h1 a:focus {
      color: #FB2828; }

.h2 {
  color: #042A2D; }
  .h2 a {
    color: #042A2D; }
    .h2 a:hover, .h2 a:active, .h2 a:focus {
      color: #FB2828; }

.h3 {
  color: #042A2D; }
  .h3 a {
    color: #042A2D; }
    .h3 a:hover, .h3 a:active, .h3 a:focus {
      color: #FB2828; }

.h4 {
  color: #042A2D; }
  .h4 a {
    color: #042A2D; }
    .h4 a:hover, .h4 a:active, .h4 a:focus {
      color: #FB2828; }

.h5 {
  color: #042A2D; }
  .h5 a {
    color: #042A2D; }
    .h5 a:hover, .h5 a:active, .h5 a:focus {
      color: #FB2828; }

.h6 {
  color: #042A2D; }
  .h6 a {
    color: #042A2D; }
    .h6 a:hover, .h6 a:active, .h6 a:focus {
      color: #FB2828; }

.min-height-300 {
  min-height: 300px; }

.h-100vh {
  height: 100vh; }

.primary-overlay[data-overlay-dark]:before {
  background: #FB2828; }

.secondary-overlay[data-overlay-dark]:before {
  background: #019297; }

.dark-overlay[data-overlay-dark]:before {
  background: #042A2D; }

.left-overlay-dark[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.76);
  background: linear-gradient(-80deg, transparent, #042A2D 55%); }

.left-overlay-dark-two[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.76);
  background: linear-gradient(0deg, #000 17.17%, #000000 87.88%); }

.text-primary, .text-primary-hover:hover {
  color: #FB2828 !important; }

.bg-primary {
  background-color: #FB2828 !important; }

.border-primary {
  border-color: #FB2828 !important; }

.bg-light {
  background-color: rgba(1, 146, 151, 0.05) !important; }

.text-secondary, .text-secondary-hover:hover {
  color: #019297 !important; }

.bg-secondary {
  background: #019297 !important; }

.bg-dark {
  background-color: #042A2D !important; }

.text-dark, .text-dark-hover:hover {
  color: #042A2D !important; }

.primary-shadow {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08); }

.min-vh-100 {
  min-height: 100vh; }

.height-300 {
  height: 300px; }

@media screen and (min-width: 576px) {
  .w-100vw {
    width: 100vw; } }
.primary-boxshadow {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }

@media screen and (min-width: 992px) {
  .vw-70 {
    width: 70vw; } }
/* scroll to top */
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }
  .scroll-top-percentage.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px; } }
#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: var(--rr-common-white);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600; }
  #scroll-value i {
    font-size: 20px; }

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
/* icon */
.icon-box {
  font-size: 30px;
  margin-bottom: 33px;
  display: inline-block;
  color: #ffffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #019297;
  text-align: center; }
  .icon-box.medium {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .icon-box.small {
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px; }

@media screen and (max-width: 991px) {
  .icon-box {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 23px; } }
@media screen and (max-width: 575px) {
  .icon-box {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px; } }
/* animation */
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out; }

@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* list-style1 */
.list-style1 li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.85); }
  .list-style1 li:last-child {
    margin-bottom: 0; }
  .list-style1 li a {
    color: rgba(255, 255, 255, 0.85); }
    .list-style1 li a:hover {
      color: #019297; }

/* list-style2 */
.list-style2 {
  list-style: none;
  padding-left: 0; }
  .list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px; }
    .list-style2 li:last-child {
      margin-bottom: 0; }
    .list-style2 li:before {
      content: "\e64d";
      font-family: 'themify';
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 35px;
      color: #019297; }

/*==============================
 *    Button styles
 *    ================================ */
/* button-text */
.button-text {
  padding: 0;
  position: relative;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 500; }
  .button-text a {
    border-bottom: 2px solid; }
  .button-text:hover {
    border-color: #019297; }

/*btn-style1*/
.btn-style1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #019297;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 20px 35px 20px 35px !important;
  z-index: 9;
  border-radius: 30px;
  text-transform: uppercase; }
  .btn-style1:hover {
    transform: translateY(-8px);
    background-color: #FB2828;
    color: #fff; }
  .btn-style1.md {
    font-size: 15px !important;
    padding: 16px 30px !important; }
  .btn-style1.sm {
    font-size: 14px !important;
    padding: 14px 28px !important; }
  .btn-style1.primary {
    background-color: #FB2828; }
    .btn-style1.primary:hover {
      background-color: #019297; }

/* butn-style2 */
.btn-style2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #019297;
  color: #fff;
  border: 2px solid #019297;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 18px 28px;
  z-index: 9;
  border-radius: 0;
  text-transform: uppercase; }
  .btn-style2:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.35s ease 0s;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .btn-style2:hover, .btn-style2:active, .btn-style2:focus {
    color: #fff !important;
    border-color: #FB2828;
    background: #FB2828; }
  .btn-style2:hover:after, .btn-style2:active:after, .btn-style2:focus:after {
    height: 450%;
    transition: all 1s ease 0s;
    background: #FB2828; }
  .btn-style2.primary {
    background: #FB2828;
    color: #fff;
    border: 2px solid #FB2828; }
    .btn-style2.primary:after {
      background: #ffffff; }
    .btn-style2.primary:hover, .btn-style2.primary:active, .btn-style2.primary:focus {
      color: #fff !important;
      border-color: #019297;
      background: #019297; }
    .btn-style2.primary:hover:after, .btn-style2.primary:active:after, .btn-style2.primary:focus:after {
      background: #019297; }
  .btn-style2.medium {
    padding: 13px 22px !important; }
  .btn-style2.small {
    padding: 10px 18px !important; }

/* butn-style3 */
.btn-style3 {
  display: inline-block;
  background-color: #FB2828;
  color: #fff !important;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  border-radius: 0.25rem;
  transition-duration: .3s; }
  .btn-style3.secondary {
    background-color: #019297; }
    .btn-style3.secondary:hover {
      background-color: #FB2828; }
  .btn-style3:hover {
    background-color: #019297; }
  .btn-style3.white:hover {
    background-color: #fff;
    color: #FB2828 !important; }
    .btn-style3.white:hover span {
      color: #FB2828; }
  .btn-style3.medium {
    padding: 13px 22px !important;
    font-size: 14px; }
  .btn-style3.small {
    padding: 10px 18px !important;
    font-size: 14px; }

/*==============================
 *    Navigation
 *    ================================ */
/* top bar  */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #FB2828; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #FB2828 #FB2828 transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #FB2828; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #FB2828 #FB2828 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #019297; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #019297; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #019297; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #019297 #019297 transparent; }

@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: #FB2828; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #FB2828; }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #019297; }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: #019297; }
  .menu_area-light.scrollHeader .navbar ul ul li.active > a, .menu_area-light.scrollHeader .navbar-nav li.has-sub a:hover {
    color: #019297; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #019297; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #019297 #019297 transparent; }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #FB2828 #FB2828 transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #019297; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #019297; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #019297 #019297 transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #FB2828; }
  .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
    color: #FB2828; }
  .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #FB2828; }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #FB2828 #FB2828 transparent; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #FB2828; }
    .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; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #FB2828; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #FB2828 #FB2828 transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #019297; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #019297; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #019297 #019297 transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #FB2828; }
  .header-style2 .butn.secondary:before {
    background: #ffffff; }
  .header-style2 .butn.secondary:hover, .header-style2 .butn.secondary:focus, .header-style2 .butn.secondary:active {
    color: #121c22 !important; }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #FB2828; }
  .header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important; } }
/* headerstyle03 */
.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
  color: #FB2828; }

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #FB2828; }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #FB2828; }
  .header-style3 .navbar ul ul li.active > a {
    color: #FB2828; }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #FB2828; }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #FB2828; }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #FB2828 #FB2828 transparent; }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #019297; }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:SecondaryColor:after {
    border-color: transparent #019297 #019297 transparent; }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #019297; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #019297; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #019297; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #019297 #019297 transparent; } }
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #FB2828; }
    .header-style3 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style3 .navbar-toggler:before {
      background: #fff; }
    .header-style3 .navbar-toggler.menu-opened:after, .header-style3 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/*==============================
 *    Section Heading
 *    ================================ */
/*.sec-title01*/
.sec-title01 .small-title {
  padding: 3px 15px;
  background-color: rgba(1, 146, 151, 0.25);
  margin-bottom: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 100px;
  color: #019297; }
.sec-title01 .title-sm {
  position: relative;
  z-index: 2;
  display: inline-block; }
  .sec-title01 .title-sm:hover:before {
    height: 100%;
    bottom: 0; }
  .sec-title01 .title-sm:before {
    content: '';
    background: rgba(1, 146, 151, 0.4);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    transition: transform .85s,opacity .85s,height .45s,bottom .45s,color .45s;
    transform: scale(1, 1) !important; }

/*==============================
 *    Main Banner
 *    ================================ */
/* slider-fade1 */
.slider-fade1 span {
  animation-delay: 1.2s; }
.slider-fade1 h1 {
  animation-delay: 1.6s; }
.slider-fade1 a {
  animation-delay: 2.0s; }
.slider-fade1 .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; }
.slider-fade1.owl-theme .owl-dots .owl-dot span {
  transition: all 0.4s ease;
  background: #fff;
  opacity: .3;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: relative;
  margin: 0 10px; }
.slider-fade1.owl-theme .owl-dots .owl-dot.active span, .slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  opacity: 1; }
.slider-fade1.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 35px;
  transition: .3s;
  transform: translateY(-50%); }
.slider-fade1.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 35px;
  transition: .3s;
  transform: translateY(-50%); }
  .slider-fade1.owl-theme .owl-nav .owl-next:hover {
    background-color: transparent; }
.slider-fade1.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent; }
.slider-fade1 .owl-nav i, .slider-fade1 .owl-nav span {
  font-weight: 600;
  color: #fff;
  transition-duration: 500ms;
  font-size: 20px; }
.slider-fade1 .owl-nav .owl-next:hover i, .slider-fade1 .owl-nav .owl-prev:hover i {
  color: #fff;
  opacity: .5; }

@media screen and (max-width: 575px) {
  .slider-fade1.owl-theme .owl-nav .owl-prev {
    left: 15px; }
  .slider-fade1.owl-theme .owl-nav .owl-next {
    right: 15px; } }
/*slider-fade1*/
.slider-fade1 .banner-items {
  background-color: #fff;
  display: flex;
  justify-content: end;
  z-index: 99;
  align-items: end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 650px;
  padding: 88px 87px; }
.slider-fade1 .banner-btn {
  background-color: #212529;
  width: 55px;
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .4s; }
  .slider-fade1 .banner-btn:hover {
    background-color: #019297; }

@media screen and (max-width: 1399px) {
  .slider-fade1 .banner-items {
    width: 542px;
    padding: 83px 50px; } }
@media screen and (max-width: 1199px) {
  .slider-fade1 .banner-items {
    width: 585px;
    padding: 88px 47px; } }
@media screen and (max-width: 991px) {
  .slider-fade1 .banner-items {
    width: 503px; } }
@media screen and (max-width: 767px) {
  .slider-fade1 .banner-items {
    width: 100%;
    border-bottom: 1px solid #edeff6;
    justify-content: start;
    padding: 88px 70px; } }
@media screen and (max-width: 575px) {
  .slider-fade1 .banner-btn {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .slider-fade1 .banner-items {
    padding: 40px 16px;
    display: unset; } }
/*banner-style-02*/
.banner-style-02 .banner-content .banner-icon {
  background-color: #019297;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden; }
.banner-style-02 .banner-img img {
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -10px; }

/*==============================
 *    Page title
 *    ================================ */
/*page-title-section*/
.page-title-section {
  padding: 190px 0px 120px 0px; }
  .page-title-section ul {
    display: flex;
    position: relative;
    justify-content: center; }
    .page-title-section ul li {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      text-transform: uppercase;
      font-size: 13px; }
      .page-title-section ul li:after {
        content: '\f111';
        font-weight: 700;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.8);
        font-size: 4px;
        font-family: "Font Awesome 6 Free";
        padding: 0 10px 0 10px; }
      .page-title-section ul li:last-child:after {
        content: none; }
      .page-title-section ul li:last-child, .page-title-section ul li:last-child a {
        color: rgba(115, 237, 124, 0.8); }
      .page-title-section ul li a {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        font-size: 13px; }

@media screen and (max-width: 767px) {
  .page-title-section {
    padding: 160px 0px 90px 0px; } }
/*==============================
 *    Cards
 *    ================================ */
/*card-style01*/
.card-style01 {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03); }
  .card-style01 .card-footer {
    background-color: #fff;
    padding: 14px 23px;
    display: flex;
    justify-content: space-between; }
  .card-style01 .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0; }
    .card-style01 .card-img img {
      transition: all 500ms ease; }
  .card-style01:hover .card-img img {
    transform: scale(1.1); }
  .card-style01 .card-arrow {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    color: #ffffff;
    padding: 10px 14px;
    font-weight: 600;
    line-height: 1;
    background-color: #FB2828;
    text-transform: capitalize; }
    .card-style01 .card-arrow span {
      position: relative;
      color: #ffffff;
      font-weight: 700;
      font-size: 30px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
  .card-style01:hover .card-arrow i {
    transition: transform .5s;
    transform: rotate(45deg); }

/* card-style02 */
.card-style02 {
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border-radius: 10px;
  margin-bottom: 17px; }
  .card-style02 .service-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .card-style02 .service-img img {
      transition: all 500ms ease;
      border-radius: 10px 10px 0 0; }
  .card-style02 .card-img-text span {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #042A2D;
    padding: 4px 16px;
    font-size: 14px;
    border-radius: 30px 30px 30px 30px;
    transition: all 0.4s ease; }
  .card-style02 .card-footer {
    background-color: #fff;
    padding: 14px 19px;
    margin: 0 26px; }
  .card-style02:hover .card-img-text span {
    background-color: #019297; }
  .card-style02:hover .service-img img {
    transform: scale(1.1);
    border-radius: 10px 10px 0 0; }

/*card-style03*/
.card-style03 {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1); }
  .card-style03 .card-body {
    padding: 15%; }
  .card-style03 .service-img {
    background-color: #f8f9fa;
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .card-style03 .service-btn {
    font-weight: 700;
    display: flex;
    align-items: center; }
  .card-style03 .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #019297;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0); }
  .card-style03:hover .card-overlay {
    opacity: 1; }
  .card-style03:hover h3 a, .card-style03:hover .service-btn {
    color: #fff; }
  .card-style03 .service-btn i {
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0); }
  .card-style03:hover .service-btn i {
    color: #fff !important; }
  .card-style03:hover p {
    color: rgba(255, 255, 255, 0.7); }
  .card-style03 .service-btn:hover {
    color: rgba(255, 255, 255, 0.7); }
  .card-style03 p, .card-style03 .service-btn {
    transition: .4s; }

@media screen and (max-width: 991px) {
  .card-style03 .card-body {
    padding: 10%; } }
@media screen and (max-width: 575px) {
  .card-style03 .card-body {
    padding: 6%; } }
/*card-style04*/
.card-style04 .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility .3s;
  background: rgba(1, 146, 151, 0.9); }
.card-style04 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility .3s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .card-style04 .card-body .team-title, .card-style04 .card-body .team-sub-title, .card-style04 .card-body .social-icons {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1); }
  .card-style04 .card-body .team-sub-title {
    font-size: 13px;
    line-height: 22px; }
  .card-style04 .card-body .social-icons {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center; }
    .card-style04 .card-body .social-icons a {
      margin: 0 10px; }
      .card-style04 .card-body .social-icons a:first-child {
        margin-left: 0; }
.card-style04:hover .team-overlay {
  opacity: 1;
  visibility: visible; }
.card-style04:hover .card-body {
  opacity: 1;
  visibility: visible; }
  .card-style04:hover .card-body .team-title, .card-style04:hover .card-body .team-sub-title, .card-style04:hover .card-body .social-icons {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .card-style04:hover .card-body .team-title {
    transition-delay: 0s; }
  .card-style04:hover .card-body .team-sub-title {
    transition-delay: .2s; }
  .card-style04:hover .card-body .social-icons {
    transition-delay: .1s; }
.card-style04 .card-body .social-icons a:hover {
  opacity: 0.7; }

/* card-style05 */
.card-style05 {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08); }
  .card-style05 .radius-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .card-style05 .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .card-style05 .blog-img img {
      will-change: transform;
      -webkit-transition: -webkit-transform .3s ease;
      -ms-transition: -ms-transform .3s ease;
      transition: transform .3s ease;
      -webkit-transition: all .5s ease;
      -ms-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
      transform: scale(1.01, 1.01); }
  .card-style05 .post-date {
    position: absolute;
    right: 30px;
    top: -42px;
    font-size: 20px;
    background: #019297;
    color: #fff;
    border-radius: 3px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px;
    width: 70px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .card-style05 .post-date .month {
      font-size: 12px;
      text-transform: uppercase; }
  .card-style05 .blog-tag:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #8E919D;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    position: absolute;
    border-radius: 50%; }

/*card-style06*/
.card-style06 {
  border: none;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.06); }
  .card-style06 .card-style {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px; }
  .card-style06 .card-text {
    background-color: #83B457;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000; }

/* card-style07 */
.card-style07 {
  position: relative;
  overflow: hidden; }
  .card-style07 .card-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out; }
  .card-style07 .card-data {
    opacity: 0;
    position: absolute;
    bottom: -25px;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out; }
  .card-style07 .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 0;
    width: 80%; }
  .card-style07 img {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s; }
  .card-style07 .card-overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    background-color: rgba(24, 69, 93, 0.8); }
  .card-style07:hover .card-overlay {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out; }
  .card-style07 .btn-link-1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0 2px;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid white;
    background-color: transparent;
    border-radius: 0;
    color: white; }
  .card-style07 .card-custom-1, .card-style07 .card-custom-2 {
    padding: 5rem 4.5rem; }
  .card-style07 .card-body:hover .card-data {
    opacity: 1;
    bottom: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out; }
  .card-style07:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transition-duration: 4s;
    transition-duration: 4s; }
  .card-style07 .card-body:hover .card-hover-icon {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out; }
  .card-style07 .btn-link-1:hover {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 1599px) {
  .card-style07 .card-custom-1, .card-style07 .card-custom-2 {
    padding: 3rem 2.8rem; }
  .card-style07 .card-hover-icon {
    left: 70px; } }
@media screen and (max-width: 1399px) {
  .card-style07 .card-custom-1, .card-style07 .card-custom-2 {
    padding: 2rem 1.4rem; }
  .card-style07 .btn-link-1 {
    margin-top: 12px; }
  .card-style07 .card-hover-icon {
    left: 32px; } }
@media screen and (max-width: 1199px) {
  .card-style07 .card-text {
    width: 100%; } }
/*==============================
 *    Video
 *    ================================ */
.video-btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #FB2828;
  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 #FB2828;
    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 #FB2828;
    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: 50px;
    height: 50px;
    line-height: 50px; }
    .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; } }
/*==============================
 *    Portfolio
 *    ================================ */
/* filtering */
.filtering {
  margin-bottom: 40px; }
  .filtering span {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    margin: 5px;
    padding: 6px 15px;
    background: transparent;
    color: #019297;
    border-radius: .3rem;
    border: 2px solid #019297; }
  .filtering .active {
    color: #ffffff;
    background: #FB2828;
    border: 2px solid #FB2828; }

/*==============================
 *    pagination
 *    ================================ */
/* pagination */
.pagination {
  border-radius: 0;
  padding: 0; }
  .pagination li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 1rem; }
  .pagination a, .pagination span.current {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 0;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #dbdbdb;
    background: #fff; }
  .pagination a:hover {
    background-color: #FB2828;
    color: #fff; }
  .pagination .active a {
    background-color: #FB2828;
    color: #fff;
    cursor: default; }
  .pagination span.current {
    background-color: #FB2828;
    color: #fff;
    border-color: transparent; }

/*==============================
 *    Page navigation
 *    ================================ */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f7ff;
  padding: 0; }

.prev-page, .next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px; }

.prev-page:before, .next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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, .next-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, .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; }

.next-page .page-info .image-prev, .next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden; }

.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.next-page .page-info .prev-title, .next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
  display: none; }

.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
  display: none; }

.prev-page:hover:before, .next-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: #019297; }

.next-page .image-next:after {
  background-color: #019297; }

.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; }
.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out; }

.next-page {
  margin-left: auto; }
  .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 .image-next {
    margin-left: 20px; }
    .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 .image-next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
  .next-page .next-title {
    text-align: right; }

.prev-link-page-info > span, .next-link-page-info > span {
  display: block; }

.prev-link-page-info .date-details, .next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }

.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
  margin-top: 0; }

@media (max-width: 767px) {
  .prev-page, .next-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .prev-page + .next-page {
    margin-top: 0; }

  .page-navigation {
    flex-direction: column; } }
@media (max-width: 575px) {
  .prev-page .page-info > a, .next-page .page-info > a {
    padding: 10px; }

  .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    max-width: 168px; }

  .next-page .page-info .prev-title, .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.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FB2828; }

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 28px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/* testimonial-carousel-one */
.testimonial-carousel-one.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0; }
.testimonial-carousel-one.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 2px; }

/*testimonial-carousel-two*/
.testimonial-carousel-two.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border: 2px solid #828383;
  border-radius: 60px;
  line-height: 42px;
  transition-duration: 500ms;
  left: -90px;
  text-align: center;
  margin: auto; }
.testimonial-carousel-two.owl-theme .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  left: inherit;
  right: -90px; }
  .testimonial-carousel-two.owl-theme .owl-nav .owl-next:hover {
    background: #ffffff;
    border: 2px solid #fff; }
.testimonial-carousel-two.owl-theme .owl-nav .owl-prev:hover {
  background: #ffffff;
  border: 2px solid #fff; }
.testimonial-carousel-two .owl-nav i, .testimonial-carousel-two .owl-nav span {
  font-weight: 600;
  color: #fff;
  transition-duration: 500ms;
  font-size: 14px; }
.testimonial-carousel-two .owl-nav .owl-next:hover i, .testimonial-carousel-two .owl-nav .owl-prev:hover i {
  color: #232323; }

/*==============================
 *    Accordion
 *    ================================ */
/*accordion-style*/
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border-radius: 0; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style .btn-link {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  border-radius: 0;
  padding: 20px 55px 20px 25px;
  font-weight: 400;
  text-decoration: none;
  background-color: #019297; }
  .accordion-style .btn-link.collapsed {
    color: #212121;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 20px 55px 20px 25px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent; }
  .accordion-style .btn-link:hover {
    text-decoration: none; }
  .accordion-style .btn-link.collapsed:after {
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 17px;
    position: absolute;
    color: #212121;
    background-color: #ececec;
    border-radius: 0;
    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: 17px;
    position: absolute;
    color: #FB2828;
    background-color: #fff;
    border-radius: 0;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center; }
.accordion-style .card-body {
  padding: 25px 30px 25px 26px;
  line-height: 24px;
  text-align: left; }

@media screen and (max-width: 991px) {
  .accordion-style .btn-link {
    padding: 20px 50px 20px 18px; }
    .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
      top: 20px; } }
@media screen and (max-width: 575px) {
  .accordion-style .btn-link.collapsed {
    padding: 20px 50px 20px 18px; } }
/*==============================
 *    Tabs
 *    ================================ */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 0; }

.resp-tabs-list li.resp-tab-active i {
  color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #FB2828 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

/* tab-style1 */
.tab-style1 .resp-tabs-list li {
  text-align: center;
  padding: 6px 16px;
  position: relative;
  border-radius: 50rem;
  margin: 0 4px 0 0;
  min-width: auto; }
  .tab-style1 .resp-tabs-list li.resp-tab-active {
    background-color: #FB2828;
    color: #fff; }
.tab-style1 .resp-tab-content {
  border-radius: .3rem;
  padding: 25px 0; }
.tab-style1 h2.resp-tab-active {
  background: #FB2828 !important; }

@media screen and (max-width: 991px) {
  .tab-style1 .resp-tab-content {
    padding: 20px; } }
/* vertical tabs */
@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: 18px; }
  h2.resp-tab-active h3 {
    color: #fff; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #e4e4e4;
    padding: 10px; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px; } }
/*==============================
 *    Pages
 *    ================================ */
/* coming soon page */
.countdown {
  list-style: none;
  padding-left: 0; }
  .countdown li {
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    background: #FB2828;
    min-width: 150px;
    margin-right: 4px; }
    .countdown li span {
      font-size: 50px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 5px;
      position: relative; }
      .countdown li span:before {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%; }
    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #ffffff; }

@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 120px; }
    .countdown li span {
      font-size: 40px; } }
@media screen and (max-width: 575px) {
  .countdown li {
    margin-top: 10px;
    padding: 10px;
    min-width: 47%; }
    .countdown li span {
      font-size: 35px; }
    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
      font-size: 14px; } }
/*coming-soon*/
.coming-soon .social-icon {
  margin: 0;
  padding: 0;
  list-style: none; }
  .coming-soon .social-icon li {
    text-align: center;
    margin-right: 10px;
    display: inline-block; }
    .coming-soon .social-icon li:last-child {
      margin-right: 0; }
    .coming-soon .social-icon li a {
      color: #212529;
      height: 40px;
      width: 40px;
      line-height: 40px;
      display: inline-block;
      font-size: 16px;
      background: #ffffff;
      border-radius: 50px; }
      .coming-soon .social-icon li a:hover {
        color: #ffffff;
        background-color: #019297; }

@media screen and (max-width: 575px) {
  .coming-soon .social-icon li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px; } }
/*error-page*/
.error-page .wrapper-error h1 {
  font-weight: 800;
  font-size: 214px;
  line-height: 1;
  text-align: center; }

@media screen and (max-width: 575px) {
  .error-page .wrapper-error h1 {
    font-size: 145px; } }
/* 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: #FB2828; }

.lg-progress-bar .lg-progress {
  background-color: #FB2828; }

.lg-backdrop.in {
  opacity: 0.85; }

/*search page*/
.search-form_input {
  color: #FB2828; }

.search-frame h4 a:hover {
  color: #FB2828; }
.search-frame .search_list .match {
  color: #FB2828; }
.search-frame .search_list li:before {
  color: #FB2828; }
.search-frame .search_list li + li {
  border-top: 3px solid #FB2828; }
.search-frame .search {
  color: #FB2828; }

/* elements page */
.icon-gallery .d-table {
  margin-top: 30px; }
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff; }
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #019297; }

/* Copy Elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  border-radius: 0.25rem;
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #FB2828;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px; }

  .copy-element, .source-element {
    top: 83px; } }
/*==============================
 *    Blog
 *    ================================ */
/* sidebar */
.sidebar-title {
  color: #019297;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block; }

/* services page */
.service-type ul li {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px; }
  .service-type ul li a {
    display: block;
    border: 1px solid #dee2e6;
    padding: 16px 18px 16px 30px;
    transition: all .5s ease;
    font-weight: bold; }
  .service-type ul li:last-child {
    margin-bottom: 0; }
  .service-type ul li.active a {
    color: #ffffff !important;
    border-color: #019297;
    background: #019297;
    position: relative; }
  .service-type ul li a:hover {
    color: #ffffff !important;
    border-color: #019297;
    background: #019297; }

.sidebar-logo {
  width: 190px; }

.sidebar .widget {
  margin-bottom: 3rem; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
.sidebar .widget_custom_html {
  padding: 0; }
.sidebar .widget:last-child {
  margin-bottom: 0 !important; }
.sidebar .widget p:last-child {
  margin-bottom: 0; }
.sidebar .input-group .form-control {
  min-height: 50px; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.cat-item {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word; }
  .cat-item:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .cat-item ul.children {
    margin-top: 0.5rem;
    margin-left: 10px; }

.wp-tag-cloud li {
  display: inline-block; }
.wp-tag-cloud a {
  border: 1px solid #efefef;
  padding: 7px 21px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block; }
  .wp-tag-cloud a:hover {
    background-color: #019297;
    border-color: #019297;
    color: #fff; }

/* tags */
.tags a {
  border: 1px solid #019297;
  padding: 7px 21px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block; }
  .tags a:hover, .tags a:active, .tags a:focus {
    border-color: #FB2828;
    background: #FB2828;
    color: #fff; }

/* blog comments */
.blog-comment:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 10px;
  background-color: #019297; }

/* post reply */
.author-thumb img {
  border-radius: 50%;
  width: 80px; }

.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start; }
  .comment-inner .avatar {
    width: 65px;
    min-width: 65px;
    margin-right: 20px;
    display: inline-block;
    border-radius: 50%; }
  .comment-inner .comment-box {
    overflow: hidden;
    position: relative;
    margin-left: 0;
    flex-grow: 1;
    vertical-align: top;
    display: inline-block; }
    .comment-inner .comment-box p:last-child {
      margin-bottom: 0; }

/*==============================
 *    Others
 *    ================================ */
/* about-style01 */
.about-style01 .about-number {
  font-size: 47px;
  line-height: 55px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 700;
  display: inherit;
  -webkit-text-stroke: 1px #212529;
  color: transparent; }

@media screen and (max-width: 1199px) {
  .about-style01 .about-number {
    font-size: 43px;
    margin-right: 13px; } }
/* about-style02 */
.about-style02 .about-image {
  position: absolute;
  bottom: -46px;
  right: 0; }

@media screen and (max-width: 1199px) {
  .about-style02 .about-image {
    right: -64px; } }
@media screen and (max-width: 767px) {
  .about-style02 .about-image {
    display: none; } }
/* about-style03 */
.about-style03 .arrow-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #019297;
  border-radius: 50%; }

/* horizontal-timeline */
.horizontal-timeline .timeline-box {
  display: grid;
  width: 100%;
  height: auto;
  position: relative;
  justify-items: center;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  grid-gap: 160px;
  transition-property: transform; }
  .horizontal-timeline .timeline-box .timeline-img {
    order: 1;
    justify-content: start;
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    display: flex;
    flex-direction: column; }
  .horizontal-timeline .timeline-box.odd .timeline-img {
    order: revert; }
.horizontal-timeline .step-line {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important; }
  .horizontal-timeline .step-line .line {
    color: transparent;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .horizontal-timeline .step-line .line:before, .horizontal-timeline .step-line .line:after {
      content: "";
      width: calc(50% + 10px* 100);
      height: 1px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: linear-gradient(90deg, rgba(33, 37, 41, 0.1), rgba(33, 37, 41, 0.1)); }
    .horizontal-timeline .step-line .line:before {
      right: 50%; }
    .horizontal-timeline .step-line .line:after {
      left: 50%; }
  .horizontal-timeline .step-line .dot {
    display: block;
    line-height: normal;
    font-size: 14px;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: 2;
    position: relative;
    background-color: #212529; }
.horizontal-timeline .timeline-box .step-line .dot:after {
  content: "";
  position: absolute;
  left: 19px;
  right: 0;
  bottom: auto;
  top: 0;
  width: 1px;
  height: 40px;
  margin: 0;
  background: rgba(33, 37, 41, 0.9);
  transform: rotate(-45deg); }
.horizontal-timeline .timeline-box.odd .step-line .dot:after {
  top: -30px;
  left: -11px; }

@media screen and (max-width: 575px) {
  .horizontal-timeline .timeline-box {
    grid-gap: 100px; } }
/* service-style01 */
.service-style01 {
  background-color: rgba(1, 146, 151, 0.05);
  margin: 0 80px; }

@media screen and (max-width: 1199px) {
  .service-style01 {
    margin: 0; } }
/* blockquote */
blockquote:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #FB2828; }

/* progress-round */
.progress-round {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }
  .progress-round:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #042A2D;
    position: absolute;
    top: 0;
    left: 0; }
  .progress-round > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .progress-round .progress-left {
    left: 0; }
  .progress-round .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0; }
  .progress-round .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  .progress-round .progress-right {
    right: 0; }
    .progress-round .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 80px;
      border-bottom-left-radius: 80px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right;
      animation: loading-1 1.8s linear forwards; }
  .progress-round .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #34c5a1;
    font-size: 18px;
    color: #042A2D;
    line-height: 135px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 5%; }
  .progress-round .progress-bar {
    border-color: #34c5a1; }
  .progress-round .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s; }
    .progress-round .progress-left .progress-bar.progress-bar2 {
      animation: loading-3 1.2s linear forwards 1.8s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); } }
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); } }
@media only screen and (max-width: 991px) {
  .progress-round {
    margin-bottom: 20px; } }
/* process-style01 */
.process-style01 .process-content span {
  font-size: 96px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-weight: 800;
  color: #0409220A;
  text-align: start;
  height: 144px;
  margin-bottom: 20px; }
.process-style01 .process-box .process-dots {
  height: 15px;
  width: 15px;
  background-color: #FB2828;
  position: relative;
  text-align: center;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px; }
.process-style01 .process-border:before {
  border-top: 1px solid #04092233;
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9; }

@media screen and (max-width: 1199px) {
  .process-style01 .process-border:before {
    top: 51%; } }
@media screen and (max-width: 991px) {
  .process-style01 {
    background-image: none; }
    .process-style01 .process-border:before {
      top: 55%; } }
@media screen and (max-width: 767px) {
  .process-style01 .process-border:before {
    display: none; }
  .process-style01 .process-box .process-dots {
    margin: 0 auto 30px; } }
/*process-style02*/
.process-style02 {
  background-image: url(../img/bg/process-line.png);
  background-repeat: no-repeat;
  background-position: center top; }
  .process-style02 .process-block .process-img {
    position: relative; }
    .process-style02 .process-block .process-img .count-size {
      position: absolute;
      left: 64px;
      top: 0; }
    .process-style02 .process-block .process-img .number {
      width: 40px;
      height: 40px;
      position: relative;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      background: #FB2828;
      color: #fff;
      border-radius: 50%; }
      .process-style02 .process-block .process-img .number:before {
        width: 57px;
        height: 57px;
        opacity: 0.2; }
      .process-style02 .process-block .process-img .number:after {
        width: 69px;
        height: 69px;
        opacity: 0.09; }
      .process-style02 .process-block .process-img .number:before, .process-style02 .process-block .process-img .number:after {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        border-radius: 50%;
        background-color: #FB2828; }
  .process-style02 .process-block:hover .process-img .number:before, .process-style02 .process-block:hover .process-img .number:after {
    background-color: #002345;
    webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite; }

@-webkit-keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
.animate {
  -webkit-animation: moveHorizontal 1s ease forwards;
  animation: moveHorizontal 1s ease forwards; }

@media screen and (max-width: 1199px) {
  .process-style02 .process-block .process-img .count-size {
    left: 24px; } }
@media screen and (max-width: 991px) {
  .process-style02 .process-block .process-img .count-size {
    left: 23%; } }
@media screen and (max-width: 575px) {
  .process-style02 .process-block .process-img .count-size {
    left: 33%; } }
/*why-choose-01*/
.why-choose-01 .why-choose-items {
  padding: 120px 110px 120px 85px; }
  .why-choose-01 .why-choose-items .why-choose-icon:before {
    background-color: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    line-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .why-choose-01 .why-choose-items:hover .why-choose-icon:before {
    animation-play-state: running; }
  .why-choose-01 .why-choose-items .why-choose-icon i {
    font-size: 45px; }
.why-choose-01 .why-choose-box {
  background-color: #fff;
  position: absolute;
  width: 46%;
  padding: 50px 40px;
  right: 64%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99; }

@keyframes rotating {
  0% {
    transform: rotate(0turn); }
  100% {
    transform: rotate(1turn); } }
@keyframes morph_rotate {
  0% {
    border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
    transform: rotate(1turn); }
  50% {
    border-radius: 29% 71% 34% 66%/39% 62% 38% 61%; }
  100% {
    border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
    transform: rotate(0turn); } }
@media screen and (max-width: 1599px) {
  .why-choose-01 .why-choose-items {
    padding: 120px 62px 120px 60px; } }
@media screen and (max-width: 1399px) {
  .why-choose-01 .why-choose-box {
    width: 51%;
    right: 59%; } }
@media screen and (max-width: 1199px) {
  .why-choose-01 .why-choose-box {
    padding: 45px 25px; }
  .why-choose-01 .why-choose-items {
    padding: 60px 64px 60px 45px; } }
@media screen and (max-width: 991px) {
  .why-choose-01 .why-choose-box {
    right: 50%;
    top: 66%;
    width: 43%; } }
@media screen and (max-width: 575px) {
  .why-choose-01 .why-choose-box {
    right: unset;
    width: 90%;
    margin: 0 10px; } }
/*feature-style01*/
.feature-style01 .feature-box {
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1); }
  .feature-style01 .feature-box:hover {
    transform: translate3d(0, -3px, 0); }
.feature-style01 .feature-number {
  border: 2px solid #e4e4e4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0px auto 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

@media screen and (max-width: 991px) {
  .feature-style01 .feature-number {
    width: 70px;
    height: 70px;
    line-height: 70px; } }
/*.client-style01*/
.client-style01 .client-logo {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
.client-style01:hover .client-logo {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: .6; }
.client-style01 .client-logo:hover {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0); }

/*client-style02*/
.client-style02 .client-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .client-style02 .client-wrap .client-item {
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 44px 30px;
    align-items: center;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
    .client-style02 .client-wrap .client-item::before {
      position: absolute;
      border-bottom: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      content: "";
      background: #FB2828;
      opacity: 0;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s; }
    .client-style02 .client-wrap .client-item:nth-child(6), .client-style02 .client-wrap .client-item:nth-child(7), .client-style02 .client-wrap .client-item:nth-child(8), .client-style02 .client-wrap .client-item:nth-child(9), .client-style02 .client-wrap .client-item:nth-child(10) {
      border-bottom: 0; }
    .client-style02 .client-wrap .client-item:nth-child(5), .client-style02 .client-wrap .client-item:last-child {
      border-right: 0; }
    .client-style02 .client-wrap .client-item:hover {
      background: #019297;
      box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2); }
      .client-style02 .client-wrap .client-item:hover::before {
        opacity: 1; }
    .client-style02 .client-wrap .client-item img {
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s; }
    .client-style02 .client-wrap .client-item:hover img {
      filter: brightness(0) invert(1); }
    .client-style02 .client-wrap .client-item a {
      max-width: 140px; }

@media screen and (max-width: 991px) {
  .client-style02 .client-wrap .client-item {
    width: 33.33%; }
    .client-style02 .client-wrap .client-item:nth-child(5), .client-style02 .client-wrap .client-item:last-child {
      border-right: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee; }
    .client-style02 .client-wrap .client-item:nth-child(6) {
      border-bottom: 1px solid #eeeeee;
      border-right: 0; }
    .client-style02 .client-wrap .client-item:nth-child(3), .client-style02 .client-wrap .client-item:nth-child(9) {
      border-right: 0; }
    .client-style02 .client-wrap .client-item:nth-child(7), .client-style02 .client-wrap .client-item:nth-child(8), .client-style02 .client-wrap .client-item:nth-child(9) {
      border-bottom: 1px solid #eeeeee; } }
@media screen and (max-width: 767px) {
  .client-style02 .client-wrap .client-item {
    width: 50%;
    padding: 35px 30px; }
    .client-style02 .client-wrap .client-item:nth-child(2), .client-style02 .client-wrap .client-item:nth-child(4), .client-style02 .client-wrap .client-item:nth-child(6), .client-style02 .client-wrap .client-item:nth-child(8), .client-style02 .client-wrap .client-item:last-child {
      border-right: 0; }
    .client-style02 .client-wrap .client-item:nth-child(4) {
      border-left: 1px solid #eeeeee; }
    .client-style02 .client-wrap .client-item:nth-child(5) {
      border-left: 0; }
    .client-style02 .client-wrap .client-item:nth-child(9) {
      border-bottom: 0; } }
/* team-style-01 */
.team-style-01 {
  position: relative;
  z-index: 1;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  transition: 0.3s; }
  .team-style-01 .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0  0; }
    .team-style-01 .team-img img {
      transition: all 500ms ease; }
  .team-style-01 .team-social {
    position: absolute;
    top: -22px;
    transition: all 0.5s ease-in-out;
    right: 20px; }
  .team-style-01 .icon-share {
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #FB2828;
    z-index: 100000;
    transition: all 0.3s; }
  .team-style-01 .team-social .icons-social {
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    border-radius: 0px;
    position: absolute;
    margin: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 0.1s;
    transform: rotate(-180deg);
    bottom: 40px;
    right: 0; }
  .team-style-01 .icons-social ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .team-style-01 .icons-social ul li {
      margin-top: 10px;
      position: relative;
      transition: all 0.5s;
      opacity: 1;
      z-index: 4; }
      .team-style-01 .icons-social ul li:nth-of-type(1) {
        transition-delay: 0s;
        z-index: 4; }
      .team-style-01 .icons-social ul li:nth-of-type(2) {
        transition-delay: 0.2s;
        z-index: 3; }
      .team-style-01 .icons-social ul li:nth-of-type(3) {
        transition-delay: 0.3s;
        z-index: 2; }
      .team-style-01 .icons-social ul li:nth-of-type(4) {
        transition-delay: 0.4s;
        z-index: 1; }
      .team-style-01 .icons-social ul li a {
        transform: rotate(180deg);
        display: inline-block;
        color: #fff;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #FB2828;
        transition: all 0.3s; }
  .team-style-01:hover .team-img img {
    transform: scale(1.1); }
  .team-style-01:hover .team-social .icons-social {
    opacity: 1;
    visibility: visible;
    display: block; }
  .team-style-01 .icons-social ul li a:hover {
    color: #fff;
    background-color: #019297; }

/*extra-section01*/
.extra-section01 .right-container {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0.35rem;
  border-top-left-radius: 0.35rem; }
  .extra-section01 .right-container:before {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
    height: 100%;
    width: 1269px;
    background-color: #042A2D;
    content: "";
    z-index: 1; }
.extra-section01 .extra-btn {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s; }
  .extra-section01 .extra-btn a {
    color: #212529;
    transition: .3s; }
  .extra-section01 .extra-btn:hover {
    background-color: #019297; }
    .extra-section01 .extra-btn:hover a {
      color: #fff; }

@media screen and (max-width: 767px) {
  .extra-section01 .extra-btn {
    border-bottom: 1px solid #d2d2d2; }
  .extra-section01 .right-container:before {
    width: 100%; } }
/* progress-style1 */
.progress-style1 .progress {
  height: 8px; }

/* portfolio-style01 */
.portfolio-style01 .portfolio-content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  top: initial;
  left: 0;
  bottom: 0;
  width: calc(100% - 50px);
  margin: 0 20px 20px;
  /*border-radius: 10px;*/
  word-break: break-word;
  transform: translateY(15px);
  padding: 26px 30px 21px 30px;
  background-color: #FFFFFF; }
.portfolio-style01:hover .portfolio-content {
  transform: translateY(0);
  opacity: 1; }

@media screen and (max-width: 575px) {
  .portfolio-style01 .portfolio-content {
    width: unset; } }
/*testimonial-style01*/
.testimonial-style01 .testi-text h5 span {
  height: 1px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%); }

/*testimonial-style02*/
.testimonial-style02 .testi-icon i {
  background-color: #FB2828;
  width: 55px;
  height: 55px;
  position: relative;
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

/*contact-info-01*/
.contact-info-01 .contact-infos {
  margin-top: -67px;
  position: relative;
  z-index: 99; }
.contact-info-01 .contact-text {
  background-color: #042A2D;
  padding: 22px 40px 40px;
  display: block; }
.contact-info-01 .contact-btn {
  background-color: #FB2828;
  padding: 19px 27px;
  transition: all .4s ease; }
  .contact-info-01 .contact-btn a i {
    border-left: 1px solid #f1efea;
    padding-left: 38px;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1); }
  .contact-info-01 .contact-btn:hover {
    background-color: #019297; }
    .contact-info-01 .contact-btn:hover a i {
      transform: scale(1.1);
      opacity: 1; }
.contact-info-01:hover {
  content: "";
  position: relative;
  background: linear-gradient(180deg, rgba(48, 102, 95, 0) 0%, rgba(32, 37, 45, 0.7) 64%, rgba(32, 37, 45, 0.9) 100%); }

@media screen and (max-width: 479px) {
  .contact-info-01 .contact-text {
    padding: 11px 22px 24px; }
  .contact-info-01 .contact-btn {
    padding: 19px 21px; } }
/*contact-info-block*/
.contact-info-block {
  padding: 50px 21px;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  transition: all 300ms ease-in-out;
  text-align: center; }

/* cursor */
.cursor-helper {
  height: 0; }

.cursor-helper-outer {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #042A2D;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 25px;
  top: 25px;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999999; }

.cursor-helper-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999; }

.cursor-link {
  background-color: #042A2D;
  opacity: 0.4; }

.cursor-light {
  background-color: #fff;
  opacity: 1; }

.cursor-slider {
  background-color: #042A2D;
  border-radius: 100%;
  padding: 30px; }
  .cursor-slider:after {
    content: "\e658";
    font-family: 'themify';
    font-size: 24px;
    position: absolute;
    top: 13px;
    left: 19px;
    line-height: 35px;
    color: #fff; }

.cursor-helper-innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4; }

@media screen and (max-width: 1199px) {
  .cursor-helper {
    display: none; } }
/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #FB2828; }

.form-check-input:checked {
  border-color: #FB2828;
  background-color: #FB2828; }

.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: normal;
  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 rounded*/
.newsletter-rounded .quform-elements {
  position: relative; }
.newsletter-rounded .quform-submit-inner {
  position: absolute;
  right: 0px;
  top: 6px;
  width: auto; }
.newsletter-rounded .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-rounded input, .newsletter-rounded .form-control:focus {
  border: 3px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  min-height: auto;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }
.newsletter-rounded .quform-has-error input, .newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
  border-color: #f5543f; }
.newsletter-rounded .quform-input .quform-errors-wrap {
  right: 15px; }
.newsletter-rounded i {
  font-size: 1.5rem;
  line-height: 2rem; }

/* newsletter */
.newsletter-form .quform-elements {
  position: relative; }
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: #019297;
  height: 48px; }
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem; }
.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; }

/* newsletter-form-one */
.newsletter-form-one .form-control {
  min-height: 56px;
  padding-right: .375rem; }

/* social-icon-style1 */
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  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: #019297;
      height: 41px;
      line-height: 41px;
      width: 41px; }
      .social-icon-style1 li a:hover, .social-icon-style1 li a:focus, .social-icon-style1 li a:active {
        background: #FB2828;
        color: #fff; }
    .social-icon-style1 li:last-child {
      margin-right: 0; }

/* social-icon-style2 */
.social-icon-style2 {
  margin-bottom: 0;
  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: #019297;
      height: 41px;
      line-height: 41px;
      width: 41px; }
      .social-icon-style2 li a:hover, .social-icon-style2 li a:active, .social-icon-style2 li a:focus {
        background: #FB2828;
        color: #fff; }
    .social-icon-style2 li:last-child {
      margin-right: 0; }

/* social-icon-style3 */
.social-icon-style3 li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0; }
  .social-icon-style3 li:last-child {
    margin-right: 0; }
  .social-icon-style3 li a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center; }
    .social-icon-style3 li a:hover {
      background: #fff;
      color: #33d687; }

/*==============================
 *    Footer
 *    ================================ */
.footer-logo {
  max-width: 195px;
  width: 100%;
  display: inline-block; }

.footer-link li a {
  color: #fff; }
  .footer-link li a:hover {
    color: #FB2828; }

/* footer icon */
footer {
  word-break: break-word;
  background: #042A2D; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem; }
  footer label, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer .h1 a, footer .h2 a, footer .h3 a, footer .h4 a, footer .h5 a, footer .h6 a {
    color: #fff; }
  footer h1 a:hover, footer h1 a:active, footer h1 a:focus {
    color: #FB2828; }
  footer h2 a:hover, footer h2 a:active, footer h2 a:focus {
    color: #FB2828; }
  footer h3 a:hover, footer h3 a:active, footer h3 a:focus {
    color: #FB2828; }
  footer h4 a:hover, footer h4 a:active, footer h4 a:focus {
    color: #FB2828; }
  footer h5 a:hover, footer h5 a:active, footer h5 a:focus {
    color: #FB2828; }
  footer h6 a:hover, footer h6 a:active, footer h6 a:focus {
    color: #FB2828; }
  footer .h1 a:hover, footer .h1 a:active, footer .h1 a:focus {
    color: #FB2828; }
  footer .h2 a:hover, footer .h2 a:active, footer .h2 a:focus {
    color: #FB2828; }
  footer .h3 a:hover, footer .h3 a:active, footer .h3 a:focus {
    color: #FB2828; }
  footer .h4 a:hover, footer .h4 a:active, footer .h4 a:focus {
    color: #FB2828; }
  footer .h5 a:hover, footer .h5 a:active, footer .h5 a:focus {
    color: #FB2828; }
  footer .h6 a:hover, footer .h6 a:active, footer .h6 a:focus {
    color: #FB2828; }
  footer .newsletter-form input {
    border: none; }
  footer address {
    color: rgba(255, 255, 255, 0.7); }
  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: #019297; }
      footer .email a:after {
        border-bottom: 1px solid #fff;
        transition: all 0.8s ease;
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -12px;
        right: 0;
        width: 0; }
  footer .phone {
    padding-bottom: 0;
    margin-bottom: 0; }
    footer .phone a {
      padding-bottom: 0;
      letter-spacing: -0.05rem;
      color: white; }
      footer .phone a:hover, footer .phone a:active, footer .phone a:focus {
        color: #019297; }

@media screen and (max-width: 767px) {
  footer address {
    color: rgba(255, 255, 255, 0.7); }
  footer .email a:after {
    bottom: -10px; } }
/* footer two */
.footer-two .sec-title {
  padding-bottom: 0 !important; }
  .footer-two .sec-title h3 {
    padding-right: 0; }
    .footer-two .sec-title h3:after, .footer-two .sec-title h3:before {
      content: none; }
.footer-two h3 {
  color: #fff !important;
  margin-bottom: 1.6rem !important; }
.footer-two .border-box {
  display: none; }

/*# sourceMappingURL=styles.css.map */
