.banner-content {
  position: relative;
  z-index: 5;
  padding: 30px 0;
  color: #fff;
  max-width: 650px;
}
.banner-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}
/* big-font */
.big-font {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.big-font.bigger {
  font-size: 56px;
  line-height: 1.1;
}
.big-font.medium {
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .big-font {
    font-size: 32px;
  }
  .big-font.bigger {
    font-size: 40px;
  }
  .big-font.medium {
    font-size: 28px;
  }
}
.banner-section .content-box {
  color: #fff;
  padding: 25px;
  position: relative;
  z-index: 2;
}
.banner-section .shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.banner-section h1, .banner-section h6, .banner-section p {
  color: #fff;
  margin-bottom: 15px;
}
.theme-btn {
  display: inline-block;
  background-color: #97af24;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}
.theme-btn:hover {
  background-color: #819c1e;
  color: #fff;
}
.banner-section .slide-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/** button **/
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  padding: 15px 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn i {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 10px;
}
.theme-btn:before {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn:hover:before {
  width: 100%;
  left: 0px;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/** header-top **/
.main-header.style-one .header-top {
  position: relative;
  display: block;
  background: #1e1e2a;
}
.main-header.style-one .header-top .top-inner {
  position: relative;
  padding-left: 375px;
}
.main-header.style-one .header-top .top-left {
  position: relative;
  margin-top: 11px;
}
.main-header.style-one .header-top .top-left p {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.main-header.style-one .header-top .top-left p i {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-right: 10px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header.style-one .header-top .top-right .social-links, .main-header.style-one .header-top .top-right .search-box-outer, .main-header.style-one .header-top .top-right .btn-box {
  position: relative;
  display: inline-block;
  float: left;
}
.main-header.style-one .header-top .top-right .social-links li {
  position: relative;
  display: inline-block;
  float: left;
}
.main-header.style-one .header-top .top-right .social-links li a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header.style-one .header-top .top-right .social-links li a:hover {}
.main-header.style-one .header-top .top-right .social-links li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header.style-one .header-top .top-right .btn-box .theme-btn {
  border-radius: 0px;
  padding: 10px 44px;
}
.main-header.style-one .header-top .top-right .btn-box .theme-btn:before {
  border-radius: 0px;
  background: #393847;
}
/** header-upper **/
.main-header .outer-box {
  position: relative;
  display: block;
}
.main-header.style-one .header-upper .outer-box .logo-box {
  position: absolute;
  left: 0px;
  top: -111px;
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  padding: 5px;
  z-index: 1;
}
.main-header.style-one .header-upper .outer-box .logo-box:before {
  position: absolute;
  content: '';
  width: 220px;
  height: 220px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: rotate(45deg);
}
.main-header.style-one .header-upper .outer-box .logo-box:after {
  position: absolute;
  content: '';
  width: calc(220px - 10px);
  height: calc(220px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}
.main-header.style-one .header-upper .outer-box .logo-box .logo {
  position: relative;
  display: inline-block;
  padding-top: 13px;
  z-index: 1;
}
.main-header .menu-right-content {
  position: relative;
  margin-top: 23px;
  margin-left: 25px;
}
.main-header .menu-right-content .info-box, .main-header .menu-right-content .cart-box, .main-header .menu-right-content .nav-box {
  position: relative;
  display: inline-block;
  float: left;
}
.main-header .menu-right-content .info-box .box {
  position: relative;
  padding: 0px 40px 0px 53px;
}
.main-header .menu-right-content .info-box .box:before {
  position: absolute;
  content: '';
  background: #d8d8d8;
  width: 1px;
  height: 60px;
  top: -3px;
  right: 0px;
}
.main-header .menu-right-content .info-box .box i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header .menu-right-content .info-box .box h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
}
.main-header .menu-right-content .info-box .box h5 a {
  display: inline-block;
  color: #1e1e2a;
}
.main-header .menu-right-content .info-box .box h5 a:hover {}
.main-header .menu-right-content .info-box .box span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #5a5a68;
  font-weight: 600;
  margin: 0px;
}
.main-header .menu-right-content .cart-box {
  margin: 13px 63px 0px 30px;
}
.main-header .menu-right-content .cart-box a {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  color: #1e1e2a;
}
.main-header .menu-right-content .cart-box a:hover {}
.main-header .menu-right-content .cart-box a span {
  position: absolute;
  top: 0px;
  right: -22px;
  font-size: 14px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}
.main-header .menu-right-content .nav-box .nav-btn {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}
/** main-menu **/
.main-menu {
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  margin: 0px;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 36px 0px 34px 0px;
  margin: 0px 13px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  padding-right: 15px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  color: #9393a1;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown.current > a:after, .main-menu .navigation > li.dropdown:hover > a:after {}
.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  font-size: 17px;
  text-transform: capitalize;
  color: #5a5a68;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover:before {
  left: -17px;
  opacity: 1;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {}
.main-menu .navigation > li > ul > li:last-child > a, .main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  text-transform: capitalize;
  color: #5a5a68;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  left: -17px;
  opacity: 1;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn, .main-menu .navigation li:hover .dropdown-btn {}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}
.main-header .sticky-header .logo-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}
.main-header .sticky-header .logo-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}
.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(100px - 10px);
  height: calc(100px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {}
.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
  position: relative;
}
.sidebar-info-contents .content-inner .content-box .theme-btn:before {
  background: #393847;
}
.sidebar-info-contents .content-inner .content-box h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box p {
  position: relative;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 25px;
}
.sidebar-info-contents .content-inner .content-box .theme-btn-two {
  padding: 10px 50px;
}
.banner-carousel {
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 190px 0px 290px 0px;
}
.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
}
.banner-carousel .content-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 90px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.banner-carousel .content-box h6:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  top: 13px;
}
.banner-carousel .active .content-box h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 70px;
  line-height: 82px;
  font-weight: 900;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .content-box h1 span {
  font-weight: 700;
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}
.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.banner-section .banner-carousel .content-box a.theme-btn {
  padding: 14px 47px;
}
.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.banner-section .owl-theme .owl-dots .owl-dot {
  display: block;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 16px 0px;
  background: #8f7573;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 6px #8f7573;
  transition: all 500ms ease;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot span:hover {
  box-shadow: 0 0 0 6px #a1473b;
}
#content_block_one .content-box .text p {
  margin-bottom: 15px;
  color: #888;
}
#content_block_one .content-box .text p:last-child {
  margin-bottom: 0px;
}
#content_block_one .content-box .area-code {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin-bottom: 12px;
}
#content_block_one .content-box .area-code .form-group {
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px;
}
#content_block_one .content-box .area-code input[type='text'] {
  position: relative;
  width: calc(100% - 200px);
  height: 58px;
  font-size: 18px;
  padding: 10px 20px;
}
#content_block_one .content-box .area-code button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  background: #f6f6f6;
  padding: 16px 25px;
  width: 200px;
  border-left: 1px solid #e3e3e3;
  cursor: pointer;
  transition: all 500ms ease;
}
#content_block_one .content-box .area-code button:hover {}
#content_block_one .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin-bottom: 42px;
}
#content_block_one .content-box h4 a {
  display: inline-block;
}
#content_block_one .content-box h4 a:hover {
  text-decoration: underline;
}
#content_block_one .content-box .sec-title {
  margin-bottom: 32px;
}
#content_block_one .content-box .btn-box .theme-btn {
  padding: 11px 40px;
  margin-right: 30px;
}
#content_block_one .content-box .btn-box a.video-btn {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 78px;
  font-size: 18px;
  line-height: 28px;
  color: #1e1e2a;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#content_block_one .content-box .btn-box a.video-btn:hover {}
