@charset "UTF-8";
/*
Theme Name: Shield 2021
Theme URI: Shield_2021
Author: Mark Tiddy
Version: 1.0
*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px*/
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

#wpadminbar .display-name {
  color: white !important;
}

a {
  color: #bd2e32;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #2f3437;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  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;
  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: black;
  margin: 0;
  padding: 0;
}

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

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  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: #bd2e32;
  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);
  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: 35px;
}

.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: 60px 0;
  }
}

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

.section_bg {
  background: #f2f2f2;
}

.section_black {
  background: #2f3437;
}

.light_bg {
  background: #bd2e32;
}

.section_dark_bg {
  background: #2f3437;
}

.default_btn {
  background: #bd2e32;
  color: #ffffff;
  padding: 24px 41px;
  position: relative;
  border-radius: 0;
  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;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

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

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

.default_btn:hover:after,
.default_btn:hover:before {
  -webkit-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: #bd2e32;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  padding-top: 28px;
}

.hero_section_title h4:before {
  /*
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f3ed";
		display: inline-block;
		padding-right: 6px;
		font-size: 20px;
		color: $red !important;
		*/
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(./images/icons/s_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.hero_section_title h1,
.hero_section_title h2 {
  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;
  }
}

.red-shield h4:before {
  background: url(./images/icons/s_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alt-icon h4:before {
  background: url(./images/icons/shield_shield.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  border-radius: 50% !important;
  background: #eaeaea;
  border: none;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

/* =========================
	#01 - PreLoader
  ============================*/
.spinner {
  text-align: center;
  font-size: 10px;
  position: fixed;
  left: 0;
  top: 0;
  background: #bd2e32;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -1s;
  animation-delay: -1s;
}

.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: #babdbf;
  font-weight: 400;
  font-size: 14px;
}

.header_area .header_top .header_left p a {
  color: #ffffff;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 12px;
}

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

.header_area .header_top .header_left p i {
  color: #bd2e32;
  -webkit-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);
  box-shadow: 0 0px 30px rgba(14, 26, 44, 0.05);
  width: 100%;
  background: #ffffff;
  z-index: 999999999;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.header_area .main_menu_area .navbar-toggles {
  display: none;
  right: 0;
  background: #2f3437;
  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: 300px;
  margin-right: 10px;
  height:auto
}

@media only screen and (max-width: 640px) {
  .header_area .main_menu_area .logo img {
    width: 170px;
  }
  header .header_left,
  header .flat-social {
    display: none !important;
  }
  header .header_right {
    display: block !important;
  }
}

@media only screen and (max-width: 1020px) {
  .nav-container .flat-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .nav-container .flat-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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: 30px;
  overflow: hidden;
  z-index: 99;
  top: 100%;
  background: #2f3437;
  width: 312px;
  text-align: left;
  left: -55px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: perspective(5em) rotateX(-90deg);
          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);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.05);
  -webkit-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: #bd2e32;
    -webkit-transform: perspective(0em) rotateX(0deg);
            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: #babdbf;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

@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: #7b8083;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 0;
}

.header_area .main_menu_area .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@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: #2f3437;
}

@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: #bd2e32;
  }
}

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

.header_area .main_menu_area .navbar-nav li:hover > .highlight_dropdown {
  -webkit-transform: perspective(5em) rotateX(0deg);
          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: #bd2e32;
  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;
  right: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

@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;
    right: -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;
    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 {
    right: 0;
  }
  .header_area .main_menu_area .responsive_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -ms-flex-preferred-size: 50%;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 60px;
}

@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: #bd2e32;
  font-size: 35px;
  margin-right: 10px;
}

.header_area .menu_style_2 .right_contact p {
  font-size: 16px;
  color: #babdbf;
  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: #ffffff;
  display: block;
}

.header_area .menu_style_3 {
  -webkit-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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_area .menu_style_3 .nav_and_logo,
.header_area .menu_style_3 .social_and_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #bd2e32;
}

.header_area .menu_style_3 .social_and_contact .top_social li i {
  font-size: 20px;
  display: inline-block;
  color: #7b8083;
  -webkit-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: #bd2e32;
}

@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            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(/shield/wp-content/themes/shield-2020/images/slider-pest.jpg) center bottom 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;
  }
}

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

.header_slider_area .header_slider_bg .header_slide_box h4 {
  color: white;
  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;
  color: white;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
  margin: 12px 0 62px 0;
}

@media only screen and (max-width: 768px) {
  .header_slider_area .header_slider_bg .header_slide_box h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 640px) {
  .header_slider_area .header_slider_bg .header_slide_box h1 {
    font-size: 45px;
  }
}

@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: -5px 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 #7b8083;
  color: #7b8083;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  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: #7b8083;
}

.header_slider_area .header_slider_bg .header_slide_box .btn_box a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7b8083;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  -webkit-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: #7b8083;
}

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

@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: #7b8083;
  font-weight: 500;
}

.header_slider_area .header_slider_bg.bg_2 {
  background: url(/shield/wp-content/themes/shield-2020/images/london-slider.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(/shield/wp-content/themes/shield-2020/images/slider-pest.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);
  transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
  visibility: visible;
}

.header_slider_style_2 .header_slider_bg {
  background: url("/shield/wp-content/themes/shield-2020/images/slider-pest.jpg") center center no-repeat;
  background-size: cover;
  padding: 227px 0 243px 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;
  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);
  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("/shield/wp-content/themes/shield-2020/images/pexels-dsd-1010267 (1).jpg") 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;
}

@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: #bd2e32;
}

.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: #bd2e32;
  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: #bd2e32;
  fill: none;
  stroke-dasharray: 2000;
  opacity: 1;
  -webkit-animation: animate 5s linear;
  animation: animate 5s linear;
}

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

@-webkit-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;
  }
}

@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: #bd2e32;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero_header_banner .circle_shape {
  width: 575px;
  height: 558px;
  background: #ccedbf;
  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: #7b8083;
  padding: 0 30px;
  margin: 24px 0 30px 0;
}

.slider_style_4 {
  position: relative;
}

