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

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project
10/ price
11/ team
12/ blog
13/ video
14/ features
15/ career
16/ contact
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0;
}

body {
  line-height: 28px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

i:before {
  margin-left: 0 !important;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m0 {
  margin: 0;
}

.p0 {
  padding-left: 0;
  padding-right: 0;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.border_class .container {
  border-bottom: 1px solid #e4e4e4;
}

.bg_gray {
  background: #f0edf7;
}

.border_line {
  border-bottom: 1px solid #dddddd;
}

/* Main Title Area css
============================================================================================ */
.center_title_big {
  margin-bottom: 50px;
}

.center_title_big h2 {
  color: #051d3e;
  line-height: 44px;
  font-size: 32px;
}

.center_title_big p {
  margin-bottom: 0;
}

.single_title {
  margin-bottom: 50px;
}

.single_title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.single_title.blue h2 {
  color: #051d3e;
}

.main_title {
  margin-bottom: 45px;
}

.main_title h2 {
  font-size: 32px;
  color: #051d3e;
}

.main_title p {
  margin-bottom: 0;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: rgba(255, 255, 255, 0.7);
}

.single_border_title {
  text-align: center;
  margin-bottom: 60px;
}

.single_border_title h2 {
  margin-bottom: 25px;
  color: #051d3e;
  font-size: 32px;
  position: relative;
}


.single_border_title h2:before {
  content: "";
  width: 65px;
  height: 2px;
  background: #bd2433;
  position: absolute;
  left: 50%;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* End Main Title Area css
============================================================================================ */
@-webkit-keyframes runpulse {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes runpulse {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Area css
============================================================================================ */
.header_area {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 35;
  top: 0;
}

.header_area + row, .header_area + div, .header_area + section {
  margin-top: 166px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 40;
  margin-top: 0;
}

@media screen and (min-width: 782px) {
  body.admin-bar .header_area {
    top: 32px;
  }

  body.admin-bar .header_area.navbar_fixed .main_menu {
    top: -38px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .header_area {
    top: 46px;
  }
  body.admin-bar .header_area.navbar_fixed .main_menu {
    top: -24px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar .header_area.navbar_fixed .main_menu {
    top: -70px;
  }
}
.elementor-editor-active .header_area.navbar_fixed {
  display: none;
}
.header_area.navbar_fixed .main_menu {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  background: #0e59a9;
}

.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
}

.header_area a.navbar-brand {
  color: #fff;
}

.logo_part {
  background: #04122c;
  padding: 35px 0 50px 0;
  border-bottom: 1px dashed #0a406d;
  position: relative;
}

.header_area:not(.menu_two) .logo_part {
  min-height: 166px;
}
@media(max-width:991px) {
  .blv-no-hdrright.header_area:not(.menu_two) .logo_part {
    min-height: 16px;
  }
}
.logo_part:before {
  content: "";
  border-bottom: 1px dashed #0a406d;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.blv-no-hdrright.header_area .logo_part:before {
  display: none;
}

.logo_part .logo_inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo_part .logo_inner .right .media {
  margin-right: 55px;
  position: relative;
}

.logo_part .logo_inner .right .media:before {
  content: "";
  background: url(../images/icon/line-shap.png) no-repeat scroll center center;
  width: 2px;
  height: 82px;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo_part .logo_inner .right .media:last-child {
  margin-right: 0;
}

.logo_part .logo_inner .right .media:last-child:before {
  display: none;
}

.logo_part .logo_inner .right .media .d-flex {
  padding-right: 13px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle;
}

.logo_part .logo_inner .right .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo_part .logo_inner .right .media .media-body h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .54px;
  margin-bottom: 0;
}

.logo_part .logo_inner .right .media .media-body h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #6bbbf0;
}

.logo_part .logo_inner .right .media .media-body h5 {
  color: #fab505;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}

.main_menu {
  margin-top: -30px;
}

.main_menu .navbar {
  background: #0e59a9 !important;
  position: relative;
  padding: 0;
}

.main_menu .navbar:before {
  content: "";
  height: 30px;
  background: #0f55a9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.main_menu .navbar .navbar-brand {
  display: none;
}

.main_menu .navbar .nav.navbar-nav {
  padding-left: 40px;
  margin-left: 0;
}

.main_menu .navbar .nav.navbar-nav li {
  margin-right: 50px;
}

.main_menu .navbar .nav.navbar-nav li a {
  line-height: 60px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

.main_menu .navbar > ul.nav.navbar-nav > li.current-menu-ancestor a,
.main_menu .navbar > ul.nav.navbar-nav > li.current-menu-item a,
.main_menu .navbar > ul.nav.navbar-nav > li  a:hover {
  opacity: .8;
}

.main_menu .navbar .nav.navbar-nav li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #0f55a9 transparent transparent transparent;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_menu .navbar .nav.navbar-nav li a:before {
  content: "";
  background: url(../images/icon/line-shap-2.png) no-repeat scroll center center;
  height: 43px;
  width: 2px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  display: none;
  cursor: pointer;
}

.main_menu .navbar .nav.navbar-nav li:last-child {
  margin-right: 0;
}
/*
.main_menu .navbar .nav.navbar-nav li:last-child > a:before {
  display: none;
}
*/
@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 256px;
    background: #fff;
    margin: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    display: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0;
  display: block;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 28px;
  color: #2a3274;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 10px 30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #d63343;
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: -1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:after {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li.current_page_item a,
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #d63343;
  padding-left: 50px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li.current_page_item a:before,
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a:before {
  opacity: 1;
  width: 12px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    display: none;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 97%;
    right: auto;
    min-width: 250px;
    top: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    padding: 0;
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .edge.submenu .dropdown-menu {
    right: 100%;
    left: auto;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #2a3274;
  padding: 10px 30px;
}
@media(max-width: 995px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
    padding-left: 60px;
  }
}
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  background: #d63343;
  color: #fff;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    display: block;
    opacity: 1;
    left: 100%;
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .edge.submenu:hover.submenu .dropdown-menu {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li:hover.submenu a:after {
    opacity: 1;
    z-index: 9999;
  }
  .main_menu .navbar .nav.navbar-nav li:hover.submenu .dropdown-menu {
    left: -26px;
    display: block;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav.navbar-right {
  position: relative;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a {
  line-height: normal;
  color: #fff;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.request_btn a {
  background: #bd2433;
  line-height: 60px;
  display: inline-block;
  padding: 0 34px 0 16px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: .51px;
  position: relative;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.request_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #bd2433 transparent;
  position: absolute;
  left: -40px;
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}

.menu_two + row, .menu_two + div, .menu_two + section {
  margin-top: 116px;
}

.menu_two .logo_part {
  background: #fff;
  border: none;
  border-top: 6px solid #8d8e94;
  padding: 20px 0;
}

.menu_two .logo_part:before {
  display: none;
}

.menu_two .logo_part .logo_inner .right .media .media-body h3 {
  color: #545454;
}

.menu_two .logo_part .logo_inner .right .media .media-body h4 {
  color: #545454;
}

.menu_two .logo_part .logo_inner .right .media .media-body h5 {
  color: #000000;
}

.menu_two .main_menu {
  margin-top: 0;
}

.menu_three + row, .menu_three + div, .menu_three + section {
  margin-top: 137px;
}

.menu_three .contact_info {
  background: #04122c;
}

.menu_three .contact_info .info_inner a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-right: 50px;
  line-height: 51px;
}

.menu_three .contact_info .info_inner a img {
  padding-right: 12px;
  display: inline-block;
}

.menu_three .contact_info .info_inner a:last-child {
  margin-right: 0;
  margin-left: 100px;
}

.menu_three .main_menu {
  margin-top: 0;
  background-image: -moz-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  position: relative;
}

.menu_three .main_menu:before {
  content: '';
  width: 50%;
  height: 138px;
  background: #e6ecfd;
  position: absolute;
  top: -51px;
  left: -338px;
  z-index: 1;
}

.menu_three .main_menu:after {
  content: "";
  background: url(../images/shadow-menu.png) no-repeat scroll center center;
  position: absolute;
  left: 50%;
  top: -50px;
  width: 74px;
  height: 136px;
  margin-left: -322px;
  z-index: 2;
}

.menu_three .main_menu .navbar {
  background: transparent !important;
}

.menu_three .main_menu .navbar:before {
  display: none;
}

.menu_three .main_menu .navbar .logo {
  display: inline-block;
  z-index: 3;
}

.menu_three .main_menu .navbar .logo:before {
  content: '';
  position: absolute;
  top: -51px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -375px;
  height: 138px;
  width: 80px;
  background: #e6ecfd;
  -webkit-transform: skewX(26deg);
  -ms-transform: skewX(26deg);
  transform: skewX(26deg);
  z-index: 1;
}

.menu_three .main_menu .navbar .logo img {
  margin-top: -50px;
  z-index: 5;
  position: relative;
}
.menu_three.navbar_fixed .main_menu .navbar .logo img {
  margin-top: 0;
}
@media(max-width: 991px) {
  .menu_three .main_menu .navbar .logo:before {
    display: none;
  }
  .menu_three .main_menu .navbar .logo img {
    margin-top: -5px;
  }
}
.menu_three .main_menu .navbar .nav.navbar-nav {
  padding-left: 0;
}

.menu_three .main_menu .navbar .nav.navbar-nav > li {
  margin-right: 30px;
}

.menu_three .main_menu .navbar .nav.navbar-nav > li > a {
  color: #010101;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 87px;
}

.menu_three .main_menu .navbar .nav.navbar-nav > li > a:after {
  display: none;
}

.menu_three .main_menu .navbar .nav.navbar-nav > li > a:before {
  display: none;
}

.menu_three .main_menu .navbar .nav.navbar-nav.navbar-right {
  position: relative;
  padding-left: 10px;
}

.menu_three .main_menu .navbar .nav.navbar-nav.navbar-right li {
  margin-right: 0;
}

.menu_three .main_menu .navbar .nav.navbar-nav.navbar-right li.search a {
  position: relative;
}

.menu_three .main_menu .navbar .nav.navbar-nav.navbar-right li.search a:before {
  content: "";
  height: 14px;
  width: 1px;
  color: #242424;
  position: absolute;
  left: -20px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.menu_three.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #e5ebfd 0%, white 100%);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 40;
  margin-top: 0;
}

.menu_three.navbar_fixed .main_menu .navbar.navbar-expand-lg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu_three.navbar_fixed .main_menu .navbar .navbar-brand img {
  margin-top: 0;
}

.menu_four + row, .menu_four + div, .menu_four + section {
  margin-top: 138px;
}

.menu_four .top_bar {
  background-image: -moz-linear-gradient(0deg, #23679d 0%, #113c73 70%);
  background-image: -webkit-linear-gradient(0deg, #23679d 0%, #113c73 70%);
  background-image: -ms-linear-gradient(0deg, #23679d 0%, #113c73 70%);
  -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #fff;
}

.menu_four .top_bar .left h5 {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 0;
}

.menu_four .top_bar .left h5 i {
  font-size: 20px;
  padding-right: 13px;
}

.menu_four .top_bar .left h5 a {
  color: #fff;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.menu_four .top_bar .right .nav li {
  margin-right: 34px;
}

.menu_four .top_bar .right .nav li:last-child {
  margin-right: 0;
}

.menu_four .top_bar .right .nav li:last-child:before {
  display: none;
}

.menu_four .top_bar .right .nav li:first-child a:before {
  display: none;
}

.menu_four .top_bar .right .nav li a {
  font-size: 15px;
  color: #ddd4da;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  position: relative;
}

.menu_four .top_bar .right .nav li a:before {
  content: "";
  height: 16px;
  width: 2px;
  background: #b7b5c3;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu_four .top_bar .right .nav li .nice_select {
  border-radius: 0;
  background: transparent;
  border: none;
  padding-left: 0;
  height: 50px;
  min-width: 55px;
  padding-right: 16px;
}

.menu_four .top_bar .right .nav li .nice_select span {
  text-transform: uppercase;
  color: #ddd4da;
  line-height: 50px;
}

.menu_four .top_bar .right .nav li .nice_select:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #ddd4da;
  margin-top: -7px;
}

.menu_four .top_bar .right .nav li .nice_select .list {
  border: none;
  border-radius: 0;
  margin: 0;
}

.menu_four .top_bar .right .nav li .nice_select .list li {
  margin: 0;
}

.menu_four .main_menu {
  margin-top: 0;
  background-image: -moz-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  background-image: -ms-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  position: relative;
}

.menu_four .main_menu .navbar {
  background: transparent !important;
}

.menu_four .main_menu .navbar:before {
  display: none;
}

.menu_four .main_menu .navbar .navbar-brand {
  display: inline-block;
  z-index: 3;
}

.menu_four .main_menu .navbar .navbar-brand img {
  z-index: 5;
  position: relative;
}

.menu_four .main_menu .navbar .nav.navbar-nav {
  padding-left: 0;
}

.menu_four .main_menu .navbar .nav.navbar-nav > li {
  margin-right: 30px;
}

.menu_four .main_menu .navbar .nav.navbar-nav > li > a {
  color: #000;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 87px;
  text-transform: capitalize;
  font-weight: 500;
}

.menu_four .main_menu .navbar .nav.navbar-nav > li > a:after {
  display: none;
}

.menu_four .main_menu .navbar .nav.navbar-nav > li > a:before {
  display: none;
}

.menu_four .main_menu .navbar .nav.navbar-nav.navbar-right {
  position: relative;
  padding-left: 10px;
}

.menu_four .main_menu .navbar .nav.navbar-nav.navbar-right li {
  margin-right: 0;
}

.menu_four .main_menu .navbar .nav.navbar-nav.navbar-right li.search {
  color: #000;
}

.menu_four .main_menu .navbar .nav.navbar-nav.navbar-right li.search a {
  position: relative;
  color: #000;
}

.menu_four .main_menu .navbar .nav.navbar-nav.navbar-right li.search a:before {
  content: "";
  height: 14px;
  width: 1px;
  color: #242424;
  position: absolute;
  left: -20px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.menu_four.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  background-image: -ms-linear-gradient(90deg, #e7e7e7 0%, #faf6f3 100%);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 40;
  margin-top: 0;
}

.menu_four.navbar_fixed .main_menu .navbar.navbar-expand-lg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* End Header Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.ab_bar_btn {
  text-decoration: underline;
  line-height: 50px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 28px;
  color: #d63343;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  z-index: 3;
}

.ab_bar_btn:after, .ab_bar_btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
}

.ab_bar_btn:before {
  left: 0;
  z-index: -1;
  opacity: 0;
  background: #d63343;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

.ab_bar_btn:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e7e7e7;
}

.ab_bar_btn:hover {
  color: #fff;
}

.ab_bar_btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ab_bar_btn:hover:after {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
  opacity: 0;
}

.more_btn {
  text-decoration: underline;
  font-size: 14px;
  color: #e13535;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.more_btn:hover {
  color: #d63343;
  text-decoration: none;
}

.main_btn {
  background: #ca232a;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border: 1px solid #ca232a;
  padding: 0 22px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_btn:hover {
  border-color: #ca232a;
  background: transparent;
  color: #ca232a;
}

.submit_btn {
  background: #ca232a;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border: 1px solid #ca232a;
  padding: 0 22px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.submit_btn:hover {
  border-color: #ca232a;
  background: transparent;
  color: #ca232a;
}

/* End Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  background: url(../images/home-banner.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 30px;
}

.home_banner_inner {
  position: relative;
  z-index: 5;
}

.home_banner_inner .left_text {
  padding-top: 80px;
}

.home_banner_inner .left_text h5 {
  color: #37a8f4;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
}

.home_banner_inner .left_text h3 {
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.home_banner_inner .left_text p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.home_banner_inner .left_text .tel {
  display: block;
  font-size: 28px;
  color: #f7ce1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}

.home_banner_inner .left_text .main_btn {
  padding: 0 30px;
  line-height: 46px;
}

.home_banner_area form {
  margin-bottom: 0;
}
.schedule_box {
  background: #b2101e;
  max-width: 310px;
  float: right;
  padding: 0 27px;
  position: relative;
}

.schedule_box:before {
  content: "";
  background: url(../images/home-man.png) no-repeat scroll center center;
  position: absolute;
  left: -260px;
  bottom: 0;
  width: 303px;
  height: 508px;
  z-index: -1;
}

.schedule_box img {
  margin: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}

.schedule_box h4 {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 40px;
  margin-bottom: 3px;
}

.schedule_box h5 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
}

.schedule_box .contact_us_form .form-group {
  margin-bottom: 8px;
}

.schedule_box .contact_us_form .form-group input:not(.submit_btn) {
  border: 1px solid #ca525e;
  background: #9e101e;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group input.placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group input:-moz-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group input::-moz-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group textarea {
  border: 1px solid #ca525e;
  background: #9e101e;
  height: 76px;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group textarea.placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.schedule_box .contact_us_form .form-group .submit_btn {
  width: 100%;
  line-height: 41px;
  background-image: -moz-linear-gradient(90deg, #fbb101 0%, #f7cf20 100%);
  background-image: -webkit-linear-gradient(90deg, #fbb101 0%, #f7cf20 100%);
  background-image: -ms-linear-gradient(90deg, #fbb101 0%, #f7cf20 100%);
  margin-top: 8px;
  margin-bottom: 0;
  color: #242424;
  font-weight: bold;
}

/* End Home Banner Area css
============================================================================================ */
/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
  background: url(../images/breadcrumb-1.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden;
}

.breadcrumb_area .breadcrumb_inner {
  position: relative;
}

.breadcrumb_area .breadcrumb_inner img {
  position: absolute;
  right: 0;
  bottom: -128px;
}

.breadcrumb_area h1,
.breadcrumb_area h3,
.breadcrumb_area h2 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.breadcrumb_area .nav {
  position: relative;
  z-index: 3;
}

.breadcrumb_area .nav li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
  position: relative;
}

.breadcrumb_area .nav li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb_area .nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #337fd0;
}

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

.breadcrumb_area .nav li:last-child:before {
  display: none;
}

/* End Breadcrumb Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.slider-home2 .bdt-slideshow-content-wrapper,
.slider_text_box .slider_box {
  background: #fff;
  padding: 60px 50px 65px 60px;
}
@media(min-width: 995px) {
  .slider-home2 .bdt-slideshow-content-wrapper {
    margin-left: -334px;
  }
  .slider-home3 .bdt-slideshow-content-wrapper {
    margin-left: -190px;
  }
  .slider-home3 .bdt-slideshow-content-wrapper {
    margin-left: -190px;
  }
  .slider-home4 .bdt-slideshow-content-wrapper {
    margin-left: -190px;
  }
  .slider-home5 .bdt-slideshow-content-wrapper {
    margin-left: -190px;
  }
}
.slider-home5 .bdt-slideshow-content-wrapper .bdt-slideshow-title span {
  font-size: 52px;
  font-weight: 300;
  color: #36A5EF;
}
.slider-home2 .bdt-slideshow-content-wrapper .bdt-slideshow-text a {
  color: #bd2433;
}
.slider-home3 .bdt-slideshow-content-wrapper .bdt-slideshow-title span,
.slider-home4 .bdt-slideshow-content-wrapper .bdt-slideshow-title span {
  font-weight: 300;
}
.slider-home5 .bdt-slideshow-content-wrapper .bdt-slideshow-text a {
  font-size: 28px;
  color: #f7ce1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 7px;
}
.slider-home5 .bdt-slideshow-content-wrapper .bdt-slideshow-text a.phone {
  display: block;
}
.slider_text_box .slider_box h6 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #0e52a5;
  margin-bottom: 4px;
}

.slider_text_box .slider_box h4 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #051d3e;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.slider_text_box .slider_box p {
  font-size: 24px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #1c1f2b;
  line-height: 35px;
  white-space: pre-wrap;
  margin-bottom: 5px;
}

.slider_text_box .slider_box h5 {
  font-size: 28px;
  color: #bd2433;
  margin-bottom: 35px;
}

.slider_text_box .first_text {
  font-size: 52px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.slider_text_box .first_text span {
  font-weight: 300;
}

.slider_text_box .secand_text {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 32px;
}

.slider_text_box .main_btn {
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.slider_text_box .digit_text {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold !important;
}

.slider_text_box .main_btn.round {
  border-radius: 31px;
  line-height: 62px;
  padding: 0 48px;
  text-transform: capitalize;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.slider_text_box .number_text a {
  color: #f7ce1f;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Choose Contract Area css
============================================================================================ */
.choose_contract_area {
  padding-bottom: 80px;
}

.choose_contract_area .contract_part .contract_text {
  margin-right: 70px;
}

.choose_contract_area .contract_part .contract_text h4 {
  font-size: 32px;
  color: #051d3e;
}

.choose_contract_area .contract_part .contract_text p {
  margin-bottom: 1rem;
}

.choose_contract_area .contract_part .contract_text p:nth-child(3) {
  margin-bottom: 0;
}

.choose_contract_area .contract_part .contract_text .nav {
  max-width: 584px;
  width: 100%;
  margin-bottom: -5px;
  display: block;
  -webkit-columns: 2;
  columns: 2;
  margin-left: -20px;
  margin-top: 35px;
}

.choose_contract_area .contract_part .contract_text .nav li {
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 20px;
}

.choose_contract_area .contract_part .contract_text .nav li a {
  font-size: 17px;
  color: #051d3e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 35px;
  display: block;
}

.choose_contract_area .contract_part .contract_text .nav li a img {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}

.contract_discount {
  background: #eff0f0;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.contract_discount:before {
  content: "";
  width: 92%;
  height: 90%;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contract_discount h4 {
  background: #bd2433;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 0 16px 0;
  font-size: 22px;
  font-style: italic;
}

.contract_discount h4 span {
  font-size: 28px;
}

.contract_discount h5 {
  color: #152242;
  font-size: 18px;
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 13px;
  line-height: 27px;
}

.contract_discount p {
  font-size: 15px;
  font-weight: 500;
  color: #152242;
  opacity: .7;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
}

.contract_discount a {
  background: #1f65bd;
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.contract_discount h6 {
  font-weight: normal;
  color: #9d9d9d;
  font-size: 14px;
  margin-bottom: 8px;
}

.print {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #e31b1e;
  text-decoration: underline;
  margin-top: 14px;
  margin-bottom: 3px;
}

.more {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #7a7a7a;
}

.service_part {
  margin-top: 15px;
}

.service_part .service_contract_text {
  border-top: 1px solid #dbdbdb;
  margin-right: 70px;
  padding-top: 40px;
  margin-top: 30px;
}

.service_part .service_contract_text h4 {
  font-size: 24px;
  color: #242424;
}

.service_part .service_contract_text .nav {
  max-width: 100%;
  width: 100%;
  margin-bottom: -8 px;
  display: block;
  -webkit-columns: 2;
  columns: 2;
  margin-left: -20px;
  margin-top: 25px;
}

.service_part .service_contract_text .nav li {
  margin-bottom: 8px;
  display: inline-block;
  margin-left: 20px;
  width: 100%;
}

.service_part .service_contract_text .nav li a {
  font-size: 16px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: block;
}

.service_part .service_contract_text .nav li a img {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}

.box_testi .title {
  background: #0062a3;
  vertical-align:middle;
  display: block;
}

.box_testi .title h4 {
  background: #bd2433;
  display: inline-block;
  margin-bottom: 0;
  line-height: 60px;
  padding: 0 40px 0 35px;
  color: #fff;
  font-size: 22px;
  position: relative;
}

.box_testi .title h4:before {
  content: '';
  position: absolute;
  right: -45px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 45px;
  border-color: transparent transparent transparent #bd2433;
}

.box_testi .box_testi_gray {
  background: #ebebeb;
  padding: 20px;
}

.box_testi .box_testi_gray .box_testi_slider {
  background: #fff;
  padding: 30px 30px 25px 30px;
}

.b_testi h3 {
  color: #bd2433;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 8px;
}

.b_testi p {
  color: #1c425d;
  margin-bottom: 15px;
}

.b_testi h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #1f65bd;
  font-size: 14px;
}

.b_testi .nav li {
  margin-right: 5px;
}

.b_testi .nav li a {
  font-size: 20px;
  color: #fbbc19;
}

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

.choose_two .service_part {
  margin-top: 0;
}

.choose_two .service_part .service_contract_text {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.choose_two .service_part .service_contract_text h4 {
  font-size: 32px;
}

.choose_two .service_part .service_contract_text p {
  margin-bottom: 1rem;
}

.free_consultation {
  background: #ebf1f4;
  margin-left: -51px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.free_consultation .title_top {
  background: #074873;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  position: relative;
  padding-bottom: 15px;
}

.free_consultation .title_top:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 210.5px 0 210.5px;
  border-color: #074873 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.free_consultation .title_top h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.free_consultation .title_top h3 {
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
}

.free_consultation .contact_us_form {
  padding: 0 22px 50px 22px;
  margin-top: 70px;
  margin-left: -9px;
  margin-right: -9px;
}

.free_consultation .contact_us_form .col-lg-6, .free_consultation .contact_us_form .col-lg-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.free_consultation .contact_us_form .form-group input:not(.submit_btn) {
  height: 40px;
}

.free_consultation .contact_us_form .form-group textarea {
  height: 132px;
}

.free_consultation .contact_us_form .form-group .submit_btn {
  display: block;
  width: 100%;
  background: #e43838;
  border-color: #e43838;
  height: 48px;
}

.free_consultation .contact_us_form .form-group .submit_btn:hover {
  background: #fff;
  color: #e43838;
}

/* End Choose Contract Area css
============================================================================================ */
/* Replacement Area css
============================================================================================ */
.replacement_area {
  background: #13213b;
  border-top: 6px solid #bb202e;
}

.replacement_area .media .d-flex {
  padding-right: 86px;
}

.replacement_area .media .d-flex img {
  margin-top: -45px;
}

.replacement_area .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.replacement_area .media .media-body h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 13px;
}

.replacement_area .media .media-body h5 {
  margin-bottom: 0;
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}

.replacement_area .media .media-body h5 a {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #d4482e;
  margin-left: 8px;
}

/* End Replacement Area css
============================================================================================ */
/* End Replacement Area css
============================================================================================ */
.finance_area {
  padding-bottom: 85px;
}

.finance_area .finance_inner {
  margin-right: 50px;
}

.finance_area .finance_inner h2 {
  color: #051d3e;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}

.finance_area .finance_inner p {
  margin-bottom: 1rem;
}

.finance_area .finance_inner .big {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #0f58a6;
  margin-bottom: 0;
  padding-top: 16px;
}

.finance_area .finance_inner img {
  margin-top: 30px;
}

.img_two {
  max-width: 600px;
}

.img_two img {
  margin-right: 55px;
}

.img_two img:last-child {
  margin-right: 0;
}

/* End Replacement Area css
============================================================================================ */
/* Special Area css
============================================================================================ */
.specials_area {
  padding-bottom: 140px;
}

.specials_inner {
  margin-right: 28px;
}

.specials_inner .coupons_list ul {
  margin-left: 0;
}

.specials_inner .coupons_list .main_title {
  margin-bottom: 15px;
}

.specials_inner .coupons_list .nav li a {
  position: relative;
  padding-left: 30px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
}

.specials_inner .coupons_list .nav li a img {
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.specials_inner .coupons_list .nav li a:hover {
  color: #d63343;
}

.free_estimate {
  margin-top: 45px;
}

.free_estimate h3 {
  font-size: 20px;
  color: #051d3e;
  margin-bottom: 15px;
}

.free_estimate p {
  margin-bottom: 0;
}

.free_es_item {
  border: 2px dashed #7d7d7d;
  margin-top: 50px;
  padding: 30px 0;
}

.free_es_item .media .d-flex {
  max-width: 275px;
  width: 100%;
  text-align: center;
}

.free_es_item .media .d-flex img {
  display: block;
  margin: auto;
}

.free_es_item .media .media-body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.free_es_item .media .media-body h4 {
  color: #d63343;
  font-size: 32px;
  margin-bottom: 15px;
}

.free_es_item .media .media-body p {
  line-height: 26px;
  font-size: 16px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.free_es_item .media .media-body h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #797979;
  margin-bottom: 0;
}

.free_es_item:nth-child(odd) .media .d-flex img {
  margin-bottom: -30px;
}

/* End Special Area css
============================================================================================ */
/* Tips Area css
============================================================================================ */
.tips_area .main_title {
  margin-bottom: 40px;
}

.tips_area .main_title h2 {
  margin-bottom: 20px;
}

.tips_list_inner {
  border-bottom: 1px solid #d6d6d6;
}

.tips_list_inner p {
  margin-top: 100px;
  font-size: 32px;
  line-height: 46px;
  color: #051d3e;
  font-family: "Playfair Display", serif;
  font-style: italic;
  max-width: 765px;
  padding-bottom: 90px;
}

.tips_artical {
  margin-bottom: 55px;
}

.tips_artical ul{
  margin-left: 0;
}

.tips_artical:last-child {
  margin-bottom: 0;
}

.tips_artical h4 {
  color: #051d3e;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

.tips_artical .nav li {
  margin-bottom: 15px;
}

.tips_artical .nav li:last-child {
  margin-bottom: 0;
}

.tips_artical .nav li a {
  font-size: 18px;
  color: #051d3e;
  font-family: "Poppins", sans-serif;
}

/* End Tips Area css
============================================================================================ */
/* Repair System Area css
============================================================================================ */
.repair_system_area .center_title_big {
  position: relative;
  margin-bottom: 86px;
}

.repair_system_area .center_title_big:before {
  content: "";
  height: 2px;
  width: 96px;
  background: #176bc5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
}

.rp_box_item {
  border: 1px solid #dbdbdb;
  text-align: center;
  border-radius: 3px;
  padding-top: 25px;
}

.rp_box_item h4 {
  font-size: 20px;
  color: #051d3e;
  margin-bottom: -7px;
}

.rp_box_item img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.rp_box_item .icon {
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  bottom: -24px;
}

.rp_box_item .icon i {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  color: #797979;
  line-height: 36px;
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.rp_box_item:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.13);
}

.rp_box_item:hover .icon i {
  background: #d63343;
  color: #fff;
  border-color: #d63343;
}

/* End Repair System Area css
============================================================================================ */
/* Family Air Area css
============================================================================================ */
.family_area {
  background: url(../images/family-img.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  padding-bottom: 85px;
  z-index: 2;
}

.family_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.family_area .family_air_text h4 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
}

.family_area .family_air_text h4 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
}

.family_area .family_air_text h4 span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.family_area .family_air_text p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 35px;
}

.family_area .family_air_text .main_btn {
  background: #55b6c7;
  border-color: #55b6c7;
  text-transform: capitalize;
  line-height: 45px;
  border-radius: 22.5px;
}

.family_area .family_air_text .main_btn:hover {
  background: #d63343;
  color: #fff;
  border-color: #d63343;
}

/* End Family Air Area css
============================================================================================ */
/* Experience Area css
============================================================================================ */
.experience_inner .experience_text {
  margin-right: 35px;
}

.experience_inner .experience_text h3 {
  font-size: 36px;
  color: #051d3e;
  line-height: 43px;
  margin-bottom: 20px;
}

.experience_inner .experience_text h5 {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  color: #1356b1;
  margin-bottom: 15px;
}

.experience_inner .experience_text p {
  margin-bottom: 40px;
}

.experience_inner .experience_text .ex_item_inner .media {
  position: relative;
}

.experience_inner .experience_text .ex_item_inner .media:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 3px;
}

.experience_inner .experience_text .ex_item_inner .media .d-flex {
  padding-right: 16px;
}

.experience_inner .experience_text .ex_item_inner .media .media-body h4 {
  font-size: 16px;
  color: #333333;
}

.experience_inner .experience_text .ex_item_inner .media .media-body h6 {
  font-size: 15px;
  font-style: italic;
  color: #868686;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.experience_inner .experience_text .main_btn {
  margin-top: 47px;
  line-height: 46px;
}

/* End Experience Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Area css
============================================================================================ */
.about_bar_area {
  border-bottom: 1px solid #dbdfe3;
  padding: 33px 0 30px 0;
  background: url(../images/icon/ab-bar-bg.png) no-repeat scroll center bottom;
}

.about_bar_text h5 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}

.about_bar_text h4 {
  font-size: 24px;
  color: #082650;
  margin-bottom: 0;
}

.about_bar_text .ab_bar_btn {
  margin-left: 50px;
  margin-top: 0;
  text-decoration: underline;
}

/* End About Area css
============================================================================================ */
/* About Text Area css
============================================================================================ */
.about_text_area.service_call_in .ab_text_inner .ab_text_item {
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.about_text_area.service_call_in .ab_text_inner .contract_discount {
  margin-top: 30px;
}

.ab_text_inner .ab_text_item {
  margin-bottom: 38px;
}

.ab_text_inner .ab_text_item h3 {
  font-size: 32px;
  color: #051d3e;
}

.ab_text_inner .ab_text_item p {
  margin-bottom: 0;
}

.ab_text_inner .ab_text_item_two h3 {
  color: #051d3e;
  font-size: 26px;
}

.ab_list {
  margin-top: 35px;
}

.ab_list ul {
  margin-left: 0;
}

.ab_list h4 {
  font-size: 22px;
  color: #051d3e;
}

.ab_list .nav li a {
  font-size: 16px;
  line-height: 35px;
  color: #051d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.ab_list .nav li a:hover {
  color: #d63343;
}

.ab_list .ab_logo {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 55px 10px 50px 65px;
}

.request_service_box {
  background: #3376ca;
  padding: 40px 30px;
}

.request_service_box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.request_service_box p {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 20px;
}

.request_service_box .contact_us_form .form-group input:not(.submit_btn) {
  height: 40px;
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group input.placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group input:-moz-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group input::-moz-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group input::-webkit-input-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group textarea {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
  height: 121px;
}

.request_service_box .contact_us_form .form-group textarea.placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group textarea:-moz-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group textarea::-moz-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.request_service_box .contact_us_form .form-group textarea::-webkit-input-placeholder {
  color: #989fa5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

/* End About Text Area css
============================================================================================ */
/* Our Moto Area css
============================================================================================ */
.our_moto_area {
  overflow: hidden;
  background: #22335d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_moto_area .left_side {
  width: calc(50% - 215px);
  overflow: hidden;
}

.our_moto_area .left_side img{
  max-width: none;
}

.our_moto_area .right_side {
  width: calc(50% + 215px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_moto_area .right_side .moto_text {
  margin-left: 65px;
  max-width: 730px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.our_moto_area .right_side .moto_text h5 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.our_moto_area .right_side .moto_text p {
  font-size: 16px;
  line-height: 26px;
  color: #caddf5;
  margin-bottom: 0;
}

.our_moto_area .right_side .moto_text h4 {
  font-size: 26px;
  color: #fff;
  margin-top: 45px;
}

.our_moto_area.moto_two .right_side .moto_text h5 span {
  font-weight: 300;
}

.our_moto_area.moto_two .right_side .moto_text h4 {
  font-weight: 300;
}

.our_moto_area.moto_video .left_side {
  position: relative;
  z-index: 5;
}

.our_moto_area.moto_video .left_side a {
  height: 116px;
  width: 116px;
  background: #bd2433;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  line-height: 145px;
  z-index: 3;
}

.our_moto_area.moto_video .left_side a:before {
  content: "";
  width: 116px;
  height: 116px;
  border: 1px solid #bd2433;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: runpulse 1.5s infinite linear;
  animation: runpulse 1.5s infinite linear;
  z-index: -1;
}

.our_moto_area.moto_video .left_side a:after {
  content: "";
  width: 116px;
  height: 116px;
  background: rgba(189, 36, 51, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: runpulse 1.5s infinite linear;
  animation: runpulse 1.5s infinite linear;
}

.our_moto_area.moto_video .left_side a .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* End Our Moto Area css
============================================================================================ */
/* Emergency Area css
============================================================================================ */
.emergency_call_area {
  background: #176bc5;
  padding-top: 35px;
  padding-bottom: 25px;
}

.emergency_call_area .left h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.emergency_call_area .left h4 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
}

.emergency_call_area .left p {
  font-size: 20px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}

.emergency_call_area .right {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.emergency_call_area .right h5 {
  color: #fff;
  background: #0264a9;
  padding-left: 115px;
  padding-right: 40px;
  margin-bottom: 0;
  font-size: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 31px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.31);
}

/* End Emergency Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Repair Service Area css
============================================================================================ */

.r_service_item {
  position: relative;
  text-align: center;
}

.r_service_item img{
  display: inline-block;
}

.r_service_item h4 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 18px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  font-weight: 600;
  text-shadow: none;
}

.r_service_item h4:before {
  content: "";
  background: url(../images/r-service-shap.png) no-repeat scroll center center;
  height: 59px;
  width: 218px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -25px;
  z-index: -1;
}

.gray_service {
  background: #edf0f1;
}

.service_raw_text {
  margin-bottom: 85px;
}

.service_raw_text h4 {
  font-size: 32px;
  color: #051d3e;
  line-height: 44px;
  margin-bottom: 0;
}

.service_raw_text p {
  font-size: 22px;
  font-weight: 200;
  color: #051d3e;
  font-family: "Open Sans", sans-serif;
  padding-left: 35px;
  padding-right: 20px;
  line-height: 32px;
  margin-bottom: 0;
  position: relative;
}

.service_raw_text p:before {
  content: "";
  height: 123px;
  width: 1px;
  background: #bfc6cd;
  position: absolute;
  left: 0;
  top: 5px;
}

/* Repair Service Area css
============================================================================================ */
/* Main Service Area css
============================================================================================ */
.main_service_area {
  padding-bottom: 140px;
}

.main_service_inner {
  margin-bottom: -95px;
}

.m_service_item {
  margin-bottom: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ec4747;
}

.m_service_item .service_img {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.m_service_item .service_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}
.m_service_item .service_img a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.m_service_item:hover .service_img a:before {
  opacity: 1;
}
.m_service_item .service_text {
  border: 1px solid #e5e5e5;
  padding: 25px 22px;
  position: relative;
}

.m_service_item .service_text:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  height: 40px;
  width: 180px;
  top: -12px;
  z-index: 4;
}

.m_service_item .service_text h4 {
  color: #051d3e;
  font-size: 20px;
  z-index: 5;
  position: relative;
}

.m_service_item .service_text p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 14px;
}

.m_service_item .service_text .more_btn {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.m_service_item:hover .service_img a:before {
  opacity: 1;
}

.m_service_item:hover .service_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* End Main Service Area css
============================================================================================ */
/* Service Details Area css
============================================================================================ */
.s_details_inner {
  padding-left: 30px;
}

.s_details_inner .s_details_main img {
  margin-bottom: 50px;
}

.s_details_inner .s_details_main h4 {
  font-size: 26px;
  color: #051d3e;
}

.s_details_inner .s_details_main p:last-child {
  margin-bottom: 0;
}

.s_details_main img {
  margin-bottom: 50px;
}

.s_details_main h4 {
  font-size: 26px;
  color: #051d3e;
}

.s_details_main p {
  margin-bottom: 1rem;
}

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

.maintence_column {
  margin-top: 50px;
  margin-bottom: 55px;
}

.maintence_column .maintence_text {
  padding-left: 10px;
  padding-right: 46px;
}

.maintence_column .maintence_text ul {
  margin-left: 0;
}

.maintence_column .maintence_text h4 {
  color: #051d3e;
  font-size: 24px;
}

.maintence_column .maintence_text p {
  margin-bottom: 20px;
}

.maintence_column .maintence_text .nav li {
  margin-bottom: 7px;
}

.maintence_column .maintence_text .nav li:last-child {
  margin-bottom: 0;
}

.maintence_column .maintence_text .nav li a {
  color: #051d3e;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.maintence_column .maintence_text .nav li:hover a {
  color: #d63343;
}

.maintence_column .maintence_text.p-0 {
  padding-right: 46px !important;
}

.award_box .col-lg-4 {
  background: #1e4875;
  border-right: 1px solid #fff;
}

.award_box .col-lg-4:nth-child(2) {
  background: #ca232a;
}

.award_box .col-lg-4:last-child {
  background: #176bc4;
}

.award_box .award_box_item {
  padding: 30px 25px 40px 25px;
  text-align: center;
  color: #fff;
}

.award_box .award_box_item img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.award_box .award_box_item h4 {
  font-size: 18px;
  color: #fff;
}

.award_box .award_box_item p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.award_box.gray_box .col-lg-4 {
  background: #fafafa;
  border-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.award_box.gray_box .col-lg-4:first-child {
  border-left: 1px solid #e5e5e5;
}

.award_box.gray_box .col-lg-4:nth-child(2) {
  background: #fff;
}

.award_box.gray_box .award_box_item h4 {
  color: #242424;
}

.award_box.gray_box .award_box_item p {
  color: #797979;
}

.benefit_service {
  margin-top: 55px;
}

.benefit_service ul {
  margin-left: 0;
}

.benefit_service .main_title {
  margin-bottom: 30px;
}

.benefit_service .main_title h2 {
  font-size: 24px;
}

.benefit_service .nav {
  -webkit-columns: 2;
  columns: 2;
  width: 100%;
  display: block;
  margin-bottom: -10px;
}

.benefit_service .nav li {
  margin-bottom: 10px;
}

.benefit_service .nav li {
  background:url('../images/check-3.png') no-repeat left 7px;
  background-size: 16px 14px;
}

.benefit_service .nav li a {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #999999;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
}

.nav1 li {
  background:url('../images/check-3.png') no-repeat left 8px;
  background-size: 15px 13px;
}

.nav2 li {
  background:url('../images/check.png') no-repeat left 7px;
  background-size: 16px 14px;
}

.nav3 li {
  background:url('../images/check-2.png') no-repeat left 8px;
  background-size: 15px 13px;
}

.nav1 li a,
.nav2 li a,
.nav3 li a {
  padding-left: 28px;
}

.benefit_service .nav li a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.benefit_service .nav li a:hover {
  color: #d63343;
}

.left_widget {
  margin-bottom: 30px;
}

.list_wd .nav {
  border-left: 3px solid #d63343;
  margin-bottom: 0;
  margin-left: 0;
}

.list_wd .nav li {
  border-bottom: 3px solid #fff;
}

.list_wd .nav li:last-child {
  border-bottom: 0;
}

.list_wd .nav li a {
  background: #f1f1f1;
  color: #242424;
  display: block;
  padding-left: 22px;
  line-height: 55px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
}

.list_wd .nav li a:before {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  left: 22px;
  top: 50%;
  background: #fff;
  margin-top: -1px;
  opacity: 0;
}

.list_wd .nav li:hover a, .list_wd .nav li.active a {
  background: #d63343;
  color: #fff;
  padding-left: 50px;
}

.list_wd .nav li:hover a:before, .list_wd .nav li.active a:before {
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.contact_wd {
  overflow: hidden;
  background: #176bc4;
}

.contact_wd .text {
  background: #176bc4;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 42px;
  position: relative;
  padding-top: 10px;
  text-align: center;
}

.contact_wd .text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 280px;
  border-color: transparent transparent #0f58a6 transparent;
  position: absolute;
  top: -56px;
  left: 0;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.contact_wd .text p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.contact_wd .text p span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  display: block;
}

.contact_wd .text h4 {
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: left;
}

.contact_wd .text .main_btn {
  padding: 0 30px;
  line-height: 44px;
}

.l_title h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 25px;
}

.dw_wd .download_btn {
  display: block;
  background: #242424;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 20px;
}

/* End Service Details Area css
============================================================================================ */
/* Repair Service Area css
============================================================================================ */
.repair_service_area {
  background: #e6ecf2;
  overflow: hidden;
}

.repair_service_area.bg_shadow {
  background: #f3f3f6;
}

.repair_service_area .repair_img {
  overflow: hidden;
}

.repair_service_area .rp_text {
  max-width: 499px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.repair_service_area .rp_text h4 {
  font-size: 50px;
  font-weight: bold;
  color: #051d3e;
  margin-bottom: 27px;
}

.repair_service_area .rp_text h6 {
  font-size: 20px;
  font-weight: 500;
  color: #051d3e;
  margin-bottom: 0;
}

.repair_service_area .rp_text h5 {
  font-size: 22px;
  font-weight: 300;
  color: #242424;
  margin-bottom: 15px;
}

.repair_service_area .rp_text p {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 37px;
}

.repair_service_area .rp_text .main_btn {
  text-transform: none;
  line-height: 54px;
  padding: 0 45px;
  border-radius: 27px;
  font-size: 16px;
}

/* End Repair Service Area css
============================================================================================ */
/* Service Slider Area css
============================================================================================ */
.service_slider_area {
  background: #0e2a4e;
}

.service_slider_area .main_title {
  position: relative;
  margin-bottom: 75px;
}

.service_slider_area .main_title:before {
  content: "";
  height: 1px;
  width: 87px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service_slider_area .main_title p {
  color: rgba(255, 255, 255, 0.5);
}

.service_slider_area .service_slider {
  margin-bottom: -50px;
}

.service_slider_area .service_slider .m_service_item {
  background: #fff;
}

.service_slider_area .service_slider .service_arrow {
  text-align: center;
  margin-bottom: 50px;
}

.service_slider_area .service_slider .service_arrow .owl-prev {
  margin-right: 20px;
}

.service_slider_area .service_slider .service_arrow .owl-prev:before {
  content: '';
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -90px;
  top: 50%;
}

.service_slider_area .service_slider .service_arrow .owl-next:before {
  content: '';
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -90px;
  top: 50%;
}

.service_slider_area .service_slider .service_arrow .owl-prev, .service_slider_area .service_slider .service_arrow .owl-next {
  height: 44px;
  width: 44px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #a7afb6;
  color: #a7afb6;
  font-size: 22px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: relative;
}

.service_slider_area .service_slider .service_arrow .owl-prev i, .service_slider_area .service_slider .service_arrow .owl-next i {
  line-height: 36px;
}

.service_slider_area .service_slider .service_arrow .owl-prev:hover, .service_slider_area .service_slider .service_arrow .owl-next:hover {
  background: #d63343;
  border-color: #d63343;
  color: #fff;
}

/* End Service Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Company Video Area css
============================================================================================ */
.company_video_area {
  background-color: #1D2B50;
  background-size: cover;
  padding: 115px 0 120px 0;
}

.company_text {
  margin-right: 90px;
}

.company_text .company_text_part {
  margin-bottom: 45px;
}

.company_text .company_text_part:last-child {
  margin-bottom: 0;
}

.company_text .company_text_part h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.company_text .company_text_part p {
  line-height: 26px;
  color: #caddf5;
  margin-bottom: 0;
}

.youtube_video {
  height: 100%;
  position: relative;
}

.youtube_video img{
  position: relative;
}

.youtube_video a{
  height: 116px;
  width: 116px;
  background: #bd2433;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  line-height: 145px;
  z-index: 3;
}

.youtube_video a:before {
  content: "";
  width: 116px;
  height: 116px;
  border: 1px solid #bd2433;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: runpulse 1.5s infinite linear;
  animation: runpulse 1.5s infinite linear;
  z-index: -1;
}

.youtube_video a:after {
  content: "";
  width: 116px;
  height: 116px;
  background: rgba(189, 36, 51, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: runpulse 1.5s infinite linear;
  animation: runpulse 1.5s infinite linear;
}

.youtube_video a .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}

.youtube_video:before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  background: url(../images/video-shadow.png) no-repeat scroll center center;
  position: absolute;
  height: 33px;
  width: 543px;
}

.youtube_video iframe {
  width: 100%;
  min-height: 354px;
  border-radius: 0;
  border: none;
}

/* End Company Video Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* New Blog Area css
============================================================================================ */
.new_blog_area {
  background: #1a4c8c;
  padding: 80px 0 100px 0;
}

.new_blog_item .d-flex {
  overflow: hidden;
}

.new_blog_item .d-flex img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.new_blog_item .media-body {
  background: #e2e9f2;
  padding: 25px 40px 25px 30px;
  height: 100%;
}

.new_blog_item .media-body h6 {
  color: #818181;
  font-size: 13px;
  margin-bottom: 12px;
}

.new_blog_item .media-body h4 {
  font-size: 18px;
  color: #242424;
  margin-bottom: 13px;
}

.new_blog_item .media-body p {
  font-size: 15px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 4px;
}

.new_blog_item:hover .d-flex img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* End New Blog Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.blog_area {
  padding-bottom: 140px;
}

.blog_list {
  padding-right: 30px;
}

.blog_item {
  margin-bottom: 75px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media(max-width: 991px) {
  .blog_item {
    padding: 6%;
  }
}
.blog_item:last-child {
  margin-bottom: 0;
}

.blog_item .blog_img {
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: block;
}

.blog_item .blog_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.blog_item .blog_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_item .blog_text h4 {
  font-size: 28px;
  color: #051d3e;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 12px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_text .nav {
  margin-bottom: 22px;
  margin-top: 14px;
}

.blog_item .blog_text .nav li {
  margin-right: 20px;
}

.blog_item .blog_text .nav li a {
  color: #b8b8b8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_text .nav li a i {
  padding-right: 10px;
  color: #3a81af;
  font-size: 16px;
}

.blog_item .blog_text .nav li a:hover {
  color: #3a81af;
}

.blog_item .blog_text .nav li:last-child {
  margin-right: 0;
}

.blog_item .blog_text p {
  margin-bottom: 25px;
}

.blog_item:hover .blog_img:before {
  opacity: 1;
}

.blog_item:hover .blog_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_item:hover .blog_text h4 {
  color: #d63343;
}

.pagination_area {
  margin-top: 50px;
  margin-bottom: 0;
}

.pagination_area .pagination {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

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

.pagination_area .pagination li a {
  border-radius: 0 !important;
  padding: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #d4d4d4;
  text-align: center;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #242424;
}

.pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
  background: #13213b;
  border-color: #13213b;
  color: #fff;
}

.r_widget {
  margin-bottom: 40px;
}

.r_title {
  margin-bottom: 20px;
}

.r_title h3 {
  color: #051d3e;
  margin-bottom: 0;
  font-size: 24px;
}

.categories_widget .list {
  margin-top: -5px;
}

.categories_widget .list li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #797979;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.categories_widget .list li a i {
  float: right;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  left: 0;
  position: relative;
  color: #c8c8c8;
}

.categories_widget .list li:last-child a {
  border-bottom: 0;
}

.categories_widget .list li:hover a {
  color: #d63343;
}

.categories_widget .list li:hover a i {
  position: relative;
  left: -4px;
}

.search_widget .input-group {
  display: block;
}

.search_widget .input-group input {
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 52px;
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d3d3d3;
  padding: 0 50px 0 20px;
}

.search_widget .input-group input.placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
}

.search_widget .input-group .input-group-append {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.search_widget .input-group .input-group-append .btn {
  padding: 0 14px;
  margin-left: 0;
  background: #e3ebf0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  line-height: 48px;
  display: inline-block;
  border-left: 1px solid #d3d3d3;
}

.search_widget .input-group .input-group-append .btn i {
  font-size: 16px;
  color: #414141;
}

.tags_widget .list {
  margin-right: -7px;
  margin-bottom: -10px;
}

.tags_widget .list li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}

.tags_widget .list li a {
  border: 1px solid #e4e4e4;
  font-size: 15px;
  color: #a6a6a6;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 15px;
  line-height: 36px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.tags_widget .list li:hover a {
  color: #fff;
  background: #d63343;
  border-color: #d63343;
}

.recent_widget .recent_w_inner .recent_item {
  border-bottom: 1px solid #e1e1e1;
}

.recent_widget .recent_w_inner .recent_item h4 {
  font-size: 15px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242424;
  padding-top: 17px;
}

.recent_widget .recent_w_inner .recent_item p {
  font-size: 15px;
  color: #9a9a9a;
  font-family: "Poppins", sans-serif;
}

.recent_widget .recent_w_inner .recent_item:first-child h4 {
  padding-top: 0;
}

.single_blog_inner .blog_item {
  margin-bottom: 36px;
}

.two_column_text {
  margin-bottom: 50px;
}

.two_column_text p {
  margin-bottom: 0;
}

.b_single_text {
  color: #242424;
  font-size: 22px;
  margin-bottom: 25px;
}

.single_element_text p a {
  color: #d63343;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
}

.single_title {
  margin-bottom: 40px;
}

.single_title h3 {
  font-size: 22px;
  color: #051d3e;
}

.s_comment_list {
  margin-top: 45px;
}

.s_comment_list .s_comment_list_inner {
  border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 75px;
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media .d-flex {
  padding-right: 30px;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: .45px;
  line-height: normal;
  color: #242424;
  font-weight: 500;
  margin-bottom: 8px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  margin-bottom: 0;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
  margin-top: 7px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .39px;
  color: #aeaeae;
  margin-right: 20px;
  position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
  content: "";
  background: #aeaeae;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
  color: #d63343;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
  display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
  background: transparent;
  padding-left: 0;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 0;
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
  background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
  border-bottom: none;
}

.s_comment_area {
  margin-top: 60px;
}

.s_comment_area .s_comment_inner {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group {
  margin-bottom: 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:not(.submit_btn) {
  background: #fff;
  font-size: 16px;
  color: #737373;
  height: 45px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 0 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 172px;
  padding: 15px 20px;
  border-radius: 0;
  resize: none;
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #737373;
  font-family: "Open Sans", sans-serif;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group .submit_btn {
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 42px;
  height: 42px;
  padding: 0 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group .submit_btn:hover {
  color: #d63343;
}

/* End Main Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Client Service Area css
============================================================================================ */
.client_service_area {
  padding: 70px 0 60px 0;
}

.client_service_area.tips_client {
  padding: 90px 0 120px 0;
}

.client_service_area.client_logo {
  padding-top: 100px;
  padding-bottom: 130px;
}

.client_slider .item {
  text-align: center;
  display: block;
  line-height: 100px;
}

.client_slider .item img {
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 100px;
}

/* Client Service Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Team Area css
============================================================================================ */
.our_team_area {
  background: #f0edf7;
}

.our_team_area.pad_top {
  padding-bottom: 140px;
}

.our_team_area.our_team2 {
  background: #22335d;
}

.our_team_inner {
  margin-bottom: -60px;
}

.team_item {
  margin-bottom: 60px;
}

.team_item .team_img {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.team_item .team_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team_item .team_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(189, 36, 51, 0.9);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.team_item .team_img .nav {
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  margin-left: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team_item .team_img .nav li {
  margin-right: 10px;
}

.team_item .team_img .nav li:last-child {
  margin-right: 0;
}

.team_item .team_img .nav li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_item .team_img .nav li:hover a {
  color: #242424;
  border-color: #242424;
}

.team_item .team_text {
  background: #fff;
  max-width: 238px;
  margin: auto;
  text-align: center;
  padding: 12px 10px 15px 10px;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.team_item .team_text h4 {
  margin-bottom: 0;
  font-size: 18px;
  color: #242424;
  margin-bottom: 5px;
}

.team_item .team_text h5 {
  color: #797979;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.team_item:hover .team_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team_item:hover .team_img:before {
  opacity: 1;
}

.team_item:hover .team_img .nav {
  opacity: 1;
  bottom: 58px;
  z-index: 2;
}

/* End Team Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.c_testi_slider {
  margin-top: -25px;
  margin-bottom: -50px;
  padding-left: 15px;
  padding-right: 15px;
}

.c_testi_slider .item {
  padding: 25px 25px 0 25px;
}

.c_testi_slider .item .b_testi {
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
  padding: 35px 40px;
  background: #fff;
  border-bottom: 3px solid #ec4747;
}

.testimonials_area {
  background: #efefef;
}

.testimonials_area.pad_top {
  padding-bottom: 140px;
}

.testimonials_area .main_title {
  margin-bottom: 90px;
}

.testimonials_inner {
  margin-bottom: -105px;
}

.text_item_box {
  background: #fff;
  max-width: 330px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 105px;
  position: relative;
  padding-bottom: 75px;
}

.text_item_box img {
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text_item_box h3 {
  margin-top: 20px;
  font-size: 16px;
  color: #242424;
  margin-bottom: 7px;
}

.text_item_box h5 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #a0a0a0;
  margin-bottom: 20px;
  font-weight: normal;
}

.text_item_box p {
  margin-bottom: 0;
}

.text_item_box i {
  font-size: 130px;
  color: #3d7bc3;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  line-height: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact Area css
============================================================================================ */
.contact_details_area .main_title h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.contact_details_area .main_title p {
  color: #fff;
}

.contact_details_text .media {
  margin-bottom: 14px;
  padding: 15px;
  border: 1px solid rgba(256,256,256, 0.08);
}

.contact_details_text .media:last-child {
  margin-bottom: 0;
}

.contact_details_text .media .d-flex {
  max-width: 52px;
  width: 100%;
}

.contact_details_text .media .media-body h4 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}

.contact_details_text .media .media-body a {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.contact_details_text .media .media-body p {
  margin-bottom: 0;
  color: #fff;
}

.contact_form_area {
  padding-left: 250px;
  background-image: -moz-linear-gradient(90deg, #edecf3 0%, white 92%);
  background-image: -webkit-linear-gradient(90deg, #edecf3 0%, white 92%);
  background-image: -ms-linear-gradient(90deg, #edecf3 0%, white 92%);
  -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  padding-right: 72px;
  padding-top: 75px;
  padding-bottom: 70px;
}

.contact_form_area h3 {
  color: #051d3e;
  font-size: 34px;
  margin-bottom: 24px;
}

.c_details_inner {
  background: #20389d;
  margin-right: -230px;
  position: relative;
  z-index: 3;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 55px 35px 55px 35px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0;
}

.contact_us_form .form-group input:not(.submit_btn) {
  height: 55px;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input.placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group input:focus {
  border-color: #d63343;
}

.contact_us_form .form-group textarea {
  height: 230px;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
}

.contact_us_form .form-group textarea:focus {
  border-color: #d63343;
}

.contact_us_form .form-group .submit_btn {
  padding: 0 28px;
  line-height: 44px;
}

.map_area {
  padding-bottom: 135px;
}

.map_area .mapBox2 {
  min-height: 425px;
}

/* End Contact Area css
============================================================================================ */
/* Faq Area css
============================================================================================ */

.faq_area .main_title h2 {
  font-size: 32px;
}

.faq_title h3 {
  color: #051d3e;
  font-size: 32px;
  position: relative;
  margin-bottom: 65px;
}

.faq_title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #adadad;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.faq_title h3 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.faq_inner #accordionExample {
  padding-right: 65px;
}

.faq_inner .accordion .card {
  border: none;
  margin-top: 46px;
}

.faq_inner .accordion .card .card-header {
  border: none;
  padding: 0;
  background: transparent !important;
}

.faq_inner .accordion .card .card-header button {
  padding: 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-left: 28px;
  padding-right: 20px;
  text-decoration: none;
  border: none;
}

.faq_inner .accordion .card .card-header button i {
  position: absolute;
  left: 0;
  top: 1px;
  font-style: normal;
  display: none;
}

.faq_inner .accordion .card .card-header button i + i {
  display: inline-block;
}

.faq_inner .accordion .card .card-header button.collapsed i {
  display: inline-block;
}

.faq_inner .accordion .card .card-header button.collapsed i + i {
  display: none;
}

.faq_inner .accordion .card .card-body {
  padding: 15px 20px 0 28px;
}

.faq_inner .accordion .card:first-child {
  margin-top: 0;
}

.question_form_area {
  background: #072d5b;
  padding-bottom: 120px;
}

.question_form_area h3 {
  color: #fff;
  margin-bottom: 45px;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.question_form_area h3:before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 7px;
  width: 40px;
  height: 2px;
  background: #fff;
}

.question_form_area .contact_us_form .form-group {
  margin-bottom: 25px;
}

.question_form_area .contact_us_form .form-group:last-child {
  margin-bottom: 0;
}

.question_form_area .contact_us_form .form-group input:not(.submit_btn) {
  background: transparent;
  border: none;
  border-bottom: 1px solid #335176;
  padding: 0;
  height: 62px;
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group input.placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #335176;
  padding: 15px 0;
  height: 160px;
}

.question_form_area .contact_us_form .form-group textarea.placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.question_form_area .contact_us_form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* End Faq Area css
============================================================================================ */
/* Appiontment Area css
============================================================================================ */
.ap_title {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-size: 16px;
}

.ap_title span {
  color: #d63343;
}

.appointment_inner > .row {
  margin-bottom: 0;
}

/*
.appointment_inner div:not(.nice_select) {
  margin-bottom: 20px;
}
*/

.appointment_inner .col-lg-9 {
  margin-bottom: 0;
}

.appointment_inner .appointment-form {
  background: #f0f0f0;
  padding: 60px 40px;
}

.appointment_inner .appointment-form .submit_btn {
  margin-top: 30px;
  padding: 0 35px;
}

.appointment_inner .service_chose {
  width: 100%;
  display: inline-block;
}

.appointment_inner .service_chose .ga-radio {
  display: none;
}

.appointment_inner .service_chose .ga-radio + label {
  float: left;
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  padding-left: 30px;
  background: url(../images/icon/check-box.jpg) no-repeat scroll left 8px;
  margin: 0 30px 0 0;
  max-width: 630px;
  cursor: pointer;
}

.appointment_inner .service_chose .ga-radio:checked + label {
  background-image: url(../images/icon/check-box-checked.jpg);
}

.appointment_inner .day_select {
  width: 100%;
}

.appointment_inner .day_select .nice_select {
  width: 100%;
  border-radius: 0;
}

.appointment_inner .day_select .nice_select .list {
  max-height: 400px;
  overflow-y: scroll;
  width: 100%;
  border-radius: 0;
}

.appointment_inner .time_sl {
  display: block;
}

.appointment_inner .time_sl .nice_select {
  width: 200px;
  border-radius: 0;
}

.appointment_inner .time_sl .nice_select .list {
  max-height: 400px;
  overflow-y: scroll;
  width: 100%;
  border-radius: 0;
}

.appointment_inner .form_box_1 {
  width: 100%;
  margin: 0;
}

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

.appointment_inner .form_box_1 .form-group {
  padding-left: 0;
  padding-right: 0;
}

.appointment_inner .form_box_1 .form-group input:not(.submit_btn) {
  height: 50px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  border: solid 1px #e8e8e8;
}

.appointment_inner .form_box_1 .form-group textarea.placeholder,
.appointment_inner .form_box_1 .form-group textarea:-moz-placeholder,
.appointment_inner .form_box_1 .form-group textarea::-moz-placeholder,
.appointment_inner .form_box_1 .form-group textarea::-webkit-input-placeholder,
.appointment_inner .form_box_1 .form-group input.placeholder,
.appointment_inner .form_box_1 .form-group input:-moz-placeholder,
.appointment_inner .form_box_1 .form-group input::-moz-placeholder,
.appointment_inner .form_box_1 .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
}

.appointment_inner .form_box_1 .form-group input + input {
  margin-top: 20px;
}

.appointment_inner .form_box_1 .form-group textarea {
  height: 200px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  resize: none;
  border: solid 1px #e8e8e8;
}
span.wpcf7-list-item{
  display: inline-block;
  margin: 0 12px 0 0;
}
span.wpcf7-list-item input[type='checkbox']{
  margin: 0 12px 0 0;
}
span.wpcf7-list-item-label{
  font-size: 15px;
}
/* End Appiontment Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content {
  border: none;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #d63343;
  padding-bottom: 5px;
  font-family: "Playfair Display", serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.gallery_area {
  padding-bottom: 140px;
}

.gallery_area.blue_gallery {
  padding-bottom: 100px;
  background: #0e2a4e;
}

.gallery_area.blue_gallery .isotopebutton-group{
  padding: 8px 0;
}

.gallery_area.blue_gallery .single_title {
  margin-bottom: 0;
  margin-bottom: 45px;
}

.gallery_area.blue_gallery .single_title h2 {
  font-size: 34px;
}

.gallery_area.blue_gallery .g_fillter {
  background: transparent;
  margin-bottom: 0;
}

.gallery_area.blue_gallery .g_fillter .nav li {
  color: #fff;
}

.gallery_area.blue_gallery .g_fillter .nav li:before {
  background: #fff;
}

.g_fillter {
  background: #f3f3f6;
  margin-bottom: 50px;
}

.g_fillter .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_fillter .nav li {
  margin-right: 30px;
}

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

.g_fillter .nav li {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242424;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.g_fillter .nav li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #2760ca;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.g_fillter .nav li.is-checked, .g_fillter .nav li:hover, .g_fillter .nav li.active {
  color: #2760ca;
}

.g_fillter .nav li.is-checked:before, .g_fillter .nav li:hover:before, .g_fillter .nav li.active:before {
  opacity: 1;
}

.gallery_inner {
  margin-bottom: -30px;
}

.gallery_item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gallery_item a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.gallery_item a img {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}

.hentry  .gallery_item a img.wp-post-image {
  margin-bottom: 0;
}

.gallery_item a:before {
  content: "";
  background: rgba(189, 36, 51, 0.89);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.gallery_item a i {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.27);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -35px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.27);
}

.gallery_item a h4 {
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
  padding-left: 70px;
}

.gallery_item a h4:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 22px;
  background: #fff;
  bottom: 5px;
}

.gallery_item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery_item a:hover i {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.gallery_item a:hover h4 {
  opacity: 1;
}

.gallery_item a:hover:before {
  opacity: 1;
}

/* End Gallery Area css
============================================================================================ */
/* Home Gallery Area css
============================================================================================ */
.home_gallery_slider .gallery_item {
  margin-bottom: 0;
}

/* End Home Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Search Form Animation Area css
============================================================================================ */
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: #f0f2f5;
  padding: 70px 60px 100px 60px;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #d7d9dd;
}

.search_area .search_box_inner h3 {
  padding-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #051d3e;
  letter-spacing: .48px;
}

.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0;
  outline: none;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #b9bec4;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  width: 100%;
}

.search_area .search_box_inner .input-group input.placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
  display: none;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: .28px;
}

.search_area .mfp-close {
  right: 0;
  color: #242424;
  opacity: 1;
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Search Form Animation Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widgets {
  background: #0b1529;
  padding-top: 70px;
  padding-bottom: 65px;
}

.f_title {
  margin-bottom: 20px;
}

.f_title h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

.contact_widget .footer_address p {
  color: #9ba8c0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 6px;
}

.contact_widget .footer_address p a {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #9ba8c0;
}

.link_widget {
  margin-left: -25px;
  max-width: 360px;
}

.link_widget .nav {
  display: block;
  -webkit-columns: 2;
  columns: 2;
  margin-bottom: -7px;
  margin-left: 0;
}

.link_widget .nav li {
  margin-bottom: 7px;
}

.link_widget .nav li a {
  font-size: 16px;
  color: #9ba8c0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.link_widget .nav li:hover a {
  color: #d63343;
}

.link_widget .nav li:last-child a {
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
}

.payment_widget {
  margin-left: -42px;
}

.payment_widget .media .d-flex {
  padding-right: 30px;
}

.payment_widget .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.payment_widget .media .media-body h4 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  margin-bottom: 0;
}

.payment_widget h5 {
  color: #fff;
  padding-left: 45px;
  margin-bottom: 0;
  margin-top: 50px;
  font-size: 20px;
}

.payment_widget h5 img {
  padding-left: 20px;
  display: inline-block;
}

.footer_copyright {
  background: #091222;
  padding: 28px 0;
  color: rgba(155, 168, 192, 0.5);
}

.footer_copyright .left p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(155, 168, 192, 0.5);
  font-weight: normal;
}

.footer_copyright a,
.footer_copyright .left p a {
  color: rgba(155, 168, 192, 0.5);
}

.footer_copyright .right a {
  color: rgba(155, 168, 192, 0.5);
  padding-right: 20px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer_copyright .right a:before {
  content: '|';
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(155, 168, 192, 0.5);
}

.footer_copyright .right a:last-child {
  padding-right: 0;
}

.footer_copyright .right a:last-child:before {
  display: none;
}

.footer_copyright a:hover,
.footer_copyright .right a:hover {
  color: #d63343;
}

/* ---- Isotop button ---- */

.isotopebutton {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: .48px;
  color: #a0a0a0;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  display: inline-block;
  margin-right: 52px;
}

.isotopebutton:hover,
.isotopebutton:active,
.isotopebutton.is-checked {
  color: #ffb606;
}

/* ---- button-group ---- */
.isotopebutton-group {
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}

/* ---- isotope ---- */

.isotopgrid {
  margin: 0 auto;
  max-width: 1140px;
}

/* clear fix */
.isotopgrid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  max-width: 370px;
  width: 80%;
  margin: 5px;
  padding: 8px;

}

.element-item > * {
  margin: 0;
  padding: 0;
}



@media screen and (max-width: 995px) {
  .element-item {
    width: 40%;
  }
  .isotopebutton-group {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .element-item {
    width: 40%;
  }
}

article.type-post.hentry .entry-header .entry-title{
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12px;
}
.blv_cta-link {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blv_cta-link:hover {
  opacity: .8;
  color: #fff;
}

/* adding menu active effects */
.main_menu .navbar .nav.navbar-nav li.menu-item.current_page_parent > a,
.main_menu .navbar .nav.navbar-nav li.menu-item.current_page_item > a{
  color: #73aeec;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li.current_page_item a,
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #d63343;
  padding-left: 50px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li.current_page_item a:before,
.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a:before {
  opacity: 1;
  width: 12px;
}


/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

