/*
@File: Addax Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

*** - Default CSS
*** - Prealoader CSS 
*** - Main Header CSS
*** - Main Banner CSS
*** - Video Banner CSS
*** - Creative Banner CSS
*** - Particles Banner CSS
*** - Welcome Area CSS
*** - About Area CSS
*** - Who We Are Area CSS
*** - Security Area CSS
*** - CTR Area CSS
*** - Services Area CSS
*** - FAQ Area CSS
*** - Testimonials Area CSS
*** - Contact Area CSS
*** - Page Title CSS
*** - Footer Area CSS
*** - Go Top CSS
*/
/*
==============================
Default CSS
==============================
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  padding: 0;
  margin: 0;
  background: #111111;
  font-family: "Poppins", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
  color: #dddddd;
}

a {
  color: #dddddd;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

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

img {
  max-width: 100%;
}

.ptb-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-222222 {
  background: #222222;
}

.bg-333333 {
  background: #333333;
}

/*Btn Btn-Primary*/
.btn {
  padding: 9px 25px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-primary {
  color: #ffffff;
  background-color: #f52b02;
  border-color: #f52b02;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
  color: #f52b02;
  background-color: #ffffff;
  border-color: #f52b02;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #f52b02;
  border-color: #f52b02;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #f52b02;
  border-color: #f52b02;
  opacity: 1;
}

/* Section Title */
.section-title {
  margin-bottom: 60px;
  padding-left: 30px;
  position: relative;
}

.section-title::before, .section-title::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  left: 10px;
  top: 0;
  background: #f52b02;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title::after {
  left: 0;
  height: 50%;
}

.section-title:hover::before {
  height: 50%;
}

.section-title:hover::after {
  height: 100%;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 20px;
}

.section-title h2 span {
  color: #f52b02;
  font-weight: 600;
}

.section-title p {
  max-width: 635px;
  margin-top: -7px;
}

.section-title h4 {
  font-size: 18px;
  font-weight: 300;
  color: #f52b02;
  margin-bottom: 17px;
  text-transform: capitalize;
}

/* Form Control */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

label {
  margin-bottom: 10px;
}

textarea.form-control {
  min-height: 125px;
}

/* Owl Carousel Button */
.owl-theme .owl-controls {
  margin-top: 50px;
  line-height: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-dots {
  margin-top: 50px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #dddddd;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-dots .owl-dot.active span {
  border-radius: 5px;
  width: 35px;
  height: 10px;
  border-color: #f52b02;
  background: #f52b02;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #f52b02;
  border-color: #f52b02;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.33) !important;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 54px !important;
  border-radius: 50%;
  font-size: 30px !important;
  color: #ffffff !important;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f52b02 !important;
  color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

/*
==============================
Preloader CSS
==============================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
}

.preloader .folding-cube {
  left: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 50%;
  right: 0;
  margin: -60px auto 0;
}

.preloader .folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.preloader .folding-cube .cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f52b02;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.preloader .folding-cube .cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.preloader .folding-cube .cube2::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.preloader .folding-cube .cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.preloader .folding-cube .cube3::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .folding-cube .cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.preloader .folding-cube .cube4::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*
==============================
Main Header CSS
==============================
*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: transparent !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000 !important;
}

.navbar-light .navbar-brand {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-brand span {
  color: #f52b02;
  font-size: 35px;
  font-weight: 700;
  text-transform: lowercase;
}

.navbar-light .navbar-brand img {
  max-width: 200px;
  max-height: 40px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-item {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link.show, .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #f52b02;
}

.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav.show .nav-link {
  color: #f52b02;
}

.navbar-light.header-sticky.is-sticky .navbar-brand {
  color: #ffffff;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .nav-link {
  color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.active, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.show, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:hover {
  color: #f52b02;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .active .nav-link, .navbar-light.header-sticky.is-sticky .navbar-nav .show .nav-link {
  color: #f52b02;
}

/*
==============================
Main Banner CSS
==============================
*/
.main-banner {
  height: 750px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
  z-index: -1;
}

.main-banner.with-color::before {
  z-index: 1;
}

.item-bg-one {
  background-image: url(../../assets/img/main-bg-1.webp);
}

.main-banner-text {
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-banner-text h4 {
  color: #ffffff;
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 1px;
}

.main-banner-text h1 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 200;
  margin-top: 25px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.main-banner-text h1 span {
  color: #f52b02;
  font-weight: 600;
}

.main-banner-text p {
  color: #ffffff;
  max-width: 730px;
  margin: auto;
  margin-bottom: 30px;
}

.main-banner-text img {
  max-width: 600px;
  max-height: 160px;
  vertical-align:bottom;
}

.main-banner-text .btn:hover, .main-banner-text .btn:focus {
  border-color: #ffffff;
}

.main-banner-text .view-work {
  background: transparent;
  border-color: #fff;
  margin-left: 10px;
}

.main-banner-text .view-work:hover, .main-banner-text .view-work:focus {
  border-color: #f52b02;
  background: #f52b02;
  color: #ffffff;
}

.home-slides .owl-controls {
  margin-top: 0;
}

/*
==============================
Video Banner CSS
==============================
*/
.video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}

/*
==============================
Creative Banner CSS
==============================
*/
.creative-banner-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 10rem 100vw 0 0;
  border-color: transparent #111111 #111111 transparent;
  border-style: solid;
}

/*
==============================
Welcome Area CSS
==============================
*/
.welcome-area.with-color {
  background: #000;
  opacity: .77;
}

.single-box {
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-box:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-box .icon {
  color: #f52b02;
  font-size: 45px;
}

.single-box h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.single-box a {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.single-box:hover a {
  background: #f52b02;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  right: 0;
  bottom: 0;
}


/*
==============================
About Area CSS
==============================
*/
.about-area {
  background-image: url(../../assets/img/patt.webp);
  background-position: center center;
}

.about-video {
  position: relative;
}

.about-video img {
  width: 100%;
}

.about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
}

.about-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #f52b02;
  position: relative;
  font-size: 30px;
  border-radius: 50%;
}

.about-video .video-btn a::before, .about-video .video-btn a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  border: 10px solid #fff;
}