.slider_style_4 .header_slider_bg {
  background: url("/shield/wp-content/themes/shield-2020/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;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-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);
  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: #bd2e32;
}

.slider_style_4 .header_slider_bg.bg_2 {
  background: url("/shield/wp-content/themes/shield-2020/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);
  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: 113px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

.breadcrumb_area .breadcrumb_box .breadcrumb li a {
  color: #7b8083;
  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: #7b8083;
}

.breadcrumb_area .breadcrumb_box .breadcrumb li:first-child > a {
  background: #bd2e32;
  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;
  transition: 0.3s;
}

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

.service_area .service_slider_section .service_box .service_img {
  background: url("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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: #7b8083;
}

.service_area
.service_slider_section
.service_box
.service_content
.service_btn {
  position: absolute;
  width: 65px;
  height: 65px;
  font-size: 24px;
  color: #ffffff;
  background: #bd2e32;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  left: 50%;
  margin-left: -32.5px;
  bottom: -32.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-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);
  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);
  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("/shield/wp-content/themes/shield-2020/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -ms-flex-wrap: wrap;
        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 {
  -ms-flex-preferred-size: 35%;
      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 {
    -ms-flex-preferred-size: 50%;
        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 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.feature_service_area .feature_service_flex .feature_service_right {
  -ms-flex-preferred-size: 30%;
      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 {
    -ms-flex-preferred-size: 50%;
        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 {
    -ms-flex-preferred-size: 100%;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-gradient(linear, left top, left bottom, from(#e2f8da), to(#ffffff));
  background: linear-gradient(to bottom, #e2f8da, #ffffff);
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  position: relative;
  font-size: 40px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bd2e32;
}

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

.feature_service_area
.feature_service_flex
.feature_service_item
.details_right {
  -ms-flex-preferred-size: 72%;
      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: #7b8083;
  font-size: 18px;
  font-weight: 300;
}

.feature_service_area .feature_service_flex .feature_service_item:hover i {
  background: #bd2e32;
  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);
  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: #bd2e32;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}

.solution_area .left_solution_info p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  color: #7b8083;
}

.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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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: #bd2e32;
  margin: 50px 0 40px 0;
}

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

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

.our_history_area .left_img_box {
  width: 470px;
  height: 520px;
  background: url("/shield/wp-content/themes/shield-2020/images/benefit.jpg") 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 #bd2e32;
  border-top: 2px solid #bd2e32;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-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: 40px;
}

.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 #babdbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.our_history_area .right_details .nav-tabs li a {
  border: none;
  padding: 20px 10px;
  display: block;
  margin: 0;
  color: #7b8083;
  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;
  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: #7b8083;
  margin-bottom: 35px;
}

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

.our_history_area .right_details .history_content .history_list li i {
  color: #bd2e32;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 65px 0;
}

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

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

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

.quick_contact_area .quick_contact_flex .quick_contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.quick_contact_area .quick_contact_flex .quick_contact_box i {
  display: inline-block;
  background: #ffffff;
  color: #bd2e32;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  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);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.welcome_area .welcome_items_flex .welcome_item_box i {
  display: inline-block;
  background: #bd2e32;
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  margin-bottom: 28px;
}

.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: white;
  color: #bd2e32;
  -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);
  box-shadow: 0 0 30px rgba(124, 183, 95, 0.3);
}

.welcome_area .welcome_items_flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
    -ms-flex-preferred-size: 33.333333%;
        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 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) {
  .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: #bd2e32;
}

@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: -webkit-gradient(linear, left top, left bottom, from(#e2f8da), to(#ffffff));
  background: linear-gradient(to bottom, #e2f8da, #ffffff);
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bd2e32;
  margin-bottom: 28px;
}

.security_area .security_right_info .security_box i:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  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: #7b8083;
  font-weight: 300;
  position: relative;
  z-index: 9;
  line-height: 35px;
}

.security_area .security_right_info .security_box:hover i {
  background: #bd2e32;
  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);
  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: 0.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(/shield/wp-content/themes/shield-2020/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);
  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: 0.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: #bd2e32;
}

/* =========================
	#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: -50px;
  background: #f2f2f2;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .award_area:before {
    top: 0;
  }
}

.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: #7b8083;
  line-height: 36px;
}

.award_area .award_left .award_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.award_area .award_left .award_number_flex .award_box {
  background: #bd2e32;
  color: #ffffff;
  text-align: center;
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  padding: 30px 20px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 384px) {
  .award_area .award_left .award_number_flex .award_box {
    -ms-flex-preferred-size: 100%;
        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 h2 {
  font-size: 50px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin: 13px 0;
}

.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;
}

.award_right img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 393px;
  height: 393px;
  overflow: hidden;
}

@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;
  border-radius: 50%;
  background: #bd2e32;
  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: #7b8083;
  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 {
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 393px;
    height: 393px;
    overflow: hidden;
  }
}

@media (max-width: 1800px) and (min-width: 1600px), (max-width: 1920px) and (min-width: 1801px) {
  .award_area .award_right img {
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 393px;
    height: 393px;
    overflow: hidden;
  }
}

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

.packages_area:before {
  content: "";
  position: absolute;
  background: #000;
  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,
.packages_area .hero_section_title h2 {
  color: #ffffff;
  font-weight: 500;
}

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

.packages_area .packages_box {
  background: url("/shield/wp-content/themes/shield-2020/images/packages/package-1.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 400px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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;
  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;
  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: #bd2e32;
}

.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);
  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);
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}

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

.packages_area .packages_box.bg_2 {
  background: url("/shield/wp-content/themes/shield-2020/images/packages/package-1.jpg") center center no-repeat;
  background-size: cover;
}

.packages_area .packages_box.bg_3 {
  background: url("/shield/wp-content/themes/shield-2020/images/packages/package-1.jpg") center center no-repeat;
  background-size: cover;
}

.packages_area .build_packages_area {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #7b8083;
  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: #7b8083;
}

@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: #bd2e32;
}

@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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);
  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;
  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%;
  border-radius: 50%;
  height: 100%;
  -webkit-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: #bd2e32;
  width: 100%;
  height: 100%;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  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 {
    -ms-flex-wrap: wrap;
        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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-wrap: wrap;
        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 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        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: #bd2e32;
  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: #7b8083;
  padding-left: 26px;
  margin-bottom: 21px;
}

.pricing_plans_2_area .pricing_plans_2_flex .plans_box .plans_list li:before {
  content: "";
  background: #bd2e32;
  position: absolute;
  width: 6px;
  height: 6px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.compare_area .compare_table_flex ul {
  border: 2px solid #f2f2f2;
  border-right: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

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

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

.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);
  box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
  border-left-color: #bd2e32;
  border-top-color: #bd2e32;
}

.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,
.benefits_area .hero_section_title h2 {
  color: #ffffff;
}

.benefits_area .benefits_boxes_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits_area .benefits_boxes_flex .benefits_box {
  background: #ffffff;
  padding: 43px;
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .benefits_area .benefits_boxes_flex .benefits_box {
    -ms-flex-preferred-size: 49%;
        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 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: 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 {
    -ms-flex-preferred-size: 100%;
        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: 70px;
  height: 63px;
  background: #bd2e32;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
  color: #ffffff;
  font-size: 28px;
}

@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 {
  -ms-flex-preferred-size: 70%;
      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 p,
.benefits_style_2_area a {
  color: white;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.benefits_style_2_area a:hover {
  color: #bd2e32 !important;
  text-decoration: none;
  cursor: pointer;
}

.benefits_style_2_area {
  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: 0.9;
}

.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: 22px;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #bd2e32;
  border-top: 2px solid #bd2e32;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.benefits_style_2_area .benefits_box p i {
  color: #bd2e32;
  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: #bd2e32;
}

.team_member_area .team_member_box img {
  height: 316px;
  max-width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #f2f2f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.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: #7b8083;
  letter-spacing: 2px;
  font-weight: 300;
}

.team_member_area .team_member_box .team_details .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #bd2e32;
}

.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: 0.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);
  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: 20px0 0;
  margin-bottom: 0px;
}

@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);
  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: 20px;
  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: #bd2e32;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial_area .testimonial_slider_section .owl-dots button {
  margin: 0 10px;
  width: 90px;
  height: 90px;
  /* background: url(/shield/wp-content/themes/shield-2020/images/testimonials/testimonial-1.jpg) center center no-repeat;
		background-size: cover; */
  border-radius: 50%;
  opacity: 0.5;
  -webkit-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(/shield/wp-content/themes/shield-2020/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(/shield/wp-content/themes/shield-2020/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;
  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;
  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: none;
  border-bottom: none;
  padding: 35px 35px 35px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature_area .feature_box .feature_box_details h3 {
  font-size: 14px;
  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: #7b8083;
}

.feature_area .feature_box .feature_img {
  position: relative;
  background: #bd2e32 url("/shield/wp-content/themes/shield-2020/images/nhs-banner-post.jpg") center center no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}

.feature_area .feature_box .feature_img.bg_2 {
  background: #bd2e32 url("/shield/wp-content/themes/shield-2020/images/parlamentary-review.jpg") center center no-repeat;
  background-size: cover;
}

.feature_area .feature_box .feature_img.bg_3 {
  background: #bd2e32 url("/shield/wp-content/themes/shield-2020/images/pest-bid-team-1.jpg") center center no-repeat;
  background-size: cover;
}

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

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

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

.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);
  box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
}

.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);
  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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/images/feature-action.jpg") center right no-repeat;
  background-size: cover;
  width: 470px;
  height: 506px;
  border-left: 2px solid #bd2e32;
  border-top: 2px solid #bd2e32;
}

@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: #bd2e32;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.feature_action_area .feature_action_right ul li i {
  font-size: 28px;
  color: #bd2e32;
  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;
  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: #7b8083;
  font-weight: 400;
}

.system_feature_area .system_feature_left .system_feature_box:hover {
  border-left-color: #bd2e32;
  border-top-color: #bd2e32;
  -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);
  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: #bd2e32;
}

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

.system_feature_area .columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


@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: #bd2e32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 464px;
  padding: 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 37px 45px;
    margin-top: 20px;
    height: 295px;
  }

  .system_feature_area .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 320px), only screen and (max-width: 320px) {
  .system_feature_area .system_feature_right {
    height: 330px;
  }
  .system_feature_area .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.network_area:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/shield/wp-content/themes/shield-2020/images/royal-march.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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 320px), only screen and (max-width: 384px) {
  .network_area .network_left .icon_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

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

.network_area .network_left .icon_box li span {
  display: block;
  font-size: 16px;
  color: #babdbf;
  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: #bd2e32;
  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: #babdbf;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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("/shield/wp-content/themes/shield-2020/images/royal-march.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: -16px;
  top: 0;
  width: 300%;
  height: 100%;
  background: #bd2e32;
  z-index: -1;
  opacity: 0.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("/shield/wp-content/themes/shield-2020/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 {
  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;
  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;
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bd2e32;
  margin-bottom: 30px;
}

.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;
  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: #bd2e32;
  color: #ffffff;
  left: 50%;
  margin-left: -32px;
  bottom: -32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
}

.step_by_step_area .step_by_step_box:hover {
  border-color: #bd2e32;
  -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);
  box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
}