#content_block_one .content-box .btn-box a.video-btn i {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(242, 87, 67, 0.2);
}
#content_block_one .content-box .btn-box a.video-btn i:after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.chooseus-section .inner-content .content-box-one {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
.chooseus-section .inner-content .content-box-one .single-item {
  padding-top: 35px;
}
.chooseus-section .inner-content .content-box-two .single-item {
  padding-bottom: 35px;
}
.chooseus-section .inner-content .single-item .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 15px 22px 15px;
  text-align: center;
  opacity: 1;
  z-index: 1;
  transition: all 900ms ease;
}
.chooseus-section .inner-content .single-item:hover .content-box {
  opacity: 0;
}
.chooseus-section .inner-content .single-item .content-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  z-index: 1;
}
.chooseus-section .inner-content .single-item .content-box .icon-box:before {
  position: absolute;
  content: '';
  background: #eeeef5;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  top: -10px;
  right: -30px;
  z-index: -1;
}
.chooseus-section .inner-content .single-item .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0px;
}
.chooseus-section .inner-content .content-box-one .single-item .overlay-box {
  top: 30px;
}
.chooseus-section .inner-content .content-box-two .single-item .overlay-box {
  bottom: 30px;
}
.chooseus-section .inner-content .content-box-one .single-item:hover .overlay-box {
  opacity: 1;
  top: 0px;
}
.chooseus-section .inner-content .content-box-two .single-item:hover .overlay-box {
  opacity: 1;
  bottom: 0px;
}
.project-block-one .inner-box .lower-content .box {
  position: absolute;
  left: 30px;
  top: 25px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .lower-content .box {
  transform: translateY(0px);
  opacity: 1;
}
.project-block-one .inner-box .lower-content .box h3 {
  color: #fff;
  margin-bottom: 0px;
}
.project-block-one .inner-box .lower-content .box h3 a {
  color: #fff;
}
.project-block-one .inner-box .lower-content .box h3 a:hover {}
.project-block-one .inner-box .lower-content .box p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section .sec-title .btn-box {
  position: absolute;
  top: 36px;
  right: 0px;
}
.team-section .sec-title .btn-box .theme-btn {
  padding: 11px 33px;
}
.team-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 10px;
  background: #fff;
  max-width: 200px;
  width: 100%;
  opacity: 1;
  padding: 11px 20px 11px 30px;
  transition: all 500ms ease;
}
.team-block-one .inner-box:hover .content-box {
  opacity: 0;
}
.team-block-one .inner-box .content-box:before {
  position: absolute;
  content: '';
  width: 7px;
  height: calc(100% - 30px);
  top: 15px;
  left: 0px;
}
.team-block-one .inner-box .content-box h3 {
  margin: 0px;
}
.team-block-one .inner-box .content-box .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #5a5a68;
  font-weight: 700;
  margin-bottom: 6px;
}
.team-block-one .inner-box .overlay-box .box {
  position: relative;
  padding: 26px 20px 25px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.team-block-one .inner-box .overlay-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.team-block-one .inner-box .overlay-box .social-links li:last-child {
  border: none;
}
.team-block-one .inner-box .overlay-box .social-links li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.team-block-one .inner-box .overlay-box .social-links li a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e2a;
  width: 80px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}
