/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap");
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }

.ul-li-block ul {
  margin: 0;
  padding: 0; }
  .ul-li-block ul li {
    list-style: none;
    display: block; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #f1f2f3 url("../img/pre.svg") no-repeat center center; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.pera-content p {
  margin-bottom: 0; }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: "Poppins"; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background: #e40000; }
  .scrollup i {
    color: #fff;
    font-size: 20px; }

.ind-section-title {
  position: relative; }
  .ind-section-title h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.222; }
  .ind-section-title .title-icon {
    left: -3px;
    top: -45px;
    z-index: -1;
    position: absolute; }
    .ind-section-title .title-icon i {
      font-size: 70px;
      display: block;
      background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e40000a3));
      background: -webkit-linear-gradient(bottom, #fff, #e40000a3);
      background: -o-linear-gradient(bottom, #fff, #e40000a3);
      background: linear-gradient(to top, #fff, #e40000a3);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.section-title-text {
  font-size: 18px;
  line-height: 1.889; }
  .section-title-text span {
    font-weight: 700;
    color: #e40000; }
  .section-title-text a {
    text-decoration: underline; }

.container {
  max-width: 1200px; }

/*---------------------------------------------------- */
/*global area*/
/*----------------------------------------------------*/
.ind-feature-section .ind-feature-content-area .owl-dots, .ind-testimonial-section .testimonial-slide-area .owl-dots {
  height: 13px;
  margin: 0 auto;
  max-width: 450px;
  margin-top: 70px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #e1e1e1; }
  .ind-feature-section .ind-feature-content-area .owl-dots .owl-dot, .ind-testimonial-section .testimonial-slide-area .owl-dots .owl-dot {
    top: -3px;
    height: 13px;
    width: 150px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #e1e1e1; }
    .ind-feature-section .ind-feature-content-area .owl-dots .owl-dot.active, .ind-testimonial-section .testimonial-slide-area .owl-dots .owl-dot.active {
      background-color: #e40000; }

.ind-service-section .service-slide-area .owl-nav, .ind-team-section .team-member-area .owl-nav {
  top: -100px;
  right: 0;
  position: absolute; }
  .ind-service-section .service-slide-area .owl-nav .owl-next, .ind-team-section .team-member-area .owl-nav .owl-next,
  .ind-service-section .service-slide-area .owl-nav .owl-prev,
  .ind-team-section .team-member-area .owl-nav .owl-prev {
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
    border: 2px solid #222;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .ind-service-section .service-slide-area .owl-nav .owl-next:hover, .ind-team-section .team-member-area .owl-nav .owl-next:hover,
    .ind-service-section .service-slide-area .owl-nav .owl-prev:hover,
    .ind-team-section .team-member-area .owl-nav .owl-prev:hover {
      color: #fff;
      background-color: #e40000;
      border: 2px solid #e40000; }

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor; }
  70% {
    -webkit-box-shadow: 0 0 0 30px currentColor;
    box-shadow: 0 0 0 30px currentColor;
    opacity: 0; }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0; } }

@keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc; }
  70% {
    -webkit-box-shadow: 0 0 0 30px #bcbcbc;
    box-shadow: 0 0 0 30px #bcbcbc;
    opacity: 0; }
  to {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc;
    opacity: 0; } }

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor; }
  70% {
    -webkit-box-shadow: 0 0 0 30px currentColor;
    box-shadow: 0 0 0 30px currentColor;
    opacity: 0; }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0; } }

@-webkit-keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc; }
  70% {
    -webkit-box-shadow: 0 0 0 10px #bcbcbc;
    box-shadow: 0 0 0 10px #bcbcbc;
    opacity: 0; }
  to {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc;
    opacity: 0; } }

@keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc; }
  70% {
    -webkit-box-shadow: 0 0 0 10px #bcbcbc;
    box-shadow: 0 0 0 10px #bcbcbc;
    opacity: 0; }
  to {
    -webkit-box-shadow: 0 0 0 0 #bcbcbc;
    box-shadow: 0 0 0 0 #bcbcbc;
    opacity: 0; } }