.step_by_step_area .step_by_step_box:hover > i {
  background: #bd2e32;
  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);
  box-shadow: 0 4px 10px rgba(124, 183, 95, 0.3);
}

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

.step_by_step_area .step_by_step_box:hover .btn_icon {
  opacity: 1;
  visibility: visible;
  -webkit-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 #bd2e32;
  border-top: 2px solid #bd2e32;
  position: absolute;
  opacity: 0;
  -webkit-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);
  transform: scale(1);
}

.step_two_style .step_by_step_box .step_img_box {
  background: url("/shield/wp-content/themes/shield-2020/images/step-1.jpg") 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("/shield/wp-content/themes/shield-2020/images/step-1.jpg") center center no-repeat;
  background-size: cover;
}

.step_two_style .step_by_step_box .step_img_box.bg_3 {
  background: url("/shield/wp-content/themes/shield-2020/images/step-1.jpg") 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: #bd2e32;
}

.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: #7b8083;
}

.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: #bd2e32;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -32.5px;
  bottom: -32.5px;
  -webkit-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("/shield/wp-content/themes/shield-2020/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: #babdbf;
  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("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: #7b8083;
}

.video_doorbell .video_doorbell_right .cart_box.cart_2 .cart_right_details p {
  padding: 0;
  font-weight: 300;
  color: #7b8083;
  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: #7b8083;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 .cart_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video_doorbell .video_doorbell_right .cart_box.cart_3 .cart_btn_flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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("/shield/wp-content/themes/shield-2020/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: #babdbf;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.market_innovation .installation_left .innovation_list li i {
  color: #bd2e32;
  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: #bd2e32;
}

.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: #7b8083;
  font-size: 18px;
}

.service_single_1:before {
  background: url("/shield/wp-content/themes/shield-2020/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: #7b8083;
  margin-bottom: 37px;
}

.service_single_3 .installation_left p:last-child {
  margin-bottom: 0;
}

.service_single_3:before {
  background: url("/shield/wp-content/themes/shield-2020/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("/shield/wp-content/themes/shield-2020/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: #babdbf;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.pro_installation .installation_left .installation_list li i {
  color: #bd2e32;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 320px), only screen and (max-width: 384px) {
  .quote_area .quote_left .risk_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 40px 37px 33px;
  }
}

.quote_area .quote_left .risk_area i {
  font-size: 64px;
  color: #bd2e32;
}

@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: #babdbf;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: 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) {
  .quote_area .quote_right .quote_tabs .nav-tabs {
    -ms-flex-wrap: wrap;
        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 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 5px;
  }
}

.quote_area .quote_right .quote_tabs .nav-tabs li a {
  border-radius: 0;
  border: none;
  background: #bd2e32;
  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);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: #bd2e32;
}

@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;
  transition: 0.3s;
}

.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
input::-webkit-input-placeholder,
.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
textarea::-webkit-input-placeholder {
  color: #7c7f82;
}

.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
input:-ms-input-placeholder,
.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
textarea:-ms-input-placeholder {
  color: #7c7f82;
}

.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
input::-ms-input-placeholder,
.quote_area
.quote_right
.quote_body_info
.step_box
.form_box
form
.input-group
textarea::-ms-input-placeholder {
  color: #7c7f82;
}

.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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: #7b8083;
  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;
  transition: 0.3s;
}

.custom_radio_btn li:after {
  content: "\f00c";
  font-family: fontawesome;
  background: #bd2e32;
  border: none;
  color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio_btn li.active {
  color: #2f3437;
}

.custom_radio_btn li.active:after {
  -webkit-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;
  border-radius: 50%;
  background: #bd2e32;
  color: #ffffff;
  font-size: 10px;
  padding-left: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.automation_control_area
.automation_control_section
.automation_control_box
.plus_point:hover {
  -webkit-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 #bd2e32;
  display: -webkit-box;
  display: -ms-flexbox;
  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);
  box-shadow: 0 0 30px rgba(87, 184, 87, 0.15);
  -webkit-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: #bd2e32;
  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);
  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: #babdbf;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 37px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  left: 0;
  top: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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);
  box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .left {
  background: #bd2e32;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon > .left,
.homesecure_mobile_area .homesecure_mobile_right .home_and_moon > .right {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -ms-flex-wrap: wrap;
      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);
  box-shadow: 0 0 20px rgba(186, 189, 191, 0.59);
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .right i {
  color: #babdbf;
}

.homesecure_mobile_area .homesecure_mobile_right .home_and_moon .right span {
  color: #babdbf;
}

.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);
  box-shadow: 0 0 30px rgba(14, 15, 15, 0.1);
  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;
  border-radius: 50%;
  font-size: 52px;
  position: relative;
  color: #bd2e32;
}

.homesecure_mobile_area .homesecure_mobile_right .cctv {
  position: absolute;
  width: 128px;
  height: 128px;
  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: #bd2e32;
  width: 480px;
  height: 480px;
  z-index: 9;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 50px;
  }
}

.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("/shield/wp-content/themes/shield-2020/images/blogs/blog-1.jpg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_area .blog_box .blog_img:before {
  content: "";
  border: 2px solid #bd2e32;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-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("/shield/wp-content/themes/shield-2020/images/blogs/blog-1.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_3 {
  background: url("/shield/wp-content/themes/shield-2020/images/blogs/blog-1.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_4 {
  background: url("/shield/wp-content/themes/shield-2020/images/feature-action.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_5 {
  background: url("/shield/wp-content/themes/shield-2020/images/blogs/blog-1.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_img.bg_6 {
  background: url("/shield/wp-content/themes/shield-2020/images/innovation.jpg") center center no-repeat;
  background-size: cover;
}

.blog_area .blog_box .blog_content .post_meta {
  line-height: 20px;
  margin: 14px 0 14px 0;
  color: #bd2e32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #bd2e32;
}

.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: #bd2e32;
  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: #2f3437;
  text-decoration: none;
}

.blog_area .blog_box .blog_content h2 a:hover {
  color: #bd2e32;
}

.blog_area .blog_box .blog_content p {
  color: #7b8083;
  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);
  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(/shield/wp-content/themes/shield-2020/images/blogs/blog-single.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: #bd2e32;
  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: 45px;
}

.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: #7b8083;
}

.blog_details_section
.blog_details_left
.blog_left_box
.blog_share_details
p:last-child {
  margin-bottom: 50px;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: #7b8083;
  text-decoration: none;
}

.blog_details_section
.blog_details_left
.blog_social_share_box
.share_box_left
p
a:hover {
  color: #bd2e32;
}

.blog_details_section
.blog_details_left
.blog_social_share_box
.share_box_left
ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  border-radius: 50%;
  line-height: 62px;
}