.team-block-one .inner-box .overlay-box .social-links li a span:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  left: 33px;
  bottom: -4px;
  transform: rotate(45deg);
  z-index: -1;
}
.team-block-one .inner-box .overlay-box .social-links li a:hover span {
  opacity: 1;
  top: -20px;
}
.repair-section .single-item .inner-box .content-box {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 270px;
  width: 100%;
  overflow: hidden;
  background: #2a2a38;
  min-height: 263px;
  padding: 38px 37px 34px 40px;
}
.repair-section .single-item .inner-box .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 23px;
}
.repair-section .single-item .inner-box .content-box .light-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 120px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.1);
}
.repair-section .single-item .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 18px;
}
.repair-section .single-item .inner-box .content-box h3:last-child {
  margin-bottom: 0px;
}
.repair-section .single-item .inner-box .content-box h3 a {
  color: #fff;
}
.repair-section .single-item .inner-box .content-box h3 a:hover {}
.repair-section .single-item .inner-box .content-box .rating-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 7px 0px 0px 98px;
}
.repair-section .single-item .inner-box .content-box .rating-box span {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.repair-section .single-item .inner-box .content-box .rating-box h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.repair-section .single-item .inner-box .content-box .rating-box .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 1px;
}
.repair-section .single-item .inner-box .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}
.repair-section .single-item .inner-box .content-box h5 a {
  display: inline-block;
  color: #fff;
}
.repair-section .single-item .inner-box .content-box h5 a i {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  top: 2px;
  margin-left: 10px;
}
.repair-section .single-item .inner-box .content-box h5 a:hover {}
.news-section .sec-title .btn-box {
  position: absolute;
  top: 36px;
  right: 0px;
}
.news-section .sec-title .btn-box .theme-btn {
  padding: 11px 40px;
}
#content_block_two .content-box .subscribe-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
#content_block_two .content-box .subscribe-form .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 55px;
  background: #3c3c4d;
  border: 1px solid #3c3c4d;
  padding: 10px 80px 10px 20px;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #b0b0bd;
}
#content_block_two .content-box .subscribe-form .form-group input::-webkit-input-placeholder {
  color: #b0b0bd;
}
#content_block_two .content-box .subscribe-form .form-group button {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}
#content_block_two .content-box .subscribe-form .form-group input:focus + button, #content_block_two .content-box .subscribe-form .form-group button:hover {}
#content_block_two .content-box .subscribe-form .form-group button:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 25px;
  left: -22px;
  top: 0px;
}
#content_block_two .content-box .download-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
#content_block_two .content-box .download-btn h5 a {
  display: inline-block;
}
#content_block_two .content-box .download-btn h5 a i {
  margin-right: 10px;
}
#content_block_two .content-box .download-btn h5 a:hover {
  color: #fff;
}
.clients-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d9d9e1;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease;
}
.clients-section .owl-theme .owl-dots .owl-dot.active span, .clients-section .owl-theme .owl-dots .owl-dot span:hover {}
.main-footer.style-one .footer-top .logo-widget {
  position: relative;
  display: block;
  overflow: hidden;
  background: #272734;
  margin-right: 20px;
  padding: 0px 30px 100px 30px;
}
.main-footer.style-one .footer-top .logo-widget .footer-logo {
  position: relative;
  left: 0px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: -75px auto 64px auto;
  text-align: center;
  padding: 5px;
  z-index: 1;
}
.main-footer.style-one .footer-top .logo-widget .footer-logo:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: rotate(45deg);
}
.main-footer.style-one .footer-top .logo-widget .footer-logo .logo {
  position: relative;
  display: inline-block;
  padding-top: 18px;
  z-index: 1;
}
.main-footer.style-one .footer-top .logo-widget .footer-logo:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(200px - 10px);
  height: calc(200px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}
