@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
.main-font {
  font-family: "Roboto", sans-serif;
}
.alt-font {
  font-family: "Poppins", sans-serif;
}
/* ===================================
    General
====================================== */
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0; 
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 0;
  color: #000;
}
a {
  color: inherit;
}
br {
  line-height: 15px;
}
::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #bbb; 
}
::-webkit-scrollbar-thumb {
  background: #bbb;
}
a:hover,
a:active {
  color: #385aef;
  text-decoration: none;
}
a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  text-decoration: none;
}
.form-control::placeholder {
  color: #c2c2c2;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-control::-ms-input-placeholder {
  color: #c2c2c2;
}
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
section,
.section-padding {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
.section-top-margin {
  margin-top: 7.5rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 0.5rem; /*0*/
  font-weight: 600;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
a {
  text-decoration: none;
}
.form-group {
  margin-bottom: 1rem;
}
/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
/* z index */
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-2 {
  z-index: 3;
}
.z-index-2 {
  z-index: 4;
}
.z-index-2 {
  z-index: 5;
}
/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* backround color */
.bg-black {
  background: #000000;
}
.bg-dark {
  background-color: #1d1d21 !important;
}
.bg-blue {
  background-color: #00bcd4;
}
.gradient-bg1 {
  background: #8e0004;
  background: -moz-linear-gradient(left, #ea2c2f 2%, #8e0004 82%);/*#3264f5 2%, #7202bb 82%*/
  background: -webkit-linear-gradient(left, #ea2c2f 2%, #8e0004 82%);
  background: linear-gradient(to right, #ea2c2f 2%, #8e0004 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2c2f', endColorstr='#8e0004',GradientType=1 );
}

/* text-color */
.main-color {
  color: #3264f5;
}
.alt-color {
  color: #7202bb;
}
.third-color {
  color: #00bcd4;
}
.gradient-text1 {
  background: #8e0004;
  background: -moz-linear-gradient(left, #ea2c2f 2%, #8e0004 82%);
  background: -webkit-linear-gradient(left, #ea2c2f 2%, #8e0004 82%);
  background: linear-gradient(to right, #ea2c2f 2%, #8e0004 82%); /*(to right, #3264f5 2%, #7202bb 82%)*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2c2f', endColorstr='#8e0004',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* button */
.btn {
  display: inline-block;
  font-size: 17px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  transition: all 0.3s !important;
  transition-timing-function: ease-in-out;
}
/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 24px;
}
.btn.btn-medium {
  font-size: 14px;
  padding: 6px 25px;
}
.btn.btn-large {
  font-size: 17px;
  padding: 10px 30px;
  line-height: 25px;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* button background */
.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #585858;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: transparent !important;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn.btn-transparent-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
  background: #ffffff !important;
  color: #585858 !important;
}
.btn.btn-transparent-black {
  background: transparent;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
  background: #2b2b2b !important;
  color: #ffffff !important;
}
.btn.btn-black {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #ffffff;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b !important;
}
.btn.btn-blue {
  background: #00bcd4;
  border-color: #00bcd4;
  color: #ffffff;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: transparent !important;
  border-color: #00bcd4;
  color: #00bcd4 !important;
}
.btn.btn-gradient {
  color: #ffffff;
  flex: 1 1 auto;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #3264f5 0%,
    #7202bb 51%,
    #3264f5 100%
  );
}
.btn.btn-gradient:hover {
  background-position: right center;
}
.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #585858 !important;
}

/* ===================================
   Social Icon Hover
====================================== */
/*icon bg bover */
.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  border: 1px solid #4267b2 !important;
}
.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
  border: 1px solid #1da1f2 !important;
}
.instagram-bg-hvr:hover {
  background: #c32aa3 !important;
  color: #fff !important;
  border: 1px solid #c32aa3 !important;
}
.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
  border: 1px solid #0077b5 !important;
}
.pinterest-bg-hvr:hover {
  background: #bd081c !important;
  color: #fff !important;
  border: 1px solid #bd081c !important;
}
.google-bg-hvr:hover {
  background: #db4437 !important;
  color: #fff !important;
  border: 1px solid #db4437 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
  color: #be181e!important; /*#4267b2*/
}
.twitter-text-hvr:hover {
  color: #be181e!important; /*#1da1f2*/
}
.instagram-text-hvr:hover {
  color: #be181e!important; /*#c32aa3*/
}
.linkedin-text-hvr:hover {
  color: #be181e!important; /*#0077b5*/
}
.pinterest-text-hvr:hover {
  color: #be181e!important; /*#bd081c*/
}
.google-text-hvr:hover {
  color: #be181e!important; /*#db4437*/
}

/* ===================================
    Header & Navigation
====================================== */
header {
  width: 100%;
  z-index: 99;
}
/* logo change */
header .logo .logo-dark,
header .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header .logo .logo-dark.default,
header .logo .logo-light.default {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-light,
header.header-appear nav.header-dark .logo .logo-light {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-dark,
header.header-appear nav.header-dark .logo .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-dark,
header.header-appear nav.header-light .logo .logo-dark {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-light,
header.header-appear nav.header-light .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header a.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
header a.logo img {
  max-height: 70px; /*35px*/
  max-width: 298px;/*100px*/
  vertical-align: sub;
}
/*header top bar*/
.top-header-area {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.top-header-area .header-top-text i {
  font-size: 18px;
}
.top-header-area ~ .navbar-top-default {
  background-color: #ffffff;
  top: 45px;
  height: 65px;
}
.header-appear .top-header-area {
  display: none;
}
.header-appear .top-header-area ~ .navbar-top-default {
  top: 0;
}

/* nav top default */
.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 90px;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar-top-default.navbar-gradient .navbar-nav .nav-link {
  padding: 0.4rem 0;
  color: #ffffff;
  font-weight: 300;
  min-width: 100px;
  text-align: center;
}
.header-appear .navbar-top-default.navbar-gradient .navbar-nav .nav-link,
.header-appear
  .navbar-top-default.navbar-gradient
  .navbar-nav
  .nav-link.active {
  color: #ffffff;
}
.header-appear .navbar-top-default.navbar-gradient .navbar-nav .menu-line {
  color: #ffffff;
}
.header-appear .navbar-top-default {
  height: 70px;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.header-appear .navbar-top-default.navbar-gradient {
  background: #3264f5;
  background: -moz-linear-gradient(left, #7202bb 2%, #3264f5 82%);
  background: -webkit-linear-gradient(left, #7202bb 2%, #3264f5 82%);
  background: linear-gradient(to right, #7202bb 2%, #3264f5 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}
.nav-icon .navbar-nav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-line {
  position: absolute;
  top: -20px;
  font-size: 20px;
  color: #ffffff;
  left: 0;
  display: block;
  text-align: center;
  width: 100px;
  height: 30px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
  padding: 0.4rem 1.5rem;
  margin-left: 0.5rem;
  color: #fff;
  font-weight: 300;
}
.navbar-top-default.navbar-dark .navbar-nav .nav-link,
.navbar-top-default.navbar-dark .navbar-nav .nav-link.active {
  color: #151515;
  font-weight: 400;
}
.navbar-top-default.navbar-dark .menu-line {
  color: #151515;
}
.navbar-dark .sidemenu_btn span {
  background: #151515;
}
.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #2b2b2b;
  font-weight: 400;
}
.nav-box-round .navbar-nav .nav-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.header-appear .nav-box-round .navbar-nav .nav-link.active {
  background-color: #00bcd4;
  color: #ffffff !important;
}
.header-appear .nav-box-round .navbar-nav .nav-link:hover {
  color: #00bcd4;
}
/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
  /* -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;    
  background: #be181e; */
}
.nav-line .navbar-nav .nav-link:before {
  position: relative;
  content: "";
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: -28px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #be181e;/*#00bcd4*/
  visibility: hidden;
  opacity: 0;
}

/*Navbar Center Logo*/
.center-logo .logo {
  left: 50%;
  position: absolute;
  margin-top: -14px;
  top: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.center-logo .navbar-nav .nav-link:nth-child(5) {
  margin-left: auto;
}
header .center-logo a.logo img {
  max-width: 130px;
}

/*Bottom Nav*/
.bottom-nav,
.header-appear .bottom-nav {
  position: absolute;
  top: auto;
  height: 70px;
  bottom: 0;
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.bottom-nav.navbar-bottom-top {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  margin: auto !important;
}

/*Navbar Box*/
.navbar-box {
  height: auto;
  top: 50px;
}
.header-appear .navbar-box {
  top: 0;
}
.navbar-box .container {
  height: 65px;
  border-radius: 5px;
  background-color: #ffff;
  padding: 0 30px;
}
.navbar-box .sidemenu_btn {
  display: none !important;
}
.header-appear .navbar-box .sidemenu_btn {
  display: inline-block !important;
}

/*side nav*/
.navbar-side {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 90px;
}
.header-appear .navbar-side .logo {
  transform: scale(0) !important;
}
.header-appear .navbar-side .sidemenu_btn span {
  background: #151515;
}
/* side menu button */
.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  display: inline-block;
}
.sidemenu_btn.parallax-btn {
  width: 70px;
}
.sidemenu_btn_inner {
  height: 70px;
  width: 70px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: left;
}
.sidemenu_btn_inner .animated-element {
  width: 25px;
  text-align: center;
}
.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
}
.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}
/*Navbar Right*/
.navbar.navbar-right {
  background: #fff;
  border: none;
  display: inline-table;
  width: 290px;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 110;
  height: 100%;
  padding: 3rem 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  left: 0;
  overflow-x: hidden;
}
.navbar.navbar-right.left {
  left: auto;
  right: 0;
}
.navbar.navbar-right .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.navbar.navbar-right a.logo {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 8rem;
}
.navbar.navbar-right .navbar-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.navbar.navbar-right .navbar-nav .nav-link.active {
  color: #00bcd4;
}
.navbar.navbar-right .navbar-nav .nav-link:hover {
  color: #385aef;
}
.navbar.navbar-right .navbar-nav .nav-link {
  color: #000000;
}
.wrapper {
  padding-left: 290px;
}
.wrapper.right {
  padding-left: 0;
  padding-right: 290px;
}
.side-right-social {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.side-right-social a {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #00bcd4;
  color: #ffffff;
  background: #00bcd4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-right-btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 40px;
  padding: 10px;
  display: none;
  position: fixed;
  background: #ffffff;
  z-index: 999;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.side-right-btn > span {
  height: 2px;
  width: 100%;
  background: #1d1d1d;
  display: block;
}
.side-right-btn > span:nth-child(2) {
  margin: 4px 0;
}
.fullscreen {
  height: 100vh !important;
  width: 100%;
}
.fullscreen .center-col {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.particles-version h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: 1.4rem;
}
.button-play {
  height: 70px;
  width: 70px;
  margin: 15px 10px 20px 10px;
  line-height: 73px;
  padding-left: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00bcd4;
  -webkit-animation: pulse_effect 1s infinite;
  -o-animation: pulse_effect 1s infinite;
  animation: pulse_effect 1s infinite;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.button-play:hover {
  background: #ffffff;
}
.button-play i {
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.button-play:hover i {
  color: #00bcd4;
}
@-webkit-keyframes pulse_effect {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
}
@-o-keyframes pulse_effect {
  0% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
  }
}
@keyframes pulse_effect {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
}
/* animation */
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* ===================================
    Parallax Images
====================================== */
.bg-img5 {
  background: url(../images/banner.jpg);
}
[class*="bg-img"] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* ===================================
    Side Menu
====================================== */
.side-menu {
  width: 40%;
  position: fixed;
  right: 0;
  top: 0;
  background: #be181e;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -o-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}
.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
  width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
  background: none;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
.side-menu.before-side .btn-close {
  display: none;
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px;
}
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*side open btn*/
.sidemenu_btn.left {
  left: 15px;
  right: auto;
}
.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
}
.header-appear .navbar-simple .sidemenu_btn span {
  background: #666666;
}
.header-appear .navbar-gradient .sidemenu_btn span {
  background: #ffffff;
}
.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}
.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}
.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}
.side-menu p {
  font-size: 15px;/*13px*/
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}
.social-icons-simple li {
  display: inline-block;
}
.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.social-icons-simple li a:hover {
  background-color: #ffffff;
}
.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* ===================================
    Cursor
====================================== */

/* Cursor */
#aimated-cursor {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}
.cursor-light:hover ~ #aimated-cursor {
  display: inline-block;
}
#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}
#cursor:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#hold-event {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
}
#cursor-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}
#cursor:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}
/**/
.banner-wrap h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-wrap h2 { 
    margin-bottom: 25px;
}
.title h2 {
    text-transform: uppercase;
}
.about-left-image {
    position: relative;
    z-index: 1;
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-top: 50px;
}
.about-left-image::before {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    background: #be181e;/*#FF5E14*/
    background: -moz-linear-gradient(left, #ea2c2f 2%, #be181e 82%);/*#3264f5 2%, #7202bb 82%*/
    background: -webkit-linear-gradient(left, #ea2c2f 2%, #be181e 82%);
    background: linear-gradient(to right, #ea2c2f 2%, #be181e 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2c2f', endColorstr='#be181e',GradientType=1 );
    content: "";
    z-index: -11;
}
.about-left-image .about-1 {
    max-width: 450px;
    max-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;/*absolute*/
    left: 0;
    top: -50px;/*0*/
    z-index: -1;
    overflow: hidden;
}
.about-left-image .about-1 img {
    width: 100%;
}
.about-left-image .about-2 {
    max-width: 375px;
    max-height: 270px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -50px;/*0*/
    overflow: hidden;
}
.about-left-image .about-2 img {
    width: 100%;
}
.about-left-content {
    margin-left: 70px;
}
.getintouch-area {
    position: relative;    
    padding-top: 70px;
    padding-bottom: 70px;
}
.getintouch-bg {
    position: absolute;
    width: 68%;
    height: 100%;
    background: #be181e;
    right: 0;
    top: 0;
    z-index: -1;
}
.getintouch_thumb {
    margin-left: -50px;
}
.getintouch-left {
    margin-left: 35px;
}
label {
  margin-bottom: .2rem;
  color: #fff;
} 
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: #000;    
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
}
textarea.form-control {
  height: 100px;
}
.getintouch-left h2 {
    font-size: 52px;
    line-height: 1.2;
} 
.getintouch-left h2 span {
    position: relative;    
    color: #fdbb53;
}
.getintouch-left h2 span:after {
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #fdbb53;
    left: 0;
    height: 3px;
    width: 100%;
}
.contact-info-box-wrap .contact-info-box {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 45px;
}
.contact-info-box .contact-info-icon {
    display: inline-block;
    background: #be181e;
    border: 2px solid #be181e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
}
.contact-info-box .contact-info-icon i { 
    color: #fff;
    font-size: 25px;
}
.contact-info-box .contact-info-icon img {
    width: 35px;   
}
.contact-info-box .contact-info-content h4 {
    color: #000;
    margin: 0px 0 2px;
}
.contact-info-box .contact-info-content p {
    color: #000;
    margin: 0;
}
.contact-info-box .contact-info-content p a:hover {
  color: #be181e;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #be181e;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: #fff;
  color: #be181e;
}
.scroll-top-arrow {
    font-size: 30px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background: #be181e;
}
.scroll-top-arrow:hover{
    background-position: right center;
}
footer.footer {
    background: #222;
    padding: 50px 0;
    text-align: center;
}
footer.footer p {
    margin-top: 25px;
    color: #fff;
}  

.services-wrap {
    background: #f5f5f5;
    margin-top: 50px;
}
@media (min-width: 768px) {
    .tab-content .accordion-item {
        border: 0;
        border-radius: 0;
    }
    .services-wrap .nav-tabs {
        border-bottom: none;
    }    
    .services-wrap .accordion-item {
        background-color: transparent; 
    }
    .nav-tabs .nav-link {
        background: #333;
        border-radius: 0;
        border: none;
        color: #fff;
        margin: 0 5px;
        min-width: 200px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        border: none;
    }
    .nav-tabs .nav-link.active { 
        background: #be181e;
    }
    .accordion-body {
        padding: 2rem 1rem 0;
    }
}
@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow.svg);
    transform: rotate(-180deg);
  }
  .accordion-body {
    padding: 1rem 1rem;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
  }
}  
.img-wrap {
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}

/* ===================================
    Media Queries
====================================== */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .top-header-area {
    display: none;
  }

  .top-header-area ~ .navbar-top-default {
    top: 0;
  }
  .sidemenu_btn {
    position: relative;
    right: 0;
    margin: 0;
  }
  .center-logo .logo {
    left: 0;
    position: relative;
    top: auto;
    transform: translateX(0);
  }
  .navbar-box .container {
    padding: 0 15px;
  }
  .navbar-box .sidemenu_btn {
    display: inline-block !important;
    margin: 0;
  }
  .side-right-btn {
    display: inline-block;
  }
  .navbar-right.left ~ .side-right-btn {
    left: auto;
    right: 20px;
  }
  .navbar.navbar-right {
    left: -290px;
  }
  .navbar.navbar-right.show {
    left: 0;
  }
  .navbar.navbar-right.left {
    left: auto;
    right: -290px;
  }
  .navbar.navbar-right.show {
    right: 0;
  }
  #aimated-cursor {
    display: none !important;
    visibility: hidden !important;
  }
  .sidemenu_btn.parallax-btn {
    width: 45px;
  }
  .sidemenu_btn_inner {
    height: 35px;
    width: 35px;
  }
  .content {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section,
  .section-padding,
  .testimonial-item {
    position: relative;
    padding: 4.5rem 0;
    overflow: hidden;
  }
  .title h2 {
    font-size: 2.2rem;
  }
  .title {
    margin-bottom: 2rem;
  }
  .side-menu {
    width: 380px;
  }
  .btn.btn-large {
    font-size: 13px;
    padding: 7px 28px;
  }
  .sidemenu_btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  #particles-js h2 {
    font-size: 2rem;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 466px) {
  .footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}