.blog_details_section
.blog_details_left
.blog_social_share_box
.share_box_left
ul
li
a:hover {
  background: #bd2e32;
}

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: #7b8083;
}

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  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: #bd2e32;
  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: #7b8083;
}

@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: #7b8083;
  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: #bd2e32;
}

@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: #7b8083;
}

.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: #7b8083;
  font-weight: 400;
  padding: 25px 35px;
  height: 79px;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_search
input::-webkit-input-placeholder {
  color: #7b8083;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_search
input:-ms-input-placeholder {
  color: #7b8083;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_search
input::-ms-input-placeholder {
  color: #7b8083;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_search
input::placeholder {
  color: #7b8083;
}

.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: 45px 50px 40px 50px;
  border: 2px solid #f2f2f2;
}

@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: #7b8083;
  font-weight: 500;
  font-size: 16px;
  /* padding-right: 30px; */
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 24px;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_categories
ul
li
a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7b8083;
  font-weight: 400;
  text-decoration: none;
}

.blog_details_section
.blog_details_right
.blog_right_box
.widget_categories
ul
li
a:hover {
  color: #bd2e32;
}

.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: #7b8083;
  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: #bd2e32;
}

.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,
.cta_area .cta_box h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.cta_area .cta_box p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 36px;
}

.cta_area .cta_box a {
  background: #2f3437;
}

.cta_area .cta_box a:after,
.cta_area .cta_box a:before {
  background: #ffffff;
}

.cta_area .cta_box a:hover {
  color: #2f3437;
}

.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,
.application-form .input-group input,
.application-form .input-group textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  font-weight: 400;
  color: #7b8083;
  height: 70px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.contact_box form .input-group textarea {
  padding: 20px 30px;
  height: 140px;
  margin-bottom: 10px;
  font-size: 16px !important;
}

#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: #bd2e32;
}

@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 #f2f2f2;
  padding: 45px 40px 45px 47px;
}

@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: #7b8083;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_style_4 .contact_right_info ul li i {
  font-size: 22px;
  color: #bd2e32;
  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: 50px;
    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 {
  position: relative;
  overflow: hidden;
}

.footer_area .footer_shape,
.footer_area .footer_shape_2 {
  opacity: 0.03;
}

.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: #000;
  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: #babdbf;
  height: 70px;
  padding: 20px 30px;
}

.footer_area .footer_widget .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom:30px;
}

.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: #bd2e32;
  display: block;
  font-size: 18px;
}

.footer_area .footer_widget .social_links li a:hover {
  background: #2f3437;
  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: #babdbf;
  -webkit-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;
  transition: 0.3s;
}

.footer_area .footer_widget .quick_links li a:hover {
  color: #000;
  padding-left: 15px;
}

.footer_area .footer_widget .quick_links li a:hover i {
  opacity: 1;
  color: #bd2e32;
}

.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: #babdbf;
  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 {
  font-size: 14px;
  font-weight: 400;
  color: #bd2e32;
  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: #babdbf;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #bd2e32;
  font-size: 14px;
  margin-right: 11px;
  display: inline-block;
}

.footer_style_2 .footer_widget .company_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_style_2 .footer_widget .company_flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #7b8083;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  border: none;
}

.footer_style_2 .footer_widget.newsletter form .input-group button {
  padding: 19px 24px;
}

.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: 45px 0;
}

.copyright_area p {
  color: #babdbf;
  font-weight: 400;
}

.copyright_area p a {
  color: #bd2e32;
  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: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.copyright_style_2 .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #bd2e32;
}

.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);
  }
}

.btn-light:hover {
  color: #bd2e32;
}

.flat-social li a {
  color: #bd2e32;
  font-size: 16px;
  padding: 0px 10px;
}

.flat-social li {
  display: inline-block;
  margin: 0px 5px;
}

.flat-social li:first-of-type {
  margin: 0 5px 0 0;
}

.flat-social li a:first-of-type {
  padding: 0 10px 0 0;
}

.flat-social li a:hover {
  color: white;
}

/* ========================
	Responsive Layout
  ==========================*/
.slider-tel {
  margin-left: 5px;
}

.slider-tel,
.slider-tel a {
  color: white !important;
  margin-top: -40px;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
}

.slider-tel a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87b";
  display: inline-block;
  padding-right: 6px;
  color: white !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.slider-tel a:hover,
.slider-tel a:hover::before {
  color: #bd2e32 !important;
}

.slider-tel i:hover {
  color: #bd2e32 !important;
}