.footer-top .logo-widget .text {
  position: relative;
  margin-bottom: 25px;
}
.footer-top .logo-widget .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px;
}
.footer-top .logo-widget .subscribe-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}
.footer-top .logo-widget .subscribe-box .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}
.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 52px;
  background: #414153;
  color: #b0b0bd;
  border: 1px solid #414153;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}
.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input::-webkit-input-placeholder {
  color: #b0b0bd;
}
.footer-top .logo-widget .subscribe-box .subscribe-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input:focus {}
.main-footer.style-one .footer-bottom .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.main-footer.style-one .footer-bottom .social-links li:last-child {
  margin-right: 0px;
}
.main-footer.style-one .footer-bottom .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #2f2f3e;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.main-footer.style-one .footer-bottom .social-links li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.main-footer.style-one .footer-bottom .social-links li a:hover:before {
  transform: scale(1, 1);
}
.main-header.style-two .header-top {
  position: relative;
  display: block;
  background: #1e1e2a;
  padding: 12.5px 0px;
}
.main-header.style-two .header-top .top-left .info-column li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  margin-right: 25px;
}
.main-header.style-two .header-top .top-left .info-column li:last-child {
  margin-right: 0px;
}
.main-header.style-two .header-top .top-left .info-column li a {
  color: #a6a6b3;
}
.main-header.style-two .header-top .top-left .info-column li a:hover {}
.main-header.style-two .header-top .top-left .info-column li i {
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header.style-two .header-top .top-right .header-nav li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  margin: 0px 16px;
}
.main-header.style-two .header-top .top-right .header-nav li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 20px;
  top: 3px;
  right: -17px;
}
.main-header.style-two .header-top .top-right .header-nav li a {
  color: #a6a6b3;
}
.main-header.style-two .header-top .top-right .header-nav li a:hover {}
.main-header.style-two .header-top .top-right .header-nav li .search-btn button {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-header.style-two .header-top .top-right .header-nav li .search-btn button:hover {}
.main-header.style-two .header-top .top-right .header-nav li .search-btn button i {
  font-size: 15px;
  margin-right: 8px;
}
.main-header.style-two .header-top .top-right .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.main-header.style-two .header-top .top-right .social-links li:last-child {
  margin-right: 0px;
}
.main-header.style-two .header-top .top-right .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #a6a6b3;
}
.main-header.style-two .header-top .top-right .social-links li a:hover {}
.main-header.style-two .header-upper {
  position: relative;
  display: block;
  background: #f6f6f6;
}
.main-header.style-two .header-upper .upper-inner .logo-box .logo {
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 27.5px 40px;
}
.main-header.style-two .header-upper .upper-inner .info-box li {
  position: relative;
  display: inline-block;
  float: left;
}
.main-header.style-two .header-upper .upper-inner .info-box li.btn-box {
  padding: 32.5px 0px;
}
.main-header.style-two .header-upper .upper-inner .info-box li.btn-box .theme-btn {
  padding: 11.5px 33px;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info {
  padding: 32px 60px 36px 55px;
  margin-right: 40px;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info:before {
  position: absolute;
  content: '';
  background: #d8d8d8;
  height: 55px;
  width: 1px;
  top: 33px;
  right: 0px;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info:nth-child(2) {
  margin-right: 0px;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info:nth-child(2):before {
  display: none;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info i {
  position: absolute;
  left: 0px;
  top: 38px;
  font-size: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #1e1e2a;
  margin: 0px;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info h5 a {
  display: inline-block;
  color: #1e1e2a;
}
.main-header.style-two .header-upper .upper-inner .info-box .single-info h5 a:hover {}
.main-header.style-two .header-upper .upper-inner .info-box .single-info p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #5a5a68;
  line-height: 26px;
  margin: 0px;
}
.main-header.style-two .header-lower .outer-box {
  position: relative;
  display: block;
  background: transparent;
}
.main-header.style-two .header-lower .outer-box .menu-area {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
  padding-left: 40px;
}
.main-header.style-two .main-menu .navigation > li {
  padding: 23px 0px 22px 0px;
}
.main-header.style-two .menu-right-content {
  margin: 0;
}
.main-header.style-two .menu-right-content .nav-box .nav-btn {
  background: #1e1e2a;
  height: 75px;
  width: 75px;
  line-height: 75px;
}
.main-header.style-two .menu-right-content .nav-box .nav-btn i {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header.style-two .menu-right-content .cart-box {
  margin: 23px 52px 0px 0px;
}
.banner-carousel .slide-item.bg-none:before {
  display: none;
}
.banner-carousel .slide-item.bg-left:before {
  right: inherit;
  left: 0px;
}
.banner-carousel .content-box.dark h1 {
  color: #1e1e2a;
}
.banner-carousel .content-box.dark p {
  color: #9494a3;
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 700;
}
.banner-carousel .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1150ms ease;
  -moz-transition: all 1150ms ease;
  -ms-transition: all 1150ms ease;
  -o-transition: all 1150ms ease;
  transition: all 1150ms ease;
}
.banner-section.style-two .banner-carousel .content-box h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1150ms;
  -moz-transition-delay: 1150ms;
  -ms-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}
.banner-section.style-two .banner-carousel .content-box .lower-box {
  position: relative;
  padding-left: 30px;
}
.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn {
  padding: 14px 22px;
}
.banner-section.style-two .banner-carousel .slide-item {
  padding: 230px 0px 220px 0px;
}
.feature-section .feature-block-one .inner-box .box .light-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 120px;
  line-height: 120px;
}
.feature-section .feature-block-one .inner-box .box:before {
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.feature-section .feature-block-one .inner-box:hover .box:before {
  top: 0px;
  height: 100%;
}
.feature-section .feature-block-one .inner-box .box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #5a5a68;
  margin-bottom: 13px;
  transition: all 500ms ease;
}
.feature-section .feature-block-one .inner-box .box a {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  font-weight: 700;
}
.feature-section .feature-block-one .inner-box .box a:hover {}
.feature-section .feature-block-one .inner-box:hover .box a {
  color: #fff;
}
.feature-section .feature-block-one .inner-box .box a i {
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  top: 2px;
}
#content_block_three .content-box .award-box li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
}
#content_block_three .content-box .sec-title {
  margin-bottom: 39px;
}
#content_block_four .content-box .text {
  position: relative;
  margin-bottom: 32px;
}
#content_block_four .content-box .text p {
  margin-bottom: 15px;
}
#content_block_four .content-box .text p:last-child {
  margin-bottom: 0px;
}
#content_block_four .content-box .author-box {
  position: relative;
  margin-bottom: 32px;
}
#content_block_four .content-box .author-box .author-info {
  position: relative;
  display: inline-block;
  padding: 13px 0px 0px 110px;
  float: left;
  padding-right: 30px;
  min-height: 80px;
}
#content_block_four .content-box .author-box .author-info:before {
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
}
#content_block_four .content-box .author-box .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#content_block_four .content-box .author-box .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}
#content_block_four .content-box .author-box .author-info h3 {
  margin-bottom: 0px;
}
#content_block_four .content-box .author-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #5a5a68;
  margin: 0px;
}
#content_block_four .content-box .author-box .author-signatur {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 30px;
}
#content_block_four .content-box .support-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #1e1e2a;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}
#content_block_four .content-box .support-box p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#content_block_four .content-box .support-box p a {
  display: inline-block;
}
#content_block_four .content-box .support-box p a:hover {
  text-decoration: underline;
}
.about-style-two .lower-content .single-item .inner-box .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 50px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-style-two .lower-content .single-item .inner-box .content-box .icon-box .line {
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 62px;
  height: 9px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}
