/*-----------------------------------------------------------------------------------

    Theme Name: Xcover - Insurance Agency HTML Template
    Description: Insurance Agency HTML Template
    Author: Website Design Templates
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Portfolio
    09. Pagination
    10. Owl Carousel
    11. Scroll Section
    12. Accordion
    13. Pages
    14. Blog
    15. Others
    16. Page Navigation
    17. 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 #E3572B;
    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 #E3572B;
    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: #E3572B;
  text-decoration: none; }

.card .card-body {
  color: #5A7779; }

/* heading */
h1 {
  color: #063232; }
  h1 a {
    color: #063232; }
    h1 a:hover {
      color: #E3572B; }
    h1 a:active {
      color: #E3572B; }
    h1 a:focus {
      color: #E3572B; }

h2 {
  color: #063232; }
  h2 a {
    color: #063232; }
    h2 a:hover {
      color: #E3572B; }
    h2 a:active {
      color: #E3572B; }
    h2 a:focus {
      color: #E3572B; }

h3 {
  color: #063232; }
  h3 a {
    color: #063232; }
    h3 a:hover {
      color: #E3572B; }
    h3 a:active {
      color: #E3572B; }
    h3 a:focus {
      color: #E3572B; }

h4 {
  color: #063232; }
  h4 a {
    color: #063232; }
    h4 a:hover {
      color: #E3572B; }
    h4 a:active {
      color: #E3572B; }
    h4 a:focus {
      color: #E3572B; }

h5 {
  color: #063232; }
  h5 a {
    color: #063232; }
    h5 a:hover {
      color: #E3572B; }
    h5 a:active {
      color: #E3572B; }
    h5 a:focus {
      color: #E3572B; }

h6 {
  color: #063232; }
  h6 a {
    color: #063232; }
    h6 a:hover {
      color: #E3572B; }
    h6 a:active {
      color: #E3572B; }
    h6 a:focus {
      color: #E3572B; }

.h1 {
  color: #063232; }
  .h1 a {
    color: #063232; }
    .h1 a:hover {
      color: #E3572B; }
    .h1 a:active {
      color: #E3572B; }
    .h1 a:focus {
      color: #E3572B; }

.h2 {
  color: #063232; }
  .h2 a {
    color: #063232; }
    .h2 a:hover {
      color: #E3572B; }
    .h2 a:active {
      color: #E3572B; }
    .h2 a:focus {
      color: #E3572B; }

.h3 {
  color: #063232; }
  .h3 a {
    color: #063232; }
    .h3 a:hover {
      color: #E3572B; }
    .h3 a:active {
      color: #E3572B; }
    .h3 a:focus {
      color: #E3572B; }

.h4 {
  color: #063232; }
  .h4 a {
    color: #063232; }
    .h4 a:hover {
      color: #E3572B; }
    .h4 a:active {
      color: #E3572B; }
    .h4 a:focus {
      color: #E3572B; }

.h5 {
  color: #063232; }
  .h5 a {
    color: #063232; }
    .h5 a:hover {
      color: #E3572B; }
    .h5 a:active {
      color: #E3572B; }
    .h5 a:focus {
      color: #E3572B; }

.h6 {
  color: #063232; }
  .h6 a {
    color: #063232; }
    .h6 a:hover {
      color: #E3572B; }
    .h6 a:active {
      color: #E3572B; }
    .h6 a:focus {
      color: #E3572B; }

.primary-overlay[data-overlay-dark]:before {
  background: #E3572B; }

.secondary-overlay[data-overlay-dark]:before {
  background: #063232; }

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(6, 50, 50, 0.76);
  background: linear-gradient(-90deg, transparent, #063232 65%); }

.dark-overlay[data-overlay-dark]:before {
  background: #000; }

.text-primary, .text-primary-hover:hover {
  color: #E3572B !important; }

.bg-primary {
  background-color: #E3572B !important; }

.text-secondary, .text-secondary-hover:hover {
  color: #063232 !important; }

.bg-secondary {
  background-color: #063232 !important; }

.bg-light {
  background-color: #ECF8F8 !important; }

.text-secondary-hover:hover {
  color: #063232 !important; }

.border-primary {
  border: 1px solid #E3572B !important; }

.box-shadow-common {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09); }

.text-dark {
  color: #041b16 !important; }

.text-white-hover:hover {
  color: #fff !important; }

.ls-minus-2px {
  letter-spacing: -2px; }

.background-position-center {
  background-position: center center; }

.form-control {
  border-radius: 0; }

.min-vh-100 {
  min-height: 100vh; }

.min-vh-75 {
  min-height: 75vh; }

.min-vh-85 {
  min-height: 85vh; }

@media screen and (max-width: 991px) {
  .min-vh-85 {
    min-height: 100vh; } }
.min-height-600px {
  min-height: 600px; }

@media screen and (max-width: 991px) {
  .min-height-600px {
    min-height: 450px; } }
@media screen and (max-width: 991px) {
  .data-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(20, 33, 43, 0.76); } }
.shape-01 {
  position: absolute;
  top: 32px;
  left: 330px;
  z-index: 1; }

@media screen and (max-width: 1199px) {
  .shape-01 {
    top: 12px;
    left: 58px; } }
.shape-02 {
  position: absolute;
  bottom: 25%;
  left: 39%;
  z-index: 1; }

@media screen and (max-width: 1199px) {
  .shape-02 {
    bottom: 10%;
    left: 30%; } }
.shape-03 {
  position: absolute;
  top: 1%;
  right: 33%;
  z-index: 1; }

.shape-04 {
  position: absolute;
  bottom: 25%;
  right: 150px;
  z-index: 1; }

@media screen and (max-width: 1199px) {
  .shape-04 {
    bottom: 9%;
    right: 98px; } }
/* min-height-525 */
.min-height-525 {
  min-height: 525px; }

@media screen and (max-width: 991px) {
  .min-height-525 {
    min-height: 450px; } }
@media screen and (max-width: 767px) {
  .min-height-525 {
    min-height: 400px; } }
/* display-custom-1 */
.display-custom-1 {
  font-size: 104px;
  letter-spacing: -6px;
  line-height: 1; }

@media screen and (max-width: 991px) {
  .display-custom-1 {
    font-size: 94px;
    letter-spacing: -5px; } }
@media screen and (max-width: 767px) {
  .display-custom-1 {
    font-size: 74px;
    letter-spacing: -4px; } }
@media screen and (max-width: 575px) {
  .display-custom-1 {
    font-size: 55px;
    letter-spacing: -3px; } }
/* display-custom-2 */
.display-custom-2 {
  font-size: 150px;
  letter-spacing: -8px;
  line-height: 1; }

@media screen and (max-width: 1399px) {
  .display-custom-2 {
    font-size: 135px; } }
@media screen and (max-width: 1199px) {
  .display-custom-2 {
    font-size: 125px;
    letter-spacing: -5px; } }
@media screen and (max-width: 991px) {
  .display-custom-2 {
    font-size: 94px;
    letter-spacing: -3px; } }
@media screen and (max-width: 767px) {
  .display-custom-2 {
    font-size: 74px;
    letter-spacing: -2px; } }
@media screen and (max-width: 575px) {
  .display-custom-2 {
    font-size: 55px; } }
/* display-custom-3 */
.display-custom-3 {
  font-size: 104px; }

@media screen and (max-width: 991px) {
  .display-custom-3 {
    font-size: 94px; } }
@media screen and (max-width: 767px) {
  .display-custom-3 {
    font-size: 74px; } }
@media screen and (max-width: 575px) {
  .display-custom-3 {
    font-size: 55px; } }
[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1); }

.border-text {
  text-fill-color: transparent;
  text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px; }
  .border-text.primary {
    text-fill-color: transparent;
    text-stroke-color: #E3572B;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #E3572B;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px; }
  .border-text.secondary {
    text-fill-color: transparent;
    text-stroke-color: #063232;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #063232;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px; }

/* cusrsor */
.cursor-helper {
  height: 0; }

.cursor-helper-outer {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #E3572B;
  -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-title {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  transition: transform .2s;
  left: 0;
  top: 0; } */

.cursor-link {
  background-color: #E3572B;
  opacity: 0.4; }

.cursor-light {
  background-color: #fff;
  opacity: 1; }

.cursor-slider {
  background-color: #E3572B;
  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; }

  h2 {
    cursor: inherit !important; } }
@media screen and (min-width: 1200px) {
  /* image-effect */
  .image-effect {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%); }
    .image-effect.animated {
      opacity: 1;
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      -ms-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
@media screen and (max-width: 1199px) {
  .image-effect {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; } }
/* scroll bar */
.scroll-bar {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference; }
  .scroll-bar.visible {
    opacity: 1; }
  .scroll-bar .scroll-to-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .scroll-bar .scroll-ver-line {
    width: 2px;
    height: 60px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    color: inherit;
    display: block; }
  .scroll-bar .scroll-indicate {
    display: inline-block;
    width: 2px;
    position: absolute;
    background-color: #fff;
    top: 0px;
    left: 0px; }
  .scroll-bar .scroll-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    margin-bottom: 15px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase; }

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/* list-style01 */
.list-style01 {
  list-style: none;
  padding-left: 0; }
  .list-style01 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px; }
    .list-style01 li:last-child {
      margin-bottom: 0; }
    .list-style01 li:before {
      content: '\f058';
      font-family: "Font Awesome 6 Free";
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700;
      line-height: 35px;
      color: #E3572B; }
  .list-style01.second li {
    color: #fff; }
    .list-style01.second li:before {
      color: #fff; }

/* list-style02 */
.list-style02 li {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.6); }
  .list-style02 li:last-child {
    margin-bottom: 0; }
  .list-style02 li span {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 3px;
    color: #fff;
    font-size: 16px; }

/*list-style03*/
.list-style02 li {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.6); }
  .list-style02 li:last-child {
    margin-bottom: 0; }
  .list-style02 li span {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 3px;
    color: #fff;
    font-size: 16px; }

/*list-style04*/
.list-style04 li {
  position: relative;
  padding-left: 37px;
  margin-bottom: 10px; }
  .list-style04 li:last-child {
    margin-bottom: 0; }
  .list-style04 li:before {
    content: '\e64c';
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 35px;
    color: #E3572B; }

/*============================== 
* Button styles *
 ================================ */
.btn-style01 {
  background-color: #E3572B;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  padding: 15px 34px !important;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn-style01:hover, .btn-style01:active, .btn-style01:focus {
    color: #fff;
    transform: translate3d(0, -2px, 0); }
  .btn-style01.white {
    background-color: #fff;
    color: #232323; }
  .btn-style01.md {
    padding: 13px 30px !important;
    font-size: 13px; }
  .btn-style01.sm {
    padding: 11px 27px !important;
    font-size: 12px; }

/* btn-style02 */
.btn-style02 {
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 600;
  display: inline-block; }
  .btn-style02 i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #063232;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 10px;
    transition: all .35s ease-in-out;
    transform: scale(0); }
  .btn-style02.white i {
    background-color: #fff;
    color: #063232; }
  .btn-style02.white span {
    color: #fff; }
  .btn-style02.white:after {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .btn-style02:hover i, .btn-style02:active i, .btn-style02:focus i {
    transform: scale(1); }
  .btn-style02:hover span, .btn-style02:active span, .btn-style02:focus span {
    left: 0; }
  .btn-style02:hover:after, .btn-style02:active:after, .btn-style02:focus:after {
    transform: scale(0); }
  .btn-style02 span {
    transition: all .35s ease-in-out;
    left: -50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #063232; }
  .btn-style02:after {
    position: absolute;
    left: -13px;
    content: "";
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 1px solid #c2bfbf;
    border-radius: 50%;
    transition: all .35s ease-in-out;
    transform: scale(1);
    z-index: 9;
    border: 1px solid rgba(6, 50, 50, 0.5); }
  .btn-style02.md:after {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .btn-style02.md i {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .btn-style02.md span {
    font-size: 15px; }

@media screen and (min-width: 992px) {
  .header-style3.scrollHeader .attr-nav > ul > li > a.btn-style02.white i {
    background-color: #063232;
    color: #fff; }
  .header-style3.scrollHeader .attr-nav > ul > li > a.btn-style02.white span {
    color: #063232; }
  .header-style3.scrollHeader .attr-nav > ul > li > a.btn-style02.white:after {
    border: 1px solid rgba(6, 50, 50, 0.5); } }
/*circle button */
.circle-btn {
  display: inline-block;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 50%;
  padding: 0 !important;
  color: #fff;
  text-align: center;
  background-color: #E3572B;
  transition-duration: .4s;
  box-shadow: 0px 3px 10px 0px rgba(6, 50, 50, 0.08); }
  .circle-btn:hover, .circle-btn:active, .circle-btn:focus {
    background-color: #fff;
    color: #E3572B; }

@media screen and (max-width: 1199px) {
  .circle-btn {
    height: 130px;
    width: 130px;
    line-height: 130px;
    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: #E3572B !important; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #E3572B #E3572B transparent !important; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #E3572B; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #E3572B #E3572B transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #E3572B; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #E3572B; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #E3572B; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #E3572B #E3572B 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: #E3572B; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #E3572B; }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #E3572B; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #E3572B; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #E3572B #E3572B transparent; }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #E3572B #E3572B transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #E3572B; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #E3572B; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #E3572B #E3572B transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #E3572B; }
  .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: #E3572B; }
  .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #E3572B; }
  .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 #E3572B #E3572B transparent; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #E3572B; }
    .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: #E3572B; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #E3572B #E3572B transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #E3572B; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #E3572B; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #E3572B #E3572B transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #E3572B; }
  .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: #E3572B; }
  .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: #E3572B; }

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #E3572B; }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #E3572B; }
  .header-style3 .navbar ul ul li.active > a {
    color: #E3572B; }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #E3572B; }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #E3572B; }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #E3572B #E3572B transparent; }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #E3572B; }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #E3572B #E3572B transparent; }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #E3572B; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #E3572B; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #E3572B; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #E3572B #E3572B transparent; } }
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #E3572B; }
    .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; } }
/*==============================
 * Banner *
  ================================ */
/* banner-style03 */
.banner-style03 .banner-text {
  width: 253px;
  height: 253px;
  color: white;
  padding: 18px;
  font-weight: 600;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(225, 255, 255, 0.3);
  position: relative; }
  .banner-style03 .banner-text .coloring {
    fill: white;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    word-spacing: 3px;
    font-weight: 500; }
  .banner-style03 .banner-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .banner-style03 .banner-text .banner-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
.banner-style03 .counter-no {
  font-size: 168px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-right: 15px; }
.banner-style03 .banner-count {
  margin-left: -120px; }

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@media screen and (max-width: 1599px) {
  .banner-style03 .banner-count {
    margin-left: -65px; } }
@media screen and (max-width: 1399px) {
  .banner-style03 .banner-count {
    margin-left: 0; } }
@media screen and (max-width: 991px) {
  .banner-style03 .banner-text {
    width: 220px;
    height: 220px; } }
/*============================== 
* Section Heading * 
================================ * 
/*section-title01*/
.section-title01 h2, .section-title01 h1 {
  font-size: 190px;
  line-height: 1;
  letter-spacing: -17px;
  font-weight: 600;
  word-wrap: break-word; }
.section-title01 h2.left, .section-title01 h1.left {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px; }
.section-title01 .sub-title {
  position: relative;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0;
  z-index: 9;
  padding: 0;
  padding-left: 200px; }
  .section-title01 .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #E3572B;
    width: 180px;
    height: 1px;
    transform: translateY(-50%); }
  .section-title01 .sub-title.white:before {
    background-color: #9e9e9e; }

@media screen and (max-width: 1199px) {
  .section-title01 h2 {
    font-size: 160px; }
  .section-title01 .sub-title {
    font-size: 19px; }
  .section-title01 h2.left {
    font-size: 45px; }
  .section-title01 h1 {
    font-size: 155px; } }
@media screen and (max-width: 991px) {
  .section-title01 h2 {
    font-size: 146px; }
  .section-title01 .sub-title {
    padding-left: 192px;
    font-size: 18px; }
  .section-title01 h2.left {
    font-size: 32px; } }
@media screen and (max-width: 767px) {
  .section-title01 h2 {
    font-size: 130px;
    letter-spacing: -15px; }
  .section-title01 .sub-title {
    padding-left: 175px;
    font-size: 18px; }
    .section-title01 .sub-title:before {
      width: 155px; }
  .section-title01 h2.left {
    font-size: 32px; } }
@media screen and (max-width: 575px) {
  .section-title01 .sub-title {
    padding-left: 10px; }
  .section-title01 h2 {
    font-size: 77px;
    letter-spacing: -9px; }
  .section-title01 .sub-title:before {
    content: none; }
  .section-title01 h2.left {
    font-size: 27px; }
  .section-title01 h1 {
    font-size: 90px;
    letter-spacing: -11px; } }
/*section-title02*/
.section-title02 .sub-title {
  display: flex; }
  .section-title02 .sub-title h4 {
    color: #E3572B;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1; }
  .section-title02 .sub-title .title-border {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 5.9px;
    color: #063232;
    font-style: italic;
    padding-top: 25px; }
    .section-title02 .sub-title .title-border:before {
      border-top: 1px solid rgba(6, 50, 50, 0.1);
      content: "";
      width: 100%;
      line-height: 1;
      display: block;
      position: absolute;
      top: 5px;
      left: 20px;
      right: 0; }
    .section-title02 .sub-title .title-border.white:before {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      content: ""; }

@media screen and (max-width: 991px) {
  .section-title02 .sub-title .title-border {
    padding-top: 17px;
    font-size: 1.1rem; }
  .section-title02 .sub-title h4 {
    font-size: 2rem; } }
@media screen and (max-width: 575px) {
  .section-title02 .sub-title .title-border {
    padding-top: 17px;
    font-size: 0.8rem; }
    .section-title02 .sub-title .title-border:before {
      left: 14px; }
  .section-title02 .sub-title h4 {
    font-size: 1.5rem; }
  .section-title02 .sub-title .title-border {
    padding-left: 12px; } }
/* ===================================
    Page title
====================================== */
.page-title-section {
  padding: 180px 0 100px 0; }
  .page-title-section.style1 {
    padding: 150px 0; }
  .page-title-section h1 {
    font-size: 148px;
    line-height: 1;
    letter-spacing: -15px;
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    word-wrap: break-word; }

.page-title-section ul {
  margin: 0;
  padding: 0 0 0 175px;
  list-style: none;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  position: relative;
  z-index: 1; }
  .page-title-section ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #E3572B;
    width: 155px;
    height: 1px;
    transform: translateY(-50%); }
  .page-title-section ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .page-title-section ul li:last-child {
      color: #E3572B;
      opacity: 0.75;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      vertical-align: middle;
      letter-spacing: 0.5px;
      display: inline-block;
      padding-right: 0;
      margin-right: 0; }
      .page-title-section ul li:last-child a {
        color: #E3572B;
        opacity: 0.9;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
    .page-title-section ul li:after {
      content: '';
      font-weight: 700;
      vertical-align: middle;
      background-color: #E3572B;
      width: 10px;
      padding: 0 5px 0 10px;
      height: 1px;
      display: inline-block;
      margin: 0 15px; }
    .page-title-section ul li:last-child:after {
      content: none; }
    .page-title-section ul li a {
      color: #E3572B;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 170px 0 90px 0; }
    .page-title-section h1 {
      font-size: 130px;
      margin-bottom: 10px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 150px 0 90px 0; }
    .page-title-section.style1 {
      padding: 130px 0; }
    .page-title-section h1 {
      font-size: 110px;
      letter-spacing: -12px; }
    .page-title-section ul {
      padding: 0 0 0 150px; }
      .page-title-section ul:before {
        width: 130px; }
      .page-title-section ul li:last-child {
        font-size: 16px; }
        .page-title-section ul li:last-child a {
          font-size: 16px; }
      .page-title-section ul li a {
        font-size: 16px; } }
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 90px;
    letter-spacing: -8px; }
  .page-title-section ul {
    padding: 0 0 0 130px; }
    .page-title-section ul:before {
      width: 110px; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 130px 0 80px 0; }
    .page-title-section.style1 {
      padding: 100px 0; }
    .page-title-section h1 {
      font-size: 76px;
      letter-spacing: -8px; }
    .page-title-section ul {
      padding: 0; }
      .page-title-section ul:before {
        content: none; } }
/*============================== 
* Cards * 
================================ */
/*card-style01*/
.card-style01 {
  border: 0;
  transition: all 0.3s ease;
  background: transparent; }
  .card-style01 .card-body {
    padding: 0;
    padding-top: 30px;
    transition: all 0.3s ease; }
  .card-style01 .img-hover {
    position: relative; }
    .card-style01 .img-hover .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 20;
      opacity: 0;
      transition: all 0.3s ease;
      white-space: nowrap; }
      .card-style01 .img-hover .icon a {
        display: inline-block; }
      .card-style01 .img-hover .icon i {
        background-color: #E3572B;
        display: inline-flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100px;
        border-radius: 50%; }
    .card-style01 .img-hover .blog-tag {
      position: absolute;
      top: 30px;
      right: 20px; }
      .card-style01 .img-hover .blog-tag a {
        border: 1px solid #fff;
        border-radius: 0;
        margin: 2px;
        display: inline-block;
        color: #063232;
        background-color: #fff; }
        .card-style01 .img-hover .blog-tag a:hover, .card-style01 .img-hover .blog-tag a:active, .card-style01 .img-hover .blog-tag a:focus {
          border: 1px solid #E3572B;
          background-color: #E3572B;
          color: #fff; }
  .card-style01:hover .img-hover .icon {
    opacity: 1; }
  .card-style01 .img-hover {
    display: block;
    position: relative;
    overflow: hidden; }
    .card-style01 .img-hover img {
      display: block;
      position: relative;
      overflow: hidden;
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .card-style01:hover .img-hover img {
    transform: scale(1.1); }

@media screen and (max-width: 1399px) {
  .card-style01 .img-hover .icon i {
    height: 80px;
    width: 80px; } }
/*.card-style02*/
.card-style02 {
  border-radius: 0;
  background: transparent;
  padding-left: 40px;
  padding-right: 0px;
  transition: all 0.3s ease-in-out; }
  .card-style02 h3 a {
    color: #fff; }
    .card-style02 h3 a:hover {
      color: #E3572B; }
  .card-style02 img {
    transition: all 0.3s ease-in-out; }
  .card-style02:hover img {
    transform: scale(0.8); }
  .card-style02 .service-btn {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .card-style02 .service-btn .btn-text {
      position: relative;
      margin-right: 0;
      display: inline-block;
      vertical-align: middle;
      text-indent: -110px;
      visibility: hidden;
      white-space: nowrap;
      opacity: 0;
      -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
      -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
      transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
      will-change: visibility, margin-right, text-indent, opacity; }
    .card-style02 .service-btn .btn-arrow {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      text-align: center; }
      .card-style02 .service-btn .btn-arrow:before {
        font-size: 18px;
        line-height: inherit;
        font-weight: 400;
        font-style: inherit;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        content: "\e628";
        font-family: 'themify';
        transition: .4s; }
  .card-style02:hover .service-btn .btn-text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease; }
  .card-style02:hover .service-btn .btn-arrow:before {
    font-size: 11px; }

@media screen and (max-width: 1399px) {
  .card-style02 {
    padding-left: 25px; } }
@media screen and (max-width: 767px) {
  .card-style02 {
    padding-left: 0; } }
/*card-style03*/
.card-style03 {
  border: 0;
  border-radius: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: relative;
  overflow: hidden;
  display: block; }
  .card-style03 .img-hover {
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s; }
    .card-style03 .img-hover img {
      position: relative;
      overflow: hidden;
      transform: scale(1.05);
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s; }
    .card-style03 .img-hover:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(6, 50, 50, 0.7);
      opacity: 0;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      z-index: 1; }
  .card-style03:hover .img-hover:before {
    opacity: 1; }
  .card-style03:hover .img-hover img {
    transform: scale(1.05) translateX(2%);
    -webkit-transform: scale(1.05) translateX(2%);
    -moz-transform: scale(1.05) translateX(2%);
    -ms-transform: scale(1.05) translateX(2%);
    -o-transform: scale(1.05) translateX(2%); }
  .card-style03 .team-social {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    right: auto;
    margin: auto;
    opacity: 0;
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s; }
    .card-style03 .team-social a {
      color: #fff;
      padding: 6px;
      font-size: 20px;
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center; }
  .card-style03:hover .team-social {
    opacity: 1; }
  .card-style03 .card-body {
    padding: 20px 0 0 0; }

/*card-style04*/
.card-style04 {
  border-radius: 0;
  padding: 45px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0);
  border-radius: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: relative; }
  .card-style04 .img-hover {
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s; }
    .card-style04 .img-hover img {
      position: relative;
      overflow: hidden;
      transform: scale(1.05);
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s; }
    .card-style04 .img-hover:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(6, 50, 50, 0.3);
      opacity: 0;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s;
      z-index: 1; }
  .card-style04:hover .img-hover:before {
    opacity: 1; }
  .card-style04:hover .img-hover img {
    transform: scale(1.05) translateX(2%);
    -webkit-transform: scale(1.05) translateX(2%);
    -moz-transform: scale(1.05) translateX(2%);
    -ms-transform: scale(1.05) translateX(2%);
    -o-transform: scale(1.05) translateX(2%); }
  .card-style04 .blog-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085); }
    .card-style04 .blog-text span {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      color: #063232; }
    .card-style04 .blog-text .tags {
      padding-left: 20px;
      text-align: right; }
    .card-style04 .blog-text .tags a {
      color: #063232;
      border: none;
      padding: 0;
      line-height: 1;
      font-size: 15px;
      margin: 2px 2px 2px 5px;
      text-transform: uppercase; }
      .card-style04 .blog-text .tags a:hover, .card-style04 .blog-text .tags a:active, .card-style04 .blog-text .tags a:focus {
        background: none;
        color: #E3572B; }

@media screen and (max-width: 1399px) {
  .card-style04 {
    padding: 31px; }
    .card-style04 .blog-text {
      padding-bottom: 26px;
      margin-bottom: 27px; }
      .card-style04 .blog-text span {
        font-size: 16px;
        font-size: 15px; } }
@media screen and (max-width: 575px) {
  .card-style04 .blog-text {
    display: block;
    padding-bottom: 19px;
    margin-bottom: 21px; }
    .card-style04 .blog-text span {
      display: block; } }
/*============================== 
* Portfolio *
 ================================ */
/* 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: #E3572B; }

.lg-progress-bar .lg-progress {
  background-color: #E3572B; }

.lg-backdrop.in {
  opacity: 0.85; }

/*portfolio-style01*/
.portfolio-style01 .portfolio-item {
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .portfolio-style01 .portfolio-item .img-hover {
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .portfolio-style01 .portfolio-item .img-hover img {
      display: block;
      position: relative;
      overflow: hidden;
      transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .portfolio-style01 .portfolio-item:hover .img-hover img, .portfolio-style01 .portfolio-item:active .img-hover img, .portfolio-style01 .portfolio-item:focus .img-hover img {
    transform: scale(1.1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .portfolio-style01 .portfolio-item .img-hover .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer; }
    .portfolio-style01 .portfolio-item .img-hover .icon i {
      background-color: #E3572B;
      display: inline-flex;
      color: #fff;
      justify-content: center;
      align-items: center;
      height: 100px;
      width: 100px;
      border-radius: 50%; }
  .portfolio-style01 .portfolio-item:hover .img-hover .icon, .portfolio-style01 .portfolio-item:active .img-hover .icon, .portfolio-style01 .portfolio-item:focus .img-hover .icon {
    opacity: 1; }

@media screen and (max-width: 1199px) {
  .portfolio-style01 .portfolio-item .img-hover .icon i {
    height: 75px;
    width: 75px; } }
@media screen and (max-width: 991px) {
  .portfolio-style01 .portfolio-item .img-hover .icon i {
    height: 62px;
    width: 62px; } }
@media screen and (max-width: 767px) {
  .portfolio-style01 .portfolio-item .img-hover .icon i {
    height: 55px;
    width: 55px; } }
/*============================== 
* Pagination * 
================================ */
/*pagination*/
.pagination {
  border-radius: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 16px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

.page-item:not(:first-child) .page-link {
  margin-left: 0; }

/* pagination-style01 */
.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center; }
  .pagination-style01 ul {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 0; }
    .pagination-style01 ul li {
      list-style: none; }
      .pagination-style01 ul li a {
        border: 0;
        padding: 0 2px;
        margin: 0 7px;
        background: 0 0;
        color: #828282;
        min-width: 45px;
        font-size: inherit;
        text-align: center;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        line-height: 45px;
        min-height: 45px;
        display: block;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
        .pagination-style01 ul li a i {
          line-height: 40px;
          font-size: 18px;
          display: inline-block; }
      .pagination-style01 ul li.active a {
        background: #232323;
        color: #fff;
        box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important; }
      .pagination-style01 ul li a:hover {
        background: #fff;
        color: #232323;
        box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important; }

@media screen and (max-width: 575px) {
  .pagination-style01 ul {
    margin-top: 10px; }
    .pagination-style01 ul li a {
      min-width: 40px;
      min-height: 40px;
      line-height: 40px;
      margin: 0 4px; } }
/*==============================
 * Owl Carousel * 
 ================================ */
/*portfolio-carousel-one*/
.portfolio-carousel-one {
  position: relative;
  overflow: hidden; }
  .portfolio-carousel-one:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(-90deg, transparent 75%, #063232 100%);
    width: 100%;
    height: 100%; }
  .portfolio-carousel-one:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(90deg, transparent 75%, #063232 100%);
    width: 100%;
    height: 100%; }

/*==============================
 *    Scroll Section
 *    ================================ */
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative; }

/* animation track */
.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running; }

/* pause on hover */
.pause-on-hover:hover, .pause-on-hover:active, .pause-on-hover:focus {
  animation-play-state: paused; }

/* scroll direction */
.scroll-left {
  animation-name: scroll-left; }

.scroll-right {
  animation-name: scroll-right; }

/* grouping taglines together */
.scroll-group {
  display: inline-flex;
  white-space: nowrap; }

/* single scroll item styling */
.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1; }

.scroll-item.with-img {
  min-width: 100px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex; }

.scroll-item.with-img img {
  vertical-align: middle; }

/* keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-200%); } }
@keyframes scroll-right {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(0); } }
/* speed control */
.scroll-speed-1 {
  animation-duration: 10s; }

/* Ultra Fast */
.scroll-speed-2 {
  animation-duration: 15s; }

/* Extra Fast */
.scroll-speed-3 {
  animation-duration: 20s; }

/* Fast */
.scroll-speed-4 {
  animation-duration: 30s; }

/* Medium */
.scroll-speed-5 {
  animation-duration: 40s; }

/* Slow */
.scroll-speed-6 {
  animation-duration: 60s; }

/* Super Slow */
.scroll-speed-7 {
  animation-duration: 80s; }

/* Ultra Slow */
.scroll-speed-8 {
  animation-duration: 100s; }

/* Glacial */
.scroll-speed-9 {
  animation-duration: 120s; }

/* Frozen */
/*scroll-dot*/
.scroll-dot {
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%; }

/*scroll-section-style01*/
.scroll-section-style01 {
  position: absolute;
  width: 104%;
  left: -2%; }

.scroll-overlay {
  position: relative; }
  .scroll-overlay::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #063232, transparent 300px, transparent calc(100% - 300px), #063232);
    background: -o-linear-gradient(right, #063232, transparent 300px, transparent calc(100% - 300px), #063232);
    background: linear-gradient(to left, #063232, transparent 300px, transparent calc(100% - 300px), #063232);
    z-index: 3; }

.scroll-section-style01:nth-of-type(2) {
  top: 50px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg); }
.scroll-section-style01:nth-of-type(3) {
  bottom: 30px;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg); }
.scroll-section-style01:nth-of-type(4) {
  left: -10%;
  bottom: -10%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg); }
.scroll-section-style01:nth-of-type(5) {
  left: -10%;
  top: -100%;
  -webkit-transform: rotate(60deg) translateX(100%);
  -ms-transform: rotate(60deg) translateX(100%);
  transform: rotate(60deg) translateX(100%); }

/*============================== 
* Accordion *
 ================================ */
/*accordion-style*/
.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none; }
.accordion .accordion-collapse {
  border: none; }
.accordion .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 20px 60px 20px 20px;
  text-decoration: none;
  background: #063232;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
  .accordion .accordion-button:hover {
    text-decoration: none; }
  .accordion .accordion-button.collapsed {
    background: #fff;
    color: #5A7779;
    border: 1px solid #ededed;
    border-radius: 5px; }
    .accordion .accordion-button.collapsed:after {
      background: #063232;
      border: none;
      content: "+";
      right: 20px;
      left: inherit;
      font-size: 18px;
      transform: none;
      width: 25px;
      height: 25px;
      line-height: 20px;
      top: 18px;
      border-radius: 5px;
      text-align: center;
      color: #fff; }
  .accordion .accordion-button:after {
    background: #fff;
    border: none;
    content: "-";
    right: 20px;
    border-radius: 5px;
    left: inherit;
    font-size: 18px;
    border: 1px solid #fff;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 21px;
    top: 18px;
    position: absolute;
    color: #27ae60;
    text-align: center; }
.accordion .card-body {
  color: #5A7779;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

@media screen and (max-width: 991px) {
  .accordion .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px; }
    .accordion .accordion-button.collapsed:after, .accordion .accordion-button:after {
      right: 15px;
      font-size: 16px;
      height: 22px;
      line-height: 18px;
      width: 22px;
      top: 13px; }
  .accordion .card-body {
    padding: 20px 15px; } }
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 15px 50px 15px 15px; } }
/* style01 */
.accordion.style1 .accordion-button.collapsed {
  background: transparent;
  color: #063232;
  border-radius: 0; }
  .accordion.style1 .accordion-button.collapsed:after {
    background: #fff;
    color: #E3572B; }
.accordion.style1 .card-body {
  border-radius: 0; }
.accordion.style1 .accordion-button:after {
  line-height: 20px; }
.accordion .accordion-button:after {
  color: #063232; }
.accordion.style1 .accordion-button {
  background: #063232;
  border: 1px solid #ededed;
  border-radius: 0;
  color: #fff;
  font-size: 18px; }

/*============================== 
* Pages * 
================================ */
/* count-down */
.countdown {
  padding: 0; }
  .countdown li {
    background: transparent;
    display: inline-block;
    text-align: center;
    min-width: 261px;
    overflow: hidden;
    margin-right: 10px;
    padding: 15px 10px;
    position: relative;
    border-radius: 3px; }
    .countdown li:last-child {
      margin-right: 0; }
    .countdown li span {
      font-size: 96px;
      font-weight: 500;
      text-align: center;
      color: #ffffff;
      line-height: normal;
      position: relative; }
    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding: 0;
      text-transform: capitalize; }

@media screen and (max-width: 1599px) {
  .countdown li {
    min-width: 238px; }
    .countdown li span {
      font-size: 84px; } }
@media screen and (max-width: 1199px) {
  .countdown li {
    min-width: 209px; }
    .countdown li span {
      font-size: 67px; } }
@media screen and (max-width: 991px) {
  .countdown li {
    min-width: 175px; }
    .countdown li span {
      font-size: 62px; } }
@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 128px; }
    .countdown li span {
      font-size: 54px; } }
@media screen and (max-width: 575px) {
  .countdown li {
    min-width: 127px; }
    .countdown li span {
      font-size: 44px; } }
/*search page*/
.search-form_input {
  color: #E3572B; }

.search-frame h4 a:hover {
  color: #E3572B; }
.search-frame .search_list .match {
  color: #E3572B; }
.search-frame .search_list li:before {
  color: #E3572B; }
.search-frame .search_list li + li {
  border-top: 3px solid #E3572B; }
.search-frame .search {
  color: #E3572B; }

.contact-map {
  width: 100%;
  height: 550px;
  vertical-align: top;
  border: 0; }

/* portfolio-details-style01 */
.portfolio-details-style01 .portfolio-box .portfolio-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px; }
.portfolio-details-style01 .portfolio-icon {
  background-color: #09b850;
  color: white;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px; }
.portfolio-details-style01 .text {
  font-size: 18px;
  line-height: 32px; }
.portfolio-details-style01 .big-text {
  font-weight: 600;
  font-size: 240px;
  line-height: 1;
  color: rgba(28, 29, 31, 0.1);
  margin-left: -736px;
  display: block;
  letter-spacing: -18.96px; }
.portfolio-details-style01 .client-img {
  padding: 2rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s; }
  .portfolio-details-style01 .client-img img {
    opacity: 0.2; }
  .portfolio-details-style01 .client-img:hover {
    background: rgba(20, 33, 43, 0.1);
    transform: translateY(-8px); }
  .portfolio-details-style01 .client-img.active {
    background: rgba(20, 33, 43, 0.1); }

@media screen and (max-width: 1599px) {
  .portfolio-details-style01 .big-text {
    font-size: 219px; } }
@media screen and (max-width: 1399px) {
  .portfolio-details-style01 .big-text {
    margin-left: -660px;
    font-size: 199px; }
  .portfolio-details-style01 .client-img {
    padding: 1em 1em 1em 1em; } }
@media screen and (max-width: 1199px) {
  .portfolio-details-style01 .big-text {
    font-size: 177px; } }
@media screen and (max-width: 991px) {
  .portfolio-details-style01 .big-text {
    font-size: 135px;
    margin-left: -242px;
    letter-spacing: -13.96px; } }
@media screen and (max-width: 767px) {
  .portfolio-details-style01 .big-text {
    font-size: 96px;
    margin-left: -241px;
    letter-spacing: -0.96px; } }
@media screen and (max-width: 575px) {
  .portfolio-details-style01 .big-text {
    font-size: 65px;
    margin-left: -140px;
    letter-spacing: -5.96px; } }
/*team-details-01*/
.team-details01 .progress {
  position: relative;
  overflow: visible;
  height: 8px; }
  .team-details01 .progress .progress-bar {
    background-color: #E3572B;
    position: relative;
    overflow: visible; }
.team-details01 .share-icon {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  padding-right: 20px; }
  .team-details01 .share-icon > i {
    display: inline-block;
    height: 45px;
    background: #000;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff; }
  .team-details01 .share-icon ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out 0s; }
  .team-details01 .share-icon:hover ul, .team-details01 .share-icon:active ul, .team-details01 .share-icon:focus ul {
    left: 58px;
    opacity: 1;
    pointer-events: auto; }
  .team-details01 .share-icon ul li {
    display: inline-block;
    margin: 0; }
    .team-details01 .share-icon ul li a {
      display: flex;
      height: 45px;
      width: 45px;
      line-height: 47px;
      background: #E3572B;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      align-items: center;
      justify-content: center; }

@media screen and (max-width: 575px) {
  .team-details01 .share-icon {
    margin-left: 0;
    padding-right: 0; } }
/*==============================
 *    Blog
 *    ================================ */
/* sidebar */
.sidebar .widget {
  position: relative;
  display: block;
  background-color: #fff; }

.widget-title {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  border: 0.0625rem solid rgba(220, 224, 229, 0.6);
  padding: 20px 30px;
  z-index: 1; }
  .widget-title h5 {
    position: relative;
    text-transform: uppercase;
    font-size: 16px; }

.widget-content {
  border: 0.0625rem solid rgba(220, 224, 229, 0.6);
  border-width: 0 1px 1px 1px;
  position: relative;
  padding: 30px; }

.sidebar .menu li {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .sidebar .menu li:last-child {
    margin-bottom: 0; }
  .sidebar .menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #1e2434;
    text-transform: uppercase;
    background-color: #fff;
    padding: 17px 20px 17px 20px;
    border: 1px solid #e7e3e3; }
    .sidebar .menu li a .cat-count {
      color: #E3572B; }
  .sidebar .menu li a:hover, .sidebar .menu li a:active, .sidebar .menu li a:focus {
    color: #fff;
    background-color: #E3572B; }
    .sidebar .menu li a:hover .cat-count, .sidebar .menu li a:active .cat-count, .sidebar .menu li a:focus .cat-count {
      color: #fff; }

/*blog-sidebar-banner*/
.sidebar .banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%); }
.sidebar .banner-wrapper .icon-boxs i {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 36px;
  border-radius: 50%;
  background: #E3572B;
  line-height: 80px; }

.sidebar .input-group .form-control {
  min-height: 50px; }
.sidebar .blog-tags a {
  border: 1px solid #063232;
  background-color: #fff;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block;
  border-radius: .3rem; }
  .sidebar .blog-tags a:hover {
    border: 1px solid #E3572B;
    background-color: #E3572B;
    color: #fff; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.category-listing {
  margin: -0.5rem 0 0 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 #E3572B;
  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: #063232;
    border-color: #063232;
    color: #fff; }

.sidebar .widget {
  margin-bottom: 2rem; }
  .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; }

/* blog comments */
.blog-comment:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 10px;
  background-color: #063232; }

/*blog-details01*/
.blog-details01 .recent-comment .box {
  background-color: #f4f5f4;
  padding: 40px;
  width: 100%; }

/* 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; }

.comment-reply-link {
  color: #E3572B;
  background: rgba(227, 87, 43, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 18px;
  display: inline-block; }
  .comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
    color: #fff;
    background: #E3572B; }

a#cancel-comment-reply-link {
  color: #E3572B;
  background: rgba(227, 87, 43, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0; }
  a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus {
    color: #fff;
    background: #E3572B; }

/* tags */
.tags a {
  border: 1px solid #063232;
  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: #E3572B;
    background: #E3572B;
    color: #fff; }

/*==============================
 * Others *
  ================================ */
/* testimonials-style04 */
.testimonials-style04 .left-content {
  margin-bottom: 15%; }
  .testimonials-style04 .left-content .left-count {
    margin-right: 10px;
    color: #fff; }
  .testimonials-style04 .left-content .start-content {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    letter-spacing: -2px;
    background-color: #E3572B;
    font-size: 16px;
    color: #063232;
    padding-top: 3px;
    padding-bottom: 3px; }
  .testimonials-style04 .left-content span {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .testimonials-style04 .left-content {
    margin-bottom: 5%; } }
@media screen and (max-width: 767px) {
  .testimonials-style04 .left-content {
    margin-bottom: 4%; }
    .testimonials-style04 .left-content .start-content {
      font-size: 13px; }
    .testimonials-style04 .left-content span {
      font-size: 11px; } }
/* testimonial-carousel-two */
.testimonial-carousel-two .owl-nav {
  margin-top: 0;
  position: absolute;
  left: -104%;
  bottom: 0; }
.testimonial-carousel-two.owl-carousel .owl-nav button.owl-prev, .testimonial-carousel-two.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .3s;
  transition: .3s; }
.testimonial-carousel-two.owl-carousel .owl-nav button.owl-prev span, .testimonial-carousel-two.owl-carousel .owl-nav button.owl-next span {
  color: #fff;
  font-size: 18px; }
.testimonial-carousel-two.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-carousel-two.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.8; }

@media screen and (max-width: 1199px) {
  .testimonial-carousel-two .owl-nav {
    left: 0;
    bottom: -50%; }
  .testimonial-carousel-two.owl-carousel .owl-nav button.owl-prev, .testimonial-carousel-two.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .testimonial-carousel-two.owl-carousel .owl-nav button.owl-prev span, .testimonial-carousel-two.owl-carousel .owl-nav button.owl-next span {
    font-size: 16px; } }
/*.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); }

/* about-style01 */
.about-style01 .left-content .exp-no {
  width: 110px;
  height: 110px;
  background-color: #E3572B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1; }
.about-style01 .about-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(9, 184, 80, 0.2);
  color: #E3572B;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

/*.about-style02*/
.about-style02 .img1 {
  border: 2px solid #fff;
  border-radius: 30%;
  margin-left: -25px; }
.about-style02 .about-block .margin-top {
  margin-top: 21.5rem; }
.about-style02 .about-bg {
  position: relative; }
  .about-style02 .about-bg .about-text {
    max-width: 294px;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(69, 48, 48, 0.14);
    padding: 40px;
    position: absolute;
    right: 0;
    top: -54px;
    z-index: 1; }
  .about-style02 .about-bg .counter-text {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: #063232; }

@media screen and (max-width: 1599px) {
  .about-style02 .about-bg .about-text {
    right: -89px; } }
@media screen and (max-width: 1399px) {
  .about-style02 .about-bg .about-text {
    padding: 33px;
    right: -39px; }
  .about-style02 .about-bg .counter-text {
    font-size: 60px; } }
@media screen and (max-width: 1199px) {
  .about-style02 .about-bg .about-text {
    top: -48px; } }
/* about-style03 */
.about-style03 .img-hover {
  position: relative;
  overflow: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s; }
  .about-style03 .img-hover img {
    position: relative;
    overflow: hidden;
    transform: scale(1.05);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s; }
  .about-style03 .img-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 50, 50, 0.3);
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    z-index: 1; }
  .about-style03 .img-hover:hover:before {
    opacity: 1; }
  .about-style03 .img-hover:hover img {
    transform: scale(1.05) translateX(2%);
    -webkit-transform: scale(1.05) translateX(2%);
    -moz-transform: scale(1.05) translateX(2%);
    -ms-transform: scale(1.05) translateX(2%);
    -o-transform: scale(1.05) translateX(2%); }
.about-style03 .counter-bg {
  position: relative;
  display: flex;
  align-items: center; }
  .about-style03 .counter-bg .counter-text {
    padding-left: 15px;
    width: 40%;
    text-transform: uppercase;
    line-height: 1.5;
    color: #063232; }
  .about-style03 .counter-bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 21px;
    -webkit-transition: .3s linear;
    -khtml-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    height: 3px;
    background-color: #E3572B;
    z-index: 1; }
  .about-style03 .counter-bg:hover:before {
    width: 100%; }
  .about-style03 .counter-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    height: 1px;
    background-color: #9d9d9d; }
.about-style03 h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px; }
.about-style03 .about-btn {
  position: relative; }
  .about-style03 .about-btn .about-position {
    position: absolute;
    bottom: 167px;
    left: -54px; }
    .about-style03 .about-btn .about-position .btn-style {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 170px;
      animation: icon_bounce infinite linear 5s;
      min-width: auto;
      padding: 0;
      border-radius: 100%;
      background-color: #E3572B;
      color: #fff;
      position: relative;
      z-index: 99; }

@keyframes icon_bounce {
  70% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-15%); }
  90% {
    transform: translateY(0%); }
  95% {
    transform: translateY(-7%); }
  97% {
    transform: translateY(0%); }
  99% {
    transform: translateY(-3%); }
  100% {
    transform: translateY(0); } }
@media screen and (max-width: 1399px) {
  .about-style03 h5 {
    font-size: 18px;
    line-height: 27px; }
  .about-style03 .counter-bg .counter-text {
    line-height: 24px;
    font-size: 16px; }
  .about-style03 .about-btn .about-position .btn-style {
    width: 150px;
    height: 150px; } }
@media screen and (max-width: 991px) {
  .about-style03 .about-btn .about-position {
    bottom: 248px;
    left: -20px; }
    .about-style03 .about-btn .about-position .btn-style {
      width: 130px;
      height: 130px; }
  .about-style03 h5 {
    font-size: 17px;
    line-height: 25px; } }
@media screen and (max-width: 575px) {
  .about-style03 .counter-bg:after {
    bottom: -12px; }
  .about-style03 .counter-bg:before {
    bottom: -13px; } }
/* about-style4 */
.about-style4 .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 #E3572B;
  border-radius: 50%; }

/*services-style01*/
.services-style01 .mt-25 {
  margin-top: 20.5rem; }
.services-style01 .img-group, .services-style01 .img-group-bottom {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden; }
.services-style01 .img-group .services-img-left, .services-style01 .img-group-bottom .services-img-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
  z-index: -1; }
.services-style01 .img-group .services-img-left.active, .services-style01 .img-group-bottom .services-img-right.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1); }
.services-style01 .services-content .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s; }
  .services-style01 .services-content .item:last-child {
    border: 0; }
  .services-style01 .services-content .item .services-item {
    display: flex;
    align-items: center; }
  .services-style01 .services-content .item a {
    color: #fff;
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 60px;
    display: inline-block;
    overflow: hidden; }
  .services-style01 .services-content .item.active a {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.2) 30%, #000 50%, rgba(0, 0, 0, 0.2) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: 0.35s; }
  .services-style01 .services-content .item span {
    transition: all 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #1C3F39;
    color: #fff; }
  .services-style01 .services-content .item i {
    display: block;
    text-align: center;
    color: #fff;
    transition: all 0.3s; }
  .services-style01 .services-content .item.active a, .services-style01 .services-content .item.active span {
    color: #fff; }
  .services-style01 .services-content .item.active i {
    color: #fff;
    transform: rotate(-45deg); }

/* Shine Animation */
@keyframes shine {
  0% {
    -webkit-mask-position: 150%; }
  100% {
    -webkit-mask-position: -50%; } }
/* Responsive Styles */
@media screen and (max-width: 1599px) {
  .services-style01 .services-content .item a {
    font-size: 56px;
    padding: 20px 48px; } }
@media screen and (max-width: 1399px) {
  .services-style01 .services-content .item a {
    font-size: 43px;
    padding: 10px 37px; }
  .services-style01 .mt-25 {
    margin-top: 14.5rem; } }
@media screen and (max-width: 1199px) {
  .services-style01 .services-content .item a {
    font-size: 39px;
    padding: 10px 37px;
    line-height: 60px; } }
@media screen and (max-width: 991px) {
  .services-style01 .img-group .services-img-left.active, .services-style01 .img-group-bottom .services-img-right.active {
    display: flex;
    justify-content: center; }
  .services-style01 .mt-25 {
    margin-top: 0rem; }
  .services-style01 .services-content .item a {
    line-height: 55px; } }
@media screen and (max-width: 575px) {
  .services-style01 .services-content .item a {
    font-size: 27px;
    padding: 10px 20px;
    line-height: 50px; } }
/*services-style02*/
.services-style02 .service-bg {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 200px; }
  .services-style02 .service-bg .service-img {
    border-radius: 50%;
    position: relative;
    margin-right: 20px; }
    .services-style02 .service-bg .service-img .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .services-style02 .service-bg .service-img .icon a {
        color: #fff; }
  .services-style02 .service-bg .service-text span {
    display: block;
    font-size: 15px;
    margin: 7px 0;
    color: #fff; }
.services-style02 .service-items .item {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative; }
  .services-style02 .service-items .item h3 {
    font-size: 80px;
    font-weight: 600;
    color: #fff; }
  .services-style02 .service-items .item .service-content {
    margin-top: 15px; }
    .services-style02 .service-items .item .service-content span {
      font-size: 14px;
      font-weight: 300;
      position: relative;
      margin-right: 50px;
      color: #fff; }
      .services-style02 .service-items .item .service-content span:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -30px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fff; }
      .services-style02 .service-items .item .service-content span:last-child {
        margin-right: 0; }
        .services-style02 .service-items .item .service-content span:last-child:after {
          display: none; }
  .services-style02 .service-items .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-style02 .service-items .item .service-img {
    width: 0;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-style02 .service-items .item:hover .service-img, .services-style02 .service-items .item:active .service-img, .services-style02 .service-items .item:focus .service-img {
    width: 200px; }

@media screen and (max-width: 1599px) {
  .services-style02 .service-items .item h3 {
    font-size: 63px; } }
@media screen and (max-width: 1399px) {
  .services-style02 .service-items .item h3 {
    font-size: 55px; } }
@media screen and (max-width: 1199px) {
  .services-style02 .service-items .item h3 {
    font-size: 41px; } }
@media screen and (max-width: 767px) {
  .services-style02 .service-items .item .service-img {
    right: 0; }
  .services-style02 .service-items .item h3 {
    font-size: 34px; }
  .services-style02 .service-items .item:hover .service-img, .services-style02 .service-items .item:active .service-img, .services-style02 .service-items .item:focus .service-img {
    width: 160px; } }
@media screen and (max-width: 575px) {
  .services-style02 .service-items .item .service-img {
    display: none; }
  .services-style02 .service-items .item h3 {
    font-size: 30px; } }
/* counter-style02 */
.counter-style02 .counter-block .counter-bottom {
  padding: 32px; }
  .counter-style02 .counter-block .counter-bottom .bottom-img {
    border: 1px solid rgba(6, 50, 50, 0.2);
    border-radius: 50%;
    margin-bottom: 16px;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 1199px) {
  .counter-style02 .counter-block .counter-bottom {
    padding: 32px 25px; } }
@media screen and (max-width: 991px) {
  .counter-style02 .counter-block .counter-bottom {
    padding: 25px 20px; } }
/*counter-style02*/
.counter-style02 .counter-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  background-color: #fff;
  flex-direction: column;
  border-radius: 0; }
  .counter-style02 .counter-box .sub-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #063232;
    position: relative;
    padding-left: 64px; }
    .counter-style02 .counter-box .sub-text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      background-color: #063232;
      width: 42px;
      height: 1px; }
  .counter-style02 .counter-box .sub-text.primary {
    color: #E3572B; }
    .counter-style02 .counter-box .sub-text.primary:before {
      background-color: #E3572B; }
  .counter-style02 .counter-box .counter-text {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1; }
.counter-style02 .counter-circle {
  width: 170px;
  height: 170px;
  color: white;
  padding: 14px;
  font-weight: 600;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  right: 60px;
  top: 65px; }
  .counter-style02 .counter-circle .coloring {
    fill: black; }
  .counter-style02 .counter-circle svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .counter-style02 .counter-circle .counter-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    background: #E3572B;
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 1399px) {
  .counter-style02 .counter-box {
    padding: 40px 55px; }
    .counter-style02 .counter-box .counter-text {
      font-size: 84px; } }
@media screen and (max-width: 1199px) {
  .counter-style02 .counter-box {
    padding: 46px 37px; }
    .counter-style02 .counter-box .counter-text {
      font-size: 74px; }
    .counter-style02 .counter-box .sub-text {
      font-size: 22px; } }
/*pricing-style01*/
.pricing-style01 .pricing-plan {
  position: relative;
  z-index: 0;
  padding: 50px 60px;
  overflow: hidden;
  transition: 0.3s ease-in-out; }
  .pricing-style01 .pricing-plan p {
    color: #063232;
    font-size: 20px; }
  .pricing-style01 .pricing-plan h3 {
    font-size: 80px;
    line-height: 112.5%;
    letter-spacing: -2px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out; }
  .pricing-style01 .pricing-plan .list-style li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #063232;
    position: relative;
    padding-left: 32px;
    transition: all 0.5s ease; }
    .pricing-style01 .pricing-plan .list-style li:last-child {
      margin-bottom: 0; }
    .pricing-style01 .pricing-plan .list-style li:before {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      position: absolute;
      font-weight: 800;
      top: 0;
      left: 0;
      color: #063232;
      transition: all 0.5s ease; }
  .pricing-style01 .pricing-plan .list-style li.no:before {
    content: "\f00d";
    font-weight: 800;
    color: #E3572B; }
  .pricing-style01 .pricing-plan:hover h4, .pricing-style01 .pricing-plan:hover p, .pricing-style01 .pricing-plan:hover h3 {
    color: #fff; }
  .pricing-style01 .pricing-plan:hover .list-style li {
    color: #fff; }
    .pricing-style01 .pricing-plan:hover .list-style li:before {
      color: #fff; }

@media screen and (max-width: 1399px) {
  .pricing-style01 .pricing-plan {
    padding: 40px 42px; }
    .pricing-style01 .pricing-plan h3 {
      font-size: 62px;
      margin-bottom: 20px; }
    .pricing-style01 .pricing-plan .list-style li {
      font-size: 18px; } }
@media screen and (max-width: 991px) {
  .pricing-style01 .pricing-plan {
    padding: 39px 33px; }
    .pricing-style01 .pricing-plan h3 {
      font-size: 54px;
      margin-bottom: 13px; }
    .pricing-style01 .pricing-plan p {
      font-size: 18px; }
    .pricing-style01 .pricing-plan .list-style li {
      font-size: 16px;
      margin-bottom: 7px; } }
@media screen and (max-width: 575px) {
  .pricing-style01 .pricing-plan {
    padding: 30px 30px; }
    .pricing-style01 .pricing-plan .btn-style01 {
      padding: 12px 35px !important; }
    .pricing-style01 .pricing-plan h3 {
      font-size: 46px;
      margin-bottom: 9px; } }
/*pricing-style02*/
.pricing-style02 .pricing-items .pricing-model {
  padding: 60px 40px;
  border: 2px solid transparent;
  transition: all .35s ease-in-out;
  background: #fff; }
  .pricing-style02 .pricing-items .pricing-model .left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 50px;
    padding-right: 50px; }
  .pricing-style02 .pricing-items .pricing-model .right ul li {
    z-index: 1;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px; }
    .pricing-style02 .pricing-items .pricing-model .right ul li:last-child {
      margin-bottom: 0; }
    .pricing-style02 .pricing-items .pricing-model .right ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      font-family: "Font Awesome 6 Free";
      font-weight: 600;
      content: "\f00c";
      height: 13px;
      width: 13px;
      color: #063232; }

@media screen and (max-width: 1599px) {
  .pricing-style02 .pricing-items .pricing-model {
    padding: 46px 36px; }
    .pricing-style02 .pricing-items .pricing-model .left {
      margin-right: 27px;
      padding-right: 21px; }
    .pricing-style02 .pricing-items .pricing-model .right ul li {
      font-size: 15px; } }
@media screen and (max-width: 1399px) {
  .pricing-style02 .pricing-items .pricing-model .left {
    margin-right: 20px;
    padding-right: 16px; } }
@media screen and (max-width: 1199px) {
  .pricing-style02 .pricing-items .pricing-model .left {
    margin-right: 0px;
    padding-right: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px; } }
@media screen and (max-width: 991px) {
  .pricing-style02 .pricing-items .pricing-model {
    padding: 46px 30px; } }
/*award-style01*/
.award-style01 .award-items {
  padding: 43px 0;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .award-style01 .award-items .award-link {
    display: flex;
    justify-content: end;
    transition: 0.3s; }
  .award-style01 .award-items:hover {
    padding-left: 40px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.14); }
  .award-style01 .award-items .award-link > a {
    width: 54px;
    height: 54px;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    border-radius: 50rem;
    transition: 0.3s; }
  .award-style01 .award-items:hover .award-link > a {
    color: #000;
    background-color: #fff; }
  .award-style01 .award-items .award-link > a i {
    transition: 0.3s;
    color: #fff;
    transform: rotate(-45deg); }
  .award-style01 .award-items:hover .award-link > a i {
    transform: rotate(0);
    color: #000; }
  .award-style01 .award-items .rr-hover-reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 259px;
    opacity: 0;
    margin: -150px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 99;
    -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .award-style01 .award-items:hover .rr-hover-reveal-bg {
    opacity: 1; }

@media screen and (max-width: 991px) {
  .award-style01 .award-items .award-link > a {
    width: 41px;
    height: 41px;
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .award-style01 .award-items .award-link {
    display: block; } }
/* .process-style01*/
.process-style01 {
  position: relative;
  z-index: 1; }
  .process-style01 .process-block {
    display: flex; }
    .process-style01 .process-block .process-no {
      background-color: transparent;
      color: #FFFFFF;
      -webkit-text-fill-color: #FFFFFF;
      -webkit-text-stroke-width: 1px;
      margin-right: 40px;
      font-size: 80px;
      line-height: 1;
      margin-top: -5px;
      font-weight: 600;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .process-style01 .process-block .process-no.black {
        color: #063232; }

@media screen and (max-width: 991px) {
  .process-style01 .process-block .process-no {
    font-size: 76px; } }
@media screen and (max-width: 767px) {
  .process-style01 .process-block .process-no {
    font-size: 60px; } }
@media screen and (max-width: 575px) {
  .process-style01 .process-block .process-no {
    font-size: 52px; } }
/* .process-style02*/
.process-style02 .process.process-container {
  counter-reset: step; }
.process-style02 .process .process-wrap .process-item .process-box .number {
  display: block;
  transition: all 0.5s ease; }
  .process-style02 .process .process-wrap .process-item .process-box .number:before {
    counter-increment: step;
    content: counter(step,decimal-leading-zero) ". ";
    color: #fff;
    font-weight: 700;
    font-size: 95px;
    line-height: 1;
    letter-spacing: -0.18px;
    transition: all 0.5s ease;
    text-fill-color: transparent;
    text-stroke-color: rgba(255, 255, 255, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px; }

.process-style02 .process .process-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 54px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 208px;
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  .process-style02 .process .process-wrap .process-item .process-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 208px;
    position: relative;
    transition: all 0.3s ease-in-out; }

@media screen and (max-width: 991px) {
  .process-style02 .process .process-wrap .process-item .process-box {
    gap: 175px; } }
@media screen and (max-width: 767px) {
  .process-style02 .process .process-wrap {
    padding: 40px 30px; }

  .process-style02 .process .process-wrap .process-item .process-box {
    gap: 100px; }

  .process-style02 .process .process-wrap .process-item .process-box .number:before {
    font-size: 75px; } }
/* hover overlay */
.hover-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #063232;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: none;
  transform-origin: center;
  z-index: -1; }

.primary .hover-overlay {
  background: #E3572B; }

/* Contact Style */
.contact-style01 .contact-icon {
  width: 50px;
  height: 50px;
  background: #E3572B;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }
.contact-style01 .contact-tag a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #063232;
  border: 1px solid rgba(31, 49, 48, 0.1);
  border-radius: 4px;
  padding: 2px 16px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out; }
  .contact-style01 .contact-tag a:hover {
    background: #E3572B;
    color: #fff; }

/* animation-up-down */
.animation-up-down {
  animation: float 2s linear 0.5s infinite alternate both; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(10px); } }
/*==============================
 * Page Navigation *
  ================================ */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f4f5f4; }

.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;
  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;
  font-weight: 600;
  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;
  font-weight: 600;
  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: #E3572B; }

.next-page .image-next:after {
  background-color: #E3572B; }

.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; } }
/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control {
  background-color: transparent; }
  .form-control:focus {
    border-color: #E3572B; }

.form-check-input:checked {
  border-color: #E3572B;
  background-color: #E3572B; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.quform-element {
  margin-bottom: 1rem; }

/* newsletter */
.newsletter-form .quform-submit-inner button {
  font-size: 18px;
  border: none;
  position: absolute;
  right: -10px;
  top: -1px;
  height: 55px;
  width: 55px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0; }
  .newsletter-form .quform-submit-inner button.newsletter-btn {
    right: 0;
    top: 0; }
.newsletter-form .quform-element .quform-input .form-control.news-box {
  min-height: 55px;
  border-radius: 5px;
  padding: 0 70px 0 20px; }

/*social-icon-style01*/
.social-icon-style01 li {
  display: inline-flex;
  align-items: center;
  margin: 10px 5px 10px 5px; }
  .social-icon-style01 li a {
    position: relative;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding: 20px 30px 19px 71px;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 251, 245, 0);
    color: #fff;
    display: inline-block; }
    .social-icon-style01 li a:before {
      content: "";
      height: 17px;
      width: 17px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      top: 40%;
      left: 13%; }
    .social-icon-style01 li a:last-child {
      margin-right: 0;
      position: relative; }
    .social-icon-style01 li a:hover, .social-icon-style01 li a:active, .social-icon-style01 li a:focus {
      background-color: #E3572B; }

@media screen and (max-width: 1399px) {
  .social-icon-style01 li a {
    font-size: 22px;
    padding: 16px 28px 19px 64px; }
    .social-icon-style01 li a:before {
      height: 12px;
      width: 12px; } }
@media screen and (max-width: 1199px) {
  .social-icon-style01 li a {
    font-size: 18px;
    padding: 16px 28px 19px 44px;
    line-height: 18px; }
    .social-icon-style01 li a:before {
      left: 24px;
      height: 10px;
      width: 10px; } }
@media screen and (max-width: 991px) {
  .social-icon-style01 li a {
    font-size: 17px;
    padding: 12px 28px 12px 53px; }
    .social-icon-style01 li a:before {
      left: 28px; } }
@media screen and (max-width: 575px) {
  .social-icon-style01 li a {
    font-size: 15px;
    padding: 12px 28px 12px 30px;
    line-height: 27px; }
    .social-icon-style01 li a:before {
      height: 9px;
      width: 9px;
      left: 11px; } }
/*social-icon-style03*/
.social-icon-style03 li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  color: #212529;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .social-icon-style03 li a:hover, .social-icon-style03 li a:active, .social-icon-style03 li a:focus {
    color: #fff;
    background-color: #E3572B; }

/* social-icon-style05 */
.social-icon-style05 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none; }
  .social-icon-style05 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    transition: 0.4s; }
    .social-icon-style05 li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      border: 1px solid #fff;
      color: #ffffff;
      display: flex;
      justify-content: center;
      padding: 9px 29px 9px 28px;
      border-radius: 60px 60px 60px 60px;
      transition: 0.4s; }
      .social-icon-style05 li a:hover, .social-icon-style05 li a:active, .social-icon-style05 li a:focus {
        color: #E3572B;
        background: #fff; }
    .social-icon-style05 li:last-child {
      margin-right: 0; }
    .social-icon-style05 li a.small {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 11px; }
  .social-icon-style05.small li a {
    width: 35px;
    height: 35px;
    line-height: 35px; }

@media screen and (max-width: 575px) {
  .social-icon-style05 li a {
    padding: 6px 19px 7px 17px;
    font-size: 11px; } }
/* social-icon-style06 */
.social-icon-style06 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none; }
  .social-icon-style06 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style06 li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: #E3572B;
      height: 41px;
      line-height: 42px;
      width: 41px;
      border-radius: 0; }
      .social-icon-style06 li a:hover, .social-icon-style06 li a:active, .social-icon-style06 li a:focus {
        color: #fff;
        background: #063232; }
    .social-icon-style06 li:last-child {
      margin-right: 0; }
    .social-icon-style06 li a.small {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 11px; }
  .social-icon-style06.small li a {
    width: 35px;
    height: 35px;
    line-height: 35px; }

@media screen and (max-width: 991px) {
  .social-icon-style06.small li a {
    width: 30px;
    height: 30px;
    line-height: 30px; } }
/* social-icon-style07 */
.social-icon-style07 li {
  margin-right: 5px;
  display: inline-block; }
  .social-icon-style07 li:last-child {
    margin-right: 0; }
  .social-icon-style07 li a {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #272c49;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .social-icon-style07 li a:hover, .social-icon-style07 li a:active, .social-icon-style07 li a:focus {
      color: #E3572B; }

@media screen and (max-width: 1199px) {
  .social-icon-style07 li a {
    width: 40px;
    height: 40px; } }
/* social-icon-style08 */
.social-icon-style08 li {
  display: inline-block;
  margin-right: 30px; }
  .social-icon-style08 li:last-child {
    margin-right: 0; }
  .social-icon-style08 li a {
    color: #fff; }
    .social-icon-style08 li a:hover, .social-icon-style08 li a:active, .social-icon-style08 li a:focus {
      color: #E3572B; }

/*social-icon-style09*/
.social-icon-style09 li {
  display: inline-block;
  margin-right: 20px; }
  .social-icon-style09 li:last-child {
    margin-right: 0; }
  .social-icon-style09 li a {
    font-size: 18px;
    color: #063232; }
    .social-icon-style09 li a:hover, .social-icon-style09 li a:active, .social-icon-style09 li a:focus {
      color: #E3572B; }

/*==============================
 *    Footer
 *    ================================ */
footer {
  word-break: break-word; }

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block; }

.footer-logo.small {
  max-width: 160px; }

/* footer */
footer .email, .footer .email {
  border-bottom: 1px solid rgba(6, 50, 50, 0.7);
  display: inline-block;
  padding-bottom: 5px; }
  footer .email a, .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, .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, .footer .email a:hover, .footer .email a:active, .footer .email a:focus {
      color: #fff; }
    footer .email a:after, .footer .email a:after {
      border-bottom: 1px solid #E3572B;
      transition: all 0.8s ease;
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -11px;
      right: 0;
      width: 0; }
footer .phone, .footer .phone {
  padding-bottom: 0;
  margin-bottom: 0; }
  footer .phone a, .footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: white; }
    footer .phone a:hover, footer .phone a:active, footer .phone a:focus, .footer .phone a:hover, .footer .phone a:active, .footer .phone a:focus {
      color: #063232; }

@media screen and (max-width: 767px) {
  footer .email a:after {
    bottom: -10px; } }
/*footer-style01*/
.footer-bottom {
  text-align: center;
  position: relative;
  bottom: -110px;
  margin-top: -80px; }
  .footer-bottom .t-name {
    font-size: 372px;
    opacity: 0.7;
    transition: 0.35s;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.2) 30%, #000 50%, rgba(0, 0, 0, 0.2) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite; }

@media screen and (max-width: 1599px) {
  .footer-bottom .t-name {
    font-size: 260px; } }
@media screen and (max-width: 1399px) {
  .footer-bottom .t-name {
    font-size: 225px; } }
@media screen and (max-width: 1199px) {
  .footer-bottom {
    bottom: -75px;
    margin-top: -55px; }
    .footer-bottom .t-name {
      font-size: 180px; } }
@media screen and (max-width: 991px) {
  .footer-bottom {
    bottom: -55px;
    margin-top: -40px; }
    .footer-bottom .t-name {
      font-size: 140px; } }
@media screen and (max-width: 767px) {
  .footer-bottom {
    bottom: -30px;
    margin-top: -20px; }
    .footer-bottom .t-name {
      font-size: 100px; } }
@media screen and (max-width: 575px) {
  .footer-bottom {
    bottom: -15px;
    margin-top: -10px; }
    .footer-bottom .t-name {
      font-size: 54px; } }

/*# sourceMappingURL=styles.css.map */