.latest_news_link {
  text-decoration: none !important;
  border: none !important;
  background: none !important;
  color: black !important;
  font-weight: 700 !important;
  font-size: 1.5em !important;
  text-transform: none !important;
  padding: 0 !important;
  line-height: 1.5em !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.latest_news_link:hover {
  cursor: pointer;
  color: #bd2e32 !important;
}

.feature_img:hover {
  cursor: pointer;
}

.address-section {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  place-items: center;
}

.address-section p,
.address-section a {
  color: #bd2e32 !important;
}

.address-section a:hover {
  color: #bd2e32 !important;
}

.address-section i {
  margin-right: 15px;
  font-size: 20px;
  color:#000;
}

.breadcrumb_area {
  background: #201d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 29, 29, 0.5)), to(rgba(32, 29, 29, 0.8))), url("http://ssddev.co.uk/shield/wp-content/uploads/2020/10/london-2ZW692G-scaled.jpg");
  background: linear-gradient(rgba(32, 29, 29, 0.5), rgba(32, 29, 29, 0.8)), url("http://ssddev.co.uk/shield/wp-content/uploads/2020/10/london-2ZW692G-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb_box h2 {
  color: white !important;
}

.pagination {
  margin-top: 20px;
}

.page-numbers {
  display: inline-block;
  padding: 15px 20px;
  margin: 0 5px 0 0;
  background: #bd2e32;
  line-height: 1;
  text-decoration: none;
  border-radius: 25px;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-numbers:hover {
  background: #201d1d1d;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.page-numbers a:hover {
  text-decoration: none;
}

.page-numbers.current,
a.page-numbers:hover {
  background: #201d1d;
  color: white;
}

.blog_pagination .screen-reader-text,
.blog_pagination .next {
  display: none;
}

.header__date {
  color: white;
  margin-top: 10px;
  font-size: 1.3em;
}

.latest_post img {
  width: 60px;
}

.system_feature_right p {
  color: white;
}

.inverted_btn {
  background: white;
  color: #bd2e32 !important;
  padding: 10px 15px;
  margin: 5px 10px 5px 0;
}

.inverted_btn:first {
  margin-top: 10px;
}

.inverted_btn:hover {
  color: white !important;
}

.inverted_btn i {
  margin-right: 5px;
}

.btn_small {
  padding: 10px 15px;
  margin: 15px 0 5px 0;
}

.btn_small a:hover {
  text-decoration: none !important;
}

.about-content-area {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  height: auto !important;
}

.red-border {
  border-top: 3px solid #bd2e32 !important;
  border-left: 3px solid #bd2e32 !important;
}

.red-border:hover {
  border-top: 3px solid #bd2e32 !important;
  border-left: 3px solid #bd2e32 !important;
}

/* Spacer Eleents */
.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-40 {
  height: 40px;
}

.bg-grey {
  background: #333 !important;
}

.menu-map-marker {
  float: left;
  margin-right: 10px;
}

/* Archive Area Box */
.area-box {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-width: 100%;
  margin: 0 0;
}

.area-box h2:hover {
  text-decoration: none !important;
}

.area-box:hover {
  cursor: pointer;
  border: 2px solid #bd2e32 !important;
}

.area-box h2 {
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
}

.area-box p {
  color: white;
  text-align: center;
  margin: 0 10px;
}

.services-section a:hover {
  text-decoration: none;
  color: #bd2e32;
}

/* CSS  to target wordpress posts */
.blog_area {
  line-height: 2;
}

.blog-area ul {
  list-style: square;
}

.testimonial_slider_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.owl-dot {
  display: none;
}

.area-covered-content p,
.area-covered-content h5,
.blog_area p {
  margin: 15px 0;
}

.blog_area h4 {
  margin: 15px 0;
}

.mb-5 {
  margin-bottom: 30px;
}

.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel .fa {
  float: right;
  margin-top: 7px;
}

.star-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #bd2e32;
}

.star-list .fa {
  margin-left: 10px;
  margin-right: 10px;
  color: #bd2e32;
}

.residential-service-body p,
.terms-and-conditions p {
  margin-top: 15px;
}

.benefits_style_2_area {
  margin-bottom: -20px;
  border-bottom: 1px solid white;
}

.panel {
  margin-bottom: 20px !important;
}

.featured-section img {
  width: 100%;
}

.featured-section {
  line-height: 2rem !important;
}

.featured-section h1 {
  font-size: 2.4rem !important;
}

.featured-section p {
  font-size: 1.8rem !important;
}

.parallax-filler {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(./images/image-1-homepage.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/image-1-homepage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  height: 450px;
}

.commercial-page-content p {
  margin: 15px 0;
}

#tablepress-1 {
  margin-top: 50px;
}

#tablepress-1 tr {
  margin-right: 15px;
}

.story_details ul {
  list-style-type: circle;
  margin-left: 20px;
  color: #7b8083;
}

.latest-overview a {
  padding: 0 !important;
  background: white !important;
  margin: 0 !important;
  display: inline-block !important;
  text-transform: none !important;
}

.case-study-logo {
  float: right;
  margin-left: 30px;
  border-radius: 50%;
  max-width: 320px;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-study-section h4 {
  margin-top: 30px;
}

.case-study-box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin: 0 20px 20px 20px;
  padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .case-study-box-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .case-study-box p {
    height: 140px !important;
  }
  .case-study-box {
    margin: 20px;
  }
  .post-type-archive-case-studies .hero_section_title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .case-study-box-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .case-study-box p,
  .case-study-box h3 {
    height: auto !important;
  }
}

.case-study-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  margin: 40px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-study-box-img {
  height: 220px;
  width: 220px;
}

.case-study-box img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-box h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 2.5rem;
  color: #bd2e32;
}

.blog_area p,
.area-covered-content p,
.area-covered-content h5,
.share_blog,
.contact_area p {
  font-size: 2rem;
  font-weight: 300;
}

/* .share_blog div {
		margin-bottom: 20px;
	} */
.blog_area p,
.contact_area p,
.contact_area h5,
.share_blog p,
.contact_area p {
  color: #7b8083;
}

.area-box p {
  color: white;
}

.blog_area h4 {
  color: #bd2e32;
  margin: 60px 0 20px 0;
}

#newsCarousel div {
  width: 33%;
  height: 150px;
  background: blue;
  margin: 20px;
}

.case-study-title h2 {
  color: white;
  margin-bottom: 40px;
}

#caseStudiesSlider {
  margin-bottom: 50px;
  color: white !important;
  text-align: center;
}

#caseStudiesSlider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#caseStudiesSlider .item .item-image {
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 20px 0 40px 0;
}

#caseStudiesSlider .item .content p,
#caseStudiesSlider .item .content h4 {
  color: white;
  font-weight: 500;
}

#caseStudiesSlider .item .content h4 {
  font-size: 2.2rem;
}

#caseStudiesSlider .item .content p {
  font-weight: 300;
  margin-top: 20px;
  line-height: 3rem;
}

#caseStudiesSlider .item .item-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post .team_member_area.less-padding {
  padding: 70px 0 0 0 !important;
}

.page-template-contact-us-page .team_member_area.less-padding {
  padding: 0 !important;
}

.post-type-archive-areas-covered .blog_area.less-padding {
  padding: 30px 0 50px 0 !important;
}

