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

    Template Name:  HoomPotact
    Author: Layerdrops
    Author Email: Layerdrops@gmail.com
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*========================================================================
    Index
    ------------------------------------------------------------------------
    #01 - PreLoader
    #02 - Header
    #03 - Header Slider
    #04 - Breadcrumb
    #05 - Services
    #06 - Solution
    #07 - Our Story & History
    #08 - Quick Contact
    #09 - Welcome And Protect & Manage Area
    #10 - Security
    #11 - Video Promotion
    #12 - Award
    #13 - Packages
    #14 - Compare
    #15 - Benefits
    #16 - Team Member
    #17 - Testimonial63
    #18 - Client
    #19 - Features
    #20 - Network
    #21 - Easy Step by Step
    #22 - Installation
    #23 - Quote
    #24 - Automation Control
    #25 - HomeSecure Mobile App
    #26 - FeedBacks
    #27 - Blog
    #28 - Call to action
    #29 - Contact & Service Single Contact
    #30 - Error
    #31 - Footer
    All @keyframes

*/
/* Responsive Device Layout*/
/*basic content*/
/*Fonts*/
/* ------------
	Mixin
------------*/
* {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #f17d24;
}

::-moz-selection {
  background-color: #F17D24;
  color: #ffffff;
}

::selection {
  background-color: #F17D24;
  color: #ffffff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  position: relative;
  cursor: pointer;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input,
select {
  width: 100%;
  background-color: #ffffff;
  border: none;
}

.input-group {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
span {
  color: #2f3437;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;
}

video {
  width: 650px;
}

.topbox_overlay.topbox_open {
  z-index: 99999999999;
}

.topbox_skin_darkroom .topbox_fill {
  background: rgba(52, 55, 58, 0.75);
}

.topbox_skin_darkroom .topbox_title {
  background: #F17D24;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -ms-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -o-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  -moz-box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
  box-shadow: 0 0 0 5px rgba(124, 183, 94, 0.63);
}

.topbox_skin_darkroom .topbox_close:before {
  font-weight: 100;
  font-size: 70px;
}

/*custom margin*/
.mb_65 {
  margin-bottom: 65px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_45 {
  margin-bottom: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 30px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_10 {
  margin-top: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pl_0 {
  padding-left: 0;
}

.pr_5 {
  padding-right: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.p_0 {
  padding: 0;
}

/*section*/
.section_padding {
  padding: 60px 0;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .section_padding {
    padding: 90px 0;
  }
}

/*
.section_bb {
  border-bottom: 2px solid #f2f2f2; }*/

.section_bg {
  /*background: #f2f2f2;*/
  background: url("../images/sliders/slider.png")
}

.section_black {
  background: #2f3437;
}

.light_bg {
  background: #F17D24;
}

.section_dark_bg {
  /* background: #2f3437; */
  background: url("../images/services/bg-img.png")
}

.default_btn {
  background: #F17D24;
  color: #ffffff;
  padding: 14px 14px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
}

.default_btn:after,
.default_btn:before {
  content: '';
  background: #2f3437;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transform-origin: left;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.default_btn:after {
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.default_btn:hover {
  color: #ffffff;
  background: #F17D24;
}

.default_btn:hover:after,
.default_btn:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  visibility: visible;
  opacity: 1;
}

.clear_both {
  clear: both;
}

/* Hero Section Title */
.hero_section_title {
  position: relative;
  z-index: 5;
}

.hero_section_title h4 {
  font-size: 14px;
  color: #F17D24;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
  padding-top: 28px;
}

.hero_section_title h4:before {
  content: '';
  background: #F17D24;
  width: 10px;
  height: 10px;
  line-height: 25px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.hero_section_title h1 {
  font-weight: 500;
  font-size: 40px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .hero_section_title h1 {
    font-size: 30px;
  }
}

/* Default shape position */
.map_shape_2,
.map_shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .map_shape_2,
  .map_shape {
    width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .map_shape_2,
  .map_shape {
    width: 300px;
  }
}

.map_shape_2 {
  left: auto;
  right: 0;
}

/* Triangle shape */
.triangle_shape,
.triangle_shape_2 {
  left: 120px;
  position: absolute;
  top: -80px;
  opacity: .6;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .triangle_shape,
  .triangle_shape_2 {
    width: 350px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .triangle_shape,
  .triangle_shape_2 {
    left: 40px;
  }
}

.triangle_shape_2 {
  left: auto;
  right: -120px;
}

/* Pagination */
.pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination li {
  margin-right: 10px;
}

.pagination li a {
  width: 63px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  padding: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #eaeaea;
  border: none;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.pagination li a:hover {
  color: #ffffff;
  background: #F17D24;
  -webkit-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -ms-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -o-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -moz-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li.active a {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -ms-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -o-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -moz-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
}

.pagination li.active a:hover {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -ms-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -o-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  -moz-box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
  box-shadow: 0 0 30px rgba(87, 184, 87, 0.3);
}

/* =========================
  #01 - PreLoader
============================*/
/*.spinner {
  text-align: center;
  font-size: 10px;
  position: fixed;
  left: 0;
  top: 0;
  background: #F17D24;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .spinner > div {
    background: #ffffff;
    height: 50px;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    margin: 0 2px; }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
*/
/* =========================
  #02 - Header
============================*/
.header_area .header_top {
  background: #2f3437;
  padding: 10px 0;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .header_top {
    text-align: center;
  }
}

.header_area .header_top .header_left p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.header_area .header_top .header_left p a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #67696b;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  line-height: 12px;
}

.header_area .header_top .header_left p a:hover {
  color: #F17D24;
}

.header_area .header_top .header_left p i {
  color: #F17D24;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
  font-size: 20px;
}

.header_area .header_top .header_left p span {
  color: #ffffff;
  font-weight: 700;
  margin-left: 2px;
  display: inline-block;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .header_top .header_right {
    text-align: center;
  }
}

.header_area .main_menu_area {
  -webkit-box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  -ms-box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  -o-box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  -moz-box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  width: 100%;
  background: #ffffff;
  z-index: 999999999;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area {
    padding: 15px 0;
  }
}

.header_area .main_menu_area>.container>.row {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area>.container>.row>* {
    flex: 1;
  }
}

.header_area .main_menu_area .navbar-toggles {
  display: none;
  right: 0;
  background: #2f3437;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 480px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_area .main_menu_area .navbar-toggles {
    display: block;
  }
}

.header_area .main_menu_area .navbar-toggles span {
  background: #ffffff;
  height: 1px;
  margin-top: 6px;
}

.header_area .main_menu_area .navbar-toggles span:first-child {
  margin: 0;
}

.header_area .main_menu_area .logo {
  display: inline-block;
}

.header_area .main_menu_area .logo img {
  width: 200px;
}

@media (min-width: 1350px) {
  .header_area .main_menu_area .navbar-collapse {
    padding-right: 0;
  }
}

.header_area .main_menu_area .navbar-nav {
  float: right;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.header_area .main_menu_area .navbar-nav li {
  position: relative;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li {
    margin-left: 0;
    flex: 1;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #555556;
  }

  .header_area .main_menu_area .navbar-nav li:first-child {
    border-top: none;
  }

  .header_area .main_menu_area .navbar-nav li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .main_menu_area .navbar-nav li {
    margin-left: 27px;
  }
}

.header_area .main_menu_area .navbar-nav li .highlight_dropdown {
  opacity: 0;
  position: absolute;
  padding: 60px;
  overflow: hidden;
  z-index: 99;
  top: 100%;
  background: #2f3437;
  width: 312px;
  text-align: left;
  left: -55px;
  transform-origin: top;
  transform: perspective(5em) rotateX(-90deg);
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown {
    left: -110px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown {
    left: 0;
    width: 100%;
    background: #000000;
    transform: perspective(0em) rotateX(0deg);
    opacity: 1;
    position: relative;
    display: none;
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1920px) and (min-width: 1801px),
(min-width: 1350px),
(min-width: 1201px) and (max-width: 1349px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 993px) and (max-width: 1199px) {
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown {
    display: block !important;
  }
}

.header_area .main_menu_area .navbar-nav li .highlight_dropdown li {
  display: block;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown li {
    border: none;
  }
}

.header_area .main_menu_area .navbar-nav li .highlight_dropdown li a {
  line-height: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header_area .main_menu_area .navbar-nav li .highlight_dropdown li a:hover {
  text-decoration: none;
  color: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown li a {
    color: #ffffff;
  }
}

.header_area .main_menu_area .navbar-nav li .highlight_dropdown li:last-child a {
  margin-bottom: 0;
}

.header_area .main_menu_area .navbar-nav li a {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li a {
    color: #ffffff;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li a {
    padding: 10px 0;
    display: block;
  }
}

.header_area .main_menu_area .navbar-nav li a:hover {
  background: none;
  color: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li a:hover {
    color: #F17D24;
  }
}

.header_area .main_menu_area .navbar-nav li:first-child {
  margin-left: 0;
}

.header_area .main_menu_area .navbar-nav li:hover>.highlight_dropdown {
  transform: perspective(5em) rotateX(0deg);
  opacity: 1;
}

.header_area .main_menu_area .navbar-nav li .menu_icon {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: #000000;
  color: #ffffff;
  width: 40px;
  height: 100%;
  top: 0;
  text-align: center;
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .navbar-nav li .menu_icon {
    display: block;
  }
}

.header_area .main_menu_area .close_menu_area_btn {
  display: none;
  color: #ffffff;
  position: absolute;
  top: 10px;
  font-size: 35px;
  font-weight: 100;
  text-align: center;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header_area .main_menu_area .close_menu_area_btn:hover {
  color: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .main_menu_area .collapse_responsive {
    position: fixed;
    left: -320px;
    background: #2f3437;
    width: 320px;
    text-align: left;
    z-index: 9;
    height: 100vh;
    top: 0;
    overflow-x: hidden;
    padding: 60px 10px 50px 10px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }

  .header_area .main_menu_area .collapse_responsive .close_menu_area_btn {
    display: inline-block;
  }

  .header_area .main_menu_area .collapse_responsive .collapse {
    display: block;
  }

  .header_area .main_menu_area .collapse_responsive.active {
    left: 0;
  }

  .header_area .main_menu_area .responsive_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.fixed-nav .header_area .header_top {
  opacity: 0;
}

.fixed-nav .header_area .main_menu_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.header_area .menu_style_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 {
    padding: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 {
    flex-direction: column;
  }
}

.header_area .menu_style_2 .left_logo {
  padding-left: 36px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .header_area .menu_style_2 .left_logo {
    flex-basis: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 .left_logo {
    padding-left: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 .left_logo .logo {
    margin-right: 15px;
  }
}

.header_area .menu_style_2 .right_contact {
  background: #2f3437;
  display: flex;
  align-items: center;
  padding: 30px 20px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 .right_contact {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .menu_style_2 .right_contact {
    padding: 35px 10px;
  }
}

.header_area .menu_style_2 .right_contact i {
  color: #F17D24;
  font-size: 35px;
  margin-right: 10px;
}

.header_area .menu_style_2 .right_contact p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_2 .right_contact p {
    font-size: 15px;
  }
}

.header_area .menu_style_2 .right_contact p span {
  font-size: 18px;
  font-weight: 700;
  color: #F17D24;
  display: block;
}

.header_area .menu_style_3 {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-bottom: 1px solid rgba(47, 52, 55, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_area .menu_style_3 {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.header_area .menu_style_3 .nav_and_logo,
.header_area .menu_style_3 .social_and_contact {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header_area .menu_style_3 .nav_and_logo,
  .header_area .menu_style_3 .social_and_contact {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {

  .header_area .menu_style_3 .nav_and_logo,
  .header_area .menu_style_3 .social_and_contact {
    width: 100%;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_3 .nav_and_logo {
    border-bottom: 1px solid rgba(47, 52, 55, 0.2);
    padding: 10px 0;
  }
}

.header_area .menu_style_3 .nav_and_logo .left_logo {
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .nav_and_logo .left_logo {
    flex-basis: 100%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 60px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .nav_and_logo .left_logo {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .nav_and_logo .left_logo .logo {
    margin-right: 0;
  }
}

.header_area .menu_style_3 .nav_and_logo .navbar-nav {
  border-left: 1px solid rgba(47, 52, 55, 0.2);
  margin-left: 45px;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 45px;
  }
}

@media (min-width: 1350px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav {
    margin-left: 35px;
    padding-left: 45px;
  }
}

@media (min-width: 1350px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav li {
    margin-left: 15px;
  }
}

.header_area .menu_style_3 .nav_and_logo .navbar-nav li:first-child {
  margin-left: 0;
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav li {
    margin-left: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .menu_style_3 .nav_and_logo .navbar-nav li a {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_3 .social_and_contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.header_area .menu_style_3 .social_and_contact .top_social {
  border-right: 1px solid rgba(47, 52, 55, 0.2);
  margin-right: 60px;
  display: flex;
  align-items: center;
  padding: 40px 60px 40px 20px;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .social_and_contact .top_social {
    border-right: none;
    margin-right: 0;
    padding: 20px 60px 20px 35px;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_area .menu_style_3 .social_and_contact .top_social {
    padding: 9px 0 !important;
  }
}

.header_area .menu_style_3 .social_and_contact .top_social li {
  margin-left: 25px;
}

.header_area .menu_style_3 .social_and_contact .top_social li:hover i {
  color: #F17D24;
}

.header_area .menu_style_3 .social_and_contact .top_social li i {
  font-size: 20px;
  display: inline-block;
  color: #000000;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header_area .menu_style_3 .social_and_contact .right_contact {
  background: none;
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .menu_style_3 .social_and_contact .right_contact {
    padding: 10px 60px 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .header_area .menu_style_3 .social_and_contact .right_contact {
    padding: 15px 60px 15px 0;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .header_area .menu_style_3 .social_and_contact .right_contact {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_3 .social_and_contact .right_contact {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
}

.header_area .menu_style_3 .social_and_contact .right_contact p {
  color: #2f3437;
}

.header_area .menu_style_3 .social_and_contact .right_contact p span {
  color: #F17D24;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .menu_style_3 .social_and_contact .right_contact p {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header_area .menu_style_3 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header_area .menu_style_3.fixed {
  position: fixed;
  background: #ffffff;
}

.header_area .relative_position .menu_style_4 {
  position: absolute;
  width: 1538px;
  left: 0;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .relative_position .menu_style_4 {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_area .relative_position .menu_style_4 {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .relative_position .menu_style_4 {
    padding-right: 10px;
  }
}

.header_area .relative_position .menu_style_4 .row {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .relative_position .menu_style_4 .row>.col-md-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.header_area .relative_position .menu_style_4 .logo {
  padding-left: 60px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .relative_position .menu_style_4 .logo {
    padding-left: 10px;
  }
}

.header_area .relative_position .menu_style_4 .navbar-collapse.collapse {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_area .relative_position .menu_style_4 .navbar-collapse.collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_area .relative_position .menu_style_4 .navbar-collapse.collapse {
    padding-right: 15px;
  }
}

.header_area .relative_position .menu_style_4 .navbar-nav li .highlight_dropdown {
  left: auto;
  right: -55px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_area .relative_position .menu_style_4 .navbar-nav li .highlight_dropdown {
    right: 0;
  }
}

.header_area .relative_position .menu_style_4.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* =========================
  #03 - Header Slider
============================*/
.header_slider_area .header_slider_bg {
  background: url(../images/sliders/slider-4.jpg) center center no-repeat;
  background-size: cover;
  padding: 169px 0 179px 0;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg {
    background: #f2f2f2 none;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg {
    padding: 99px 0 109px 0;
  }
}

.header_slider_area .header_slider_bg .header_slide_box {
  transform-origin: left;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_slider_area .header_slider_bg .header_slide_box {
    width: 70%;
  }
}

.header_slider_area .header_slider_bg .header_slide_box h4 {
  color: #F17D24;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header_slider_area .header_slider_bg .header_slide_box h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
  margin: 12px 0 62px 0;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg .header_slide_box h1 {
    font-size: 55px;
    margin: 12px 0 52px 0;
  }
}

.header_slider_area .header_slider_bg .header_slide_box h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_slider_area .header_slider_bg .header_slide_box h3 {
    font-size: 18px;
  }
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a {
  border: 3px solid #000000;
  color: #000000;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  padding: 18px 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .header_slider_area .header_slider_bg .header_slide_box .btn_box a {
    padding: 18px 20px;
  }
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a:after,
.header_slider_area .header_slider_bg .header_slide_box .btn_box a:before {
  background: #000000;
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a:hover {
  color: #ffffff;
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a:hover i {
  background: #ffffff;
  color: #000000;
}

.header_slider_area .header_slider_bg .header_slide_box .register_info_box form .input-group input {
  width: 100%;
  height: 61px;
  border: 2px solid #000000;
  font-weight: 400;
  padding: 10px 40px;
  margin-bottom: 10px;
  background: none;
  color: #000000;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg .header_slide_box .register_info_box form .input-group input {
    padding: 10px 20px;
  }
}

.header_slider_area .header_slider_bg .header_slide_box .register_info_box form .input-group button {
  width: 100%;
  padding: 20px 65px;
}

.header_slider_area .header_slider_bg .header_slide_box p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 500;
}

.header_slider_area .header_slider_bg.bg_2 {
  background: url(../images/sliders/slider-4.jpg) center center no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg.bg_2 {
    background: #f2f2f2 none;
  }
}

.header_slider_area .header_slider_bg.bg_4 {
  background: url(../images/sliders/slider-4.jpg) center center no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_area .header_slider_bg.bg_4 {
    background: #f2f2f2 none;
  }
}

.header_slider_area .owl-item.active .header_slider_bg .header_slide_box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  visibility: visible;
}

.header_slider_style_2 .header_slider_bg {
  background: url("../images/sliders/sliderbg.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 0 30px 0;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .header_slider_style_2 .header_slider_bg {
    padding: 227px 0 148px 0;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg {
    padding: 187px 0 148px 0 !important;
  }
}

.header_slider_style_2 .header_slider_bg>.container {
  position: relative;
}

.header_slider_style_2 .header_slider_bg .secure_box {
  position: absolute;
  right: -241px;
  -webkit-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
  opacity: 0;
  width: 240px;
  height: 240px;
  line-height: 260px;
  padding: 62px 35px;
  text-align: center;
  top: -78px;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg .secure_box {
    right: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg .secure_box {
    height: 230px;
    position: relative;
    padding: 58px 35px;
    right: auto;
    left: -43px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg .secure_box {
    top: -50px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_slider_style_2 .header_slider_bg .secure_box {
    top: -180px;
  }
}

.header_slider_style_2 .header_slider_bg .secure_box svg {
  position: absolute;
  left: 0;
  top: 0;
}

.header_slider_style_2 .header_slider_bg .secure_box p {
  color: #ffffff;
  z-index: 4;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.header_slider_style_2 .header_slider_bg .header_slide_box {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (min-width: 481px) and (max-width: 767px) {
  .header_slider_style_2 .header_slider_bg .header_slide_box {
    margin-top: -30px;
  }
}

.header_slider_style_2 .header_slider_bg .header_slide_box h1 {
  color: #ffffff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg .header_slide_box h1 {
    line-height: 75px;
    font-size: 70px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .header_slider_bg .header_slide_box h1 {
    line-height: 60px !important;
    font-size: 50px !important;
  }
}

.header_slider_style_2 .header_slider_bg .header_slide_box p {
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.header_slider_style_2 .header_slider_bg .header_slide_box a {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.header_slider_style_2 .header_slider_bg .header_slide_box a:after,
.header_slider_style_2 .header_slider_bg .header_slide_box a:before {
  background: #ffffff;
}

.header_slider_style_2 .header_slider_bg .header_slide_box a:hover {
  color: #2f3437;
}

.header_slider_style_2 .header_slider_bg.bg_2 {
  background: url("../images/logo/slider1.png") center center no-repeat;
  background-size: cover;
}

.header_slider_style_2 .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .owl-nav {
    display: none;
  }
}

.header_slider_style_2 .owl-nav button {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.1) !important;
  display: block;
  z-index: 9;
  border-radius: 50%;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -32.5px;
  font-size: 24px !important;
  color: #ffffff !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_slider_style_2 .owl-nav button {
    left: 50px;
  }
}

.header_slider_style_2 .owl-nav button.owl-next {
  left: auto;
  right: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_slider_style_2 .owl-nav button.owl-next {
    right: 50px;
  }
}

.header_slider_style_2 .owl-item.active .header_slider_bg .secure_box {
  right: -41px;
  opacity: 1;
  margin-top: 100px;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px) {
  .header_slider_style_2 .owl-item.active .header_slider_bg .secure_box {
    right: 41px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .header_slider_style_2 .owl-item.active .header_slider_bg .secure_box {
    right: 0;
    left: 0;
  }
}

.hero_header_banner {
  background: rgba(87, 184, 87, 0.05);
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 185px;
  position: relative;
}

.hero_header_banner .header_svg_home {
  display: none;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .hero_header_banner .header_svg_home {
    width: 100%;
    height: auto;
  }
}

.hero_header_banner .header_svg_home .cls-1,
.hero_header_banner .header_svg_home .cls-4,
.hero_header_banner .header_svg_home .cls-5,
.hero_header_banner .header_svg_home .cls-6 {
  fill: #7cb75e;
}

.hero_header_banner .header_svg_home .cls-1,
.hero_header_banner .header_svg_home .cls-2,
.hero_header_banner .header_svg_home .cls-3,
.hero_header_banner .header_svg_home .cls-5 {
  stroke: #7cb75e;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.hero_header_banner .header_svg_home .cls-1,
.hero_header_banner .header_svg_home .cls-5 {
  fill-opacity: 0;
}

.hero_header_banner .header_svg_home .cls-1,
.hero_header_banner .header_svg_home .cls-2,
.hero_header_banner .header_svg_home .cls-4,
.hero_header_banner .header_svg_home .cls-7,
.hero_header_banner .header_svg_home .cls-8 {
  fill-rule: evenodd;
}

.hero_header_banner .header_svg_home .cls-2,
.hero_header_banner .header_svg_home .cls-3,
.hero_header_banner .header_svg_home .cls-7 {
  fill: #ccedbf;
}

.hero_header_banner .header_svg_home .cls-8,
.hero_header_banner .header_svg_home .cls-9 {
  fill: #fff;
}

.hero_header_banner .header_svg_home path,
.hero_header_banner .header_svg_home rect,
.hero_header_banner .header_svg_home ellipse,
.hero_header_banner .header_svg_home circle,
.hero_header_banner .header_svg_home g {
  stroke: #7cb75e;
  fill: none;
  stroke-dasharray: 2000;
  opacity: 1;
  -webkit-animation: animate 5s linear;
  -o-animation: animate 5s linear;
  animation: animate 5s linear;
}

.hero_header_banner .header_svg_home .cls-4 {
  stroke-width: 0.5px;
}

@keyframes animate {
  0% {
    opacity: 0;
    fill: none;
    stroke-dashoffset: 2000;
  }

  30% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 2000;
  }

  90% {
    fill: none;
  }

  100% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 0;
  }
}

.hero_header_banner .header_svg_home.active {
  display: block;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero_header_banner {
    padding-top: 250px;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .hero_header_banner {
    padding-top: 210px;
    line-height: 65px;
  }
}

.hero_header_banner:before {
  width: 100%;
  height: 12px;
  content: '';
  background: #F17D24;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero_header_banner .circle_shape {
  width: 575px;
  height: 558px;
  background: #ccedbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -225px;
  top: 63px;
  opacity: 0.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero_header_banner .circle_shape {
    width: 400px;
    height: 400px;
  }
}

.hero_header_banner .circle_2 {
  width: 212px;
  height: 204px;
  left: 30%;
  top: 36%;
}

.hero_header_banner .circle_3 {
  width: 390px;
  height: 379px;
  top: -155px;
  left: 55%;
}

.hero_header_banner .circle_4 {
  width: 575px;
  height: 557px;
  left: auto;
  right: -125px;
  top: auto;
  bottom: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero_header_banner .circle_4 {
    right: -225px;
    bottom: -100px;
  }
}

.hero_header_banner .color_house_bottom {
  width: 1392px;
  margin: -37px auto auto auto;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .hero_header_banner .color_house_bottom {
    width: 100%;
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .hero_header_banner .color_house_bottom {
    width: 1392px;
    margin: -37px auto auto auto;
  }
}

.hero_header_banner .hero_header_banner_title h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -3px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .hero_header_banner .hero_header_banner_title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

.hero_header_banner .hero_header_banner_title p {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  color: #000000;
  padding: 0 30px;
  margin: 24px 0 30px 0;
}

.slider_style_4 {
  position: relative;
}

.slider_style_4 .header_slider_bg {
  background: url("../images/sliders/slider-4.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 280px 0 175px 0;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .slider_style_4 .header_slider_bg {
    padding: 220px 0 145px 0;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .slider_style_4 .header_slider_bg {
    padding: 187px 0 115px 0 !important;
  }
}

.slider_style_4 .header_slider_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #2f3437;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.slider_style_4 .header_slider_bg .secure_box {
  position: relative;
  width: 130px;
  height: 130px;
  left: 50%;
  line-height: 130px;
  margin: auto auto 30px -64px;
  padding: 3px 10px 3px 16px;
  top: 0;
  transform-origin: top;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .slider_style_4 .header_slider_bg .secure_box {
    top: 0 !important;
  }
}

.slider_style_4 .header_slider_bg .secure_box svg {
  width: 130px;
  height: 130px;
}

.slider_style_4 .header_slider_bg .secure_box i {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  display: block;
  width: 100%;
  height: 100%;
}

.slider_style_4 .header_slider_bg .header_slide_box {
  -webkit-transform: scale(1) rotateY(90deg);
  -moz-transform: scale(1) rotateY(90deg);
  -ms-transform: scale(1) rotateY(90deg);
  -o-transform: scale(1) rotateY(90deg);
  transform: scale(1) rotateY(90deg);
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .slider_style_4 .header_slider_bg .header_slide_box {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .slider_style_4 .header_slider_bg .header_slide_box {
    margin-top: 0;
  }
}

.slider_style_4 .header_slider_bg .header_slide_box span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}

.slider_style_4 .header_slider_bg .header_slide_box h1 {
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .slider_style_4 .header_slider_bg .header_slide_box h1 {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .slider_style_4 .header_slider_bg .header_slide_box h1 {
    font-size: 40px !important;
    line-height: 46px !important;
    letter-spacing: -1px;
  }
}

.slider_style_4 .header_slider_bg .header_slide_box .default_btn {
  background: #ffffff;
  border: none;
  color: #2f3437;
}

.slider_style_4 .header_slider_bg .header_slide_box .default_btn:hover {
  color: #ffffff;
}

.slider_style_4 .header_slider_bg .header_slide_box .default_btn:before,
.slider_style_4 .header_slider_bg .header_slide_box .default_btn:after {
  background: #F17D24;
}

.slider_style_4 .header_slider_bg.bg_2 {
  background: url("../images/sliders/slider-4.jpg") center center no-repeat;
  background-size: cover;
}

.slider_style_4 .owl-nav button {
  margin-top: 41px;
  top: 55%;
}

.slider_style_4 .owl-item.active .header_slider_bg .secure_box {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .slider_style_4 .owl-item.active .header_slider_bg .secure_box {
    left: 50%;
  }
}

/* =========================================
  #04 - Breadcrumb
=========================================*/
.breadcrumb_area {
  position: relative;
  padding: 173px 0;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .breadcrumb_area {
    padding: 80px 0;
  }
}

.breadcrumb_area .breadcrumb_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .breadcrumb_area .breadcrumb_box {
    flex-direction: column;
  }
}

.breadcrumb_area .breadcrumb_box h2 {
  font-size: 40px;
  font-weight: 500;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .breadcrumb_area .breadcrumb_box h2 {
    font-size: 30px;
  }
}

.breadcrumb_area .breadcrumb_box .breadcrumb {
  display: flex;
  align-items: center;
  background: none;
  margin: 0;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .breadcrumb_area .breadcrumb_box .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.breadcrumb_area .breadcrumb_box .breadcrumb li {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li:before {
  display: none;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li a {
  color: #000000;
  text-decoration: none;
  margin-right: 13px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li a:hover {
  color: #2f3437;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li a:before {
  content: '-';
  position: absolute;
  right: 0;
  color: #000000;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li:first-child>a {
  background: #F17D24;
  color: #ffffff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0;
  line-height: 45px;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 20px;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li:first-child>a:before {
  display: none;
}

/* =========================================
  #05 - Services
=========================================*/
.service_area {
  position: relative;
  padding-bottom: 100px;
}

.service_area .service_slider_section .service_box {
  position: relative;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.service_area .service_slider_section .service_box:before {
  content: '';
  width: 100%;
  height: 100%;
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.service_area .service_slider_section .service_box .service_img {
  background: url("../images/services/sv-1.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 224px;
}

.service_area .service_slider_section .service_box .service_img.bg_2 {
  background: url("../images/services/sv-1.jpg") center center no-repeat;
  background-size: cover;
}

.service_area .service_slider_section .service_box .service_img.bg_3 {
  background: url("../images/services/sv-1.jpg") center center no-repeat;
  background-size: cover;
}

.service_area .service_slider_section .service_box .service_img.bg_4 {
  background: url("../images/services/sv-1.jpg") center center no-repeat;
  background-size: cover;
}

.service_area .service_slider_section .service_box .service_img.bg_5 {
  background: url("../images/services/sv-1.jpg") center center no-repeat;
  background-size: cover;
}

.service_area .service_slider_section .service_box .service_content {
  position: relative;
  border: 2px solid #f2f2f2;
  border-top: 0;
  padding: 35px 43px 50px 43px;
}

.service_area .service_slider_section .service_box .service_content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}

.service_area .service_slider_section .service_box .service_content p {
  line-height: 36px;
  font-weight: 400;
  color: #000000;
}

.service_area .service_slider_section .service_box .service_content .service_btn {
  position: absolute;
  width: 65px;
  height: 65px;
  font-size: 24px;
  color: #ffffff;
  background: #F17D24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  left: 50%;
  margin-left: -32.5px;
  bottom: -32.5px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.service_area .service_slider_section .service_box:hover {
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
}

.service_area .service_slider_section .service_box:hover .service_content {
  border-color: #ffffff;
}

.service_area .service_slider_section .service_box:hover .service_content .service_btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.service_area .service_slider_section .service_box:hover:before {
  opacity: 1;
}

.service_area .service_slider_section .owl-stage-outer {
  padding: 50px 0;
}

.service_area .service_slider_section .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: left;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px) {
  .service_area .service_slider_section .owl-nav {
    z-index: 9;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .service_area .service_slider_section .owl-nav {
    display: none;
  }
}

.service_area .service_slider_section .owl-nav button {
  background: rgba(47, 52, 55, 0.1);
  color: #ffffff;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  font-size: 24px;
  left: -143px;
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
}

@media (min-width: 1350px) {
  .service_area .service_slider_section .owl-nav button {
    left: -43px;
  }
}

@media (max-width: 1800px) and (min-width: 1600px),
(max-width: 1920px) and (min-width: 1801px) {
  .service_area .service_slider_section .owl-nav button {
    left: -143px;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .service_area .service_slider_section .owl-nav button {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .service_slider_section .owl-nav button {
    left: 0;
  }
}

.service_area .service_slider_section .owl-nav button.owl-next {
  left: auto;
  right: -143px;
}

@media (min-width: 1350px) {
  .service_area .service_slider_section .owl-nav button.owl-next {
    right: -43px;
  }
}

@media (max-width: 1800px) and (min-width: 1600px),
(max-width: 1920px) and (min-width: 1801px) {
  .service_area .service_slider_section .owl-nav button.owl-next {
    right: -143px;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .service_area .service_slider_section .owl-nav button.owl-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .service_slider_section .owl-nav button.owl-next {
    right: 0;
  }
}

.extra_margin {
  padding-bottom: 60px;
}

.extra_margin .service_slider_section .clear_both {
  clear: inherit;
}

.extra_margin .service_slider_section .service_box {
  margin-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .extra_margin .service_slider_section .service_box {
    min-height: 459px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .extra_margin .service_slider_section .service_box {
    width: 65%;
    margin: auto auto 90px auto;
  }
}

.extra_margin .service_slider_section .service_box .service_img.bg_6 {
  background: url("../images/feature-action.jpg") center center no-repeat;
  background-size: cover;
}

.feature_service_area {
  position: relative;
  overflow: hidden;
}

.feature_service_area .feature_service_flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_service_area .feature_service_flex {
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .feature_service_area .feature_service_flex {
    width: 65%;
    margin: auto;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px),
only screen and (max-width: 480px) {
  .feature_service_area .feature_service_flex .feature_service_left {
    margin-top: 0 !important;
  }
}

.feature_service_area .feature_service_flex .feature_service_left,
.feature_service_area .feature_service_flex .feature_service_middle {
  flex-basis: 35%;
  margin-top: 53px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .feature_service_area .feature_service_flex .feature_service_left,
  .feature_service_area .feature_service_flex .feature_service_middle {
    flex-basis: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {

  .feature_service_area .feature_service_flex .feature_service_left,
  .feature_service_area .feature_service_flex .feature_service_middle {
    flex-basis: 100%;
  }
}

.feature_service_area .feature_service_flex .feature_service_right {
  flex-basis: 30%;
  margin-top: -13px;
  margin-right: -72px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature_service_area .feature_service_flex .feature_service_right {
    flex-basis: 50%;
    margin-top: 25px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_service_area .feature_service_flex .feature_service_right {
    flex-basis: 100%;
    margin-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .feature_service_area .feature_service_flex .feature_service_right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_service_area .feature_service_flex .feature_service_right img {
    width: 100%;
  }
}

.feature_service_area .feature_service_flex .feature_service_item {
  display: flex;
  margin-bottom: 75px;
  align-items: flex-start;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_service_area .feature_service_flex .feature_service_item {
    margin-bottom: 45px;
  }
}

.feature_service_area .feature_service_flex .feature_service_item i {
  margin-right: 20px;
  display: inline-block;
  background: linear-gradient(to bottom, #e2f8da, #ffffff);
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 40px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #F17D24;
}

.feature_service_area .feature_service_flex .feature_service_item i:after {
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -27px;
  top: -43px;
}

.feature_service_area .feature_service_flex .feature_service_item .details_right {
  flex-basis: 72%;
}

.feature_service_area .feature_service_flex .feature_service_item .details_right h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 7px;
}

.feature_service_area .feature_service_flex .feature_service_item .details_right p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

.feature_service_area .feature_service_flex .feature_service_item:hover i {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -ms-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -o-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -moz-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
}

.feature_service_area .feature_service_flex .feature_service_item:last-child {
  margin-bottom: 0;
}

/* =========================================
  #06 - Solution
=========================================*/
.solution_area {
  position: relative;
  overflow: hidden;
}

.solution_area .extra_pr {
  padding-right: 6px;
}

.solution_area .solution_shape_2 {
  right: 20px;
}

.solution_area .left_solution_info .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.solution_area .left_solution_info h3 {
  color: #F17D24;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.solution_area .left_solution_info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #2f3437;
}

.solution_area .right_solution_info {
  padding-left: 30px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .solution_area .right_solution_info {
    padding-left: 0;
  }
}

.solution_area .right_solution_info img {
  right: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .solution_area .right_solution_info img {
    width: 545px;
    margin-top: 50px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .solution_area .right_solution_info img {
    margin-top: 50px;
  }
}

/* =========================================
  #07 - Our Story & History
=========================================*/
.our_story_area {
  position: relative;
}

.our_story_area .col-md-6.pr_10 {
  padding-right: 15px;
}

.our_story_area .col-md-6.pl_10 {
  padding-left: 15px;
}

.our_story_area .story_img {
  background: url("../images/story-2.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 522px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .our_story_area .story_img {
    height: 300px;
  }
}

.our_story_area .story_img.bg_2 {
  background: url("../images/story-2.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .our_story_area .story_img.bg_2 {
    margin-top: 15px;
  }
}

.our_story_area .story_details h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  color: #F17D24;
  margin: 50px 0 40px 0;
}

.our_story_area .story_details p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
}

.our_history_area {
  position: relative;
  overflow: hidden;
}

.our_history_area .left_img_box {
  width: 470px;
  height: 520px;
  background: url("../images/services/about.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .our_history_area .left_img_box {
    margin-bottom: 60px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .our_history_area .left_img_box {
    width: 100%;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .our_history_area .left_img_box {
    height: 300px;
  }
}

.our_history_area .left_img_box:before {
  content: '';
  width: 100%;
  height: 100%;
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.our_history_area .left_img_box:hover:before {
  opacity: 1;
}

.our_history_area .right_details {
  padding-left: 12px;
}

.our_history_area .right_details .hero_section_title {
  margin-bottom: 30px;
}

.our_history_area .right_details .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.our_history_area .right_details .nav-tabs {
  border: 1px solid #fff;
  display: flex;
}

.our_history_area .right_details .nav-tabs li {
  flex: 1;
  text-align: center;
  margin: 0;
  border-right: 1px solid #fff;
}

.our_history_area .right_details .nav-tabs li a {
  border: none;
  padding: 20px 10px;
  display: block;
  margin: 0;
  color: #000000;
  font-weight: 400;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .our_history_area .right_details .nav-tabs li a {
    padding: 10px;
    font-size: 12px;
  }
}

.our_history_area .right_details .nav-tabs li a:focus {
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin: 0;
}

.our_history_area .right_details .nav-tabs li a:hover {
  background: #ffffff;
  color: #2f3437;
}

.our_history_area .right_details .nav-tabs li:last-child {
  border-right: none;
}

.our_history_area .right_details .nav-tabs li.active a {
  color: #2f3437;
}

.our_history_area .right_details .history_content h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 27px;
}

.our_history_area .right_details .history_content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 35px;
}

.our_history_area .right_details .history_content .history_list li {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 16px;
}

.our_history_area .right_details .history_content .history_list li i {
  color: #F17D24;
  margin-right: 10px;
  font-size: 16px;
}

.our_history_area .right_details .history_content .history_list li:last-child {
  margin-bottom: 0;
}

/* =========================================
  #08 - Quick Contact
=========================================*/
.quick_contact_area {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.quick_contact_area .quick_contact_flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick_contact_area .quick_contact_flex {
    flex-wrap: wrap;
    padding-right: 20px;
    justify-content: space-between;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .quick_contact_area .quick_contact_flex {
    flex-wrap: wrap;
    padding-right: 20px;
    justify-content: center;
  }
}

.quick_contact_area .quick_contact_flex:before {
  content: '';
  background: #F17D24;
  right: 0;
  width: 5000px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.quick_contact_area .quick_contact_flex .quick_contact_box {
  display: flex;
  align-items: center;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .quick_contact_area .quick_contact_flex .quick_contact_box {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
}

.quick_contact_area .quick_contact_flex .quick_contact_box i {
  display: inline-block;
  background: #ffffff;
  color: #F17D24;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 18px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .quick_contact_area .quick_contact_flex .quick_contact_box i {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.quick_contact_area .quick_contact_flex .quick_contact_box .details span {
  color: #2f3437;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 15px;
  margin-bottom: 5px;
}

.quick_contact_area .quick_contact_flex .quick_contact_box .details p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.quick_contact_area .quick_contact_flex .extra_padding {
  padding-right: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick_contact_area .quick_contact_flex .extra_padding {
    margin-top: 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .quick_contact_area .quick_contact_flex .extra_padding {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.quick_contact_area .quick_contact_flex .extra_padding .right_icon {
  font-size: 120px;
  position: absolute;
  right: 10px;
  width: auto;
  height: auto;
  color: #ffffff;
  opacity: 0.1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: none;
  bottom: 35px;
}

.quick_contact_area .quick_contact_flex .extra_padding p {
  font-size: 30px;
}

/* =========================================
  #09 - Welcome And Protect & Manage Area
=========================================*/
.welcome_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .welcome_area {
    padding-bottom: 50px;
  }
}

.welcome_area .flex_welcome {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .welcome_area .flex_welcome {
    flex-wrap: wrap;
  }
}

.welcome_area .welcome_items_flex .welcome_item_box i {
  display: inline-block;
  background: linear-gradient(to bottom, #F17D24, #F17D24);
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  margin-bottom: 28px;
}

/* .welcome_area .welcome_items_flex .welcome_item_box i:after {
      content: '';
      width: 75px;
      height: 75px;
      position: absolute;
      background: #ffffff;
      z-index: -1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: 50%;
      margin-left: -37.5px;
      top: -60px; }*/
.welcome_area .welcome_items_flex .welcome_item_box i.icon-smart-lock {
  padding-left: 15px;
}

.welcome_area .welcome_items_flex .welcome_item_box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 9;
}

.welcome_area .welcome_items_flex .welcome_item_box:hover i {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -ms-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -o-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -moz-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
}

.welcome_area .welcome_items_flex>* {
  flex: 1;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .welcome_area .welcome_items_flex>* {
    margin-bottom: 40px;
    flex-basis: 33.333333%;
  }
}

.welcome_area .welcome_items_flex>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .protect_and_manage {
    padding-bottom: 90px;
  }
}

.protect_and_manage .welcome_items_flex .col-md-4:last-child .welcome_item_box {
  margin-bottom: 0;
}

.protect_and_manage .welcome_items_flex .welcome_item_box {
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .protect_and_manage .welcome_items_flex .welcome_item_box {
    margin-bottom: 55px;
  }
}

.protect_and_manage .welcome_items_flex .welcome_item_box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 27px;
}

.protect_and_manage .welcome_items_flex .welcome_item_box p {
  font-size: 18px;
  line-height: 33px;
  color: #7c7f82;
  font-weight: 300;
}

/* =========================
  #10 - Security
============================*/
.security_area {
  position: relative;
  padding-bottom: 62px;
}

.security_area .security_shape_2 {
  top: -77px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .security_area .security_left_info {
    margin-bottom: 60px;
  }
}

.security_area .security_left_info .hero_section_title {
  margin-bottom: 58px;
}

.security_area .security_left_info .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.security_area .security_left_info .default_btn {
  background: #2f3437;
  color: #ffffff;
}

.security_area .security_left_info .default_btn:before,
.security_area .security_left_info .default_btn:after {
  background: #F17D24;
}

@media (min-width: 481px) and (max-width: 767px) {
  .security_area .security_right_info {
    width: 65%;
    margin: auto;
  }
}

.security_area .security_right_info .security_box {
  padding: 13px;
  margin-bottom: 38px;
}

.security_area .security_right_info .security_box i {
  display: inline-block;
  background: linear-gradient(to bottom, #e2f8da, #ffffff);
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #F17D24;
  margin-bottom: 28px;
}

.security_area .security_right_info .security_box i:after {
  content: '';
  width: 75px;
  height: 75px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -37.5px;
  top: -60px;
}

.security_area .security_right_info .security_box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 34px;
}

.security_area .security_right_info .security_box p {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  position: relative;
  z-index: 9;
  line-height: 35px;
}

.security_area .security_right_info .security_box:hover i {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -ms-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -o-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  -moz-box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
  box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
}

/* =========================
  #11 - Video Promotion
============================*/
.video_promotion_area {
  position: relative;
  z-index: 9;
}

.video_promotion_area .line_shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: .2;
}

.video_promotion_area .line_shape:before,
.video_promotion_area .line_shape:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 2px;
  height: 100%;
  left: 35.5%;
}

.video_promotion_area .line_shape:after {
  left: auto;
  right: 35.5%;
}

.video_promotion_area .video_promotion_box {
  background: url(../images/video-promotion-bg.jpg) center center no-repeat;
  height: 585px;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgba(52, 55, 58, 0.3);
  -ms-box-shadow: 0 0 30px rgba(52, 55, 58, 0.3);
  -o-box-shadow: 0 0 30px rgba(52, 55, 58, 0.3);
  -moz-box-shadow: 0 0 30px rgba(52, 55, 58, 0.3);
  box-shadow: 0 0 30px rgba(52, 55, 58, 0.3);
}

.video_promotion_area .video_promotion_box:before {
  content: '';
  background: #2f3437;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.video_promotion_area .video_promotion_box .play_btn_box {
  width: 127px;
  height: 127px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -63.5px;
  margin-top: -63.5px;
  text-align: center;
  line-height: 127px;
  overflow: hidden;
}

.video_promotion_area .video_promotion_box .play_btn_box svg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.video_promotion_area .video_promotion_box .play_btn_box a {
  z-index: 4;
  display: block;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 5px;
}

.video_promotion_area .video_promotion_box .experience_date {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 350px;
  background: #2f3437;
  color: #ffffff;
  padding: 34px 40px;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .video_promotion_area .video_promotion_box .experience_date {
    width: 100%;
    padding: 20px;
  }
}

.video_promotion_area .video_promotion_box .experience_date span {
  color: #F17D24;
}

/* =========================
  #12 - Award
============================*/
.award_area {
  padding-top: 22px;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .award_area {
    padding-top: 0;
  }
}

.award_area:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -240px;
  background: #f2f2f2;
  z-index: -1;
}

.award_area .award_left .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.award_area .award_left p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.award_area .award_left .award_number_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .award_area .award_left .award_number_flex {
    flex-direction: column;
  }
}

.award_area .award_left .award_number_flex .award_box {
  background: #F17D24;
  color: #ffffff;
  text-align: center;
  flex-basis: 47.5%;
  padding: 50px 50px 42px 50px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .award_area .award_left .award_number_flex .award_box {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 40px 40px 32px 40px;
  }

  .award_area .award_left .award_number_flex .award_box:last-child {
    margin-bottom: 0;
  }
}

.award_area .award_left .award_number_flex .award_box h1 {
  font-size: 50px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 14px;
}

.award_area .award_left .award_number_flex .award_box span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .award_area .award_left .award_number_flex .award_box span {
    line-height: 20px;
  }
}

.award_area .award_right {
  position: relative;
  text-align: right;
  padding-left: 65px;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .award_area .award_right {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .award_area .award_right {
    padding-left: 0;
    text-align: left;
  }
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px) {
  .award_area .award_right {
    margin-top: 15%;
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .award_area .award_right {
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .award_area .award_right {
    margin-top: 30%;
  }
}

.award_area .award_right:before,
.award_area .award_right:after {
  content: '';
  width: 436px;
  height: 436px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F17D24;
  right: -182px;
  top: -24px;
  z-index: -1;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    right: 0;
    width: 350px;
    height: 350px;
    top: 10px;
  }
}

@media (max-width: 1800px) and (min-width: 1600px),
(max-width: 1920px) and (min-width: 1801px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    right: -182px;
    top: -24px;
    width: 436px;
    height: 436px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    right: 0;
    top: 10px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {

  .award_area .award_right:before,
  .award_area .award_right:after {
    top: 50px;
  }
}

.award_area .award_right:before {
  width: 344px;
  height: 344px;
  right: 107px;
  background: #000000;
  top: 59px;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .award_area .award_right:before {
    width: 300px;
    height: 300px;
    right: 155px;
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .award_area .award_right:before {
    width: 344px;
    height: 344px;
    right: 107px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .award_area .award_right:before {
    right: 230px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .award_area .award_right:before {
    right: 100px !important;
  }
}

.award_area .award_right img {
  margin-top: 68px;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .award_area .award_right img {
    width: 100%;
  }
}

@media (max-width: 1800px) and (min-width: 1600px),
(max-width: 1920px) and (min-width: 1801px) {
  .award_area .award_right img {
    width: auto;
  }
}

/* =========================
  #13 - Packages
============================*/
.packages_area {
  position: relative;
  overflow: hidden;
}

.packages_area:before {
  content: '';
  position: absolute;
  /* background: #000;*/
  background: url("../images/services/services-bg.png");
  image-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 549px;
  z-index: -1;
}

.packages_area .packages_shape,
.packages_area .packages_shape_2 {
  opacity: 0.05;
}

.packages_area .hero_section_title h1 {
  color: #ffffff;
  font-weight: 500;
}

.packages_area .col-md-4:last-child .packages_box {
  margin-bottom: 0;
}

.packages_area .packages_box {
  background: url("../images/services/residential_locksmith.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 400px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 62px 60px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .packages_area .packages_box {
    padding: 40px 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .packages_area .packages_box {
    margin-bottom: 30px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .packages_area .packages_box {
    width: 65%;
    margin: auto auto 30px auto;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .packages_area .packages_box {
    width: 100%;
    padding: 30px 30px;
  }
}

.packages_area .packages_box:before {
  content: '';
  background: #2f3437;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.packages_area .packages_box h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

.packages_area .packages_box a {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #2f3437;
  font-size: 24px;
}

.packages_area .packages_box a:hover {
  color: #ffffff;
}

.packages_area .packages_box a:before,
.packages_area .packages_box a:after {
  background: #F17D24;
}

.packages_area .packages_box:hover {
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.3);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.3);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.3);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.3);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.3);
}

.packages_area .packages_box:hover a {
  color: #ffffff;
}

.packages_area .packages_box:hover a:before,
.packages_area .packages_box:hover a:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}

.packages_area .packages_box:hover:before {
  background: none;
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  opacity: 1;
}

.packages_area .packages_box.bg_2 {
  background: url("../images/services/commercial_locksmith.jpg") center center no-repeat;
  background-size: cover;
}

.packages_area .packages_box.bg_3 {
  background: url("../images/services/24x7service.jpg") center center no-repeat;
  background-size: cover;
}

.packages_area .packages_box.bg_4 {
  background: url("../images/services/automobile_locksmith.jpg") center center no-repeat;
  background-size: cover;
}

.packages_area .build_packages_area {
  margin-top: 120px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .packages_area .build_packages_area {
    flex-direction: column;
    padding-top: 50px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .packages_area .build_packages_area {
    padding: 50px 15px 0 15px;
  }
}

.packages_area .build_packages_area>* {
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .packages_area .build_packages_area .package_left img {
    width: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_left img {
    width: 100%;
  }
}

.packages_area .build_packages_area .package_right {
  padding: 50px 50px 50px 109px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .packages_area .build_packages_area .package_right {
    padding: 34px 50px 40px 55px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_right {
    padding: 50px 0 50px 0;
  }
}

.packages_area .build_packages_area .package_right h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_right h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
  }
}

.packages_area .build_packages_area .package_right p {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 62px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_right p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.packages_area .build_packages_area .package_right p sub {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_right p sub {
    font-size: 16px;
  }
}

.packages_area .build_packages_area .package_right p span {
  font-size: 50px;
  font-weight: 400;
  color: #F17D24;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .packages_area .build_packages_area .package_right p span {
    font-size: 40px;
  }
}

.packages_area .build_packages_area .package_right .default_btn:hover {
  color: #2f3437;
}

.packages_area .build_packages_area .package_right .default_btn:before,
.packages_area .build_packages_area .package_right .default_btn:after {
  background: #ffffff;
}

.feature_package_area {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.feature_package_area .feature_package_box {
  padding-right: 15px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_box {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .feature_package_area .feature_package_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.feature_package_area .feature_package_box .package_box {
  margin-bottom: 33px;
  width: 155px;
  text-align: center;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_box .package_box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_box .package_box {
    margin-bottom: 30px;
  }
}

.feature_package_area .feature_package_box .package_box:last-child {
  margin-bottom: 0;
}

.feature_package_area .feature_package_box .package_box:hover .package_icon svg {
  -webkit-box-shadow: 22px 22px 30px rgba(124, 183, 95, 0.1);
  -ms-box-shadow: 22px 22px 30px rgba(124, 183, 95, 0.1);
  -o-box-shadow: 22px 22px 30px rgba(124, 183, 95, 0.1);
  -moz-box-shadow: 22px 22px 30px rgba(124, 183, 95, 0.1);
  box-shadow: 22px 22px 30px rgba(124, 183, 95, 0.1);
}

.feature_package_area .feature_package_box .package_box:hover .package_icon .white_svg {
  opacity: 0;
}

.feature_package_area .feature_package_box .package_box:hover .package_icon i {
  color: #ffffff;
}

.feature_package_area .feature_package_box .package_box:hover .package_icon .green_svg {
  opacity: 1;
}

.feature_package_area .feature_package_box .package_box .package_icon {
  position: relative;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 125px;
  margin-left: auto;
  margin-right: auto;
}

.feature_package_area .feature_package_box .package_box .package_icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.feature_package_area .feature_package_box .package_box .package_icon .white_svg {
  opacity: 1;
}

.feature_package_area .feature_package_box .package_box .package_icon i {
  display: inline-block;
  position: relative;
  font-size: 50px;
  color: #F17D24;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.feature_package_area .feature_package_box .package_box p {
  font-weight: 400;
  margin-top: 10px;
}

.feature_package_area .feature_package_box .package_box.package_1 {
  margin-top: 18px;
}

.feature_package_area .feature_package_box .package_box.package_2 {
  margin-right: 61px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_box .package_box.package_2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.feature_package_area .feature_package_img img {
  width: 366px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .feature_package_area .feature_package_img img {
    width: 100%;
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_img img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .feature_package_img img {
    width: 100%;
  }
}

.feature_package_area .right_package {
  padding-left: 20px;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .feature_package_area .right_package {
    margin-bottom: 100px;
  }
}

.feature_package_area .right_package .package_box {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .right_package .package_box {
    margin-right: 0;
  }
}

.feature_package_area .right_package .package_box .package_icon {
  margin-left: auto;
  margin-right: auto;
}

.feature_package_area .right_package .package_box:last-child {
  margin-bottom: 90px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .feature_package_area .right_package .package_box:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .feature_package_area .right_package .package_box.package_1 {
    margin-top: 0;
  }
}

.feature_package_area .right_package .package_box.package_1 i {
  padding-left: 15px;
}

.feature_package_area .right_package .package_box.package_2 {
  margin-right: 0;
  margin-left: 61px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_package_area .right_package .package_box.package_2 {
    margin-left: 0;
  }
}

.pricing_plans_2_area {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .pricing_plans_2_area {
    padding-top: 90px;
  }
}

.pricing_plans_2_area .pricing_plans_2_flex {
  display: flex;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .pricing_plans_2_area .pricing_plans_2_flex {
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .pricing_plans_2_area .pricing_plans_2_flex {
    width: 65%;
    margin: auto;
  }
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box {
  flex: 1;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  padding: 55px 20px 49px 56px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .pricing_plans_2_area .pricing_plans_2_flex .plans_box {
    border: 2px solid #f2f2f2;
    border-bottom: none;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .pricing_plans_2_area .pricing_plans_2_flex .plans_box {
    padding: 30px 20px 30px 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricing_plans_2_area .pricing_plans_2_flex .plans_box {
    flex-basis: 50%;
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 320px),
only screen and (max-width: 480px) {
  .pricing_plans_2_area .pricing_plans_2_flex .plans_box {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box:last-child {
  border-right: 2px solid #f2f2f2;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box h2 {
  font-size: 30px;
  font-weight: 700;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box p {
  font-size: 18px;
  font-weight: 400;
  color: #F17D24;
  margin: 30px 0 44px 0;
  line-height: 35px;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box .plans_list li {
  position: relative;
  font-weight: 400;
  color: #000000;
  padding-left: 26px;
  margin-bottom: 21px;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box .plans_list li:before {
  content: '';
  background: #F17D24;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box .plans_list li:last-child {
  margin-bottom: 0;
}

/* =========================
  #14 - Compare
============================*/
.compare_area {
  position: relative;
  padding-top: 0;
}

.compare_area .compare_table_flex {
  display: flex;
  align-items: center;
}

@media (min-width: 481px) and (max-width: 767px) {
  .compare_area .compare_table_flex {
    width: 65%;
    margin: auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .compare_area .compare_table_flex {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .compare_area .compare_table_flex {
    flex-wrap: wrap;
  }
}

.compare_area .compare_table_flex ul {
  border: 2px solid #f2f2f2;
  border-right: none;
  flex: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .compare_area .compare_table_flex ul {
    border-right: 2px solid #f2f2f2;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px) {
  .compare_area .compare_table_flex ul {
    flex-wrap: wrap;
    flex-basis: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .compare_area .compare_table_flex ul {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}

.compare_area .compare_table_flex ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  padding: 0 47px 0 47px;
}

.compare_area .compare_table_flex ul li .check {
  color: #F17D24;
}

.compare_area .compare_table_flex ul li .closees {
  color: #EB1C4E;
}

.compare_area .compare_table_flex ul li:nth-child(2) {
  padding-top: 28px;
}

.compare_area .compare_table_flex ul li:last-child {
  margin-bottom: 26px;
}

.compare_area .compare_table_flex ul:last-child {
  border-right: 2px solid #f2f2f2;
}

.compare_area .compare_table_flex ul:hover {
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  border-left-color: #F17D24;
  border-top-color: #F17D24;
}

.compare_area .compare_table_flex .compare_list .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #2f3437;
  padding: 30px 47px;
  border-bottom: 2px solid #f2f2f2;
}

/* =========================
  #15 - Benefits
============================*/
.benefits_area {
  background: #2f3437;
}

.benefits_area .hero_section_title h1 {
  color: #ffffff;
}

.benefits_area .benefits_boxes_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefits_area .benefits_boxes_flex .benefits_box {
  background: #ffffff;
  padding: 43px;
  flex-basis: 32.5%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .benefits_area .benefits_boxes_flex .benefits_box {
    flex-basis: 49%;
    margin-bottom: 15px;
  }

  .benefits_area .benefits_boxes_flex .benefits_box:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .benefits_area .benefits_boxes_flex .benefits_box {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-bottom: 40px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .benefits_area .benefits_boxes_flex .benefits_box {
    flex-basis: 100%;
    margin-bottom: 8px;
  }

  .benefits_area .benefits_boxes_flex .benefits_box:last-child {
    margin-bottom: 0;
  }
}

.benefits_area .benefits_boxes_flex .benefits_box i {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: #F17D24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .benefits_area .benefits_boxes_flex .benefits_box i {
    margin-bottom: 10px;
  }
}

.benefits_area .benefits_boxes_flex .benefits_box h3 {
  flex-basis: 70%;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .benefits_area .benefits_boxes_flex .benefits_box h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .benefits_area .benefits_boxes_flex .benefits_box h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .benefits_area .benefits_boxes_flex .benefits_box h3 {
    margin-left: 0 !important;
  }
}

.benefits_area .benefits_left {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .benefits_area .benefits_left {
    margin-bottom: 50px;
  }
}

.benefits_area .benefits_left img {
  width: 500px;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .benefits_area .benefits_left img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .benefits_area .col-md-6.pl_0 {
    padding-left: 15px;
  }
}

.benefits_area .benefits_right {
  position: relative;
}

.benefits_area .benefits_right h2 {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: -10px;
}

.benefits_area .benefits_right p {
  color: #b9bcbd;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 52px;
}

.benefits_area .benefits_right a:hover {
  color: #2f3437;
}

.benefits_area .benefits_right a:after,
.benefits_area .benefits_right a:before {
  background: #ffffff;
}

.benefits_style_2_area {
  background: url("../images/services/aboutbg.png") center center fixed no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.benefits_style_2_area:before {
  content: '';
  position: absolute;
  background: #2f3437;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .7;
}

.benefits_style_2_area .hero_section_title h1 {
  color: #ffffff;
}

.benefits_style_2_area .benefits_box p {
  background: rgba(46, 49, 51, 0.4);
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 300;
  padding: 22px 40px;
  margin-bottom: 20px;
  position: relative;
}

.benefits_style_2_area .benefits_box p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.benefits_style_2_area .benefits_box p i {
  color: #F17D24;
  font-size: 24px;
  margin-right: 20px;
}

.benefits_style_2_area .benefits_box p:hover {
  background: #2e3133;
}

.benefits_style_2_area .benefits_box p:hover:before {
  opacity: 1;
}

/* =========================
  #16 - Team Member
============================*/
@media (min-width: 768px) and (max-width: 991px) {
  .team_member_area {
    padding-bottom: 90px;
  }
}

.team_member_area .col-md-3:last-child .team_member_box {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .team_member_area .team_member_box {
    margin-bottom: 30px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .team_member_area .team_member_box {
    width: 65%;
    margin: auto auto 30px auto;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .team_member_area .team_member_box {
    width: 100%;
  }
}

.team_member_area .team_member_box:hover img {
  border-color: #F17D24;
}

.team_member_area .team_member_box img {
  width: 100%;
  border-left: 3px solid #f2f2f2;
  border-top: 3px solid #f2f2f2;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.team_member_area .team_member_box .team_details {
  padding-top: 28px;
}

.team_member_area .team_member_box .team_details h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team_member_area .team_member_box .team_details span {
  display: block;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 300;
}

.team_member_area .team_member_box .team_details .social_link {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-top: 10px;
}

.team_member_area .team_member_box .team_details .social_link li {
  margin-right: 10px;
}

.team_member_area .team_member_box .team_details .social_link li a {
  display: block;
  color: #b9bcbd;
}

.team_member_area .team_member_box .team_details .social_link li a:hover {
  color: #F17D24;
}

.team_member_area .team_member_box .team_details .social_link li:last-child {
  margin-right: 0;
}

/* =========================
  #17 - Testimonial
============================*/
.testimonial_area {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1800px) and (min-width: 1600px),
(min-width: 1350px),
(min-width: 992px) and (max-width: 1200px) {
  .testimonial_area .testimonial_shape_2 {
    top: -170px;
  }

  .testimonial_area .testimonial_shape_1 {
    left: 30px;
    position: absolute;
    top: -170px;
    opacity: .6;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .testimonial_area .testimonial_shape_1,
  .testimonial_area .testimonial_shape_2 {
    width: 500px;
  }
}

.testimonial_area>.container {
  position: relative;
}

.testimonial_area .title_shape,
.testimonial_area .slide_number {
  position: absolute;
  left: -45px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  color: #7c7f82;
  top: 50%;
  z-index: 2;
  cursor: vertical-text;
}

.testimonial_area .testimonial_slider_section .testimonial_slider_box {
  padding: 0 230px;
  margin-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_area .testimonial_slider_section .testimonial_slider_box {
    padding: 0 30px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .testimonial_area .testimonial_slider_section .testimonial_slider_box {
    padding: 0 20px;
  }
}

.testimonial_area .testimonial_slider_section .testimonial_slider_box .slide_number {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: -25px;
  top: 72%;
  float: right;
  margin-right: 20px;
}

.testimonial_area .testimonial_slider_section .testimonial_slider_box p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .testimonial_area .testimonial_slider_section .testimonial_slider_box p {
    font-size: 20px;
    line-height: 35px;
  }
}

.testimonial_area .testimonial_slider_section .testimonial_slider_box h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #F17D24;
}

.testimonial_area .testimonial_slider_section .testimonial_slider_box .skills {
  display: block;
  color: #7c7f82;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial_area .testimonial_slider_section .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial_area .testimonial_slider_section .owl-dots button {
  margin: 0 10px;
  width: 90px;
  height: 90px;
  background: url(../images/testimonials/testimonial-1.jpg) center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  position: relative;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .testimonial_area .testimonial_slider_section .owl-dots button {
    width: 60px;
    height: 60px;
  }
}

.testimonial_area .testimonial_slider_section .owl-dots button:before {
  content: '';
  width: 76px;
  height: 76px;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  top: -60px;
  border-radius: 50%;
  margin-left: -38px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .testimonial_area .testimonial_slider_section .owl-dots button:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    top: -50px;
  }
}

.testimonial_area .testimonial_slider_section .owl-dots button.active {
  width: 128px;
  height: 128px;
  opacity: 1;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .testimonial_area .testimonial_slider_section .owl-dots button.active {
    width: 100px;
    height: 100px;
  }
}

.testimonial_area .testimonial_slider_section .owl-dots button:nth-child(2) {
  background: url(../images/testimonials/testimonial-1.jpg) center center no-repeat;
  background-size: cover;
}

.testimonial_area .testimonial_slider_section .owl-dots button:nth-child(3) {
  background: url(../images/testimonials/testimonial-1.jpg) center center no-repeat;
  background-size: cover;
}

/* =========================
  #18 - Client
============================*/
.client_logo_area .client_slider_section .client_img_box img {
  width: 123px;
  margin: auto;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.client_logo_area .client_slider_section .client_img_box img:hover {
  opacity: 1;
}

/* ===========================
  #19 - Features
==============================*/
.feature_area .col-md-4:last-child .feature_box {
  margin-bottom: 0;
}

.feature_area .feature_box {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature_area .feature_box {
    margin-bottom: 30px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .feature_area .feature_box {
    width: 65%;
    margin: auto auto 30px auto;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_area .feature_box {
    width: 100%;
  }
}

.feature_area .feature_box .feature_box_details {
  border: 2px solid #f2f2f2;
  border-bottom: none;
  padding: 35px 35px 35px 40px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.feature_area .feature_box .feature_box_details h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature_area .feature_box .feature_box_details p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}

.feature_area .feature_box .feature_img {
  position: relative;
  background: #F17D24 url("../images/features/feature-1.jpg") center center no-repeat;
  background-size: cover;
  height: 195px;
  width: 100%;
}

.feature_area .feature_box .feature_img.bg_2 {
  background: #F17D24 url("../images/features/feature-1.jpg") center center no-repeat;
  background-size: cover;
}

.feature_area .feature_box .feature_img.bg_3 {
  background: #F17D24 url("../images/features/feature-1.jpg") center center no-repeat;
  background-size: cover;
}

.feature_area .feature_box a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 2px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 18px 40px;
  background: #f2f2f2;
  color: #000000;
}

.feature_area .feature_box a:hover {
  color: #ffffff;
}

.feature_area .feature_box a:after,
.feature_area .feature_box a:before {
  background: #F17D24;
}

.feature_area .feature_box:hover {
  -webkit-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -ms-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -o-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -moz-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
}

.feature_area .feature_box:hover .feature_box_details {
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  border-right: 2px solid #ffffff;
}

.feature_area .feature_box:hover a {
  color: #ffffff;
}

.feature_area .feature_box:hover a:after,
.feature_area .feature_box:hover a:before {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  visibility: visible;
}

.feature_action_area {
  position: relative;
}

.feature_action_area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 916px;
  height: 100%;
  background: url("../images/feature-action-bg.png") center left no-repeat;
  background-size: cover;
  opacity: 0.15;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_action_area:before {
    height: 500px;
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_action_area .pl_0 {
    padding-left: 15px;
  }
}

.feature_action_area .feature_action_left {
  position: relative;
  margin-right: 35px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_action_area .feature_action_left {
    margin-right: 0;
  }
}

.feature_action_area .feature_action_left .img_box {
  background: url("../images/feature-action.jpg") center right no-repeat;
  background-size: cover;
  width: 470px;
  height: 506px;
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_action_area .feature_action_left .img_box {
    width: 100%;
  }
}

.feature_action_area .feature_action_left .activity_title {
  width: 328px;
  height: 120px;
  background: #2f3437;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: -30px;
  padding: 30px 40px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feature_action_area .feature_action_left .activity_title {
    width: 100%;
    padding: 15px 30px;
  }
}

.feature_action_area .feature_action_left .activity_title span {
  color: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feature_action_area .feature_action_right {
    margin-top: 80px;
  }
}

.feature_action_area .feature_action_right .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.feature_action_area .feature_action_right .hero_section_title h1 {
  font-weight: 500;
}

.feature_action_area .feature_action_right ul li {
  font-size: 18px;
  line-height: 30px;
  color: #7c7f82;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.feature_action_area .feature_action_right ul li i {
  font-size: 28px;
  color: #F17D24;
  margin-right: 15px;
}

.feature_action_area .feature_action_right ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .system_feature_area .system_feature_left {
    margin-bottom: 30px;
  }
}

.system_feature_area .system_feature_left .system_feature_box {
  background: #ffffff;
  border: 2px solid #f2f2f2;
  padding: 34px 35px 30px 35px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.system_feature_area .system_feature_left .system_feature_box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.system_feature_area .system_feature_left .system_feature_box h3 a {
  color: #2f3437;
  text-decoration: none;
}

.system_feature_area .system_feature_left .system_feature_box p {
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.system_feature_area .system_feature_left .system_feature_box:hover {
  border-left-color: #F17D24;
  border-top-color: #F17D24;
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.system_feature_area .system_feature_left .system_feature_box:hover h3 a {
  color: #F17D24;
}

.system_feature_area .system_feature_middle img {
  width: 470px;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .system_feature_area .system_feature_middle img {
    width: 100%;
  }
}

.system_feature_area .system_feature_right {
  background: #F17D24;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 464px;
  padding: 42px 50px 50px 50px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .system_feature_area .system_feature_right {
    padding: 42px 20px 50px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .system_feature_area .system_feature_right {
    padding: 37px 45px 30px 45px;
    margin-top: 20px;
    height: 295px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 320px) {
  .system_feature_area .system_feature_right {
    height: 330px;
  }
}

.system_feature_area .system_feature_right h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.system_feature_area .system_feature_right a {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 13px;
}

/* =========================
  #20 - Network
============================*/
.network_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.network_area>.container>.row {
  display: flex;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .network_area>.container>.row {
    flex-direction: column;
  }
}

.network_area:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/network-img.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 862px;
}

@media (max-width: 1800px) and (min-width: 1600px) {
  .network_area:before {
    width: 44.3%;
  }
}

@media (min-width: 1350px),
(min-width: 1201px) and (max-width: 1349px) {
  .network_area:before {
    width: 43%;
  }
}

@media (max-width: 1800px) and (min-width: 1600px),
(max-width: 1920px) and (min-width: 1801px) {
  .network_area:before {
    width: 45%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .network_area:before {
    width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .network_area:before {
    display: none;
  }
}

.network_area .ntw_shape {
  opacity: .01;
}

.network_area .network_left {
  padding: 120px 95px 112px 0;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .network_area .network_left {
    padding: 90px 0 0 0;
  }
}

.network_area .network_left .icon_box {
  display: flex;
  text-align: center;
  align-items: center;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .network_area .network_left .icon_box {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.network_area .network_left .icon_box li {
  width: 90px;
  text-align: center;
  margin-right: 50px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .network_area .network_left .icon_box li {
    margin: 0 0 50px 0;
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

.network_area .network_left .icon_box li i {
  background: #474b4e;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  margin-bottom: 18px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.network_area .network_left .icon_box li i:after {
  content: '';
  position: absolute;
  background: #2f3437;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: -40px;
  margin-left: -27px;
}

.network_area .network_left .icon_box li span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

.network_area .network_left .icon_box li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.network_area .network_left .icon_box li:hover i {
  background: #F17D24;
  color: #ffffff;
}

.network_area .network_left .icon_box li:hover span {
  color: #ffffff;
}

.network_area .network_left .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.network_area .network_left .hero_section_title h1 {
  color: #ffffff;
}

.network_area .network_left p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .network_area .col-md-5.pl_0 {
    padding-left: 15px;
  }
}

.network_area .network_right {
  padding: 120px 70px;
  height: 100%;
  width: 388px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .network_area .network_right {
    width: 100%;
    background: url("../images/network-img.jpg") center center no-repeat;
    background-size: cover;
    height: 500px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .network_area .network_right {
    padding: 90px 15px;
    margin-top: 50px;
  }
}

.network_area .network_right:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F17D24;
  z-index: -1;
  opacity: .9;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .network_area .network_right:before {
    left: 0;
  }
}

.network_area .network_right h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
}

.network_area .network_right a {
  color: #ffffff;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .service_single_2 {
    padding-bottom: 450px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .service_single_2 {
    padding-bottom: 500px;
  }
}

.service_single_2:before {
  background: url("../images/services/service-single-1.jpg") center center no-repeat;
  background-size: cover;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .service_single_2:before {
    display: block;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    height: 450px;
  }
}

.service_single_2 .network_left {
  padding-right: 60px;
}

/* =========================
  #21 - Easy Step by Step
============================*/
.step_by_step_area {
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .step_by_step_area {
    padding-bottom: 150px;
  }
}

.step_by_step_area .col-md-4:last-child .step_by_step_box {
  margin-bottom: 0;
}

.step_by_step_area .step_by_step_box {
  border: 2px solid #f2f2f2;
  padding: 60px 20px 50px 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .step_by_step_area .step_by_step_box {
    margin-bottom: 70px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .step_by_step_area .step_by_step_box {
    width: 65%;
    margin: auto auto 70px auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .step_by_step_area .step_by_step_box {
    width: 100%;
    margin-bottom: 70px;
  }
}

.step_by_step_area .step_by_step_box>i {
  display: inline-block;
  background: linear-gradient(to bottom, #e2f8da, #ffffff);
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #F17D24;
  margin-bottom: 30px;
}

.step_by_step_area .step_by_step_box>i:after {
  content: '';
  width: 75px;
  height: 75px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -37.5px;
  top: -60px;
}

.step_by_step_area .step_by_step_box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}

.step_by_step_area .step_by_step_box ul {
  margin-bottom: 45px;
}

.step_by_step_area .step_by_step_box ul li {
  color: #7c7f82;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 10px;
}

.step_by_step_area .step_by_step_box .btn_tx {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2f3437;
  line-height: 15px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.step_by_step_area .step_by_step_box .btn_icon {
  font-size: 24px;
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  line-height: 64px;
  background: #F17D24;
  color: #ffffff;
  left: 50%;
  margin-left: -32px;
  bottom: -32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.step_by_step_area .step_by_step_box:hover {
  border-color: #F17D24;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -ms-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -o-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  -moz-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
  box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
}

.step_by_step_area .step_by_step_box:hover>i {
  background: #F17D24;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
  -ms-box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
  -o-box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
  -moz-box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
  box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
}

.step_by_step_area .step_by_step_box:hover .btn_tx {
  color: #F17D24;
}

.step_by_step_area .step_by_step_box:hover .btn_icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.step_two_style {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.step_two_style .step_by_step_shape,
.step_two_style .step_by_step_shape_2 {
  z-index: -1;
}

.step_two_style .step_by_step_box {
  border: none;
  background: #ffffff;
  padding: 0;
  position: relative;
}

.step_two_style .step_by_step_box:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* border-left: 2px solid #F17D24;*/
  border: 2px solid #F17D24;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.step_two_style .step_by_step_box:hover {
  border: none;
}

.step_two_style .step_by_step_box:hover:before {
  opacity: 1;
}

.step_two_style .step_by_step_box:hover .step_btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.step_two_style .step_by_step_box .step_img_box {
  background: url("../images/services/let-us-help.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 224px;
}

.step_two_style .step_by_step_box .step_img_box.bg_2 {
  background: url("../images/services/unique-need.jpeg") center center no-repeat;
  background-size: cover;
}

.step_two_style .step_by_step_box .step_img_box.bg_3 {
  background: url("../images/services/full-services.png") center center no-repeat;
  background-size: cover;
}

.step_two_style .step_by_step_box .step_details {
  padding: 34px 40px 57px 40px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .step_two_style .step_by_step_box .step_details {
    padding: 34px 42px 57px 42px;
  }
}

.step_two_style .step_by_step_box .step_details span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F17D24;
}

.step_two_style .step_by_step_box .step_details h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.step_two_style .step_by_step_box .step_details p {
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.step_two_style .step_by_step_box .step_btn {
  width: 65px;
  height: 65px;
  font-size: 24px;
  display: inline-block;
  line-height: 65px;
  color: #ffffff;
  background: #F17D24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -32.5px;
  bottom: -32.5px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* =========================
  #22 - Installation
============================*/
.installation_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .installation_area {
    padding-bottom: 500px;
  }
}

.installation_area:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 862px;
  height: 100%;
  background: url("../images/video-promotion-bg.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px) {
  .installation_area:before {
    width: 50%;
  }
}

@media (max-width: 1920px) and (min-width: 1801px) {
  .installation_area:before {
    width: 862px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .installation_area:before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 450px;
    left: 0;
  }
}

.installation_area .installation_shape {
  opacity: 0.03;
}

.installation_area .installation_left {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .installation_area .installation_left {
    margin-bottom: 50px;
  }
}

.installation_area .installation_left .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.installation_area .installation_left .hero_section_title h1 {
  color: #ffffff;
  font-weight: 500;
}

.installation_area .installation_left p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 52px;
}

.installation_area .installation_left a:hover {
  color: #2f3437;
}

.installation_area .installation_left a:after,
.installation_area .installation_left a:before {
  background: #ffffff;
}

.video_doorbell {
  padding-bottom: 146px;
}

.video_doorbell:before {
  display: none;
}

.video_doorbell .installation_left .default_btn:hover {
  color: #ffffff;
}

.video_doorbell .installation_left .default_btn:before,
.video_doorbell .installation_left .default_btn:after {
  background: #2f3437;
}

.video_doorbell .video_doorbell_right {
  position: relative;
  padding-top: 72px;
}

.video_doorbell .video_doorbell_right .img_box .img_bg {
  background: url("../images/video-doorbel-1.jpg") center center no-repeat;
  background-size: cover;
  width: 270px;
  height: 181px;
  right: 0;
  margin-left: auto;
}

.video_doorbell .video_doorbell_right .img_box .img_bg.img_2 {
  background: url("../images/video-doorbel-1.jpg") center center no-repeat;
  background-size: cover;
  margin-right: auto;
  margin-left: 0;
}

.video_doorbell .video_doorbell_right .img_box.bottom_img {
  margin-left: 90px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .video_doorbell .video_doorbell_right .img_box.bottom_img {
    margin-left: 0 !important;
  }
}

.video_doorbell .video_doorbell_right .top_img {
  margin-right: 50px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .video_doorbell .video_doorbell_right .top_img {
    margin-bottom: 100px;
  }
}

.video_doorbell .video_doorbell_right .cart_box {
  position: absolute;
  background: #ffffff;
  width: 237px;
  text-align: center;
  top: 0;
  left: 133px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .video_doorbell .video_doorbell_right .cart_box {
    left: 0;
  }
}

.video_doorbell .video_doorbell_right .cart_box p {
  font-size: 18px;
  font-weight: 400;
  color: #2f3437;
  line-height: 25px;
  padding: 25px 30px;
}

.video_doorbell .video_doorbell_right .cart_box a {
  border-top: 1px solid #f2f2f2;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 {
  top: 182px;
  z-index: 2;
  width: 320px;
  left: 223px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding: 28px 30px 26px 30px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .video_doorbell .video_doorbell_right .cart_box.cart_2 {
    top: 230px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .video_doorbell .video_doorbell_right .cart_box.cart_2 {
    left: 50%;
    margin-left: -160px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .video_doorbell .video_doorbell_right .cart_box.cart_2 {
    left: 180px;
  }
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 img {
  width: 21px;
  margin-right: 10px;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 .cart_right_details h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 .cart_right_details h5 span {
  font-weight: 300;
  color: #000000;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 .cart_right_details p {
  padding: 0;
  font-weight: 300;
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 .cart_right_details a {
  line-height: 20px;
  padding: 0;
  border: none;
  font-weight: 300;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 {
  top: auto;
  left: auto;
  right: 0;
  width: 281px;
  bottom: -46px;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 p {
  font-size: 16px;
  padding: 0 38px 30px 35px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 .cart_btn_flex {
  display: flex;
  align-items: center;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 .cart_btn_flex>* {
  flex: 1;
  font-weight: 300;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 .cart_btn_flex>*:first-child {
  border-right: 1px solid #f2f2f2;
}

.market_innovation:before {
  background: url("../images/innovation.jpg") center right no-repeat;
  background-size: cover;
  width: 863px;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px) {
  .market_innovation:before {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .market_innovation:before {
    width: 100%;
    left: 0;
  }
}

.market_innovation .installation_left .innovation_list li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.market_innovation .installation_left .innovation_list li i {
  color: #F17D24;
  display: inline-block;
  margin-right: 19px;
  font-size: 16px;
}

.market_innovation .installation_left .innovation_list li:last-child {
  margin-bottom: 2px;
}

.market_innovation .installation_left .default_btn {
  background: #ffffff;
  color: #2f3437;
}

.market_innovation .installation_left .default_btn:hover {
  color: #ffffff;
}

.market_innovation .installation_left .default_btn:after,
.market_innovation .installation_left .default_btn:before {
  background: #F17D24;
}

.service_single_1 {
  overflow: hidden;
}

.service_single_1 .installation_left {
  padding-left: 59px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .service_single_1 .installation_left {
    padding-left: 0;
  }
}

.service_single_1 .installation_left .hero_section_title h1 {
  color: #2f3437;
}

.service_single_1 .installation_left p {
  color: #000000;
  font-size: 18px;
}

.service_single_1:before {
  background: url("../images/services/service-single-1.jpg") center center no-repeat;
  background-size: cover;
  right: auto;
  left: 0;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .service_single_1:before {
    width: 100%;
  }
}

.service_single_3 {
  overflow: hidden;
}

.service_single_3 .installation_left {
  padding-left: 59px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .service_single_3 .installation_left {
    padding-left: 0;
  }
}

.service_single_3 .installation_left .hero_section_title h1 {
  color: #2f3437;
}

.service_single_3 .installation_left p {
  color: #000000;
  margin-bottom: 37px;
}

.service_single_3 .installation_left p:last-child {
  margin-bottom: 0;
}

.service_single_3:before {
  background: url("../images/services/service-single-1.jpg") center center no-repeat;
  background-size: cover;
  right: auto;
  left: 0;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .service_single_3:before {
    width: 100%;
  }
}

.pro_installation:before {
  background: url("../images/pro_installation.jpg") center right no-repeat;
  background-size: cover;
  width: 870px;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px) {
  .pro_installation:before {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .pro_installation:before {
    width: 100%;
  }
}

.pro_installation .installation_left .installation_list li {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.pro_installation .installation_left .installation_list li i {
  color: #F17D24;
  font-size: 28px;
  display: inline-block;
  margin-right: 15px;
}

.pro_installation .installation_left .installation_list li:last-child {
  margin-bottom: 0;
}

/* =========================
  #23 - Quote
============================*/
.quote_area .quote_left .hero_section_title {
  margin-bottom: 43px;
}

.quote_area .quote_left .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.quote_area .quote_left .hero_section_title h1 {
  font-weight: 500;
}

.quote_area .quote_left p {
  color: #7c7f82;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}

.quote_area .quote_left .risk_area {
  background: #2f3437;
  padding: 60px 60px 52px 48px;
  display: flex;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_left .risk_area {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 45px 40px 37px 33px;
  }
}

.quote_area .quote_left .risk_area i {
  font-size: 64px;
  color: #F17D24;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_left .risk_area i {
    margin-bottom: 10px;
  }
}

.quote_area .quote_left .risk_area .risk_details {
  margin-left: -3px;
}

.quote_area .quote_left .risk_area .risk_details h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 22px;
}

.quote_area .quote_left .risk_area .risk_details p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_right {
    margin-top: 50px;
  }
}

.quote_area .quote_right .quote_tabs .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_right .quote_tabs .nav-tabs {
    flex-wrap: wrap;
  }
}

.quote_area .quote_right .quote_tabs .nav-tabs li {
  margin-right: 5px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .quote_area .quote_right .quote_tabs .nav-tabs li {
    flex-basis: 48%;
    margin-bottom: 5px;
  }
}

.quote_area .quote_right .quote_tabs .nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #F17D24;
  padding: 23px 51.1px;
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .quote_area .quote_right .quote_tabs .nav-tabs li a {
    padding: 20px 36.4px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_right .quote_tabs .nav-tabs li a {
    padding: 13px 41.1px !important;
  }
}

.quote_area .quote_right .quote_tabs .nav-tabs li a:hover {
  color: #2f3437;
}

.quote_area .quote_right .quote_tabs .nav-tabs li a:after,
.quote_area .quote_right .quote_tabs .nav-tabs li a:before {
  background: #f2f2f2;
}

.quote_area .quote_right .quote_tabs .nav-tabs li:last-child {
  margin-right: 0;
}

.quote_area .quote_right .quote_tabs .nav-tabs li.active a {
  color: #2f3437;
}

.quote_area .quote_right .quote_tabs .nav-tabs li.active a:before,
.quote_area .quote_right .quote_tabs .nav-tabs li.active a:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}

.quote_area .quote_right .quote_body_info {
  background: #f2f2f2;
  padding: 60px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .quote_area .quote_right .quote_body_info {
    padding: 40px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .quote_area .quote_right .quote_body_info {
    padding: 30px 20px !important;
  }
}

.quote_area .quote_right .quote_body_info .step_box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  padding-right: 30px;
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 58px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .quote_area .quote_right .quote_body_info .step_box .step_btn_box {
    flex-direction: column;
  }
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box a {
  margin-bottom: 5px;
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box a:last-child {
  margin-bottom: 0;
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box a {
  background: #ffffff;
  color: #2f3437;
  padding: 19px 26px;
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box a:hover {
  color: #ffffff;
}

.quote_area .quote_right .quote_body_info .step_box .step_btn_box a:before,
.quote_area .quote_right .quote_body_info .step_box .step_btn_box a:after {
  background: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .quote_area .quote_right .quote_body_info .step_box .form_box form .pr_5 {
    padding-right: 15px;
  }

  .quote_area .quote_right .quote_body_info .step_box .form_box form .pl_5 {
    padding-left: 15px;
  }
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group input,
.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group textarea {
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #7c7f82;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group input::placeholder,
.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group textarea::placeholder {
  color: #7c7f82;
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group input:focus,
.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group textarea:focus {
  border: 2px solid rgba(0, 0, 0, 0.22);
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group textarea {
  height: 120px;
  margin-bottom: 5px;
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group p {
  font-weight: 400;
  font-size: 14px;
  color: #7c7f82;
  margin-bottom: 0;
  line-height: 20px;
}

.quote_area .quote_right .quote_body_info .step_box .form_box form .input-group p a {
  text-decoration: underline;
}

.quote_area .quote_right .quote_body_info .step_1 .step_btn_box {
  justify-content: flex-end;
}

.quote_area .quote_right .quote_body_info .step_4 .step_btn_box {
  margin-top: 45px;
}

.quote_area .quote_right .quote_body_info .step_3 .step_btn_box {
  margin-top: 82px;
}

/*radio button*/
.custom_radio_btn li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin-bottom: 26px;
  padding-left: 50px;
  cursor: pointer;
}

.custom_radio_btn li:before,
.custom_radio_btn li:after {
  content: '';
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-top: -15px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.custom_radio_btn li:after {
  content: "\f00c";
  font-family: fontawesome;
  background: #F17D24;
  border: none;
  color: #ffffff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.custom_radio_btn li.active {
  color: #2f3437;
}

.custom_radio_btn li.active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* =========================
  #24 - Automation Control
============================*/
.automation_control_area {
  position: relative;
  z-index: 1;
  height: 856px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .automation_control_area {
    overflow-y: hidden !important;
    /* overflow-x: scroll !important;*/
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .automation_control_area {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
}

.automation_control_area .house {
  position: absolute;
  bottom: 0;
  width: 1392px;
  left: 50%;
  margin-left: -696px;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .house {
    left: 0;
    margin-left: 0;
  }
}

.automation_control_area .hero_section_title h1 {
  font-weight: 500;
}

.automation_control_area .automation_control_section {
  position: absolute;
  width: 1392px;
  left: 50%;
  margin-left: -615px;
  bottom: 120px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section {
    left: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px) {
  .automation_control_area .automation_control_section {
    left: 80px;
    margin-left: 0;
  }
}

.automation_control_area .automation_control_section .automation_control_box {
  position: relative;
}

.automation_control_area .automation_control_section .automation_control_box .plus_point {
  width: 25px;
  display: inline-block;
  height: 25px;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F17D24;
  color: #ffffff;
  font-size: 10px;
  padding-left: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.automation_control_area .automation_control_section .automation_control_box .plus_point:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 9;
}

.automation_control_area .automation_control_section .automation_control_box .automation_details_box {
  position: absolute;
  left: 0;
  z-index: 1;
  border: 2px solid #F17D24;
  display: flex;
  width: 410px;
  height: 230px;
  background: #ffffff;
  padding: 40px 40px 40px 26px;
  -webkit-box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  -ms-box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  -o-box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  -moz-box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: -300px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box .automation_details_box {
    height: 210px;
    padding: 30px 30px 30px 17px;
  }
}

.automation_control_area .automation_control_section .automation_control_box .automation_details_box i {
  font-size: 64px;
  color: #F17D24;
  margin-right: 8px;
}

.automation_control_area .automation_control_section .automation_control_box .automation_details_box .automation_details h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}

.automation_control_area .automation_control_section .automation_control_box .automation_details_box .automation_details p {
  font-size: 17px;
  color: #7c7f82;
  font-weight: 300;
}

.automation_control_area .automation_control_section .automation_control_box.light_control {
  margin-top: -197px;
  width: 100%;
  height: 100px;
  right: -4px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box.light_control {
    margin-top: -198px;
    right: -78px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.light_control .automation_details_box {
  top: -213px;
  left: -214px !important;
}

@media (min-width: 1350px),
(min-width: 992px) and (max-width: 1200px),
(min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.light_control .automation_details_box {
    left: 155px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.light_control .automation_details_box {
    top: -195px;
  }
}

@media (max-width: 1920px) and (min-width: 1801px),
(max-width: 1800px) and (min-width: 1600px) {
  .automation_control_area .automation_control_section .automation_control_box.light_control .automation_details_box {
    left: -214px !important;
  }
}

.automation_control_area .automation_control_section .automation_control_box .automation_details_box:hover~.plus_point {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 9;
}

.automation_control_area .automation_control_section .automation_control_box .plus_point:hover~.automation_details_box {
  opacity: 1 !important;
  visibility: visible !important;
}

.automation_control_area .automation_control_section .automation_control_box.cooker_control {
  margin-top: -14px;
  text-align: left;
  padding-left: 30px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .automation_control_area .automation_control_section .automation_control_box.cooker_control {
    padding-left: 112px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box.cooker_control {
    text-align: center;
    padding-left: 40px !important;
  }
}

.automation_control_area .automation_control_section .automation_control_box.cooker_control .automation_details_box {
  top: -211px;
  margin-left: 43px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box.cooker_control .automation_details_box {
    top: -193px;
    margin-left: 124px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.window_control {
  position: relative;
  height: 30px;
}

.automation_control_area .automation_control_section .automation_control_box.window_control .plus_point {
  position: absolute;
  bottom: -24px;
  right: 53%;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.window_control .plus_point {
    bottom: -25px;
    right: 15%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .automation_control_area .automation_control_section .automation_control_box.window_control .plus_point {
    right: 30px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.window_control .plus_point:hover {
  position: absolute;
}

.automation_control_area .automation_control_section .automation_control_box.window_control .automation_details_box {
  top: -187px;
  left: 85px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .automation_control_area .automation_control_section .automation_control_box.window_control .automation_details_box {
    top: -168px;
    left: 188px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.window_control .automation_details_box {
    top: -121px;
    left: 164px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.bathroom_control {
  position: relative;
  width: 100%;
  height: 30px;
}

.automation_control_area .automation_control_section .automation_control_box.bathroom_control .plus_point {
  position: absolute;
  top: -146px;
  right: 225px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.bathroom_control .plus_point {
    right: 70%;
  }
}

.automation_control_area .automation_control_section .automation_control_box.bathroom_control .plus_point:hover {
  position: absolute;
}

.automation_control_area .automation_control_section .automation_control_box.bathroom_control .automation_details_box {
  left: -32px;
  top: -136px;
}

.automation_control_area .automation_control_section .automation_control_box.cctv_control {
  position: absolute;
  top: -290px;
  margin-left: -90px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box.cctv_control {
    top: -243px;
    margin-left: -10px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.cctv_control .automation_details_box {
  top: 16px !important;
  margin-left: 13px;
}

.automation_control_area .automation_control_section .automation_control_box.wall_control {
  position: absolute;
  top: -70px;
  left: -74px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .automation_control_area .automation_control_section .automation_control_box.wall_control {
    top: -28px;
    left: 10px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.wall_control .automation_details_box {
  right: 10px !important;
  left: auto !important;
  top: -210px !important;
}

.automation_control_area .automation_control_section .automation_control_box.garage_control {
  position: absolute;
  left: -53px;
  top: -20px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .automation_control_area .automation_control_section .automation_control_box.garage_control {
    left: 0;
    top: 25px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.garage_control {
    left: 25px;
    top: -15px;
  }
}

.automation_control_area .automation_control_section .automation_control_box.garage_control .automation_details_box {
  top: -213px;
  left: auto;
  right: 12px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .automation_control_area .automation_control_section .automation_control_box.garage_control .automation_details_box {
    top: -194px;
    right: 10px;
  }
}

/* ===================================
  #25 - HomeSecure Mobile App
====================================*/
.homesecure_mobile_area {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  overflow: hidden;
}

.homesecure_mobile_area .homesecure_shape,
.homesecure_mobile_area .homesecure_shape_2 {
  opacity: 0.02;
}

.homesecure_mobile_area .homesecure_mobile_left .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.homesecure_mobile_area .homesecure_mobile_left .hero_section_title h1 {
  color: #ffffff;
  font-weight: 500;
}

.homesecure_mobile_area .homesecure_mobile_left p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 1px;
}

.homesecure_mobile_area .homesecure_mobile_left p.mb_0 {
  margin-bottom: 0;
}

.homesecure_mobile_area .homesecure_mobile_right {
  position: relative;
  margin-left: 67px;
  padding-left: 79px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .homesecure_mobile_area .homesecure_mobile_right {
    margin-top: 60px;
    text-align: left;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .homesecure_mobile_area .homesecure_mobile_right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .homesecure_mobile_area .homesecure_mobile_right {
    padding-left: 0 !important;
  }
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon {
  position: absolute;
  z-index: 9;
  background: #ffffff;
  display: flex;
  width: 230px;
  left: 0;
  top: 110px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -ms-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -o-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -moz-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .left {
  background: #F17D24;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.left,
.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.right {
  flex-basis: 48%;
  flex-wrap: wrap;
  padding: 15px;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.left span,
.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.right span {
  display: block;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 15px;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.left i,
.homesecure_mobile_area .homesecure_mobile_right .home_and_moon>.right i {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .right {
  -webkit-box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
  -ms-box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
  -o-box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
  -moz-box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
  box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .right i {
  color: #fff;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .right span {
  color: #fff;
}

.homesecure_mobile_area .homesecure_mobile_right .doorbell {
  position: absolute;
  right: -10px;
  top: 113px;
  -webkit-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -ms-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -o-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -moz-box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
  height: 128px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .homesecure_mobile_area .homesecure_mobile_right .doorbell {
    right: 36%;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .homesecure_mobile_area .homesecure_mobile_right .doorbell {
    right: 0;
    z-index: 9;
  }
}

.homesecure_mobile_area .homesecure_mobile_right .doorbell svg {
  position: absolute;
  left: 0;
  top: 0;
}

.homesecure_mobile_area .homesecure_mobile_right .doorbell i {
  width: 128px;
  display: block;
  padding-left: 9px;
  height: 128px;
  text-align: center;
  line-height: 123px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 52px;
  position: relative;
  color: #F17D24;
}

.homesecure_mobile_area .homesecure_mobile_right .cctv {
  position: absolute;
  width: 128px;
  height: 128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 68px;
  bottom: 109px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .homesecure_mobile_area .homesecure_mobile_right .cctv {
    left: 0;
  }
}

.homesecure_mobile_area .homesecure_mobile_right .cctv svg {
  position: absolute;
  left: 0;
  top: 0;
}

.homesecure_mobile_area .homesecure_mobile_right .cctv i {
  color: #ffffff;
  z-index: 1;
  display: block;
  position: relative;
  font-size: 52px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 125px;
}

/* =========================
  #26 - FeedBacks
============================*/
.feedbacks_area {
  padding-bottom: 0;
  overflow: hidden;
}

.feedbacks_area .feedbacks_left {
  position: relative;
  z-index: 9;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .feedbacks_area .feedbacks_left {
    text-align: center;
    z-index: 10;
  }
}

.feedbacks_area .feedbacks_left img {
  width: 420px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feedbacks_area .feedbacks_left img {
    width: 100%;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feedbacks_area .col-md-5.pl_0 {
    padding-left: 15px;
  }
}

.feedbacks_area .feedbacks_right {
  margin: 83px 0 0 -90px;
  background: #F17D24;
  width: 480px;
  height: 480px;
  z-index: 9;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 88px 10px 108px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .feedbacks_area .feedbacks_right {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .feedbacks_area .feedbacks_right {
    padding: 10px 40px 10px 85px;
    margin: 85px 0 50px 20px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feedbacks_area .feedbacks_right {
    width: 290px;
    height: 290px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 10px 20px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .feedbacks_area .feedbacks_right {
    padding: 10px 75px 10px 95px;
    z-index: 9;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feedbacks_area .feedbacks_right {
    padding: 10px 72px 10px 81px;
    z-index: 9;
  }
}

.feedbacks_area .feedbacks_right:before {
  content: '';
  width: 212px;
  height: 212px;
  position: absolute;
  background: #f2f2f2;
  border-radius: 50%;
  left: 50%;
  margin-left: -106px;
  top: -183px;
}

.feedbacks_area .feedbacks_right .feedbacks_content .star {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .feedbacks_area .feedbacks_right .feedbacks_content .star {
    justify-content: center;
    margin-top: 20px;
  }
}

.feedbacks_area .feedbacks_right .feedbacks_content .star li {
  margin-right: 1px;
}

.feedbacks_area .feedbacks_right .feedbacks_content .star li i {
  font-size: 14px;
  color: #ffffff;
  display: block;
}

.feedbacks_area .feedbacks_right .feedbacks_content .star li:last-child {
  margin-right: 0;
}

.feedbacks_area .feedbacks_right .feedbacks_content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .feedbacks_area .feedbacks_right .feedbacks_content p {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .feedbacks_area .feedbacks_right .feedbacks_content p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 16px;
  }
}

.feedbacks_area .feedbacks_right .feedbacks_content h3 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 8px;
}

.feedbacks_area .feedbacks_right .feedbacks_content span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
  color: #ffffff;
}

/* =========================
  #27 - Blog
============================*/
@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  .blog_area {
    padding-bottom: 100px;
  }
}

.blog_area .hero_section_title h1 {
  font-weight: 500;
}

.blog_area .col-md-4:last-child .blog_box {
  margin-bottom: 0;
}

.blog_area .blog_box {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_area .blog_box {
    margin-bottom: 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .blog_area .blog_box {
    width: 65%;
    margin: auto auto 20px auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_area .blog_box {
    width: 100%;
  }
}

.blog_area .blog_box .blog_img {
  position: relative;
  width: 100%;
  height: 244px;
  /*background: url("../images/blogs/quality-residential.jpg") center center no-repeat;*/
  background-size: cover;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.blog_area .blog_box .blog_img:before {
  content: '';
  border-left: 2px solid #F17D24;
  border-top: 2px solid #F17D24;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.blog_area .blog_box .blog_img .date {
  background: #2f3437;
  color: #ffffff;
  right: 10px;
  bottom: 10px;
  position: absolute;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog_area .blog_box .blog_img.bg_2 {
  background: url("../images/blogs/most-common-doorlock-problem.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_3 {
  background: url("../images/blogs/key-system-instalation.png") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_4 {
  background: url("../images/blogs/doorbell.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_5 {
  background: url("../images/blogs/car-key-replacement.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_6 {
  background: url("../images/blogs/samrt-lock.png") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_7 {
  background: url("../images/blogs/quality-residential.png") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_8 {
  background: url("../images/blogs/car-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_9 {
  background: url("../images/blogs/avoid-scammers.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_10 {
  background: url("../images/blogs/five-ways.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_11 {
  background: url("../images/blogs/company-security-2.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_12 {
  background: url("../images/blogs/without-a-key.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_13 {
  background: url("../images/blogs/commercial-locksmith-change.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_14 {
  background: url("../images/blogs/5-reasons-for-rekeying-your-locks.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_15 {
  background: url("../images/blogs/hire-local-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_16 {
  background: url("../images/blogs/7-benfits-of-choosing-charloote-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_17 {
  background: url("../images/blogs/need-a-residential-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_18 {
  background: url("../images/blogs/security-of-your-home.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_19 {
  background: url("../images/blogs/replacement-of-car-key.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_20 {
  background: url("../images/blogs/best-local-smith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_21 {
  background: url("../images/blogs/10-ways-to-lockout.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_22 {
  background: url("../images/blogs/broken-lock.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_23 {
  background: url("../images/blogs/chaning-keys.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_24 {
  background: url("../images/blogs/why-you-should-rekey-your-home.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_25 {
  background: url("../images/blogs/closing-on-a-new-house.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_26 {
  background: url("../images/blogs/unexpeted-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_27 {
  background: url("../images/blogs/5-reasons-for your bussiness.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_28 {
  background: url("../images/blogs/Double-Sided-Deadbolt.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_29 {
  background: url("../images/blogs/12-tips-for-lock.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_30 {
  background: url("../images/blogs/5.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_31 {
  background: url("../images/blogs/6.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_32 {
  background: url("../images/blogs/7.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_33 {
  background: url("../images/blogs/residential-lock-smith-service.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_34 {
  background: url("../images/blogs/residential-lock-mith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_35 {
  background: url("../images/blogs/find-best-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_36 {
  background: url("../images/blogs/onestop-best.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_37 {
  background: url("../images/blogs/onestop-5.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_38 {
  background: url("../images/blogs/locksmith.png") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_39 {
  background: url("../images/blogs/lock.png") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_40 {
  background: url("../images/blogs/onestop-blog-40.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_41 {
  background: url("../images/blogs/onestop-blog-41.jpg") center center;
  background-size: cover;
}



.blog_area .blog_box .blog_img.bg_42 {
  background: url("../images/blogs/blog1.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_43 {
  background: url("../images/blogs/blog2.png") center center;
  background-size: cover;
}


.blog_area .blog_box .blog_img.bg_44 {
  background: url("../images/blogs/unlocking.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_45 {
  background: url("../images/blogs/unlock.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_46 {
  background: url("../images/blogs/avoid-costly.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_47 {
  background: url("../images/blogs/rightdoor.png") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_48 {
  background: url("../images/blogs/yourdoor.png") center center;
  background-size: cover;
}


.blog_area .blog_box .blog_img.bg_49 {
  background: url("../images/blogs/fixingdoor.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_50 {
  background: url("../images/blogs/blog-50.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_51 {
  background: url("../images/blogs/blog-51.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_52 {
  background: url("../images/blogs/blog-52.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_53 {
  background: url("../images/blogs/blog-53.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_54 {
  background: url("../images/blogs/blog-54.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_55 {
  background: url("../images/blogs/blog-55.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_56 {
  background: url("../images/blogs/onestoplocksmith-blog56.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_57 {
  background: url("../images/blogs/keep-your-homes.jpeg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_58 {
  background: url("../images/blogs/tips.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_59 {
  background: url("../images/blogs/door-hinges-repairs.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_60 {
  background: url("../images/blogs/quality-door-hinges.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_61 {
  background: url("../images/blogs/comprehensive-guide-to-finding-reliable-locksmith-services.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_62 {
  background: url("../images/blogs/automative-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_63 {
  background: url("../images/blogs/one-stop-locksmith-blog-63.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_64 {
  background: url("../images/blogs/emergency-locksmith-service-blog-64.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_65 {
  background: url("../images/blogs/emergency-locksmith-services-blog-65.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_66 {
  background: url("../images/blogs/onestop-lock-smith-bg-66.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_67 {
  background: url("../images/blogs/bestcommercial-locksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_68 {
  background: url("../images/blogs/locksmith-bg-69.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_69 {
  background: url("../images/blogs/professional-locksmith-services.jpg") center center;
  background-size: cover;
}



.blog_area .blog_box .blog_img.bg_70 {
  background: url("../images/blogs/why-trust.png") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_71 {
  background: url("../images/blogs/emergency-locksmith-service-car-lockout-tips.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_72 {
  background: url("../images/blogs/tips-to-choosing-an-automotive-locksmith-in-charlotte.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_73 {
  background: url("../images/blogs/automative-locksmith-blog-1.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_74 {
  background: url("../images/blogs/Roleoflocksmith.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_75 {
  background: url("../images/blogs/reliable-professional-locksmith-services.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_76 {
  background: url("../images/blogs/locksmith18.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_77 {
  background: url("../images/blogs/needcar.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_78 {
  background: url("../images/blogs/repairdoorhinges.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_80 {
  background: url("../images/blogs/carkeys.jpg") center center;
  background-size: cover;
}
.blog_area .blog_box .blog_img.bg_81 {
  background: url("../images/blogs/locksmith-services.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_82 {
  background: url("../images/blogs/blog-one-stop-78.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_83 {
  background: url("../images/blogs/car-key-replacement.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_84 {
  background: url("../images/blogs/onestop-blog-90.jpg") center center;
  background-size: cover;
}
.blog_area .blog_box .blog_img.bg_85 {
  background: url("../images/blogs/best-professional-locksmith-services.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_86 {
  background: url("../images/blogs/professional-locksmith-services-charlotte.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_87 {
  background: url("../images/blogs/handle-a-car-lockout-in-charlotte.jpg") center center;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_88 {
  background: url("../images/blogs/reliable-locksmith.jpg") center center;
  background-size: cover;
}



.blog_area .blog_box .blog_content .post_meta {
  line-height: 20px;
  margin: 14px 0 1px 0;
  color: #F17D24;
  display: flex;
  align-items: center;
}

.blog_area .blog_box .blog_content .post_meta .author {
  margin-right: 15px;
}

.blog_area .blog_box .blog_content .post_meta .comments {
  margin-left: 15px;
}

.blog_area .blog_box .blog_content .post_meta .author,
.blog_area .blog_box .blog_content .post_meta .comments {
  color: #F17D24;
}

.blog_area .blog_box .blog_content .post_meta .author p,
.blog_area .blog_box .blog_content .post_meta .comments p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F17D24;
  line-height: 15px;
}

.blog_area .blog_box .blog_content .post_meta .author p a,
.blog_area .blog_box .blog_content .post_meta .comments p a {
  text-decoration: none;
}

.blog_area .blog_box .blog_content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
}

.blog_area .blog_box .blog_content h2 a {
  color: #F17D24;
  text-decoration: none;
}

.blog_area .blog_box .blog_content h2 a:hover {
  color: #F17D24;
}

.blog_area .blog_box .blog_content p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.blog_area .blog_box:hover .blog_img {
  -webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  -moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
}

.blog_area .blog_box:hover .blog_img:before {
  opacity: 1;
}

.share_blog .blog_box {
  margin-bottom: 52px;
}

.blog_details_section .blog_details_left .blog_left_box .bl_share_img {
  background: url(../images/services/automobile.png) center center no-repeat;
  position: relative;
  width: 100%;
  height: 428px;
  background-size: cover;
}

.blog_details_section .blog_details_left .blog_left_box .bl_share_img-two {
  background: url(../images/services/commercial.png) center center no-repeat;
  position: relative;
  width: 100%;
  height: 428px;
  background-size: cover;
}

.blog_details_section .blog_details_left .blog_left_box .bl_share_img-three1 {
  background: url(../images/services/fixingdoor.jpg) center center no-repeat;
  position: relative;
  width: 100%;
  height: 428px;
  background-size: cover;
}

.blog_details_section .blog_details_left .blog_left_box .bl_share_img-three {
  background: url(../images/services/fixing.jpg) center center no-repeat;
  position: relative;
  width: 100%;
  height: 428px;
  background-size: cover;
}

.blog_details_section .blog_details_left .blog_left_box .bl_share_img .blog_date {
  background: #2f3437;
  color: #ffffff;
  right: 10px;
  bottom: 10px;
  position: absolute;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details .comment_author {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F17D24;
  line-height: 15px;
  margin-top: 23px;
  display: block;
  margin-bottom: 10px;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details .comment_author a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details .comment_author a:first-child {
  margin-left: 0;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details .comment_author a:last-child {
  margin-right: 0;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
}

.blog_details_section .blog_details_left .blog_left_box .blog_share_details p:last-child {
  margin-bottom: 0px;
}

.blog_details_section .blog_details_left .blog_social_share_box {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px),
only screen and (max-width: 480px) {
  .blog_details_section .blog_details_left .blog_social_share_box {
    flex-direction: column;
    padding: 30px 0;
  }
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left p {
  font-weight: 500;
  color: #2f3437;
  font-size: 20px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_social_share_box .share_box_left p {
    margin-bottom: 15px;
  }
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left p a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left p a:hover {
  color: #F17D24;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left ul {
  display: flex;
  justify-content: flex-end;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left ul li {
  display: inline-block;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left ul li a {
  display: block;
  margin-left: 10px;
  color: #ffffff;
  width: 62px;
  height: 62px;
  background: #eaeaea;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 62px;
}

.blog_details_section .blog_details_left .blog_social_share_box .share_box_left ul li a:hover {
  background: #F17D24;
}

.blog_details_section .blog_details_left .blog_author_box {
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 2px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_author_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.blog_details_section .blog_details_left .blog_author_box .author_img img {
  margin-right: 28px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_author_box .author_img img {
    margin-right: 0;
  }
}

.blog_details_section .blog_details_left .blog_author_box .author_bio h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 38px;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_author_box .author_bio h2 {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.blog_details_section .blog_details_left .blog_author_box .author_bio p {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #000000;
}

.blog_details_section .blog_details_left .blog_comment_box .title-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 57px;
  margin-bottom: 55px;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list .depth-2 {
  padding-left: 50px;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li {
    text-align: center;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box {
    flex-direction: column;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .comment_image img {
  width: 115px;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .comment_image img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .comment_date_time {
  display: block;
  color: #F17D24;
  font-weight: 400;
  margin-top: 3px;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .comment-title p {
  margin-top: 30px;
  font-weight: 300;
  padding-right: 80px;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .comment-title p {
    padding-right: 0;
    margin-top: 10px;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .default_btn {
  background: #f2f2f2;
  color: #000000;
  padding: 13px 27px;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .default_btn {
    position: relative;
    margin-top: 15px;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .default_btn:hover {
  color: #ffffff;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .default_btn:before,
.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-list li .single-comment-box .text-box .default_btn:after {
  background: #F17D24;
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-respond form .col-md-6.pr_10 {
    padding-right: 15px;
  }

  .blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-respond form .col-md-6.pl_10 {
    padding-left: 15px;
  }
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-respond form .input-group input,
.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-respond form .input-group textarea {
  background: #f2f2f2;
  padding: 15px 30px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-weight: 400;
  height: 70px;
  color: #000000;
}

.blog_details_section .blog_details_left .blog_comment_box .comments-area .comment-respond form .input-group textarea {
  height: 188px;
  padding: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .blog_details_section .blog_details_right {
    margin-top: 50px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .blog_details_section .blog_details_right {
    width: 65%;
    margin: 50px auto auto auto;
  }
}

.blog_details_section .blog_details_right .blog_right_box .widget_search input {
  background: #f2f2f2;
  color: #000000;
  font-weight: 400;
  padding: 25px 35px;
  height: 79px;
}

.blog_details_section .blog_details_right .blog_right_box .widget_search input::placeholder {
  color: #000000;
}

.blog_details_section .blog_details_right .blog_right_box h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.blog_details_section .blog_details_right .blog_right_box .latest_post,
.blog_details_section .blog_details_right .blog_right_box .widget_categories,
.blog_details_section .blog_details_right .blog_right_box .tagcloud {
  padding: 15px 0px 15px 10px;
  border: 2px solid #f17d24;
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {

  .blog_details_section .blog_details_right .blog_right_box .latest_post,
  .blog_details_section .blog_details_right .blog_right_box .widget_categories,
  .blog_details_section .blog_details_right .blog_right_box .tagcloud {
    padding: 35px 40px 30px 35px;
  }
}

.blog_details_section .blog_details_right .blog_right_box .latest_post ul li {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .blog_details_section .blog_details_right .blog_right_box .latest_post ul li {
    display: block;
  }
}

.blog_details_section .blog_details_right .blog_right_box .latest_post ul li a {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  /* padding-right: 30px; */
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.blog_details_section .blog_details_right .blog_right_box .latest_post ul li a img {
  margin-right: 20px;
}

.blog_details_section .blog_details_right .blog_right_box .latest_post ul li a:hover {
  color: #2f3437;
}

.blog_details_section .blog_details_right .blog_right_box .latest_post ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.blog_details_section .blog_details_right .blog_right_box .widget_categories ul li {
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
}

.blog_details_section .blog_details_right .blog_right_box .widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

.blog_details_section .blog_details_right .blog_right_box .widget_categories ul li a:hover {
  color: #F17D24;
}

.blog_details_section .blog_details_right .blog_right_box .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.blog_details_section .blog_details_right .blog_right_box .tagcloud ul li {
  display: inline-block;
}

.blog_details_section .blog_details_right .blog_right_box .tagcloud ul li a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog_details_section .blog_details_right .blog_right_box .tagcloud ul li a:before {
  content: ',';
  position: absolute;
  right: -4px;
}

.blog_details_section .blog_details_right .blog_right_box .tagcloud ul li a:hover {
  color: #F17D24;
}

.blog_details_section .blog_details_right .blog_right_box .tagcloud ul li:last-child a {
  margin-right: 0;
}

/* =========================
  #28 - Call to action
============================*/
.cta_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta_area .map_shape,
.cta_area .map_shape_2 {
  opacity: 0.1;
}

.cta_area .cta_box {
  position: relative;
  z-index: 1;
}

.cta_area .cta_box h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.cta_area .cta_box p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 36px;
}

.cta_area .cta_box a {
  background: none;
}

.cta_area .cta_box a:after,
.cta_area .cta_box a:before {
  background: #ffffff;
}

.cta_area .cta_box a:hover {
  color: #ffffff;
}

.cta_area .cta_box .house_shape {
  position: absolute;
  right: -43px;
  bottom: -120px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .cta_area .cta_box .house_shape {
    width: 350px;
  }
}

/* =========================================
  #29 - Contact & Service Single Contact
===========================================*/
.contact_area {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .contact_area .map_box {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .contact_area .col-md-6.pl_10 {
    padding-left: 15px;
  }
}

.contact_area .col-md-6.pr_10 {
  padding-right: 15px;
}

.contact_area .contact_box .hero_section_title h4:before {
  left: 0;
  margin-left: 0;
}

.contact_box form .col-md-6.pr_10 {
  padding-right: 15px;
}

.contact_box form .col-md-6.pl_10 {
  padding-left: 15px;
}

.contact_box form .input-group input,
.contact_box form .input-group textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  font-weight: 400;
  color: #000000;
  height: 70px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.contact_box form .input-group textarea {
  padding: 30px;
  height: 140px;
  margin-bottom: 10px;
}

#map {
  width: 100%;
  height: 559px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  #map {
    height: 400px;
  }
}

#map .gmnoprint,
#map .gm-control-active.gm-fullscreen-control {
  display: none !important;
}

.service_contact_area .hero_section_title h1 {
  line-height: 47px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .service_contact_area .hero_section_title h1 {
    line-height: 35px;
    font-size: 30px;
  }
}

.service_contact_area .hero_section_title h1 span {
  color: #F17D24;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px) {
  #map_style_two #map {
    height: 400px;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  #map_style_two #map {
    height: 300px;
  }
}

.contact_style_4 .contact_right_info {
  border: 2px solid #f17d24;
  padding: 45px 40px 45px 47px;
  margin-top: 145px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .contact_style_4 .contact_right_info {
    padding: 44px 15px 44px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .contact_style_4 .contact_right_info {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .contact_style_4 .contact_right_info {
    padding: 20px 15px;
  }
}

.contact_style_4 .contact_right_info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.contact_style_4 .contact_right_info ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  display: flex;
  position: relative;
  align-items: center;
}

.contact_style_4 .contact_right_info ul li i {
  font-size: 22px;
  color: #F17D24;
  margin-right: 20px;
  display: inline-block;
  width: 30px;
  text-align: center;
}

.contact_style_4 .contact_right_info ul li:last-child {
  margin-bottom: 0;
}

.contact_style_4 .contact_box form .input-group textarea {
  height: 177px;
}

/* =========================
  #30 - Error
============================*/
.error_page_area {
  position: relative;
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 150px;
  /*margin-bottom: 138px;*/
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .error_page_area {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 90px;
  }
}

.error_page_area .error_shape,
.error_page_area .error_shape_2 {
  opacity: 0.1;
}

.error_page_area .error_shape {
  left: 49px;
  top: -200px;
}

.error_page_area .error_shape_2 {
  top: auto;
  bottom: -225px;
  right: -72px;
}

.error_page_area .error_page_box {
  position: relative;
  z-index: 1;
}

.error_page_area .error_page_box span {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .error_page_area .error_page_box span {
    font-size: 12px;
  }
}

.error_page_area .error_page_box h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 42px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .error_page_area .error_page_box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .error_page_area .error_page_box h2 {
    font-size: 25px;
  }
}

.error_page_area .error_page_box span,
.error_page_area .error_page_box h2 {
  color: #ffffff;
  position: relative;
  z-index: 99;
}

.error_page_area .error_page_box h1 {
  font-size: 400px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(47, 52, 55, 0.2);
  line-height: 418px;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .error_page_area .error_page_box h1 {
    font-size: 200px;
    line-height: 180px;
  }
}

@media only screen and (max-width: 320px),
only screen and (max-width: 384px) {
  .error_page_area .error_page_box h1 {
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 5px;
  }
}

.error_page_area .error_page_box .default_btn {
  background: #2f3437;
}

.error_page_area .error_page_box .default_btn:hover {
  color: #2f3437;
}

.error_page_area .error_page_box .default_btn:before,
.error_page_area .error_page_box .default_btn:after {
  background: #ffffff;
}

.error_page_area .error_page_box .house_icon {
  position: absolute;
  bottom: -150px;
  right: -38px;
}

/* =========================
  #31 - Footer
============================*/
.footer_area {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.footer_area .footer_shape,
.footer_area .footer_shape_2 {
  opacity: 0.09;
}

.footer_area .col-md-3:last-child .footer_widget {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_area .footer_widget {
    margin-bottom: 50px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .footer_area .footer_widget {
    width: 65%;
    margin: auto auto 50px auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .footer_area .footer_widget {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer_area .footer_widget h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 33px;
}

.footer_area .footer_widget form {
  margin-bottom: 30px;
}

.footer_area .footer_widget form .input-group input {
  border: 2px solid #474b4e;
  background: none;
  font-weight: 400;
  color: #fff;
  height: 50px;
  padding: 10px 10px;
}

.footer_area .footer_widget .social_links {
  display: flex;
  align-items: center;
}

.footer_area .footer_widget .social_links li {
  margin-right: 10px;
}

.footer_area .footer_widget .social_links li a {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
  color: #ffffff;
  background: #474b4e;
  display: block;
  font-size: 18px;
}

.footer_area .footer_widget .social_links li a:hover {
  background: #F17D24;
  color: #ffffff;
}

.footer_area .footer_widget .social_links li:last-child {
  margin-right: 0;
}

.footer_area .footer_widget .quick_links li {
  line-height: 20px;
  margin-bottom: 20px;
}

.footer_area .footer_widget .quick_links li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  position: relative;
}

.footer_area .footer_widget .quick_links li a i {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.footer_area .footer_widget .quick_links li a:hover {
  color: #ffffff;
  padding-left: 15px;
}

.footer_area .footer_widget .quick_links li a:hover i {
  opacity: 1;
  color: #F17D24;
}

.footer_area .footer_widget .quick_links li:last-child {
  margin-bottom: 0;
}

.footer_area .footer_widget.services_widget {
  padding-left: 100px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer_area .footer_widget.services_widget {
    padding-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .footer_area .footer_widget.services_widget {
    padding-left: 0;
  }
}

.footer_area .footer_widget.company_widget {
  padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_area .footer_widget.company_widget {
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .footer_area .footer_widget.company_widget {
    padding-left: 0;
  }
}

.footer_area .footer_widget.help_widgets {
  padding-left: 8px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 481px) and (max-width: 767px),
only screen and (max-width: 480px) {
  .footer_area .footer_widget.help_widgets {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-width: 384px),
only screen and (max-width: 320px) {
  .footer_area .footer_widget.help_widgets {
    padding-left: 0;
  }
}

.footer_style_2 {
  padding-bottom: 0;
}

.footer_style_2 .widget_with_logo .footer_logo {
  display: inline-block;
  /*margin-bottom: 43px;*/
}

.footer_style_2 .widget_with_logo p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer_style_2 .widget_with_logo p {
    font-size: 14px;
    font-weight: 300;
  }
}

.footer_style_2 .widget_with_logo a:hover {
  /* background-color: #fff !important;*/
  color: #000;
}

.footer_style_2 .widget_with_logo a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  /*  text-transform: uppercase;*/
  letter-spacing: 2px;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer_style_2 .widget_with_logo a {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_style_2 .footer_widget {
    margin-bottom: 20px;
    height: 285px;
  }
}

.footer_style_2 .footer_widget h3 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 35px;
}

.footer_style_2 .footer_widget .address li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer_style_2 .footer_widget .address li {
    font-size: 14px;
  }
}

.footer_style_2 .footer_widget .address li i {
  color: #F17D24;
  font-size: 14px;
  margin-right: 11px;
  display: inline-block;
}

.footer_style_2 .footer_widget .company_flex {
  display: flex;
}

.footer_style_2 .footer_widget .company_flex>* {
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer_style_2 .footer_widget .company_flex>* li a {
    font-size: 14px;
  }
}

.footer_style_2 .footer_widget.newsletter form .input-group input {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  border: none;
}

.footer_style_2 .footer_widget.newsletter form .input-group button {
  padding: 13px 13px;
}

.footer_style_2 .footer_widget.newsletter form .input-group button:hover {
  color: #2f3437;
}

.footer_style_2 .footer_widget.newsletter form .input-group button:before,
.footer_style_2 .footer_widget.newsletter form .input-group button:after {
  background: #ffffff;
}

.footer_style_2 .footer_widget.company_widget {
  padding-left: 0;
}

.copyright_area {
  background: #2a2d30;
  padding: 5px 0;
}

.copyright_area p {
  color: #fff;
  font-weight: 400;
}

.copyright_area p a {
  color: #F17D24;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #42533e;
  line-height: 17px;
  text-decoration: none !important;
}

.copyright_style_2 {
  /*padding-top: 115px;*/
  background: none;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .copyright_style_2 {
    text-align: center;
    padding-top: 80px;
  }
}

.copyright_style_2 .container {
  padding-top: 4px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.copyright_style_2 .social_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 481px) and (max-width: 767px),
only screen and (max-width: 384px),
only screen and (max-width: 480px),
only screen and (max-width: 320px) {
  .copyright_style_2 .social_link {
    justify-content: center;
  }
}

.copyright_style_2 .social_link li {
  margin-left: 25px;
}

.copyright_style_2 .social_link li a {
  color: #FFFFFF;
}

.copyright_style_2 .social_link li a:hover {
  color: #F17D24;
}

.copyright_style_2 .social_link li:first-child {
  margin-left: 0;
}

/* All @keyframes*/
@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* ========================
  Responsive Layout
==========================*/

/*# sourceMappingURL=style.css.map */
.h3-color {
  color: #F17D24;
  text-align: center;
  margin-bottom: 10px;
}

.h2-color {
  color: #fff;
  text-align: center;
}

.a1:hover {
  color: #F17D24;
}

.p1 {
  margin-top: -10px;
}

.padding {
  padding: 30px;
}

.btn1:hover {
  color: #000 !important;
  background: #fff !important;
}

.width20 {
  width: 20%;
}

.fa-check-circle {
  color: #F17D24;
}

.p-style {
  color: #fff;
  padding: 5px;
}

.breadcrumb_box_text {
  color: #FFF;
  font-size: 30px !important;
}

.active {
  color: #F17D24 !important;
}

.current {
  color: #fff;
}

.clr-cont {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

li.clr-cont-activev {
  font-size: 16px;
  color: #F17D24;
  font-weight: 500;
}

.img-icon {
  width: 55px;
  height: 55px;
}

.img-col-4 {
  width: 300px height:300px;
}

.strong {
  color: #F17D24;
  font-weight: 500;
}

.sidenav {

  position: fixed;
  z-index: 999;
  top: 465px;
  right: 0px;
  overflow-x: hidden;
  padding: 8px 0;
}

.card {
  width: 250px;
  height: 80px;
}

.partners {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 400px) {
  .responsive {
    width: 100%;
    height: auto;
  }
}

.top-hover {
  color: #f17d24;

}

.top-hover:visited {
  color: #f17d24;
}

.li-pad {
  margin-left: 10px;
}

.footer-btn {
  background-color: #f17d24;
  padding: 10px;
  font-weight: 600;

}

.footer-btn {
  background: #F17D24;
  color: #ffffff;
  padding: 14px 14px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
}

.footer-btn:after,
.footer-btn:before {
  content: '';
  background: #2f3437;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transform-origin: left;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.footer-btn:after {
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.a2 {
  color: #000;
}

.bg {
  background-color: #ffffff !important;
  color: #F17D24 !important
}

/*Custom styles*/
.cust-breadcrumps {
  font-size: 16px;
  color: #F17D24;
  font-weight: 500;
}

.imgwidth {
  width: 400px !important;
}

.imgcomm {
  width: 380px;
  height: 420px;
}

.imgresd {
  width: 370px;
  height: 350px;
}

.txtcenter {
  text-align: center;
}

.footerimg {
  width: 240px !important;
  background-color: #fff;
}

.footeri {
  color: #F17D24;
}

.step-details {
  padding: 5px;
}

.blog-link {
  color: #f17d24;
  font-size: 16px;
}

.blog-link:hover {
  color: #000;
}

.blog-hd {
  font-size: 18px;
}

.imgheight img {
  height: 350px !important;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.solution_area .right_solution_info img {

  margin-top: 100px;
}