.ind-hover-btn {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .ind-hover-btn:before {
    content: '';
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    z-index: -1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .ind-hover-btn:hover:before {
    top: 0; }

/*---------------------------------------------------- */
/*header area*/
/*----------------------------------------------------*/
.ind-header-top {
  width: 100%;
  padding: 10px 0px;
  background-color: #0c101c; }
  .ind-header-top .header-welcome-note span {
    color: #fff; }
    .ind-header-top .header-welcome-note span a {
      color: #e40000; }
  .ind-header-top .header-top-social a {
    color: #fff;
    margin-left: 20px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .ind-header-top .header-top-social a:hover {
      color: #e40000; }

.ind-main-header {
  padding: 28px 0px 22px; }
  .ind-main-header .site-logo {
    margin-right: 30px; }
  .ind-main-header .main-navigation-area .menu-navigation {
    padding-top: 15px; }
    .ind-main-header .main-navigation-area .menu-navigation li {
      margin: 0px 20px; }
      .ind-main-header .main-navigation-area .menu-navigation li a {
        font-weight: 600;
        font-family: "Poppins";
        position: relative;
        padding-bottom: 30px; }
        .ind-main-header .main-navigation-area .menu-navigation li a:after {
          width: 0%;
          right: 0;
          bottom: 0;
          left: auto;
          height: 5px;
          content: '';
          position: absolute;
          background-color: #e40000;
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
        .ind-main-header .main-navigation-area .menu-navigation li a:hover:after {
          left: 0;
          right: auto;
          width: 100%; }
  .ind-main-header .header-cta-btn {
    color: #fff;
    height: 45px;
    width: 160px;
    font-weight: 600;
    line-height: 45px;
    border-radius: 40px;
    font-family: "Poppins";
    background-color: #e40000; }
  .ind-main-header .dropdown {
    position: relative; }
    .ind-main-header .dropdown:before {
      top: 0;
      right: -15px;
      content: '\f0d7';
      font-weight: 900;
      color: #e40000;
      position: absolute;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      font-family: 'Font Awesome 5 Free'; }
    .ind-main-header .dropdown:hover .dropdown-menu {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
  .ind-main-header .dropdown-menu {
    left: 0;
    top: 52px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0; }
    .ind-main-header .dropdown-menu li {
      display: block;
      margin: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .ind-main-header .dropdown-menu li:last-child {
        border-bottom: none; }
    .ind-main-header .dropdown-menu a {
      width: 100%;
      display: block;
      font-size: 15px !important;
      padding: 10px 20px !important;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .ind-main-header .dropdown-menu a:after {
        display: none; }
      .ind-main-header .dropdown-menu a:hover {
        color: #fff;
        background-color: #e40000; }

.sticky-on {
  top: -50px;
  z-index: 9;
  width: 100%;
  position: fixed;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px 0px;
      text-transform: uppercase; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li.dropdown:before {
      display: none; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li .dropdown-menu a:hover {
      background-color: transparent; }
  .str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #e40000;
  text-align: center;
  font-size: 30px;
  top: 5px;
  z-index: 5; }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-moz-keyframes border_animation {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-o-keyframes border_animation {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

.slider-content .slider-text {
  max-width: 750px;
  position: relative;
  z-index: 1;
  padding: 180px 0px 140px 60px; }
  .slider-content .slider-text:before {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    width: 560px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8); }

.slider-content h1 {
  opacity: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.slider-content p {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  padding: 35px 0px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.slider-content a {
  opacity: 0;
  color: #fff;
  height: 60px;
  width: 210px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  font-family: "Poppins";
  background-color: #e40000;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  .slider-content a i {
    margin-left: 5px; }

.slider-content .ind-hover-btn:before {
  background-color: red; }

#main-slider .owl-item.active .slider-content .slider-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms; }

#main-slider .owl-item.active .slider-content .slider-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

#main-slider .owl-item.active .slider-content .slider-text a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms; }

.video_play_btn {
  width: 145px;
  height: 145px;
  line-height: 145px;
  border-radius: 100%;
  position: absolute;
  right: 20%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7); }
  .video_play_btn a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 45px;
    position: relative; }
    .video_play_btn a:after {
      content: '';
      top: 0;
      left: 0;
      position: absolute; }

.video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 2px solid #e40000;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite; }

.video_play_area span {
  font-size: 14px;
  font-weight: 700;
  color: #b89b5e;
  letter-spacing: 3px;
  text-transform: uppercase; }

.video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

.slider-area .owl-nav {
  display: none; }

.slider-area .owl-dots {
  top: 50%;
  right: 35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slider-area .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 15px 0px;
    position: relative;
    border-radius: 100%;
    background-color: #fff; }
    .slider-area .owl-dots .owl-dot:before {
      content: '';
      top: -6px;
      left: -6px;
      z-index: -1;
      width: 30px;
      height: 30px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      position: absolute;
      border-radius: 100%;
      background-color: #e40000;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .slider-area .owl-dots .owl-dot.active:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ind-about-section {
  padding: 100px 0px 120px; }
  .ind-about-section .about-left-text {
    padding-top: 50px; }
  .ind-about-section .section-title-text {
    margin: 25px 0px 38px; }
  .ind-about-section .ind-about-list {
    margin-left: 10px; }
    .ind-about-section .ind-about-list .ind-about-icon-text {
      margin-bottom: 34px; }
      .ind-about-section .ind-about-list .ind-about-icon-text:last-child {
        margin-bottom: 0; }
      .ind-about-section .ind-about-list .ind-about-icon-text .ind-about-icon {
        width: 65px;
        height: 65px;
        margin-right: 18px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #e40000; }
        .ind-about-section .ind-about-list .ind-about-icon-text .ind-about-icon i {
          color: #fff;
          font-size: 38px; }
      .ind-about-section .ind-about-list .ind-about-icon-text .ind-about-text {
        overflow: hidden;
        max-width: 365px; }
        .ind-about-section .ind-about-list .ind-about-icon-text .ind-about-text h3 {
          line-height: 1;
          font-size: 20px;
          font-weight: 700;
          padding-bottom: 15px; }
        .ind-about-section .ind-about-list .ind-about-icon-text .ind-about-text p {
          line-height: 1.75; }
  .ind-about-section .about-right-img .about-down-img {
    z-index: 1;
    left: -68px;
    bottom: -30px;
    position: absolute; }
    .ind-about-section .about-right-img .about-down-img:after {
      top: 0;
      left: 0;
      opacity: .7;
      width: 100%;
      content: '';
      height: 100%;
      position: absolute;
      background-color: #cb0000; }
    .ind-about-section .about-right-img .about-down-img span {
      left: 0;
      top: 50%;
      right: 0;
      z-index: 2;
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .ind-about-section .about-side-vector {
    right: 0;
    z-index: 0;
    bottom: -95px;
    position: absolute; }

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.ind-feature-section {
  z-index: 1;
  padding: 140px 0px 90px; }
  .ind-feature-section:before {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 455px;
    position: absolute;
    background-color: #000000; }
  .ind-feature-section .ind-section-title h2 {
    color: #fff; }
  .ind-feature-section .section-title-text {
    color: #fff;
    padding-left: 55px; }
  .ind-feature-section .ind-feature-content {
    padding-top: 85px; }
  .ind-feature-section .ind-feature-content-area .owl-stage-outer {
    overflow: visible; }
    .ind-feature-section .ind-feature-content-area .owl-stage-outer .owl-item {
      opacity: 0;
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
      .ind-feature-section .ind-feature-content-area .owl-stage-outer .owl-item.active {
        opacity: 1; }
  .ind-feature-section .ind-feature-content-area .owl-nav {
    display: none; }
  .ind-feature-section .ind-feature-content-area .ind-feature-img-text {
    border: 20px solid #fff;
    -webkit-box-shadow: 0px 11px 24px 0px rgba(12, 12, 12, 0.11);
    box-shadow: 0px 11px 24px 0px rgba(12, 12, 12, 0.11); }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text-icon {
      background-color: #000;
      padding: 75px 15px 35px; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-img {
      overflow: hidden; }
      .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-img img {
        -webkit-transition: .7s all ease-in-out;
        -o-transition: .7s all ease-in-out;
        transition: .7s all ease-in-out; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-icon {
      color: #fff;
      width: 100px;
      left: 0;
      right: 0;
      top: -48px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      font-size: 50px;
      position: absolute;
      border-radius: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 10px solid #fff;
      background-color: #e40000; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      padding-bottom: 15px; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text p {
      color: #9b9b9b;
      line-height: 1.625; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus {
      left: 0;
      right: 0;
      opacity: 0;
      width: 67px;
      color: #fff;
      height: 67px;
      bottom: -40px;
      margin: 0 auto;
      font-size: 24px;
      line-height: 67px;
      visibility: hidden;
      text-align: center;
      position: absolute;
      background-color: #e40000;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:before, .ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:after {
        top: 0;
        width: 0;
        height: 0;
        content: '';
        position: absolute; }
      .ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:before {
        left: -17px;
        border-bottom: 17px solid #990000;
        border-left: 17px solid transparent; }
      .ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:after {
        right: -17px;
        border-bottom: 17px solid #990000;
        border-right: 17px solid transparent; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text:hover .feature-plus {
      opacity: 1;
      bottom: -50px;
      visibility: visible; }
    .ind-feature-section .ind-feature-content-area .ind-feature-img-text:hover .ind-feature-img img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ind-counter-section .parallax-bg {
  padding: 45px 50px;
  position: relative; }
  .ind-counter-section .parallax-bg:before {
    top: 0;
    left: 0;
    content: '';
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000; }

.ind-counter-section .counter-number-text .counter-number {
  padding-right: 45px; }
  .ind-counter-section .counter-number-text .counter-number span {
    color: #fff;
    font-weight: 700;
    font-size: 37.528px; }
  .ind-counter-section .counter-number-text .counter-number strong {
    color: #fff;
    font-size: 38px; }

.ind-counter-section .counter-number-text .counter-text {
  display: inline-block;
  position: relative; }
  .ind-counter-section .counter-number-text .counter-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #e40000;
    padding-bottom: 8px; }
  .ind-counter-section .counter-number-text .counter-text p {
    color: #fff; }
  .ind-counter-section .counter-number-text .counter-text:after {
    top: 0;
    left: -25px;
    content: '';
    height: 55px;
    position: absolute;
    border-right: 3px dotted #fff; }

.call-to-action-content {
  padding: 40px 140px; }

.call-to-action-icon span {
  color: #fff;
  width: 70px;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #000; }
  .call-to-action-icon span:nth-child(2) {
    left: -20px;
    position: relative; }

.call-to-action-text {
  max-width: 410px; }

.cta-action-number span {
  font-size: 14px;
  font-weight: 700;
  color: #e40000; }

.cta-action-number h3 {
  color: #000;
  font-size: 23px;
  font-weight: 700; }

.cta-action-number:after {
  top: 10px;
  content: '';
  left: -50px;
  height: 35px;
  position: absolute;
  border-left: 2px dotted #c1cced; }

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ind-service-section {
  padding: 120px 0px 100px; }
  .ind-service-section .ind-section-title {
    max-width: 500px; }
  .ind-service-section .ind-service-content {
    padding-top: 50px; }
  .ind-service-section .ind-service-side-text {
    z-index: 2;
    top: 100px;
    padding: 35px 40px;
    max-width: 355px;
    position: absolute;
    background-color: #fff; }
    .ind-service-section .ind-service-side-text h3 {
      font-size: 22px;
      font-weight: 700;
      padding-bottom: 15px; }
    .ind-service-section .ind-service-side-text p {
      line-height: 1.625;
      padding-bottom: 20px; }
    .ind-service-section .ind-service-side-text a {
      color: #fff;
      height: 53px;
      width: 150px;
      display: block;
      font-weight: 700;
      line-height: 53px;
      text-align: center;
      border-radius: 50px;
      background-color: #e40000; }
  .ind-service-section .service-slide-area {
    padding-left: 300px; }
    .ind-service-section .service-slide-area .owl-nav {
      top: -120px; }
    .ind-service-section .service-slide-area .ind-service-img {
      overflow: hidden; }
      .ind-service-section .service-slide-area .ind-service-img img {
        -webkit-transition: .5s all ease-in-out;
        -o-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out; }
    .ind-service-section .service-slide-area .ind-service-img-text .ind-service-text {
      left: 0;
      right: 0;
      z-index: 1;
      bottom: -90px;
      position: absolute;
      padding: 30px 0px;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .ind-service-section .service-slide-area .ind-service-img-text .ind-service-text:before {
        content: '';
        height: 100%;
        width: 100%;
        top: -50px;
        z-index: -1;
        left: 0;
        position: absolute;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(35%, black));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, black 35%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, black 35%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, black 35%); }
      .ind-service-section .service-slide-area .ind-service-img-text .ind-service-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px; }
      .ind-service-section .service-slide-area .ind-service-img-text .ind-service-text p {
        opacity: 0;
        color: #bcbcbc;
        font-size: 14px;
        padding-bottom: 10px;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
    .ind-service-section .service-slide-area .ind-service-img-text .ind-service-icon a {
      opacity: 0;
      color: #fff;
      width: 58px;
      height: 58px;
      display: block;
      font-size: 20px;
      margin: 0 auto;
      line-height: 58px;
      border-radius: 100%;
      background-color: #e40000;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-img img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text {
      bottom: 0;
      background-color: #000; }
      .ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text:before {
        opacity: 0; }
      .ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text p {
        opacity: 1; }
      .ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text .ind-service-icon a {
        opacity: 1; }

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ind-testimonial-section .parallax-bg {
  padding: 100px 0px 120px; }

.ind-testimonial-section .ind-section-title h2 {
  color: #fff; }

.ind-testimonial-section .ind-testimonial-content {
  padding-top: 55px; }

.ind-testimonial-section .section-title-text {
  color: #fff; }

.ind-testimonial-section .testimonial-slide-area .owl-nav {
  display: none; }

.ind-testimonial-section .testimonial-slide-area .owl-dots {
  background-color: #313131; }
  .ind-testimonial-section .testimonial-slide-area .owl-dots .owl-dot {
    background-color: #313131; }

.ind-testimonial-section .testimonial-slide-img-text {
  background-color: #2b2b2b;
  padding: 35px 35px 40px 50px;
  position: relative; }
  .ind-testimonial-section .testimonial-slide-img-text:after {
    bottom: 0;
    right: 0;
    left: auto;
    content: '';
    height: 8px;
    width: 0%;
    position: absolute;
    background-color: #e40000;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out; }
  .ind-testimonial-section .testimonial-slide-img-text:hover:after {
    left: 0;
    right: auto;
    width: 100%; }
  .ind-testimonial-section .testimonial-slide-img-text .testimonial-img {
    width: 95px;
    height: 95px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%; }
  .ind-testimonial-section .testimonial-slide-img-text .testimonial-text {
    padding-top: 10px; }
    .ind-testimonial-section .testimonial-slide-img-text .testimonial-text h4 {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 4px; }
    .ind-testimonial-section .testimonial-slide-img-text .testimonial-text span {
      color: #aeaeae;
      font-size: 14px;
      display: block; }
    .ind-testimonial-section .testimonial-slide-img-text .testimonial-text .testi-rate {
      padding-top: 10px;
      margin-top: 8px;
      display: inline-block;
      border-top: 1px solid #444444; }
      .ind-testimonial-section .testimonial-slide-img-text .testimonial-text .testi-rate li {
        color: #e40000; }
    .ind-testimonial-section .testimonial-slide-img-text .testimonial-text .testi-review {
      color: #d6d6d6;
      font-size: 15px;
      margin-top: 22px; }

/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/
.ind-team-section {
  padding: 135px 0px 118px; }
  .ind-team-section .ind-section-title {
    max-width: 500px;
    margin-left: 30px; }
  .ind-team-section .ind-team-content {
    padding-top: 60px; }
  .ind-team-section .team-mem-social {
    right: 15px;
    bottom: -10px;
    position: absolute; }
    .ind-team-section .team-mem-social li,
    .ind-team-section .team-mem-social span {
      color: #fff;
      width: 45px;
      height: 45px;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      background-color: #e40000; }
    .ind-team-section .team-mem-social span {
      display: block;
      margin-top: 20px;
      color: #e40000;
      background-color: #fff;
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
    .ind-team-section .team-mem-social ul {
      opacity: 0;
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
  .ind-team-section .ind-team-text {
    margin: 25px 0px 0px 28px; }
    .ind-team-section .ind-team-text h3 {
      color: #000;
      font-size: 22px;
      font-weight: 700; }
    .ind-team-section .ind-team-text span {
      color: #5f6685;
      font-size: 14px; }
  .ind-team-section .ind-team-img-text .ind-team-img {
    overflow: hidden; }
    .ind-team-section .ind-team-img-text .ind-team-img img {
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
  .ind-team-section .ind-team-img-text:hover .team-mem-social span {
    margin-top: 10px; }
  .ind-team-section .ind-team-img-text:hover .team-mem-social ul {
    opacity: 1; }
  .ind-team-section .ind-team-img-text:hover .ind-team-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .ind-team-section .team-member-area .owl-nav {
    top: -125px; }

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.str-maplocation {
  top: 40%;
  left: 30%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  -webkit-box-shadow: 0px 3px 6px 0px #082680;
  box-shadow: 0px 3px 6px 0px #082680; }
  .str-maplocation:hover .str-location-iiner {
    opacity: 1;
    visibility: visible; }

.str-location-iiner {
  z-index: 1;
  width: 215px;
  top: -130px;
  left: -80px;
  padding: 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(2, 21, 78, 0.18);
  box-shadow: 0px 0px 49px 0px rgba(2, 21, 78, 0.18); }
  .str-location-iiner:after {
    content: '';
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff; }
  .str-location-iiner .str-location-counter {
    margin-right: 5px; }
  .str-location-iiner h4 {
    color: #010101;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px; }
  .str-location-iiner p {
    font-size: 12px;
    line-height: 1.2; }

.str-feature-indicatior {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e40000; }
  .str-feature-indicatior .str-indicator-border1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
    color: inherit;
    -webkit-box-shadow: 0 0 0 2px #e40000;
    box-shadow: 0 0 0 2px #e40000;
    -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both; }

.get-in-touch-content {
  top: 0;
  right: 250px;
  max-width: 460px;
  padding: 60px 80px 30px;
  position: absolute; }
  .get-in-touch-content .get-in-touch-details {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block; }
    .get-in-touch-content .get-in-touch-details .get-in-touch-icon {
      line-height: 1;
      font-size: 55px;
      margin-right: 18px;
      color: #e40000; }
    .get-in-touch-content .get-in-touch-details .get-in-touch-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 5px; }
    .get-in-touch-content .get-in-touch-details .get-in-touch-text span {
      font-size: 14px;
      color: #989898; }

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.ind-blog-section {
  padding: 130px 0px 120px; }
  .ind-blog-section .blog-area-item {
    padding: 0px 60px; }
  .ind-blog-section .ind-blog-content {
    padding-top: 40px; }
  .ind-blog-section .ind-blog-img-text .ind-blog-img {
    margin-bottom: 25px;
    overflow: hidden; }
    .ind-blog-section .ind-blog-img-text .ind-blog-img img {
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
    .ind-blog-section .ind-blog-img-text .ind-blog-img:before {
      content: '';
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 1;
      position: absolute;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  .ind-blog-section .ind-blog-img-text .ind-blog-date {
    top: 25px;
    right: 25px;
    width: 65px;
    height: 65px;
    color: #fff;
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    position: absolute;
    border-radius: 4px;
    z-index: 2;
    font-family: "Poppins";
    background-color: #e40000; }
  .ind-blog-section .ind-blog-img-text .ind-blog-meta {
    color: #fff;
    right: 20px;
    bottom: 25px;
    font-size: 13px;
    position: absolute;
    z-index: 2;
    font-family: "Poppins"; }
  .ind-blog-section .ind-blog-img-text .ind-blog-cat {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    font-family: "Poppins";
    background-color: #000; }
  .ind-blog-section .ind-blog-img-text .ind-blog-text {
    padding-left: 15px; }
    .ind-blog-section .ind-blog-img-text .ind-blog-text h3 {
      padding: 22px 0px 8px;
      color: #000;
      font-size: 22px;
      font-weight: 700; }
    .ind-blog-section .ind-blog-img-text .ind-blog-text p {
      line-height: 1.625; }
    .ind-blog-section .ind-blog-img-text .ind-blog-text .b-more {
      margin-top: 22px; }
      .ind-blog-section .ind-blog-img-text .ind-blog-text .b-more a {
        color: #fff;
        height: 40px;
        width: 115px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        font-family: "Poppins";
        background-color: #e40000;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
        .ind-blog-section .ind-blog-img-text .ind-blog-text .b-more a:hover {
          background-color: #000; }
  .ind-blog-section .ind-blog-img-text:hover .ind-blog-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.ind-footer-section {
  z-index: 1; }
  .ind-footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000; }
  .ind-footer-section .footer-widget-content {
    padding: 105px 0px 60px; }

.f-logo-widget .footer-logo {
  margin-bottom: 20px; }
  .f-logo-widget .footer-logo p {
    padding-top: 20px; }

.f-logo-widget span {
  color: #fff;
  display: block;
  font-weight: 700;
  padding-bottom: 5px; }

.ind-footer-widget p {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.625; }

.ind-footer-widget .ind-widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 22px; }

.newsletter-widget form {
  position: relative;
  margin-top: 25px; }

.newsletter-widget input {
  width: 100%;
  border: none;
  height: 45px;
  padding: 0px 30px;
  background-color: #222226; }

.newsletter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  color: #fff;
  height: 100%;
  border: none;
  position: absolute;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .newsletter-widget button:hover {
    background-color: #6e24c8; }

.newsletter-widget .ind-social-footer {
  margin-top: 20px; }
  .newsletter-widget .ind-social-footer a {
    margin-right: 18px;
    color: #7e7e7e; }

.footer-info-widget .ind-office-icon-text .ind-office-icon {
  margin-right: 12px; }
  .footer-info-widget .ind-office-icon-text .ind-office-icon i {
    color: #e40000; }

.footer-info-widget .ind-office-icon-text p {
  max-width: 140px;
  overflow: hidden;
  line-height: 1.714; }

.ind-insta-widget .ind-insta-feed {
  margin: 0 -5px; }

.ind-insta-widget a {
  float: left;
  margin: 5px;
  position: relative; }
  .ind-insta-widget a:after {
    top: 0;
    left: 0;
    opacity: .0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .ind-insta-widget a:hover:after {
    opacity: .8; }

.copy-right-text {
  color: #c6c6c6;
  padding: 15px 0px;
  background-color: #202020; }
  .copy-right-text a {
    color: #e40000; }

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1024px) {
  .ind-main-header .main-navigation-area .menu-navigation li {
    margin: 0px 10px; }
  .ind-main-header .header-cta-btn {
    width: 140px; }
  .ind-main-header .site-logo {
    margin-right: 20px; }
  .ind-about-section .ind-about-list {
    margin-left: 0; }
  .ind-feature-section .ind-feature-content-area .owl-dots .owl-dot,
  .ind-testimonial-section .testimonial-slide-area .owl-dots .owl-dot {
    width: 100px; }
  .ind-feature-section .ind-feature-content-area .owl-dots,
  .ind-testimonial-section .testimonial-slide-area .owl-dots {
    background-color: transparent;
    max-width: inherit;
    text-align: center; }
  .call-to-action-content {
    padding: 40px 50px; } }

@media screen and (max-width: 991px) {
  .main-navigation-area {
    display: none !important; }
  .slider-content h1 {
    font-size: 50px; }
  .str-mobile_menu_button {
    display: block; }
  .video_play_btn {
    position: static;
    margin: 0 auto; }
  .slider-content .slider-text:before {
    display: none; }
  .ind-about-section .about-left-text {
    margin-bottom: 20px; }
  .about-right-img {
    max-width: 570px;
    margin: 0 auto; }
  .ind-feature-section .section-title-text {
    margin-top: 20px;
    padding-left: 0; }
  .ind-counter-section .counter-number-text .counter-text:after {
    display: none; }
  .counter-number-text {
    margin-bottom: 40px; }
  .call-to-action-content {
    padding: 40px 0px; }
  .cta-action-number:after {
    display: none; }
  .ind-blog-img-text {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .ind-footer-widget {
    margin-bottom: 30px; }
  .ind-main-header .header-cta-btn {
    display: none; }
  .ind-main-header {
    padding: 10px 0px 12px; }
  .ind-header.sticky-on {
    top: -40px; }
  .ind-header.sticky-on .ind-main-header {
    padding: 10px 0px 12px; } }

@media screen and (max-width: 480px) {
  .slider-content h1 {
    font-size: 40px; }
  .slider-section {
    padding: 100px 0px 80px; }
  .slider-content .slider-text {
    max-width: inherit;
    padding: 40px 0px; }
  .video_play_btn {
    height: 50px;
    width: 50px;
    line-height: 50px; }
    .video_play_btn a {
      font-size: 26px; }
  .slider-area .owl-dots {
    position: static;
    text-align: center; }
    .slider-area .owl-dots .owl-dot {
      display: inline-block;
      margin: 0px 10px; }
  .slider-content a {
    height: 50px;
    width: 150px;
    line-height: 50px; }
  .slider-content p {
    font-size: 20px;
    padding: 20px 0px; }
  .ind-section-title h2 {
    font-size: 30px; }
  .ind-about-section {
    padding: 30px 0px 120px; }
  .ind-feature-section {
    padding: 80px 0px 60px; }
  .ind-feature-section .ind-feature-content-area .owl-dots,
  .ind-testimonial-section .testimonial-slide-area .owl-dots {
    margin-top: 30px; }
  .cta-action-number {
    float: none !important; }
  .call-to-action-text {
    margin: 20px 0px; }
  .ind-service-section .service-slide-area {
    padding-left: 0; }
  .ind-service-section .ind-service-side-text {
    position: static;
    margin-bottom: 30px;
    background-color: #f9f9f9; }
  .ind-service-section .ind-service-side-text a {
    height: 45px;
    width: 140px;
    line-height: 45px; }
  .ind-feature-section .ind-feature-content-area .owl-dots .owl-dot,
  .ind-testimonial-section .testimonial-slide-area .owl-dots .owl-dot {
    width: 25px;
    margin: 0px 5px; }
  .ind-service-section .service-slide-area .owl-nav,
  .ind-team-section .team-member-area .owl-nav,
  .ind-service-section .service-slide-area .owl-nav,
  .ind-team-section .team-member-area .owl-nav {
    position: static;
    text-align: center;
    margin-top: 30px; }
  .ind-service-section .service-slide-area .owl-nav .owl-next,
  .ind-team-section .team-member-area .owl-nav .owl-next,
  .ind-service-section .service-slide-area .owl-nav .owl-prev,
  .ind-team-section .team-member-area .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    line-height: 40px; }
  .ind-service-section {
    padding: 50px 0px 40px; }
  .get-in-touch-content {
    position: static; }
  .header-welcome-note {
    font-size: 14px; }
  .ind-header-top .header-top-social a {
    margin-left: 5px;
    font-size: 14px; }
  .ind-testimonial-section .section-title-text {
    margin-top: 15px; }
  .ind-testimonial-section .parallax-bg {
    padding: 50px 0px 60px; }
  .ind-team-section {
    padding: 60px 0px 55px; }
  .ind-team-section .ind-team-content {
    padding-top: 30px; }
  .ind-blog-section .blog-area-item {
    padding: 0; }
    .ind-blog-section .blog-area-item .section-title-text {
      margin-top: 15px; }
  .ind-blog-section {
    padding: 50px 0px 30px; }
  .ind-footer-section .footer-widget-content {
    padding: 60px 0px 50px; } }

@media screen and (max-width: 380px) {
  .ind-section-title h2 {
    font-size: 24px; }
  .ind-about-section .about-right-img .about-down-img {
    left: 0; } }

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