.about-style-two .lower-content .single-item .inner-box .content-box h3 {
  margin: 0px;
}
#content_block_five .content-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  padding-left: 90px;
  padding-top: 5px;
}
#content_block_five .content-box .video-btn a:hover {}
#content_block_five .content-box .video-btn a i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#content_block_five .content-box .sec-title {
  margin-bottom: 39px;
}
#content_block_six .content-box {
  position: relative;
  display: block;
  margin-left: 100px;
}
#content_block_six .content-box .single-item {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}
#content_block_six .content-box .single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
#content_block_six .content-box .single-item .inner-box .box {
  position: relative;
  display: block;
  background: #2b2a37;
  padding: 40px 15px 38px 15px;
}
#content_block_six .content-box .single-item:nth-child(2) .inner-box .box, #content_block_six .content-box .single-item:nth-child(3) .inner-box .box, #content_block_six .content-box .single-item:last-child .inner-box .box {
  background: #393847;
}
#content_block_six .content-box .single-item .inner-box .box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 17px;
}
#content_block_six .content-box .single-item .inner-box .box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}
#content_block_six .content-box .single-item .inner-box .overlay-box {
  position: absolute;
  display: block;
  background: #2b2a37;
  padding: 2px;
  z-index: 1;
  left: 0px;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}