@media only screen and (max-width: 600px) {
  .col-md-12,
  .col {
    padding: 0 30px;
  }
  p img {
    max-width: 100%;
    height: auto;
  }
  /* HOMEPAGE */
  .network_left {
    padding: 120px 20px 112px 20px !important;
  }
  .feature_box_details {
    height: 500px !important;
  }
  /* RESIDENTIAL SERVICES */
  .panel-group {
    padding: 20px 20px 0px 20px;
    margin-bottom: -15px;
  }
  .panel-disclaimer {
    margin-top: 30px;
  }
  .nav-tabs li a {
    padding: 23px 23px !important;
  }
  /* COMMERCIAL SERVICES */
  .story_details {
    text-align: center;
  }
  .less-margin-mobile {
    margin-top: -60px;
  }
  .cta_box p {
    line-height: 2.5rem;
  }
  .commercial-page-content ul {
    text-align: left;
  }
  .commercial-page-content h1 {
    line-height: 5rem;
  }
  .blog_area {
    padding: 20px;
  }
  .area-box {
    width: 100%;
  }
  .area-covered-content {
    margin-top: -20px;
  }
  /* Feature Box */
  .feature_area .feature_box {
    width: auto !important;
  }
  .feature_box_details h3,
  .feature_box_details {
    height: auto !important;
  }
  .owl-loaded {
    margin-bottom: -50px;
  }
  .header_slider_area .owl-loaded {
    background: #f2f2f2;
  }
  .mb_50 {
    margin-bottom: 0;
  }
  .team_member_box {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .team_member_box img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .step_by_step_area .step_by_step_box {
    width: 100% !important;
  }
  .step_by_step_area .step_by_step_box p {
    height: auto !important;
  }
  .benefits_boxes_flex {
    display: none !important;
  }
  .mobile-padding {
    padding: 0 20px;
  }
  .spacer-40 {
    display: none;
  }
  .top-level-services {
    width: 100%;
    overflow: hidden;
  }
  .first-services {
    margin-left: auto;
  }
  .services-section.first-services > a > div {
    width: 90vw !important;
    margin: 20px auto !important;
  }
  .hero_section_title {
    margin-bottom: 30px;
  }
  .about_content_area {
    height: auto !important;
  }
  .blog_area .blog_box {
    width: 100%;
  }
  .single-blog-overview {
    height: auto !important;
  }
  .header__date {
    margin: 10px;
    text-align: center;
  }
  .blog_details_right {
    width: 100% !important;
  }
  .blog_details_right a {
    font-size: 2rem !important;
  }
  .blog_details_right img {
    width: 150px !important;
  }
  .contact_area .spacer-20 {
    display: none;
  }
  .wpcf7-form .col-md-12 {
    padding: 0 15px;
  }
}

.nav-container {
  padding: 5px 50px;
}

.navbar-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spacer {
  height: 10px;
}

.landing-social a {
  margin-right: 30px;
}

.header-form input,
.header-form textarea {
  width: 80%;
  padding: 10px;
  margin: 20px 0;
  border: none;
  background: #efefef;
  border-radius: 2px;
}

.header-form form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.header-form .container {
  width: 100%;
  text-align: center;
}

.less-padding {
  padding: 70px 0 70px 0 !important;
}

@media only screen and (max-width: 640px) {
  .blog_area.less-padding {
    padding: 20px 5px !important;
  }
  .contact_area.less-padding {
    padding: 70px 5px !important;
  }
}

.header-form h3 {
  color: #bd2e32 !important;
  margin-top: 10px;
}

.header_slider_bg h2 {
  font-size: 60px;
  letter-spacing: -3.6px;
  font-weight: 700;
  color: white;
  margin: 12px 0 62px 0 !important;
}

.row ul {
  list-style: none;
  text-align: left;
}

.row ul li:before {
  content: "•";
  color: #bd2e32;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

header .row ul li:before,
footer .row ul li:before,
.quote_area ul li:before,
.contact_right_info ul li:before {
  display: none;
}

.blog_area ul {
  list-style: none;
}

.blog_area ul li::before {
  content: "\25A0";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #bd2e32;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.blog_area strong {
  color: #bd2e32;
}

.page-content img {
  float: right;
  margin-left: 20px;
}

h4 {
  line-height: 3rem;
}

.page-content p,
.page-content ul {
  font-size: 1.8rem;
  color: #7b8083;
  line-height: 4rem;
}

.page-content li {
  margin-left: 20px;
}

.two-col-one {
  margin-right: 8px;
}

.two-col-two {
  margin-left: 8px;
}

body > footer > div > div > div.col-md-4.col-sm-6 > div > ul {
  list-style: none;
}

.col-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.col-layout div {
  margin-bottom: 20px;
  padding: 0 30px;
}

.warrant-area {
  background: #2f3437 !important;
  overflow: hidden;
}

.warrant-area .hero_section_title h4:before {
  left: 5px;
}

.warrant-area .hero_section_title h1,
.warrant-area .hero_section_title h2,
.warrant-area p {
  color: white;
}

.warrant-area .left {
  padding: 40px;
}

.network_right {
  color: white;
  padding: 170px 20px 170px 20px;
}

.network_right h2,
.network_right a {
  color: white;
}

.extra-margin {
  margin: 50px 0;
}

.landing-form .input-group {
  margin-bottom: -30px;
}

.landing-form .btn-default {
  margin-bottom: 30px;
}

.services-box {
  background: rgba(189, 46, 50, 0.85);
  padding: 15px;
  border-radius: 100%;
  height: 95%;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.services-box:hover {
  background: white;
}

.services-box:hover h2,
.services-box:hover p {
  color: #bd2e32;
  text-decoration: none !important;
}

.tablepress {
  width: 100%;
  margin-bottom: 50px;
}

.tablepress td,
.tablepress th {
  margin-right: 20px;
}

.error_page_area {
  position: relative;
}

.mouse {
  position: absolute;
  top: -50px;
  left: 100vw;
}

.move-mouse {
  -webkit-animation: myanimation 3s;
          animation: myanimation 3s;
}

@-webkit-keyframes myanimation {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}

@keyframes myanimation {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}

.right-royal-side {
  position: relative;
}

.shield {
  position: absolute;
  right: -20px;
  bottom: 20px;
}

.shield img {
  height: 200px;
  width: auto;
}

input[type="file"] {
  margin-bottom: 20px;
}

.file-text {
  font-size: 1.5rem !important;
}

.accreditation {
  margin-top: 20px;
  padding: 0 10px;
}

.accreditation-title {
  color: white;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 500;
  text-align: left;
}

.accreditation img {
  width: 100% !important;
  padding: 0 10px !important;
  max-height: 150px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.accreditation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing-form .file-text {
  margin: 20px 40px 0 40px;
  margin-bottom: 5px;
  text-align: center;
}

.landing-form input[type="file"] {
  margin: 0 auto;
}

.codedropz-upload-inner h3 {
  font-size: 1.8rem;
}

.cd-upload-btn {
  font-size: 1.6rem;
}

.dnd-upload-counter {
  display: none;
}

.file-upload .codedropz-upload-handler {
  width: 85%;
  margin: 0 auto 20px auto;
  border: 2px dashed #bd2e32;
}

.single-page-container {
  padding: 80px 0;
}

.application-form {
  margin-top: 25px;
}

.about_intro {
  background: #303538;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.about_intro .about_left {
  padding: 90px 90px 90px 150px;
  font-size: 1rem;
  position: relative;
}

.about_intro .about_left p {
  color: white;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.about_intro .about_left p:last-of-type {
  margin-bottom: 0;
}

.about_intro .about_left * {
  position: relative;
  color: white;
}

.about_intro .about_left .tablepress {
  font-size: 1.4rem;
}

.about_intro .about_left ul li {
  color: white;
}

.about_intro .about_left ul {
  list-style: none;
  text-align: left;
}

.about_intro .about_left ul li:before {
  content: "•";
  color: #bd2e32;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about_intro .about_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  right: 0;
  bottom: 0;
  background: url(./images/shapet.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_intro.reversed {
  background: white;
}

.about_intro.reversed .about_left:before {
  display: none;
}

.about_intro.reversed p,
.about_intro.reversed h2 {
  color: #201d1d;
}

.about_intro.red {
  background: #bd2e32;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
}

.about_intro.red .about_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  right: 0;
  bottom: 0;
  background: url(./images/shape_red.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_intro.red .about_right {
  padding: 90px;
}

.about_intro.red .about_right p {
  color: white;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.about_intro.red .about_right p:last-of-type {
  margin-bottom: 0;
}

.about_intro.red .about_right * {
  position: relative;
  color: white;
}

.reversed-red {
  -ms-grid-columns: 1fr 1fr !important;
      grid-template-columns: 1fr 1fr !important;
}

.reversed-red .about_left:before {
  right: -75% !important;
  left: 0 !important;
}

.reversed-red .about_left ul li {
  font-size: 1.6rem !important;
}

.reversed-red .about_left ul li:before {
  color: white;
}

.about_less-padding > div.about_left {
  padding: 80px 50px;
}

.cta_section {
  position: relative;
}

.cta_section.add-circles:after {
  content: "";
  position: absolute;
  top: -30%;
  right: 5%;
  height: 200px;
  width: 200px;
  background: url(./images/circles.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.add_shape_light {
  position: relative;
}

.add_shape_light * {
  position: relative;
}

.add_shape_light:before {
  content: "";
  position: absolute;
  top: 0;
  left: -95%;
  right: 0;
  bottom: 0;
  background: url(./images/shape_grey.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.add-shadow {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  background: white;
}

.latest-news-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.owl-carousel-news .owl-nav {
  width: 50%;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel-news .owl-nav i {
  border: 1px solid #b9bcbd !important;
  padding: 15px !important;
  color: #bd2e32 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  margin: 0 10px !important;
}

.owl-carousel-news .owl-nav i:hover {
  color: white !important;
  border-color: #bd2e32 !important;
  background: #bd2e32 !important;
}

.news-section-title {
  position: relative;
}

.news-section-title .news-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #201d1d;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.news-section-title .news-link i {
  margin-left: 10px;
  color: #bd2e32;
}

.news-section-title .news-link:hover {
  color: #bd2e32 !important;
  text-decoration: none;
}

#caseStudiesSlider .owl-nav {
  display: none !important;
}

.owl-stage .owl-item:nth-of-type(2) .feature_box,
.owl-stage .owl-item:nth-of-type(5) .feature_box,
.owl-stage .owl-item:nth-of-type(8) .feature_box,
.owl-stage .owl-item:nth-of-type(11) .feature_box,
.owl-stage .owl-item:nth-of-type(14) .feature_box,
.owl-stage .owl-item:nth-of-type(17) .feature_box {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  background: white;
}

.service-box-single {
  position: relative;
}

.service-box-single .color-backdrop {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #bd2e32;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.circle-content-container {
  position: relative;
}

.circle-content {
  border-radius: 100%;
  background: #bd2e32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  width: 600px;
  padding: 20px;
  position: absolute;
  bottom: -5%;
  left: 30px;
}

.circle-content img {
  height: 100px;
  width: auto;
  margin: 0;
  margin-bottom: 15px;
}

.circle-content p {
  color: white;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 20px;
}

.circle-content:before {
  content: "";
  height: 200px;
  width: 350px;
  background: url(./images/circle_pair.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: -100px;
}

.circle_btn {
  background: white;
  color: #bd2e32 !important;
  padding: 10px 20px;
  margin-top: 15px;
}

.side_alt {
  display: none;
}

.latest_post ul li:before {
  display: none;
}

.single-location-area {
  padding-bottom: 0 !important;
}

.page-template-commercial-service-page .our_story_area.add_shape_light {
  padding: 60px 0 0 0;
}

.page-template-commercial-service-page
.commercial-archive-third.section_padding {
  padding: 0 0 60px 0;
}

.telephone-header-link {
  font-size: 30px;
  display: block !important;
  margin-top: 5px;
}

.single-post .latest-news-section {
  padding-top: 0 !important;
}

.blog_details_left ul li:before {
  margin-right: 0.25em;
  margin-left: 0;
}

.post-type-archive-services .feature_area.less-padding {
  padding: 50px 0 !important;
}

@media only screen and (max-width: 834px) {
  .owl-stage .owl-item:nth-of-type(1) .feature_box,
  .owl-stage .owl-item:nth-of-type(3) .feature_box,
  .owl-stage .owl-item:nth-of-type(5) .feature_box,
  .owl-stage .owl-item:nth-of-type(7) .feature_box,
  .owl-stage .owl-item:nth-of-type(9) .feature_box,
  .owl-stage .owl-item:nth-of-type(11) .feature_box {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background: white;
  }
  .page-template-residential-services-page .quote_area.less-padding {
    padding: 0 !important;
  }
  .page-template-residential-services-page .spacer-20 {
    display: none;
  }
  .circle-content {
    bottom: 5%;
  }
  .footer_area .footer_widget .quick_links li a:hover {
    padding-left: 0;
  }
  .footer_area .footer_widget .quick_links li a:hover i {
    opacity: 0;
  }
  .about_left {
    overflow: hidden;
  }
  .single-post .blog_details_section.section_padding {
    padding-bottom: 0 !important;
  }
  .telephone-header-link {
    margin-top: 0;
    font-size: 25px;
  }
  .post-type-archive-services .feature_area.less-padding {
    padding: 30px 0 !important;
  }
  .header_area .header_top,
  .header_area .main_menu_area {
    padding: 5px 0;
  }
  .application-form .pl_10,
  .application-form .pr_10 {
    padding: 0 12px;
  }
  .application-form .input-group textarea {
    height: 150px;
  }
  .post-type-archive-services .top-level-services.less-padding,
  .commercial-archive-third {
    padding: 0 0 70px 0 !important;
  }
  .page-template-commercial-service-page .warrant-area,
  .page-template-contact-us-page .warrant-area {
    margin-top: 10px !important;
  }
  .page-template-contact-us-page .feature_area.section_padding {
    padding: 0 0 60px 0;
  }
  .commercial-archive-second.less-padding {
    padding: 0 !important;
  }
  .page-template-commercial-service-page .our_story_area.add_shape_light,
  .page-template-residential-services-page .blog_area,
  .page-template-about-us-page .blog_area {
    padding-bottom: 0 !important;
  }
  .page-template-commercial-service-sub-page .our_story_area.add_shape_light {
    padding-bottom: 30px;
  }
  .quote_area .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 101%;
  }
  .quote_area .nav-tabs li {
    width: 49%;
    margin-bottom: 5px;
  }
  .quote_area .nav-tabs li:nth-child(2),
  .quote_area .nav-tabs li:nth-child(4) {
    width: 49.5%;
    margin-right: 0;
  }
  .accreditation img {
    max-height: 100px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .header_area .main_menu_area .logo img {
    width: 200px;
  }
  .header_area .main_menu_area .navbar-nav li .highlight_dropdown {
    padding: 20px 30px;
  }
  .accreditation-title {
    margin-top: 0;
  }
  .nav-container {
    padding: 0px 25px;
  }
  .area-box-contact-cta {
    display: none;
  }
  .owl-carousel-news .feature_box_details h3 {
    height: auto !important;
  }
  .benefits_area .benefits_left img {
    width: 100%;
  }
  .feature_area .owl-carousel {
    margin: 0;
  }
  .about_intro,
  .about_intro.red {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0;
  }
  .about_intro .about_left,
  .about_intro.red .about_left {
    padding: 50px 30px !important;
  }
  .about_intro .about_right,
  .about_intro.red .about_right {
    height: 500px;
  }
  .about_intro.red .about_right {
    padding: 50px 30px;
    height: auto;
  }
}

.image-carousel-container .item img {
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-carousel-container .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.image-carousel-container .owl-nav i {
  padding: 15px 20px !important;
  color: #bd2e32 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  background: none !important;
  border: 1px solid white !important;
}

.image-carousel-container .owl-nav .fa-angle-right {
  color: white !important;
  background: #bd2e32 !important;
  border: 1px solid #bd2e32 !important;
}

.image-carousel-container .owl-nav i:hover {
  color: white !important;
  border-color: #bd2e32 !important;
  background: #bd2e32 !important;
}

.image-carousel-container .owl-nav .fa-angle-right:hover {
  background: white !important;
  color: #bd2e32 !important;
  border-color: white !important;
}

.image-carousel-container .header_slider_bg .btn_light {
  background: white !important;
}

.image-carousel-container .quote_tabs .nav-tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_slider_area {
  margin-bottom: -20px;
}

.circle-content h2 {
  color: white;
}

.page-template-landing-page .service_content {
  min-height: 420px;
}

#breadcrumbs {
  margin-top: 20px;
}

#breadcrumbs p,
#breadcrumbs span {
  color: white;
}

#breadcrumbs a:hover {
  color: white;
}

.about-accreditations-container {
  margin-top: 50px;
  margin-bottom: -40px;
}

.about-accreditations-container .accreditation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-accreditations-container .accreditation-container .accreditation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 20px 0;
}

@media only screen and (max-width: 769px) {
  .about-accreditations-container .accreditation-container .accreditation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media only screen and (max-width: 640px) {
  .about-accreditations-container {
    margin-top: 40px;
    margin-bottom: -50px;
  }
  .about-accreditations-container .accreditation-container .accreditation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .header_area .header_top {
    padding: 0;
  }
  .hero_section_title h2 {
    font-size: 35px;
  }
  .single-areas-covered .single-location-area.less-padding {
    padding-bottom: 30px !important;
  }
  .post-type-archive-services .feature_area.less-padding {
    padding: 40px 0 !important;
  }
  .post-type-archive-services .feature_area.less-padding .mb-5:last-of-type {
    margin-bottom: 0;
  }
  .page-template-residential-services-page .latest-news-section {
    padding-top: 70px !important;
  }
  .post-type-archive-services .benefits_style_2_area {
    margin-top: 50px;
  }
  .post-type-archive-services .feature_area.less-padding:last-of-type {
    padding: 20px 0 60px 0 !important;
  }
  .single-areas-covered .about_intro .about_right {
    min-height: 200px;
  }
  .page-template-commercial-service-page .our_story_area.less-padding {
    padding: 20px 0 70px 0 !important;
  }
  .owl-carousel-news .latest-news-item {
    height: 720px;
  }
  .blog .blog_area {
    padding: 20px 0;
  }
  .shield {
    right: -15px;
  }
  .page-template-commercial-service-page
.our_story_area.less-padding
.hero_section_title
h2 {
    padding: 0 10px;
  }
  .commercial-archive-second.our_story_area.less-padding {
    margin-top: -50px;
    padding-bottom: 0 !important;
  }
  .single-page-container {
    padding: 40px 0;
  }
  .quote_area .nav-tabs li {
    width: 100% !important;
    margin-right: 0 !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .news-link {
    display: none;
  }
  .owl-stage .owl-item .feature_box {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background: white;
  }
  .image-carousel-container .item img {
    height: 200px;
  }
  .nav-container {
    padding: 5px 15px;
  }
  .circle-content-container {
    display: none;
  }
  .side_alt {
    display: block;
  }
  .reversed-red {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .reversed-red .about_right {
    display: none;
  }
  .quote_area .quote_right .quote_tabs .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .latest-news-item {
    padding: 0;
  }
  .service-box-single .color-backdrop {
    left: -10px;
    top: -10px;
  }
  .owl-carousel-news .owl-nav {
    margin: 0 auto;
  }
  .cta_section.add-circles:after {
    height: 150px;
    top: -20%;
    display: none;
  }
  #breadcrumbs {
    margin-bottom: 70px;
  }
  .accreditation-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accreditation-container img {
    width: 90%;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .accreditation-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .accreditation-container:before {
    display: none;
  }
  .accreditation-title {
    margin-top: 50px;
  }
  .accreditation img {
    max-height: auto !important;
  }
  .about_left {
    overflow: hidden;
  }
  .our_story_area {
    padding: 50px 0 50px 0;
    margin-top: 20px;
  }
  .tablepress {
    word-break: break-all;
    margin: 0 -20px 20px -20px;
    width: 120%;
  }
  .tablepress tr {
    margin-right: 0;
  }
  .tablepress th,
  .tablepress td {
    padding-right: 20px;
  }
  .cta_section .spacer-40 {
    display: block;
  }
  .cta_section .hero_section_title {
    margin-bottom: 0;
  }
  .featured_section_area .btn {
    margin-top: 20px;
  }
  .testimonial_area.less-padding {
    padding: 50px 0 !important;
  }
  .testimonial_sliders .owl-stage-outer {
    margin-bottom: 50px;
  }
  .award_area .award_right img {
    width: 350px;
    height: 350px;
  }
  .award_area .award_right:before {
    top: 0;
  }
  .step_by_step_area {
    padding-bottom: 0;
  }
  .header_slider_area {
    margin-top: 0;
  }
  .page-template-residential-services-page .team_member_area.mb-5 {
    margin-bottom: 50px;
  }
  .page-template-residential-services-page .spacer-20 {
    display: none;
  }
  .page-template-residential-services-page .feature_area.section_padding {
    padding-top: 0;
  }
  .shield img {
    height: 160px;
  }
  .blog .blog_area {
    margin-top: 50px;
  }
  .single-areas-covered .team_member_area.less-padding {
    margin-top: 40px;
    padding: 70px 0 0 0 !important;
  }
  .page-template-contact-us-page .team_member_area.less-padding {
    padding: 0 !important;
  }
  .page-template-contact-us-page .feature_area.section_padding {
    padding: 0 0 60px 0;
  }
}

.page-template-landing-page .warrant-area.extra-margin {
  margin: 0;
}

.page-template-landing-page .testimonial_area {
  margin-bottom: -20px;
}

.page-template-landing-page .service_area.less-padding {
  padding: 0 0 70px 0 !important;
}

.page-template-landing-page .team_member_area.section_padding {
  padding: 60px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .page-template-landing-page .header_slide_box {
    margin-bottom: 70px !important;
  }
}

.grecaptcha-badge {
  z-index: 999999998;
}

#cookie-law-info-bar {
  z-index: 999999999;
}

.hero_section_title h4:before {
  display: none;
}

.hero_section_title h4 {
  padding-top: 10px;
}

.header_top_alt {
  padding: 5px 50px;
  background: #bd2e32;
  color: white !important;
}

.header_top_alt a,
.header_top_alt p {
  color: white !important;
}

.header_top_alt a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .header_top_alt {
    display: none;
  }
}

/* Careers Section */

.career-loop {
  flex-wrap: wrap;
}

.post-type-archive-careers .hero_section_title {
  margin-bottom: 10px;
}

.career-loop .career-wrapper {
  padding: 40px;
  width: 1/3;
}

.career-loop .career-wrapper .career {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.career-loop .career-wrapper .career .button-careers {
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.career-loop .career-wrapper .career p {
  margin-bottom: 2rem;
}

.career-loop .career-wrapper .career a:not(.btn) {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
  transition: all;
  transition-duration: 500ms;

}

.career-loop .career-wrapper .career a:not(.btn):hover {
  color: #bd2e33;
  text-decoration: none;

}

.career-loop .career-wrapper .career .btn {
  width: max-content;
}

.career-loop .career-wrapper .career .career-img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all .5s ease-in-out;
  transform: scale(1);
}

.career-loop .career-wrapper .career .career-img:hover {
  transform: scale(1.1);
}

.career-loop .career-wrapper .career .career-img-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.single-careers ul:not(.nav) {
  margin-bottom: 20px;
  font-size: 18px;
  color: #7b8083;
  font-weight: 300;
}

.single-careers h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}

/* Adjustments */
.section-para-span p {
  margin-bottom: 10px;
}

.benefits_area .benefits_right p {
  line-height: 34px!important;
  margin-bottom: 20px!important;
}

.lighter p {
  color: #b9bcbd;
  line-height: 34px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.lighter .btn:hover {
  color: #bd2e32;
}

.lighter .btn {
  margin-top: 30px;
}

.lighter .btn:hover.default_btn::after {
  background: #ffffff;
}

.lighter .btn:hover.default_btn::before {
  background: #ffffff;
}

.benefits-additional-content {
  margin-top: 70px;
}

.benefits-additional-content h2 {
  margin-bottom: 25px;
}

/* Meet the Team Section */
.meet-the-team-intro {
  width: 100%;
  margin-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.meet-the-team-wrapper {
  max-width: 1200px;
  padding: 1rem 4em;
}

.meet-the-team-wrapper h4, .team-intro h4, .team-member h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #bd2e32;
  margin: 60px 0 20px 0;
  font-weight: 400;
  letter-spacing: 2px;
}

.meet-the-team-wrapper h2, .team-intro h2 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}

.meet-the-team-wrapper p {
  color: #7b8083;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 2;
}

.team-section {
  width: 100%;
  padding: 0rem 12rem;
}

.team-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 100px;
  justify-content: space-around;
}

.team-member {
  flex-basis: 476px;
  text-align: center;
}

.team-member-image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 40px;
}

.team-member-image {
  width: 96%;
  height: 96%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.red-box {
  width: 96%;
  height: 96%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #bd2e32;
  z-index: -10;
}

.red-circle {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0;
  background-color: #bd2e32;
  transition: all 0.5s ease-in-out;
}

.team-member:hover .red-circle {
  opacity: 0.5;
}

.team-member h2 {
  font-weight: 500;
  font-size: 30px;
}

.team-member h4 {
  margin-top: 10px;
}

.full-width-img {
  margin: 12rem 0rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 1280px) {
  .team-section {
    padding: 0rem 6rem;
  }
}

@media (max-width: 1280px) {
  .team-section {
    padding: 0rem 3rem;
  }

  .meet-the-team-wrapper {
    padding: 1em 2em;
  }
}

img.aligncenter {
  display: block;
  margin: 1rem auto;
}
/*# sourceMappingURL=to.css.map *//*# sourceMappingURL=style.css.map */