.about-video .video-btn a::after {
  width: 70px;
  height: 70px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

.about-717dev {
  margin-top: 12px;
}

.about-717dev .section-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.about-717dev .section-title::before, .about-717dev .section-title::after {
  display: none;
}

.about-717dev .section-title h2 {
  font-size: 25px;
}

.about-717dev ul {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.about-717dev ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  color: #dddddd;
}

.about-717dev ul li i {
  color: #f52b02;
  margin-right: 5px;
}

.about-717dev ul li:last-child {
  margin-bottom: 0;
}

.about-717dev .float-start {
  margin-right: 45px;
}

/*
==============================
Who We Are Area CSS
==============================
*/
.who-we-are {
  padding-bottom: 50px;
}

.single-who-we-are {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
          box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  background: #0F0F0F;
  padding: 50px 30px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.single-who-we-are:hover {
  background: #f52b02;
  color: #ffffff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-who-we-are i {
  font-size: 50px;
  color: #f52b02;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover i {
  color: #ffffff;
}

.single-who-we-are h4 {
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.single-who-we-are p {
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover p {
  color: #ffffff;
}

.single-who-we-are span {
  bottom: 0;
  color: rgba(0, 0, 0, 0.03);
  font-size: 200px;
  line-height: 180px;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-who-we-are:hover span {
  color: rgba(255, 255, 255, 0.2);
}

/*
==============================
Security Area CSS
==============================
*/
.security-area {
  position: relative;
}

.about-security {
  padding-left: 25px;
}

.about-security .section-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.about-security .section-title::before, .about-security .section-title::after {
  display: none;
}

.about-security ul {
  margin-bottom: 30px;
}

.about-security ul li {
  margin-bottom: 10px;
  font-weight: 300;
  color: #dddddd;
}

.about-security ul li:last-child {
  margin-bottom: 0;
}

.about-security ul li i {
  color: #f52b02;
  margin-right: 5px;
}

/*
==============================
Quote Area CSS
==============================
*/
.quote-area {
  text-align: center;
  background-image: url(../../assets/img/quote.webp);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .88;
}

.quote-area .section-title {
  padding-left: 0;
}

.quote-area .section-title::after, .quote-area .section-title::before {
  display: none;
}

.quote-area .section-title h2 {
  color: #ffffff;
  font-weight: 200;
  margin-top: 30px;
  margin-bottom: 30px;
}

.quote-area .section-title h3 {
  color: #ffffff;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 30px;
}

.quote-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}


/*
==============================
CTR Area CSS
==============================
*/
.ctr-area {
  text-align: center;
  background-image: url(../../assets/img/ctr-bg.webp);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctr-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .88;
}

.ctr-area .section-title {
  padding-left: 0;
}

.ctr-area .section-title::after, .ctr-area .section-title::before {
  display: none;
}

.ctr-area .section-title h2 {
  color: #ffffff;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ctr-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.ctr-area .view-work {
  background: transparent;
  border-color: #ffffff;
  margin-left: 10px;
}

.ctr-area .view-work:hover, .ctr-area .view-work:focus {
  border-color: #f52b02;
  background: #f52b02;
  color: #ffffff;
}

.ctr-area .btn:hover, .ctr-area .btn:focus {
  border-color: #ffffff;
}

/*
==============================
Services Area CSS
==============================
*/
.services-area {
  padding-bottom: 50px;
}

.services-area .single-box {
  margin-bottom: 30px;
}

.single-services {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  text-align: center;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-left: 2px solid #f52b02;
  height: 50px;
  border-bottom: 2px solid #f52b02;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover::before {
  opacity: 1;
  width: 100%;
  height: 50%;
}

.single-services .services-img {
  position: relative;
}

.single-services .services-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .66;
}

.single-services .services-img .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}

.single-services i {
  width: 70px;
  height: 70px;
  line-height: 71px;
  border: 1px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover i {
  background: #ffffff;
  color: #f52b02;
}

.single-services .services-content {
  padding: 30px 25px;
  position: relative;
}

.single-services .services-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}


/*
==============================
FAQ Area CSS
==============================
*/
.faq-area .image {
  background-image: url(../../assets/img/faq-img.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card {
  background-color: transparent;
  border-radius: 10px !important;
  margin-bottom: 6px;
  border: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}

.card .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}

.card .card-header:first-child {
  border-radius: 0;
}

.card .card-header a {
  display: block;
}

.card .card-header a:hover {
  background: #f52b02;
}

.card .card-header a h5 {
  font-size: 17px;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  line-height: 16px;
  background: #f52b02;
}

.card .card-header a.collapsed h5 {
  color: #ffffff;
  background: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.card .card-header a.collapsed h5:hover {
  color: #ffffff;
}

.card .card-header a i {
  float: right;
  font-size: 16px;
}

.card .card-header a.collapsed .fa.fa-plus::before {
  content: "\f067";
}

.card .card-header a .fa.fa-plus::before {
  content: "\f068";
}

.card .card-body {
  line-height: 1.9;
  background: transparent;
  color: #dddddd;
}

/*
==============================
Testimonials Area CSS
==============================
*/
.testimonials-area {
  padding-bottom: 50px;
}

.single-feedback {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background-color: #222222;
  background-image: url(../../assets/img/patt.webp);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.single-feedback .client-info {
  position: relative;
  margin-bottom: 35px;
  padding-left: 95px;
  padding-top: 15px;
  
}

.single-feedback .client-info .client-pic {
  max-width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: center;
}


.single-feedback .client-info .client-title h4 {
  font-size: 19px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback .client-info .client-title h5 {
  font-size: 15px;
  margin-top: 13px;
  color: #BBBBBB;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback p {
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback span {
  font-size: 175px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.03);
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 0;
}

.single-feedback:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background: #f52b02;
}

.single-feedback:hover .client-title h4, .single-feedback:hover .client-title h5 {
  color: #ffffff;
}

.single-feedback:hover p {
  color: #ffffff;
}

.single-feedback:hover span {
  color: rgba(255, 255, 255, 0.2);
}


/*
==============================
Contact Area CSS
==============================
*/

.map img {
  max-height:420px;
  width: 100%;
  border: 2px solid #000000
}

.contact-info {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #0F0F0F;
  padding: 30px;
  border-top: 3px solid #f52b02;
  border-bottom: 3px solid #f52b02;
}

.contact-info ul li {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  margin-bottom: 34px;
  color: #ffffff;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li i {
  position: absolute;
  left: 0;
  top: -11px;
  color: #f6f6f6;
  font-size: 19px;
  background: #f52b02;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.contact-info .follow-us {
  text-align: right;
  margin-top: 40px;
}

.contact-info .follow-us li {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}

.contact-info .follow-us li:first-child {
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}

.contact-info .follow-us li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.contact-info .follow-us li a:hover, .contact-info .follow-us li a:focus {
  background: #f52b02;
  color: #ffffff;
  border-color: #f52b02;
}

.contact-form {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 40px 30px;
  border-top: 3px solid #f52b02;
  border-bottom: 3px solid #f52b02;
  background: #0F0F0F;
}

.contact-form h4 {
  color: #f52b02;
  margin-bottom: 25px;
  font-size: 22px;
}

.contact-form .list-unstyled li {
  color: red;
}

.contact-form .form-control {
  border-radius: 30px;
  border-color: #222222;
  background: #222222;
  color: #fff
}

.contact-form label {
  color: #fff;
}

.contact-form .btn {
  margin-top: 20px;
}

.contact-form #message {
  height: auto;
  padding: 15px;
}

/*
==============================
Page Title CSS
==============================
*/
.page-title {
  height: 550px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}

.page-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .6;
}

.page-title h1 {
  margin-bottom: 35px;
  margin-top: 65px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.page-title ul li {
  display: inline-block;
  margin: 0 3px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.page-title ul li.active {
  color: #cccccc;
}

.page-title ul li a {
  color: #ffffff;
}

.page-title ul li a:hover {
  color: #f52b02;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

/*
==============================
Footer Area CSS
==============================
*/
.footer-area {
  text-align: center;
  padding: 50px 0;
  background: #111111;
}

.footer-area h4 {
  line-height: 22px;
  margin-bottom: 30px;
}

.footer-area h4 a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
}

.footer-area h4 span {
  color: #f52b02;
  font-size: 40px;
  font-weight: 700;
  text-transform: lowercase;
}

.footer-area ul li {
  display: inline-block;
}

.footer-area ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
}

.footer-area ul li a:hover, .footer-area ul li a:focus {
  background: #f52b02;
  color: #ffffff;
  border-color: #f52b02;
}

.footer-area p {
  line-height: 1;
  margin-top: 30px;
  color: #ffffff;
}

.footer-area img {
	max-width: 200px;
	max-height: 100px;
}

/*
==============================
Go Top CSS
==============================
*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 25px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.go-top:hover {
  color: #ffffff;
  background: #f52b02;
}
/*# sourceMappingURL=style.css.map */