#content_block_six .content-box .single-item .inner-box:hover .overlay-box {
  opacity: 1;
  top: 0px;
}
#content_block_six .content-box .single-item .inner-box .overlay-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
}
#content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner {
  position: relative;
  background: #2b2a37;
  padding: 28px 15px 21px 15px;
}
#content_block_six .content-box .single-item:nth-child(2) .inner-box .overlay-box .overlay-inner, #content_block_six .content-box .single-item:nth-child(3) .inner-box .overlay-box .overlay-inner, #content_block_six .content-box .single-item:last-child .inner-box .overlay-box .overlay-inner {
  background: #393847;
}
#content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner .icon-box {
  position: relative;
  display: inline-block;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 14px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner p {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #a6a6b3;
  margin: 0px;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  width: 120px;
  height: 40px;
  border: 1px solid #e3e3e3;
  background: #fff;
  text-align: center;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.team-block-two .inner-box .lower-box .list-item li.share:hover .social-links {
  top: -33px;
  visibility: visible;
  opacity: 1;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 53px;
  bottom: -4px;
  z-index: -1;
  transform: rotate(45deg);
  box-shadow: 1px 1px #e3e3e3;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  line-height: 40px;
  padding: 0px;
  border-right: 1px solid #e3e3e3;
  text-align: center;
  float: left;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links li a {
  padding: 0px;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links li a i {
  margin: 0px;
}
.team-block-two .inner-box .lower-box .list-item li.share .social-links li:last-child {
  border-right: none;
}
.project-block-two .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 30px;
  text-align: center;
}
.project-block-two .inner-box .content-box p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-two .inner-box .content-box h3 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 500ms ease;
}
.project-block-two .inner-box:hover .content-box p, .project-block-two .inner-box:hover .content-box h3 {
  opacity: 1;
  transform: translateY(0px);
}
.project-block-two .inner-box .content-box h3 a {
  color: #fff;
}
.project-block-two .inner-box .content-box h3 a:hover {}
.testimonial-style-two .testimonial-content .inner-box .author-box .box {
  position: relative;
  display: block;
  padding: 4px 0px 6px 80px;
  min-height: 60px;
}
.testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-style-two .testimonial-content .inner-box .author-box .box h4 {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.testimonial-style-two .testimonial-content .inner-box .author-box .box .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #5a5a68;
  margin: 0px;
}
.testimonial-style-two .testimonial-content .inner-box .share-box .social-links {
  position: absolute;
  display: inline-block;
  left: 0px;
  bottom: -25px;
  width: 120px;
  height: 20px;
  background: transparent;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.testimonial-style-two .testimonial-content .inner-box .share-box:hover .social-links {
  bottom: -12px;
  opacity: 1;
  visibility: visible;
}
.testimonial-style-two .testimonial-content .inner-box .share-box .social-links li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.testimonial-style-two .testimonial-content .inner-box .share-box .social-links li a {
  font-size: 13px;
  color: #5a5a68;
}
.testimonial-style-two .testimonial-content .inner-box .share-box .social-links li a:hover {}
.news-block-two .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 30px 33px 30px;
  z-index: 2;
  transition: all 500ms ease;
}
.news-block-two .inner-box:hover .content-box {
  opacity: 0;
}
.news-block-two .inner-box .content-box h3 {
  line-height: 32px;
  color: #fff;
  margin-bottom: 14px;
}
.news-block-two .inner-box .content-box h3 a {
  color: #fff;
}
.news-block-two .inner-box .content-box h3 a:hover {}
.news-block-two .inner-box .content-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 3px;
  padding-right: 16px;
}
.news-block-two .inner-box .content-box .post-info li a {
  color: #bfbfcc;
}
.news-block-two .inner-box .content-box .post-info li a:hover {}
.news-block-two .inner-box .content-box .post-info li i {
  font-size: 13px;
  margin-right: 8px;
}
.news-block-two .inner-box .content-box .post-info li:last-child i {
  color: #bfbfcc;
}
.news-block-two .inner-box .content-box .post-info li:before {
  position: absolute;
  content: '||';
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  top: -1px;
  right: 0px;
  font-weight: 400;
}
.news-block-two .inner-box .content-box .post-info li:last-child:before {
  display: none;
}
.main-footer.style-two .footer-top .footer-logo .logo {
  position: relative;
  padding-right: 40px;
}
.main-footer.style-two .footer-top .footer-logo .logo:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 65px;
  top: 0px;
  right: 0px;
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li:last-child {
  margin-right: 0px;
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #a6a6af;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a:hover:before {
  transform: scale(1, 1);
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a:before {
  position: absolute;
  content: '';
  width: 43px;
  height: 43px;
  left: -1px;
  top: -1px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding-right: 15px;
  margin-right: 5px;
}
.page-title .content-box .bread-crumb li a {
  color: #fff;
}
.page-title .content-box .bread-crumb li a:hover {
  text-decoration: underline;
}
.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}
.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 2px;
  top: 13px;
  right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}
.history-section .tabs-content .content-box .year {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
.history-section .tabs-content .content-box h3 {
  position: relative;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.history-section .tabs-content .content-box p {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #a6a6b3;
  margin-bottom: 27px;
}
.history-section .tabs-content .content-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}
.history-section .tabs-content .content-box a i {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  top: 2px;
  margin-left: 10px;
}
.history-section .tabs-content .content-box a:hover {}
.team-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d9d9e1;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease;
}
.team-style-three .owl-theme .owl-dots .owl-dot.active span, .team-style-three .owl-theme .owl-dots .owl-dot span:hover {}
.faq-section .accordion-box .block .acc-content.current {
  display: block;
}
.comingsoon-section .inner-box .logo-box {
  position: relative;
  margin-bottom: 37px;
}
.error-page-section .content-box h1 {
  font-size: 250px;
  line-height: 220px;
  color: #1e1e2a;
  font-weight: 700;
  margin-bottom: 9px;
}
.error-page-section .content-box h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #1e1e2a;
  margin-bottom: 13px;
}
.error-page-section .content-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 42px;
}
.error-page-section .content-box .search-form .form-group {
  position: relative;
  margin-bottom: 41px;
}
.error-page-section .content-box .search-form .form-group input[type='search'] {
  position: relative;
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}
.error-page-section .content-box .search-form .form-group button {
  position: absolute;
  top: 12px;
  right: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #a7a7ba;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}
.error-page-section .content-box .search-form .form-group input:focus + button, .error-page-section .content-box .search-form .form-group button:hover {}
.error-page-section .content-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1e1e2a;
  border-bottom: 3px solid #1e1e2a;
}
.error-page-section .content-box a i {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
  top: 2px;
}
.error-page-section .content-box a:hover {}
.service-details-content .two-column .content-box .inner-box .single-item {
  position: relative;
  margin-bottom: 27px;
}
.service-details-content .two-column .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}
.service-details-content .two-column .content-box .inner-box .single-item h3 {
  padding-left: 30px;
  margin-bottom: 15px;
}
.service-details-content .two-column .content-box .inner-box .single-item h3:before {
  position: absolute;
  content: "\f12e";
  font-family: 'Flaticon';
  font-size: 24px;
  left: 0px;
  top: -1px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-details-content .two-column .content-box .inner-box .single-item p {
  font-size: 18px;
  font-weight: 600;
  color: #5a5a68;
  margin: 0px;
}
.service-sidebar .sidebar-support .support-inner .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px 30px 22px 30px;
  z-index: 1;
}
.service-sidebar .sidebar-support .support-inner .content-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 225px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.service-sidebar .sidebar-support .support-inner .content-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 155px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.service-sidebar .sidebar-support .support-inner .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
}
.service-sidebar .sidebar-support .support-inner .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 4px;
}
.service-sidebar .sidebar-support .support-inner .content-box .phone-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.service-sidebar .sidebar-support .support-inner .content-box .phone-box a:hover {
  text-decoration: underline;
}
.service-sidebar .sidebar-support .support-inner .content-box .mail-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.service-sidebar .sidebar-support .support-inner .content-box .mail-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.project-block-three .inner-box .content-box .lower-content {
  position: relative;
  padding-top: 13px;
}
.project-block-three .inner-box .content-box .lower-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.project-block-three .inner-box .content-box .lower-content h3 {
  margin-bottom: 0px;
}
.project-block-three .inner-box:hover .content-box {
  opacity: 0;
}
.project-block-three .inner-box .overlay-box .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 15px;
}
.project-block-three .inner-box .overlay-box .box p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.project-block-three .inner-box .overlay-box .box h3 {
  color: #fff;
  margin-bottom: 22px;
}
.project-block-three .inner-box .overlay-box .box h3 a {
  display: inline-block;
  color: #fff;
}
.project-block-three .inner-box .overlay-box .box h3 a:hover {}
.project-block-three .inner-box .overlay-box .box .view-btn {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #fff;
}
.project-block-four .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 15px;
}
.project-block-four .inner-box .content-box p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-four .inner-box .content-box h3 {
  color: #fff;
  margin-bottom: 23px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-four .inner-box:hover .content-box p, .project-block-four .inner-box:hover .content-box h3, .project-block-four .inner-box:hover .content-box .view-btn {
  opacity: 1;
  transform: translateY(0px);
}
.project-block-four .inner-box .content-box h3 a {
  color: #fff;
}
.project-block-four .inner-box .content-box .view-btn {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transform: translateY(15px);
  opacity: 0;
  transition: all 500ms ease;
}
.news-block-three .inner-box .lower-content .lower-box .share-box .social-links {
  position: absolute;
  display: inline-block;
  left: 0px;
  bottom: -25px;
  width: 120px;
  height: 20px;
  background: transparent;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.news-block-three .inner-box .lower-content .lower-box .share-box:hover .social-links {
  bottom: -12px;
  opacity: 1;
  visibility: visible;
}
.news-block-three .inner-box .lower-content .lower-box .share-box .social-links li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.news-block-three .inner-box .lower-content .lower-box .share-box .social-links li a {
  font-size: 13px;
  color: #5a5a68;
}
.news-block-three .inner-box .lower-content .lower-box .share-box .social-links li a:hover {}
.blog-details-content .two-column .content-box blockquote {
  position: relative;
  display: block;
  background: #f6f6f6;
  text-align: center;
  margin: 0px;
  padding: 51px 20px 52px 20px;
}
.blog-details-content .two-column .content-box blockquote i {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 80px;
  line-height: 80px;
  color: #e3e3e3;
}
.blog-details-content .two-column .content-box blockquote p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #5a5a68;
  margin-bottom: 16px;
}
.blog-details-content .two-column .content-box blockquote h3 {
  margin: 0px;
}
.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.blog-details-content .post-share-option .social-links li:last-child {
  margin-right: 0px;
}
.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #8d8d9c;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}
.blog-details-content .post-share-option .social-links li a:hover {
  color: #fff;
}
.blog-details-content .author-box .author-inner .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.blog-details-content .author-box .author-inner .social-links li:last-child {
  margin-right: 0px;
}
.blog-details-content .author-box .author-inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8d8d9c;
}
.blog-details-content .author-box .author-inner .social-links li a:hover {}
.blog-details-content .post-btn .btn-box {
  width: 50%;
}
.blog-details-content .post-btn .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #5a5a68;
  margin-bottom: 12px;
}
.blog-details-content .post-btn .btn-box a:hover {}
.blog-details-content .post-btn .btn-box .box {
  position: relative;
  padding-top: 6px;
  padding-bottom: 8px;
  min-height: 70px;
}
.blog-details-content .post-btn .prev-btn .box {
  padding-left: 90px;
  padding-right: 10px;
}
.blog-details-content .post-btn .next-btn .box {
  padding-right: 90px;
}
.blog-details-content .post-btn .btn-box .box .image-box {
  position: absolute;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-details-content .post-btn .prev-btn .box .image-box {
  left: 0px;
}
.blog-details-content .post-btn .next-btn .box .image-box {
  right: 0px;
}
.blog-details-content .post-btn .btn-box .box .image-box img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-content .post-btn .btn-box .box h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
}
.product-block-one .inner-box .image-box .content-box {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 160px;
  height: 54px;
  line-height: 54px;
  border-radius: 30px;
  opacity: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease;
}
.product-block-one .inner-box:hover .image-box .content-box {
  top: 50%;
  opacity: 1;
}
.product-block-one .inner-box .image-box .content-box li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  border-right: 1px solid #e3e3e3;
  text-align: center;
}
.product-block-one .inner-box .image-box .content-box li:last-child {
  border-right: none
}
.product-block-one .inner-box .image-box .content-box li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #1e1e2a;
}
.product-block-one .inner-box .image-box .content-box li:nth-child(2) a {
  font-size: 24px;
}
.product-block-one .inner-box .image-box .content-box li a:hover {}
.product-block-one .inner-box .image-box .content-box li a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  width: 93px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}
.product-block-one .inner-box .image-box .content-box li a:hover span {
  top: -18px;
  visibility: visible;
  opacity: 1;
}
.product-block-one .inner-box .image-box .content-box li a span:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 40px;
  bottom: -3px;
  transform: rotate(45deg);
}
.shop-sidebar .filter-price .range-slider .theme-btn {
  padding: 2px 31px;
  font-size: 16px;
}
.product-details .basic-details .carousel-column .btn-box {
  position: relative;
  padding-left: 140px;
  margin-top: 20px;
}
.product-details .basic-details .carousel-column .btn-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.product-details .basic-details .carousel-column .btn-box li:last-child {
  margin-right: 0px;
}
.product-details .basic-details .carousel-column .btn-box li .cart-btn {
  position: relative;
  display: inline-block;
  width: 195px;
  text-align: center;
  background: #1e1e2a;
  padding: 13px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.product-details .basic-details .carousel-column .btn-box li .cart-btn:hover {}
.product-details .basic-details .carousel-column .btn-box li .theme-btn {
  width: 195px;
  padding: 13px 25px;
}
.cart-section .btn-box button {
  float: left;
  margin-right: 20px;
}
.cart-section .btn-box button:last-child {
  margin-right: 0px;
}
.cart-section .btn-box .cart-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #1e1e2a;
  padding: 13px 36.5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cart-section .btn-box .cart-btn:hover {}
.cart-section .btn-box button.theme-btn {
  padding: 12px 46.5px;
}
.checkout-section .product-information .btn-box .theme-btn {
  padding: 12px 26px;
}
.myaccount-section .form-group .theme-btn {
  padding: 12px 62px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.row-cols-sm-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-sm-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-sm-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-sm-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-sm-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-sm-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.row-cols-md-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-md-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-md-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-md-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-md-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-md-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-lg-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-lg-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-lg-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-lg-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-lg-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-lg-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-xl-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-xl-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-xl-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-xl-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-xl-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-xl-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-xl-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.collapse:not(.show) {
  display: none;
}
.dropdown-menu.show {
  display: block;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-expand-sm .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand-md .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
  display: none;
}
.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-xl .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.toast.show {
  display: block;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.tooltip.show {
  opacity: 0.9;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}